#page-contents .firsttime_hero {
	max-width: 1200px;
	margin: 0 auto 2em;
	
}
#page-contents .firsttime_hero .hero_lead {
	margin: 1em 0;
	text-align: center;
	font-size: 28px;
	font-family: serif;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	#page-contents .firsttime_hero .hero_lead {
		font-size: 6vw;
	}

	#page-contents .LRwide {
		margin-left: -4vw;
		margin-right: -4vw;
	}
	
}

#page-contents .section {
	margin-top: 8em;
}

#page-contents .btn_link.w100 a {
	width: 100%;
}
#page-contents .btn_link a {
	box-sizing: border-box;
	display: block;
	height: auto;
	padding: 0.75em 1.5em;
	letter-spacing: 0;
	border-color: #4D1200;
	color: #4D1200;
	line-height: 1.4;
}
#page-contents .btn_link a[target=_blank] {
	background-image: url(https://gigaplus.makeshop.jp/gmosp822/renewal2021/files/img/icon-blank_br.svg);
}
#page-contents .btn_link a:hover {
	background-color: #4D1200;
	color: #ffffff;
}
#page-contents .btn_link a[target=_blank]:hover {
	background-image: url(https://gigaplus.makeshop.jp/gmosp822/renewal2021/files/img/icon-blank_wh.svg);
}
@media screen and (max-width: 767px) {
	#page-contents .btn_link a {
		padding: 0.75em 3em;
		font-size: 4vw;
	}
}


#page-contents .ttl-tp-section {
	border-bottom-color: #4D1200;
	color: #4D1200;
	font-weight: 400;
}
#page-contents .desc {
	color: #4D1200;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	#page-contents .desc {
		font-size: 15px;
	}
}

#page-contents .ttl-bdrL {
	margin: 1em 0;
	padding-left: 0.67em;
	border-left: 10px solid #4D1200;
	font-size: 24px;
	font-family: serif;
	font-weight: 400;
	line-height: 1.4;
}

#page-contents .sec_lead {
	margin: 1em 0 2em 0;
	color: #4D1200;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 400;
	font-family: serif;
}
@media screen and (max-width: 767px) {
	#page-contents .ttl-bdrL {
		font-size: 4.5vw;
	}
	#page-contents .sec_lead {
		font-size: 18px;
	}
}


#page-contents .ttl-section__sub {
	border-bottom: none;
	padding: 0.2em 0 0.2em 0.5em;
	border-color: #4D1200;
	color: #4D1200;
	font-family: serif;
	font-weight: 400;
}



/* 3列コンテンツ */

#page-contents .banner__list.col3 .ttl {
	margin: 0.5em 0;
	font-size: 18px;
	font-family: serif;
	line-height: 1.4;
	color: #4D1200;
}
#page-contents .banner__list.col3 .desc {
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	#page-contents .banner__list.col3 .ttl {
		font-size: 4.2vw;
	}
	#page-contents .banner__list.col3 .desc {
		font-size: 3.6vw;
	}
	
	#page-contents .banner__list.col3 .item {
		width: 100%;
		margin: 0 0 1em;
	}
	
	#page-contents .banner__list.col3.col2sp {
		gap: 4vw;
	}
	#page-contents .banner__list.col3.col2sp .item {
		width: calc((100% - 4vw) / 2);
		margin: 0;
	}
}




/* 「いますぐご注文」ボタン */
#page-contents .add_cart {
	margin: 3rem auto;
	text-align: center;
}
#page-contents .add_cart .btn_addcart {
	position: relative;
	display: inline-block;
	width: 600px;
	height: 75px;
	background: #4D1200;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: 0.3s;
}
#page-contents .add_cart .btn_addcart.comingsoon {
	background: #ccc;
	color: #231815;
	cursor: default;
}
#page-contents .add_cart .btn_addcart span {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0 0 0 48px;
	background: url(//la-maison.jp/lmo/img/common/icon_cart.svg) no-repeat left center;
	background-size: 36px 36px;;
	font-size: 1.5rem;
	line-height: 36px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	white-space: nowrap;
}
#page-contents .add_cart .btn_addcart:hover {
	opacity: 0.5;
}
#page-contents .add_cart .btn_addcart.comingsoon:hover {opacity: 1;}
#page-contents .add_cart .btn_addcart.noicon span {
	padding: 0;
	background: none;
}
@media screen and (max-width: 768px) {
	#page-contents .add_cart {
		margin: 1.5rem 0;
	}
	#page-contents .add_cart .btn_addcart {
		display: block;
		width: 100%;
		height: 48px;
		border-radius: 6px;
	}
	#page-contents .add_cart .btn_addcart span {
		padding: 0 0 0 36px;
		background-size: 24px 24px;;
		font-size: 1.2rem;
		line-height: 24px;
		white-space: nowrap;
	}
}

