@charset "utf-8";

/*============
商品詳細（共通）
==============*/

/* レイアウト */
@media screen and (min-width: 960px) {
	.fs-l-product2 .fs-l-productLayout {
		margin-bottom: 30px;
	}

	.fs-l-product2 .fs-l-productLayout,
	.fs-l-product4 .fs-l-productLayout {
		grid-template-columns: calc(50% - 16px / 2) calc(45% - 16px / 2);
		grid-gap: 30px;
	}
}

/* 在庫数 */
.fs-c-productStock {
	display: none;
}

/*お気に入りボタン*/
.fs-c-button--addToWishList--detail.fs-c-button--particular .fs-c-button__label {
	display: block;
}

.fs-c-buttonContainer--addToWishList--detail {
	justify-content: flex-end;
}

.fs-c-productQuantityAndWishlist {
	-ms-grid-columns: 50px 130px 1fr;
	grid-template-columns: 50px 130px 1fr;
	-ms-grid-rows: 2fr;
	grid-template-rows: 2fr;
}
@media screen and (max-width:768px)  {
	.fs-c-productQuantityAndWishlist {
		-ms-grid-columns: 50px 180px 1fr;
		grid-template-columns: 50px 180px 1fr;
	}
}
.fs-c-productQuantityAndWishlist > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.fs-c-productQuantityAndWishlist > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}
.fs-c-productQuantityAndWishlist > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.fs-c-productQuantityAndWishlist__wishlist {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-column: 1 / span 3;
}

/*返品特約リンク*/
.fs-c-returnedSpecialContract {
	padding: 2px 0;
	margin-bottom: 2px;
}

.fs-c-returnedSpecialContract__link a {
	color: #1e5d9b;
}

/* 商品についてのお問い合わせ */
.fs-c-inquiryAboutProduct {
	padding: 2px 0;
	margin-bottom: 2px;
}

/* レビュー */
.fs-c-productReview__addReview {
	padding: 2px 0;
}

/* おすすめ商品パーツ */
.fs-c-featuredProduct {
	padding: 10px 0 20px;
	border-top: 1px solid #D4D1CA;
	border-bottom: 1px solid #D4D1CA;
	margin-bottom: 30px;
}

.fs-c-featuredProduct .fs-c-featuredProduct__title {
	border-bottom: none;
}

/* 数量 */
@media screen and (max-width:768px)  {
	.fs-c-quantity__number {
		font-size: 20px;
		text-align: center;
	}
}

/* 購入数量増減ボタン */
.fs-c-quantity {
	max-width: 100%;
	display: flex;
}

.quantity__btn__box {
	width: 70px;
}

.quantity__btn img {
	width: 44px;
	height: 22px;
	margin: 0 0 7px 8px;
}

.quantity__btn--down img {
	margin-bottom: 0;
}

.fs-c-productQuantityAndAction__quantity {
	margin: 0;
	height: 50px;
}

.fs-c-productQuantityAndAction .quantity__btn img {
	margin-left: 3px;
}

/* 確認事項（同梱不可、クール便等） */

.fs-c-productSelection {
	border: 1px solid red;
    padding: 10px;
}
.fs-c-productSelection__name {
	background: none;
}
.fs-c-productSelection__name {
	font-size: 16px;
}

/* アルコール年齢確認（商品詳細） */

.under20-layout {
	padding: 10px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 100px;
	grid-template-columns: 1fr 100px;
	-ms-grid-rows: 2fr;
	grid-template-rows: 2fr;
}.under20-layout > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}.under20-layout > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 2;
}

.under20-layout .age-check {
	width: 100%;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
}

.under20-layout .age-check .age-check-text {
	color: #f00;
	font-size: 18px;
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.under20-layout .fs-c-productSelection__name {
	-ms-grid-row: 2;
	grid-row: 2;
	background: none;
	font-size: 16px;
	font-weight: normal;
}

.under20-layout .fs-c-productSelection__selection {
	-ms-grid-row: 2;
	grid-row: 2;
}

.under20-border {
	border: 1px solid #f00;
}

.under20-bg {
	background: #ffe4e4;
}

.alkol.fs-c-productActionButton:after {
	content: attr(data-text);
	margin: 5px 0 0 0;
	display: block;
	font-size: 14px;
	width: 100%;
	text-align: left;
	color: #f00;
}

.alkol.fs-c-buttonContainer {
	display: block;
}

.alert-text {
	color: #f00;
	font-size: 13px;
}

.none-pointer {
	pointer-events: none !important;
	opacity: 0.3;

}

/* アルコール関連商品テキスト */

.recommend-alert-txt {
	width: 100%;
	color: #f00;
	font-size: 12px;
	margin: 0 0 30px 0;
}

/*============
商品詳細（上横2列・下横1列レイアウト）
==============*/

/*数量*/
#fs_ProductDetails .fs-c-productQuantityAndWishlist .quantity-title {
	-ms-grid-row: 2;
	grid-row: 2;
	-ms-grid-column: 1;
	grid-column: 1;
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#fs_ProductDetails .fs-c-productQuantityAndWishlist__quantity {
	-ms-grid-row: 2;
	grid-row: 2;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
}

