@charset "utf-8";
/* CSS Document */

/*
■対応ページ■
・商品詳細画面		#fs_ProductDetails

*/

/* 共通 -------------------------------------------------------*/

#fs_ProductDetails .fs-l-main{
	margin: 7.5rem 0 9rem!important;
}

@media screen and (min-width:64em) {
/* for PC */
	#fs_ProductDetails .fs-l-main{
		margin: 7rem auto 9rem!important;
		max-width: 1920px;
		padding: 0 80px !important;
	}
}


/* 商品詳細画面（#fs_ProductDetails）
----------------------------------------------------------------------------------------*/

/*スライダー回り調整*/
.fs-c-productCarouselMainImage{
	position: relative;
}
.fs-c-productCarouselMainImage__expandButton{
	display: none;
	position: absolute;
		top: 0.4rem;
		right: 0.4rem;
	width: 4rem;
	height: 4rem;
	padding: 0;
}
.fs-c-productCarouselMainImage__expandButton button{
	width: 100%;
	height: 100%;
	color: #000;
	background: #fff;
	border: none;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}
.fs-c-productCarouselMainImage__expandButton button:before{
	font-family: "icomoon"!important;
	text-align: center;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
		left: 50%;
		top: 50%;
	font-size: 2.2rem;
	content: ""!important;
	transform: translate(-50%,-50%) rotate(45deg);
}
.fs-c-productCarouselMainImage__expandButton button:hover{
	color: #fff;
	background: #000;
	opacity: 1;
	text-decoration: none;
}
.fs-c-productCarouselMainImage .slick-arrow{
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
}
.fs-c-productCarouselMainImage .slick-arrow:before{
	color: #000;
}
.fs-c-productCarouselMainImage .slick-disabled{
	display: none;
}

/*商品情報*/
#fs_ProductDetails .fs-l-productLayout__item--2,
#fs_ProductDetails .fs-l-productLayout__item--3{
	margin: 0 2.5rem;
}
.fs-l-productLayout__item .fs-c-productNameHeading__copy{
	display: block;
	margin-bottom: 0.5rem;
	font-size: 1.7rem;
	color: #787878;
	text-align: center;
}
.fs-l-productLayout__item .fs-c-productNameHeading__name{
	display: block;
	margin-bottom: 0.3rem;
	font-size: 3rem;
	text-align: center;
	color: #000;
}
#fs_ProductDetails .fs-c-productPrices--productDetail{
	margin-bottom:0;
	text-align: center;
}
/* スマホ表示 */
@media screen and (max-width: 767px) {
#fs_ProductDetails .fs-c-productPrices--productDetail{
		margin-bottom: 0;
	}
}
#fs_ProductDetails .fs-c-productPrices--productDetail > *,
#fs_ProductDetails .fs-c-productPrices--productDetail > * > *{
	display: inline-block;
	margin: 0 0.5rem;
	color: #ef841a;
}
#fs_ProductDetails .fs-c-productPrices--productDetail .fs-c-price{
		-ms-flex-pack: center;
		justify-content: center;
	font-size: 2rem!important;
	font-weight: 700;
}
#fs_ProductDetails .fs-c-productPrices--productDetail .fs-c-productPrice--listed .fs-c-price{
	font-size: 2.4rem!important;
	color: #a5a6aa!important;
	text-decoration: line-through;
	font-weight: normal;
}
#fs_ProductDetails .fs-c-productPrices > div:last-child .fs-c-price::after{
	content:"（送料無料）";
	display: inline-block;
	font-size: 1.4rem;
	font-weight: normal;
	display:none;
}
#fs_ProductDetails .fs-c-productMarks {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#fs_ProductDetails .fs-c-productOption dd{
	margin-bottom: 2rem;
}
#fs_ProductDetails .fs-c-productOption__name,
.fs-c-variationLabel{
	margin: 0 0 0.5rem;
	padding: 0;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	background: transparent;
}
#fs_ProductDetails .fs-c-productOption__option{
	margin-bottom: 0.5rem;
	padding: 0;
}
#fs_ProductDetails .fs-c-productOption__name label:after{
	content: "（必須）";
	display: inline;
	font-size: 1.4rem;
	font-weight: normal;
	color: red;
}
#fs_ProductDetails .fs-c-productOption__comment a{
	display: block;
	padding: 1.2rem 0;
	text-decoration: underline;
	max-width: 400px
}
#fs_ProductDetails .fs-c-productOption__comment a:before{
	font-family: "icomoon";
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 0.5rem;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	background: #ef831b;
}


