@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-radio__radioLabelText {
	max-width: 350px;
}

/********** 項目選択肢 **********/
.fs-c-variationCart > li {
	grid-template-columns: 1fr 6em 144px;
}


/********** お気に入りに登録する・解除する共通 **********/
.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-variationList__item__cart .fs-c-button--primary {
	align-self: stretch;
	width: 100%;
	border: solid 1px #999;
	border-radius: 100px;
	box-shadow: none;
	color: #fff !important;
	background: #333335;
}


/*お問い合わせ*/
.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{
	margin: 0 0 30px;
	font-size: 15px;
}
.fs-body-product #itemadd .item_table_wrap .item_table_block ul li.item-list_01 {
	position: relative;
	font-size: 20px;
	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: 3px;
	bottom: 14px;
	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;
}

.fs-body-product #itemadd .item_table_wrap .item_table_block ul li.item-list_02{
	font-size: 15px;
	line-height: 1.85;
	padding: 10px 0;
}
.fs-body-product #itemadd .item-txt,.fs-body-category #itemadd .item-txt{
	font-size: 15px;
	padding: 0;
}



/********** 説明表 **********/
.fs-body-product table.setumei{
	color:#535353;
}

.fs-body-product table.setumei,
.fs-body-product table.setumei tbody,
.fs-body-product table.setumei tr,
.fs-body-product table.setumei th,
.fs-body-product table.setumei td{
	width:auto;
	display:block;
}

.fs-body-product table.setumei th{
	margin:0 0 3%;
	padding:2%;
	font-size:1em;
	background:#eee;
}

.fs-body-product table.setumei th{
	margin:0 0 3%;
	padding:2%;
	text-align:left;
	font-size:1em;
	background:#eee;
}
.fs-body-product table.setumei td{
	margin:0 0 5%;
}

.fs-body-product table.setumei tr.space_tr,
.fs-body-product table.setumei tr.space_tr{
	display: none !important;
}




/* --------------------------------------------------------------------------------

★brand-fwn

-------------------------------------------------------------------------------- */


/* ------------------------------
フォーム
------------------------------ */
.fs-body-product .brand-fwn #fs_form {
	max-width: 1220px;
	padding-left: 0;
	padding-right: 0;
	margin: 0 auto;
}

/* ------------------------------
レイアウト
------------------------------ */
.fs-body-product .brand-fwn .fs-l-productLayout {
	grid-template-columns: 635px 520px;
	grid-gap: 65px;
}



/* ------------------------------
商品画像
------------------------------ */
.fs-body-product .brand-fwn .fs-c-productCarouselMainImage {
	max-width: 625px;
	margin: 0 auto;
}
.fs-body-product .brand-fwn .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__image > img {
	max-width: none;
	max-height: 625px;
}



/* ------------------------------
商品サムネイル
------------------------------ */
.fs-body-product .brand-fwn .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList > li {
	flex-basis: 100px;
}


/* ------------------------------
商品マーク
------------------------------ */
.fs-body-product .brand-fwn .fs-c-productMarks .fs-c-productMark__mark {
	padding: 9px 12px 9px;
}
.fs-body-product .brand-fwn li.fs-c-productMark__item {
	margin: 2px 4px;
}
/*クール便（冷蔵・冷凍可）*/
.fs-body-product span.fs-c-mark--frozenDeliveryAvailable.fs-c-mark{
	display: none;
}
/*宅配便（冷蔵・冷凍可）*/
.fs-body-product span.fs-c-mark--chilledOrFrozenDeliveryAvailable.fs-c-mark{
	display: none;
}
/*クール便（冷凍）*/
.fs-body-product span.fs-c-mark--frozenDelivery.fs-c-mark{
	display: none;
}

