
@charset "utf-8";


/*メインコンテンツ*/
.fs-body-product .fs-l-main {
	width: 100%;
	max-width: none;
}

main {
	padding-top: 92px;
}

@media screen and (min-width: 1080px) {
	
	main {
		padding-top: 0;
	}
	
}

/* ================================================================================ */
/* fs-l-productLayout                                                               */
/* ================================================================================ */

.productLayout__area {
	/*margin-bottom: 40px;*/
	margin-bottom: 20px;
	width: 100%;
	/*max-width: 1280px;*/
	max-width: 1440px;
}

.fs-l-productLayout {
}

.fs-l-productLayout__item {
	box-sizing: border-box;
}

.fs-l-productLayout__item.fs-l-productLayout__item--1 {
}

.fs-l-productLayout__item.fs-l-productLayout__item--2 {
	margin: 0 auto;
	width: calc(100% - 60px);
}


@media screen and (min-width: 768px) {
	
	
}


@media screen and (min-width: 1020px) {
	
	.productLayout__area {
		margin: 0 auto;
		width: calc(100% - 100px);
		/*margin-bottom: 80px;*/
		margin-bottom: 40px;
	}

	.fs-l-productLayout {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.fs-l-productLayout__item.fs-l-productLayout__item--1 {
		width: 65%;
	}
	
	.fs-l-productLayout__item.fs-l-productLayout__item--2 {
		width: 35%;
		padding-left: 40px;
	}
	
}

@media screen and (min-width: 1280px) {

	.productLayout__area {
		width: calc(100% - 160px);
	}

}


/* ================================================================================ */
/* 画像・サムネイル                                                                 */
/* ================================================================================ */

/*
.fs-c-productThumbnail：クリック式
.fs-c-productCarouselMainImage：フリック式
*/

/*クリック式*/
.fs-c-productMainImage,
.fs-c-productThumbnail {
	display: none;
}

.fs-c-productMainImage__expandButton,
.fs-c-productCarouselMainImage__expandButton {
	display: none;
}

.fs-c-productThumbnail,
.fs-c-productCarouselMainImage__thumbnailList {
	margin: 15px auto;
	width: calc(100% - 60px);
	line-height: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fs-c-productThumbnail {
	/*-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;*/
}

.fs-c-productCarouselMainImage__thumbnailList {
	margin: 7px auto 15px auto;
}

.fs-c-productThumbnail__image,
.fs-c-productCarouselMainImage__thumbnailList li {
	margin: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	flex-basis: auto;
	min-width: auto;
	width: calc((100% - 40px) / 5);
	opacity: 0.7;
}

.fs-c-productCarouselMainImage__thumbnailList li {
	margin-bottom: 10px;
}

.fs-c-productThumbnail__image:nth-child(5n),
.fs-c-productCarouselMainImage__thumbnailList li:nth-child(5n) {
	margin-right: 0;
}

.fs-c-productThumbnail__image.is-active {
	opacity: 1.0;
}

.fs-c-productThumbnail__image:last-child {
	margin-right: 0;
}

/*フリック式*/
.fs-c-productCarouselMainImage {
	display: block;
}

.fs-c-productCarouselMainImage__thumbnailList li.slick-active {
	opacity: 1.0;
}

.fs-c-productCarouselMainImage__thumbnail__img {
	border: none;
}

.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
	display: none !important;
}

@media screen and (min-width: 1020px) {
	
	.fs-c-productThumbnail,
	.fs-c-productCarouselMainImage__thumbnailList {
		width: 100%;
	}
	
	/*クリック式*/
	.fs-c-productMainImage {
		display: block;
	}
	
	.fs-c-productThumbnail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	/*フリック式*/
	.fs-c-productCarouselMainImage {
		display: none;
	}

}


/* ================================================================================ */
/* 商品番号                                                                         */
/* ================================================================================ */

.fs-c-productNumber__label {
	display: none;
}

.fs-c-productNumber {
	font-size: 1.0rem;
	margin-bottom: 10px;
}

.fs-c-productNumber span {
	font-size: inherit;
}

@media screen and (min-width: 1020px) {
	
	.fs-c-productNumber {
		font-size: 1.1rem;
	}
}


/* ================================================================================ */
/* 商品名                                                                           */
/* ================================================================================ */

.fs-c-productNameHeading {
	font-family: adobe-garamond-pro, toppan-bunkyu-mincho-pr6n, serif;
	font-size: 2.0rem;
	color: #043d78;
	margin-bottom: 5px;
}

.fs-c-productNameHeading__name {
	font-size: inherit;
}

@media screen and (min-width: 1020px) {
	
	.fs-c-productNameHeading {
		font-size: 2.6rem;
		margin-bottom: 10px;
	}
	
}


/* ================================================================================ */
/* 商品価格                                                                         */
/* ================================================================================ */

.fs-l-productLayout__item .fs-c-productPrices {
	color: #043d78;
	margin-bottom: 25px;
}

.fs-l-productLayout__item .fs-c-productPrice__main__price {
	font-size: 2.0rem;
	margin-right: 5px;
}

.fs-l-productLayout__item .fs-c-productPrice__main__price span {
	font-size: inherit;
}

.fs-l-productLayout__item .fs-c-productPrice__addon {
	margin-bottom: 5px;
}

@media screen and (min-width: 1020px) {
	
	.fs-l-productLayout__item .fs-c-productPrices {
		margin-bottom: 45px;
	}
	
}


/* ================================================================================ */
/* 商品説明文                                                                       */
/* ================================================================================ */

.fs-p-productDescription {
	line-height: 2.0;
	margin-bottom: 30px;
}


/* ================================================================================ */
/* 商品詳細                                                                         */
/* ================================================================================ */

.productDetail__area_pc {
	display: none;
}

.productDetail__area_sp {
}

.productDetail__list-title {
	font-family: adobe-garamond-pro, toppan-bunkyu-mincho-pr6n, serif;
	margin-bottom: 8px;
	font-size: 1.3rem;
}

.productDetail__list {
	font-size: 1.2rem;
	margin-bottom: 15px;
}

.productDetail__item {
	padding: 8px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.productDetail__item:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.productDetail__item:last-child {
	margin-bottom: 0;
}

.productDetail__item dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

.productDetail__name {
	width: 25%;
}

.productDetail__name:after {
	/*content: ":";*/
	padding: 0 10px;
}

.productDetail__comment {
	margin: 0;
	width: 75%;
}


@media screen and (min-width: 1020px) {
	
	.productDetail__area_pc {
		display: block;
		margin-top: 30px;
	}
	
	.productDetail__area_sp {
		display: none;
	}
	
	.productDetail__area_pc .productDetail__list-title {
		font-size: 1.4rem;
	}
	
	.productDetail__list {
		margin-bottom: 20px;
	}
	
	.productDetail__area_pc .productDetail__list {
		/*display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;*/
	}
	
	.productDetail__area_pc .productDetail__item {
		/*width: 49%;
		margin-right: 2%;*/
	}
	
	.productDetail__area_pc .productDetail__item:nth-child(2n) {
		/*margin-right: 0;*/
	}

	.productDetail__area_pc .productDetail__item:nth-child(3) {
		/*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
	}
	
	.productDetail__item {
		padding: 10px 0;
	}
	
	.productDetail__name {
		font-weight: bold;
	}

	
}




/* ================================================================================ */
/* オプション                                                                       */
/* ================================================================================ */

.fs-body-product .fs-c-dropdown__menu {
	vertical-align: middle;
	background: #ffffff;
	color: #333333;
	width: 100%;
	padding: 8px 10px;
	font-size: 1.6rem;
}

.fs-body-product .fs-c-dropdown::after {
	background: none;
	border-left: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	/*content: "\e90f";*/
	/*content: url(https://fukagawa.itembox.design/item/assets/img/detail/icon_arrow-d.png);*/
	content: "　";
	background-image: url(https://fukagawa.itembox.design/item/assets/img/detail/icon_arrow-d.png);
	background-repeat: no-repeat;
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
	padding: 0;
	top: calc(50% - 5px);
	right: 20px;
}

.fs-c-productOption {
	margin: 0;
	margin-bottom: 20px;
}

.fs-c-productOption__name {
	padding: 0;
	margin-bottom: 5px;
	background: none;
	font-size: 1.2rem;
}

.fs-c-productOption__name .fs-c-requiredMark {
	margin-left: 5px;
}

.fs-c-productOption__option {
	padding: 0;
}

/*HIGASHIYAのようにギフト包装などの見出しのよこにリンクを貼る場合*/
.fs-c-productOption__option:nth-of-type(1),
.fs-c-productOption__option:nth-of-type(2),
.fs-c-productOption__option:nth-of-type(5) {
	position: relative;
}
.fs-c-productOption__option:nth-of-type(1) .fs-c-productOption__comment {
	position: absolute;
	top: -32px;
	left: 90px;
}

.fs-c-productOption__option:nth-of-type(2) .fs-c-productOption__comment {
	position: absolute;
	top: -32px;
	left: 50px;
}

.fs-c-productOption__option:nth-of-type(5) .fs-c-productOption__comment {
	position: absolute;
	top: -32px;
	left: 75px;
}

.productOption__link .icon svg{
	width: 14px;
	height: 14px;
	fill: #888;
	transition: all 0.5s ease;
}
.productOption__link:hover .icon svg{
	fill: var(--color-a-link);
}
/**/

.fs-c-productOption__comment {
	margin-top: 5px;
	font-size: 1.2rem;
}

.fs-c-productOption__field input[type="text"] {
	color: #333333;
	padding: 8px 10px;
	font-size: 1.6rem;
	height: 40px;
}


@media screen and (min-width: 1020px) {
	
	.fs-c-productOption__name {
		font-size: 1.3rem;
	}
	
	.fs-body-product .fs-c-dropdown__menu {
		/*font-size: 1.6rem;*/
	}
	
	.fs-c-productOption__field input[type="text"] {
		/*font-size: 1.6rem;*/
		height: 42px;
	}

}


/* ================================================================================ */
/* 数量                                                                             */
/* ================================================================================ */


.fs-c-productQuantityAndWishlist__quantity {
	/*display: none;*/
	max-width: none;
}

.fs-c-productQuantityAndWishlist__quantity:before {
	content: "数量";
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.056em;
	font-family: dnp-shuei-gothic-gin-std,'Yu Gothic', "游ゴシック", 'YuGothic', "游ゴシック体", Hiragino Kaku Gothic ProN, 'Meiryo', sans-serif;
}

.fs-c-quantity__select {
	padding: 8px 10px;
}

.fs-c-quantity__number {
	box-shadow: none;
	padding: 6px 10px;
}
/*.item-quantity_area .fs-c-productQuantityAndWishlist__quantity {
	display: block;
}*/


@media screen and (min-width: 1020px) {
	
	.fs-c-productQuantityAndWishlist__quantity:before {
		font-size: 1.3rem;
	}
	
}


/* ================================================================================ */
/* ウィッシュリスト                                                                 */
/* ================================================================================ */

.item-cart_wishbutton_area {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;*/
}

.fs-c-productQuantityAndWishlist {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;*/
	margin-bottom: 20px;
}

.fs-c-productQuantityAndWishlist__wishlist {
	display: none;
	margin-bottom: 15px;
}

#parts-Wishlist.fs-c-productQuantityAndWishlist {
	display: block;
	margin-bottom: 0;
}

#parts-Wishlist .fs-c-productQuantityAndWishlist__wishlist {
	display: block;
	margin-bottom: 0;
	/*margin-left: 2px;*/
}

#parts-Wishlist {
	margin-top: 50px;
}


.fs-c-button--addToWishList--detail:hover,
.fs-c-button--removeFromWishList--detail:hover {
	opacity: 1;
}

.fs-c-button--addToWishList--detail:hover .fs-c-button__label,
.fs-c-button--removeFromWishList--detail:hover .fs-c-button__label {
	color: #043D78;
}


/* ================================================================================ */
/* ショッピングバックに追加する                                                     */
/* ================================================================================ */

.fs-c-productActionButton {
}

.fs-c-productActionButton .fs-c-button--primary {
	width: 100%;
	padding: 20px 0;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 0;
	border: none;
}

.fs-c-productActionButton .fs-c-button--primary:visited,
.fs-c-productActionButton .fs-c-button--primary:active,
.fs-c-productActionButton .fs-c-button--primary:focus {
	background: #043d78;
}



/* ================================================================================ */
/* 在庫なし                                                                         */
/* ================================================================================ */

.fs-c-productNotice--outOfStock,
.fs-c-productNotice--subscriptionOutOfStock {
	line-height: 1;
	background: rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 20px 0;
	font-size: 1.4rem;
	font-weight: bold;
}


/* ================================================================================ */
/* 再入荷お知らせ                                                                   */
/* ================================================================================ */

.fs-c-button--subscribeToArrivalNotice--detail {
	width: 100%;
	margin-bottom: 15px;
	padding: 15px;
}


/* ================================================================================ */
/* シェアする                                                                       */
/* ================================================================================ */

.item-modulelink__list.normal-anchor__list {
	margin-top: 10px;
}

.item-modulelink__list.normal-anchor__list .normal-anchor__item {
	margin-bottom: 0;
}

.item-modulelink__list.normal-anchor__list .normal-anchor__item a {
	color: var(--base-color);
}

.item-modulelink__list.normal-anchor__list .normal-anchor__item a:hover {
	color: var(--color-a-hover);
}

.item-modulelink__list.detail-supply .icon {
	margin-right: 15px;
	pointer-events: none;
}

.item-modulelink__list.detail-supply .popup__target .icon {
	margin: 0;
}

.item-modulelink__list.detail-supply.normal-anchor__list .anchor:hover .icon {
	transform: translateX(0);
}


.supply__share {
	
}

.share-items {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 10px;
	box-sizing: border-box;
}

.share-item {
	display: flex;
	color: #666;
}

.share-item .icon {
	margin-right: 0;
}

.share-item a {
	width: auto;
	padding: 10px;
	color: #666;
}

.share-item a:hover {
	color: #000;
}

.share-item.twitter a:hover {
	color: #32a7e0;
}

.share-item.facebook a:hover {
	color: #3b5998;
}

.share-item.line a:hover {
	color: #00b900;
}

.share-item.pinterest a:hover {
	color: #e60023;
}


.popupSNS {
	display: flex;
	align-items: center;
}

.popupSNS .popup__trigger {
	margin-right: 20px;
	overflow: hidden;
}

.popupSNS .popup__trigger .lbl {
	display: inline-block;
	opacity: 1;
	transform: translateY(0);
	transition: 0.5s cubic-bezier(.77,0,.18,1);
	transition-property: opacity, transform;
}

.popupSNS.-active .popup__trigger .lbl {
	opacity: 0;
	transform: translateY(100%);
}

.popupSNS .popup__target {
	position: absolute;
	left: 35px !important;
	right: auto !important;
	top: 0;
	bottom: 0;
	width: auto;
	min-width: 0;
	height: 30px;
	margin: auto 0;
	padding: 0;
	transform: none;
	overflow: hidden;
	opacity: 1;
}

.popupSNS .popup__target-inner {
	position: relative;
	background-color: transparent;
	box-shadow: none;
}

.popupSNS .popup__target-inner::before {
	display: none;
}

.popupSNS .share-items {
	padding: 0px;
}

.popupSNS .share-items > * {
	margin-right: 8px;
}

.popupSNS .share-items > *:last-child {
	margin-right: 0;
}

.popupSNS .share-item {
	overflow: hidden;
}

.popupSNS .share-item a {
	padding: 5px;
	opacity: 0;
	transform: translateY(100%);
	transition: 0.5s cubic-bezier(.77,0,.18,1);
	transition-property: opacity, transform;
}

.popupSNS.-active .share-item a {
	position: relative;
	opacity: 1;
	transform: translateY(0);
}

.popupSNS.-active .share-item a:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
}

.popupSNS .share-items svg {
	width: 18px;
	height: 18px;
}

.popupSNS .share-item:nth-child(1) a { transition-delay: 0.00s }
.popupSNS .share-item:nth-child(2) a { transition-delay: 0.05s }
.popupSNS .share-item:nth-child(3) a { transition-delay: 0.10s }
.popupSNS .share-item:nth-child(4) a { transition-delay: 0.15s }
.popupSNS .share-item:nth-child(5) a { transition-delay: 0.20s }
.popupSNS .share-item:nth-child(6) a { transition-delay: 0.25s }
.popupSNS .share-item:nth-child(7) a { transition-delay: 0.30s }
.popupSNS .share-item:nth-child(8) a { transition-delay: 0.35s }
.popupSNS .share-item:nth-child(9) a { transition-delay: 0.40s }
.popupSNS .share-item:nth-child(10) a { transition-delay: 0.35s }




/* ================================================================================ */
/* レビュー                                                              */
/* ================================================================================ */

/*.fs-c-productQuantityAndWishlist__wishlist {
	display: none;
	margin-bottom: 15px;
}

#parts-Wishlist.fs-c-productQuantityAndWishlist {
	display: block;
	margin-bottom: 0;
}

#parts-Wishlist .fs-c-productQuantityAndWishlist__wishlist {
	display: block;
	margin-bottom: 0;
}

#parts-Wishlist {
	margin-top: 50px;
}*/

.fs-c-button--addReview--detail {
	display: flex;
	text-decoration: none;
	color: #222;
}

.fs-c-button--addReview--detail .fs-c-button__label {
	color: #222;
}

.fs-c-button--addReview--detail:hover {
	opacity: 1;
}

.fs-c-button--addReview--detail:hover .fs-c-button__label {
	color: #043D78;
}


/* ================================================================================ */
/* この製品について問い合わせる                                                     */
/* ================================================================================ */

.item-product-contact__link {
	margin: 30px 0 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.item-product-contact__link .icon {
	margin-right: 5px;
	cursor: pointer;
}

.item-product-contact__link:hover .icon {
}

/*#fs_form .fs-c-buttonContainer--inquiryAboutProduct {
	margin: 40px 0 10px 0;
}*/

#fs_form .fs-c-button--inquiryAboutProduct {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 1.2rem;
}

#fs_form .fs-c-button--inquiryAboutProduct:active {
	outline: none;
}

