@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap');

/* CSS Document */
body {
  font-family: "Montserrat", "Zen Kaku Gothic New", 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', sans-serif;
}

a {
    color: #3c3c3c;
    text-decoration: none;
}
a:hover {
    color: #3c3c3c;
    text-decoration: none;
}
img {
margin: auto;
vertical-align: top;
}

/*hタグ非表示にする際に使用*/
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    white-space: nowrap;
}
/* --------------------------------------------------------------------
    オリジナルCSSから挿入ここから
---------------------------------------------------------------------*/
/*フォント指定*/
body {
  font-family: "Montserrat", "Zen Kaku Gothic New", 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', sans-serif;
  font-weight: 400;
}


/*ページの余白（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_MyPageTop .fs-l-main {
    display: block;
}

/*マイページ退会手続きの高さを調整*/
.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: #e4ddd7;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は非表示*/
}

/*スマホハンバーガーメニュー*/
@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テキスト色*/

/* TOP レコメンド タイトル
-------------------------------------*/
.top_itemWrapper {
    margin-top: 110px;
}
@media only screen and (max-width: 768px) {
  .top_itemWrapper {
    margin-top: 60px;
}
}
/* TOP レコメンド タイトル
-------------------------------------*/
.top_itemWrapper .menuTitle {
  display: none;
}

/* TOP MOREボタン
-------------------------------------*/
a.more {
  background-color: #ded8cc;
  color: #000;
  width: 350px;
  display: block;
  text-align: center;
  line-height: 30px;
  margin: 30px auto;
  border: solid 1px #333;
  font-size: 14px;
  border-radius: 50px;
  padding: 8px 0;
}

@media only screen and (max-width: 768px) {
  a.more {
    width: 60%;
  }
}

/* TOP MOREボタン 幅大き目 */
a.more.topBtn_wide {
  width: 500px;
  margin: 60px auto 30px;
}
@media only screen and (max-width: 768px) {
  a.more.topBtn_wide {
    width: 80%;
    margin: 40px auto 30px;
  }
}

/* TOP カテゴリ（SPのみ）
-------------------------------------*/
.top_sp_categoryMenu {display: none;}

@media only screen and (max-width: 768px) {
  .top_sp_categoryMenu {
    display: flex;
    gap: 4px;
    width: 90%;
    padding: 0;
    margin: 20px auto 30px;
  }

  .top_sp_categoryMenu > li {
    flex: 0 0 calc((100% - 3 * 4px) / 4);
  }

  .top_sp_categoryMenu > li a {
    display: block;
    background-color: #ded8cc;
    color: #000;
    text-align: center;
    font-size: 0.8rem;
    border-radius: 50px;
    padding: 8px 0;
    margin: 0;
  }
}

/* TOP 横長バナーエリア
-------------------------------------*/
.wideBnr__area {
    width: 90%;
    margin: 20px auto 0;
}

.wideBnr__area > div {
    box-shadow: 3px 3px 10px -5px #777777;
    border-radius: 0px;
    margin: 8px 0;
}
@media only screen and (max-width: 768px) {
  .wideBnr__area {
      margin: 10px auto 0;
  }
}

/* TOP HINA
-------------------------------------*/
.top_hina__contents {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* TOP SELECTOR
-------------------------------------*/
/*SELECTORアイコン*/
.top_selector__items {
  display: flex;
  justify-content: center;
  gap: 3%;
  width: 50%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.top_selector__items > li {/*使用したい列を一番下にする*/
  flex: 0 0 calc((100% - 2 * 3%) / 3);/*3列の場合*/
  flex: 0 0 calc((100% - 4 * 3%) / 5);/*5列の場合*/
  flex: 0 0 calc((100% - 3 * 3%) / 4);/*4列の場合*/
}

.top_selector__items li .b_name {
  text-align: center;
  margin-top: 5px;
}

.top_selector__items > li img {
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .top_selector__items {
    width: 90%;
  }
}

/* TOP ニューアライバル
-------------------------------------*/
.top_newItem__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    list-style: none;
    padding: 0;
    width: 90%;
    margin: 0 auto;
}

.top_newItem__list > li {
    flex: 0 0 calc((100% - 2 * 20px) / 3);
}

.top_newItem__list > li a {
    transition: .2s;
}

.top_newItem__list > li a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
.top_newItem__list {
    gap: 40px 10px;
}
  .top_newItem__list > li {
    flex: 0 0 calc((100% - 1 * 10px) / 2);
  }
}

/* トップページ カテゴリー
-------------------------------------*/
.top_category__contents .category-list {
  max-width: 1094px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.top_category__contents .category-row {
  display: grid;
  grid-template-columns: 56% 43%; /* 各行でバラバラに変えてOK */
  gap: 8px;
  height: 170px; /* お好みで */
}
.top_category__contents .category-row:nth-child(2) {
  grid-template-columns: 42% 57%; /* 2行目だけ違う比率にする例 */
}
.top_category__contents .category-row:nth-child(3) {
  grid-template-columns: 62% 37%; /* 3行目だけ違う比率にする例 */
}
.top_category__contents .category-row:nth-child(4) {
  grid-template-columns: 48% 51%; /* 4行目だけ違う比率にする例 */
}
.top_category__contents .category-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  transition: .2s;
}
.top_category__contents .category-item:hover {
  opacity: 0.8;
}
.top_category__contents .category-item span {
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .top_category__contents .category-list {
    padding: 0 4%;
    gap: 8px;
  }
  .top_category__contents .category-row {
    gap: 8px 4px;
    height: 90px;
  }
  .top_category__contents .category-item span {
    font-size: 1.6rem;
  }
}



/* トップページ ランキング
-------------------------------------*/
.top_ranking__contents .tab-buttons {
  display: flex;
  justify-content: space-between;
  gap: 4px;;
  margin-bottom: 16px;
}
.top_ranking__contents .tab-btn {
  background: #ded8cc;
  border: none;
  padding: 16px;
  cursor: pointer;
  font-weight: 400;
  color: #b0aca1;
  width: 100%;
}
.top_ranking__contents .tab-btn.active {
  background: #b0aca1;
  color: #fff;
}
.top_ranking__contents .tab-content {
  display: none;
}
.top_ranking__contents .tab-content.active {
  display: block;
}
.top_ranking__contents ul.ranking {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
}
.top_ranking__contents ul.ranking li {
  flex-basis: calc((100% - 32px) / 3);/* gap: 16px × 2（間が2つ） */
  position: relative;
}
.top_ranking__contents ul.ranking li .item_num {
  color: #fff;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.top_ranking__contents figure.thumbnail {
  margin: 0;
}
@media only screen and (max-width: 750px) {
.top_ranking__contents .tab-buttons {
  gap: 2px;
}
.top_ranking__contents .tab-btn {
  padding: 16px 4px;
  font-size: 10px;
}
.top_ranking__contents ul.ranking {
  padding: 0 15px;
  gap: 8px;
}
.top_ranking__contents ul.ranking li {
  flex-basis: calc((100% - 8px) / 2); /* gap: 4px × 1（間が1つ） */
}
.top_ranking__contents ul.ranking li .item_num {
  top: -5px;
  left: -5px;
}
}