/* ------------------------------
商品番号
------------------------------ */
.fs-body-product .brand-fwn .fs-c-productNumber .fs-c-productNumber__label {
	display: none;
}
.fs-body-product .brand-fwn .fs-c-productNumber .fs-c-productNumber__number {
	letter-spacing: 0.1em;
	font-size: 18px;
	color: #000;
}


/* ------------------------------
価格
------------------------------ */
.fs-body-product .brand-fwn .fs-l-productLayout__item .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	font-size: 28px;
}
.fs-body-product .brand-fwn .fs-l-productLayout__item .fs-c-productPrice__addon,
.fs-body-product .brand-fwn .fs-l-productLayout__item .fs-c-productPrice__main__addon {
	font-size: 13px;
}


/* ------------------------------
レビューを見る
------------------------------ */
.fs-body-product .fs-c-productReview .fs-c-productReview__allReviews.fs-c-buttonContainer.fs-c-buttonContainer--viewAllReviews{
	padding: 0;
	text-align: left;
}


/* ------------------------------
レビュー詳細
------------------------------ */
/* 購入者さんへのリンク */
.fs-body-product .brand-fwn .fs-c-reviewer__name a {
	color: #000;
}

/* 購入者アイコン */
.fs-body-product .brand-fwn .fs-c-reviewer__status .fs-c-reviewerStatus {
	background: #000;
	border-radius: 0.25em;
	color: #ffffff;
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	margin: 0 4px;
	min-width: 5em;
	padding: 5px 4px 4px;
	text-align: center;
}

/* レビューを書く・すべてのレビューを見るボタン */
.fs-body-product .brand-fwn .btn-review {
	display: flex;
	align-items: center;
    justify-content: center;
    width: 100%;
    margin: 3.2rem 0 0;
}
.fs-body-product .brand-fwn .btn-review .fs-c-button--addReview--detail,
.fs-body-product .brand-fwn .btn-review .fs-c-button--viewAllReviews {
	background: #000000;
	border: 1px solid #000000;
	border-radius: 8px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	box-shadow: none;
	transition: 0.4s;
	border: 1px solid #666666;
	width: 50vw;
	max-width: 300px;
	padding: 18px 0 18px;
	line-height: 1;
	display: inline-block;
}
.fs-body-product .brand-fwn .btn-review .fs-c-button--addReview--detail{
	margin-right: 0.8rem;
	position: relative;
	padding: 25px 0 10px
}
.fs-body-product .brand-fwn .btn-review .fs-c-button--plain.fs-c-button--addReview--detail::after{
	content:"レビュー投稿でP100プレゼント" ;
	position: absolute;
	top: 10px;
	left: 72px;
	font-size: 10px;
}


/* ------------------------------
タブ
------------------------------ */
/********** タブ切り替えボタン **********/
.fs-body-product .brand-fwn .tab-area .btn-tab ul {
	display: flex;

	width: 100%;
}
.fs-body-product .brand-fwn .tab-area .btn-tab ul li {
	width: calc(100% / 3);

	margin: 0;
	padding: 5px 0;
	border-radius: 7px 7px 0 0;
	border: solid 2px #000;
	border-bottom: none;
	text-align: center;
	font-size: 18px;
	cursor: pointer;

	color: #fff;
	background: #000;
}
.fs-body-product .brand-fwn .tab-area .btn-tab ul li.btn-tab-active {
	color: #000;
	background: #fff;
	width: calc(100% / 3 + 2px);
}

/********** タブ **********/
.fs-body-product .brand-fwn .tab-area .tab-box {
	display: none;

	width: 100%;
	padding: 25px;
	border: solid 2px #000;
	border-top: none;

	overflow: hidden;
}
.fs-body-product .brand-fwn .tab-area .tab-active {
	display: block;
}
.fs-body-product .brand-fwn .tab-area .tab-box img {
	max-width: 100%;
	height: auto;
}



