@charset "utf-8";
/* CSS Document */

/*----------------------------------------
商品詳細ページ
------------------------------------------*/
.item-top{
	margin-bottom: 30px;
}
.item-top .left{
	margin-bottom: 20px;
}

.item-top .left .fs-c-productCarouselMainImage__expandButton{
	display: none;
}
.item-top .left .fs-c-productCarouselMainImage__carousel{
	margin-bottom: 20px;
	padding-bottom: 10px;
	min-height: 300px!important;
	/* min-height: initial!important; */
}

.item-top .left .slick-list{
	height: auto!important;
	padding: 10px 50px 20px 50px!important;
}

.item-top .left .fs-c-productCarouselMainImage__image__caption{
	bottom: -20px;
	font-weight: bold;
	font-size: 12px;
}
.item-top .left .fs-c-productCarouselMainImage__thumbnailList{
	flex-wrap: wrap;
	justify-content: center;
	overflow-x: visible;
}
.item-top .left .fs-c-productCarouselMainImage__thumbnailList li{
	flex-basis: 91px;
	margin: 0 10px 10px 0;
}
.item-top .left .fs-c-productCarouselMainImage__thumbnailList li img{
	width: 91px;
	height: auto;
}
.item-top .left .fs-c-productCarouselMainImage__thumbnailList li .fs-c-productCarouselMainImage__thumbnail__caption{
	max-width: 91px;
	text-align: center;
	font-size: 11px;
}
.item-top .left .fs-c-slick .slick-prev,
.item-top .left .fs-c-slick .slick-next{
	background: none;
}
.item-top .left .fs-c-slick .slick-prev{
	padding: 0;
}
.item-top .left .fs-c-slick .slick-next{
	padding: 0;
}
.item-top .left .fs-c-slick .slick-prev::before,
.item-top .left .fs-c-slick .slick-next::before{
	color: #C4C4C4;
}
.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {
  height: 100%;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.fs-c-photoswipe .pswp__button--arrow--left,
.fs-c-photoswipe .pswp__button--arrow--right {
  top: 0;
  margin-top: 0;
  height: 100%;
}
.fs-c-photoswipe .pswp__button--arrow--left:before,
.fs-c-photoswipe .pswp__button--arrow--right:before {
  top: 50%;
}
.fs-c-photoswipe .pswp__top-bar {
  z-index: 100;
}


/* サムネイルスライダー */
.item-top .left .fs-c-productCarouselMainImage__thumbnailList{
	position: relative;
}
.item-top .left .prev-arrow{
	position: absolute;
	top: 50%;
	left: 1.3%;
	transform: translate(0, -30px);
	z-index: 1;
}
.item-top .left .next-arrow{
	position: absolute;
	top: 50%;
	right: 1.3%;
	transform: translate(0, -30px);
	z-index: 1;
}
.item-top .left img.prev-arrow,
.item-top .left img.next-arrow{
	width: 30px;
}


/* サムネイルスライダー */

.item-top .right{
	margin: 0 4%;
}

.item-top .right .fs-c-productNameHeading__copy{
	margin-bottom: 5px;
	display: none;
}
.item-top .right .fs-c-productNameHeading__name{
	margin-bottom: 15px;
	font-size: 18px;
}
.item-top .right .fs-c-productMarks{
	margin-bottom: 15px;
}
.item-top .right .fs-c-productNumber{
	margin-bottom: 15px;
	color: #A29C99;
}
.item-top .right .fs-c-productNumber .fs-c-productNumber__label::after{
	content: "：";
}
.item-top .fs-c-price{
	display: inline;
}

.item-top .fs-c-productPrice--listed{
	margin-bottom: 20px;
	color: #534741;
}
.item-top .fs-c-productPrice--listed .fs-c-productPrice__main__price{
	text-decoration: line-through;
}

.item-top .fs-c-productPrice--selling{
	margin-bottom: 20px;
	color: #E24824;
	font-weight: bold;
	font-size: 14px;
}
.item-top .fs-c-productPrice__addon{
	font-size: 16px;
}
.item-top .right .fs-p-productDescription--short{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #DEDEDE;
}



.item-top .right p.btn1{
	position: relative;
	height: 50px;
	line-height: 52px;
	margin-bottom: 11px;
	color: #FFFFFF;
	text-align: center;
	background: #5B804A;
}
.item-top .right p.btn1::before{
	content: "";
	position: absolute;
	left: 27px;
	top: 12px;
	width: 27px;
	height: 25px;
	/*background: url(https://htkni.itembox.design/item/img/item/bg-btn1.png) no-repeat;*/
	background-size: 27px;
}
.item-top .right p.btn2{
	position: relative;
	height: 48px;
	line-height: 50px;
	margin-bottom: 25px;
	color: #5B804A;
	text-align: center;
	border: solid 1px #5B804A;
}
.item-top .right p.btn2::before{
	content: "";
	position: absolute;
	left: 27px;
	top: 12px;
	width: 25px;
	height: 22px;
	/*background: url(https://htkni.itembox.design/item/img/item/bg-btn2.png) no-repeat;*/
	background-size: 25px;
}



/* ▽▼▽モーダル▽▼▽ */
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.modal1{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.3);
	z-index: 3;
	display: none;
}
#cart{
	width: 92%;
	height: 92%;
  margin: 4%;
	padding: 50px 10px 10px 10px;
	font-size: 12px;
	box-sizing: border-box;
	border: solid 1px #5B804A;
	background: #FFFFFF;
	overflow-y: scroll;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 4;
}
#cart .close1{
	position: fixed;
	right: 18px;
	top: 19px;
	z-index: 10;
}
#cart .fs-c-variationAndActions{
  width: 100%;
}
#cart .fs-c-productQuantityAndWishlist{
  display: flex;
}
#cart .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__wishlist{
  margin-top: 4px;
}
#cart .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity{
  margin: 0 5px;
}

