@charset 'utf-8';


/* --------------------------------------------------------------------------------
★スマートフォン
商品詳細
-------------------------------------------------------------------------------- */
/********** パンくず **********/
.fs-body-product .fs-c-breadcrumb li:last-child{
	display: none;
}


.fs-c-productCarouselMainImage__carousel.slick-dotted.slick-slider
{
	margin-bottom: -10px;
}

/********** 画像サムネイル **********/
.fs-body-product ul.fs-c-productCarouselMainImage__thumbnailList{
	margin: 3vw 0;
}
/********** 画像拡大ボタン **********/
.fs-body-product .fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
	display: none;
}

/********** 商品名 **********/
.fs-body-product .fs-c-productNameHeading{
	/*
	font-size: ;
	*/
}
/* キャッチコピー */
.fs-body-product .fs-c-productNameHeading__copy{
	display: none;
}

/********** NEW商品マーク **********/
.fs-body-product .mark-new{
	display: none;
}


/********** ポイント **********/
.fs-body-product .fs-c-productPointDisplay{
	/*
	color: #f30;
	background: #fff;
	*/
}


/********** 価格（商品詳細のみ　※共通はfscc.css） **********/
.fs-body-product span.fs-c-productPrice__main__price.fs-c-price {
    font-weight: bold;
}
.fs-body-product .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price{
	/*
	font-size: 5vw;
	*/
}


/********** お気に入りに登録する・解除する共通 **********/
.fs-body-product .fs-c-button--particular {
    background: #ffffff;
    border: none;
    border-radius: initial;
    text-decoration: none;
    box-shadow: none;
}
.fs-body-product .fs-c-button--particular span.fs-c-button__label {
    display: none;
}

/********** お気に入りに登録する **********/
.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail::after {
    font-size: 3rem;
    /*
	display: none;
	*/
}
/********** お気に入りを解除する **********/
.fs-body-product .fs-c-button--particular.fs-c-button--addToWishList--detail::after,
.fs-body-product .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after{
    font-size: 3rem;
	/*
	display: none;
	*/
}


/********** 数量 **********/
.fs-body-product .fs-c-quantity__select{
	font-size: 2.2rem;
}


/********** 項目選択肢 **********/
.fs-body-product .fs-c-productSelection .fs-c-productSelection__name{
	font: inherit;
}


/********** 販売期間 **********/
.fs-body-product .fs-c-productSalesPeriod{
	
}

/********** レビュー **********/
/*すべてのレビューを見る*/
.fs-body-product .fs-c-productReview .fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews{
	display: block;
	text-align: center;
	padding: 5vw 0 0;
}
.fs-body-product .fs-c-productReview .fs-c-buttonContainer .fs-c-button--plain.fs-c-button--viewAllReviews::before{
	content: none;
}
.fs-body-product .fs-c-productReview .fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews .fs-c-button__label {
	color: #000000;
	font-weight: bold;
	font-size: 1.2rem;
}
/*レビューを書く*/
.fs-body-product .fs-c-productReview .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
	padding: 1vw 0;
}
.fs-body-product .fs-c-productReview .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail .fs-c-button--addReview--detail{
	line-height: 1;
}
.fs-body-product .fs-c-productReview .fs-c-buttonContainer .fs-c-button--plain.fs-c-button--addReview--detail::before{
	font-size: 1.2rem;
}
.fs-body-product .fs-c-productReview .fs-c-buttonContainer .fs-c-button--plain.fs-c-button--addReview--detail .fs-c-button__label {
	font-size: 1.2rem;
}


/*カートに入れる*/
.fs-body-product .cart-wrap-unit .fs-c-buttonContainer {
	padding: 8px 0 0 0;
}
/*お問い合わせ*/
.fs-body-product .fs-c-inquiryAboutProduct{
	margin: 0;
	padding: 0;
}
.fs-body-product .fs-c-inquiryAboutProduct button.text-link-contact{
	margin: 0 auto 2vw auto;
	color: #535353;
	font-weight: 700;
}







/* ---- 商品説明 ---- */
.fs-body-product .FS2_ItemComment.FS2_contents_container table.setumei th div:after{
	display: none !important;
	content: '' !important;
}
.fs-body-product .FS2_ItemComment.FS2_contents_container table.setumei th .btn-item-details-open-close-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	width: 100%;
}
.fs-body-product .FS2_ItemComment.FS2_contents_container table.setumei th .icon{
	display: block;
	width: 8vw;
	text-align: right;
	font-size: 3vw;
}

