.fs-c-accountService__page--orderHistoryList {
  display: none;
}

.fs-c-checkout-deliveryMethod__option__title {
  display: none
}

.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }

.fs-c-button--confirmOrder--rakutenPay img {
    height: 55px;
}

/* ▼ 注文手続き画面 商品画像のラッパー（親要素） */
.fs-c-checkout-shippingParcel__productImage {
  width: 100%;
  max-width: 160px; /* PC時の最大幅 */
  margin: 0;         /* 左寄せにする */
}

/* ▼ 商品画像自体 */
.fs-c-checkout-shippingParcel__productImage__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 4px;
}

/* ▼ スマホ対応（幅が768px以下の時） */
@media screen and (max-width: 768px) {
  .fs-c-checkout-shippingParcel__productImage {
    max-width: 120px; /* スマホ時の最大幅 */
  }
}

/* ▼ 全体の枠 */
.fs-c-checkout-shippingDetail__detail {
  border: 1px solid #ddd;
  padding: 16px;
  background-color: #f9f9f9;
  margin-bottom: 24px;
}

/* ▼ 見出し（配送方法） */
.fs-c-checkout-shippingDetail__shippingCarrier__label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}

/* ▼ 配送方法の値 */
.fs-c-checkout-shippingDetail__shippingCarrier__value {
  font-size: 14px;
  color: #000;
  margin-bottom: 8px;
}

/* ▼ コメント（注意書き） */
.fs-c-checkout-shippingCarrierComment p {
  font-size: 13px;
  color: #666;
  background-color: #fff;
  padding: 8px;
  border-left: 4px solid #ccc;
  margin: 0;
}

/* ▼ 配送希望日・時間帯リスト */
.fs-c-checkout-shippingDetail__deliveryDetailPreview {
  display: grid;
  grid-template-columns: 120px 1fr;
  row-gap: 8px;
  column-gap: 12px;
  font-size: 14px;
  color: #333;
  margin: 16px 0;
}

.fs-c-checkout-shippingDetail__deliveryDetailPreview dt {
  font-weight: bold;
  text-align: left;
}

.fs-c-checkout-shippingDetail__deliveryDetailPreview dd {
  margin: 0;
}

/* ▼ 変更ボタン */
.fs-c-button--change--small {
  padding: 6px 12px;
  font-size: 14px;
  background-color: #a78000;
  color: white;
  border: none;
  border-radius: 0; /* ← 角丸をなくす */
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.fs-c-button--change--small:hover {
  background-color: #8c6900;
}

/* ▼ スマホ対応 */
@media screen and (max-width: 768px) {
  .fs-c-checkout-shippingDetail__deliveryDetailPreview {
    grid-template-columns: 100px 1fr;
    font-size: 13px;
  }

  .fs-c-checkout-shippingDetail__detail {
    padding: 12px;
  }

  .fs-c-button--change--small {
    font-size: 13px;
    padding: 5px 10px;
  }
}

/* ▼ 配送内容ブロック全体 */
.fs-c-checkout-shippingDetail__outline {
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  padding: 16px;
  margin-bottom: 24px;
}

/* ▼ タイトル */
.fs-c-checkout-shippingDetail__outline__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
}

/* ▼ お届け日情報 */
.fs-c-deliveryDateInfo {
  font-size: 14px;
  color: #333;
  margin-bottom: 16px;
}

.fs-c-deliveryDateInfo__condition {
  font-weight: bold;
  color: #a78000;
}

.fs-c-deliveryDateInfo__condition__time {
  font-weight: bold;
  margin-left: 4px;
}

.fs-c-deliveryDateInfo__info {
  margin-left: 8px;
  color: #333;
}

