﻿/* ============================================================
   g-nav.css (v8 - 2026/05/02)
   ============================================================
   v8 変更点：
     - .menu-faq-lead を強調（font-weight 500、margin-top 10px）
     - 連続する見出しがある配送スケジュールFAQに対応
   ============================================================ */
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

    :root {
      --ink:     #1c1c1c;
      --dark:    #3a3a3a;
      --mid:     #7a7a7a;
      --muted:   #b0b0b0;
      --border:  #e4e4e0;
      --bg:      #f8f7f4;
      --surface: #ffffff;
      --accent:  #8b1010;
      --serif:   'Noto Serif JP', Georgia, serif;
      --sans:    'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
      --en:      'Inter', sans-serif;
    }

    body {
      font-family: var(--sans);
      background: #edecea;
      color: var(--ink);
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
    }

    /* ========== 外枠 ========== */
    .outer {
      padding: 48px 16px 80px;
      max-width: 100%;
      margin: 0 auto;
    }
    .eyebrow {
      font-family: var(--en);
      font-size: 10px;
      letter-spacing: 0.18em;
      color: var(--mid);
      text-transform: uppercase;
      margin-bottom: 8px;
    }
    .page-title {
      font-family: var(--serif);
      font-size: 22px;
      font-weight: 400;
      color: var(--ink);
      margin-bottom: 40px;
      padding-bottom: 20px;
      border-bottom: 1px solid var(--border);
    }

    /* ========== タブ ========== */
    .tabs {
      display: flex;
      gap: 0;
      margin-bottom: 32px;
      border-bottom: 1px solid var(--border);
    }
    .tab {
      font-family: var(--en);
      font-size: 11px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--muted);
      background: none;
      border: none;
      cursor: pointer;
      padding: 0 0 14px;
      margin-right: 28px;
      border-bottom: 1.5px solid transparent;
      margin-bottom: -1px;
      transition: color .2s, border-color .2s;
    }
    .tab.active { color: var(--accent); border-bottom-color: var(--accent); }
    .panel { display: none; }
    .panel.active { display: block; }

    /* ==============================
       PC BROWSER FRAME
    ============================== */
    .browser {
      background: var(--surface);
      border: 1px solid #d4d4cf;
      box-shadow: 0 2px 24px rgba(0,0,0,.07);
      overflow: hidden;
      width: 1200px;
    }
    .browser-wrap {
      overflow: visible;
    }
    .browser-chrome {
      background: #f0efed;
      border-bottom: 1px solid #dddbd8;
      padding: 9px 14px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .dots { display: flex; gap: 5px; }
    .dots span {
      width: 10px; height: 10px; border-radius: 50%;
      background: #d4d4d4;
    }
    .dots span:nth-child(1) { background: #ff5f57; }
    .dots span:nth-child(2) { background: #febc2e; }
    .dots span:nth-child(3) { background: #28c840; }
    .url-bar {
      flex: 1;
      background: #e8e7e5;
      border-radius: 5px;
      padding: 4px 12px;
      font-family: var(--en);
      font-size: 11px;
      color: var(--mid);
    }

    /* ----- サイトヘッダー ----- */
    .site-header {
      border-bottom: 1px solid rgba(0,0,0,0.07);
      position: sticky;
      top: 0;
      background: rgba(255,255,255,0.88);
      backdrop-filter: blur(24px) saturate(180%);
      -webkit-backdrop-filter: blur(24px) saturate(180%);
      z-index: 100;
    }

    /* アナウンスバー */
    .announce-bar {
      background: var(--accent);
      color: #ffffff;
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 0.08em;
      padding: 6px 24px;
      font-family: var(--sans);
      border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .announce-bar a {
      color: rgba(255,255,255,1);
      font-weight: 400;
      text-decoration: none;
      border-bottom: 1px solid rgba(255,255,255,0.5);
      padding-bottom: 1px;
      transition: border-color .2s;
    }
    .announce-bar a:hover { border-color: rgba(255,255,255,1); }
    .announce-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      max-width: 1400px;
      margin: 0 auto;
      gap: 0;
    }
    .announce-award {
      opacity: 0.95;
    }
    .announce-divider {
      opacity: 0.3;
      margin: 0 12px;
    }

    /* メインヘッダー */
    .header-main {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 32px;
      height: 72px;
      gap: 0;
    }
    /* 「無塩ドットコム」ロゴから検索まで全項目を等間隔に配置 */
    /* display:contents で .main-nav / .util / .util-icons の中間グループを透過し、
       .header-main の直下flex子としてロゴ・レビュー・ナビ5項目・アイコン4項目（計11項目）を均等配置 */
    .header-main > .trust-badges { margin: 0 0 0 24px; }
    .header-main > .site-logo { margin: 0; }
    .header-main > .main-nav { display: contents; }
    .header-main > .util { display: contents; }
    .util > .util-icons { display: contents; }
    /* カート/マイページ/ログイン/メニュー/検索 のラベルを下揃え（コンテンツ量が違ってもラベル位置を揃える） */
    .util-icons .util-icon-btn { align-self: flex-end; padding-bottom: 10px; }

    /* ロゴ */
    /* ===== Trust Badges (共通ラッパー) ===== */
    .trust-badges {
      display: flex;
      align-items: flex-end;
      gap: 10px;
      margin-left: 0;
      margin-right: 8px;
    }
    .trust-badge {
      display: flex;
      align-items: flex-end;
      gap: 6px;
      text-decoration: none;
    }

    /* ===== Award Badge ===== */
    .award-badge {
      gap: 3px;
    }
    .award-trophy {
      font-size: 20px;
      line-height: 1;
      flex-shrink: 0;
      align-self: center;
    }
    .award-text {
      display: flex;
      flex-direction: column;
      gap: 0px;
      justify-content: flex-end;
    }
    .award-title {
      font-family: var(--en);
      font-size: 5.5px;
      font-weight: 500;
      color: #9a8a4a;
      letter-spacing: 0.04em;
      line-height: 1.2;
      text-transform: uppercase;
    }
    .award-name {
      font-family: var(--sans);
      font-size: 5.5px;
      font-weight: 400;
      color: #6b5c2e;
      letter-spacing: 0.02em;
      line-height: 1;
    }

    .site-logo {
      text-decoration: none;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .logo-box {
      background: var(--accent);
      color: white;
      width: 52px;
      height: 52px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 4px;
      line-height: 1;
    }
    .logo-kanji {
      font-family: var(--serif);
      font-size: 26px;
      font-weight: 500;
      letter-spacing: -0.02em;
      line-height: 1;
    }
    .logo-kana {
      font-family: var(--sans);
      font-size: 5.5px;
      font-weight: 400;
      letter-spacing: 0.04em;
      margin-top: 1px;
    }

    /* ナビ */
    .main-nav {
      display: flex;
      align-items: center;
      height: 72px;
      gap: 0;
      margin-left: 0;
    }
    .nav-item {
      position: relative;
      display: flex;
      align-items: center;
    }
    .nav-home-btn {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 3px;
      height: 72px;
      padding: 0 12px;
      background: none;
      border: none;
      cursor: pointer;
      color: var(--dark);
      text-decoration: none;
      transition: color .2s, background .2s;
    }
    .nav-home-btn:hover {
      color: var(--accent);
      background: rgba(139,16,16,0.05);
    }
    .nav-home-btn svg { width: 22px; height: 22px; display: block; }
    .nav-item > button,
    .nav-item > a {
      display: flex;
      align-items: center;
      height: 72px;
      padding: 0 16px;
      font-family: var(--sans);
      font-size: 14px;
      font-weight: 400;
      color: var(--dark);
      text-decoration: none;
      background: none;
      border: none;
      cursor: pointer;
      letter-spacing: 0.05em;
      position: relative;
      transition: color .2s, background .2s;
      white-space: nowrap;
      gap: 5px;
      border-radius: 2px;
    }
    .nav-item > button::after,
    .nav-item > a::after {
      content: '';
      position: absolute;
      bottom: 0; left: 20px; right: 20px;
      height: 1.5px;
      background: var(--accent);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .25s cubic-bezier(.4,0,.2,1);
    }
    .nav-item:hover > button,
    .nav-item:hover > a {
      color: var(--accent);
      background: rgba(139,16,16,0.04);
    }
    .nav-item:hover > button::after,
    .nav-item:hover > a::after { transform: scaleX(1); }

    .caret {
      width: 13px;
      height: 13px;
      display: block;
      color: var(--muted);
      transition: transform .25s cubic-bezier(.4,0,.2,1), color .2s;
      flex-shrink: 0;
    }
    .nav-item:hover .caret { transform: rotate(180deg); color: var(--accent); }

    /* ユーティリティ */
    .util {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 4px;
    }
    .util-top {
      display: flex;
      align-items: center;
      gap: 6px;
      font-family: var(--sans);
      font-size: 13px;
      font-weight: 300;
      color: var(--dark);
      letter-spacing: 0.03em;
    }
    .util-top a { color: var(--dark); text-decoration: none; transition: color .15s; }
    .util-top a:hover { color: var(--accent); }
    .util-top span { color: var(--muted); }
    .util-icons {
      display: flex;
      align-items: flex-end;
      gap: 6px;
    }
    .util-cart {
      border: none !important;
      border-radius: 0;
      padding: 8px 10px;
      background: transparent;
    }
    .util-cart svg {
      stroke: var(--accent);
    }
    .util-cart .util-label {
      color: var(--accent);
      font-weight: 400;
    }
    .util-cart-count {
      font-family: var(--sans);
      font-size: 7px;
      color: var(--accent);
      line-height: 1;
      white-space: nowrap;
    }
    .util-cart-icon-wrap {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }
    .util-cart-icon-wrap svg {
      width: 38px !important;
      height: 30px !important;
      stroke-width: 1.5;
    }
    .util-cart-badge {
      position: absolute;
      top: -10px;
      right: -6px;
      left: auto;
      transform: none;
      color: #ffffff;
      background: var(--accent);
      border: 2px solid #ffffff;
      border-radius: 999px;
      min-width: 15px;
      height: 22px;
      padding: 0 5px;
      font-family: var(--en);
      font-size: 13px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0;
      pointer-events: none;
      white-space: nowrap;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
    }
    /* [CART_INSIDE?] が出力するDOMを「商品数のみ」表示に整形 */
    .util-cart-badge .M_headBasket { display: contents; }
    .util-cart-badge #M_headBasketSwitch,
    .util-cart-badge #M_basketClosedBox,
    .util-cart-badge #M_basketOpenedBox { display: none !important; }
    .util-cart-badge #M_headBasketIn {
      display: contents;
      font-size: 0;
      margin: 0;
      line-height: inherit;
      color: inherit;
    }
    .util-cart-badge #M_headBasketIn em {
      font-size: 13px;
      font-style: normal;
      font-weight: 600;
      color: inherit;
      line-height: 1;
    }
    .util-icon-btn {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 3px;
      background: none;
      border: none;
      cursor: pointer;
      color: var(--dark);
      padding: 8px 10px;
      border-radius: 6px;
      transition: color .2s, background .2s;
      text-decoration: none;
    }
    .util-icon-btn:hover {
      color: var(--accent);
      background: rgba(139,16,16,0.05);
    }
    .util-icon-btn svg { width: 22px; height: 22px; display: block; }
    .util-mypage {
      padding-top: 2px;
    }
    .util-member-name {
      font-family: var(--sans);
      font-size: 14px;
      font-weight: 500;
      color: var(--accent);
      line-height: 1;
      letter-spacing: 0.02em;
      white-space: nowrap;
      margin-bottom: 4px;
    }
    .util-label {
      font-family: var(--sans);
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0.06em;
      color: inherit;
      white-space: nowrap;
    }

    /* ----- メガメニュー ----- */
    .mega {
      visibility: hidden;
      opacity: 0;
      transform: translateX(-50%) translateY(6px);
      transition: opacity .22s cubic-bezier(.4,0,.2,1), transform .22s cubic-bezier(.4,0,.2,1), visibility .22s;
      position: absolute;
      top: calc(100% + 2px);
      left: 50%;
      background: rgba(255,255,255,0.97);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border: 1px solid rgba(0,0,0,0.08);
      box-shadow: 0 16px 48px rgba(0,0,0,.10), 0 2px 8px rgba(0,0,0,.04);
      z-index: 200;
      min-width: 480px;
      border-radius: 3px;
    }
    .nav-item:hover .mega {
      visibility: visible;
      opacity: 1;
      transform: translateX(-50%) translateY(0);
    }
    .nav-item.is-closing .mega {
      visibility: hidden !important;
      opacity: 0 !important;
      transform: translateX(-50%) translateY(6px) !important;
      transition: none !important;
    }
    /* 三角 */
    .mega::before {
      content: '';
      position: absolute;
      top: -5px; left: 50%;
      transform: translateX(-50%) rotate(45deg);
      width: 9px; height: 9px;
      background: white;
      border-top: 1px solid rgba(0,0,0,0.08);
      border-left: 1px solid rgba(0,0,0,0.08);
    }

    .mega-inner {
      display: grid;
      grid-template-columns:
        minmax(220px, 1fr)
        minmax(220px, 1fr)
        minmax(220px, 1fr)
        minmax(290px, 1.3fr);
      padding: 28px 48px 24px 48px;
      gap: 32px;
      min-width: 1080px;
    }
    .mega.is-compact {
      min-width: 0;
    }
    .mega.is-compact .mega-inner {
      grid-template-columns: max-content;
      padding: 16px 28px 14px 24px;
      gap: 0;
      min-width: 0;
      width: max-content;
    }
    .mega.is-compact .mega-col {
      min-width: 0;
    }
    .mega.is-compact .mega-col a {
      padding: 5px 0;
      width: max-content;
      font-size: 14px;
    }
    .mega-col {
      min-width: 120px;
      display: flex;
      flex-direction: column;
    }
    .mega-col a.mega-label-link {
      font-family: var(--sans);
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0.03em;
      color: var(--ink);
      padding: 0 4px 6px 0;
      margin-bottom: 6px;
      border-bottom: 1px solid var(--accent);
      display: flex;
      align-items: baseline;
      gap: 4px;
      align-self: stretch;
      width: 100%;
      transition: color .15s, border-color .15s;
    }
    .mega-col a.mega-label-link::before {
      content: "→";
      display: inline-block;
      width: auto;
      height: auto;
      background: transparent;
      border-radius: 0;
      color: var(--accent);
      font-size: 13px;
      font-weight: 500;
      margin-right: 4px;
      line-height: 1;
      transform: none;
      transition: transform 0.2s ease;
    }
    .mega-col a.mega-label-link:hover {
      color: var(--accent);
      border-bottom-color: var(--accent);
    }
    .mega-col a.mega-label-link:hover::before {
      content: "→";
      color: var(--accent);
      font-size: 16px;
      font-weight: 700;
      line-height: 1;
      background: transparent;
      transform: translateX(3px);
    }
    .mega-label-link .label-sub {
      font-size: 13px;
      font-weight: 400;
      letter-spacing: 0.02em;
    }
    .mega-col a.mega-label-link .mega-count {
      font-family: var(--en);
      font-size: 12px;
      font-weight: 400;
      color: var(--mid);
      letter-spacing: 0.02em;
      margin-left: auto;
      padding-left: 8px;
      flex-shrink: 0;
    }
    .mega-col a.mega-label-link:hover .mega-count {
      color: var(--accent);
    }
    .mega-col > * + a.mega-label-link {
      margin-top: 18px;
    }
    .mega-heading-group {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 100%;
    }
    .mega-col > * + .mega-heading-group,
    .mega-heading-group + * {
      margin-top: 18px;
    }
    .mega-col a.see-all-link {
      color: var(--accent);
      font-size: 14px;
      font-weight: 400;
      align-self: flex-end;
      padding: 3px 2px 5px 0;
      margin-top: 2px;
      gap: 2px;
      width: auto;
      display: inline-flex;
      align-items: center;
      transition: font-weight 0.2s ease;
    }
    .mega-col a.see-all-link::before {
      display: none;
    }
    .mega-col a.see-all-link:hover {
      color: var(--accent);
      font-weight: 700;
    }
    .mega-col a.see-all-link:hover::before {
      display: none;
    }
    .mega-col a.see-all-link .chev {
      font-size: 14px;
      line-height: 1;
      color: var(--accent);
      margin-left: 2px;
      transition: transform 0.2s ease, font-weight 0.2s ease;
    }
    .mega-col a.see-all-link:hover .chev {
      transform: translateX(3px);
      font-weight: 700;
      font-size: 15px;
    }
    .mega-col a.mega-label-link.is-star {
      color: var(--accent);
      font-weight: 500;
    }
    .mega-col a.mega-label-link.is-star .label-star {
      color: var(--accent);
      display: inline-flex;
      align-items: center;
      margin-right: 4px;
    }
    .mega-col a.mega-label-link.is-star .crown-icon {
      width: 15px;
      height: 13px;
      display: block;
      fill: currentColor;
    }
    .mega-col a.mega-label-link.is-star:hover {
      color: var(--accent);
      border-bottom-color: var(--accent);
    }
    .mega-col .mega-sub-divider {
      border: none;
      border-top: 1px solid var(--border);
      margin: 18px 0 12px 0;
    }
    .mega-col .mega-other-label {
      font-size: 11px;
      font-weight: 600;
      color: #999;
      letter-spacing: 0.08em;
      margin: 18px 0 0 0;
      padding: 0;
    }
    .mega-col .mega-other-label + .mega-sub-divider {
      margin-top: 4px;
    }

    /* ===== 検索ドロワー ===== */
    .search-drawer {
      position: absolute;
      top: 100%;
      left: 0; right: 0;
      background: rgba(255,255,255,0.98);
      backdrop-filter: blur(24px) saturate(180%);
      -webkit-backdrop-filter: blur(24px) saturate(180%);
      border-bottom: 1px solid var(--border);
      box-shadow: 0 12px 36px rgba(0,0,0,0.08);
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      transition: max-height 0.25s cubic-bezier(.4,0,.2,1), opacity 0.18s, visibility 0.2s;
      z-index: 150;
    }
    .search-drawer.is-open {
      max-height: 280px;
      opacity: 1;
      visibility: visible;
    }
    .search-drawer-inner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 22px 40px 20px;
    }
    .search-form {
      display: flex;
      align-items: center;
      gap: 14px;
      border-bottom: 2px solid var(--ink);
      padding-bottom: 10px;
    }
    .search-icon-svg {
      width: 20px; height: 20px;
      color: var(--mid);
      flex-shrink: 0;
      stroke-width: 1.5;
    }
    .search-input {
      flex: 1;
      border: none;
      outline: none;
      font-family: var(--sans);
      font-size: 16px;
      font-weight: 300;
      color: var(--ink);
      background: transparent;
      padding: 4px 0;
      letter-spacing: 0.02em;
    }
    .search-input::placeholder {
      color: var(--muted);
      font-weight: 300;
    }
    .search-close {
      width: 32px; height: 32px;
      border-radius: 50%;
      background: none;
      border: none;
      color: var(--mid);
      font-size: 22px;
      line-height: 1;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.15s, color 0.15s;
    }
    .search-close:hover {
      background: var(--bg);
      color: var(--accent);
    }
    .search-suggest {
      margin-top: 18px;
    }
    .search-chips {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
    }
    .search-chips-label {
      font-family: var(--sans);
      font-size: 14px;
      font-weight: 500;
      color: var(--dark);
      letter-spacing: 0.05em;
      margin-right: 8px;
    }
    /* 人気キーワードチップ（検索ドロワー内 / flipdesk注入の人気キーワードにも適用） */
    .search-chip,
    .site-header .search-chip,
    a[data-u-link-value] {
      display: inline-flex !important;
      align-items: center !important;
      padding: 9px 16px !important;
      border-radius: 999px !important;
      background: var(--surface) !important;
      border: 1px solid var(--border) !important;
      color: var(--dark) !important;
      font-family: var(--sans) !important;
      font-size: 16px !important;
      font-weight: 400 !important;
      line-height: 1.2 !important;
      text-decoration: none !important;
      cursor: pointer !important;
      transition: background 0.15s, border-color 0.15s, color 0.15s !important;
      margin: 4px 4px 4px 0 !important;
    }
    .search-chip:hover,
    .site-header .search-chip:hover,
    a[data-u-link-value]:hover {
      background: var(--accent) !important;
      border-color: var(--accent) !important;
      color: #ffffff !important;
    }
    /* flipdesk 人気キーワード行：「人気キーワード : 」ラベルと <span style="font-size:12px">を上書き */
    p:has(> span > a[data-u-link-value]),
    p > span:has(> a[data-u-link-value]) {
      font-size: 16px !important;
      line-height: 1.6 !important;
      color: var(--dark) !important;
      letter-spacing: 0.03em !important;
    }

    /* ===== メニュードロワー ===== */
    .menu-drawer {
      position: absolute;
      top: 100%;
      left: 0; right: 0;
      background: rgba(255,255,255,0.98);
      backdrop-filter: blur(24px) saturate(180%);
      -webkit-backdrop-filter: blur(24px) saturate(180%);
      border-bottom: 1px solid var(--border);
      box-shadow: 0 12px 36px rgba(0,0,0,0.08);
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      transition: max-height 0.3s cubic-bezier(.4,0,.2,1), opacity 0.18s, visibility 0.2s;
      z-index: 150;
    }
    .menu-drawer.is-open {
      max-height: 80vh;
      overflow-y: auto;
      opacity: 1;
      visibility: visible;
    }
    .menu-drawer-inner {
      max-width: 880px;
      margin: 0 auto;
      padding: 28px 28px 28px;
      display: grid;
      grid-template-columns: 220px 220px 340px;
      justify-content: start;
      column-gap: 40px;
      position: relative;
    }
    .menu-drawer-col {
      display: flex;
      flex-direction: column;
      min-width: 0;
      width: 100%;
    }
    .menu-drawer-section {
      margin-bottom: 14px;
    }
    .menu-drawer-section:last-child {
      margin-bottom: 0;
    }
    .menu-drawer-section-label {
      font-family: var(--sans);
      font-size: 16px;
      font-weight: 500;
      color: var(--ink);
      padding: 0 56px 5px 0;
      border-bottom: 1px solid var(--accent);
      display: inline-block;
      width: auto;
      margin-bottom: 8px;
      letter-spacing: 0.06em;
    }
    .menu-drawer-section a {
      display: block;
      font-size: 16px;
      color: var(--ink);
      padding: 2px 0;
      text-decoration: none;
      letter-spacing: 0.03em;
      line-height: 1.5;
      transition: color 0.15s, font-weight 0.15s;
    }
    .menu-drawer-section a:hover {
      color: var(--accent);
      font-weight: 500;
    }
    .menu-drawer-section a.menu-emphasis {
      color: var(--ink);
    }
    .menu-drawer-section a.menu-emphasis:hover {
      color: var(--accent);
      font-weight: 700;
    }
    .menu-drawer-section a.menu-tel {
      line-height: 1.4;
      padding-top: 8px;
    }
    .menu-drawer-section a.menu-tel .tel-hours {
      display: block;
      font-size: 12px;
      font-weight: 400;
      color: var(--ink);
      margin-top: 2px;
      letter-spacing: 0;
    }
    /* メニューパネル内 FAQ slidedown（送料・お支払い方法） */
    .menu-drawer-section .menu-faq {
      margin: 0;
      border-top: 1px solid var(--border);
    }
    .menu-drawer-section .menu-faq:first-of-type {
      margin-top: 6px;
    }
    .menu-drawer-section .menu-faq[open] {
      background: var(--bg);
    }
    .menu-drawer-section .menu-faq summary {
      display: block;
      font-size: 16px;
      color: var(--ink);
      padding: 12px 22px 12px 0;
      letter-spacing: 0.03em;
      line-height: 1.5;
      cursor: pointer;
      position: relative;
      list-style: none;
      transition: color 0.15s, font-weight 0.15s, background 0.15s;
    }
    .menu-drawer-section .menu-faq[open] > summary {
      font-weight: 500 !important;
      color: var(--accent);
      border-bottom: 1px solid var(--border);
      padding-left: 8px;
    }
    .menu-drawer-section .menu-faq summary::-webkit-details-marker { display: none; }
    .menu-drawer-section .menu-faq summary::after {
      content: '+';
      position: absolute;
      right: 2px;
      top: 50%;
      transform: translateY(-50%);
      font-weight: 300;
      color: var(--mid);
      font-size: 18px;
      transition: color 0.15s;
    }
    .menu-drawer-section .menu-faq[open] summary::after {
      content: '−';
      color: var(--accent);
    }
    .menu-drawer-section .menu-faq summary:hover {
      color: var(--accent);
      font-weight: 500;
    }
    .menu-drawer-section .menu-faq-body {
      padding: 12px 8px 16px 8px;
      font-size: 14px;
      color: var(--ink);
      line-height: 1.7;
      letter-spacing: 0.02em;
      animation: menuFaqOpen 0.22s cubic-bezier(.4,0,.2,1);
    }
    .menu-drawer-section .menu-faq-body strong.menu-faq-emphasis {
      color: var(--accent);
      font-weight: 600;
    }
    @keyframes menuFaqOpen {
      from { opacity: 0; transform: translateY(-4px); }
      to { opacity: 1; transform: translateY(0); }
    }
    .menu-drawer-section .menu-faq-body p {
      margin: 6px 0;
    }
    .menu-drawer-section .menu-faq-body p:first-child {
      margin-top: 0;
    }
    .menu-drawer-section .menu-faq-body p:last-child {
      margin-bottom: 0;
    }
    .menu-drawer-section .menu-faq-lead {
      color: var(--ink);
      font-weight: 500;
      margin-top: 10px;
    }
    .menu-drawer-section .menu-faq-body > p.menu-faq-lead:first-child {
      margin-top: 0;
    }
    .menu-drawer-section .menu-faq-table {
      width: 100%;
      max-width: 100%;
      table-layout: fixed;
      border-collapse: collapse;
      font-size: 13px;
      margin: 4px 0 8px;
    }
    .menu-drawer-section .menu-faq-table th,
    .menu-drawer-section .menu-faq-table td {
      border: 1px solid var(--border);
      padding: 4px 5px;
      text-align: center;
      color: var(--ink);
      vertical-align: middle;
      letter-spacing: 0;
    }
    .menu-drawer-section .menu-faq-table th {
      background: var(--bg);
      font-weight: 500;
      color: var(--ink);
    }
    .menu-drawer-section .menu-faq-table strong {
      color: var(--accent);
      font-weight: 500;
    }

    /* ============================================================
       【重要】既存ヘッダーCSS（header_fixed/common.css 等）からの干渉を打ち消すリセット
       MakeShop本店の既存CSSが .nav-item width / .logo / .icon 等を上書きするため、
       .site-header スコープで特異性を上げて制御する。
       本番反映時、この section は削除しないこと。
       ============================================================ */
    .site-header,
    .site-header * {
      box-sizing: border-box;
    }
    .site-header .nav-item {
      width: auto;
      text-align: left;
      line-height: 1.5;
      border-left: none;
      border-right: none;
      color: var(--dark);
    }
    .site-header .nav-item:last-child {
      border-right: none;
    }
    .site-header .nav-item > a,
    .site-header .nav-item > button {
      display: flex;
      padding: 0 16px;
      color: var(--dark);
      text-decoration: none;
    }
    .site-header .nav-item:hover > a,
    .site-header .nav-item:hover > button {
      color: var(--accent);
    }
    .site-header .nav-home-btn {
      color: var(--dark);
      text-decoration: none;
    }
    .site-header a {
      text-decoration: none;
    }
    .site-header a:visited,
    .site-header a:hover,
    .site-header a:active {
      text-decoration: none;
    }
    .site-header .site-logo,
    .site-header .site-logo:visited {
      text-decoration: none;
      color: inherit;
      width: auto;
      max-width: none;
    }
    .site-header .site-logo img {
      display: block;
      max-width: none;
      width: auto;
    }
    .site-header ul {
      list-style: none;
      height: auto;
      padding: 0;
      margin: 0;
    }
    .site-header li {
      list-style: none;
    }
    .site-header button {
      font-family: inherit;
      line-height: inherit;
      color: inherit;
      background: none;
      border: none;
      cursor: pointer;
    }
    .site-header .icon {
      padding-left: 0;
      margin-right: 0;
    }
    .site-header .icon::before {
      content: none;
    }
    .site-header img {
      max-width: none;
      vertical-align: top;
    }
    /* メニュードロワー内テキスト：必ず左揃え */
    .site-header .menu-drawer,
    .site-header .menu-drawer-inner,
    .site-header .menu-drawer-col,
    .site-header .menu-drawer-section,
    .site-header .menu-drawer-section a,
    .site-header .menu-drawer-section summary,
    .site-header .menu-drawer-section-label,
    .site-header .menu-faq-body,
    .site-header .menu-faq-body p,
    .site-header .menu-faq-lead {
      text-align: left;
    }

    .menu-drawer-close {
      position: absolute;
      top: 16px;
      right: 24px;
      background: transparent;
      border: none;
      cursor: pointer;
      font-size: 22px;
      color: var(--mid);
      width: 32px;
      height: 32px;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      transition: background 0.15s, color 0.15s;
    }
    .menu-drawer-close:hover {
      background: var(--bg);
      color: var(--accent);
    }
    .mega-label {
      font-family: var(--sans);
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.03em;
      color: var(--ink);
      padding-bottom: 6px;
      margin-bottom: 4px;
      border-bottom: 2px solid var(--accent);
    }
    .mega a.mega-heading {
      font-family: var(--sans);
      font-size: 11px;
      font-weight: 400;
      color: var(--mid);
      border-top: none;
      border-bottom: none;
      padding: 0;
      margin-top: 4px;
      margin-bottom: 0;
      display: block;
      letter-spacing: 0.02em;
      white-space: nowrap;
    }
    .mega a.mega-heading .mega-heading-text {
      border-bottom: 1px solid var(--accent);
      padding-bottom: 2px;
      display: inline-block;
    }
    .mega-col .mega-count {
      font-family: var(--en);
      font-size: 12px;
      font-weight: 400;
      color: var(--mid);
      margin-left: 1px;
      white-space: nowrap;
    }
    .mega a.mega-heading:hover {
      color: var(--accent);
    }
    .mega a.mega-heading::before {
      content: "→";
      margin-right: 4px;
      color: var(--accent);
      font-size: 10px;
      font-weight: 500;
      display: inline-block;
      transition: transform 0.2s ease;
      width: auto;
      height: auto;
      background: transparent;
      border-radius: 0;
    }
    .mega a.mega-heading:hover::before {
      transform: translateX(3px);
    }
    .mega .mega-more {
      font-size: 10px;
    }
    .mega-col a.mega-featured {
      font-weight: 400;
      color: var(--dark);
      padding: 5px 0;
    }
    .mega-col a.mega-featured::before {
      background: var(--accent);
    }
    .mega-col a {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 14px;
      font-weight: 400;
      color: var(--dark);
      text-decoration: none;
      padding: 3px 0;
      letter-spacing: 0.02em;
      transition: color .18s;
      white-space: nowrap;
    }
    .mega-col a::before {
      content: '';
      display: inline-block;
      width: 2.5px;
      height: 2.5px;
      border-radius: 50%;
      background: var(--muted);
      flex-shrink: 0;
      transition: background .18s;
    }
    .mega-col a:hover { color: var(--accent); }
    .mega-col a:hover::before { background: var(--accent); transform: scale(1.5); }

    /* フッター内リンク */
    .mega-footer {
      background: var(--bg);
      border-top: 1px solid var(--border);
      padding: 12px 32px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 22px;
    }
    .mega-footer a {
      font-size: 11.5px;
      color: var(--mid);
      text-decoration: none;
      letter-spacing: 0.03em;
      transition: color .15s;
    }
    .mega-footer a:hover { color: var(--accent); }
    .mega-footer .mega-count {
      font-family: var(--en);
      font-size: 12px;
      color: var(--mid);
      margin-left: 2px;
    }
    .mega-footer a.mega-footer-pb {
      color: var(--ink);
      font-weight: 400;
      display: inline-flex;
      align-items: center;
      gap: 4px;
    }
    .mega-footer a.mega-footer-pb b {
      font-weight: 500;
      color: var(--accent);
      border-bottom: 1px solid var(--accent);
      padding-bottom: 1px;
    }

    /* ----- コンテンツエリア ----- */
    .site-content {
      background: var(--bg);
      padding: 64px 40px;
      min-height: 200px;
    }
    .content-kicker {
      font-family: var(--en);
      font-size: 9px;
      letter-spacing: 0.18em;
      color: var(--muted);
      text-transform: uppercase;
      margin-bottom: 14px;
    }
    .content-h {
      font-family: var(--serif);
      font-size: 26px;
      font-weight: 400;
      color: var(--ink);
      margin-bottom: 10px;
    }
    .content-p { font-size: 13px; color: var(--mid); }

    /* ==============================
       MOBILE FRAME
    ============================== */
    .sp-center { display: flex; justify-content: center; }

    .sp-device {
      width: 390px;
      background: var(--surface);
      border: 1px solid #d4d4cf;
      box-shadow: 0 4px 28px rgba(0,0,0,.09);
      position: relative;
      overflow: hidden;
      min-height: 700px;
    }

    .sp-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px;
      height: 56px;
      border-bottom: 1px solid var(--border);
      background: var(--surface);
      position: relative;
      z-index: 10;
    }
    .sp-logo {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .sp-logo-box {
      background: var(--accent);
      color: white;
      width: 38px;
      height: 38px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      line-height: 1;
    }
    .sp-logo-kanji {
      font-family: var(--serif);
      font-size: 18px;
      font-weight: 500;
    }
    .sp-logo-kana {
      font-family: var(--sans);
      font-size: 6px;
      margin-top: 1px;
    }
    .sp-right { display: flex; align-items: center; gap: 14px; }
    .sp-util-btn {
      background: none;
      border: none;
      cursor: pointer;
      color: var(--dark);
      padding: 6px;
      line-height: 1;
      border-radius: 3px;
      transition: color .2s, background .2s;
      display: flex;
      align-items: center;
    }
    .sp-util-btn:hover {
      color: var(--accent);
      background: rgba(139,16,16,0.05);
    }
    .ham {
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      gap: 5px;
      padding: 3px;
    }
    .ham span {
      display: block;
      width: 20px; height: 1.5px;
      background: var(--dark);
      transition: .3s;
    }

    /* フルスクリーンメニュー */
    .sp-menu {
      position: absolute;
      inset: 0;
      background: var(--surface);
      z-index: 50;
      transform: translateX(100%);
      transition: transform .38s cubic-bezier(.4,0,.2,1);
      overflow-y: auto;
      display: flex;
      flex-direction: column;
    }
    .sp-menu.open { transform: none; }

    .sp-menu-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px;
      height: 56px;
      border-bottom: 1px solid var(--border);
      flex-shrink: 0;
      position: sticky;
      top: 0;
      background: var(--surface);
      z-index: 10;
    }
    .sp-menu-kicker {
      font-family: var(--en);
      font-size: 10px;
      letter-spacing: 0.16em;
      color: var(--muted);
      text-transform: uppercase;
    }
    .sp-close {
      background: none;
      border: none;
      font-size: 20px;
      color: var(--mid);
      cursor: pointer;
      line-height: 1;
    }

    .sp-section { }
    .sp-section-label {
      font-family: var(--en);
      font-size: 12px;
      letter-spacing: 0.16em;
      color: #ffffff;
      text-transform: uppercase;
      padding: 10px 20px;
      display: block;
      background: #b0b0b0;
    }
    .sp-link {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 14px 20px;
      font-size: 15px;
      font-weight: 300;
      color: var(--dark);
      text-decoration: none;
      border-bottom: 1px solid #f5f5f3;
      letter-spacing: 0.02em;
      transition: background .15s, color .15s;
    }
    .sp-link:hover { background: var(--bg); color: var(--accent); }
    .sp-link .arrow { font-size: 14px; color: var(--mid); }
    .sp-link-primary {
      background: rgba(139,16,16,0.04);
      font-weight: 500 !important;
      color: var(--accent) !important;
      border-left: 3px solid var(--accent);
    }
    .sp-divider {
      height: 1px;
      background: var(--border);
      margin: 6px 0;
    }
    /* アナウンスバー（モバイル・オシャレ化） */
    .sp-announce-bar {
      background: linear-gradient(90deg, #8b1010 0%, #a01515 50%, #8b1010 100%);
      color: white;
      font-size: 11px;
      padding: 8px 16px;
      text-align: center;
      letter-spacing: 0.08em;
      font-weight: 400;
      border-bottom: 1px solid rgba(255,255,255,0.15);
    }
    .sp-announce-bar b { font-weight: 600; letter-spacing: 0.04em; }
    /* ヘッダー：メニューラベル併記、カートバッジ */
    .ham-labeled {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2px;
      background: none;
      border: none;
      cursor: pointer;
      padding: 4px 4px;
    }
    .ham-labeled .ham-icon {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
    .ham-labeled .ham-icon span {
      display: block;
      width: 22px;
      height: 2px;
      background: var(--dark);
      border-radius: 1px;
    }
    .ham-labeled .ham-label {
      font-size: 10px;
      color: var(--dark);
      font-weight: 400;
      letter-spacing: 0.04em;
    }
    .sp-util-btn-labeled {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 2px;
      position: relative;
      background: none;
      border: none;
      cursor: pointer;
      padding: 4px;
      color: var(--dark);
    }
    .sp-util-btn-labeled .util-label {
      font-size: 10px;
      letter-spacing: 0.04em;
    }
    .sp-util-btn-labeled .badge {
      position: absolute;
      top: 0;
      right: 2px;
      background: var(--accent);
      color: white;
      font-size: 9px;
      min-width: 14px;
      height: 14px;
      border-radius: 7px;
      padding: 0 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      font-weight: 500;
    }
    /* 検索バー（常時露出） */
    .sp-search-bar {
      padding: 10px 14px;
      background: var(--surface);
      border-bottom: 1px solid var(--border);
    }
    .sp-search-wrap {
      position: relative;
      display: flex;
      align-items: center;
    }
    .sp-search-input {
      width: 100%;
      height: 44px;
      padding: 0 14px 0 44px;
      font-size: 16px;
      font-family: var(--sans);
      border: 1.5px solid #d8d1cd;
      border-radius: 22px;
      background: #faf8f6;
      color: var(--dark);
      outline: none;
      transition: border-color .2s;
    }
    .sp-search-input:focus { border-color: var(--accent); }
    .sp-search-input::placeholder { color: #b0a89f; font-weight: 300; }
    .sp-search-icon {
      position: absolute;
      left: 14px;
      top: 50%;
      transform: translateY(-50%);
      color: var(--mid);
      pointer-events: none;
    }
    /* オシャレ化: 和風ゴールド */
    :root {
      --gold: #a16207;
      --gold-soft: #c99a3c;
      --cream: #faf8f4;
      --cream-warm: #f5f0e8;
      --ink-soft: #3a2e2e;
    }
    /* メインナビ（白基調・PC調和） */
    .sp-main-nav {
      background: var(--surface);
      border-bottom: 1px solid var(--border);
    }
    .sp-nav-row {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
    }
    .sp-nav-row:first-child {
      border-bottom: 1px solid #f0eae4;
    }
    .sp-nav-item {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      padding: 13px 6px;
      color: var(--ink-soft);
      text-decoration: none;
      font-size: 13.5px;
      font-weight: 400;
      min-height: 44px;
      letter-spacing: 0.06em;
      border-right: 1px solid #f0eae4;
      background: var(--surface);
      transition: background .2s ease, color .2s ease;
      position: relative;
    }
    .sp-nav-row:nth-child(2) .sp-nav-item {
      font-family: var(--serif);
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.08em;
    }
    .sp-nav-row > .sp-nav-item:last-child { border-right: none; }
    .sp-nav-item:hover {
      background: rgba(139,16,16,0.04);
      color: var(--accent);
    }
    .sp-nav-item svg {
      width: 16px;
      height: 16px;
      stroke-width: 1.5;
      color: var(--accent);
      transition: transform .2s;
    }
    .sp-nav-item:hover svg { transform: translateY(-1px); }
    /* ロゴ画像（モバイル） */
    .sp-logo-img {
      width: 38px;
      height: 38px;
      object-fit: contain;
      flex-shrink: 0;
    }
    /* 電話番号バー（洗練・和風） */
    .sp-tel-bar {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 10px 14px;
      background: linear-gradient(180deg, #fbf6f3 0%, #f7efea 100%);
      border-bottom: 1px solid #ede3dc;
      font-size: 12px;
      color: var(--ink-soft);
      text-decoration: none;
      letter-spacing: 0.06em;
      font-family: var(--serif);
      font-weight: 400;
      transition: background .25s;
    }
    .sp-tel-bar:hover { background: linear-gradient(180deg, #f7efea 0%, #f2e6df 100%); }
    .sp-tel-bar .tel-icon-wrap {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: var(--accent);
      color: white;
      flex-shrink: 0;
    }
    .sp-tel-bar .tel-icon-wrap svg { width: 11px; height: 11px; color: white; stroke-width: 2.2; }
    .sp-tel-bar svg { width: 14px; height: 14px; color: var(--accent); stroke-width: 2; }
    .sp-tel-bar .tel-num {
      font-weight: 500;
      color: var(--accent);
      font-family: var(--en);
      font-size: 15px;
      letter-spacing: 0.04em;
    }
    .sp-tel-bar .tel-sub {
      font-size: 10px;
      color: var(--mid);
      font-family: var(--sans);
      letter-spacing: 0.04em;
    }
    /* 人気キーワードチップ（洗練・和風） */
    .sp-kw-bar {
      padding: 10px 14px 12px;
      background: var(--cream);
      border-bottom: 1px solid #ede3dc;
      display: flex;
      align-items: center;
      gap: 8px;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }
    .sp-kw-bar::-webkit-scrollbar { display: none; }
    .sp-kw-label {
      font-size: 10px;
      color: var(--mid);
      flex-shrink: 0;
      letter-spacing: 0.12em;
      font-family: var(--en);
      text-transform: uppercase;
    }
    .sp-kw-chip {
      display: inline-flex;
      align-items: center;
      padding: 7px 14px;
      background: var(--surface);
      border: 1px solid #e3dcd5;
      border-radius: 20px;
      font-size: 12px;
      color: var(--ink-soft);
      text-decoration: none;
      flex-shrink: 0;
      letter-spacing: 0.04em;
      transition: all .22s ease;
    }
    .sp-kw-chip:hover {
      border-color: var(--accent);
      color: var(--accent);
      transform: translateY(-1px);
      box-shadow: 0 2px 6px rgba(139,16,16,0.08);
    }
    .sp-kw-chip.season {
      background: linear-gradient(135deg, rgba(161,98,7,0.08), rgba(139,16,16,0.06));
      border-color: var(--gold-soft);
      color: var(--gold);
      font-weight: 500;
      position: relative;
    }
    .sp-kw-chip.season::before {
      content: "✦";
      color: var(--gold);
      margin-right: 4px;
      font-size: 10px;
    }
    /* カテゴリ6カード（洗練・和風） */
    .sp-cat-row-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px 16px 8px;
      background: var(--cream);
    }
    .sp-cat-row-head .lbl {
      font-size: 13px;
      font-weight: 500;
      color: var(--ink-soft);
      font-family: var(--serif);
      letter-spacing: 0.14em;
      position: relative;
      padding-left: 14px;
    }
    .sp-cat-row-head .lbl::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 6px;
      height: 6px;
      background: var(--accent);
      border-radius: 50%;
    }
    .sp-cat-row-head .more {
      font-size: 11px;
      color: var(--gold);
      text-decoration: none;
      letter-spacing: 0.06em;
      font-family: var(--sans);
      transition: color .2s;
    }
    .sp-cat-row-head .more:hover { color: var(--accent); }
    .sp-cat-row {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 8px;
      padding: 4px 14px 16px;
      background: var(--cream);
      border-bottom: 1px solid #ede3dc;
    }
    .sp-cat-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 4px;
      padding: 16px 6px;
      min-height: 76px;
      background: var(--surface);
      border: 1px solid #ebe2da;
      border-radius: 10px;
      color: var(--ink-soft);
      text-decoration: none;
      text-align: center;
      line-height: 1.3;
      letter-spacing: 0.04em;
      font-family: var(--serif);
      position: relative;
      overflow: hidden;
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }
    .sp-cat-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 2px;
      background: linear-gradient(180deg, var(--accent), var(--gold));
      opacity: 0;
      transition: opacity .25s;
    }
    .sp-cat-card:hover {
      border-color: var(--accent);
      color: var(--accent);
      transform: translateY(-2px);
      box-shadow: 0 6px 16px rgba(139,16,16,0.1);
    }
    .sp-cat-card:hover::before { opacity: 1; }
    .sp-cat-card-primary {
      background: linear-gradient(135deg, rgba(139,16,16,0.04) 0%, rgba(161,98,7,0.06) 100%);
      border-color: rgba(139,16,16,0.3);
      color: var(--accent);
    }
    .sp-cat-card-primary::before {
      opacity: 1;
    }
    .sp-cat-card svg {
      width: 22px;
      height: 22px;
      color: var(--accent);
    }
    .sp-cat-label {
      font-size: 13px;
      font-weight: 500;
    }
    .sp-cat-sub {
      font-size: 9px;
      color: var(--mid);
      letter-spacing: 0.06em;
      font-family: var(--sans);
      margin-top: 2px;
    }
    /* 電話相談ボタン（メニュー内・強調） */
    .sp-call-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin: 14px 20px 4px;
      padding: 14px;
      background: var(--accent);
      color: white;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 500;
      text-decoration: none;
      letter-spacing: 0.02em;
    }
    .sp-call-btn svg { width: 18px; height: 18px; }
    .sp-call-sub {
      text-align: center;
      font-size: 10px;
      color: var(--mid);
      margin: 4px 20px 12px;
      letter-spacing: 0.04em;
    }
    /* ボトムナビ（固定・5項目） */
    .sp-bottom-nav {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      background: var(--surface);
      border-top: 1px solid var(--border);
      box-shadow: 0 -2px 10px rgba(0,0,0,0.06);
      z-index: 20;
    }
    .sp-bottom-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 3px;
      padding: 7px 0 8px;
      color: var(--mid);
      text-decoration: none;
      font-size: 10px;
      font-weight: 400;
      position: relative;
      min-height: 56px;
      letter-spacing: 0.02em;
    }
    .sp-bottom-item svg {
      width: 22px;
      height: 22px;
      stroke-width: 1.75;
    }
    .sp-bottom-item.active {
      color: var(--accent);
    }
    .sp-bottom-item .bottom-badge {
      position: absolute;
      top: 3px;
      left: 50%;
      transform: translateX(6px);
      background: var(--accent);
      color: white;
      font-size: 9px;
      min-width: 14px;
      height: 14px;
      border-radius: 7px;
      padding: 0 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      font-weight: 500;
    }
    /* コンテンツにボトムナビ分の余白 */
    .sp-device-bodypad { padding-bottom: 64px; }

    .sp-footer-links {
      padding: 16px 20px 20px;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .sp-footer-links a {
      font-size: 12px;
      color: var(--mid);
      text-decoration: none;
      letter-spacing: 0.03em;
    }

    /* ===== SNS icons (shared) ===== */
    .sns-row {
      display: flex;
      align-items: center;
      gap: 16px;
    }
    .sns-row a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      border: 1px solid var(--border);
      color: var(--mid);
      text-decoration: none;
      transition: color .18s, border-color .18s;
    }
    .sns-row a:hover {
      color: var(--accent);
      border-color: var(--accent);
    }
    .sns-row svg {
      width: 16px;
      height: 16px;
      fill: currentColor;
    }

    /* PC footer */
    .site-footer {
      background: var(--surface);
      border-top: 1px solid var(--border);
      padding: 20px 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .site-footer-label {
      font-family: var(--en);
      font-size: 10px;
      letter-spacing: 0.14em;
      color: var(--muted);
      text-transform: uppercase;
    }

    /* SP SNS row */
    .sp-sns-row {
      margin-top: auto;
      padding: 16px 20px 0;
      border-top: 1px solid var(--border);
    }
    .sp-sns-label {
      font-family: var(--en);
      font-size: 10px;
      letter-spacing: 0.14em;
      color: var(--muted);
      text-transform: uppercase;
      margin-bottom: 12px;
    }

    .sp-content {
      padding: 40px 20px;
      background: var(--bg);
      flex: 1;
    }

    /* ==============================
       改善サマリー
    ============================== */
    .summary {
      margin-top: 48px;
      padding-top: 36px;
      border-top: 1px solid var(--border);
    }
    .summary-kicker {
      font-family: var(--en);
      font-size: 9px;
      letter-spacing: 0.16em;
      color: var(--muted);
      text-transform: uppercase;
      margin-bottom: 20px;
    }
    .summary-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1px;
      background: var(--border);
      border: 1px solid var(--border);
    }
    .summary-cell { background: var(--surface); padding: 24px 28px; }
    .summary-cell-label {
      font-family: var(--en);
      font-size: 9px;
      letter-spacing: 0.14em;
      color: var(--muted);
      text-transform: uppercase;
      margin-bottom: 14px;
    }
    .s-item {
      font-size: 13px;
      font-weight: 300;
      color: var(--dark);
      padding: 7px 0;
      border-bottom: 1px solid #f5f5f3;
    }
    .s-item:last-child { border-bottom: none; }
    .del { color: var(--muted); text-decoration: line-through; }

    /* ===== サブタブ ===== */
    .sub-tabs {
      display: flex;
      gap: 24px;
      margin-bottom: 16px;
    }
    .sub-tab {
      font-family: var(--en);
      font-size: 11px;
      letter-spacing: 0.05em;
      color: var(--muted);
      background: none;
      border: none;
      border-bottom: 2px solid transparent;
      padding: 6px 0;
      cursor: pointer;
      transition: color .2s, border-color .2s;
    }
    .sub-tab:hover { color: var(--dark); }
    .sub-tab.active { color: var(--accent); border-bottom-color: var(--accent); }
    .sub-panel { display: none; }
    .sub-panel.active { display: block; }

    /* ===== レビューバッジ ===== */
    /* ===== Review Badge ===== */
    .review-badge {
      gap: 0;
    }
    .review-stars {
      font-size: 14px;
      line-height: 1;
      letter-spacing: 1px;
    }
    .review-score {
      font-family: var(--en);
      font-size: 14px;
      font-weight: 500;
      color: var(--ink);
      line-height: 1;
      margin-left: 7px;
    }
    .review-count {
      font-family: var(--sans);
      font-size: 12px;
      color: var(--dark);
      text-align: center;
      line-height: 1;
      margin-top: 4px;
    }
    .review-info {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
    }
    .review-stars-row {
      display: flex;
      align-items: center;
    }