/*商品説明（小）（システムパーツ）*/
.fs-p-productDescription .movieWrapper {
		margin: 25px auto 0;
	}

.fs-p-productDescription .movie-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.fs-p-productDescription .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*カート・バリエーションごとにボタンパーツ（システムパーツ）*/
#fs_ProductDetails .fs-c-variationList__item__cart{
	padding: 0;
	margin-bottom: 1rem;
}
#fs_ProductDetails .fs-c-variationList__item__cart li{
	-ms-grid-columns: auto 1fr 4em 180px;
	grid-template-columns: auto 1fr 4em 180px;
}
#fs_ProductDetails .fs-c-variationCart__image{
	margin: 0;
}
#fs_ProductDetails .fs-c-variationCart li button{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
#fs_ProductDetails .fs-c-variationCart li button span:before,
#fs_ProductDetails .fs-c-productActionButton > button span:before{
	font-family: "fontawesome";
	content: "\f07a";
	display: inline-block;
	margin-right: 1rem;
}

#fs_ProductDetails .fs-c-productActionButton > .fs-c-button--subscribeToArrivalNotice--detail span:before{
	font-family: "fontawesome";
	content: "\f003" !important;
	display: inline-block;
	margin-right: 1rem;
}


#fs_ProductDetails .fs-c-productStock--lowInStock,
#fs_ProductDetails .fs-c-productNotice--outOfStock{
	font-size: 2rem;
    font-weight: 900;
    color: #900;
    background: none;
    line-height: 1;
    text-align: left;
    margin-top: 1rem;
}


#fs_ProductDetails .fs-c-productQuantityAndWishlist{
	display: block;
}

#fs_ProductDetails .fs-c-productQuantityAndWishlist__wishlist > button::after{
	position: relative;
		top: 0.4rem;
	margin: 0;
	font-size: 2.4rem;
}

.cart_button_wrap {
    display: flex;
    justify-content: center;
    grid-gap: 1rem;
}

.cart_button_wrap > div {
    align-self: center;
}

.cart_button_wrap .fs-c-productQuantityAndWishlist__quantity {
    display: none !important;
}

.cart_button_wrap .fs-c-productQuantityAndWishlist__wishlist {
    display: inline-block;
    padding: 0;
}

.cart_button_wrap button{
	vertical-align: bottom;
}

.cart_button_wrap .fs-c-button__image {
    height: 3.5rem;
	width: auto;
}


/* PC */
@media screen and (min-width:48em) {
.cart_button_wrap {
    justify-content: end;
}

}


/* .fs-l-productLayout__item .fs-c-productNameHeading__copy, /* サブテキスト */
.fs-l-productLayout__item .fs-c-productPrice__addon, /* 税込み・税抜き表示 */
.fs-l-productLayout__item .fs-c-productPointDisplay, /*ポイント表示*/
.fs-l-productLayout__item .fs-c-productOption__name .fs-c-requiredMark, /*オプション必須マーク*/
.fs-l-productLayout__item .fs-c-quantity /*数量指定*/ {
	
}
#fs_ProductDetails .fs-l-productLayout__item .fs-c-productPointDisplay{
	background: #ffffff;
    color: #ef841a;
	padding: 0;
}
/* スマホ表示 */
@media screen and (max-width: 767px) {
#fs_ProductDetails .fs-c-productPointDisplay{
		text-align: center;
		display: block;
	}	
	
