/*フォント指定*/
body {
  font-family: 'Overpass', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', sans-serif;
  /*font-family: 'interstate','Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: normal;*/
}

/*ページの余白（padding）変更*/
#fs_ProductDetails .fs-l-main{padding: 20px;}/*250221～テスト中（8px→20px）*/
.fs-l-main{padding: 4px;}/*250415～テスト中（8px→4px）*/


/*　商品詳細ページにXL画像を縦にならべるパーツの画像無を非表示にする　*/
.sampleImages img:not([src^="https"]){
  display:none;
}
/*商品詳細ページのカートボタンPC用レイアウト*/
@media(min-width:751px){.cart-box .fs-c-variationList__item__body {width: 70%;margin: 0 auto;}}

/*商品詳細ページ発送時期テキスト*/
.fs-c-variationCart__variationName__shippingDate, .fs-c-variationCart__variationName__stock {
  font-size: 01rem;
  line-height: 1.2em;
}

/*-----カートボタンレイアウトレスポンシブ詳細対応-----*/
@media screen and (max-width: 884px) {
.cart-box .fs-c-variationList__item__body {width: 90%;margin: 0 auto;}
.fs-c-variationCart--withImage > li {grid-template-columns: 2em auto 5em 250px;}
}

@media screen and (max-width: 749px) {
.fs-c-variationCart--withImage > li {grid-template-columns: 2em auto 5em 250px;}
}

@media screen and (max-width: 606px) {
.fs-c-variationCart--withImage > li {grid-template-columns: 1em auto 4em 230px;}
}

@media screen and (max-width: 656px) {
.fs-c-variationCart--withImage > li {grid-template-columns: 1em auto 3em 180px;}
}

@media screen and (max-width: 489px) {
.fs-c-variationCart--withImage > li {grid-template-columns: 1em auto 3em 150px;}
}

@media screen and (max-width: 458px) {
.fs-c-button--addToCart--variation {padding: 0.8em 0.5em;}
.fs-c-variationCart--withImage > li {grid-template-columns: 0.5em auto 2.5em 100px;}
}
/*-----ここまで-----*/



/*商品詳細ページ商品説明文の納期テキスト*/
.product_details p.delivery {
    text-align: left;
    font-size: 90%;
    border: dotted 1px #999;
    padding: 10px;
    margin: 10px 16px;
}
@media only screen and (min-width: 750px){.product_details p.delivery {text-align: left; font-size: 100%; margin: 10px 0;}}