#fs_form .item-product-contact__link:hover .fs-c-button--inquiryAboutProduct {
	text-decoration: none;
	color: var(--color-a-hover);
}

#fs_form .fs-c-button--inquiryAboutProduct span {
	font-size: inherit;
	/*position: relative;
	padding-left: 39px;
	height: 24px;
	display: block;
	line-height: 24px;*/
}

#fs_form .fs-c-button--inquiryAboutProduct span:before {
	/*position: absolute;
	top: 0;
	left: 0;
	display: inline-block;*/
	/*transform:rotate(-90deg);*/
	/*content: "　";*/
	/*background-image: url(https://fukagawa.itembox.design/item/assets/svg/btn-menu_close.svg);*/
	/*background-size: 24px 24px;
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	margin-right: 15px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polyline class="inline-svg--line-round" points="15.23,10.23 12,13.77 8.77,10.23 "/></svg>');
*/
}

#fs_form .fs-c-button--inquiryAboutProduct:hover {
	opacity: 1;
	text-decoration: underline;
}


@media screen and (min-width: 1080px) {
	
	.item-product-contact__link {
		margin: 40px 0 10px 0;
	}

	#fs_form .fs-c-buttonContainer--inquiryAboutProduct {
	}
	
	#fs_form .fs-c-button--inquiryAboutProduct {
		font-size: 1.3rem;
	}
	
	
}