#cart .close1 img{
	width: 32px;
}
#cart button{
	margin: 0;
	padding: 0;
	line-height: 1;
	border: none;
	background: none;
}
#cart .fs-c-variationAndActions__variationLabel{
	display: none;
}
#cart .fs-c-variationList__item{
	margin-bottom: 50px;
}
#cart ul.fs-c-variationCart{
	border-top: solid 1px #EAEAEA;
}
#cart ul.fs-c-variationCart li{
	padding: 5px 0;
	border-bottom: solid 1px #EAEAEA;
	display: flex;
	flex-wrap: wrap;
}
#cart ul.fs-c-variationCart li .fs-c-variationCart__variationName{
	width: 100%;
	margin-bottom: 5px;
	flex-direction: row;
}
#cart ul.fs-c-variationCart li .fs-c-variationCart__variationName .fs-c-variationCart__variationName__stock{
	font-size: 12px;
}
#cart .fs-c-variationCart--withImage > li {
	-ms-grid-columns: auto 1fr 100px 30px;
	grid-template-columns: auto 1fr 100px 30px;
}
#cart .fs-c-variationList__item__body{
	border-top: solid 1px #EAEAEA;
	/* flex-wrap: wrap; */
}
#cart .fs-c-variationList__item__image{
	width: 50%;
}
#cart .fs-c-variationList__item__image img{
	margin: 10px auto;
}
#cart .fs-c-variationCart__variationName{
	order: 1;
}
#cart .fs-c-variationCart__variationName .fs-c-variationCart__variationName__stock--outOfStock{
	margin-left: 1em;
	display: inline-block;
}
#cart .fs-c-variationCart__variationName .fs-c-variationCart__variationName__stock--lowInStock{
	margin-left: 1em;
	color: #FF555C;
	display: inline-block;
}
#cart .fs-c-variationCart__wishlist{
	width: 20%;
	order: 3;
}
#cart .fs-c-variationCart__wishlist img{
/*
	width: 12px;
	height: 11px;
*/
}
#cart .fs-c-variationCart__cartButton{
	width: 80%;
	order: 2;
}
#cart .fs-c-variationCart__cartButton img{
	height: auto;
}