/* アイコン切り替え */
.fs-body-product .FS2_ItemComment.FS2_contents_container table.setumei th .icon .icon-plus{
	display: block;
}
.fs-body-product .FS2_ItemComment.FS2_contents_container table.setumei th .icon .icon-minus{
	display: none;
}

/* アイコン切り替え：active */
.fs-body-product .FS2_ItemComment.FS2_contents_container table.setumei tr.active th .icon .icon-plus{
	display: none;
}
.fs-body-product .FS2_ItemComment.FS2_contents_container table.setumei tr.active th .icon .icon-minus{
	display: block;
}


/* 展開 */
.fs-body-product .FS2_ItemComment.FS2_contents_container table.setumei tr.cell-open-close td{
	display: none;
}
.fs-body-product .FS2_ItemComment.FS2_contents_container table.setumei tr.cell-open-close.active td{
	display: block;
}


/*  商品情報    修正20220127
-------------------------------------------------- */
.fs-body-product #itemadd .item-txt,.fs-body-category #itemadd .item-txt{
	font-size: 3.7vw;
	line-height: 1.2;
    margin-bottom: 2vw;
    padding: 2%;
}
.fs-body-product #itemadd .atn-txt,.fs-body-category #itemadd .atn-txt{
    color:#ff0000;
}

.fs-body-product #itemadd .item_table_wrap,.fs-body-category #itemadd .item_table_wrap{
	display: flex;
	flex-direction: column;
	font-size: 3.7vw;
	line-height: 1.2;
    margin-top: 5vw;
}
.fs-body-product #itemadd .item_table_wrap .item_table_block,.fs-body-category #itemadd .item_table_wrap .item_table_block{
	width: 100%;
}
.fs-body-product #itemadd .item_table_wrap .item_table,.fs-body-category #itemadd .item_table_wrap .item_table{
	list-style: none;
}
.fs-body-product #itemadd .item_table_wrap ul,.fs-body-category #itemadd .item_table_wrap ul{
	margin: 0 0 3vw;
}
.fs-body-product #itemadd .item_table_wrap ul li.item-list_01,.fs-body-category #itemadd .item_table_wrap ul li.item-list_01{
	padding: 2vw;
	background: #eee;
}
.fs-body-product #itemadd .item_table_wrap ul li.item-list_02,.fs-body-category #itemadd .item_table_wrap ul li.item-list_02{
	padding: 3vw 0;
}


/* ---- 開閉 ---- */
.fs-body-product #itemadd .item_table_wrap ul li.item-list_01:after,.fs-body-category #itemadd .item_table_wrap ul li.item-list_01:after{
	display: none !important;
	content: '' !important;
}
.fs-body-product #itemadd .item_table_wrap ul li.item-list_01 .btn-item-details-open-close-box,.fs-body-category #itemadd .item_table_wrap ul li.item-list_01 .btn-item-details-open-close-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	width: 100%;
}
.fs-body-product #itemadd .item_table_wrap ul li.item-list_01 .icon,.fs-body-category #itemadd .item_table_wrap ul li.item-list_01 .icon{
	display: block;
	width: 8vw;
	text-align: right;
	font-size: 3vw;
}

/* アイコン切り替え */
.fs-body-product #itemadd .item_table_wrap ul li.item-list_01 .icon .icon-plus,.fs-body-category #itemadd .item_table_wrap ul li.item-list_01 .icon .icon-plus{
	display: block;
}
.fs-body-product #itemadd .item_table_wrap ul li.item-list_01 .icon .icon-minus,.fs-body-category #itemadd .item_table_wrap ul li.item-list_01 .icon .icon-minus{
	display: none;
}

/* アイコン切り替え：active */
.fs-body-product #itemadd .item_table_wrap .item_table.active li.item-list_01 .icon .icon-plus,.fs-body-category #itemadd .item_table_wrap .item_table.active li.item-list_01 .icon .icon-plus{
	display: none;
}
.fs-body-product #itemadd .item_table_wrap .item_table.active li.item-list_01 .icon .icon-minus,.fs-body-category #itemadd .item_table_wrap .item_table.active li.item-list_01 .icon .icon-minus{
	display: block;
}


/* 展開 */
.fs-body-product #itemadd .item_table_wrap .item_table.cell-open-close .item-list_02,.fs-body-category #itemadd .item_table_wrap .item_table.cell-open-close .item-list_02{
	display: none;
}
.fs-body-product #itemadd .item_table_wrap .item_table.cell-open-close.active .item-list_02,.fs-body-category #itemadd .item_table_wrap .item_table.cell-open-close.active .item-list_02{
	display: block;
}