@media screen and (min-width: 1280px) {
	
	.item-product-contact__link:hover {
		color: var(--color-a-hover);
	}
	
	.item-product-contact__link .icon {
		/*transform: translateX(0);
		transition: transform .5s ease;*/
	}
	
	.item-product-contact__link:hover .icon {
		/*transform: translateX(5px);*/
	}
}


/* ================================================================================ */
/* 補足リンクリスト                                                                 */
/* ================================================================================ */

.item-otherlink__list {
}

.item-otherlink__list li {
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.item-otherlink__list li:last-child {
	margin-bottom: 0;
}

.item-otherlink__list li a {
	font-size: inherit;
	text-decoration: none;
	color: var(--base-color);
}

.item-otherlink__list li a:hover {
	color: var(--color-a-hover);
}

.item-otherlink__list.detail-supply .icon {
	margin-right: 5px;
}

@media screen and (min-width: 1020px) {
	
	.item-otherlink__list li {
		font-size: 1.3rem;
	}
}




/* ================================================================================ */
/* おすすめ商品                                                                     */
/* ================================================================================ */

.featuredProduct__area {
	/*border-top: 1px solid #ddd;*/
}

.fs-c-featuredProduct__header {
}

.fs-body-product .fs-c-featuredProduct {
	/*margin: 0 auto;
	width: calc(100% - 60px);*/
}

.fs-c-featuredProduct__title {
	margin-bottom: 0;
}

.fs-c-featuredProduct__list {
}


/* ================================================================================= */
/* 【futureRecommend2】この商品を見たお客様はこれも見ています（商品詳細）            */
/* ================================================================================= */

.featureRecommend__area {
	/*border-top: 1px solid #ddd;*/
}

.featureRecommend__header {
	border-top: 1px solid #ddd;
}

.fs-body-product #_rcmdjp_display_1 {
	/*margin: 0 auto;
	width: calc(100% - 60px);*/
}