/* トップページ レコメンドバナー
-------------------------------------*/
.top_recommend__slider {
  margin: 0 0 5px 5px;
}
.top_recommend__slider .slick-slide {
  width: 200px !important;
  margin-right: 5px;
}
.top_recommend__slider .slick-slide img {
  width: 100%;
  border: solid 1px #ddd;
}
.top_recommend__slider .fs-pt-carousel__slide__caption {
  position: inherit;
  width: 200px;
  color: #000;
  background-color: inherit;
  padding: 2px;
  font-size: 90%;
  line-height: 1.5rem;
}
.top_recommend__slider .fs-c-slick .slick-prev,.top_recommend__slider .fs-c-slick .slick-next {
  top: 40%!important;
}
@media screen and (min-width:750px) {
  .top_recommend__slider {
    margin: 20px auto 0;
    max-width: 1216px;
  }
  .top_recommend__slider .slick-slide {
    width: 280px !important;
    margin-right: 10px;
  }
  .top_recommend__slider .slick-slide img {
    width: 100%;
    border: none;
  }
  .top_recommend__slider .fs-pt-carousel__slide__caption {
    width: 280px;
    padding: 5px;
  }
}

/*カルーセル前後矢印指定*/
.fs-c-slick .slick-prev,
.fs-c-slick .slick-next {background: rgb(255 255 255 / 50%);}

.fs-c-slick .slick-prev:before,
.fs-c-slick .slick-next:before { color: #000000;}


/*SELECTORページトップバナー*/
.selector_banner {margin: 10px 0 30px;}

/*商品グループ表示*/
.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-melantine .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: #e4ddd7;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: #e4ddd7;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: #e4ddd7;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; background-color: #000;}
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: #e4ddd7; 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 #e4ddd7;}}

/*この商品を見た方におすすめ
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: 500; color: #fff; max-width: 1216px; margin: 50px auto 20px; background-color: #ded8cc; padding: 6px 0 4px; letter-spacing: 0.1em;}
@media only screen and (max-width: 768px) {
  h2.recommend_banner_group {text-align: center; font-size: 1.1em;}
}

/*最下部バナーgroup*/
.fs-body-category .recommendBnr_area , #fs_MyPageTop .recommendBnr_area ,.fs-body-search .recommendBnr_area {
  max-width: 1216px;
  margin: 0 auto;
}
.recommendBnr.fs-pt-column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 768px) {
.recommendBnr.fs-pt-column {
  grid-template-columns: 1fr 1fr;
}
}

/*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://reurie.itembox.design/item/LP_image/birthday_info.png) 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: #999;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: #ded8cc;color: #fff;width: 250px;display: block;text-align: center;line-height: 30px;margin: 50px auto 80px;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-body-my-top .fs-p-accountInfo {background: #e4ddd7;}
/*.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: #fff; opacity: 1;}
.fs-c-slick .slick-dots li.slick-active button:before {color: #b0aca1; 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: #ded8cc;
    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 {
  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%;
  }
}

/* ==============================================================================

 商品検索ここまで↑↑

============================================================================== */

/* --------------------------------------------------------------------
    オリジナルCSSから挿入ここまで
---------------------------------------------------------------------*/

.fs-l-header {
    position: fixed;
    z-index: 100;
    background-color: #fff;
	top: 30px;
}
.fs-l-page {
  overflow: hidden;
	margin-top: -34px;
}
@media only screen and (max-width: 768px) {
.fs-l-page {
	margin-top: 83px;
}
}
.fs-l-header__contents > * {
    margin: auto;
}
.ico {
	width: 40px;
}
.sns {
	width: 60px;
}
.fs-p-drawer {
    padding-bottom: 0;
}
.fs-p-drawerButton {
	padding: 0;
	margin-left: 10px;
}
.fs-p-productSearch {
    display: block!important;
	border-bottom: none!important;
}
.fs-p-productSearch__formSwitch {
    background: none;
    position: absolute;
    width: 40px;
    top: -37px;
}
.fs-l-header {
    padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	background-color: #fff;/*header背景色を白に*/
}
.fs-p-productSearch {
    padding: 8px 8px 0;
}
.fs-p-scrollingCartButton {
    top: 6px;
    z-index: 0;
    width: 30px;
    right: 10px;
    margin: 0;
}
.fs-p-scrollingCartButton__button {
    background: none;
    margin-right: 5px;
}
.fs-p-scrollingCartButton__button {
	padding: 0;
}
.fs-p-drawer__buttonContainer {
    display: none;
}
.fs-p-productSearch {
   padding: 8px 8px 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
	border-bottom: none!important;
}
.banner {
}