/* ▼ 商品パーセル全体 */
.fs-c-checkout-shippingParcel {
  border: 1px solid #ccc;
  padding: 12px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* ▼ 商品リスト */
.fs-c-checkout-shippingParcel__productList {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ▼ 商品アイテム */
.fs-c-checkout-shippingParcel__product {
  display: flex;
  gap: 16px;
}

/* ▼ 画像 */
.fs-c-checkout-shippingParcel__productImage {
  width: 100px;
  flex-shrink: 0;
}

.fs-c-checkout-shippingParcel__productImage__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border: 1px solid #ccc;
}

/* ▼ 商品情報本体 */
.fs-c-checkout-shippingParcel__productInfo {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  color: #333;
}

/* ▼ 商品名 */
.fs-c-checkout-ship

/* -------------------------------
  共通セクションスタイル
------------------------------- */
.customitem-section {
  line-height: 1.7;
  padding: 20px 0;
}

/* -------------------------------
  TECHNOLOGIESセクションスタイル
------------------------------- */
.customitem-technologies {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 24px auto 40px;
  text-align: center;
  max-width: 600px;
}

.customitem-technologies figure {
  margin: 0;
}

.customitem-technologies img {
  width: 60px;
  height: auto;
  margin: 0 auto;
}

.customitem-technologies figcaption {
  margin-top: 8px;
  font-size: 1.3rem;
  color: #666;
}

.technologies-title {
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
}

/* -------------------------------
  2カラム（画像＋テキスト）
------------------------------- */
.customitem-two-column {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 24px;
  align-items: center;
  margin: 40px 0;
}
.customitem-two-column img {
  width: 100%;
  height: auto;
  display: block;
}

/* 2カラム（左右反転バージョン） */
.customitem-two-column--reverse {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 24px;
  align-items: center;
  margin: 40px 0;
}
.customitem-two-column--reverse > div:first-child {
  order: 2;
}
.customitem-two-column--reverse > div:last-child {
  order: 1;
}
.customitem-two-column--reverse img {
  width: 100%;
  height: auto;
  display: block;
}

/* -------------------------------
  2カラムギャラリー（画像＋キャプション）
------------------------------- */
.customitem-gallery-2c {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 40px 0;
}
.customitem-gallery-2c figure {
  margin: 0;
}
.customitem-gallery-2c img {
  width: 100%;
  height: auto;
  display: block;
}
.customitem-gallery-2c figcaption {
  text-align: center;
  padding-top: 8px;
  font-size: 14px;
}

/* -------------------------------
  3カラムギャラリー（画像＋キャプション）
------------------------------- */
.customitem-gallery-3c {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px 0;
}
.customitem-gallery-3c figure {
  margin: 0;
}
.customitem-gallery-3c img {
  width: 100%;
  height: auto;
  display: block;
}
.customitem-gallery-3c figcaption {
  text-align: center;
  padding-top: 8px;
  font-size: 14px;
}
/* ▼ 3カラムギャラリー：PCのみ 80%幅で中央寄せ */
@media screen and (min-width: 768px) {
  .customitem-gallery-3c {
    width: 95%;
    margin: 40px auto; /* 上下40pxは維持しつつ中央寄せ */
    box-sizing: border-box;
  }
}
/* -------------------------------
  カスタムギャラリー（スマホ変則表示対応版）
------------------------------- */
.customitem-gallery-alt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 40px 0;
}
.customitem-gallery-alt figure {
  margin: 0;
  position: relative;
}
.customitem-gallery-alt img {
  width: 100%;
  height: auto;
  display: block;
}
.customitem-gallery-alt figcaption {
  text-align: center;
  padding-top: 8px;
  font-size: 0.9rem;
}

/* スマホ表示：ギャラリー調整 */
@media (max-width: 575px) {
  .customitem-technologies {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }

  .customitem-gallery-alt {
    grid-template-columns: 1fr 1fr;
  }

  .customitem-gallery-alt figure:nth-child(1),
  .customitem-gallery-alt figure:nth-child(4) {
    grid-column: span 2;
  }

  .customitem-gallery-alt figure:nth-child(2),
  .customitem-gallery-alt figure:nth-child(3) {
    aspect-ratio: 2 / 3;
    overflow: hidden;
  }

  .customitem-gallery-alt figure:nth-child(2) img,
  .customitem-gallery-alt figure:nth-child(3) img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* 全体を1カラム化 */
  .customitem-two-column,
  .customitem-gallery-2c,
  .customitem-gallery-3c,
  .customitem-two-column--reverse {
    grid-template-columns: 1fr;
  }

  .customitem-two-column--reverse > div:first-child,
  .customitem-two-column--reverse > div:last-child {
    order: initial;
  }
}