/* ================================================================================ */
/* 楕円麺鉢ページレイアウト                                                               */
/* ================================================================================ */
.sp-only {
    display: block;
}
.pc-only {
    display: none;
}
.vertical {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.layout_bl .productLayout__area {
    width: 100%;
    max-width: none;
}
.layout_bl .item-top_col2 {
    margin-bottom: 5rem;
    max-width: 1440px;
}

@media screen and (min-width: 1020px) {
    .sp-only {
        display: none;
    }
    .pc-only {
        display: block;
    }
    .layout_bl .fs-l-productLayout {
        flex-direction: column;
    }
    .layout_bl .item-top_col2 {
        display: flex;
        width: calc(100% - 160px);
        margin: 0 auto 40px;
    }
}


.layout_bl .productDetail__area_pc {
    display: block;
}
.layout_bl .productDetail__list {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
}

/* ttl, txt */
.layout_bl .ttl {
    font-family: adobe-garamond-pro, toppan-bunkyu-mincho-pr6n, serif;
}
.layout_bl .txt {
    font-size: 1.4rem;
    line-height: 3rem;
    margin-bottom: 0;
    text-align: justify;
}

.layout_bl .chapter-section-header.left .ttl {
    padding-top: 0;
}
.layout_bl .chapter-section-header.left .ttl::before {
    right: initial;
    left: -43.5px;
    top: 12px;
}
.layout_bl .chapter-section-header.left .ttl .ttl__en {
    text-align: left;
    padding-left: .3em;
}

/* ブルーワイナリー */
/* 職人による手作り */
.layout_bl #blue_winery.bl-story .img {
    margin-left: auto;
}
.layout_bl .bl-story > .img {
    display: block;
    margin-bottom: -6rem;
    width: 92.5%;
}
.layout_bl .bl-story .img img {
    vertical-align: bottom;
}
.layout_bl .bl-story .txt-wrap {
    background-color: #043D78;
    color: #fff;
    margin-bottom: 8rem;
    padding: 10rem 3rem 7rem;
}
.layout_bl .bl-story .txt-wrap .ttl {
    font-size: 1.8rem;
    line-height: 2;
    width: 21.7rem;
    padding: 4rem 0;
    margin: 0 auto 3rem;
    display: grid;
    place-content: center;
    position: relative;
    z-index: 2;
}
.layout_bl .bl-story .txt-wrap .ttl:before,
.layout_bl .bl-story .txt-wrap .ttl:after {
    content: "";
    position: absolute;
    clip-path: polygon(5% 0%, 95% 0%, 100% 5%, 100% 95%, 95% 100%, 5% 100%, 0% 95%, 0% 5%);
    z-index: -1;
}
.layout_bl .bl-story .txt-wrap .ttl:before {
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
}
.layout_bl .bl-story .txt-wrap .ttl:after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #043D78;
    top: 1px;
    left: 1px;
}
.layout_bl .bl-story .txt-wrap .txt {
    font-family: adobe-garamond-pro, toppan-bunkyu-mincho-pr6n, serif;
    line-height: 3.5rem;
}
@media screen and (min-width: 1020px) {
    .layout_bl .bl-story > .img {
        width: calc(100% - 80px);
        margin-bottom: -16rem;
    }
    .layout_bl .bl-story .txt-wrap {
        display: flex;
        align-items: center;
        column-gap: 7%;
        padding: 26.3rem 18% 8.7rem;
    }
    .layout_bl #blue_winery.bl-story .txt-wrap {
        margin-bottom: 13rem;
    }
    .layout_bl .bl-story .txt-wrap .ttl {
        margin: 0;
    }
    .layout_bl #blue_winery.bl-story .ttl {
        width: 16rem;
        writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
    .layout_bl #craftman.bl-story > .txt-wrap .ttl {
        padding: 3rem 1.5rem;
    }
    .layout_bl #blue_winery.bl-story .txt {
        width: calc(100% - 16rem);
    }
}
/* Features */
.layout_bl #features .features-wrap {
    display: grid;
    row-gap: 5rem;
    margin-bottom: 10rem;
    counter-reset: number 0;
}
.layout_bl #features .features-wrap li {
    display: flex;
    flex-direction: column-reverse;
    width: 92.7%;
    counter-increment: number 1;
}
.layout_bl #features .features-wrap li:nth-child(1),
.layout_bl #features .features-wrap li:nth-child(3) {
    position: relative;
}
.layout_bl #features .features-wrap li:nth-child(1):after,
.layout_bl #features .features-wrap li:nth-child(3):after {
    content: "";
    width: 50%;
    background-color: #F5F6F7;
    position: absolute;
    top: 75%;
    z-index: -1;
}
.layout_bl #features .features-wrap li:nth-child(1):after {
    left: -8%;
    height: 110%;
}
.layout_bl #features .features-wrap li:nth-child(3):after {
    right: -8%;
    height: 100%;
}
.layout_bl #features .features-wrap li:nth-of-type(odd) {
    margin-left: auto;
}
.layout_bl #features .features-wrap li .img {
    display: block;
    margin-bottom: 2.8rem;
}
.layout_bl #features .features-wrap li .ttl {
    font-size: 1.8rem;
    line-height: 3.4rem;
    position: relative;
    padding-top: 3rem;
}
.layout_bl #features .features-wrap li .ttl:before {
    content: counter(number,decimal-leading-zero);
    position: absolute;
    top: 0;
    left: 0;
    color: #043D78;
    font-size: 2rem;
    line-height: 1;
    border-bottom: 1px solid #043D78;
    padding-bottom: .5rem;
}
.layout_bl #features .features-wrap li .txt-wrap {
    width: 82.5%;
}
.layout_bl #features .features-wrap li:nth-of-type(even) .txt-wrap {
    margin-left: auto;
}
@media screen and (min-width: 1020px) {
    .layout_bl #features .chapter-section-header .ttl {
        margin: 0 auto 5rem;
    }
    .layout_bl #features .features-wrap {
        max-width: 1440px;
        width: calc(100% - 160px);
        margin: 0 auto 10rem;
        row-gap: 10rem;
    }
    .layout_bl #features .features-wrap li {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }
    .layout_bl #features .features-wrap li:nth-of-type(odd) {
        flex-direction: row;
        margin: 0;
    }
    .layout_bl #features .features-wrap li:nth-of-type(even) {
        flex-direction: row-reverse;
    }
    .layout_bl #features .features-wrap li:nth-child(1):after,
    .layout_bl #features .features-wrap li:nth-child(3):after {
        width: 100vw;
    }
    .layout_bl #features .features-wrap li:nth-child(1):after {
        left: 50%;
        top: 58%;
    }
    .layout_bl #features .features-wrap li:nth-child(3):after {
        top: 40%;
        right: 50%;
        height: 135%;
    }
    .layout_bl #features .features-wrap li .img {
        width: 67.6%;
        margin-bottom: 0;
    }
    .layout_bl #features .features-wrap li .txt-wrap {
        width: 25%;
    }
    .layout_bl #features .features-wrap li .ttl {
        padding-top: 6rem;
    }
    .layout_bl #features .features-wrap li .ttl:before {
        font-size: 3rem;
    }
}