/* ------------------------------
右側のレビュー表示部分：この商品の平均評価
------------------------------ */
.fs-body-product .brand-fwn .fs-c-aggregateRating__rating::before {
	display: none;
}
.fs-body-product .brand-fwn .fs-c-reviewStars::before {
	color: #000;
}
.fs-body-product .brand-fwn .fs-c-rating__value {
	color: #000;
}


/* ------------------------------
カートに入れるボタン・数量・お気に入りボタン
------------------------------ */
.fs-body-product .brand-fwn #cart-wrap-unit {
	margin-bottom: 25px;
}

.fs-body-product .brand-fwn .fs-c-productQuantityAndWishlist {
	display: flex;
	grid-template-columns: unset;
}

/*カートに入れる*/
.fs-body-product .brand-fwn .cart-wrap-unit .fs-c-productActionButton.fs-c-buttonContainer {
	display: flex;
	width: 345px;
	margin: 0 9px 0 0;
	padding: 0;
}
.fs-body-product .brand-fwn .fs-c-productActionButton .fs-c-button--primary,
.fs-body-product .brand-fwn .fs-c-productActionButton .fs-c-button--primary:link,
.fs-body-product .brand-fwn .fs-c-productActionButton .fs-c-button--primary:hover,
.fs-body-product .brand-fwn .fs-c-productActionButton .fs-c-button--primary:visited,
.fs-body-product .brand-fwn .fs-c-productActionButton .fs-c-button--primary:active{
	align-self: stretch;
	width: 100%;
	border: solid 1px #999;
	border-radius: 100px;
	box-shadow: none;
	letter-spacing: 0.25em;
	font-weight: bold;
	font-size: 20px;
	color: #fff !important;
	background: #333335;
}

/*数量*/
.fs-body-product .brand-fwn .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
	position: relative;
	display: flex;
	align-self: stretch;
	margin: 0 9px 0 0;
	max-width: none;
}
.fs-body-product .brand-fwn .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget .fs-c-quantity__select.fs-system-quantity-list {
	width: 95px;
	padding: 0 0 0 20px;
	border: solid 1px #000;
	border-radius: 100px;
	font-size: 20px;
	background: transparent;
	appearance: unset;
}
.fs-body-product .brand-fwn .fs-c-productQuantityAndWishlist__quantity::after,
.fs-body-product .brand-fwn .fs-c-productQuantityAndWishlist__quantity::before {
	content: "";
	margin: auto;
	position: absolute;
	content: "";
	width: 1rem;
	height: 1rem;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	width: 0.75rem;
	height: 0.75rem;
}
.fs-body-product .brand-fwn .fs-c-productQuantityAndWishlist__quantity::after {
	bottom: 20%;
	right: 15px;
	transform: rotate(135deg) translate(-50%, 50%);
}
.fs-body-product .brand-fwn .fs-c-productQuantityAndWishlist__quantity::before {
	top: 20%;
	right: 15px;
	transform: rotate(-45deg) translate(-50%, 50%);
}

/* 数量：10以上 */
.fs-body-product .brand-fwn .fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget .fs-c-quantity__number.fs-system-quantity-text {
	width: 6rem;
}

/* 入力してください */
.fs-body-product .brand-fwn .fs-c-quantity__message {
	position: absolute;
	bottom: -2.5rem;
}
.fs-body-product .brand-fwn .fs-c-quantity__number:focus:not(.is-error) + .fs-c-quantity__message::before {
	font-size: 0.8em;
}


/*お気に入り*/
.fs-body-product .brand-fwn .fs-c-productQuantityAndWishlist__wishlist.fs-c-buttonContainer {
	width: 60px;
	padding: 0;
	align-self: stretch;
	justify-self: unset;
}
.fs-body-product .brand-fwn .fs-c-button--addToWishList--detail.fs-c-button--particular,
.fs-body-product .brand-fwn .fs-c-button--addToWishList--icon.fs-c-button--particular{
	display: flex;
	justify-content: center;
	align-items: center;

	border: solid 1px #000;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	padding: 0;
	font-weight: normal;
	font-size: 35px;
}
.fs-body-product .brand-fwn .fs-c-button--addToWishList--detail.fs-c-button--particular::after {
	margin: 0;
}