/*SNSアイコンにLINE追加 2022114追記*/
.fs-pt-menu a:hover {
  color: #666666;
  opacity: 0.7;
}
.footer-item .sns-link {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    display: flex;
    justify-content: center;
}
.footer-item .sns-link li {
    list-style: none;
    margin: 0;
    padding: 5px;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
.footer-item .sns-link a {
    display: block;
    /* text-align: center;*/
    padding: 5px;
}
@media only screen and (max-width: 750px) {
.sns-link {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    display: flex;
    justify-content: flex-start;
}
.sns-link li {
    list-style: none;
    margin: 0;
    padding: 10px 0 30px;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
.sns-link a {
    display: block;
    /* text-align: center;*/
    padding: 5px;
}
}
/*SNSアイコンにLINE追加 2022114追記ここまで*/

/*.sns-link, .sns-link li {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
.sns-link a {
    display: block;
    padding: 20px;
}20221014LINEアイコン追加のため非表示*/
.sns-link img {
    width: 30px;
}
.acount, .bt-mm, .item-box, .subbanner, .subbanner3, .subbanner2 {
    display: flex;
    flex-flow: row wrap;
	margin-top: 20px;
	/*margin-top: 60px;*/
}
.subbanner2 {
	margin: 0 auto;
	max-width:1216px;
}
@media only screen and (max-width: 750px) {
.acount, .bt-mm {
    display: flex;
    flex-flow: row wrap;
	margin-top: 0;
}}/*20200819追記*/

	.subbanner a, .subbanner div {
    width: 50%;
}
	.subbanner2 a, .subbanner2 div {
    width: 25%;
}

@media only screen and (max-width: 750px) {
.subbanner2 a:nth-child(odd){padding:4px 2px 0 0;}/*20240209追記*/
.subbanner2 a:nth-child(even){padding:4px 0 0 2px;}/*20240209追記*/
.subbanner2 a, .subbanner div {width: 50%;}
}

	.subbanner3 a, .subbanner3 div {
    width: 33.333%;
}
h2.top {
    text-align: center;
	font-size: 2.0rem;
	margin: 50px 5px 30px;
}
.news-box {
    width: 100%;
    height: 60px;
    overflow-y: auto;
	margin-top: 40px;
}
.news-box::-webkit-scrollbar:vertical {
    background: #333;
    width: 2px;
}
.news-box::-webkit-scrollbar-thumb:vertical {
    background: #000;
    width: 4px;
}
.news-box li {
    line-height: 30px;
    text-align: center;
}
.news-box li a {
    color: #000;
}
.news-box li span {
    padding: 0 20px;
}
.item-box {
    text-align: center;
}
.item-box h2 {
    margin-block-start: 5px;
    margin-block-end: 5px;
	line-height: 0.8;
}
.item-box div {
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
	text-align: left;
}
.item-box a {
    color: #3c3c3c;
    text-decoration: none;
	font-size: 1.4rem;
}
.item-box p {
	color: #3c3c3c;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-weight: normal!important;
}
h2.top.new {
	margin-top: 30px;
}
h2.history {
    text-align: center;
}
#ranking div, #item2 div {
	width: 50%;
}
/*#ranking div:nth-of-type(n+3)3位以下3列, */#item3 div {
	width: 33.3333333%;
}
#ranking div:after {
	content: '';
	width: 46px;
	height: 35px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	
}
#ranking div:nth-of-type(n+3):after {
	width: 36px;
	height: 25px;
}
#ranking div:first-of-type:after {
	background-image: url(/item/src/no1.svg);
}
#ranking div:nth-of-type(2):after {
	background-image: url(/item/src/no2.svg);
}
#ranking div:nth-of-type(3):after {
	background-image: url(/item/src/no3.svg);
}
#ranking div:nth-of-type(4):after {
	background-image: url(/item/src/no4.svg);
}
#ranking div:nth-of-type(5):after {
	background-image: url(/item/src/no5.svg);
}
#ranking div:nth-of-type(6):after {
	background-image: url(/item/src/no6.svg);
}
#ranking div:nth-of-type(7):after {
	background-image: url(/item/src/no7.svg);
}
#ranking div:nth-of-type(8):after {
	background-image: url(/item/src/no8.svg);
}
span.tax {
    font-size: 0.6em;
    padding-left: 5px;
}
.mark, .mark li {
    list-style: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
	-webkit-padding-start: 0;
}
.mark li {
    display: inline-block;
    margin: 5px 0;
}
.mark li span {
    display: block;
    color: #fff;
    font-size: 0.8em;
    padding: 4px;
    line-height: 1em;
}
.mark .new {
	background-color: #fff;
	border: solid 1px #3c3c3c;
}
.mark li.new span {
	color: #3c3c3c!important;
	padding: 3px;
}
.mark .re {
	background-color: #c93037;
}
.mark .pre {
	background-color: #000;
}
.footer-item h2 {
    margin-block-start: 0;
    margin-block-end: 0;
	/*background-color: #000;*/
	background-color: rgb(116 102 97 / 1);
	padding-top: 10px;
}
.footer-item {
    /*background-color: #000;*/
    background-color: #ded8cc;
    color: #fff;
    padding-top: 20px;
}
.footer-item.sns-link a {
    padding: 30px;
}
.fs-p-footerCopyright {
    /*background-color: #000;*/
    background-color: #ded8cc;
    padding: 4px 0 30px;/*copyrightスマホの下がかぶるの解消*/
}
.fs-c-productListItem__image__image {
    text-align: center;
    margin: auto;
}
.fs-p-productDescription + img, img + .fs-p-card {
    margin-top: 30px;
}
.fs-p-announcement {
    text-align: center;
}

.fs-p-announcement h2 {
    background-color: #bbb;
    color: #fff;
    padding: 5px 5px 2px;
}/*カートページの案内部分のh2を目立たせる*/

.fs-c-specTable, .fs-c-specTable__headerCell, .fs-c-specTable__dataCell {
    margin: auto;
}
.acount div {
    /*width: 33%;3列*/
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}
.fs-p-drawer__loginLogout__logout, .fs-p-drawer__loginLogout__login, .acount div a {
    text-align: center;
    display: block;
    /*background-color: #e1aaac;*/
    background-color: #dbdbdb;
    /*color: #000;*/
    color: #fff;
    line-height: 40px!important;
    height: 40px!important;
    border: none;
    border-radius: 0;
}
.drawer-title {
    width: 100%;
   /* text-align: center;*/
    background-color: #cacaca;
	padding: 0 8px;
	box-sizing: content-box;
	margin-left: -8px;
	line-height: 50px;
}
.fs-c-heading--page {
	border: none;
	color: #000;
    font-size: 24px;
	margin: 0 0 24px;
    padding: 0.5em 0;
}
.fs-l-pageMain {
    margin: auto;/*コンテンツの左右にmarginなし*/
	/*margin: 0 10px;コンテンツの左右にmargin10px*/
}
#fs_Top .fs-l-main {
	padding: 0!important;
}
.pre-oder {
    padding: 50px 20px 0;
    text-align: center;
}
.pre-oder a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}
.cart-box {
    padding: 20px;
    background-color: #ded8ca;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #000;
    font-weight: bold;
    padding: 0;
}
.fs-c-productNumber {
    color: #666;
    font-size: 10px;
    margin: 10px 0;
}
.fs-c-variationList__item {
        /*display: flex;*/
    flex-flow: row wrap;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
}
.fs-c-variationList__item__title {
    /*width: 30%;*/
    background: none;
    /*line-height: 80px;*/
    /*text-align: left;*/
    text-align: center;
    padding-left: 10px;
	font-weight: bold;
}