/* 寸法と重さ */
.layout_bl #detail {
    width: 85.5%;
    margin: 0 auto 12rem;
    position: relative;
    padding: 3.8rem 2.8rem;
}
.layout_bl #detail:before,
.layout_bl #detail:after {
    content: "";
    width: 100%;
    position: absolute;
    clip-path: polygon(6% 0%, 94% 0%, 100% 2%, 100% 98%, 96% 100%, 4% 100%, 0% 98%, 0% 2%);
    z-index: -1;
}
.layout_bl #detail:before {
    width: 100%;
    height: 100%;
    background-color: #043D78;
    top: 0;
    left: 0;
}
.layout_bl #detail:after {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    top: 1px;
    left: 1px;
}
.layout_bl #detail .chapter-section-header {
    position: absolute;
    top: 2.2rem;
    left: 2.8rem;
}
.layout_bl #detail .chapter-section-header .ttl {
    padding-top: 0;
}
.layout_bl #detail .chapter-section-header .ttl::before {
    width: 1px;
    height: 35px;
    top: 56px;
    left: initial;
    right: 8.5px;
}
.layout_bl #detail .chapter-section-header .ttl .ttl__anchor {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: .5rem;
}
.layout_bl #detail .chapter-section-header .ttl .ttl__ja {
    padding-top: 1rem;
}
.layout_bl #detail .img-wrap {
    width: 66.3%;
    margin: 0 0 3rem auto;
}
.layout_bl #detail .detail-list {
    margin-bottom: 3rem;
}
.layout_bl #detail .detail-list dl {
    display: flex;
    font-size: 1.4rem;
    line-height: 3rem;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 1rem;
}
.layout_bl #detail .detail-list dt {
    width: 3.8rem;
    border-bottom: 1px solid #898989;
    padding-bottom: 1rem;
}
.layout_bl #detail .detail-list dd {
    width: calc(100% - 3.8rem);
    padding-bottom: 1rem;
}
@media screen and (min-width: 1020px) {
    .layout_bl #detail {
        max-width: 1440px;
        width: calc(100% - 160px);
        display: flex;
        justify-content: space-between;
        padding: 11rem 12rem 11rem 0;
    }
    .layout_bl #detail:before,
    .layout_bl #detail:after {
        clip-path: polygon(2% 0%, 98% 0%, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0% 98%, 0% 2%);
    }
    .layout_bl #detail .chapter-section-header {
        position: relative;
        top: initial;
        left: initial;
        margin: 0 auto;
    }
    .layout_bl #detail .detail-wrap {
        width: 71.6%;
    }
    .layout_bl #detail .detail-list {
        display: flex;
        flex-wrap: wrap;
    }
    .layout_bl #detail .detail-list dl {
        width: 50%;
    }
    .layout_bl #detail .detail-list dl:nth-child(2) {
        order: 3;
    }
    .layout_bl #detail .detail-list dl:nth-child(3) {
        order: 2;
    }
    .layout_bl #detail .detail-list dl:nth-child(4) {
        order: 4;
    }
    .layout_bl #detail .img-wrap {
        width: 100%;
        margin: 0 0 3rem;
        display: flex;
        column-gap: 3px;
    }
}

/* Flow */
.layout_bl .flow-list {
    width: 72.4%;
    margin: 0 auto 10rem;
    display: grid;
    row-gap: 8rem;
    counter-reset: number 0;
}
.layout_bl .flow-list li {
    display: flex;
    flex-direction: column;
    position: relative; 
}
.layout_bl .flow-list li:before,
.layout_bl .flow-list li:after {
    position: absolute;
    font-family: adobe-garamond-pro, toppan-bunkyu-mincho-pr6n, serif;
    box-sizing: border-box;
}
.layout_bl .flow-list li:before {
    counter-increment: number 1;
    content: "Flow";
    width: 2.8rem;
    height: 9rem;
    background-color: #fff;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.1rem;
    top: 0;
    right: 0;
    display: grid;
    place-content: center;
    padding-bottom: 2rem;
}
.layout_bl .flow-list li:after {
    content: counter(number,decimal-leading-zero);
    font-size: 1.5rem;
    right: .5rem;
    top: 5rem;
}
.layout_bl .flow-list li .img {
    order: 1;
}
.layout_bl .flow-list li .ttl {
    order: 2;
    text-align: center;
    color: #043D78;
    font-size: 1.6rem;
    margin: 2rem 0 1rem;
}
.layout_bl .flow-list li .txt {
    order: 3;
}
.layout_bl .flow-list li:not(:last-child) .txt {
    position: relative;
}
.layout_bl .flow-list li:not(:last-child) .txt:after {
    content: "";
    width: 1px;
    height: 4rem;
    background-color: #043D78;
    position: absolute;
    top: calc(100% + 4rem);
    left: 50%;
    transform: translateY(-50%);
}
@media screen and (min-width: 1020px) {
    .layout_bl .flow-list {
        max-width: 1440px;
        width: calc(100% - 160px);
        grid-template-columns: repeat(3,1fr);
        column-gap: 8%;
        margin: 0 auto;
    }
    .layout_bl .flow-list li:nth-child(2),
    .layout_bl .flow-list li:nth-child(5){
        margin-top: 5rem;
    }
    .layout_bl .flow-list li:nth-child(3),
    .layout_bl .flow-list li:nth-child(6){
        margin-top: 9rem;
    }
    .layout_bl .flow-list li:before {
        width: 4rem;
    }
    .layout_bl .flow-list li:after {
        font-size: 1.8rem;
        right: .8rem;
    }
    .layout_bl .flow-list li .ttl {
        margin: 3rem 0 2rem;
        font-size: 2rem;
    }
    .layout_bl .flow-list li:not(:last-child) .txt:after {
        top: -20rem;
        left: calc(100% + 5rem);
        transform: rotate(-75deg);
    }
    .layout_bl .flow-list li:nth-child(3) .txt:after {
        content: none;
    }
}