/* 完売しましたボタン */
#cart .fs-c-variationCart__cartButton .fs-c-outOfStockButton{
	/* width: 75px; */
	width: 100%;
	height: 32px;
	text-indent: -9999px;
	background: url(https://htkni.itembox.design/item/img/item/btn-soldout.png) center center no-repeat;
	background-size: auto 32px;
	display: block;
	overflow: hidden;
}
/* △▲△モーダル△▲△ */



.item-top .right .fs-c-buttonContainer--inquiryAboutProduct button{
	padding: 0;
	border: none;
	text-decoration: underline;
	background: none;
}
.item-top .right p.payment a{
	text-decoration: underline;
}
.item-top .right .fs-c-returnedSpecialContract__link{
	margin-bottom: 10px;
}
.item-top .right .fs-c-returnedSpecialContract__link a{
	margin-bottom: 10px;
	text-decoration: underline;
}



/* 商品詳細 */
#detail-big{
	margin:50px 0 0;
	padding-bottom: 20px;
}
#detail-big h2{
	margin-bottom: 15px;
	padding: 0 4% 15px 4%;
	color: #5B804A;
	font-size: 18px;
	border-bottom: solid 1px #DEDEDE;
}
#detail-big .inner{
	padding: 0 4%;
}
#detail-big .inner .cols2{
	margin-top: 30px;
	/*margin-bottom: 15px;*/
	margin-bottom: 30px;
}
#detail-big .inner p.text1{
	margin-top: 50px;
}
#detail-big .inner p.text2{
	margin-bottom: 15px;
}
#detail-big .inner .cols2 hr{
	width: 100%;
	height: 1px;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	border-top: dashed 1px #dedede;
}

.100whr {
	width: 100%;
	height: 1px;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	border-top: dashed 1px #dedede;
}

#detail-big figure{
	text-align: center;
}
#detail-big figure img{
	max-width: 100%;
	width: auto;
}

#detail-big figure video{
	max-width: 100%;
	width: auto;
}

/* スペック・寸法図 */
#spec{
	/*padding: 20px 0;
	background: #F9F9F9;*/
	padding: 120px 0 0;
	margin-top: -100px;
	background: linear-gradient(180deg, #ffffff 15%,#ffffff 15%, #F9f9f9 15%, #f9f9f9 100%);
}
#spec h2{
	position: relative;
	margin: 0 auto;
	color: #5B804A;
	text-align: center;
	font-size: 16px;
}
/*#spec h2 span{
	cursor: pointer;
}
#spec h2 span::after{
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	background: url(../img/item/icon-spec.png);
	right: 4%;
	top: -3px;
	display: block;
}
#spec h2.active span::after{
	content: "";
	position: absolute;
	width: 28px;
	height: 28px;
	background: url(../img/item/icon-spec_active.png);
	right: 4%;
	top: -3px;
	display: block;
}*/
#spec .inner{
	padding: 0 4%;
	/*display: none;*/
}
#spec .inner table#tb1{
	width: 100%;
	margin: 20px 0;
	background: #FFFFFF;
}
#spec .inner table#tb1 tr{
	border-bottom: solid 1px #F9F9F9;
}
#spec .inner table#tb1 tr:last-of-type{
	border-bottom: none;
}
#spec .inner table#tb1 tr th{
	padding: 10px 4%;
	color: #5B804A;
	text-align: left;
	border-right: solid 1px #F9F9F9;
}
#spec .inner table#tb1 tr td{
	padding: 10px 4%;
}
#spec .inner figure #drawing{
	margin-bottom: 20px;
}
#spec .inner table#tb2{
	width: 100%;
	background: #FFFFFF;
  border: 1px solid #5B804A;
}
#spec .inner table#tb2 tr th{
	padding: 10px 0;
	color: #5B804A;
	font-size: 14px;
	background: #fff;
	border: 1px dashed #5B804A;
  border-bottom: 1px solid #5B804A;

}
#spec .inner table#tb2 tr td{
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	text-align: center;
		border: 1px dashed #5B804A;
}
#spec .inner table#tb2 tr td:first-of-type{
	color: #5B804A;
	border-bottom: 1px dashed #5B804A;
	border-right: 1px solid #5B804A;
	font-weight: bold;
}
#spec .inner table#tb2 tr th:first-of-type{
	border-right: 1px solid #5B804A;
}
#spec figure{
	text-align: center;
}
#spec figure img{
	max-width: 100%;
	width: auto;
}
.sunpou_chuuki{font-size:10px;text-align:right;padding:5px 0;}