#fs_ProductDetails .fs-c-productStock--lowInStock,
#fs_ProductDetails .fs-c-productNotice--outOfStock{
	font-size: 2rem;
    font-weight: 900;
    color: #900;
    background: none;
	text-align: center;
	margin-top: 1rem;
}
	
	
}
/* 販売期間 */
#fs_ProductDetails .fs-c-productSalesPeriod{
	margin: 2rem 0 1.5rem;
	background: #e7e7e7;
	border: none;
}



/* 商品説明エリア */


#fs_ProductDetails .fs-p-productDescription--full{
    max-width: 48em;
    box-sizing: border-box;
    width: calc( 100% - 5rem );
    margin: 2rem auto 6rem !important;
}

#fs_ProductDetails .fs-p-productDescription{
	margin: 3rem auto !important;
	font-size: 1.4rem;
	color: #000;
}

#fs_ProductDetails .fs-p-productDescription.fs-p-productDescription--full:before {
    content: "商品説明";
    display: block;
    padding: 0 0 2rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: 1px solid #e7e7e7;
}

@media screen and (min-width:48em) {
#fs_ProductDetails .fs-p-productDescription.fs-p-productDescription--full:before {
    display: none;
}
}

/* ディテールエリア（フリーパーツ） */
#section_item-detail{
	width: calc( 100% - 5rem );
	margin: 2rem auto;
	border: 1px solid #e7e7e7;
}
#section_item-detail p{
	padding: 2rem;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
	border-bottom: 1px solid #e7e7e7;
}
#section_item-detail ul{
	width: 100%;
	padding: 0 3rem;
	box-sizing: border-box;
	overflow: hidden;
}
#section_item-detail li:first-child{
	margin-top: 3rem;
}
#section_item-detail li:last-child{
	margin-bottom: 3rem;
}
#section_item-detail li dl{
	display: -ms-flexbox;
	display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-positive: 0;
		flex-grow: 0;
	width: 100%;
	margin: 0 0 2rem;
	font-size: 1.2rem;
}
#section_item-detail .li dl > *{
	width: 50%;
}
#section_item-detail li dl dt{
	text-align: left;
	color: #787878;
}
#section_item-detail li dl dd{
	text-align: right;
	font-weight: 700;
}
/* レコメンド（フリーパーツ） */
#fs_ProductDetails #fs-recommend--flick{
	margin: 4rem 2.5rem 0;
}
#fs_ProductDetails #fs-recommend--flick h2{
	font-size: 3.6rem;
	text-align: center;
	border: none;
}


@media screen and (min-width:768px) and (max-width:1023px) {
/* for Tablet */
	/*スライダー回り調整：タブレットのみ*/
	.fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__carousel,
	.fs-c-productCarouselMainImage .slick-list,
	.fs-c-productCarouselMainImage .slick-slide,
	.fs-c-productCarouselMainImage .slick-slide img{
		height: 100vw!important;
		padding: 0!important;
	}
	.fs-c-productCarouselMainImage .slick-list{
		height: 100vw;
	}
	.fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList > li{
		flex-basis: 12rem;
		margin-right: 0.5rem;
	}
	.fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__thumbnail__img{
		width: calc( 12rem - 4px )
	}
	.fs-c-productCarouselMainImage__expandButton{
		width: 6rem;
		height: 6rem;
	}

	
	#fs_ProductDetails .iw_section_item-detail_wrap {
		margin-bottom: 60px;
	}

}
@media screen and (max-width: 767px) {
/* for SP */
    .fs-l-productLayout__item .fs-c-productNameHeading__name {
		font-size: 1.5rem;
    }
	.fs-l-productLayout__item .fs-c-productNameHeading__copy {
		font-size: 1.3rem;
    }
	
	#fs_ProductDetails .iw_section_item-detail_wrap {
		margin:20px 0 60px;
	}

}
@media screen and (min-width:768px) {
/* for Tablet + PC */
	/* 商品情報 */
	#fs_ProductDetails .fs-c-productPrices--productDetail > *,
	#fs_ProductDetails .fs-c-productPrices--productDetail > * > *{
		margin: 0 1rem 0 0;
	}
	.fs-l-productLayout__item .fs-c-productNameHeading__copy{
		text-align: left;
	}
	#fs_ProductDetails .fs-c-productOption dd{
		margin-bottom: 2.4rem;
	}
	#fs_ProductDetails .fs-c-productOption__name,
	#fs_ProductDetails .fs-c-variationLabel{
		text-align: left;
	}
	
	
	
	
	/* ディテール・ガイドエリア（フリーパーツ） */
	#section_item-detail{
		/* max-width: 48em; */
		box-sizing: border-box;
		
	}
	/* レコメンド（フリーパーツ） */
	#fs_ProductDetails #fs-recommend--flick h2{
		font-size: 5rem;
	}
	
	
	#fs_ProductDetails .iw_section_item-detail_wrap {
		margin-bottom: 60px;
	}

}