/*お気に入りに入れた後*/
.fs-body-product .brand-fwn .fs-c-button--removeFromWishList--detail.fs-c-button--particular,
.fs-body-product .brand-fwn .fs-c-button--removeFromWishList--icon.fs-c-button--particular{
	display: flex;
	justify-content: center;
	align-items: center;

	border: solid 1px #c98696;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	padding: 0;
	font-weight: normal;
	font-size: 35px;
}
.fs-body-product .brand-fwn .fs-c-button--particular::after {
	margin: 0;
}


/* ------------------------------
独自コメント10
------------------------------ */
.fs-body-product .brand-fwn .product-comment-cart-area {
	margin: 0 0 30px;
	line-height: 2;
	padding: 30px 35px 40px;
	border-radius: 8px;
	font-size: 18px;
	color: #fff;
	background: #323333;
}


/* ------------------------------
レビューを書く（タブ内）
------------------------------ */
.fs-body-product .brand-fwn .fs-c-productReview .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail {
}
.fs-body-product .brand-fwn .fs-c-productReview .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail a {
	padding: 0 0 10px !important;
	border-radius: 0 !important;
	text-align: left !important;
	font-size: 20px !important;
	color: #000 !important;
	background: transparent !important;
}
.fs-body-product .brand-fwn .fs-c-productReview .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail a::before {
	font-size: 20px !important;
}
.fs-body-product .brand-fwn .fs-c-productReview .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail a .fs-c-button__label {
	font-size: 20px !important;
}


/* ------------------------------
レビューを書く（シェアするの上）
------------------------------ */
.fs-body-product .brand-fwn .product-review-btn-write .fs-c-productReview__addReview.fs-c-buttonContainer.fs-c-buttonContainer--addReview--detail a {
	font-size: 18px;
	color: #000;
}


/* ------------------------------
シェアする
------------------------------ */
.fs-body-product .brand-fwn .to-ask-area__share-wrap {
	display: flex;

	width: 100%;
	font-size: 20px;
}
.fs-body-product .brand-fwn .to-ask-area__share-wrap .to-ask-area__share-txt {
	padding: 3px 19px 0 0; 
	color: #000;
}
.fs-body-product .brand-fwn .to-ask-area__share-wrap .fs-p-snsArea ul {
	display: flex;

	padding: 0 15px 0 0;
}
.fs-body-product .brand-fwn .to-ask-area__share-wrap .fs-p-snsArea ul li {
	display: flex;
	padding: 0 5px 0 0;
}
.fs-body-product .brand-fwn .to-ask-area__share-wrap .fs-p-snsArea ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
}
.fs-body-product .brand-fwn .to-ask-area__share-wrap .fs-p-snsArea ul li img {
	display: block;
}
.fs-body-product .brand-fwn .to-ask-area__share-wrap .fs-p-snsArea ul li.sns-facebook {

}
.fs-body-product .brand-fwn .to-ask-area__share-wrap .fs-p-snsArea ul li.sns-facebook img {
	width: 13px;
	height: 25px;
}
.fs-body-product .brand-fwn .to-ask-area__share-wrap .fs-p-snsArea ul li.sns-x {
	padding: 2px 7px 0 0;
}
.fs-body-product .brand-fwn .to-ask-area__share-wrap .fs-p-snsArea ul li.sns-x img {
	width: 23px;
	height: 20px;
}
.fs-body-product .brand-fwn .to-ask-area__share-wrap .fs-p-snsArea ul li.sns-line {
	padding: 0;
}
.fs-body-product .brand-fwn .to-ask-area__share-wrap .fs-p-snsArea ul li.sns-line img {
	width: 25px;
	height: 22px;
}