/*商品詳細ページ商品説明文内のアイテムリンク(1列で配置)*/
.similar_box {margin: 10px 0;}
.similar_item{display:flex; width: 100%; height: auto; margin: 10px auto; border: solid 1px #cbcbcb;}
.similar_item_img img{ width:100%; height: auto;}
.similar_item h2 {font-size: 100%;font-weight: bold;}
.similar_item a { font-weight: normal; color: #000; font-size: 90%;}
.similar_item_text{width:100%;margin: 0 3px 0 8px;}
.similar_item_text .link {font-weight: bold;color: #dc143c;}
.similar_item_text p {font-weight: normal;color: #000;}
.similar_item_img {width: 30%;}
@media (max-width: 390px){.similar_item_img {width: 45%;}}
@media only screen and (min-width: 750px) {.similar_item{max-width: 500px;margin-left: 0;} .similar_item_img { width: 30%;}}

/*商品詳細ページ商品説明文内のアイテムリンク(2列で配置)*/
.similar_box2 {display: flex;flex-wrap: wrap;margin: 10px 0;}
.similar_item2 a { font-weight: normal; color: #000; font-size: 90%;}
.similar_item_text2 { margin: 5px;}
.similar_item_text2 .link {font-weight: bold;color: #dc143c;}
.similar_item2 {width: 49%;height: auto;margin: 5px 0;border: solid 1px #cbcbcb;}
.similar_item2:nth-child(odd){margin-right: 2%;}
@media only screen and (min-width: 750px) {.similar_box2 {max-width: 1216px;flex-wrap:nowrap;}.similar_item2{margin-right:2%; width:23%}}


/*商品詳細ページ 商品画像を幅いっぱいに（スマホのみ）*/
@media screen and (max-width:768px) {
.fs-c-productCarouselMainImage {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: inherit;
}}

/*商品詳細ページ 商品画像カルーセル下のmargin調整*/
.fs-c-productCarouselMainImage .slick-dotted.slick-slider{margin-bottom:10px;}
.fs-c-productCarouselMainImage .fs-c-slick .slick-slide img {margin-bottom:10px;}

/*商品詳細ページ サムネテキスト調整（スマホのみ）*/
@media screen and (max-width:768px) {
.fs-l-product .fs-c-productCarouselMainImage__thumbnail__caption {font-size:1rem; padding-left:3px;}}

/*商品詳細ページ サムネイル幅変更*/
.fs-c-productCarouselMainImage__thumbnailList > li {
  flex-basis: 60px;}

/* ==================================
 商品詳細 商品画像エリア
================================== */

/* メイン画像
-------------------------------------*/
@media screen and (max-width:768px) {
  .fs-c-slick .slick-slide img {
    /*max-width: 100vw;*/
    margin-bottom: 5px;
  }
}

/* メイン画像下テキスト
-------------------------------------*/
.fs-c-productCarouselMainImage__image__caption {
  position: inherit;
  line-height: 1.6;
  background: none;
  color: #3c3c3c;
  margin-top: 10px;
  line-height: 1;
}
@media only screen and (min-width: 750px){.fs-c-productCarouselMainImage__image__caption {margin-top: 0;}
.fs-c-productCarouselMainImage__image .itemCarouselText {margin: 0;}}

.fs-c-productCarouselMainImage__image__caption::before {
  content: "color：";
}

.fs-c-productCarouselMainImage__image .itemCarouselText {
  margin: 10px 0 0;
  text-align: center;
  line-height: 1;
}

.fs-c-productCarouselMainImage__expandButton.fs-c-buttonContainer {
  display: none;
}

@media screen and (max-width:768px) {
  .fs-c-productCarouselMainImage__image .itemCarouselText {
    font-size: 1rem;
    margin: 0;
  }

  .fs-c-productCarouselMainImage__image__caption {
    font-size: 1rem;
    margin: 0;
  }
}

/*パンくず商品名非表示*/
/*ol.fs-c-breadcrumb__list li:last-child {
    display: none;
}*/

/*パンくずリンクカラー設定*/
.fs-c-breadcrumb a { color: #737373;}

/*非表示設定*/
.hidden {
    visibility: hidden;
    height: 0;
}
.displaynone {
    display: none;
}


/*商品一覧の余白を狭く*/
.fs-c-productList__list__item {padding: 8px 4px;}

/*商品一覧ページ数テキスト非表示*/
.fs-c-listControl__status {display: none;}

/*商品一覧ページリスト番号を中央揃えに変更*/
.fs-c-listControl {align-items: center;}

/*ページリスト番号の上部margin削除*/
.fs-c-pagination {margin: 0;}

/* 商品一覧ページのキャッチコピー */
/*span.fs-c-productName__copy, span.fs-c-productName__name {
    display: inline;
}商品名と横並び*/

span.fs-c-productName__copy { font-size: 1em; margin: 0 0 3px -7px;}/*キャッチコピーのサイズと余白*/

/*商品一覧ページ商品マーク*/
.fs-c-productMarks {margin: 8px 0;}

/*商品一覧ページ商品マークデザイン*/
.fs-c-productMark__mark {
    border-radius: 0px;
    padding: 4px 3px 1px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #333;
    background: none;
    border: 1px solid #b1b1b1;
    font-size: 1rem;
}/*商品マークのデザインを統一*/

/*商品一覧ページ商品マーク　セール関係*/
.fs-c-productMark__mark.mark_sale {
  color: #a51313;
  border: 1px solid #a51313;
}
.fs-c-productMark__mark.mark_seasonoff {
  color: #a51313;
  border: 1px solid #a51313;
}

/*商品一覧ページカートに入れるボタン非表示*/
button.fs-c-button--addToCart--list {display: none;}

/* 商品一覧ページカート追加モダールのボタン調整 */
.fs-c-modal__contents .fs-c-variationCart--withImage > li {grid-template-columns: auto 1fr 10em 10px;}
@media only screen and (min-width: 750px){
.fs-c-variationCart--withImage > li {grid-template-columns: auto 1fr 8em 300px;}
.fs-c-modal__contents .fs-c-variationCart--withImage > li {grid-template-columns: 1fr 3em 150px;}}/*pc用*/
h2.fs-c-modal__productName {display: block;}/*pcの商品名表示*/
@media (max-width: 768px){.fs-c-modal__inner .fs-c-variationCart > li {display: grid;grid-template-columns: 5em 3em 130px;}}/*spのボタン調整（残りわずかレイアウト崩れ）*/

/*商品一覧在庫無し表示デザインカスタマイズ*/
.fs-c-productListItem__lowInStock, .fs-c-productListItem__outOfStock, .fs-c-productListItem__numberOfStock {
  border: 1px solid #ccc!important;/*在庫無し表示デザインカスタマイズ*/
  color: #333!important;
  font-size: 80%;
  padding: 6px 0 4px;
}
.fs-c-productListItem__salesPeriodNotice {
  border: 1px solid #999!important;/*在庫無し表示デザインカスタマイズ*/
  color: #ffffff!important;
  font-size: 80%;
  padding: 6px 0 4px;
}


/*SALEバナー非表示*/
/*.sale-bnr {display: none;}*/

/*送料無料バナー非表示*/
.freeshipping-bnr {display: none;}

/*CLEARANCE SALEバナー非表示*/
/*.clearance-bnr {display: none;}*/

/*その他SALEバナー非表示*/
.othersale-bnr {display: none;}

/*バルセロナバナー非表示*/
.barcelona-bnr {display: none;}

/*商品ページ上部バナー（kiharu_ma-1_banner）非表示*/
/*.kiharu_ma-1_banner {display: none;}*/

/*赤文字*/
.font-red {color: #ff0000;}

/*グレー文字*/
.font-999 {color: #999999;}

/*スマホのみ改行*/
@media (max-width: 768px) {.br::before {content: "\A";white-space: pre;}}/*改行したい箇所に<span class="br"></span>を入れる*/
/*pcのみ改行*/
@media (min-width: 768px) {.brpc::before {content: "\A";white-space: pre;}}/*改行したい箇所に<span class="brpc"></span>を入れる*/

/*スマホの文字を小さく80％*/
@media (max-width: 768px) {span.sp_small {font-size: 80%;}}

/*特設バナーに枠をつける*/
.fs-pt-column__image > img {border: solid 1px #ddd;}

/*特設バナー下段*/
.campaign_2retsu_lower {margin-top: -14px!important;}
@media (min-width: 768px) {.campaign_2retsu_lower {margin-top: 0px!important;}}

/*ネコポスデフォルト表記を非表示*/
#fs_anchor_nekopos .fs-c-documentColumn__content {display: none;}

/*商品詳細ページのリンクを太字色付き*/
.fs-p-productDescription a {color: #b79696;}

/*商品詳細ページの項目タイトルh4を設定*/
.fs-p-productDescription h4 {background:#bbb;padding: 5px 0 5px 10px; color:#fff; font-size: 130%; margin: 10px 0 5px;}

/*スマホの検索フォーム*/
@media (max-width: 768px){.fs-p-productSearch__form{padding: 10px 20px 50px; border-radius: 0 0 15px 15px; box-shadow: inset 0 0 10px 0 #ccc;}

.fs-p-productSearch :checked ~ .fs-p-productSearch__search {
  max-height: 70vh;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  border-radius: 0 0 15px 15px;
}
.fs-p-productSearch {width: 90%!important;padding: 0!important; border-radius: 0 0 15px 15px;}}

/*マイページのレビューを非表示*/
li.fs-c-accountService__page--accountReviews {
    display: none;
}

/*マイページ、会員ページのランキング見出しをセンター寄せに指定*/
.fs-body-my-top h2.top {text-align: center!important;margin: 20px auto;}
.fs-body-register-success h2.top {text-align: center!important;margin: 20px auto;}

/*マイページ退会手続きの高さを調整*/
.fs-c-accountService__page--accountDelete {height: 50px;}

/*マイページへのテキストリンク変更*/
a.fs-c-button--myPageTop.fs-c-button--plain {display: block;text-align: center;color: #fff;background-color: #bbb;padding: 5px 3px;border-radius: 15px;margin: 50px auto 0;width: 50%;}

/*マイページアイコンを3列に（スマホ）*/
@media screen and (max-width: 390px) {.fs-c-accountService__page {flex-basis: 115px; height: 115px;}
.fs-c-accountService__page--couponList {flex-basis: 100%!important;}
li.fs-c-accountService__page.fs-c-accountService__page--accountDelete {flex-basis: 100%!important;}}

/*マイページお気に入りアイコンに色をつける*/
li.fs-c-accountService__page.fs-c-accountService__page--wishList.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {color: #C98696;}

/*お気に入りへ　テキストリンク変更*/
a.fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink  {display: block;text-align: center;color: #fff;background-color: #bbb;padding: 5px 3px;border-radius: 15px;margin: 0 auto 50px;width: 50%;}

/*お気に入りに入っている商品見出し*/
.tit_favo {
    background-color: #bbb;
    color: #fff;
    text-align: center;
    padding: 5px 5px 2px;
    margin-top: 50px;
    font-size: 1.8rem;
}
/*お気に入りに入っている商品見出し（システムパーツ内）*/
h2.fs-c-wishlistProduct__title {
    background-color: #bbb;
    color: #fff;
    text-align: center;
    padding: 5px 5px 2px;
    margin-top: 50px;
    font-size: 1.8rem;
}

/*マイページのお気に入り一覧非表示*/
#fs_MyPageTop .fs-l-additionalProduct--wishlist {display: none;}

/* ==================================
 お気に入りページ ここから
================================== */
#fs_MyWishList .fs-c-productList__list .fs-c-productName__variation {
  font-size: 0.8em;
  margin-top: 5px;
  border: solid 1px #666;
  text-align: center;
  padding-top: 2px;
}/*マイページのバリエーション名枠で囲む*/

#fs_MyWishList .fs-c-productList__list .fs-c-productName__copy {display: none;}/*マイページのキャッチコピー非表示*/

#fs_MyWishList .fs-c-productList__list .fs-c-productMarks {display: none;}/*マイページのタグ非表示*/
/* ==================================
 お気に入りページ ここまで
================================== */



/*サイズチャート設定*/
.sizechart {width: 50%;margin: 15px auto;}
@media (max-width: 768px){.sizechart {width: 100%;margin: 0 auto 15px;}}

/*スタッフ着用コメント*/
.staff-comment {border-bottom: solid #ccc 1px;margin: 10px 0;}
.staff-comment h4 {padding: 5px;background-color: #999;margin: 15px 0;display: block;text-align: center;color: #fff;font-size: 110%;}
.staff-comment section {padding: 10px;margin: 15px 0;}
.staff-comment section:nth-child(odd) {background-color: #e5e5e566;}
.staff-comment h5 {font-weight: bold;margin: 0;font-size: 100%;}
.staff-comment p.staff-info {margin: 5px 0;padding: 0 0 5px 0;border-bottom: dashed #ccc 1px;color: #555;font-size: 90%;letter-spacing: 0.1em;}


/*価格の（税込）小さく*/
.fs-c-productPrice__addon, .fs-c-productPrice__main__addon {
  font-size: 0.8rem;
}
/*商品一覧の「定価」非表示*/
.fs-c-productList .fs-c-productPrice__main__label {display:none;}
.fs-c-productList .fs-c-productPrice--member .fs-c-productPrice__main__label {display:block;font-size: 1rem;}/*会員特別価格は表示*/

/*通常価格とSALE価格を横並びに表示する（221227会員価格設定時に設定）*/
.fs-c-productPrice--listed {align-items: baseline;float: left;letter-spacing: 0.1em;}
.cart-box .fs-c-productPrice--listed {margin: 10px 3px 0 0;}

/*[会員価格]のテキストを赤字に*/
.fs-c-productPrice--member .fs-c-productPrice__main__label, .fs-c-productPrice--member .fs-c-price__currencyMark, .fs-c-productPrice--member .fs-c-price__value, .fs-c-productPrice--member .fs-c-productPrice__addon{color: #d37a7a;font-weight:bold;}

/*割引価格の¥の前に[SALE]を入れる*/
/*.fs-c-productPrice--selling .fs-c-price__currencyMark::before {content:"SALE";}*/
/*.fs-c-productPrice--listed + .fs-c-productPrice--selling > .fs-c-productPrice__main > .fs-c-price:before,
.fs-c-productPrice--listed + .fs-c-productPrice--preorder > .fs-c-productPrice__main > .fs-c-price:before {
  content:'SALE';
}*/

/*割引価格に色を付ける(不採用)*/
/*.fs-c-productPrice--selling, .fs-c-productPrice--selling .fs-c-price__currencyMark, .fs-c-productPrice--selling .fs-c-price__value {color: #d37a7a;}*/

/*割引価格に色を付ける(採用)*/
.fs-c-productPrice--listed + .fs-c-productPrice--selling > .fs-c-productPrice__main > .fs-c-price,
.fs-c-productPrice--listed + .fs-c-productPrice--preorder > .fs-c-productPrice__main > .fs-c-price {
    color: #d37a7a;
}

/*カート内会員価格案内→会員登録誘導テキスト*/
.attention-sale-text {text-align: center;margin: 15px 0;border: solid 5px #cc0000;padding: 10px 0;}
.attention-sale-text p{padding:0;margin: 0;}
.attention-sale-text a{color: #cc0000;font-weight: bold;}

/*カートページ「買い物を続ける」ボタンを中央揃え*/
.fs-c-continueShopping {text-align: center; margin-bottom: 30px;}

/*カートページ「一定金額以上で送料無料告知」調整*/
/*.freeshipping_text h2 {background-color: #444444!important;}保留*/
.fs-p-linkButton {padding: 6px 5px 2px;letter-spacing: 0.1px;}
@media (min-width: 768px) {.fs-p-linkButton {padding: 8px 15px 5px; line-height: 1em;font-size: 120%;}}

/*カートへ戻るボタン*/
a.cart_anchor {color: #333;text-decoration: none;display: block;width: 40%;margin: 0 auto;text-align: center;padding: 8px 0 4px;border: solid 1px #333;}
@media (min-width: 768px) {a.cart_anchor {width: 20%;}}

/*カート内ステップ表示*/
.cartstep {width: 90%;margin: 30px auto 50px;}
@media only screen and (min-width: 750px) {.cartstep {width: 25%;margin: 80px auto 30px;}}

/*カートページ購入ボタン改修*/
#fs-checkout-payHere-container .fs-c-button__label::after {
    content: "クレジット・代金引換・コンビニ後払い";
    display: block;
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: normal;
    margin-top: 10px;}
#fs-checkout-payHere-container .fs-c-button--primary {
  background: url(https://isook.itembox.design/item/src/images/cart/cart_arrow_w.png) no-repeat 97% center #333;
  background-size: 10px 20px;
  width: 100%;
  padding: 1em 1.6em;
}/*会員登録済のお客様矢印*/
#fs-checkout-payHere-container .fs-c-button--secondary {
  background: url(https://isook.itembox.design/item/src/images/cart/cart_arrow_w.png) no-repeat 97% center #999;
  background-size: 10px 20px;
  width: 100%;
  padding: 1em 1.6em;
}/*はじめてのお客様矢印*/

/*カート内お気に入りアイテム*/
#fs_ShoppingCart .fs-c-wishlistProduct .fs-c-productMarks,#fs_ShoppingCart .fs-c-productListItem__prices {display:none;}/*商品マークと価格を非表示*/

/*カートコンテンツ表示エリアに背景色*/
.fs-body-cart .fs-l-cart__contentsArea {padding: 12px;background-color: #f1f1f1;border: solid 1px #999;}


/*商品詳細ページコーディネートアイテム*/
.coordinate-box {margin-bottom: 30px;border-bottom: dotted 1px #ccc;padding-bottom: 30px;}
.coordinate-box h2.top {text-align: center;font-size: 2.0rem;margin: 30px 0;padding: 5px;background-color: #b1b1b1;color: #fff;}

/*商品詳細ページのインスタライブボタン*/
.instalive-btn a {display: block;/*background: linear-gradient(#f3c3b4,#b79696);*/background-color: #dbbcbc;margin: 20px 0;padding: 5px;text-align: center;width: 23%;color: #ffffff;border-radius: 5px;font-weight:normal;font-size:110%;letter-spacing:0.1px;}
.instalive-btn a:visited{color: #ffffff;}
@media screen and (max-width: 768px) {.instalive-btn a {width: 70%;}}

/*SALEメニューテキスト赤字*/
li.posh_sale {color: #cc0000!important;}

/*HIT ITEM、BRANDCONCEPTメニューはスマホトップページメインのみ配置*/
.fs-l-sideArea li.isook_hititem {display:none;}/*PCは非表示*/
@media (max-width: 768px) {
.fs-l-sideArea li.isook_hititem {display:block;font-size: 120%;}/*スマホは表示*/
.fs-l-pageMain .fs-pt_menu__item--selector {display:none;}/*スマホトップメインのSELECTORは非表示*/
.fs-l-pageMain li.isook_brand {display: none;}/*スマホトップメインのBRANDCONCEPTは非表示*/
.fs-l-pageMain li.isook_original {display: none;}/*スマホトップメインのORIGINALは非表示*/
}

/*スマホトップページメニュー*/
.fs-l-pageMain .drwar-menu li a {text-align: center;}
/*.fs-l-pageMain .drwar-menu li.isook_allitem a:before {content: "●"; line-height:2em;}テスト*/

/*スマホハンバーガーメニュー*/
@media only screen and (max-width: 600px) {
aside li.fs-pt_menu__item--tops:before {
    display:block;
    background-color:#c5c5c5;
    height:30px;
    content:"CATEGORY";
    color:#fff;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 5px 0 3px 6%;
    border-bottom: double 3px #fff;
}/*TOPSメニューの前にCATEGORY表記させる*/

aside  li.isook_brand:before {
    display:block;
    background-color:#c5c5c5;
    height:30px;
    content:"OTHER";
    color:#fff;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 5px 0 3px 6%;
    border-bottom: double 3px #fff;
}/*BRANDCONCEPTメニューの前にOTHER表記させる*/

aside  li.isook_new:before {
    display:block;
    background-color:#c5c5c5;
    height:30px;
    content:"FEATURE";
    color:#fff;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 5px 0 3px 6%;
    border-bottom: double 3px #fff;
}/*NEWARRIVALメニューの前にFEATURE表記させる*/
}

aside.fs-p-drawer.fs-l-sideArea {
 overflow-x: hidden;
 overflow-y: scroll; -webkit-overflow-scrolling: touch
}/*画面のブレ補正*/

li.isook_sale{color:#c98696;}/*SALEテキスト色*/


/*SELECTORアイコン（スマホ用）*/
.scroll_item {
  /*overflow-x: scroll; 4つまでは解除*/
  -webkit-overflow-scrolling: touch;
  /*padding: 0 0 12px 8px;5つ目から採用*/
  padding: 0;/*4つまではこちらを採用*/
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  list-style-type: none;
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
.scroll_item {flex-wrap: wrap;width: 95%;margin: 0 auto;}}

.scroll_item img {
  /*border-radius: 42px;丸くトリミングするならコチラを採用*/
  height: 84px;
  width: 84px;
}

.scroll_item a{
	text-decoration: none;
}

.scroll_item .b_name{
	line-height: 1.4em;
	margin-top: 5px;
    font-size: 1.5rem;
}

/* 画面幅が768px以上の場合、横スクロールを解除 */
@media screen and (min-width: 768px) {
  .scroll_item {
    overflow-x: inherit;
    padding: 0 8px 6px; } }
@media screen and (max-width: 768px) {
.scroll_item > li {/*width: 100%;*//*justify-content使用のためコメントアウトしています*//* width:33%; */min-width: 90px;width: calc(33.333% - 5px);}}

.scroll_item > li {
/*width: 100%;*//*justify-content使用のためコメントアウトしています*/
	width:25%;
  	min-width: 90px; }

@media screen and (min-width: 768px) {
  .scroll_item > li {
    min-width: inherit; } }

/*.scroll_item > li:not(:last-child) {
  margin-right: 5px; }
*/
.scroll_item > li:last-child {
  padding-right: 5px; }

@media screen and (min-width: 768px) {
  .scroll_item > li:last-child {
    padding-right: 0; } }

.scroll_item img {
  vertical-align: bottom; }

/*SELECTORアイコン（PC用）*/
@media(min-width:768px){
.scroll_item img {padding: 0 15px;width: 100%;height: auto;}
.scroll_item .b_name{line-height: 1.4em;font-size: 1.8rem;}
.scroll_item {width: 80%;margin: 0 auto;}
}

/*SELECTORページトップバナー*/
.selector_banner {margin: -30px 0 30px;}/*h1との隙間を狭く*/

/*商品グループ表示*/
.fs-c-subgroupList__link {border: 1px solid #ffffff;}
.fs-c-subgroupList__item {flex-basis: 50%;}
.fs-body-category-clearance .fs-c-subgroup, .fs-body-category-selector .fs-c-subgroup {display: none;}/*SALEページ、SELECTORページには非表示*/
.fs-c-subgroup .fs-c-listControl {display: none;}/*fs-c-listControl非表示*/
.fs-c-subgroup {margin: -20px 0 50px;}

/*商品グループ下部ボタン*/
.group_btn a {background-color: #e9e9e9;color: #333;width: 250px;display: block;text-align: center;line-height: 30px;margin: -30px auto 80px;border: solid 1px #333;font-size: 16px;padding: 5px 5px 3px;}

/*商品グループ下部ボタン（商品一覧をみる）*/
.moreitem_btn a {background-color: #e9e9e9;color: #333;width: 250px;display: block;text-align: center;line-height: 30px;margin: 50px auto 30px;border: solid 1px #333;font-size: 16px;padding: 5px 5px 3px;}

/*CLEARANCEカテゴリボタン（限定価格一覧）*/
.clearance_moreitem_btn {
    display: flex;
}

.clearance_moreitem_btn a {
    background-color: #b77878;
    color: #ffffff;
    display: block;
    text-align: center;
    margin: 10px 5px 30px;
    font-size: 1.2rem;
    padding: 5px 5px 3px;
    border-radius: 100px;
    box-shadow: 2px 3px 0px 0px #7d5e5e;
    width: 300px;
    line-height: 2.2rem;
}

@media only screen and (min-width: 750px) {
    .clearance_moreitem_btn {
        width:80%;
        margin: 0 auto;
    }

    .clearance_moreitem_btn a {
        width: 500px;
        margin: 20px;
        font-size: 1.5em;
        padding: 15px 5px;
        box-shadow: 3px 4px 0px 0px #7d5e5e;
    }
}

/*商品グループトップにランキング*/
.rank_flick {text-align: center; margin: 0 auto 50px; max-width: 1216px;border-bottom: double #ccc;color:}
h2.rank_flick_tit {border-bottom: double #ccc;color: #333;text-align: left;font-size: 120%;padding: 0 5px 0 25px;margin: 10px 0;position: relative;}
h2.rank_flick_tit::before {content:url(https://isook.itembox.design/item/src/crown.svg);transform: scale(0.035);display: inline-block;vertical-align: middle;position: absolute;left: -244px;top: -252px;}
@media only screen and (min-width: 750px) {h2.rank_flick_tit {border-bottom: double #ccc;color: #333;text-align: left;font-size: 120%;padding: 0 5px 0 25px;margin: 20px 0 10px;}}
.fs-body-search #fs-recommend--flick {border-bottom: double #ccc;}/*商品検索結果一覧ページの下線表示用*/

/*商品グループトップランキングのPCでのサムネサイズ不具合調整*/
@media screen and (min-width:750px) {.rank_flick .fr2-listItem.rcmd-slick-slide {width: 232px!important;}}

/*商品についてのお問い合わせテキストリンク（商品詳細ページ）*/
.fs-c-inquiryAboutProduct.fs-c-buttonContainer {align-items: center;justify-content: center;padding: 8px 0 6px;text-align: center;margin: 0;}
.fs-c-inquiryAboutProduct button.fs-c-button--plain {background: transparent;border: 1px solid transparent;border-radius: 0px;color: #737373;cursor: pointer;display: inline-block;text-decoration: none;padding: 0 8px;border-left: solid 1px #999;border-right: solid 1px #999;text-decoration: underline;margin: 5px 0;}

/*サイズガイドテキストリンク*/
.sizeguide_link {text-align: right;}
.sizeguide_link p {margin: -8px 0 0;}
.sizeguide_link a {text-decoration: underline;!important}.sizeguide_link a:hover {text-decoration: underline;!important}

/*サイズガイドボタンリンク*/
.sizeguide-btn a {display: block;background-color: #dbdbdb;padding: 5px;text-align: center;width: 40%;color: #333333;border-radius: 5px;font-weight:normal;font-size:110%;letter-spacing:0.1px;margin: 5px auto;}
.sizeguide-btn a:visited{color: #333333;}
.sizeguide-btn p {margin: 5px 0 0;}
@media screen and (max-width: 768px) {.sizeguide-btn a {width: 70%;}}

/*サイズガイドページ*/
.f_sizeguide .guide {margin-top: -30px;text-align: center;}/*メニューの上部つめる*/
.f_sizeguide p {text-align: center;}/*テキストは中央揃え*/
.f_sizeguide .fs-c-documentArticle {padding: 0;}/*余白削除*/
.f_sizeguide h2.fs-c-documentArticle__heading {margin:15px 0;}/*h2余白調整*/
.f_sizeguide .fs-c-documentArticle__heading {font-size: 1.8rem;}/*h2テキスト大きく*/

/*ページトップへ*/
.fs-p-footerPageTop__link{width: 38px; height: 38px;}
a.fs-p-footerPageTop__link {opacity:70%; border-radius: 10%;margin-bottom: 10px;background-size: 10px;display: block;font-size: 8px;color: #fff;text-align: center;line-height: 1.8em;padding: 6px;}
a:hover.fs-p-footerPageTop__link {color: #fff;}
@media only screen and (min-width: 750px) {.fs-p-footerPageTop__link{width: 50px; height: 50px;} a.fs-p-footerPageTop__link {font-size: 13px; line-height: 1.5em; padding: 7px;}}

/*トップページSELECTOR見出し設定*/
h2.oftop {margin-top: 40px!important;}


/*バンドルマーク*/
.fs-c-mark {padding: 3px 2px 1px;}/*マーク内padding調整*/

/*タイマー表示設定時のチラ見え防止*/
.view_timer {display:none;}

/*ショッピングを続けるボタン調整*/
.fs-c-continueShopping { width: 100%;margin: 0 auto 30px;}
a.fs-c-button--continueShopping {width: 100%;}
.fs-c-continueShopping span.fs-c-button__label {font-size:120%;}
a.fs-c-button--continueShopping.fs-c-button--standard {
  background: url(https://isook.itembox.design/item/src/images/cart/cart_arrow_bk.png) no-repeat 95% center #f1f1f1;
  background-size: 10px 20px;
  width: 100%;
  padding: 15px 0 13px;
}

/*最近チェックした商品*/
h2.viewed_items {background-color: #ddd; color: #333;text-align: center;font-size: 120%;padding: 5px 0 3px;margin: 50px 0 10px;}
/*h2.viewed_items {border-bottom: double #ccc;color: #333;text-align: center;font-size: 120%;padding: 0 5px;margin: 50px 0 10px;}*/
h3.fr2-listItem__productName {font-size: 12px;}
@media only screen and (min-width: 750px) {h2.viewed_items {text-align: left;font-size: 130%;padding: 5px 0 3px 5px;margin: 50px 0 10px;border-left: 4px solid #333;}}

/*この商品を見た方におすすめ
h2.people_viewed {font-size: 110%;text-align:center;background-color:#ccc;padding:5px 0 3px;margin:50px 0 0;}.fs-l-product div#_rcmdjp_display_3 {border: solid 1px #ccc;padding: 20px 0 0;}
@media only screen and (min-width: 750px) {h2.people_viewed {font-size: 140%;text-align:center;background-color:#ccc;padding:8px 0 3px;margin:50px 0 0;}.fs-l-product div#_rcmdjp_display_3 {border: solid 1px #ccc;padding: 30px 0;}}*/

/*NO IMAGE 背景*/
.fs-c-noImage {background: #bbb;}

/*アンカーリンクの少し上に移動（ヘッダーで隠れる分）*/
a.anchor {display: block;padding-top: 80px;margin-top: -80px;}

/*商品詳細上部バナー2列*/
.product_top_banner2 {display: flex;text-align: center;margin: 0 auto 10px;max-width: 1232px;}

/*特設バナー不具合一時的に回避（231012）*/
.subbanner3 {width: 100%!important;}

/*送料無料テキスト*/
.freeshipping_txt {background-color: #8b8b8b;width: 100%;margin: 0 auto;text-align: center;padding: 3px 0 1px;color: #ffffff;letter-spacing:0.1em;font-size:95%;}
@media only screen and (min-width: 750px) {.freeshipping_txt {max-width: 1200px;margin-top: 0;font-size: 130%;}}

/*ランキングページタブ調整*/
.freepage .tab_content {padding: 0;}
.freepage .tab_item{width:calc(100%/6);font-size:1.1rem;}
@media only screen and (min-width: 750px) {.freepage .tab_item{font-size:1.6rem;}}

/*240113クーポン表示設定*/
/*.mark_coupon1000 {display:none;}*/

/*SELECTOR紹介文*/
.selector_info {margin: 0 auto 30px; text-align: center; border-top: double #d9a2a2; border-bottom: double #d9a2a2; width:100%;}
.selector_info p {margin: 15px 0 0;font-family: "Sawarabi Gothic", sans-serif; /*font-family: "Zen Kaku Gothic Antique", sans-serif;*/ font-weight: 400; font-style: normal; font-size:80%;}
@media (min-width: 768px) {.selector_info {margin: 0 auto 80px; width:60%;}.selector_info img {width:80%; margin-bottom: 10px;}.selector_info p {margin: 30px 0 10px; font-size: 110%; line-height: 1.8em;}}

/*最下部バナーgroup見出し*/
h2.recommend_banner_group {text-align: center; font-size: 1.5em; font-weight: bold; color: #fff; max-width: 1216px; margin: 50px auto 20px; background-color: #c7c7c7; padding: 6px 0 4px; letter-spacing: 0.1em;}

/*AmazonPayボタン設定*/
/*@media screen and (max-width: 768px) {div#fs-checkout-amazon-container {width: 58%;margin: 0 auto;}}*/
/*カートページAmazon購入ボタン改修*/
.fs-c-cartPayment p, .fs-c-payWithAmazon p {font-size: 90%;line-height: 1em;}/*テキストサイズ変更*/

/*お客様情報入力画面（カートページから新規購入）*/
  label#fs_label_birthday:before {
    content: "";
    background: url(https://isook.itembox.design/item/src/images/cart/bnr_birthdaycoupon_info.png?1) no-repeat left center / 334px 50px;
    top: -20px;
    width: 100%;
    padding: 25px;
    margin-bottom: 15px;
  }

  label#fs_label_birthday {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

/*お客様情報入力画面　会員登録にチェックを入れていなくても会員特典画像を表示*/
#fs_CustomerDetails #fs_registrationCheckedMessage {
  display: none !important;
}
#fs_CustomerDetails #fs_registrationUncheckedMessage {
  display: block !important;
}
.fs-c-agreementConfirmationArea__message {
  display: none;/*「お客様情報を使用して会員登録されるには、パスワードを入力してください。」のテキストを非表示*/
}

/*会員規約と個人情報保護方針のリンクに下線*/
.fs-c-checkbox__labelText a {text-decoration: underline;}


/*スムーススクロール*/
html { scroll-behavior: smooth;}

/*スタッフ着用画像*/
.staff_height {margin: 15px 0;}
@media only screen and (min-width: 750px) {.staff_height {margin: 15px auto; width:80%;}}
.staff_height_link a {display: block;background-color: #b79696;color: #fff;width: 250px;border-radius: 5px;padding: 5px 0 4px;text-align: center;margin: 5px 0 20px;}

/*会員登録はこちらからボタン*/
.register_btn a {display: block; width: 240px; margin: 15px auto; text-align: center; background-color: #444444; color: #fff; padding: 10px 0 8px;}

/*前のページに戻るボタン*/
.btn_return {display: contents;}
.btn_return a {background-color: #e9e9e9;color: #333;width: 250px;display: block;text-align: center;line-height: 30px;margin: 50px auto 80px;border: solid 1px #333;font-size: 16px;padding: 5px 5px 3px;}

/*商品詳細上部バナー非表示（コラム）*/
.product_top_banner2 {display: none;}


/*会員ステージ等-------------------------------------------------*/

/* BRONZE会員価格を非表示*/
.fs-c-productPrice--stageUndetermined{display:none;}
.fs-c-productPrice--stage4{display:none;}

/*マイページの会員ステージ名を装飾*/
/*.fs-p-accountInfo__accountRank {padding: 2px 5px 0;background-color: #b79696;margin: 0 0 10px;color: #fff;}*/

/*商品ページポイント進呈部分下に余白追加*/
.fs-c-productPointDisplay {margin-bottom: 10px;}

/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }

/*スマホのポイント表示に帯*/
@media screen and (max-width: 600px) {
  .fs-c-cartTable__dataCell--point { background-color: #fff; padding: 0 5px 0;
  }}

/*　会員登録画面のメルマガ購読可否を変更するCSS　*/
#fs_Register label[for=fs_input_newsletter-01]  .fs-c-radio__radioLabelText,
#fs_Register label[for=fs_input_newsletter-02] .fs-c-radio__radioLabelText{
    font-size: 0;
}
label[for=fs_input_newsletter-01] .fs-c-radio__radioLabelText:before {
    content: 'メルマガを購読して初回購入後にクーポンをゲット🎁';
    font-size: 14px;
}
label[for=fs_input_newsletter-02] .fs-c-radio__radioLabelText:before {
    content: 'メルマガを購読しない';
    font-size: 14px;
}

/*カート内利用可能ポイントテキスト*/
p.mypoint-txt {font-size: 120%; font-weight: bold;}



/*詳細検索内カテゴリメニュー*/
.search_category {
  /*overflow-x: scroll; 4つまでは解除*/
  -webkit-overflow-scrolling: touch;
  /*padding: 0 0 12px 8px;5つ目から採用*/
  padding: 0;/*4つまではこちらを採用*/
  display: -ms-flexbox;
  display: flex;
  justify-content: left;
  list-style-type: none;
  font-size: 10px;
  text-align: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
.search_category {flex-wrap: wrap;width: 100%;margin: 0 auto;}}

.search_category img {
  /*border-radius: 42px;丸くトリミングするならコチラを採用*/
  height: 84px;
  width: 84px;
}

.search_category a{
	display: block;
	border: solid 1px #999;
	margin: 5px;
	border-radius: 30px;
	background-color: #fff;
	padding: 0 10px;
}

.search_category .b_name{
	line-height: 1.4em;
	margin-top: 5px;
    font-size: 1.5rem;
}

/*ORIGINALページに掲載するレクチャー動画*/
.lecture_video {width: 60%;margin: 20px auto;}

/*トップページカルーセルのドット修正*/
.fs-c-slick .slick-dots li {height: 15px; width: 15px;}
.fs-c-slick .slick-dots li button:before { font-size: 15px; line-height: 10px; color: #666; opacity: 1;}
.fs-c-slick .slick-dots li.slick-active button:before {color: #c98696; opacity: 1;}/*アクティブなドットに色付け*/
.fs-body-top .fs-c-slick .slick-dots {padding: 10px 0 15px; position: unset;}
.fs-body-top .slick-dotted.slick-slider{ margin-bottom: 0;}/*slickの下marginを0に*/

/*トップページカルーセル、商品ページ画像の左右矢印をカスタマイズ*/
.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {height: 30px; width: 30px; background: rgb(30 30 30 / 15%); border-radius: 45px;}
.fs-c-slick .slick-prev:before,
.fs-c-slick .slick-next:before {font-size: 30px;}



/*商品ページ画像カルーセル下のmarginを削除（トップページカルーセルのドット表示のために開いていたmargin）*/
#fs_ProductDetails .slick-dotted.slick-slider{margin-bottom: 0;}

/*スマホトップメインページカテゴリメニューを3列に*/
@media (max-width: 768px){.fs-l-main .drwar-menu li {width: 33.333%!important; padding: 3px;}}

/*商品詳細ページFAIRテキスト*/
.fair_lead {border-top: double 3px #b12929;border-bottom: double 3px #b12929;padding: 0 0 10px;margin-bottom: 30px;}
.fair_lead h2 {margin: 10px 0;font-weight: bold;color: #b12929;}
.fair_price { font-size: 110%;margin: 20px 0;}
.fair_price p {font-weight:bold;margin: 0;}
.fair_price .price {font-size:150%;color: #b12929;}
.other_item {border: solid 3px #b79696;padding: 10px;border-radius: 10px;margin: 30px 0 40px;}
@media(min-width:751px){ .fair_lead {width: 70%;} .other_item {width: 40%;}}




/*ヘッダーテキストカルーセル*/
.header_txt_carousel {
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 100%;
    color: #333;
    background-color: #dddddd;
    padding: 5px;
    position: fixed;
    top: 0;
    z-index: 100;
    height: 30px;
}

.header_txt_carousel ul {
    padding: 0!important;
    margin: 0!important;
}
.header_txt_carousel a {
    color: #333;
}


.header_txt_carousel .slick-next{right: 0;}
@media only screen and (min-width: 750px) {.header_txt_carousel .slick-next{right: 20%;}}
.header_txt_carousel .slick-prev{left: 0;display: none!important;}
@media only screen and (min-width: 750px) {.header_txt_carousel .slick-prev{left: 20%;}}
.header_txt_carousel .slick-prev:before{
    content: "<";
  font-size:16px;
  line-height:0.1em;
color:#333;
}
.header_txt_carousel .slick-next:before{
    content: ">";
    font-size:16px;
  line-height:0.1em;
color:#333;
}

/*再入荷ページ設定*/
.restock {margin-bottom: 20px; padding: 20px 0;border-top: solid 1px #000;border-bottom: solid 1px #000;}
.restock h2 { text-align: center; margin: 0;}
.restock p { text-align: center; margin: 5px 0 0;}
.restock-recommend { margin-bottom: 60px;}

/*おすすめ順幅*/
@media (max-width: 600px) {.fs-c-sortItems__list__item__label {  padding: 5px;}}

/*----------共通項目----------*/

/*余白指定*/
.padding10 {padding: 0 10px;}
.padding20 {padding: 0 20px;}





/* ==================================
 商品検索ページ カラー
================================== */
.fs-p-productSearch .color .fs-c-checkboxGroup {
  gap: 29px;
}

/* カラーを設定
-------------------------------------*/
.fs-p-productSearch .color label {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* 商品検索フォームのカラーアイコン ＆ 一覧商品のカラーチップ をここでまとめて設定 */
.fs-c-productMark .mark_color {
  border-radius: 50px;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 5px 0 0;
  border: none;
}

.fs-c-productMark .colorMark__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  flex-basis: 100%; /* 1行分のスペースを確保 */
}

.fs-p-productSearch .color label.color_white,
.fs-c-productMark .mark_white {
  background: #fff;
  border: 1px solid #aaa;
}
.fs-p-productSearch .color label.color_ivory,
.fs-c-productMark .mark_ivory {
  background: #f3ecd8;
  border: 1px solid #aaa;
}
.fs-p-productSearch .color label.color_black,
.fs-c-productMark .mark_black {
  background:#000 ;
}
.fs-p-productSearch .color label.color_gray,
.fs-c-productMark .mark_gray {
  background:#666 ;
}
.fs-p-productSearch .color label.color_lightgray,
.fs-c-productMark .mark_lightgray {
  background:#aaa ;
}
.fs-p-productSearch .color label.color_brown,
.fs-c-productMark .mark_brown {
  background:#7b4414 ;
}
.fs-p-productSearch .color label.bcolor_beige,
.fs-c-productMark .mark_beige {
  background:#d9bb9c ;
}
.fs-p-productSearch .color label.color_green,
.fs-c-productMark .mark_green {
  background:#558948;
}
.fs-p-productSearch .color label.color_blue,
.fs-c-productMark .mark_blue {
  background:#4366a7;
}
.fs-p-productSearch .color label.color_lightblue,
.fs-c-productMark .mark_lightblue {
  background:#add8e6 ;
}
.fs-p-productSearch .color label.color_yellow,
.fs-c-productMark .mark_yellow {
  background:#ebd953 ;
}
.fs-p-productSearch .color label.color_pink,
.fs-c-productMark .mark_pink {
  background:#eb87a3 ;
}
.fs-p-productSearch .color label.color_red,
.fs-c-productMark .mark_red {
  background:#d1484a ;
}
.fs-p-productSearch .color label.color_orange,
.fs-c-productMark .mark_orange {
  background:#ef8030 ;
}
.fs-p-productSearch .color label.color_silver,
.fs-c-productMark .mark_silver {
  background-image: linear-gradient(45deg, #eaeaea, #8a8a8a);
}
.fs-p-productSearch .color label.color_gold,
.fs-c-productMark .mark_gold {
  background-image: linear-gradient(45deg, #f9f0d2, #bb9a36);
}
.fs-p-productSearch .color label.color_stripe,
.fs-c-productMark .mark_stripe {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 1px, rgb(120 120 120) 1px, rgb(218 218 218) 3px );
  border: 1px solid #aaa;
}

/* /カラーを設定ここまで
-------------------------------------*/

/*商品詳細ページのカラーチップは非表示*/
/* 一覧用カラーチップ非表示 */
.fs-l-productLayout .mark_color {
  display: none;
}


/* ==============================================================================

 商品検索ここから↓↓

============================================================================== */

/* ==================================
 商品検索 全体
================================== */
.fs-p-productSearch {
  width: 100%;
  border: none;
  padding: 15px;
}

.fs-p-productSearch :checked ~ .fs-p-productSearch__search {
  max-height: 100%;
}

.fs-p-productSearch__field {
  display: block;
}

.fs-p-productSearch :checked ~ .fs-p-productSearch__search .fs-p-productSearch__form {
  padding: 40px 90px;
  margin-top: 20px;
}

.fs-p-productSearch .searchInner {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 20px 80px;
}

@media screen and (max-width:768px){
  .fs-p-productSearch .searchInner {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
  .fs-p-productSearch :checked ~ .fs-p-productSearch__search .fs-p-productSearch__form {
    padding: 20px;
  }
  .fs-p-productSearch .fs-c-radioGroup, .fs-c-checkboxGroup {
    flex-direction: unset;
  }
}


/* 入力欄
-------------------------------------*/
.fs-p-productSearch input[type=text] {
  min-height: 40px;
  border: none;
  border-radius: 2px;
}

/* プルダウン
-------------------------------------*/
.fs-p-productSearch select {
  border: none;
  min-height: 40px;
  padding: 10px 20px;
}

.fs-p-productSearch .category .fs-c-inputTable__dataCell {
  position: relative;
}

.fs-p-productSearch .category .fs-c-inputTable__dataCell::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

/* チェックボックスの調整
-------------------------------------*/
.fs-p-productSearch .color input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  background: none;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.fs-p-productSearch .color input[type=checkbox]:checked::before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: '';
}

.fs-p-productSearch .color label.color_white input[type=checkbox]:checked::before,
.fs-p-productSearch .color label.color_yellow input[type=checkbox]:checked::before {
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}

@media screen and (max-width:768px){
  .fs-p-productSearch .color .fs-c-checkboxGroup {
    gap: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .fs-p-productSearch .color label {
    flex-basis: auto;
  }
}

/* ==================================
 商品検索 販売タイプ・商品タイプ
================================== */
.fs-p-productSearch .sellType input[type=checkbox],
.fs-p-productSearch .itemType input[type=checkbox] {
  display: none;
}

.fs-p-productSearch .sellType label,
.fs-p-productSearch .itemType label {
  background: #d5d5d5;
  padding: 15px 25px;
  border-radius: 2px;
  text-align: center;
  transition: all 300ms ease-out 0ms;
}

.fs-p-productSearch .sellType label:has(input:checked),
.fs-p-productSearch .itemType label:has(input:checked) {
  background: #000;
  color: #Fff;
}

@media screen and (max-width:768px){
  .fs-p-productSearch .sellType label,
  .fs-p-productSearch .itemType label {
    padding: 15px 5px;
  }
}

/* ==================================
 商品検索ページ 予約商品
================================== */
.fs-p-productSearch .reservation input[type=checkbox] {
  position: relative;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  vertical-align: -8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  margin-right: 10px;
  transition: all 300ms ease-out 0ms;
}

.fs-p-productSearch .reservation input[type=checkbox]:checked {
  background: #000;
}

.fs-p-productSearch .reservation input[type=checkbox]:checked::before {
  position: absolute;
  top: 4px;
  left: 9px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: '';
}

/* ==================================
 商品検検索ページ 在庫なし商品
================================== */
.fs-p-productSearch .stock input[type=radio] {
  position: relative;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  vertical-align: -8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  margin-right: 10px;
  transition: all 300ms ease-out 0ms;
}

.fs-p-productSearch .stock input[type=radio]:checked {
  background: #000;
}

.fs-p-productSearch .stock input[type=radio]:checked::before {
  position: absolute;
  top: 4px;
  left: 9px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: '';
}

/* ==================================
 商品検索ページ 検索ボタン
================================== */
.fs-p-productSearch .fs-c-button--secondary {
  background: #000;
  color: #fff;
  width: 40%;
  margin: 40px 0;
}

.fs-p-productSearch .fs-p-productSearch__searchButton::before {
  left: 38%;
}

@media screen and (max-width:768px){
  .fs-p-productSearch .fs-c-button--secondary {
    width: 100%;
  }
}

/* ==================================
 商品検索ページ 詳細検索を開く＆閉じるボタン
================================== */
.fs-p-productSearch .fs-p-productSearch__formSwitch {
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  min-width: 200px;
  text-align: center;
}

.fs-p-productSearch .fs-p-productSearch__formOpen {
  position: relative;
}

.fs-p-productSearch .fs-p-productSearch__formOpen::before {
  content: "";
  position: absolute;
  background: url(https://heilis.itembox.design/item//img/common/icon_search.svg) no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  top: 50%;
  left: -15px;
  transform: translateY(-50%) translateX(-50%);
  filter: invert(99%) sepia(0%) saturate(7500%) hue-rotate(320deg) brightness(107%) contrast(100%);
}

.fs-p-productSearch :checked + .fs-p-productSearch__formSwitch .fs-p-productSearch__formClose {
  position: relative;
  display: inline-block;
}

.fs-p-productSearch :checked + .fs-p-productSearch__formSwitch .fs-p-productSearch__formClose::before {
  content: "×";
  position: absolute;
  top: 50%;
  left: -15px;
  font-size: 2rem;
  font-weight: 100;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
}

@media screen and (max-width:768px){
  .fs-p-productSearch {
    display: block;
  }
  .fs-p-productSearch .fs-p-productSearch__formSwitch {
    text-align: center;
    display: block;
    min-width: 100%;
  }
}

/* ==============================================================================

 商品検索ここまで↑↑

============================================================================== */


/*まとめ買いバンドルアイコン*/
.mark_matomegai {
    border-radius: 0px;
    padding: 4px 3px 1px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #cc0000;
    background: #cc000014;
    border: 1px solid #cc0000;
    font-size: 1rem;
}