/* -------------------------------
  リンク付き画像（ホバーエフェクト付き）
------------------------------- */
.hover-effect {
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
  display: block;
}
.hover-effect:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .hover-effect {
    width: 50%;
  }
}

/* -------------------------------
  枠囲みスタイル
------------------------------- */
.customitem-bordered {
  border: 1px solid #313131;
  padding: 10px;
  margin-top: 20px;
}

/* -------------------------------
  注意書きスタイル
------------------------------- */
.customitem-note {
  color: red;
  margin-top: 20px;
}

/* -------------------------------
  CEマークと特徴の2カラム構成
------------------------------- */
.ce-feature-section {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 16px;
  align-items: start;
  margin: 40px 0;
}

.ce-feature-section ul {
  font-size: 1.4rem;
  line-height: 1.8;
}
.ce-feature-section li {
  margin-bottom: 0.5em;
}

.ce-feature-section .note {
  font-size: 1.2rem;
  color: #666;
}

.ce-feature-section img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  display: block;
}

@media (max-width: 768px) {
  .ce-feature-section {
    grid-template-columns: 1fr;
  }
}

/* -------------------------------
  YouTube埋め込み（16:9）
------------------------------- */
.youtube-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* アスペクト比 16:9 */
  overflow: hidden;
}

.youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------
  メディアライブラリ動画（16:9）
------------------------------- */
.video-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* アスペクト比 16:9 */
  overflow: hidden;
}

.video-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* -------------------------------
  メディアライブラリ動画（縦長 450px幅 → 854px高）
------------------------------- */
.responsive-video {
  position: relative;
  width: 100%;
  max-width: 450px;
  height: 0;
  padding-bottom: 189.78%; /* 854 / 450 = 約1.8978 → アスペクト比 9:16 */
  overflow: hidden;
}

.responsive-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 450px以上の場合、高さ固定でパディング無効 */
@media (min-width: 450px) {
  .responsive-video {
    height: 854px;
    padding-bottom: 0;
  }
}

/* -------------------------------
  1カラム画像
------------------------------- */
.product-image-block {
  width: 100%;
  margin: 1.5em 0;
}

.product-image-block img {
  width: 100%;
  height: auto;
  display: block;
}

/* -------------------------------
  スペーサー
------------------------------- */
.customitem-spacer {
  width: 100%;
  display: block;
}

/* -------------------------------
  1カラム画像
------------------------------- */
    .product-image-block img {
      width: 50%; /* PCでは50%のサイズ */
      height: auto;
      max-width: 100%;
    }

    /* スマホ用スタイル */
    @media (max-width: 768px) {
      .product-image-block img {
        width: 100%; /* スマホでは80%のサイズ */
      }
    }

/* -------------------------------
  箇条書き（商品詳細ページ）
------------------------------- */
ul.itemlist-detail,
ul.itemlist-detail ul {
  list-style: none;
}

ul.itemlist-detail > li::before {
  content: "- ";
}

ul.itemlist-detail ul {
  padding-left: 0.8em;
}

ul.itemlist-detail ul > li::before {
  content: "・";
}

/* -------------------------------
  仕様説明（商品詳細ページ）
------------------------------- */
dl.item-detail{
  margin-top: 12px;
  display: grid;
  grid-template-columns: fit-content(11em) 1fr;
  column-gap: 0;
  row-gap: 0;

  font-size:13px; /* ベースは14pxなのでやや小さめ表示 */
  border-top: 1px solid rgba(17, 24, 39, .10);
  border-bottom: 1px solid rgba(17, 24, 39, .10);
  padding-top: 0px;
}

dl.item-detail dt,
dl.item-detail dd{
  margin: 0;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(17, 24, 39, .07);
  line-height: 1.7;
}

dl.item-detail dt:last-of-type,
dl.item-detail dd:last-of-type{
  border-bottom: none;
}

dl.item-detail dt{
  font-weight: 600;
  color: rgba(17, 24, 39, .80);
  background: rgba(17, 24, 39, .02);
  border-right: 1px solid rgba(17, 24, 39, .06);
}

dl.item-detail dd{
  color: rgba(17, 24, 39, .88);
  min-width: 0;
  overflow-wrap: anywhere;
}