/* この商品と一緒にチェックされている商品 */
.fs-c-featuredProduct{
	padding: 15px 0;
}
.fs-c-featuredProduct .fs-c-featuredProduct__header h2{
	display: none;
}
.fs-c-featuredProduct .fs-c-featuredProduct__header::after{
	content: "この商品と一緒にチェックされている商品";
	display: block;
	margin-bottom: 20px;
	padding: 0 5.3% 15px 5.3%;
	color: #5B804A;
	font-size: 16px;
	border-bottom: solid 1px #DEDEDE;
}
.fs-c-productListCarousel{
	position: relative;
}
.fs-c-productListCarousel .fs-c-productListItem__imageContainer{
	margin: 0 5.3% 5px 5.3%;
}
.fs-c-productListCarousel img.fs-c-productImage__image{
	/*max-width: 100vw;*/
	max-width: 49vw;
	max-height: 100vh;
	padding: 1.5vw;
}
.fs-c-productListCarousel h2.fs-c-productListItem__productName{
	margin: 5px 5.3%!important;
	text-align: left!important;
	font-weight: normal;
	font-size: 16px;
}
/* 商品詳細ページの価格ラベル */
.fs-c-productPrice.fs-c-productPrice--member{
  border: 1px solid  #ED8082;
  padding: 5px 0;
}
.fs-c-productPrice.fs-c-productPrice--member .fs-c-productPrice__main__label {
	font-size: 20px;
	background-color: #ED8082;
	padding:5px;
  color: #fff;
  font-weight: bold;
}
.fs-c-productPrice.fs-c-productPrice--member .fs-c-productPrice__main__price {
  font-size: 20px;
}

/* 会員先行販売 */
.fs-c-productSalesPeriod {
	color: #E24824;
	font-size: 16px;
}
.fs-c-productListCarousel .fs-c-productPrice__main__price{
	margin: 0 5.3%;
	font-size: 18px;
}
.fs-c-productListCarousel .fs-c-price {
	display: inline;
}
.fs-c-productListCarousel .fs-c-buttonContainer,
.fs-c-productListCarousel .fs-c-productName__copy{
	display: none;
}
.fs-c-productListCarousel .fs-c-productPrice__addon__label{
	font-size: 16px;
}
.fs-c-productListCarousel .fs-c-productListCarousel__ctrl--prev{
	position: absolute;
	top: 35%;
	left: 1.3%;
	width: 30px;
	min-width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(https://htkni.itembox.design/item/img/common/icon-prev.png);
	background-size: 30px;
	z-index: 1;
	transform: translate(0, -15px);
	overflow: hidden;
}
.fs-c-productListCarousel .fs-c-productListCarousel__ctrl--next{
	position: absolute;
	top: 35%;
	right: 1.3%;
	width: 30px;
	min-width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(https://htkni.itembox.design/item/img/common/icon-next.png);
	background-size: 30px;
	z-index: 1;
	transform: translate(0, -15px);
	overflow: hidden;
}

.fs-c-variationCart__cartButton > button{
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	background: #5B804A!important;
}

.fs-c-featuredProduct h2.fs-c-productListItem__productName {width: 45vw;}