@media screen and (min-width:1024px) {
/* for PC */
	#fs_ProductDetails .fs-l-productLayout, #fs_ProductDetails .iw_section_item-detail_wrap{
		grid-template-columns: 450px 1fr;
		grid-template-rows: auto 1fr;
		grid-gap: 4rem;
	}
	
	
	
	#fs_ProductDetails .iw_section_item-detail_wrap {
		grid-column: 1/3;
		display: grid;
		margin-bottom: 0;
	}
	
	
	
	@media screen and (min-width:1280px) and (max-width:1499px) { #fs_ProductDetails .fs-l-productLayout, #fs_ProductDetails .iw_section_item-detail_wrap{ grid-template-columns: 600px 1fr; } }
	@media screen and (min-width:1500px) and (max-width:1919px) { #fs_ProductDetails .fs-l-productLayout, #fs_ProductDetails .iw_section_item-detail_wrap{ grid-template-columns: 650px 1fr; } }
	@media screen and (min-width:1920px) 						{ #fs_ProductDetails .fs-l-productLayout, #fs_ProductDetails .iw_section_item-detail_wrap{ grid-template-columns: 800px 1fr; } }
	#fs_ProductDetails .fs-l-productLayout__item--1{
		position: relative;
		padding: 0;
	}
	#fs_ProductDetails .fs-l-productLayout__item--2{
		grid-row: 1/3;
		grid-column: 2/3;
	}
	/*スライダー回り調整：PC*/
	#fs_ProductDetails .fs-c-productCarouselMainImage__image > img{
		width: 450px!important;
	}
	@media screen and (min-width:1280px) and (max-width:1499px) { #fs_ProductDetails .fs-c-productCarouselMainImage__image > img{ width: 600px!important; } }
	@media screen and (min-width:1500px) and (max-width:1919px) { #fs_ProductDetails .fs-c-productCarouselMainImage__image > img{ width: 650px!important; } }
	@media screen and (min-width:1920px) 						{ #fs_ProductDetails .fs-c-productCarouselMainImage__image > img{ width: 800px!important; } }
	#fs_ProductDetails .fs-c-productCarouselMainImage__thumbnailList{
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		overflow: visible;
	}
	#fs_ProductDetails .fs-c-productCarouselMainImage__thumbnailList > li{
		flex-basis: calc( ( 100%  - 3rem ) / 6 );
		margin: 0 0.5rem 0.5rem 0;
	}
	#fs_ProductDetails .fs-c-productCarouselMainImage__thumbnailList > li:nth-child(6n){
		margin-right: 0;
	}


	/* 商品情報 */
	.fs-l-productLayout__item{
		display: block;
		margin: 0;
		padding: 1rem 0 0;
	}
	.fs-l-productLayout__item .fs-c-productNameHeading__name{
		font-size: 2.8rem;
		text-align: justify;
	}
	#fs_ProductDetails .fs-c-productPrices--productDetail{
		text-align: left;
	}
	#fs_ProductDetails .fs-c-productPrices--productDetail .fs-c-price{
		font-size: 3rem!important;
	}
	.fs-l-productLayout__item .fs-c-productMarks{
		text-align: left;
	}
	.fs-l-productLayout__item .fs-c-productOption__name{
		margin: 0 0 1rem;
		font-size: 1.2rem;
	}
	.fs-l-productLayout__item .fs-c-productQuantityAndWishlist{
		margin-left: 0;
	}
	.fs-l-productLayout__item .fs-c-productActionButton{
			-ms-flex-pack: start;
			justify-content: flex-start;
	}
	.fs-l-productLayout__item .fs-c-productOption__field .fs-c-dropdown{
		max-width: 400px;
	}
	#fs_ProductDetails .fs-c-productQuantityAndWishlist button,
	#fs_ProductDetails .fs-c-productActionButton button{
		margin-left: auto;
		min-width: auto;
	}

	/* 商品説明 */
	#fs_ProductDetails .fs-p-productDescription{
		margin: 4rem 0 !important;
	}
	
	/* ディテール（フリーパーツ） */
	#section_item-detail{
		width: 100%;
		margin: 0;
		text-align: center;
		border: none;
	}
	#section_item-detail p{
		display: none;
	}
	#section_item-detail li:first-child{
		margin-top: 0;
	}
	
	#fs_ProductDetails .fs-p-productDescription--full{
		max-width: 100%;
		box-sizing: border-box;
		width: 100%;
		margin: 0 auto !important;
	}
	
	/* レコメンド（フリーパーツ） */
	#fs_ProductDetails #fs-recommend--flick{
		margin-top: 9rem;
	}

}










