@charset "UTF-8";
/* CSS Document */

span.fs-c-productNameHeading__name{
	
	font-weight: normal;
}
figure.fs-c-productCarouselMainImage__thumbnail{
	
	font-size: 1.1rem;
}

.fs-c-productCarouselMainImage__image__caption{
	background:rgb(183 183 183 / 30%);
}


/* ここから商品詳細調整用 */


/* 商品名 */
span.fs-c-productNameHeading__name{
    font-size: 17.5px;
    font-weight: normal;
}
h1.fs-c-productNameHeading.fs-c-heading{
	margin-bottom: 4px;
}

/* 商品番号 */
.fs-c-productNumber{
	border:none;
	padding:0;
	font-size: 1rem;
}
.fs-c-productNumber__number{
	font-weight: normal;
}

.fs-c-productOption__name{
	font-weight: normal;
}
.fs-c-productOption__name, .fs-c-productOption__option{
	padding:14px 14px 0px 20px;
	font-size: 11.5px;
}
dd.fs-c-productOption__option{
	background: rgba(126, 126, 126, 0.08);
	padding-bottom: 14px;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark{
	border-color: #231815;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before{
	background: #231815;
}

/* カラー */
.fs-c-variationLabel{
font-weight: normal;
font-size: 11.5px;
}
.fs-c-variationCart{
	padding:0;
}

.fs-c-variationAndActions{
	max-width: 13px 0;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
	font-size: 17.5px;
}

.fs-c-productPrice__addon{
	font-size: 10px;
}
.fs-c-button--primary{
	padding: 0.8em 1.6em 0.8em;
}


.fs-c-productPointDisplay__quantity{
	font-weight: normal;
}

.fs-c-productPointDisplay{
	background:none;
	color: #000;
	padding:4px 0;

}

/* スライダー用 */
.fs-c-slick .slick-slide img{
	height: 660px;
width: auto;
}


@media screen and (min-width: 960px){
	.fs-l-product2 .fs-l-productLayout{
		grid-gap:40px;
	}

}


@media screen and (max-width: 767px){
	.fs-c-slick .slick-slide img{
		height: auto;
	}

	section.fs-l-pageMain{
		padding:0.6rem;
	}

	#_rcmdjp_display_1 .container{
		padding:0;
	}
	#_rcmdjp_display_2 .container{
		padding:0;
	}
	
}