dl.item-detail dt {
 overflow-wrap: anywhere; 
}

/* -------------------------------
  欠品サイズに取り消し線（商品詳細ページ）
------------------------------- */
/* 欠品（outOfStock）：サイズ文字だけ「取り消し線＋グレーアウト」 */
.fs-c-variationPanelList__radio[name="variation_a_Y"]
  + .fs-c-variationPanelList__panel--outOfStock
  .fs-c-variationPanelList__panel__label{
  text-decoration-line: line-through;
  text-decoration-thickness: 0.08em;
  text-decoration-color: currentColor;
  text-decoration-skip-ink: none;
  color: #999;
}

/* 欠品：カーソルだけ変更（サイズ軸に限定） */
.fs-c-variationPanelList__radio[name="variation_a_Y"]
  + .fs-c-variationPanelList__panel--outOfStock{
  cursor: not-allowed;
  /* background-color: rgba(0,0,0,.03); */ /* 任意：競合しそうなら外す */
}

/* フォールバック：disabled（サイズ軸に限定） */
.fs-c-variationPanelList__radio[name="variation_a_Y"]:disabled
  + .fs-c-variationPanelList__panel
  .fs-c-variationPanelList__panel__label{
  text-decoration-line: line-through;
  text-decoration-thickness: 0.08em;
  text-decoration-color: currentColor;
  text-decoration-skip-ink: none;
  color: #999;
}

/* ===================================
   Brand select を Keyword input に寄せる（Brandのみ）
   =================================== */

#fs_ProductCategory .m2-brandSection .m2-brandSelect__select[data-m2-brand-tag],
#fs_ProductSearch  .m2-brandSection .m2-brandSelect__select[data-m2-brand-tag],
.m2-brandSection .m2-brandSelect__select[data-m2-brand-tag]{
  /* Keyword input と同じ “箱” の基本値に寄せる */
  border: 1px solid #d2cfce;
  border-radius: .2em;
  color: #333;
  width: 100%;
  box-sizing: border-box;

  /* Keywordは padding: .5em; なので、上下は完全に揃える */
  padding: .5em 2.2em .5em .5em; /* 右だけ矢印分を確保 */

  /* 余計な高さ固定をしない（ズレの原因になる） */
  height: auto;
  min-height: 0;

  /* フォントはフォーム側の指定に追従させる */
  font: inherit;
  letter-spacing: inherit;

  /* selectの見た目を整える */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%23160802" d="M1 1l5 5 5-5"/></svg>');
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px;
}

/* hover/focus（Keywordと同系統の挙動に合わせる） */
#fs_ProductCategory .m2-brandSection .m2-brandSelect__select[data-m2-brand-tag]:hover,
#fs_ProductSearch  .m2-brandSection .m2-brandSelect__select[data-m2-brand-tag]:hover,
.m2-brandSection .m2-brandSelect__select[data-m2-brand-tag]:hover{
  border-color: #a29c9a;
}

#fs_ProductCategory .m2-brandSection .m2-brandSelect__select[data-m2-brand-tag]:focus,
#fs_ProductSearch  .m2-brandSection .m2-brandSelect__select[data-m2-brand-tag]:focus,
.m2-brandSection .m2-brandSelect__select[data-m2-brand-tag]:focus{
  border-color: #160802;
  outline: none;
}

/* チップ一覧（フィルター結果のチップ）内で「クリア」だけ最後に送る */
#fs_ProductCategory .m2-productCategory-search-form-bottom > *,
#fs_ProductSearch .m2-productCategory-search-form-bottom > * {
  order: 0;
}

/* クリアがwrap要素で存在する場合 */
#fs_ProductCategory .m2-productCategory-search-form-bottom .m2-productCategory-search-form-bottom-clearlink-wrap,
#fs_ProductSearch .m2-productCategory-search-form-bottom .m2-productCategory-search-form-bottom-clearlink-wrap {
  order: 999;
}

/* クリアがリンク自身にclassを持つ場合（念のため） */
#fs_ProductCategory .m2-productCategory-search-form-bottom .m2-productCategory-search-form-bottom-link.clear-link,
#fs_ProductSearch .m2-productCategory-search-form-bottom .m2-productCategory-search-form-bottom-link.clear-link {
  order: 999;
}