/********* リニューアル *************/

/*下部コメント*/

.fs-body-product .item-main{
	width:100%;
	margin:10% auto;
	color:#535353;
}
.fs-body-product .item-main img{
	width:100%;
}
.fs-body-product .shop-name{
	text-align:center;
	padding-bottom:2%;
}
.fs-body-product .item-name{
	text-align:center;
	font-size:1.6em;
	padding-bottom:35px;
	font-weight:bold;
}
.fs-body-product .item-detail{
	width:100%;
	margin:0 auto 10%;
	color:#535353;
	line-height:1.6;
}
.fs-body-product .item-detail img{
	width:100%;
}
.fs-body-product .item-detail .detail-box .t-detail{
	font-size:1.2em;
	text-align:center;
	padding-bottom:2%;
	font-weight:bold;
}
.fs-body-product .item-detail .detail-box .txt-detail{
	font-size: 1em;
	padding-bottom:6%;
}
.fs-body-product .item-detail .detail-box .img-detail{
	padding-bottom:8%;
}




/* カート変形用 */
.fs-body-product .fixedcart {
    width: 98%;
    margin: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    transition: position 0.4s ease-out;
    background-color: rgba(255,255,255,0.8);
    animation: fadeup 1.5s cubic-bezier(0.42, 1, 0.68, 1) 1 forwards;
}

/* 固定時には消す */
.fs-body-product .fixedcart .fs-c-productQuantityAndWishlist {
	display: none;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fs-body-product .fixedcart ul li {
padding: 0;
}
.fs-body-product .fixedcart .FS2_figure_text {
display: none;
}
.fs-body-product .fixedcart .FS2_Figure_textarea {
display: none;
}
.fs-body-product .fixedcart .toCart {
padding: 0;
}

.fs-body-product .fadeout {
    animation: fadeout 1.5s cubic-bezier(0.42, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeout {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fs-body-product .fs-c-productSelection.fixedcart{
	
}



#page-cart {
	position: fixed;
	bottom: 3rem;
	right: 1rem;
}
#page-cart img {
	width: 30px;
}
#cart-wrap-unit .ancpoint{
	padding-top: 20vw;
	margin-top: -20vw;
}




/* ----------------------------------------
商品ページスクリプト用
---------------------------------------- */
.fs-body-product #itemadd .item_table_wrap .item_table_block ul li.item-list_01 {
	position: relative;
	padding: 15px 25px 15px 10px;
}
.fs-body-product #itemadd .item_table_wrap .item_table_block:nth-of-type(1) ul.item_table:nth-of-type(n+3) li.item-list_01,
.fs-body-product #itemadd .item_table_wrap .item_table_block:nth-of-type(2) ul.item_table li.item-list_01 {
	cursor: pointer;
}
.fs-body-product #itemadd .item_table_wrap .item_table_block:nth-of-type(1) ul.item_table:nth-of-type(n+3) li.item-list_01::after,
.fs-body-product #itemadd .item_table_wrap .item_table_block:nth-of-type(2) ul.item_table li.item-list_01::after {
	display: inline-block!important; /* こちらは消さないでください */

	position: absolute;
	overflow: hidden;
	right: 2vw;
	bottom: 2.5vw;
	z-index: 2;

	width: 1em;
	height: 1em;

	margin: 0 0 0 0.3em;
	content: '+'!important; /* こちらは消さないでください */
	line-height: 1 !important;
	font-size: 1.5em;
	font-weight: bold;
}

/* 3番目以降：通常時 */
.fs-body-product #itemadd .item_table_wrap .item_table_block:nth-of-type(1) ul.item_table:nth-of-type(n+3) li.item-list_02,
.fs-body-product #itemadd .item_table_wrap .item_table_block:nth-of-type(2) ul.item_table li.item-list_02 {
	display: none;
	overflow: hidden;
}

/* 3番目以降：アクティブ時 */
.fs-body-product #itemadd .item_table_wrap .item_table_block:nth-of-type(1) ul.item_table.content-active:nth-of-type(n+3) li.item-list_01::after,
.fs-body-product #itemadd .item_table_wrap .item_table_block:nth-of-type(2) ul.item_table.content-active li.item-list_01::after {
	content: '-'!important;
}
.fs-body-product #itemadd .item_table_wrap .item_table_block:nth-of-type(1) ul.item_table.content-active:nth-of-type(n+3) li.item-list_02,
.fs-body-product #itemadd .item_table_wrap .item_table_block:nth-of-type(2) ul.item_table.content-active li.item-list_02 {
	height: auto;
}