/* 商品詳細 カートページ　保証プラスボタン　PC */


	.fs-body-product-wpw2-1500 .warranty_wrap{	/* 時計保証プラスのページのみ非表示 */
		display: none !important;

	}

	.warranty_wrap{
		background: #f7f7f7;
		padding: 40px;
		margin-top: 20px;
		width: 100%;
		box-sizing: border-box;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.warranty_wrap h3{
		margin: 0 0 10px;
		font-size: 18px;
		font-weight: 900;
	}

	.warranty_wrap p{
		margin:0 0 10px;
		font-size: 14px;
	}

	.warranty_wrap p:last-child{
		margin:0;
	}

	.warranty_wrap div:last-child {
		align-self: end;
		text-align: right;
	}

	.warranty_wrap a,
	.warranty_wrap button{
		font-size: 14px;
		margin: 0;
		color: #FFFFFF;
		text-decoration: none;
		padding: 0 1.5rem;
		background: #ef841a;
		display: inline-block;
		box-sizing: border-box;
		border: 0;
		font-weight: 700;
		line-height: 4rem;
		border-radius: 50px;
			
	}

	.cartpage_warranty_wrap{
		display: grid;
		grid-template-columns: 60% calc(40% - 60px);
		grid-gap: 60px;
		max-width: 1300px;
		margin: auto;
		padding: 30px 60px;

	}

	.cartpage_warranty_wrap div:last-child{
		align-self:center;
		text-align: right;
	}

	.fs-l-cart .warranty_wrap a,
	.fs-l-cart .warranty_wrap button{	
		max-width: 340px;
		width: 100%;
		text-align: left;
	}

	.fs-l-cart .warranty_wrap button{	
		margin-bottom: 20px;
		line-height: 2 ;
	}
	.fs-l-cart .warranty_wrap a{	
		background: #FFF;
	}

	.warranty_wrap h3 i{
		margin-right: 0.5rem;
		color: #ef841a;
	}
	.warranty_wrap a i,
	.warranty_wrap button i{
		margin:0 0.5rem;
	}
	.warranty_wrap #totalprice{
		font-size: 2rem;
		font-weight: 900;
	}
	.warranty_wrap #totalprice:before,
	.warranty_wrap #totalprice:after{
		font-size: 1.2rem;
		font-weight:normal;
	}

	.warranty_wrap #totalprice:before{
		content: "時計とセットで合計";
		margin-right: 0.5rem;
		display: inline-block;
	}
	.warranty_wrap #totalprice:after{
		content: "円";
		margin-left:0.5rem;
		display: inline-block;
	}