/* =========================
   Price（labelの外＝ + で拾う）
   ========================= */
#fs_ProductCategory .m2-subgroupList__item > input[type="radio"]:checked + label.m2-subgroupList__link,
#fs_ProductSearch  .m2-subgroupList__item > input[type="radio"]:checked + label.m2-subgroupList__link{
  background-color: #160802;
  border: 1px solid #160802;
  color: #fff;
}

/* 中のテキストも白に（divで分かれているため念のため） */
#fs_ProductCategory .m2-subgroupList__item > input[type="radio"]:checked + label .m2-subgroupList__label,
#fs_ProductSearch  .m2-subgroupList__item > input[type="radio"]:checked + label .m2-subgroupList__label{
  color: #fff;
}

/* Price等のラジオ + ラベルをSPで横並びにする */
@media screen and (max-width: 767px) {
  /* Categoryセクション以外のsubgroupList__itemに適用 */
  #fs_ProductCategory .m2-subgroupList__item:has(> input[type="radio"]),
  #fs_ProductSearch  .m2-subgroupList__item:has(> input[type="radio"]) {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #fs_ProductCategory .m2-subgroupList__item > input[type="radio"],
  #fs_ProductSearch  .m2-subgroupList__item > input[type="radio"] {
    flex: 0 0 auto;
    margin: 0;
  }

  #fs_ProductCategory .m2-subgroupList__item > .m2-subgroupList__link,
  #fs_ProductSearch  .m2-subgroupList__item > .m2-subgroupList__link {
    flex: 1 1 auto;
    width: 100%;
  }

  #fs_ProductCategory .m2-subgroupList__item > input[type="radio"],
  #fs_ProductSearch  .m2-subgroupList__item > input[type="radio"] {
    flex: 0 0 auto;
    margin: 0; /* ブラウザ既定の余白でズレるのを防止 */
  }

  #fs_ProductCategory .m2-subgroupList__item > .m2-subgroupList__link,
  #fs_ProductSearch  .m2-subgroupList__item > .m2-subgroupList__link {
    flex: 1 1 auto;
    width: 100%;
  }
}
/* ===================================
     ベースCSS（fs_base.css）の影響範囲
     受け取り店舗指定モーダル内のレイアウト
     
     会員情報フォームへの影響を防ぐため
     .fs-c-memberInfoField を持つモーダルを除外
    =================================== */
        
        /* モーダル全体のリセットと調整 - 会員情報モーダルを除外 */
        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) {
            background: #fff;
            padding: 32px !important;
            max-width: 720px;
            margin: 0 auto;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            line-height: 1.5 !important;
            letter-spacing: 0.02em !important;
            font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
        }

        /* モーダル内のテキスト要素 - 会員情報モーダルを除外 */
        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-inputInformation__message {
            margin-bottom: 24px;
            text-align: center;
        }
        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-inputInformation__message p {
            font-size: 1.8rem !important;
            font-weight: 600;
            color: #231815;
            margin: 0;
        }

        /* 検索セクション */
        .fs-c-modal__contents .fs-c-checkout-searchPickupStoreField {
            border: none !important;
            padding: 24px !important;
            margin: 0 0 32px 0 !important;
            background: #f9f8f7 !important;
            border-radius: 8px;
        }

        /* テーブル構造の上書き - 会員情報モーダルを除外 */
        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-inputTable, 
        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-inputTable tbody, 
        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-inputTable tr {
            display: block !important;
            width: 100% !important;
            background: transparent !important;
            margin: 0 !important;
            padding: 0 !important;
            border: none !important;
        }

        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-inputTable__headerCell {
            display: block !important;
            text-align: left !important;
            padding: 0 0 8px 0 !important;
            font-size: 1.3rem !important;
            font-weight: 700 !important;
            color: #666 !important;
            background: transparent !important;
        }

        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-inputTable__dataCell {
            display: block !important;
            padding: 0 !important;
            width: 100% !important;
            border: none !important;
        }

        /* -----------------------------------
           入力フォーム周辺の枠線リセット
           会員情報モーダルを除外
           ----------------------------------- */
        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-inputField__field,
        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-inputGroup {
            border: none !important;
            padding: 0 !important;
            background: transparent !important;
            box-shadow: none !important;
        }

        /* 入力フォーム本体のスタイル一本化 - 会員情報モーダルを除外 */
        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-inputField__field input[type="text"] {
            display: block !important;
            width: 100% !important;
            padding: 12px 16px !important;
            margin: 0 !important;
            border: 1px solid #d2cfce !important; 
            border-radius: 6px !important;
            appearance: none !important;
            -webkit-appearance: none !important;
            outline: none !important;
            box-shadow: none !important;
            font-size: 1.5rem !important;
            background: #fff !important;
            box-sizing: border-box !important;
            height: auto !important;
            min-height: unset !important;
        }

        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-inputField__field input[type="text"]:focus {
            border-color: #231815 !important;
            box-shadow: 0 0 0 2px rgba(35, 24, 21, 0.1) !important;
        }

        /* ボタンコンテナ - 会員情報モーダルを除外、センター揃え */
        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-buttonContainer--searchPickupStore {
            margin: 16px 0 0 !important;
            text-align: center !important;
        }

        /* ボタン共通 - 会員情報モーダルを除外 */
        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-button--standard {
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            height: auto !important;
            padding: 12px 32px !important;
            font-size: 1.4rem !important;
            font-weight: 600 !important;
            border-radius: 6px !important;
            transition: all 0.25s ease !important;
            min-width: 140px !important;
            line-height: 1.2 !important;
            margin: 0 !important;
            border: 1px solid #231815 !important;
        }

        /* 検索ボタン - 会員情報モーダルを除外 */
        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-button--searchPickupStore {
            background: #231815 !important;
            color: #fff !important;
        }
        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-button--searchPickupStore:hover {
            background: #453b38 !important;
            border-color: #453b38 !important;
            opacity: 1 !important;
        }

        /* 検索結果ステータス */
        .fs-c-modal__contents .fs-c-checkout-pickupStoreList__status {
            margin: 0 0 16px !important;
            padding: 0 !important;
            background: transparent !important;
            font-size: 1.4rem !important;
            display: flex;
            align-items: baseline;
            border: none !important;
        }
        .fs-c-modal__contents .fs-c-checkout-pickupStoreList__status__number {
            font-size: 2.2rem !important;
            font-weight: 700;
            color: #c8a063 !important;
            margin: 0 4px;
        }

        /* 店舗カードリスト */
        .fs-c-modal__contents .fs-c-checkout-pickupStoreList__list {
            padding: 0;
            margin: 0;
        }
        .fs-c-modal__contents .fs-c-checkout-pickupStoreList__list__item {
            border: 1px solid #eee !important;
            border-radius: 10px !important;
            padding: 24px !important;
            margin-bottom: 16px !important;
            background: #fff !important;
            display: flex !important;
            justify-content: space-between !important;
            align-items: center !important;
            gap: 20px;
        }
        .fs-c-modal__contents .fs-c-checkout-pickupStoreList__list__item:hover {
            border-color: #c8a063 !important;
            box-shadow: 0 4px 12px rgba(200, 160, 99, 0.1);
        }

        .fs-c-modal__contents .fs-c-checkout-addressee__data__name {
            margin-bottom: 8px;
        }
        .fs-c-modal__contents .fs-c-checkout-addressee__data__openDescription {
            font-size: 1.8rem !important;
            font-weight: 700 !important;
            color: #231815 !important;
            text-decoration: none !important;
            border-bottom: none !important;
        }

        .fs-c-modal__contents .fs-c-address {
            display: flex !important;
            flex-direction: column !important;
            gap: 4px;
            font-size: 1.3rem !important;
            color: #666 !important;
            line-height: 1.5 !important;
        }
        .fs-c-modal__contents .fs-c-address__zipCode {
            font-weight: 600;
            color: #231815;
        }
        .fs-c-modal__contents .fs-c-address__tel::before {
            content: "TEL " !important;
            font-weight: 700;
            color: #999;
        }

        /* 指定ボタン */
        .fs-c-modal__contents .fs-c-button--setPickupStore {
            border: 1px solid #c8a063 !important;
            color: #c8a063 !important;
            background: #fff !important;
            min-width: 120px !important;
        }
        .fs-c-modal__contents .fs-c-button--setPickupStore:hover {
            background: #c8a063 !important;
            color: #fff !important;
        }

        /* キャンセルボタンエリア（最下部） - 会員情報モーダルを除外 */
        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) > .fs-c-buttonContainer:last-child {
            margin-top: 40px !important;
            padding-top: 24px !important;
            border-top: 1px solid #eee !important;
        }
        .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-button--cancel {
            border: 1px solid #999 !important;
            color: #666 !important;
            background: #fff !important;
        }

        /* モバイル対応 */
        @media screen and (max-width: 640px) {
            .fs-c-modal__contents .fs-c-checkout-pickupStoreList__list__item {
                flex-direction: column !important;
                align-items: stretch !important;
                padding: 20px !important;
            }
            .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-button--standard {
                width: 100% !important;
            }
        }