/* 深川製磁のトレードマーク */
.layout_bl .mark-wrap {
    width: 91.7%;
    margin: 0 auto 10rem;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, transparent 0%, transparent 14%, #F5F6F7 14%, #F5F6F7 72%, transparent 72%, transparent 100%);
}
.layout_bl .mark-wrap .img {
    order: 1;
    width: 63.9%;
    margin: auto;
}
.layout_bl .mark-wrap .ttl {
    order: 2;
    width: 78.9%;
    margin: 2rem auto 1rem;
    font-size: 1.4rem;
    line-height: 3.2rem;
}
.layout_bl .mark-wrap .ttl strong {
    display: block;
    font-size: 1.8rem;
}
.layout_bl .mark-wrap .txt {
    order: 3;
    width: 78.9%;
    margin: auto;
}
@media screen and (min-width: 1020px) {
    .layout_bl .mark-wrap {
        max-width: 1763px;
        width: calc(100% - 160px);
        display: grid;
        grid-template-columns: 44% 1fr;
        grid-template-rows: repeat(2,auto);
        grid-template-areas: "img ttl" "img txt";
        column-gap: 6%;
        row-gap: 5rem;
        padding: 0 15%;
        background: linear-gradient(180deg, transparent 0%, transparent 25%, #F5F6F7 25%, #F5F6F7 68%, transparent 68%, transparent 100%); 
        margin: 0 auto 14rem;
    }
    .layout_bl .mark-wrap .img {
        grid-area: img;
        width: 100%;
        margin: 0;
    }
    .layout_bl .mark-wrap .ttl {
        grid-area: ttl;
        width: 100%;
        margin: 0;
        display: grid;
        align-content: end;
        padding-top: 24%;
        font-size: 1.8rem;
    }
    .layout_bl .mark-wrap .ttl strong {
        font-size: 2.4rem;
        margin-top: 1rem;
    }
    .layout_bl .mark-wrap .txt {
        grid-area: txt;
        width: 100%;
        margin: 0;
    }
}

/* 有田焼 */
.layout_bl #aritayaki {
    margin: 2.8rem 0 12.8rem;
    padding: 8rem 0 11rem;
    position: relative;
    background: url(https://fukagawa.itembox.design/item/assets/img/item/aritayaki02_sp.png) 0 / cover no-repeat;
    color: #fff;
}
.layout_bl #aritayaki:before,
.layout_bl #aritayaki:after {
    content: "";
    position: absolute;
}
.layout_bl #aritayaki:before {
    width: 60.3%;
    aspect-ratio: 250 / 180;
    background: url(https://fukagawa.itembox.design/item/assets/img/item/aritayaki01_sp.png) 0 / cover no-repeat;
    top: -2.8rem;
    right: 0;
}
.layout_bl #aritayaki:after {
    width: 54.3%;
    aspect-ratio: 225 / 80;
    background: url(https://fukagawa.itembox.design/item/assets/img/item/aritayaki03_sp.png) 0 / cover no-repeat;
    bottom: -2.8rem;
    left: 0;
}
.layout_bl #aritayaki .ttl {
    font-size: 1.8rem;
    line-height: 2;
    padding: 0 0 5rem 3rem;
}
.layout_bl #aritayaki .txt {
    width: 87.1%;
    margin: auto;
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 1020px) {
    .layout_bl #aritayaki {
        background: url(https://fukagawa.itembox.design/item/assets/img/item/aritayaki02.png) top / cover no-repeat;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding: 11rem calc(15% + 80px);
    }
    .layout_bl #aritayaki:before {
        width: 25.5%;
        aspect-ratio: 490 / 385;
        background: url(https://fukagawa.itembox.design/item/assets/img/item/aritayaki01.png) 0 / cover no-repeat;
        top: -3.1rem;
        right: 0;
    }
    .layout_bl #aritayaki:after {
        width: 5%;
        aspect-ratio: 113 / 302;
        background: url(https://fukagawa.itembox.design/item/assets/img/item/aritayaki03.png) 0 / cover no-repeat;
        bottom: -3.5rem;
    }
    .layout_bl #aritayaki .ttl {
        position: relative;
        z-index: 2;
        font-size: 2rem;
        margin-top: -2rem;
    }
    .layout_bl #aritayaki .txt {
        writing-mode: tb-rl;
        writing-mode: vertical-rl;
        text-orientation: upright;
        width: auto;
        height: 31rem;
        margin: 0;
        line-height: 2.2;
    }
}
@media screen and (min-width: 1440px) {
    .layout_bl #aritayaki:before {
        right: 80px;
    }
}
@media screen and (min-width: 1920px) {
    .layout_bl #aritayaki:before {
        right: calc(8% + 80px);
    }
}

/* 盛り付け・コーディネート例 */
.layout_bl #coordinate .chapter-section-header {
    margin: 0 0 40px 30px;
}
.layout_bl #coordinate .inner {
    width: 74%;
    margin: 0 auto 10rem;
}
.layout_bl #coordinate .inner .img-wrap {
    display: grid;
    row-gap: 5px;
    margin-bottom: 2rem;
}
.layout_bl #coordinate .inner .img-wrap img {
    vertical-align: bottom;
}
.layout_bl #coordinate .inner .txt-wrap {
    display: grid;
    grid-template-columns: 1fr 10rem;
    grid-template-rows: auto auto;
    grid-template-areas: "ttl img" "txt txt";
    row-gap: 2rem;
}
.layout_bl #coordinate .inner .txt-wrap .ttl {
    grid-area: ttl;
    font-size: 1.6rem;
    line-height: 3.2rem;
    margin: 1rem 0 0;
}
.layout_bl #coordinate .inner .txt-wrap .txt {
    grid-area: txt;
}
.layout_bl #coordinate .inner .txt-wrap .img {
    grid-area: img;
}
@media screen and (min-width: 1020px) {
    .layout_bl #coordinate .chapter-section-header {
        max-width: 1440px;
        width: calc(100% - 160px);
        margin: auto;
    }
    .layout_bl #coordinate .chapter-section-header .ttl {
        margin: 0 auto 7rem 43.5px;
    }
    .layout_bl #coordinate .chapter-section-header.left .ttl::before {
        top: 14px;
    }
    .layout_bl #coordinate .inner {
        width: calc(100% - 160px);
        max-width: 1200px;
        margin: 0 auto 14rem;
    }
    .layout_bl #coordinate .inner .img-wrap {
        grid-template-columns: repeat(2,1fr);
        column-gap: 5px;
    }
    .layout_bl #coordinate .inner .txt-wrap {
        grid-template-columns: 1fr min(15%, 16.7rem);
        grid-template-areas:
        "ttl img"
        "txt img";
        column-gap: 27%;
        row-gap: 0;
    }
    .layout_bl #coordinate .inner .txt-wrap .ttl {
        font-size: 1.8rem;
        margin: 3rem 0 0;
    }
}

/* ギフト包装・熨斗対応 */
.layout_bl #wrapping .wrapping-list {
    display: grid;
    row-gap: 4.5rem;
}
.layout_bl #wrapping .wrapping-list li .ttl {
    font-size: 2rem;
    color: #fff;
    aspect-ratio: 414 / 139;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    place-content: center;
}
.layout_bl #wrapping .wrapping-list li:nth-child(1) .ttl {
    background-image: url(https://fukagawa.itembox.design/item/assets/img/item/wrapping_sp.png);
}
.layout_bl #wrapping .wrapping-list li:nth-child(2) .ttl {
    background-image: url(https://fukagawa.itembox.design/item/assets/img/item/noshi_sp.png);
}
.layout_bl #wrapping .wrapping-list li:nth-child(3) .ttl {
    background-image: url(https://fukagawa.itembox.design/item/assets/img/item/bag_sp.png);
}
.layout_bl #wrapping .wrapping-list li .txt {
    width: 85.5%;
    margin: 4rem auto;
}
@media screen and (min-width: 1020px) {
    .layout_bl #wrapping .wrapping-list {
        grid-template-columns: repeat(3,1fr);
        column-gap: 3px;
        margin: 0 auto 18rem;
        /* max-width: 1920px; */
    }
    .layout_bl #wrapping .wrapping-list li:not(:first-child) {
        border-left: 1px solid #E5E5E5;
    }
    .layout_bl #wrapping .wrapping-list li .ttl {
        aspect-ratio: 638 / 213;
    }
    .layout_bl #wrapping .wrapping-list li:nth-child(1) .ttl {
        background-image: url(https://fukagawa.itembox.design/item/assets/img/item/wrapping.png);
    }
    .layout_bl #wrapping .wrapping-list li:nth-child(2) .ttl {
        background-image: url(https://fukagawa.itembox.design/item/assets/img/item/noshi.png);
    }
    .layout_bl #wrapping .wrapping-list li:nth-child(3) .ttl {
        background-image: url(https://fukagawa.itembox.design/item/assets/img/item/bag.png);
    }
}