/* 商品詳細　保証プラスボタン タブレット */
@media screen and (max-width: 1024px) {
	
	.warranty_wrap {
		background: #f7f7f7;
		padding: 20px;
		margin-top: 20px;
		width: 100%;
		box-sizing: border-box;
		display: grid;
		grid-template-columns: 1fr;
	}
.warranty_wrap a, .warranty_wrap button {
    font-size: 14px;
    margin: 0;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 1.5rem;
    background: #ef841a;
    display: inline-block;
    box-sizing: border-box;
    border: 0;
    font-weight: 700;
    line-height: 4rem;
    border-radius: 50px;
	width: 100%;
}
	
	
}




/* 商品詳細　保証プラスボタン タブレット */
@media screen and (max-width: 960px) {
	
	.warranty_wrap h3{
		font-size: 20;
		margin: 0;
	}
	
	.warranty_wrap{
		padding:30px;
		margin-top: 20px;
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.warranty_wrap div:last-child{
		align-self: flex-end;
	}	
	.warranty_wrap a,
	.warranty_wrap button{
		font-size: 16px;
		width: 100%;
		text-align: center;
	}
	
	.warranty_wrap #totalprice{
		font-size: 20px;
		margin: 0;
	}
	.warranty_wrap #totalprice:before,
	.warranty_wrap #totalprice:after{
		font-size: 11px;
	}
	
	.cartpage_warranty_wrap{
		display: block;
		padding: 40px;
		margin-top: 60px;
	}

	
	.fs-l-cart .warranty_wrap a{
		max-width: 340px;
		width: 100%;
		text-align: center;
	}	

}

/* 商品詳細　保証プラスボタン スマホ */ 
@media screen and (max-width: 767px) {
	
	.warranty_wrap{
		padding:20px;
		margin-top: 20px;
		display: block;
		text-align: center;
	}
	
	.warranty_wrap h3{
		font-size: 20px;
		margin: 0 0 20px;
	}


	.warranty_wrap p{
		margin:0;
		font-size: 14px;
	}
	.warranty_wrap #totalprice:before,
	.warranty_wrap #totalprice:after{
		font-size: 14px;
	}
	
	.warranty_wrap #totalprice{
		font-size: 20px;
		margin: 0 0 20px;
	}	
	
	.warranty_wrap a{
		font-size: 13px;
		line-height:  5rem;
		width: 100%;
		text-align: center;
	}
	
}	



/* おすすめ・閲覧履歴（商品詳細・グループ） */ 

section.recommend_history_box {
    margin-top: 9rem;
}


/* おすすめ・閲覧履歴（商品詳細・グループ）スマホ */ 
@media screen and (max-width: 767px) {

section.recommend_history_box {
    margin-top: 0;
}
	
}





/* コレクショントップ */ 

.fs-body-category-collection #header_fixed .block_cart-count .summary-icon{
	color: #000 !important;
}

.fs-body-category-collection #block_burgermenu .burger-icon > span{
	background: #000 !important;
}

.collection_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 6rem;
	padding: 0;
	text-align: center;
}

.collection_wrap > div {
    padding-bottom: 4rem;
}

.collection_wrap h3 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 2rem;
}

.collection_wrap img {
    margin: 0 auto 4rem;
    width: 90%;
    display: block;
}

.collection_wrap span {
    font-size: 2rem;
    border-bottom: solid 2px #000;
    font-weight: 900;
    padding-bottom: 0.5rem;
}

.fs-body-category-collection .fs-c-productList{
	display: none !important;
}


@media screen and (max-width: 767px) {
	

.fs-body-category-collection .collection_top {
    padding-top: 11.5rem !important;
}	
	
.collection_wrap {
    grid-template-columns: 1fr;
    grid-gap: 7rem;
    padding: 2rem 2rem 6rem;
}
	
.collection_wrap > div {
    padding-bottom: 3rem;
}
	
.collection_wrap h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.collection_wrap img {
    margin: 0 auto 1rem;
    width: 100%;
}	
	
.collection_wrap span {
    font-size: 1.5rem;
}	
	
}