/* ===================================
   チェックボックスグループのスタイル
   会員情報モーダルを除外
   =================================== */

/* 地域ラベル（th要素）の上部マージン - キーワード入力欄との距離を確保 */
.fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-inputTable__headerCell {
    margin-top: 20px !important;
}

/* チェックボックスグループ全体 */
.fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-checkboxGroup {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 個別チェックボックス要素 */
.fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-checkbox {
    display: inline-block !important;
    margin: 0 !important;
}

/* チェックボックス本体（非表示） */
.fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-checkbox__checkbox {
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* ラベル全体 */
.fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-checkbox__label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 10px 16px !important;
    border: 1px solid #d2cfce !important;
    border-radius: 6px !important;
    background: #fff !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    color: #666 !important;
    line-height: 1.2 !important;
    user-select: none !important;
}

.fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-checkbox__label:hover {
    border-color: #c8a063 !important;
    background: #fefdfb !important;
}

/* チェックマーク（カスタムチェックボックス） */
.fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-checkbox__checkMark {
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #d2cfce !important;
    border-radius: 4px !important;
    background: #fff !important;
    position: relative !important;
    flex-shrink: 0 !important;
    transition: all 0.25s ease !important;
}

/* チェックマーク内のチェック記号（疑似要素） */
.fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-checkbox__checkMark::after {
    content: "" !important;
    position: absolute !important;
    left: 4px !important;
    top: 1px !important;
    width: 6px !important;
    height: 10px !important;
    border: solid #fff !important;
    border-width: 0 2.5px 2.5px 0 !important;
    transform: rotate(45deg) !important;
    opacity: 0 !important;
    transition: opacity 0.2s ease !important;
}

/* チェック状態のスタイル */
.fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-checkbox__checkbox:checked + .fs-c-checkbox__label {
    border-color: #c8a063 !important;
    background: #fefdfb !important;
}

.fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-checkbox__checkbox:checked + .fs-c-checkbox__label .fs-c-checkbox__checkMark {
    background: #c8a063 !important;
    border-color: #c8a063 !important;
}

.fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-checkbox__checkbox:checked + .fs-c-checkbox__label .fs-c-checkbox__checkMark::after {
    opacity: 1 !important;
}

.fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-checkbox__checkbox:checked + .fs-c-checkbox__label .fs-c-checkbox__labelText {
    color: #231815 !important;
    font-weight: 600 !important;
}

/* フォーカス状態 */
.fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-checkbox__checkbox:focus + .fs-c-checkbox__label {
    box-shadow: 0 0 0 2px rgba(200, 160, 99, 0.2) !important;
    outline: none !important;
}

/* モバイル対応 - 2カラム表示 */
@media screen and (max-width: 640px) {
    .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-inputTable__headerCell {
        margin-top: 16px !important;
    }
    
    .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-checkboxGroup {
        gap: 10px !important;
    }
    
    .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-checkbox {
        flex: 0 0 calc(50% - 5px) !important; /* 2カラム: 50%幅からgapの半分を引く */
    }
    
    .fs-c-modal__contents:not(:has(.fs-c-memberInfoField)) .fs-c-checkbox__label {
        width: 100% !important;
        padding: 9px 14px !important;
        font-size: 1.3rem !important;
        justify-content: center !important; /* 中央揃え */
    }
}