@charset 'utf-8';
/* --------------------------------------------------------------------------------
★スマートフォン
商品詳細
-------------------------------------------------------------------------------- */
/********** 商品画像パーツ **********/
/* 拡大 */
/*.fs-body-product .fs-c-button--plain.fs-c-button--viewExtendedImage::before {
    font-size: 4rem;
}
.fs-body-product .fs-c-productMainImage__expandButton.fs-c-buttonContainer {
    padding: 2vw 0 1vw;
}*/
/* ミニサムネイル */
/*.fs-body-product .fs-c-productThumbnail{
	margin:0 0 9vw;
}
.fs-body-product .fs-c-productThumbnail .fs-c-productThumbnail__image {
	margin:0 2vw 2vw 0;
    flex-basis: 22vw;
    min-width: 22vw;
}
.fs-body-product .fs-c-productThumbnail .fs-c-productThumbnail__image:nth-child(4n) {
	margin:0 0 2vw 0;
}*/
/********** 商品画像パーツ・フリック **********/
/* 矢印 */
.fs-body-product .fs-c-slick .slick-prev:before, .fs-body-product .fs-c-slick .slick-next:before {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
}
.fs-body-product .fs-c-slick .slick-prev.slick-disabled:before, .fs-body-product .fs-c-slick .slick-next.slick-disabled:before {
	color: #000;
}
/* 拡大 */
.fs-body-product .fs-c-button--plain.fs-c-button--viewExtendedImage::before {
	font-size: 4rem;
}
.fs-body-product .fs-c-productMainImage__expandButton.fs-c-buttonContainer {
	padding: 2vw 0 1vw;
}
/* ミニサムネイル */
.fs-body-product .fs-c-productCarouselMainImage__thumbnailList {
	display: flex;
	flex-wrap: wrap;
	overflow-x: auto;
}
.fs-body-product .fs-c-productCarouselMainImage__thumbnailList > li {
	margin: 0 2vw 2vw 0;
	flex-basis: 22vw;
	min-width: 22vw;
}
.fs-body-product .fs-c-productCarouselMainImage__thumbnailList > li:nth-child(7n) {
	margin: 0 0 2vw 0;
}
.fs-body-product .fs-c-productCarouselMainImage__thumbnail__img {
	border: none;
}
/********** 商品名 & キャッチコピー **********/
/* キャッチコピー */
.fs-body-product .fs-c-productNameHeading__copy {
	display: block;
	padding: 0 0 1vw;
	line-height: 1.5;
	font-weight: bold;
	font-size: 0.7em;
}
/* 商品名 */
.fs-body-product .fs-c-productNameHeading {
	display: block;
	margin: 0 0 4vw;
	padding: 0;
	font-weight: normal;
	font-size: 4.8vw;
}
/**********  独自コメント2(商品説明) **********/
.fs-body-product .product_comment-2 {
	font-size: 3.6vw;
	line-height: 1.34;
	margin: 0 0 2vw;
}
/********** タグ **********/
.fs-body-product .fs-c-productMarks {
	margin: 0 0 5vw;
}
.fs-body-product .fs-c-productMarks li.fs-c-productMark__item {
	margin: 0 0 1vw;
}
.fs-body-product .fs-c-productMarks li.fs-c-productMark__item .fs-c-productMark__mark {
	font-size: 2.6vw;
}
/********** 商品番号 **********/
.fs-body-product .fs-c-productNumber {
	margin: 0 0 20px;
	font-size: 4.8vw;
	padding: 3.5vw 4.5vw;
	border: 1px solid #000000;
}
.fs-body-product .fs-c-productNumber .fs-c-productNumber__number {
	font-weight: bold;
}
/********** ポイント **********/
.fs-body-product .fs-c-productPointDisplay {
	background: #cccc99;
	color: #ffffff;
	display: inline-block;
	font-size: 4.8vw;
	line-height: 1;
	padding: 1vw;
	margin: 0 0 5vw;
}
/**********  独自コメント11(商品単位)と価格を並べる **********/
.fs-body-product .product_comment-11 {
	display: none;
	display: inline-block;
}
/********** 価格（商品詳細のみ　※共通はfscc.css） **********/
.fs-body-product .fs-c-productPrices--productDetail {
	margin: 0 0 9vw;
}
.fs-body-product .fs-c-productPrices--productDetail .fs-c-productPrice__main__label {
	font-size: 3.6vw;
}
.fs-body-product .fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	font-size: 6vw;
	color: #333;
}
.fs-body-product .fs-c-productPrices--productDetail .fs-c-productPrice__addon {
	font-size: 3.6vw;
}
/**********  独自コメント12 **********/
.fs-body-product .product_comment-12 {
	padding: 3vw 3.5vw;
	background: #eeeeee;
	font-size: 3.6vw;
	line-height: 1.34;
	margin: 0 0 12vw;
}
/********** 数量・お気に入り **********/
.fs-body-product .fs-c-productQuantityAndWishlist {
	margin: 0 0 8vw;
}
/********** 数量 **********/
.fs-body-product .fs-c-productQuantityAndWishlist__quantity {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	width: 100%;
	max-width: unset;
}
.fs-body-product .fs-c-productQuantityAndWishlist__quantity::before {
	display: block;
	margin-right: 1em;
	content: "数量";
	white-space: nowrap;
}
.fs-body-product select.fs-c-quantity__select.fs-system-quantity-list {
	appearance: none;
	width: 3em;
	padding: 2vw;
}
.fs-body-product .fs-c-quantity__number {
	width: 3em;
}
.fs-body-product span.fs-c-quantity__message {
	display: block;
	left: 0;
	bottom: -5vw;
	width: fit-content;
	min-width: unset!important;
	max-width: unset!important;
}
/********** お気に入りに登録する **********/
.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail::after {
	/*
	display: none;
	*/
}
/********** お気に入りを解除する **********/
.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail::after, .fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
	/*
	display: none;
	*/
}
/********** 項目選択肢 **********/
.fs-body-product .fs-c-productSelection .fs-c-productSelection__name {
	font: inherit;
}
/********** オプション価格 **********/
.fs-c-radio__radioLabelText {
	width: 70%;
}
.fs-c-productOption__price {
	white-space: nowrap;
}
/********** 販売期間 **********/
.fs-body-product .fs-c-productSalesPeriod {}
/********** カートに入れる **********/
.fs-body-product .fs-c-productActionButton.fs-c-buttonContainer {
	margin: 0 0 4vw;
	padding: 0;
}
.fs-body-product button.fs-c-button--addToCart--detail.fs-c-button--primary {
	background: #cc3333;
	border: none;
	border-radius: 0.9vw;
	font-size: 4.8vw;
	padding: 5vw;
	width: 100%;
}
.fs-body-product button.fs-c-button--addToCart--detail.fs-c-button--primary span.fs-c-button__label {
	position: relative;
	margin-left: 8vw;
}
.fs-body-product button.fs-c-button--addToCart--detail.fs-c-button--primary span.fs-c-button__label::before {
	content: "";
	background: url(../images/products/common/icon-cart.svg) no-repeat;
	background-size: 100%;
	width: 6.5vw;
	height: 6.5vw;
	position: absolute;
	top: 1px;
	left: -8vw;
}
/********** バナー **********/
.fs-body-product .product-bnr {
	margin: 0 0 6vw
}
.fs-body-product .product-bnr ul {
	display: flex;
	-webkit-justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0;
}
.fs-body-product .product-bnr ul li {
	width: 49%;
}
/********** 返品特約について **********/
.fs-body-product .fs-c-returnedSpecialContract {
	margin: 0 0 2vw;
	padding: 0;
}
.fs-body-product .fs-c-returnedSpecialContract .fs-c-returnedSpecialContract__link a {
	font-size: 3.6vw;
	color: #333333;
}
/********** 商品についてのお問い合わせ **********/
.fs-body-product .fs-c-inquiryAboutProduct {
	margin: 0 0 2vw;
	padding: 0;
}
.fs-body-product .fs-c-inquiryAboutProduct button.fs-c-button--inquiryAboutProduct.fs-c-button--plain, .fs-body-product .fs-c-inquiryAboutProduct button.fs-c-button--inquiryAboutProduct.fs-c-button--plain .fs-c-button__label {
	font-size: 3.6vw;
	color: #333333;
}
/********** SNS **********/
.fs-body-product .fs-p-snsArea {
	margin: 0 0 20vw;
}
/**********  独自コメント13 **********/
.fs-body-product .product_comment-13 {
	margin: 0 0 17vw;
}
/********** 独自コメント14・16:タイトルとp **********/
.fs-body-product .product_comment-14 h3, .fs-body-product .product_comment-16 h3 {
	margin-bottom: 2vw;
	padding-bottom: 1.5vw;
	border-bottom: 1px solid #DDD;
	font-size: 4.8vw;
	font-weight: bold;
}
/********** 独自コメント15 **********/
.fs-body-product .product_comment-15 {
	margin: 0 0 13vw;
}
/********** 独自コメント17 **********/
.fs-body-product .product_comment-17 {
	margin: 0 0 17vw;
}
/* --------------------------------------------------------------------------------
　この商品を買った人は、この商品も買ってます
-------------------------------------------------------------------------------- */
.fs-body-product .recommend {
	margin: 10vw 0 25vw;
}
.fs-body-product .recommend h2 {
	margin: 0 0 8vw;
	text-align: center;
}
.fs-body-product .recommend h2 .headding-en {
	font-size: 6vw;
	margin: 0 0 3vw;
}
.fs-body-product .recommend h2 .headding-ja {
	font-size: 3.6vw;
}
.fs-body-product .recommend .draggable {
	overflow: hidden;
	width: 83vw;
}
.fs-body-product .recommend ul.slider-sp {
	padding: 0 7vw;
	margin: 0;
	list-style: none;
}
.fs-body-product .recommend ul.slider-sp li {
	/*width:91.5% !important;*/
}
.fs-body-product .recommend .rcmd-slick-prev, .fs-body-product .recommend .rcmd-slick-next {
	position: absolute;
	cursor: pointer;
	width: 4vw;
	height: 7.5vw;
	line-height: 1;
	opacity: 1;
	font-size: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
.fs-body-product .recommend .rcmd-slick-prev {
	top: 21vw;
	left: 0;
	background: url("../images/products/common/btn-silder-prev.png") no-repeat 0 0;
	background-size: 100%;
}
.fs-body-product .recommend .rcmd-slick-next {
	top: 21vw;
	right: 0;
	background: url("../images/products/common/btn-silder-next.png") no-repeat 0 0;
	background-size: 100%;
}
.fs-body-product .recommend ul.slider-sp li a:hover {
	color: #333333;
}
.fs-body-product .recommend ul.slider-sp li .rank {
	font-size: 3.6vw;
	font-weight: bold;
	color: #333333;
}
.fs-body-product .recommend ul.slider-sp li .thumb {
	display: flex;
	align-items: center;
	margin: 0 0 2vw;
	min-height: 39vw;
}
.fs-body-product .recommend ul.slider-sp li .thumb img {
	margin: 0 3%;
	width: 94%;
}
.fs-body-product .recommend ul.slider-sp li .name a {
	font-size: 3.6vw;
	color: #333333;
	line-height: 1.34;
}
.fs-body-product .recommend ul.slider-sp li .price-box {
	font-size: 4.8vw;
	color: #cc3333;
}
.fs-body-product .recommend ul.slider-sp li .tax {
	font-size: 3.6vw;
}
/********** 独自コメント10 **********/
.fs-body-product .fs-l-pageMain .product_comment-10 .deli_text {
	display: inline-block;
	padding: 4px 30px;
}
.fs-body-product .fs-l-pageMain .product_comment-10 .deli_text_time {
	background: #ce0551;
	color: #FFF;
}
.fs-body-product .fs-l-pageMain .product_comment-10 .deli_text_day {
	background: #dacfbd;
}
/* --------------------------------------------------------------------------------
スイーツデリバリー
-------------------------------------------------------------------------------- */
/** モーダル表示 **/
#product_modal {
	max-width: 100%;
	margin: 0 auto;
}
#product_modal .modal_inner {
	margin: 0 auto;
}
#product_modal .modal_inner p {
	margin: 0 auto;
	text-align: center;
}
#product_modal .modal_inner ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
	margin: 0 auto;
	margin-block-start: 1em;
	margin-block-end: 0;
	padding-inline-start: 0;
	list-style: none;
}
#product_modal .modal_inner ul li {
	text-align: center;
}