/* 商品詳細　カラーバリエーション */

#color_variation_wrap {
    margin: 10px 0 20px;
}

#color_variation_wrap:before {
    content: "COLOR";
    font-weight: 900;
    font-size: 2rem;
    display: block;
    margin-bottom: 10px;
}

.fs-c-productListCarousel {
   /* display: block !important; */
}

#color_variation_wrap .color_variation .fs-c-productListItem__prices.fs-c-productPrices,
#color_variation_wrap .color_variation .fs-c-productListItem__control
/*
#color_variation_wrap .fs-c-slick .slick-track:before,
#color_variation_wrap .fs-c-slick .slick-track:after */{
    display: none !important;
}

#color_variation_wrap .fs-c-productListCarousel__ctrl {
    flex-basis: 24px;
    min-width: 24px;
}

#color_variation_wrap .slick-track {
    /* width: auto !important; */
   /*  transform: none !important; */
    /*  display: flex; */
    /*  flex-wrap: wrap; */
}

#color_variation_wrap .fs-c-productListCarousel__list__item {
    flex-basis: 80px;
    max-width: 80px;
    min-width: 80px;
    margin: 0 5px 5px 0;
	vertical-align: bottom;
}

#color_variation_wrap .fs-c-productListItem__image__image {
    max-width: 80px;
    object-fit: contain;
    vertical-align: bottom;
}

#color_variation_wrap .fs-c-slick .slick-slide {
    /*float: none !important; */
}

#color_variation_wrap .fs-c-button--carousel{
	font-size: 3rem !important;
}



/* 商品詳細　カラーバリエーション タブレット */
@media screen and (max-width: 1024px) {
#color_variation_wrap .fs-c-productListCarousel__list__item {
    flex-basis: 60px;
    max-width: 60px;
    min-width: 60px;
}

#color_variation_wrap .fs-c-productListItem__image__image {
    max-width: 60px;
}
	
}

/* 商品詳細　カラーバリエーション タブレット */
@media screen and (max-width: 960px) {
#color_variation_wrap .fs-c-productListCarousel__list__item {
    flex-basis: 80px;
    max-width: 80px;
    min-width: 80px;
}

#color_variation_wrap .fs-c-productListItem__image__image {
    max-width: 80px;
}
	
}


/* 商品詳細　カラーバリエーション スマホ */ 
@media screen and (max-width: 767px) {

	/*
#color_variation_wrap .fs-c-productListCarousel {
    display: block !important;
    overflow-x: scroll;
    width: 100%;
	height: 65px;
}	
#color_variation_wrap .fs-c-productListCarousel__list {
    display: block;
	width: max-content !important;
	height: 65px;
}	
	
#color_variation_wrap .fs-c-slick .slick-slide {
    float: none !important;
	width: 65px;
	height: 65px;
}	
	
#color_variation_wrap .fs-c-productListCarousel__list__itemTrack {
    width: max-content !important;
	height: 65px;
}	
	
#color_variation_wrap .fs-c-slick .slick-list {
    display: block;
    margin: 0;
    padding: 0;
    overflow:visible;
    width: max-content !important;
	height: 65px;
}
	
#color_variation_wrap .slick-track {
    width: max-content !important;
	height: 65px;
    transform: none !important;
    display: flex;
    flex-wrap: nowrap;
}	*/

#color_variation_wrap .fs-c-productListCarousel__ctrl {
    display: block;
    flex-basis: 20px;
    min-width: 20px;
    position: relative;
}	
	
#color_variation_wrap .fs-c-productListCarousel__list__item {
    flex-basis: 60px;
    max-width: 60px;
    min-width: 60px;
}

#color_variation_wrap .fs-c-productListItem__image__image {
    max-width: 60px;
}	
	
}




/* レビュー */

#review_box {
    width: calc(100% - 5rem);
    margin: auto;
}


#review_box:before {
    content: "レビュー";
    font-weight: 900;
    margin-bottom: 3rem;
    font-size: 2rem;
    display: block;
}