/* ------------------------------
商品についてのお問い合わせ
------------------------------ */
.fs-body-product .brand-fwn .fs-c-inquiryAboutProduct {
	text-align: left;
	font-size: 20px;
}
.fs-body-product .brand-fwn .fs-c-inquiryAboutProduct button.text-link-contact {
	margin: 0;
	color: #000;
}



/*定番商品*/
#item_commons{
	padding: 50px 0 0;
}
#item_commons img {
	width: 100%;
}
#item_commons .regular_item{
	margin:0 0 60px;
	width: 100%;
}
#item_commons .regular_item .heading{
	font-size:26px;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px;
}
#item_commons .regular_item .kana{
	font-size:14px;
	text-align:center;
	margin:0 0 40px;
}
#item_commons .brownie{
	margin:0 0 50px;
}
#item_commons .regular_item .slider{
	width: 640px;
	margin: 0 auto 30px;
}
#item_commons .regular_item .slick-prev{
	height: auto;
	left: -20px;
}
#item_commons .regular_item .slick-prev:before{
	content:"";
	background: url(http://www.fatwitch.co.jp/images/shop-group/keirou/2021/btn-arr_left.png) no-repeat;
	background-size:100%;
	width:16px;
	height:28px;
	position:absolute;
	top:50%;
	left:0;
	border: 0;
}
#item_commons .regular_item .slick-next{
	height: auto;
	right: -20px;
}
#item_commons .regular_item .slick-next:before{
	content:"";
	background: url(http://www.fatwitch.co.jp/images/shop-group/keirou/2021/btn-arr_right.png) no-repeat;
	background-size:100%;
	width:16px;
	height:28px;
	position:absolute;
	top:50%;
	right:0;
	border: 0;
}
#item_commons .regular_item .slick-slide {
	height: auto;
	margin:0 10px;
}
#item_commons .regular_item .slider .item .img{
	margin:0 0 10px;
}
#item_commons .regular_item .slider .item .name{
	font-size:15px;
	font-weight:bold;
	margin:0 0 5px;
}
#item_commons .regular_item .slider .item .price{
	font-size:13px;
}
#item_commons .regular_item .txt-box .sheading{
	font-size:17px;
	font-weight:bold;
	margin:0 0 20px;
}
#item_commons .regular_item .txt-box .txt{
	font-size:13px;
	line-height:1.54;
	margin:0 0 20px;
}
#item_commons .regular_item .txt-box .btn a{
	font-size:12px;
	color:#ffffff;
	padding:13px 25px;
	background:#333333;
	display: inline-block;
}
/* 価格から選ぶ・個数から選ぶ */
#item_commons .choice{
}
#item_commons .choice a{
	text-decoration:underline;
}
#item_commons .choice .heading{
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px;
}
#item_commons .choice .kakaku{
	margin:0 0 50px;
}
#item_commons .choice ul{
	display:flex;
	justify-content: space-between;
}
#item_commons .choice ul li{
	width: calc(100% / 4 - 20px);
	box-sizing: border-box;
	border:1px solid #535353;
	text-align:center;
}
#item_commons .choice ul li a{
	display:block;
	padding:10px;
	font-size:14px;
}
#item_commons .choice .kosuu{
	margin:0 0 60px;
}
#item_commons .choice ul li a {
	color: #000;
}

#item_commons .pickup {
	margin:0 0 4vw;
}

#item_commons .pickup p{
	margin-bottom: 1rem;
}
#item_commons .pickup .heading{
	font-size:26px;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px;
}
#item_commons .pickup .kana{
	font-size:14px;
	text-align:center;
	margin:0 0 40px;
}
#item_commons .pickup ul li{
width: 48%;
float: left;
}
#item_commons .pickup ul li:nth-child(odd) {
margin-right: 4%;
}
#item_commons .pickup ul li a {
	color: #000;
}