#fs_ProductDetails .fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select {
	width: 80px;
	height: 50px;
}
@media screen and (max-width:768px)  {
	#fs_ProductDetails .fs-c-button--addToCart--detail {
		width: 100%;
	}
}

/*============
商品詳細(定期)（横2列レイアウト）
==============*/

/* 通常購入ボタン・定期購入ボタン共通 */
.fs-c-productQuantityAndAction__action {
	justify-content: flex-start;
}

.fs-c-productQuantityAndAction {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 40px 5px 90px 1fr;
	grid-template-columns: 40px 90px 1fr;
	grid-gap: 10px;
}
@media screen and (max-width:959px) {
	.fs-c-productQuantityAndAction {
		-ms-grid-columns: 40px 120px 106px 1fr;
		grid-template-columns: 40px 120px 106px 1fr;
		grid-gap: 10px;
	}
}

.fs-c-productQuantityAndAction .quantity-title {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 1;
	grid-column: 1;
	font-size: 16px;
}

.fs-c-productQuantityAndAction .fs-c-productQuantityAndAction__quantity {
	-ms-grid-row: 1;
	grid-row: 1;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
}

.fs-c-productQuantityAndAction .fs-c-productQuantityAndAction__action {
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-column: 1/4;
	-ms-grid-row: 2;
	grid-row: 2/2;
}
@media screen and (max-width:959px) and (min-width:500px) {
	.fs-c-productQuantityAndAction .fs-c-productQuantityAndAction__action {
		-ms-grid-column: 4;
		grid-column: 4/4;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}
}
@media screen and (max-width:499px) {
	.fs-c-productQuantityAndAction .fs-c-productQuantityAndAction__action {
		-ms-grid-column: 1;
		-ms-grid-column-span: 4;
		grid-column: 1 / span 4; 
	}
}

.fs-c-productQuantityAndAction .fs-c-quantity__select {
	height: 50px;
}

@media screen and (max-width:500px)  {
	.fs-c-productQuantityAndAction .fs-c-button--addToCart--subscriptionDetail,
	.fs-c-productQuantityAndAction .fs-c-button--addToSubscriptionCart--detail {
		width: 100%;
	}
}

/*通常購入ボタン*/
.fs-c-productQuantityAndAction {
	padding-bottom: 14px;
	border-bottom: 1px solid #D4D1CA;
}

/* ▼お得な定期コースのご注文はこちら */

.fs-c-subscriptionTitle {
	background: #6D6C6A;
	color: #FFF;
	padding: 10px 24px;
	font-weight: bold;
	border-radius: 4px 4px 0 0;
	margin-top: 26px;
}

@media screen and (max-width:767px) {
	.fs-c-subscriptionTitle {
		margin-top: 20px;
	}
}

/*当店定期価格*/

.fs-c-subscriptionPriceTable {
	width: auto;
}

.fs-c-subscriptionPriceTable__label {
	background: none;
}

.fs-c-subscriptionPriceTable__label,
.fs-c-subscriptionPriceTable__price {
	border: none;
}

.fs-c-subscriptionPriceTable__price {
	background: none;
}

.fs-c-subscriptionPriceTable .fs-c-productPrice__main__price {
	font-size: 2.2rem
}

/*定期購入ボタン*/
.fs-c-subscriptionPriceTable {
	margin-top: 16px;
}

.fs-c-productQuantityAndAction--subscription {
	border-bottom: 1px solid #D4D1CA;
}

.fs-c-productQuantityAndAction--subscription .fs-c-buttonContainer {
	padding: 8px 0 14px;
}

.fs-c-button--addToSubscriptionCart--detail {
	background: #F1992C;
	border: #F1992C;
}

.fs-c-subscriptionPriceTable__label {
	font-size: 13px;
}

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed) {
	font-size: 13px;
}

/*============
商品詳細(定期)（横2列レイアウト）10104・10102・10124共通
==============*/
.fc-teiki-wrapper {
	margin-top: 16px;
	padding: 22px 0;
	border-top: 1px solid #D4D1CA;
    border-bottom: 1px solid #D4D1CA;
}
.fc-teiki-wrapper .fs-c-subscriptionTitle {
	margin-top: 0;
}
.fc-teiki-wrapper .fc-quantity {
	border-spacing: 0;
	display: flex;
	padding: 10px 0 16px;
}
.fc-teiki-wrapper .fc-quantity .fc-quantity-title {
	padding-right: 16px;
}
.fc-teiki-wrapper .fc-quantity #teikiQuantity {
   width: 80px;
   height: 50px;
}
@media screen and (max-width: 768px) {
	.fc-teiki-wrapper .fc-quantity #teikiQuantity {
		width: 140px;
	 }
}
@media screen and (max-width: 960px) and (min-width:769px) {
	.fs-c-buttonContainer {
		justify-content: inherit;
	}
}
@media screen and (max-width: 768px) {
	.fc-teiki-wrapper .fc-button {
		width: 100%;
	}
} 