.fs-c-variationList__item__body {
    /*width: 70%;*/
	width: 100%;/*230713変更*/
    margin: 0;
    padding-right: 0;
	line-height: 60px;
}/*sp*/
@media only screen and (min-width: 750px){
.fs-c-variationList__item__body {line-height: 90px;}}/*pc*/

span.fs-c-variationCart__variationName__name {
    line-height: 1;
}
/*.fs-c-variationCart__wishlist,お気に入りボタンは表示させる*/ .fs-c-variationAndActions__variationLabel.fs-c-variationLabel {
    display: none;
}
.fs-c-variationCart > li {
   /* -ms-grid-columns: 1fr 140px;
    grid-template-columns: 1fr 140px; お気に入り追加ボタン掲載のために変更*/
}
.fs-c-variationCart {
    padding: 0!important;
}
.footer-item .logo {
    margin: 30px auto 0;
    text-align: center;
}
.footer-item .logo:after {
    /*content: 'ポッシュアロマ';ロゴ下のルビ非表示*/
    display: block;
}
.footer-item .sns-link a {
	padding: 30px 0 20px;
	/*padding: 40px 0 30px;初期設定*/
	text-align: center;
}
span.fs-c-variationCart__variationName__stock.fs-c-variationCart__variationName__stock--outOfStock {
    display: none;
}
button.fs-c-button--addToWishList--detail.fs-c-button--particular span {
    font-size: 9px;
}
h2.fs-p-announcement__title + h2.fs-p-announcement__title {
    margin-top: 30px;
}
.footer-menu li a {
    /*text-align: center!important;*/
    display: block;
}
a.fs-p-footerPageTop__link {
    /*background: none;*/
    /*border: solid 1px #eee;デフォルトの指定を非表示*/
    /*border-radius: 50%;デフォルトの指定を非表示*/
    /*margin-bottom: 10px;*/
    /*background-image: url(/item/src/arrow.svg)!important;*/
    /*background-size: 10px;*/
    /*display: block;*/
    /*font-size: 0;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*transform: rotate(90deg);*/
}
.fs-p-footerPageTop__link:before {
	content:''!important;
}
.fs-l-footer {
	border: none;
}
.fr2-productList--col2 {
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
@media(min-width: 1200px) {
	body {
    margin-top: 160px!important;
}
	.fs-l-sideArea {
    min-width: 100vw!important;
		overflow: initial!important;
}
	.banner, aside h2, .bt-mm, .drwar-utility, .footer-item h2:first-of-type, .footer-item .drwar-menu {
    display: none;
}
	header.fs-l-header {
    /*height: 160px;*/
    height: 130px;/*240203修正*/
}
	main aside {
    display: none;
}
	.logo {
    /*padding-top: 20px;*/
	padding-top: 15px;
}
	.fs-p-drawer {
    top: 0!important;
    background: none;
}
	.acount {
    width: 400px;
    position: absolute;
	top: -43px;/*230617修正*/
    /*top: -83px;*/
    right: 70px;
}
	.drwar-menu {
		position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 53px;
    margin: auto;
    text-align: center;
	}
	.drwar-menu li {
    display: inline-block;
    padding: 0 20px;
}
	.fs-p-productSearch {
    /*top: 151px!important;*/
    top: 122px!important;/*240203修正*/
}
	.fs-p-productSearch__formSwitch {
    right: 10px;
	/*top: -70px!important;*/
    top: -44px!important;/*240203修正*/
}
	.footer-menu li {
    display: inline-block;
    padding: 10px;
}
	.footer-menu {
    margin: auto;
    text-align: center;
}
}
@media(max-width: 1199px) {
	.item-box div {
	padding: 3px;
}
	.fs-p-productSearch__formSwitch {
    left: 60px;
}
	.drwar-menu, .footer-menu {
    display: flex;
    flex-flow: row wrap;
}
	.drawer-title.cat {
		/*background-color: #000;*/
		background-color: #ccc;
		color: #fff;
		margin-block-end: 0;
	}
	.drawer-title.info {
    background-color: #ded8cc;
    padding-top: 20px;
}
	.bt-mm div {
    width: 50%;
    padding: 10px;
    text-align: center;
}
	.bt-mm div a {
    display: block;
    color: #666;
    border: solid 1px #cacaca;
	line-height: 40px;
}
	aside .drwar-menu {
		padding: 0;
		margin: 30px -8px 0;
	}
	aside .drwar-menu li {
    border-bottom: solid 1px #cacaca;
    padding: 0 8px;
    box-sizing: content-box;
    width: 100%;
	line-height: 30px;
    font-size: 16px;
}
	aside .drwar-menu li:last-of-type {
		border: none;
	}
	aside .drwar-menu li a {
		border: none;
	}
	.drwar-utility {
    /*background-color: #000;*/
    background-color: #dbdbdb;
    width: 100%;
    padding: 0 8px;
    box-sizing: content-box;
    margin-left: -8px;
    margin-top: -17px;
    color: #fff;
}
	.footer-menu li {
    width: 100%;
    line-height: 40px;
    font-size: 16px;
}
	.fs-l-main {
    margin-top: 0;
}
	.footer-item .drwar-menu li {
    padding: /*5px */2px;
}
	.footer-item .drwar-menu li:nth-child(odd) {
    border-right:solid 1px #fff;
	
}
/*左メニューの右側に線を追加*/
.footer-item .drwar-menu li a {
    border: none;
   /* font-size: 18px;*/
	font-size: 16px;
}
	.footer-item h2.info, .footer-item h2.info + nav {
   /* display: none;*/
    text-align: center;
    padding: 0 10px;
}

	.fr2-productList--col2 {
    grid-gap: 5px!important;
}
	.fr2-listItem {
		padding: 0!important;
		margin-bottom: 10px;
}
	h2.fr2-listItem__productName, .fr2-listItem__productPrice.fr2-price {
		padding: 0 10px!important;
		font-size: 12px;
		color: #666;
		font-weight: 300 !important;
		/*font-family:'Noto Sans JP', sans-serif;*/
	}
	.fs-pt-column {
    /*padding: 0 5px;特設バナー余白あり（初期設定）*/
    padding: 0;/*特設バナー余白無しに*/
    margin: 0 calc(50% - 50vw);/*特設バナー画面いっぱいに広げる*/
    width: 100vw;/*特設バナー画面いっぱいに広げる*/
	margin-top: 15px;
	margin-bottom: 15px;
}
	.fs-pt-column__item {
    /*padding: 3px;特設バナー個々の余白あり（初期設定）*/
	padding: 5px;/*特設バナー個々の余白を無し*/
}
}
@media screen and (min-width: 768px) {
.fs-l-header__contents {
	    -ms-grid-columns: 4em 1fr 4em;
    grid-template-columns: 4em 1fr 4em;
}
	.fr2-productList--col2 {
		-ms-grid-columns: 1fr 1fr 1fr!important;
    grid-template-columns: 1fr 1fr 1fr!important;
	}
	.fr2-productList--col2 article.fr2-listItem {
		    -ms-grid-column: initial!important;
    grid-column: initial!important;
    -ms-grid-row: initial!important;
    grid-row: initial!important;
	}
}
@media screen and (max-width: 768px) {
.fs-c-variationList__item__title {
    width: 100%;
    text-align: center;
	/*line-height: 40px;
    font-size: 16px;*/
	line-height: 20px;
    font-size: 14px;
}
.fs-c-variationList__item__body {
    width: 90%;
    margin: auto;
}
}
@media(min-width: 601px) {
.logo img {
    max-height: 30px;
}
	.fs-p-productSearch {
    top: 50px;/*250203更新（元は56px）*/
}
	div#fs_p_scrollingCartButton .ico {
    width: 30px;
}
	.fs-p-drawerButton--close .ico {
    padding: 8px;
}
	body {
    margin-top: 65px;
}
	.fs-p-drawer {
		top: 65px
	}
	.drwar-menu li {
    font-size: 16px;
	color: #000;
}
}
@media(max-width: 600px) {
body {
    margin-top: 55px;
}
	.fs-p-drawer {
		/*top: 52px;*/
        top: 79px;/*250226修正*/
        width: 95%;/*250203追加*/
        box-shadow: 0px 20px 5px #b2b2b2;
	}
	.fs-l-header__contents > * {
    padding: 0;
}
	.ico {
    width: 30px;
		padding-top: 5px;
}
	.logo img {
	max-height: 25px;
}
	.fs-p-productSearch {
    top: 46px;
}
	.footer-menu li {
    font-size: 13px;
}
	#fs_p_scrollingCartButton .ico {
    width: 26px;
    padding-top: 2px;
}
	.drwar-menu li {
    font-size: 12px;/*230315変更*/
	/*font-size: 14px;*/
	letter-spacing: 0.1px;/*230315変更*/
	/*letter-spacing: 0.4px;*/
	/*letter-spacing: 1.5px;*/
}
	.footer-item .drwar-menu li {
    width: 50%;
}
/*スマホカテゴリメニューアイコン設定　230315設定*/
li.fs-pt-menu__item img.ico {width: 1.5em;padding: 0;margin: auto;float: right;}
}
/*.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    height: 20px;
    width: 20px;
    background: none;
    background-image: url(/item/src/arrow.svg);
    background-repeat: no-repeat;
	-webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.fs-c-slick .slick-next {
	transform: translate(0, -100%)rotate(180deg);
}
.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
    content: none;
}スライダー矢印カスタマイズ一時非表示*/
div#lookbook {
    text-align: center;
	max-width: 960px;
}
div#lookbook div {
    padding: 0 50px 50px;
}
#lookbook a {
    display: block;
}
#lookbook div img {
    margin: auto;
}
div#_rcmdjp_display_1 > h2, div#_rcmdjp_display_2 > h2 {
    display: none;
}
.fs-c-productMark__mark {
    border-radius: 0;
}
.fs-body-product .fs-c-productCarouselMainImage__thumbnail__img::outside, .fs-body-product .fs-c-slick .slick-slide img::outside {
    display: block;
    color: #333;
    font-size: 9px;
}
.fs-body-product .fs-c-productCarouselMainImage__thumbnail__img::outside::after, .fs-body-product .fs-c-slick .slick-slide img::outside::after {
    content: attr(alt);
}
.fs-c-variationList__item .fs-c-variationList__item__image, .fs-c-variationList__item .fs-c-variationCart__image {
    display: none;
}
.top-banner .slick-slide {
	opacity: 0.5;
	-webkit-transition: 1s liner;
-moz-transition: 1s liner;
-o-transition: 1s liner;
transition: 1s;
}
@media(min-width: 601px) {
.top-banner .slick-slide {
	width: 100%;
	max-width: 600px;
}
	.top-banner .slick-slide img {
	max-width: 600px;
	width: 100%;
}
}
@media(max-width: 600px) {
.top-banner .slick-slide {opacity: 1;}
}
.top-banner .slick-slide.slick-current {
	opacity: 1;
}
@keyframes show {
	to {
		width: 100%;
	}
 }