/* 保管方法・注意点 */
.layout_bl #point {
    width: 91.7%;
    margin: 0 auto 9rem;
    background-color: #043D78;
    color: #fff;
    padding: 7rem 3rem 6rem;
    display: flex;
    flex-direction: column;
}
.layout_bl #point .chapter-section-header {
    order: 1;
    margin: 0 0 2.5rem auto;
}
.layout_bl #point .img {
    order: 2;
    margin: 0 2.5rem 3rem -16%;
    aspect-ratio: 347 / 194;
}
.layout_bl #point .contents {
    order: 3;
}
.layout_bl #point .contents .txt-wrap:first-child {
    border-bottom: 1px solid #CFCECE;
    padding-bottom: 3rem;
    margin-bottom: 4rem;
}
.layout_bl #point .contents .ttl {
    font-size: 1.6rem;
}
@media screen and (min-width: 1020px) {
    .layout_bl #point {
        display: grid;
        grid-template-columns: max(23%,41rem) 1fr;
        grid-template-rows: 6rem 25rem;
        grid-template-areas: "img ttl" "img txt";
        max-width: 1762px;
        padding: 8rem 10%;
        column-gap: 5%;
        row-gap: 6rem;
        align-items: center;
    }
    .layout_bl #point .chapter-section-header {
        grid-area: ttl;
        margin: 0 auto 0 43.5px;
    }
    .layout_bl #point .chapter-section-header .ttl {
        padding-left: 40px;
    }
    .layout_bl #point .chapter-section-header .ttl:before {
        top: 18px;
        width: 60px;
    }
    .layout_bl #point .img {
        grid-area: img;
        aspect-ratio: 410 / 500;
        margin: -5rem 0 5rem;
    }
    .layout_bl #point .contents {
        grid-area: txt;
        display: flex;
    }
    .layout_bl #point .contents .txt-wrap:first-child {
        border-bottom: 0;
        border-right: 1px solid #CFCECE;
        margin: 0 5rem 0 0;
        padding: 0 5rem 3rem 0;
    }
}

/* レビュー */
.layout_bl #review {
    width: 85.6%;
    margin: 0 auto 10rem;
}
.layout_bl #review .chapter-section-header {
    margin: 0 auto 5rem;
}
.layout_bl #review .chapter-section-header .ttl {
    padding-top: 0;
}
.layout_bl #review .chapter-section-header .ttl::before {
    width: 1px;
    height: 35px;
    margin: 0;
    right: .9rem;
    top: 13.5rem;
}
.layout_bl #review .chapter-section-header .ttl__anchor {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 1rem;
}
.layout_bl #review .chapter-section-header .ttl__ja {
    text-align: left;
    text-indent: 0;
}
.layout_bl #review .fs-c-reviewStars::before,
.layout_bl #review .fs-c-rating__value{
    color: #043D78;
    font-family: adobe-garamond-pro, toppan-bunkyu-mincho-pr6n, serif;
}
.layout_bl #review .fs-c-aggregateRating {
    position: relative;
}
.layout_bl #review .fs-c-aggregateRating__count {
    position: absolute;
    left: 180px;
    bottom: -1px;
}
.layout_bl #review .fs-c-aggregateRating__rating::before {
    content: "この商品の平均評価";
    font-family: adobe-garamond-pro, toppan-bunkyu-mincho-pr6n, serif;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.layout_bl #review .fs-c-aggregateRating__count:before {
    content: "(";
}
.layout_bl #review .fs-c-aggregateRating__count:after {
    content: "件)";
}
.layout_bl #review .fs-c-reviewList {
    border-top: 1px solid #898989;
    margin: 1rem 0 4rem;
    display: grid;
    row-gap: 2rem;
}
.layout_bl #review .fs-c-reviewList__item:first-child {
    border-top: none;
    margin-top: 2rem;
}
.layout_bl #review .fs-c-reviewList__item {
    border-bottom: none;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .16);
    padding: 2rem;
}
.layout_bl #review .fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
    margin-bottom: .8rem;
}
.layout_bl #review .fs-c-reviewBody {
    border-top: 1px solid #E5E5E5;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 2rem 0 0;
}
.layout_bl #review .fs-c-reviewList--productDescription .fs-c-reviewList__item__info {
    position: relative;
}
.layout_bl #review .fs-c-reviewList__item__info .fs-c-reviewInfo__date {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -7px;
}
.layout_bl #review .fs-c-reviewList__item__info .fs-c-reviewInfo__date dt:after {
    content: "：";
}
.layout_bl #review .fs-c-productReview > .fs-c-productReview__allReviews,
.layout_bl #review .fs-c-productReview > .fs-c-productReview__addReview {
    display: none;
}
.layout_bl #review .review-btn-wrap {
    display: grid;
    row-gap: 2rem;
}
.layout_bl #review .review-btn-wrap .fs-c-productReview__addReview {
    flex-direction: column;
    justify-content: center;
}
.layout_bl #review .review-btn-wrap .fs-c-productReview__addReview .review-txt {
    text-align: center;
    margin: 0 auto 1.4rem;
    font-size: 1.4rem;
    line-height: 1;
    background: linear-gradient(transparent 50%, #EEEAD4 50%);
    display: block;
    width: max-content;
    position: relative;
}
.layout_bl #review .review-btn-wrap .fs-c-productReview__addReview .review-txt:before,
.layout_bl #review .review-btn-wrap .fs-c-productReview__addReview .review-txt:after {
    
    position: absolute;
    top: initial;
}
.layout_bl #review .review-btn-wrap .fs-c-productReview__addReview .review-txt:before {
    content: "＼";
    left: -1.5em;
}
.layout_bl #review .review-btn-wrap .fs-c-productReview__addReview .review-txt:after {
    content: "／";
    right: -1.5em;
}
.layout_bl #review .review-btn-wrap .fs-c-productReview__allReviews a,
.layout_bl #review .review-btn-wrap .fs-c-productReview__addReview a {
    display: grid;
    place-content: center;
    background-color: #043D78;
    max-width: 320px;
    width: 77%;
    height: 5rem;
    margin: auto;
    color: #fff;
}
.layout_bl #review .review-btn-wrap .fs-c-productReview__allReviews a span,
.layout_bl #review .review-btn-wrap .fs-c-productReview__addReview a span {
    color: #fff;
    font-size: 1.4rem;
}
.layout_bl #review .review-btn-wrap .fs-c-button--plain.fs-c-button--addReview--detail::before {
    content: none;
}
@media screen and (min-width: 1020px) {
    .layout_bl #review {
        width: calc(100% - 160px);
        max-width: 1200px;
        display: grid;
        grid-template-columns: 1fr 74%;
        grid-template-rows: auto auto;
        grid-template-areas: "ttl review" "ttl btn";
    }
    .layout_bl #review .chapter-section-header {
        margin: 0;
        grid-area: ttl;
    }
    .layout_bl #review .chapter-section-header .ttl__ja {
        padding-top: 4rem;
    }
    .layout_bl #review .fs-c-productReview {
        grid-area: review;
        padding-top: 4rem;
    }
    .layout_bl #review .fs-c-reviewInfo--productDescription .fs-c-reviewInfo__reviewer {
        margin-bottom: 0;
    }
    .layout_bl #review .fs-c-reviewStars::before {
        line-height: 1.3;
    }
    .layout_bl #review .fs-c-reviewList__item__info {
        flex-direction: row;
        column-gap: 2rem;
        align-items: flex-start;
    }
    .layout_bl #review .fs-c-reviewList__item__info .fs-c-reviewInfo__date {
        bottom: 0;
        margin: 0;
    }
    .layout_bl #review .review-btn-wrap {
        grid-area: btn;
        grid-template-columns: repeat(2, 320px);
        align-items: end;
        column-gap: 4rem;
    }
    .layout_bl #review .review-btn-wrap .fs-c-productReview__allReviews a, .layout_bl #review .review-btn-wrap .fs-c-productReview__addReview a {
        width: 100%;
    }
}