/* amazon pay,rakuten pay paypay */
.payment-desc {
	margin: 20px 0 0;
	font-size: 14px;
	line-height: 31px;
}
.payment-desc p {
	line-height: 1.6;
}
.payment-desc img {
	display: inline-block;
	width: auto;
	max-height: 32px;
	margin: 0 6px 6px 0;
}
.payment-desc img.inline {
	display: inline-block;
}


@media screen and (max-width: 768px) {
	.payment-desc p {
		text-align: center;
	}
	.payment-desc img {
		max-height: 5vw;
		margin: 0 2vw 2vw;
	}
	.payment-desc img:nth-child(2n) {
		margin-right: 0;
	}
}

/* メール便注意事項 */
#page-contents .mailbin_notice {
	margin: 5rem 0;
	padding-bottom: 2rem;
	border-bottom: 1px solid #4D1200;
}
#page-contents h2.mailbin_notice--title {
	margin: 0 0 2rem;
	border-bottom: 1px solid #4D1200;
	text-align: center;
	font-family: serif;
	font-size: 46px;
	line-height: 1.4;
	color: #4D1200;
	font-weight: normal;
}
#page-contents .mailbin_notice--list {
	margin-top: 1rem;
	font-size: 17px;
	line-height: 1.8;
	font-family: sans-serif;
	color: #4D1200;
}
#page-contents .mailbin_notice--list.strong {
	font-weight: bold;
}
#page-contents .mailbin_notice--list li {
	position: relative;
	padding-left: 1em;
	list-style-type: none;
	margin-left: 0;
}
#page-contents .mailbin_notice--list li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	content: "＊";
}
@media screen and (max-width: 768px) {
	#page-contents h2.mailbin_notice--title {
		font-size: 20px;
	}
	#page-contents .mailbin_notice--list {
		font-size: 3.6vw;
	}
}

/* 商品情報 */
#page-contents .ttl-desc {
	margin: 3em 0 0.67em;
	font-size: 26px;
	color: #4D1200;
	line-height: 1.4;
	font-family: serif;
	font-weight: 400;
}
#page-contents .tb_data_bdr {
	width: 100%;
	margin-bottom: 1rem;
	color: #4D1200;
}
#page-contents .tb_data_bdr.w_auto {width: auto;}
#page-contents .tb_data_bdr.m_top {margin-top: 4rem;}
#page-contents .tb_data_bdr th,
#page-contents .tb_data_bdr td {
	border-bottom: 1px dashed #4D1200;
	text-align: left;
	line-height: 1.6;
}
#page-contents .tb_data_bdr tr:first-child th,
#page-contents .tb_data_bdr tr:first-child td {
	border-top: 1px solid #4D1200;
}
#page-contents .tb_data_bdr tr:last-child th,
#page-contents .tb_data_bdr tr:last-child td {
	border-bottom: 1px solid #4D1200;
}
#page-contents .tb_data_bdr th {
	min-width: 1em;
	white-space: nowrap;
	padding: 1em 2em 1em 0.5em;
	font-weight: 400;
	letter-spacing: 0.05em;
}
#page-contents .tb_data_bdr td {
	min-width: 100%;
	padding: 1em 0;
}
#page-contents .tb_data_bdr td .bdrB {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #4D1200;
}
#page-contents .tb_data_bdr td.footnote {
	font-size: smaller;
}
@media screen and (max-width: 768px) {
	#page-contents .ttl-desc {
		font-size: 5vw;
	}
	#page-contents .tb_data_bdr {
		font-size: 3.6vw;
	}
	#page-contents .tb_data_bdr th {
		padding: 0.75em 1em 0.75em 0;
	}
	#page-contents .tb_data_bdr td {
		padding: 0.75em 0;
	}
}