@-webkit-keyframes show {
    to {
		width: 100%;
	}
}
.top-banner .slick-dots li.slick-active:hover {
	animation-play-state: paused;
}
/*.top-banner .slick-dots li button {
	display: none;
}ドットナビゲーション復活のために非表示*/


/*スタッフスタイリング*/
#staffstyling ul	{
	margin:auto;
	padding: 0px;
	list-style: none;
	width:100%!important;
	display: table;
	}

#staffstyling li	{
	float: left;
	padding-right: 5px;
	width: 25%;
	text-align:center;
	display: table-cell;
	text-align:right;
}

@media only screen and (max-width: 750px) {
#staffstyling li	{
	float: left;
	padding: 0px;
	width: 50%;
	text-align:center;
	display: table-cell;
	text-align:right;
}}

#staffstyling ul li .txt_box {
    margin-top: 10px;
    overflow: hidden;
	padding: 0 10px;
}
#staffstyling ul li .txt_box .profile {
    width: 45%;
    float: left;
}
#staffstyling ul li .txt_box .profile img {
    width: auto;
    /*height: 100%;*/
}
#staffstyling ul li .txt_box .profile {
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    
}
#staffstyling ul li .txt_box .right {
    float: right;
    width: 55%;
}
#staffstyling ul li .txt_box .name {
    /* color: #96928d; */
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}
}
#staffstyling ul li .txt_box .label {
    font-size: 12px;
    margin-bottom: 10px;
    color: #333;
    line-height: 1;
}

@media only screen and (max-width: 750px) {
	#staffstyling li:nth-child(odd){
	padding-right:5px;}
	#staffstyling li:nth-child(even){
	padding-left:5px;
}}
#staffstyling .rank	{
	position:relative;}