.fs-c-aggregateRating__rating::before{
	display: none;
}

.fs-c-reviewStars::before {
    color: #ef841a;
}
.fs-c-rating__value {
    color: #ef841a;
}
.fs-c-aggregateRating__count {
    flex-grow: 1;
    font-size: 1.8rem;
    line-height: 1.8rem;
    align-self: center;
}
.fs-c-aggregateRating__count::before {
    content: "（";
}
.fs-c-aggregateRating__count::after {
    content: "）";
}


.fs-c-reviewList{
    padding: 3rem 0;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap:2rem;
}

.fs-c-reviewList__item {
    border: none !important;
	padding: 0;
	display: flex;
}

.fs-c-reviewer__profile,
.fs-c-reviewer__name__reviewNumber,
.fs-c-reviewInfo__date dt{
    display: none;
}

.fs-c-reviewList__item__info {
    display: flex;
    flex-direction: row;
    grid-gap: 1rem;
	font-size: 1.6rem;
}
.fs-c-reviewList__item__info > * {
    align-self: center;
}
.fs-c-reviewInfo__date {
	font-size: 1.6rem;
}

.fs-c-reviewRating {
    align-self: center;
	margin-left: auto;
}

.fs-c-reviewList__item .fs-c-reviewStars::before {
    font-size: 1.6rem;
}

.fs-c-reviewBody {
    padding: 0;
	margin: 0;
    border: none;
    font-size: 1.2rem;
}

.fs-c-productReview__allReviews {
    padding: 0 0 2rem;
}




a.fs-c-button--addReview--detail.fs-c-button--plain {
    color: #fff!important;
    background: #000!important;
    display: inline-block!important;
    padding: 0.2rem 2.5rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 4rem;
    text-align: center;
    border-radius: 5rem!important;
    box-sizing: border-box;
    box-shadow: none;
    transition: all 0.25s ease-in-out!important;
    opacity: 1!important;
}

.fs-body-product #review_box {
    grid-column: auto;
    margin-bottom: 60px;
}

.fs-body-product .fs-c-productReview > div {
    justify-content: center;
}


.fs-body-product .fs-c-productReview__addReview {
    display: block;
    text-align: center;
}

.fs-body-product .fs-c-productReview__addReview:before {
    display: block;
    padding: 2rem;
    background: #f7f7f7;
    content: "この商品のレビューはまだありません。";
    text-align: center;
    margin-bottom: 3rem;
	font-weight: 700;
}

.fs-c-productReview__allReviews + .fs-c-productReview__addReview:before {
    display: none;
}
.fs-c-productReview__addReview:after {
    display: block;
    content: "レビュー投稿で100円分ポイントプレゼント！";
    margin-top: 2rem;
    font-weight: 700;
    color: #ef841a;
}

@media screen and (min-width:48em) {
/* for tablet */
.fs-c-reviewList{
	grid-gap:3rem;
}
	
.fs-c-reviewList__item__info {
	font-size: 1.8rem;
}

.fs-c-reviewInfo__date {
	font-size: 1.8rem;
}
.fs-c-reviewList__item .fs-c-reviewStars::before {
    font-size: 1.8rem;
}	
.fs-c-reviewBody {
    font-size: 1.4rem;
}	
.fs-body-product .fs-c-productReview__addReview:before {
    padding: 4rem;
}	

}

@media screen and (min-width:64em) {
/* for PC */
.fs-body-product #review_box {
    grid-column: 1/3;
}	

.fs-c-reviewList{
    grid-template-columns: 1fr 1fr 1fr;
}	
	
.fs-c-reviewList__item__info {
	font-size: 1.4rem;
}

.fs-c-reviewInfo__date {
	font-size: 1.4rem;
}
.fs-c-reviewList__item .fs-c-reviewStars::before {
    font-size: 1.4rem;
}	
.fs-c-reviewBody {
    font-size: 1.3rem;
}		
.fs-body-product .fs-c-productReview__addReview:before {
    padding: 6rem;
}	
	
}
