@charset "utf-8";
/*--------------------------------------------
  goodsDetail.css
  商品詳細画面用CSS
--------------------------------------------*/

/* ********** ベース ********** */
select{
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
select::-ms-expand {
	display: none;
}

/* ********** 基本情報 ********** */
.container.container_goodsDetail .container_full{
	margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
 .container.container_goodsDetail .container_full{
		flex-direction: column-reverse;
 }
}

/* ********** タイトルセクション ********** */
.goodsDetail-titleSection{
	padding-bottom: 18px;
	border-bottom: 1px dotted #333;
}
.goodsDetail-title{
	font-size: 1.75rem;
	display: block;
}
.goodsDetail-title-series{
	font-size: 1.125rem;
	margin-bottom: 18px;
}

@media only screen and (max-width: 768px) {
	.goodsDetail-title{
		font-size: 1.125rem;
	}
 .goodsDetail-title-series{
 	font-size: 0.75rem;
 }
}

/* ********** 商品基本説明セクション ********** */
.goodsDetail-descriptionSection{
	padding-bottom: 14px;
	border-bottom: 1px dotted #333;
}
.goodsDetail-spec{
	margin: 20px 0;
}

@media only screen and (max-width: 768px) {
	.goodsDetail-spec{rem;
		font-size: 0.875rem;
	}
	.goodsDetail-spec p{
		margin-bottom: 8px;
	}
	.goodsDetail-spec p:last-child{
		margin-bottom: 0;
	}
	.goodsDetail-description{
		font-size: 0.875rem;
		line-height: 1.125rem;
	}
}

/* 商品ラベル */
.goodsDetail-label{
	font-size: 0;
	margin-bottom: 10px;
}
.goodsDetail-label li{
	display: inline-block;
	text-align: center;
	font-size: 0.875rem;
	color: #644c1f;
	background-color: #e7e2d8;
	margin: 0 5px 3px 0;
}
.goodsDetail-label li:nth-child(6n){
	margin-right: 0;
}
.goodsDetail-label img{
	width: 92px;
}
@media only screen and (max-width: 1000px) {
.goodsDetail-label li:nth-child(6n){
	margin-right: 3px;
}
}
@media only screen and (max-width: 768px) {
.goodsDetail-label li{
	margin-right: 8px;
}
.goodsDetail-label li:nth-child(6n){
	margin-right: 8px;
}
.goodsDetail-label img{
	width: 63px;
}
}

/* **********　価格セクション_基本　********** */
/* 全ての価格を包括するコンテナ */
.goodsDetail-priceSection{
	padding: 20px 0;
}

/* 各価格を包括するコンテナ */
.goodsDetail-container.container_full.container_flex.container_flex-jc-sb.container_flex-ai-c{
	margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
 .goodsDetail-container.container_full.container_flex.container_flex-jc-sb.container_flex-ai-c{
 	flex-direction: row;
 }
  /* 各要素のスマホ時の並び */
  .goodsDetail-container.container_full .goodsDetail-price{
  	order: 1;
  }
  .goodsDetail-container.container_full .goodsDetail-qty{
  	order: 2;
  }
  .goodsDetail-container.container_full .goodsDetail-fav{
  	order: 3;
  }
  .goodsDetail-container.container_full .goodsDetail-cart-btn{
  	order: 4;
  }
}

/*未発売時メッセージ*/
.goodsDetail-goodsNote {
	margin-bottom: 30px;
	font-weight: bold;
}

/* 価格 */
.goodsDetail-price{
	margin-bottom: 10px;
	min-width: 300px;
}
.goodsDetail-priceType{
	font-size: 0.875rem;
}
.goodsDetail-priceValue{
	font-size: 1.375rem;
	font-weight: 700;
}
.goodsDetail-priceCurrency{
	font-size: 1rem;
}
.goodsDetail-priceCurrency,
.tax,
.goodsDetail-price-taxExcluded
{
	font-size: 0.75rem;
}
.goodsDetail-price-taxExcluded
{
	font-weight: normal !important;
}


/*通常価格*/
.regularPrice {
	font-size: 70%;
}
.regularPrice .goodsDetail-priceType{
	font-size: 0.8rem;
}
.regularPrice .goodsDetail-priceValue{
	font-size: 1rem;
}
.regularPrice .goodsDetail-priceCurrency{
	font-size: 0.8rem;
}

@media only screen and (max-width: 768px) {
	.goodsDetail-price{
		width: 100%;
	}
	.goodsDetail-priceCurrency{
		font-weight: 700;
	}
}

/* お気に入りボタン */
.goodsDetail-fav{
	color: #a27f37;
	margin-bottom: 10px;
	cursor: pointer;
}
.goodsDetail-fav .goodsDetail-fav-icon{
	width: 20px;
	margin-right: 10px;
}
.goodsDetail-fav a:link {
	color: #a27f37;
}
.goodsDetail-fav .goodsDetail-fav-icon,
.goodsDetail-fav .goodsDetail-fav-text{
	vertical-align: middle;
	color: #a27f37;
}
@media only screen and (max-width: 768px) {
	.goodsDetail-fav{
		width: 55%;
		text-align: right;
		margin-bottom: 20px;
	}
 .goodsDetail-fav .goodsDetail-fav-icon {
 	margin-right: 6px;
 }
 /* 定期ボタンSP用 */
 	.goodsDetail-fav.elemVisible-SP{
 		display: inline-block;
 	}
}

/* 数量選択 */
.goodsDetail-qty{
	margin-bottom: 10px;
}
.goodsDetail-qty dt,
.goodsDetail-qty dd{
	display: inline-block;
}
.goodsDetail-qty dt{
	font-size: 0.875rem;
	margin: 0 50px 0 16px;
}
.goodsDetail-qty dd{
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.goodsDetail-qty select{
	border: 1px solid #d2d3d5;
	font-size: 18px;
	color: #333;
	width: 98px;
	cursor: pointer;
	-webkit-appearance:none;
	appearance:none;
 padding: 10px 0 10px 15px;
	position: relative;
	background-color: transparent;
}
.goodsDetail-qty form{
	position: relative;
}
.goodsDetail-qty form::after{
	content: "";
	position: absolute;
	top: -6px;
	right: 15px;
	bottom: 0;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
	margin: auto;
}

/*数量*/
.goodsDetail-qty {
	width: 200px;
}
@media only screen and (max-width: 768px) {
	.goodsDetail-qty{
		width: 45%;
		margin-bottom: 20px;
	}
	.goodsDetail-qty dt{
		margin-right: 8px;
		margin-left: 0;
	}
}

/* カートに入れるボタン */
.goodsDetail-cart-btn{
	width: 335px;
	border-radius: 4px;
	margin-bottom: 10px;
}
.goodsDetail-cart-btn,
.goodsDetail-cart-btn a{
	font-size: 1.50rem;
	text-align: center;
	display: inline-block;
	background-color: #bfa77a;
 color: #fff !important;
 border-radius: 4px;
}
.goodsDetail-cart-btn a{
	padding: 20px 44px;
	width: 100%;
}
.goodsDetail-cart-btn a:hover{
	opacity: 0.8;
}
.goodsDetail-cart-btn a img{
	margin-right: 20px;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
 .goodsDetail-cart-btn{
 	width: 100%;
 }
 .goodsDetail-cart-btn,
 .goodsDetail-cart-btn a{
 	font-size: 1.25rem;
 	font-weight: 700;
 }
 .goodsDetail-cart-btn a{
 	padding: 10px;
 }
 .goodsDetail-cart-btn a img{
 	height: 24px !important;
 }
}

/* カートに入れるボタン_定期用 調整 */
.goodsDetail-cart-btn.teiki,
.goodsDetail-cart-btn.teiki a{
	background-color: #eadbc0;
	color: #644c1f !important;
}


/* **********　価格セクション_定期用調整　********** */
/* 価格表示 */
.goodsDetail-price.teiki{
	color: #ed3274;
}

/* お気に入りボタンを定期用に調整 */
.goodsDetail-fav.teiki{
	font-size: 0.875rem;
	margin-top: 2px;
	cursor: default;
}

/* 定期ボタン下の説明リンク */
.goodsList-teiki-note{
	display: block;
	margin-top: 2px;
	margin-bottom: 10px;
}
.goodsList-teiki-note,
.goodsList-teiki-note a{
	font-size: 0.875rem;
}
.goodsDetail-fav-icon.teiki-text{
	color: #ed3274;;
}
.GoodsDetailTeikiSetumei .elemVisible-PC {
	display: inline-block;
}
@media only screen and (max-width: 768px) {
	.GoodsDetailTeikiSetumei .elemVisible-PC {
		display: none;
	}
}

/* ********** 商品画像セクション ********** */
.goodsDetail-pImages{
	width: 100%;
	margin-bottom: 42px;
}
.goodsDetail-pImage-main img{
	width: 100%;
}
.goodsDetail-pImage-thumbnails{
	margin-top: 17px;
	display: flex;
	flex-wrap: wrap;
}
.goodsDetail-pImage-thumbnails li{
	width: calc((100% - 30px)/4);
	margin-right: 10px;
	margin-bottom: 6px;
	cursor: pointer;
}
.goodsDetail-pImage-thumbnails li:nth-of-type(4n){
	margin-right: 0;
}
.goodsDetail-pImage-thumbnails li img{
	width: 100%;
}

@media only screen and (max-width: 768px) {
 .goodsDetail-pImages{
 	margin-bottom: 27px;
 }
}


/* ********** 詳細情報セクション ********** */
.goodsList-detailInfo{ /* 使用方法にはusage、口コミにはreviewクラスを付与して拡張 */
	border-top: 2px solid #bfa77a;
}

.goodsList-detailInfo-title{
	position: relative;
	font-size: 1.25rem;
	color: #644c1f;
	padding: 10px 24px 6px;
	border-bottom: 1px solid #bfa77a;
}


.goodsList-detailInfo-body{
	padding: 22px 24px;
}
.goodsList-detailInfo-descBody{
	margin-bottom: 30px;
}
.goodsDetail-note{
	margin-bottom: 34px;
}
div.goodsList-detailInfo-body a{
	color: #7f581a;
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	.container_full.goodsList-detailInfo{
		margin-right: -2.13%;
		margin-left: -2.13%;
	}
 .goodsList-detailInfo-title{
		font-size: 1rem;
		padding-left: 36px;
		cursor: pointer;
 }

 /*
	.goodsList-detailInfo-title::before{
		content: "";
		position: absolute;
		display: inline-block;
		top: 0;
		bottom: 0;
		left: 16px;
		margin: auto;
		width: 8px;
		height: 8px;
		border-bottom: 1px solid #644c1f;
		border-right: 1px solid #644c1f;
		transform: rotate(45deg);
	}
	*/

	.goodsList-detailInfo-title.active::before{
		transform: rotate(-135deg);
	}
 .container_full .goodsList-detailInfo-body{
		padding-right: 2.13%;
		padding-left: 2.13%;
		font-size: 0.875rem;
 }
}


/* youtube */
.youtubeCont {
	display: grid;
	grid-template-columns: repeat(16, 5.625vw);
	grid-auto-rows: 5.625vw;
	margin-bottom: 1em;
	max-height: 500px;
	}

.youtube {
	grid-column: span 16;
	grid-row: span 9;
	max-width: 900px;
	max-height: 500px;
	width: 100%;
	height: 100%;
	}

_:-ms-lang(x)::-ms-backdrop, .youtubeCont {
  /* IE11 のみ適用される */
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

_:-ms-lang(x)::-ms-backdrop, .youtubeCont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* 成分表示ボタン */
.goodsDetail-ingredient-btn{
	font-size: 1rem;
	color: #644c1f;
	display: inline-block;
	min-width: 124px;
	padding: 4px 10px 4px 14px;
	background-color: transparent;
	border: 1px solid #644c1f;
	border-radius: 4px;
	position: relative;
	margin-top: 1.5em;
}
.goodsDetail-ingredient-btn::after{
	content: "";
		display: inline-block;
		position: relative;
		border-right: 6px solid transparent;
		border-top: 6px solid transparent;
		border-left: 6px solid #644c1f;
		border-bottom: 6px solid transparent;
		margin-left: 4px;
}
.goodsDetail-ingredient-target{
	cursor: pointer;
}
.goodsDetail-ingredient-content{
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 50%;
	height: max-content;
	max-height: 70%;
	overflow: auto;
	margin: auto;
	border: 1px solid #eee;
	border-radius: 4px;
	font-size: 0.875rem;
	color: #333;
	background-color: #fff;
	z-index: 3000;
}
.goodsDetail-ingredient-content p{
	padding: 24px;
}
.goodsDetail-ingredient-contentClose{
	padding: 12px 12px;
	text-align: center;
	width: 40%;
	margin: 0 auto 24px;
	border: 1px solid #eee;
	cursor: pointer;
}
.goodsDetail-note{
	font-size: 0.875rem;
}
		@media only screen and (max-width: 768px) {
			.goodsDetail-ingredient-content{
				max-width: 90%;
			}
		 .goodsDetail-ingredient-btn,
			.goodsDetail-ingredient-btn a{
				font-weight: 700;
			}
			.goodsDetail-note{
				font-size: 0.6875rem;
			}
		}

/* 詳細情報セクション_使用方法 */
.goodsList-detailInfo.usage{
	margin-bottom: 64px;
}

/* 詳細情報セクション_口コミ */
.goodsList-detailInfo.review .goodsList-detailInfo-body{
padding-bottom: 18px;
}
.goodsList-detailInfo.review .goodsList-detailInfo-review{
	max-width: 448px;
	border: 1px solid #e9e5d9;
	text-align: justify;
	padding: 20px 24px;
	margin: 0 14px 24px;
}
.goodsList-detailInfo.review .goodsList-detailInfo-review-star{
	margin-bottom: 24px;
}
.goodsList-detailInfo.review .goodsList-detailInfo-descBody{
	margin-bottom: 24px;
}
.goodsList-detailInfo-review-btnSection{
	margin-bottom: 72px;
	text-align: center;
}
.goodsList-detailInfo-review-btn,
.goodsList-detailInfo-review-btn a{
	display: inline-block;
	font-size: 1.125rem;
	color: #333;
	text-align: center;
}
.goodsList-detailInfo-review-btn{
	min-width: 275px;
	margin: 0 36px 12px;
	background-color: transparent;
	border: 1px solid #333;
	border-radius: 4px;
	position: relative;
}
.goodsList-detailInfo-review-btn a{
	width: 100%;
	padding: 16px 54px 16px 38px;
}

.goodsList-detailInfo-review-already-btn {
	display: inline-block;
	font-size: 1.125rem;
	color: #333;
	text-align: center;
}
.goodsList-detailInfo-review-already-btn {
	min-width: 275px;
	margin: 0 36px 12px;
	padding: 16px 0 16px;
	background-color: #ddd;
	border: 1px solid #ddd;
	border-radius: 4px;
	position: relative;
}
.goodsList-detailInfo-review-btn::before,
.goodsList-detailInfo-review-btn::after{
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 16px;
		margin: auto;
		width: 10px;
		height: 10px;
		transform: rotate(45deg);
}
.goodsList-detailInfo-review-btn::before{
	border-top: 1px solid #333;
}
.goodsList-detailInfo-review-btn::after{
	border-right: 1px solid #333;
}
@media only screen and (max-width: 768px) {
	.goodsList-detailInfo.review .goodsList-detailInfo-review{
		max-width: 100%;
	}
	.goodsList-detailInfo-review-btnSection{
		margin-top: 24px;
		display: flex;
		justify-content: space-between;
	}
 	.goodsList-detailInfo-review-btn,
	.goodsList-detailInfo-review-btn a,
	.goodsList-detailInfo-review-already-btn {
		font-size: 0.75rem;
	}
	.goodsList-detailInfo-review-already-btn {
		padding: 16px 0;
	}
	 .goodsList-detailInfo-review-btn,
	 .goodsList-detailInfo-review-already-btn {
	 	width: 46%;
	 	min-width: initial;
	 	margin: 8px;
	 }
	.goodsList-detailInfo-review-btn a{
		padding: 12px 24px 12px 14px;
		height: 100%;
		line-height: 2;
	}
}
@media only screen and (max-width: 641px) {
	.goodsList-detailInfo-body .goodsList-detailInfo-review {
		min-width: auto;
		width: 100%;
	}
}
@media only screen and (max-width: 350px) {
	.goodsList-detailInfo-review-btn a{
		padding: 12px 15px 12px 5px;
	}
}


/* 関連商品 */
.container.goodsDetail-relatedGoodsSection{
	margin-bottom: 56px;
	position: relative;
}
.container.goodsDetail-relatedGoodsSection:last-child{
	margin-bottom: 152px;
}
.goodsDetail-relatedGoods-title{
	padding: 10px 24px;
	font-size: 1.25rem;
	color: #644c1f;
	background-color: #f7f3e9;
}
.goodsDetail-relatedGoods-wrapper{
	padding: 20px 14px;
}
.goodsDetail-relatedGoods{
	/*width: 150px;*/
	width: 20%;
	padding: 0 18px;
	/*margin: 0 22px 20px;*/
}
.goodsDetail-relatedGoods:nth-child(5n){
}
.goodsDetail-relatedGoods-pImg{
	width: 100%;
	text-align: center;
}
.goodsDetail-relatedGoods-pName{
	font-size: 0.8125rem;
	line-height: 1.125rem;
	text-align: center;
}
.goodsDetail-relatedGoods-pName a:link,
.goodsDetail-relatedGoods-pName a:visited{
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	.goodsDetail-relatedGoods-title{
		font-size: 1rem;
		font-weight: 700;
		margin-right: -2.13%;
		margin-left: -2.13%;
		padding-right: 2.13%;
		padding-left: 2.13%;
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.goodsDetail-relatedGoods-wrapper{
		padding-right: 0;
		padding-left: 0;
		justify-content: space-between;
	}
	.goodsDetail-relatedGoods-wrapper::before,
	.goodsDetail-relatedGoods-wrapper::after{
		content: "";
		display: block;
		clear: both;
	}
	.goodsDetail-relatedGoods{
		width: 50%;
		max-width: 50%;
		padding: 0 14px;
	}
	.goodsDetail-relatedGoods img{
		width: 100%;
	}
	.goodsDetail-relatedGoods-pName{
		font-size: 0.6875rem;
	}

}