#staffstyling .rankimg	{
	position:absolute;
	right:0px;
	bottom:6px;
	width:50px;}
	
	
/*ノベルティフェア 20191203追記*/
#no11{position: relative;}
#no11 .btn {position: absolute; right: 60px; bottom:70px; } 
@supports (-ms-ime-align: auto) {#no11 .btn {position: absolute; right: 60px; bottom:-720px; }}
@media all and (-ms-high-contrast: none){#no11 .btn {position: absolute; right: 60px; bottom:-720px; } }
#no11 .btn:hover {opacity: 0.7; } 
@media screen and (max-width: 1024px) and (orientation: portrait){
#no11 .btn {width: 50%; position: absolute; right: 3%; bottom:6%; } }
@media only screen and (max-width: 750px) {
#no11 .btn {width: 50%; position: absolute; right: 3%; bottom:6%; } }


/*ニュース*/
.fs-p-dateList > li time:first-child {
  /*background: #646464;*/
  background:#fff!important;
  color: #3c3c3c!important;
  line-height: 1.2;
  padding: 2px 4px 1.6px;
}

/*素材画像*/
.material{width:600px;margin: 0 auto;}
@media only screen and (max-width: 750px) {
.material{width:100%;}}
.material img{vertical-align: top;}

.sampleImages{width:900px;margin: 0 auto;}
@media only screen and (max-width: 750px) {
.sampleImages{width:100%;}}


/*並び順カラー変更*/
.fs-c-sortItems__list__item.is-active {
  background: #6b6b6b;
  color: #ffffff;
}

/*チェックボックスとラジオボタンカラー変更*/
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #6b6b6b;
  border-color: #6b6b6b;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
  border-color: #6b6b6b;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
  background: #6b6b6b;
}


/*PCメインコンテンツ幅修正*/
.fs-l-pageMain{max-width:1216px!important;}

/*レコメンド2デフォルトタイトル非表示*/
.fs-p-heading--lv2{display:none;}

/*トップページランキングに番号*/
.rank .fr2-listItem {
    position: relative;
}
.rank .fr2-listItem:before {
      counter-increment: count-number;
      content: counters(count-number,".") " ";
      color: #fff;
      border: 1px #fff solid;
      height: 20px;
      width: 23px;
      display: block;
      float: left;
      text-align: center;
      vertical-align: middle;
      margin: 3px 12px 0 0;
      padding: 1px 1px 3px 0px;
      position:absolute;
      top:5px;
      left:8px;
      font-size: 17px;
}

/*PCの順位ナンバー調整*/
@media(min-width: 756px) {
.rank .fr2-listItem:before {
      top: 10px;
      left: 14px;
}}

body{counter-reset:count-number;}



/*最新情報の左右にmargin*/
.fs-pt-list {
  padding: 30px 5px 0!important;
}

/*@media(min-width: 1200px) {
.header_txt {
    position: absolute!important;
    top: 129px!important;
	z-index: 101;
}}250203 headerテキストリンクのPCレイアウト修正*/

/*パンくず*/
.fs-c-breadcrumb__list{
padding:  0 5px!important;
}
/*パンくずリストの2番目以降を非表示*/
.fs-c-breadcrumb__list--subgroup:nth-of-type(n+2) {
    display: none;
}

/*ディレクター（SELECTOR）スライダー*/
.director_slide {
    margin: 15px 0 0 0;
}
.director_slide figure.fs-pt-carousel__slide {
    padding: 0 1px;/*画像同士の隙間*/
}
.director_slide figure .fs-pt-carousel__slide__caption {
	background-color:#fff0;
	color:#333;
	font-size:14px;
	padding:0;
    text-align:center;
}/*スライダーのキャプションの仕様変更*/

/*PC用SELECTORアイコン表示*/
.selector_flex{display: flex;width: 80%;margin: 0 auto;}
.selector_flex .item {
	position:relative;
	}
.selector_flex p {
	font-size:16px;
	position:absolute;
	bottom:-10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}/*pを下部左右中央に配置*/
@media only screen and (max-width: 750px) {.selector_flex {display: none;}}/*スマホで非表示*/

/*スマホ用SELECTOR 4カラム表示*/
.selector_col4{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.selector_col4:after,
.selector_col4:before{
  content:"";
  display:block;
  width: 23%;
  height:0;
}
.selector_col4:before{
  order:1;
}
.selector_col4 .item{
  width: 23%;
  height: 100px;
  margin-bottom: 10px;
  position: relative;
}
.selector_col4 p {
	font-size:14px;
	position:absolute;
	bottom:-15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}/*pを下部左右中央に配置*/
@media only screen and (min-width: 750px) {.selector_col4 {display: none;}}/*PCで非表示*/


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* ===================================================================================
	商品詳細ページ返品交換キャンセル（20200626追記）
=================================================================================== */
.sponly {display:none;}
.pconly {display:none;}
.rule summary {
  border-bottom:solid #000000 1px;
  font-size:100%;
  margin-bottom: 15px;
  padding-top: 10px;
  outline:none;
  cursor: pointer;
}
.rule2 summary {
  border-bottom:solid #000000 1px;
  font-size:100%;
  margin-bottom: 15px;
  padding-top: 10px;
  outline:none;
  cursor: pointer;
}
.rule3 summary {
  border-bottom:solid #000000 1px;
  font-size:100%;
  margin-bottom: 15px;
  padding-top: 10px;
  outline:none;
  cursor: pointer;
}
.rule4 summary {
  border-bottom:solid #000000 1px;
  font-size:100%;
  margin-bottom: 15px;
  padding-top: 10px;
  outline:none;
  cursor: pointer;
}
.rule details {
  margin: 15px 0;
  padding: 0;
  height: 10px;
  transition: .5s;
  text-align:left;
}

.rule2 details {
  margin: 15px 0;
  padding: 0;
  height: 10px;
  transition: .5s;
  text-align:left;
}
.rule3 details {
  margin: 15px 0;
  padding: 0;
  height: 10px;
  transition: .5s;
  text-align:left;
}
.rule4 details {
  margin: 15px 0;
  padding: 0;
  height: 10px;
  transition: .5s;
  text-align:left;
}

.rule details[open] {
  height: 500px;
}
.rule2 details[open] {
  height: 1000px;
}
.rule3 details[open] {
  height: 350px;
}
.rule4 details[open] {
  height: 150px;
}

@media (max-width: 768px) {
.sponly {display:block;}
.rule details[open] {
  height: 850px;
}
.rule2 details[open] {
  height: 1200px;
}
.rule3 details[open] {
  height: 500px;
}
.rule4 details[open] {
  height: 200px;
}}

/* ===================================================================================
	よくやる質問Q&A設定（20220204追記）
=================================================================================== */
.qa1 summary {
  border-bottom:solid #000000 1px;
  font-size:100%;
  margin-bottom: 15px;
  padding-top: 10px;
  outline:none;
}
.qa2 summary {
  border-bottom:solid #000000 1px;
  font-size:100%;
  margin-bottom: 15px;
  padding-top: 10px;
  outline:none;
}
.qa3 summary {
  border-bottom:solid #000000 1px;
  font-size:100%;
  margin-bottom: 15px;
  padding-top: 10px;
  outline:none;
}
.qa1 details {
  margin: 15px 0;
  padding: 0;
  height: 10px;
  transition: .5s;
  text-align:left;
}

.qa2 details {
  margin: 15px 0;
  padding: 0;
  height: 10px;
  transition: .5s;
  text-align:left;
}
.qa3 details {
  margin: 15px 0;
  padding: 0;
  height: 10px;
  transition: .5s;
  text-align:left;
}

.qa1 details[open] {
  height: 400px;
}
.qa2 details[open] {
  height: 800px;
}
.qa3 details[open] {
  height: 150px;
}

@media (max-width: 768px) {
.sponly {display:block;}
.qa1 details[open] {
  height: 650px;
}
.qa2 details[open] {
  height: 1080px;
}
.qa3 details[open] {
  height: 150px;
}}

/*QA入りcssここから------------------*/

.qa1 .h_2{
  font-size: 1.8rem;
  font-weight: 600;
  margin: 50px 0 30px;
  padding: .5em .3em;
  border-top: 2px solid #ede9e5;
  border-bottom: 2px solid #ede9e5;
  text-align: center;
}

.qa2 .h_2{
  font-size: 1.8rem;
  font-weight: 600;
  margin: 50px 0 30px;
  padding: .5em .3em;
  border-top: 2px solid #dceff3;
  border-bottom: 2px solid #dceff3;
  text-align: center;
}

.accordion {
  width: 100%;
}

/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.qa1 .accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  background: #ede9e5;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}
.qa2 .accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  background: #dceff3;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 10px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */


/* Q&A追加 */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -.6em;
  left: -1.3em;
}

.accordion_qa .Q::before {
  content: 'Q.';
}

.accordion_qa .A::before {
  content: 'A.';
}

.accordion_qa .accordion-open {
  padding-left: 2.5em;
}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 2.5em;
}
/* Q&A追加ここまで */


/* 中にいろいろ入れたいとき */
.accordion-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
}

.accordion-hidden:checked+.accordion-open+.accordion-box {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/*QA入りcssここまで*/
/*-------------------------------*/

/*ページTOPへ固定*/
/*.fs-p-footerPageTop {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1216px;
  z-index: 999;
}*/
/*ページTOPへ固定 250502チャネルトーク導入により変更*/
.fs-p-footerPageTop {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 12px 13px;
  z-index: 999;
  margin: 0 calc(50% - 50vw);
  max-width: 100%;
}

/*商品一覧*/
.fs-c-productListItem__productName {
  display: flex;
  flex-direction: column;
  font-size: 12px!important;
  margin: 8px 0;
  /*font-family:'Noto Sans JP', sans-serif;*/
}
h2.fr2-listItem__productName {
    /*font-family: 'Noto Sans JP';*/
    font-size: 12px!important;
}

/*商品一覧並び替え・ページャーパーツ*/
.fs-c-sortItems {
  display: flex;
  align-items: stretch;
  font-size: 1rem;
  letter-spacing:0.1em;
  margin:auto;}
  
/*トップスライダー下の半円*/
.curved-bg {
  margin-top: -103px;
  margin-bottom: 60px;
  width: 100%;
  height: 120px;
  background-color: #e7e1d6;
  clip-path: ellipse(55% 100% at 50% 0%);
  position: relative;
}
.curved-bg::after {
  content: "";
  width: 100%;
  height: 120px;
  background-color: #fdfaf4;
  position: absolute;
  top: -69px;
}
@media (max-width: 768px) {
  .curved-bg {
    margin-bottom: 20px;
  }
  .curved-bg::after {
      display: none;
  }
}
  
/*スマホスライダー下カテゴリメニュー・PCメニュー*/
a.fs-pt-menu__link.fs-pt-menu__link--lv1 {
    padding: 8px 2px;/*230315変更*/
	/*padding: 8px 4px;*/
}

/*素材画像PCは50％幅に*/
@media (min-width: 768px) {
.fs-p-productDescription.fs-p-productDescription--full img {
/*    width: 80%!important;
	margin: 0 auto;*/
}}

/*スマホマイページフレックスボックス調整*/
/*@media (max-width: 768px) {
.fs-c-accountService__page {
  margin: 8px 25px;
}}*/


/*赤字*/
.red{
color: #ff0000;
}


/*検索結果のパラメーター表示と「詳細検索」の文字列を非表示*/
.fs-p-productSearch__formOpen {
    font-size: 0;
}
.fs-p-productSearch__parameter {
    display: none;
}

/*バナー一覧*/
.banner_lineup {margin-top: 30px;}


/*商品一覧の販売期間表示カスタマイズ*/
.fs-c-salesPeriod__date dt {
    display: none;/*「販売期間前です」を非表示*/
}
.fs-c-salesPeriod__date{
	border:dotted #ccc 1px;/*販売期間デザインカスタマイズ*/
	background: #eee;
	padding: 2px 8px!important;
}
/*.fs-c-productListItem__salesPeriodNotice{
display: none;}販売期間テキストの「販売期間」を非表示にして日付のみ表示*/

.fs-c-productListItem__salesPeriod.fs-c-salesPeriod{display: none;}/*販売期間テキストの「販売期間」を非表示にして「販売期間前です」のみ表示*/
.fs-c-productListItem__salesPeriodNotice {background: #999;}/*「販売期間前です」背景色変更*/
.fs-c-productListItem__lowInStock, .fs-c-productListItem__outOfStock, .fs-c-productListItem__numberOfStock {
  border: 1px dotted #FF3300;/*在庫無し表示デザインカスタマイズ*/
  color: #FF3300;
}

/*メンテナンスページカスタマイズ*/
.fs-p-closed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 500px;
  flex-grow: unset;
}

/*一覧のカートに入れるボタンの上下padding削除
.fs-c-buttonContainer {
padding: 0!important;
}*/

/*カートテキスト*/
@media (max-width: 768px) {
.fs-p-announcement__body {
    text-align: justify;
    letter-spacing: 0.1em;/*スマホテキストは左揃え*/
}}
.fs-c-cartPayment__button {
    padding: 10px 0!important;/*ログインして進む、ご注文手続きへ進むのボタンに隙間*/
}

/*商品一覧カスタマイズ*/
.fs-c-productListItem__viewMoreImageButton{
display: none;
}
/*span.fs-c-productName__copy {
    display: none;キャッチコピー非表示【NEW】など
}*/
.fs-c-productList__cart {
   /* display: none;*//*一覧のカートに入れるボタンとお気に入りボタンを非表示*/
}
.fs-c-productList__list__item {
border-bottom: none;/*商品一覧の下の線非表示*/
}

/*ご注文確認の返品特約非表示*/
.fs-c-returnedSpecialContract {
    display: none;
}

/*商品詳細ページ商品名、価格*/
.fs-c-heading{
font-weight: normal;
}
.fs-c-productNameHeading__copy {
  font-size: inherit;/*商品名タイトル前のコピーサイズを商品名と合わせる*/
}
.fs-c-productPrice{
margin-bottom: 5px;
letter-spacing: 0;/*230714追記*/
}

/*商品詳細ページレイアウト*/
/*.fs-body-product .fs-l-page {
    margin-top: 83px;headerテキストリンク用のmargin
}*/

/*パンくず*/
.fs-c-breadcrumb {
  padding-left: 5px;/*右に少し寄せる*/
  max-width: 1216px;/*コンテンツの幅に合わせる*/
  margin: 0 auto;/*コンテンツの幅に合わせる*/
}


/*テキスト入力部分フォント指定*/
[type="hidden"],
[type="text"],
[type="search"],
[type="tel"],
[type="url"],
[type="email"],
[type="password"],
[type="datetime"],
[type="date"],
[type="month"],
[type="week"],
[type="time"],
[type="datetime-local"],
[type="number"],
select,
textarea {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 3px 5px;
  font-family:'Noto Sans JP', sans-serif;
  letter-spacing:0.1em;
}

/*PCマイページ表示、アカウント名を左寄せに*/
@media screen and (min-width: 960px) {
  .fs-body-my-top .fs-l-pageMain .fs-l-account {
    flex-direction: inherit;
    display: flex;
	}
}
	
	
/*ページャーパーツ*/
.fs-c-pagination {
    font-size: 1.4rem;/*テキスト大きく*/
}


/*スマホサイドメニューのみに「お気に入り」メニュー追加*/
li.posh_favorite {
    display: none;
}

/*スマホカテゴリメニューのSELECTORのみ非表示*/
.fs-l-pageMain .fs-pt_menu__item--selector {
    /*display: none;*/
}

@media (max-width: 768px) {
.fs-l-sideArea li.posh_favorite {
    display:block;
    font-size: 120%;
}}


/*column設定*/
.fs-pt-column__heading {
  font-size: 1.8rem;
  font-weight: normal;
}
@media (max-width: 768px) {
.fs-pt-column__heading {
  font-size: 1.2rem;
  font-weight: normal;
  /*margin: 2px 0 10px; 初期設定*/
  margin: 2px 2px 10px;/*特設バナー画面いっぱいに広げたことによるテキストの余白設定*/
  }
.fs-pt-column__heading:nth-child(2):nth-child(3) {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
}}
.campaign_2retsu {
    margin: 0 auto 10px;
    padding: 8px;
    max-width: 1216px;
}/*商品詳細ページ上部用*/


/*↓↓-------ご利用ガイド-------------------------------------↓↓*/
.guide {
    text-align: center;
    margin-bottom: 50px;
}
@media (max-width: 768px) {
.guide {
    text-align: left;
    margin-bottom: 50px;
}}

/*ご利用が初めてのお客様*/
.beginner-text h3 {
    border-bottom: solid 1px #666;
    padding: 3px;
}
.beginner-text p {
    font-size: 90%;
    padding: 0 3px;
	text-align: left;
}
@media (min-width: 768px) {.beginner-text p {text-align: center;}}/*PCは中央揃え*/

/*カート注意書き*/
.attention-text h3 {
    border-bottom: solid 1px #666;
    padding: 3px;
}
.attention-text p {
    font-size: 90%;
    padding: 0 3px;
	text-align: left;
}
@media (min-width: 768px) {.attention-text p {text-align: center;}}/*PCは中央揃え*/

.beginner-text {
    text-align: center;
}

.line-green{color: #fff;background-color: #0dac67;padding: 0 3px;}

/*商品の引き渡し時期*/
.fs-p-announcement p {font-size: 90%;}

/*↑↑-------ご利用ガイド-------------------------------------↑↑*/


/*お客様情報入力画面チェックボックス大きく*/
.fs-c-inputInformation__field .fs-c-checkbox__checkMark {
  background: #ffffff;
  border-radius: 3px;
  border: 2px solid #666666;
  cursor: pointer;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 10px 0;
  position: relative;
  min-width: 16px;
}

.fs-c-inputInformation__field .fs-c-checkbox__checkMark::before {
  font-size: 1.3em;
}

/*特設一覧バナー*/
.lower-column {
    margin-top: 0;/*下段のコラムmargin-top無し*/
}


/*ご利用ガイド*/
.fs-c-documentArticle__heading{background: #ded8cc!important;padding: 10px 4px 8px!important;}
.fs-c-documentColumn__heading{border-color: #ded8cc!important;}

/*会員登録ログインボタンカラー*/
.fs-p-drawer__loginLogout__logout:hover, .fs-p-drawer__loginLogout__login:hover{background: #c1c1c1;}


/* ==================================
 商品一覧 SOLDOUT COMINGSOON の表示
================================== */
.fs-c-productListItem__image {
  position: relative;
}

.fs-c-productListItem__image.is_soldout::after,
.fs-c-productListItem__image.is_comingsoon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: clamp(14px, 2.5vw, 18px);
  letter-spacing: 0.1em;
  z-index: 5;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.fs-c-productListItem__image.is_soldout::after {
  content: 'SOLD OUT';
  background: rgb(40 40 40 / 0.4);
}

.fs-c-productListItem__image.is_comingsoon::after {
  content: 'COMING SOON';
  background: rgba(255, 255, 255, 0.3);
}