/* ================================================================================ */
/* ご利用シーンから探す                                                               */
/* ================================================================================ */

#scene-nav .chapter-section-header {
    background-color: #043D78;
    color: #fff;
    padding: 6rem 0 4rem;
    margin: 0;
}
#scene-nav .scene-menu {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 2px;
    row-gap: 2px;
    margin-bottom: 0;
}
#scene-nav .scene-menu li {
    display: grid;
    place-content: center;
    aspect-ratio: 206 / 100;
    background-repeat: no-repeat;
    background-size: cover;
}
#scene-nav .scene-menu li:nth-child(1) {
    background-image: url(https://fukagawa.itembox.design/item/assets/img/item/scene01_sp.png);
}
#scene-nav .scene-menu li:nth-child(2) {
    background-image: url(https://fukagawa.itembox.design/item/assets/img/item/scene02_sp.png);
}
#scene-nav .scene-menu li:nth-child(3) {
    background-image: url(https://fukagawa.itembox.design/item/assets/img/item/scene03_sp.png);
}
#scene-nav .scene-menu li:nth-child(4) {
    background-image: url(https://fukagawa.itembox.design/item/assets/img/item/scene04_sp.png);
}
#scene-nav .scene-menu li:nth-child(5) {
    background-image: url(https://fukagawa.itembox.design/item/assets/img/item/scene05_sp.png);
}
#scene-nav .scene-menu li:nth-child(6) {
    background-image: url(https://fukagawa.itembox.design/item/assets/img/item/scene06_sp.png);
}
#scene-nav .scene-menu li:nth-child(7) {
    background-image: url(https://fukagawa.itembox.design/item/assets/img/item/scene07_sp.png);
}
#scene-nav .scene-menu li:nth-child(8) {
    background-image: url(https://fukagawa.itembox.design/item/assets/img/item/scene08_sp.png);
}
#scene-nav .scene-menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.4rem;
    font-family: adobe-garamond-pro, toppan-bunkyu-mincho-pr6n, serif;
}
@media screen and (min-width: 1020px) {
    #scene-nav {
        display: grid;
        grid-template-columns: 26% 1fr;
    }
    #scene-nav .chapter-section-header {
        padding: 9rem 0 0;
    }
    #scene-nav .scene-menu {
        grid-template-columns: repeat(4, 1fr);
    }
    #scene-nav .scene-menu li {
        aspect-ratio: 353 / 280;
    }
    #scene-nav .scene-menu li:nth-child(1) {
        background-image: url(https://fukagawa.itembox.design/item/assets/img/item/scene01.png);
    }
    #scene-nav .scene-menu li:nth-child(2) {
        background-image: url(https://fukagawa.itembox.design/item/assets/img/item/scene02.png);
    }
    #scene-nav .scene-menu li:nth-child(3) {
        background-image: url(https://fukagawa.itembox.design/item/assets/img/item/scene03.png);
    }
    #scene-nav .scene-menu li:nth-child(4) {
        background-image: url(https://fukagawa.itembox.design/item/assets/img/item/scene04.png);
    }
    #scene-nav .scene-menu li:nth-child(5) {
        background-image: url(https://fukagawa.itembox.design/item/assets/img/item/scene05.png);
    }
    #scene-nav .scene-menu li:nth-child(6) {
        background-image: url(https://fukagawa.itembox.design/item/assets/img/item/scene06.png);
    }
    #scene-nav .scene-menu li:nth-child(7) {
        background-image: url(https://fukagawa.itembox.design/item/assets/img/item/scene07.png);
    }
    #scene-nav .scene-menu li:nth-child(8) {
        background-image: url(https://fukagawa.itembox.design/item/assets/img/item/scene08.png);
    }
}

/* ================================================================================ */
/* 深川製磁のコレクション                                                              */
/* ================================================================================ */
#collection-nav {
    background-color: #F5F6F7;
    padding: 9rem 0 8rem;
    font-family: adobe-garamond-pro, toppan-bunkyu-mincho-pr6n, serif;
}
#collection-nav .collection-menu {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 94%;
    margin: auto;
    row-gap: 2.5rem;
}
#collection-nav .collection-menu li a {
    text-decoration: none;
}
#collection-nav .collection-menu li figure .img {
    margin: 0 auto 1.3rem;
    max-width: 9rem;
    max-height: 9rem;
    display: block;
}
#collection-nav .collection-menu li figcaption {
    font-size: 1.4rem;
    color: #313131;
    text-align: center;
    line-height: 2.4rem;
}
#collection-nav .nav-txt {
    width: 82%;
    margin: 5rem auto 3rem;
    font-size: 1.4rem;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: .5rem;
}
@media screen and (min-width: 1020px) {
    #collection-nav {
        padding: 12rem 0;
        margin-bottom: 5rem;
    }
    #collection-nav .collection-menu {
        grid-template-columns: repeat(5, 1fr);
        max-width: 1024px;
    }
    #collection-nav .collection-menu li figure .img {
        max-width: 16rem;
        max-height: 16rem;
    }
    #collection-nav .nav-txt {
        max-width: 1024px;
        width: 980px;
        font-size: 1.6rem;
    }
    
}

/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* SmartPhone */

@media screen and (min-width: 375px) {



}

@media screen and (min-width: 414px) {



}

@media screen and (orientation:landscape) {



}

/* over iphone 6 plus landscape */
@media screen and (orientation:landscape) and (min-width: 736px) {

}


/* ----------------------------------------------------------------------- */
/* Tablet */

@media screen and (min-width: 768px) {

}


/* ----------------------------------------------------------------------- */
/* over ipad landscape */

@media screen and (orientation:landscape) and (min-width: 1024px) {


	
}


/* ----------------------------------------------------------------------- */
/* Desktop */


@media screen and (min-width: 1201px) {
	
	
}

@media screen and (min-width: 1280px) {

}

@media screen and (min-width: 1440px) {

}
