/** Shopify CDN: Minification failed

Line 409:15 Unterminated string token

**/
/* ===========================================================================
   NOVOLD PDP Brutus tone — assets/pdp-brutus.css
   モックv2 (2026-04-30) からPDP実装用CSSを抽出
   - 純白(#fff) + 純黒(#0a0a0a) + ニュートラルグレー
   - Inter 900 + Noto Sans JP 500 の2層タイポ
   - letter-spacing -0.02〜-0.04em の凝縮感
   ============================================================================ */
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: "Inter", "Noto Sans JP", "Hiragino Sans", -apple-system, sans-serif;
  background: #f4f4f4;
  color: #0a0a0a;
  line-height: 1.7;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}

/* ============================================
   ① FV
============================================ */
.fv {
  padding: 0 16px 20px;
}
/* 画像ギャラリー */
.gallery { margin-bottom: 16px; }
.gallery .main-img {
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.gallery .main-img::after {
  content: "HERO IMAGE（豆 or 農園）";
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.2em;
  font-size: 12px; font-weight: 300;
}
.gallery .main-img .glow {
  position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,220,180,0.25), transparent 60%);
}
.gallery .thumbs {
  display: flex; gap: 6px; overflow-x: auto;
  padding-bottom: 4px;
}
.gallery .thumbs .th {
  flex: 0 0 56px; aspect-ratio: 1/1;
  border-radius: 4px; border: 1px solid #eee;
  font-size: 8px; color: #888;
  display: flex; align-items: center; justify-content: center;
  letter-spacing: 0.05em;
}
.gallery .thumbs .th.th-1 { background: linear-gradient(135deg, #1a1a1a, #0a0a0a); color: #fff; border-color: #0a0a0a; border-width: 2px; }
.gallery .thumbs .th.th-b { background: linear-gradient(135deg, #1a1a1a, #1a1a1a); color: #fff; }
.gallery .thumbs .th.th-s { background: linear-gradient(135deg, #888, #1a1a1a); color: #fff; }
.gallery .thumbs .th.th-m { background: linear-gradient(135deg, #1a1a1a, #1a1a1a); color: #fff; }
.gallery .count {
  font-size: 10px; color: #888; text-align: right; margin-top: 4px;
}

/* 商品情報 */
.prod-info { padding-top: 4px; }
.brand-line {
  font-family: "Inter", sans-serif;
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.24em; color: #888;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.prod-tagline {
  font-size: 13px; color: #1a1a1a; font-weight: 500;
  letter-spacing: 0.04em; margin-bottom: 10px;
}
.prod-title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 22px; font-weight: 900;
  color: #0a0a0a; line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.prod-sku { font-size: 10px; color: #aaa; margin-bottom: 12px; }
/* 在庫・納期バッジ */
.stock-badges {
  display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 14px;
}
.stock-badge {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.stock-instock { background: #e8f8ee; color: #1a1a1a; }
.stock-roast-on-order { background: #f4f4f4; color: #1a1a1a; }
.stock-limited { background: #fdecea; color: #8b2a2a; }
.stock-fresh { background: #e5e5e5; color: #1a1a1a; }
.stock-soldout { background: #fdecea; color: #8b2a2a; }

/* 価格 */
.prod-price-wrap {
  background: #f4f4f4;
  padding: 14px 16px;
  border-radius: 6px;
  margin-bottom: 14px;
}
.prod-price-line {
  display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px;
}
.prod-price {
  font-size: 26px; font-weight: 700; color: #0a0a0a; letter-spacing: 0.02em;
}
.prod-price small { font-size: 11px; color: #888; font-weight: 400; }
.prod-price-per { font-size: 11px; color: #1a1a1a; margin-top: 2px; }

/* 受注焙煎カード（ローンカード枠を再利用） */
.roast-card {
  background: linear-gradient(135deg, #f4f4f4 0%, #e5e5e5 100%);
  border: 1px solid #1a1a1a;
  padding: 10px 14px;
  border-radius: 6px;
  display: flex; align-items: center; gap: 10px;
  margin-top: 8px;
}
.roast-icon { font-size: 22px; }
.roast-text { flex: 1; font-size: 11px; color: #1a1a1a; }
.roast-text strong {
  display: block;
  font-size: 13px; color: #1a1a1a; font-weight: 700; letter-spacing: 0.02em;
  margin-bottom: 2px;
}
.roast-text small { color: #1a1a1a; font-size: 10px; }

/* バリエーション（容量・挽き方） */
.variant-select {
  margin-bottom: 22px;
  border: 0;
  padding: 0;
  min-width: 0;
}
.variant-select .vs-label {
  font-size: 14px; color: #555; margin-bottom: 10px; letter-spacing: 0.04em;
  font-weight: 600;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.variant-select .vs-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.vs-chip {
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  display: flex; align-items: center; gap: 6px;
  text-decoration: none; color: inherit;
  background: #fff;
  min-width: 72px;
  justify-content: center;
}
.vs-chip.active { border-color: #0a0a0a; border-width: 2px; font-weight: 600; background: #f4f4f4; }
.vs-chip .mini { font-size: 12px; color: #888; margin-left: 4px; }

/* 焙煎度インジケーター */
.roast-level {
  padding: 12px 14px;
  background: #f4f4f4;
  border-radius: 6px;
  margin-bottom: 14px;
  border: 1px solid #e5e5e5;
}
.roast-level .rl-label {
  font-size: 11px; color: #1a1a1a; margin-bottom: 8px; font-weight: 600;
  display: flex; justify-content: space-between; align-items: center;
}
.roast-level .rl-label strong { color: #1a1a1a; font-size: 12px; }
.roast-level .rl-bar {
  display: grid; grid-template-columns: repeat(5, 1fr);
  height: 8px; border-radius: 0;
  margin-top: 18px; margin-bottom: 6px;
  position: relative;
}
.roast-level .rl-seg {
  background: #e5e5e5;
  position: relative;
  border-right: 1px solid #fff;
}
.rl-seg:last-child { border-right: none; }
.rl-seg.active { background: #0a0a0a; }
.rl-seg.active::after {
  content: "";
  position: absolute;
  top: -7px; left: 50%;
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #0a0a0a;
}
.rl-scale {
  display: grid; grid-template-columns: repeat(5, 1fr);
  font-size: 9.5px; color: #888; margin-top: 6px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}
.rl-scale span { padding: 0 2px; line-height: 1.3; }
.rl-scale span.active {
  color: #0a0a0a; font-weight: 700;
}
.rl-cat {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  font-size: 9px; color: #aaa;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px dashed #e5e5e5;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.rl-cat span:nth-child(1) { text-align: left; }
.rl-cat span:nth-child(2) { text-align: center; }
.rl-cat span:nth-child(3) { text-align: right; }

/* Complimentary 3バッジ */
.comp-badges {
  display: flex; gap: 6px; padding: 10px; background: #f4f4f4;
  border-radius: 6px; margin-bottom: 14px; border: 1px solid #e5e5e5;
}
.comp-badge {
  flex: 1; text-align: center; padding: 6px 4px;
  font-size: 10px; color: #1a1a1a; line-height: 1.3;
}
.comp-badge .comp-icon { font-size: 18px; margin-bottom: 2px; display: block; }
.comp-badge strong { font-size: 10px; display: block; }

/* CTAボタン */
.cta-main {
  display: flex; gap: 8px; margin-bottom: 10px;
}
.cta-main a {
  flex: 1; padding: 14px 12px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: flex; align-items: center; justify-content: center; gap: 5px;
  transition: transform 0.15s;
}
.cta-main a:active { transform: scale(0.98); }
.cta-cart { background: #0a0a0a; color: #fff; flex: 1.3; }
.cta-buy-now { background: #0a0a0a; color: #fff; }
.cta-sub {
  display: flex; gap: 8px; margin-bottom: 10px;
}
.cta-sub a {
  flex: 1; padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  color: #555;
  background: #fff;
}

/* ============================================
   ② MAIN - 詳細
============================================ */
.main-section { padding: 0 16px 20px; }
.sec-heading {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 17px; font-weight: 900; color: #0a0a0a;
  padding-bottom: 8px; border-bottom: 2px solid #0a0a0a;
  margin: 32px 0 16px;
  letter-spacing: -0.01em;
  display: flex; align-items: center; gap: 8px;
}
.sec-heading .ico { font-size: 16px; }

/* 仕様表 */
.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.spec-table tr { border-bottom: 1px solid #f0f0f0; }
.spec-table th {
  width: 110px;
  padding: 8px 12px;
  text-align: left;
  color: #666;
  background: #f4f4f4;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.04em;
}
.spec-table td { padding: 8px 12px; color: #222; }
.spec-table td.warn-cell {
  background: #fdecea;
  color: #8b2a2a;
  font-weight: 600;
}
.spec-table td.highlight {
  color: #1a1a1a;
  font-weight: 600;
}
/* フレーバーレーダー（バー形式） */
.flavor-radar {
  background: #f4f4f4;
  border-radius: 8px;
  padding: 16px;
  margin: 14px 0;
  border: 1px solid #e5e5e5;
}
.fr-bar {
  display: grid;
  grid-template-columns: 60px 1fr 24px;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  font-size: 11px;
}
.fr-bar .fr-label {
  color: #1a1a1a;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.fr-bar .fr-track {
  height: 10px;
  background: #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.fr-bar .fr-fill {
  height: 100%;
  background: linear-gradient(90deg, #0a0a0a 0%, #1a1a1a 100%);
  border-radius: 5px;
  transition: width 0.6s;
}
.fr-bar .fr-value {
  text-align: right;
  font-weight: 700;
  color: #1a1a1a;
}

/* フレーバー主要チップ */
.flavor-chips {
  display: flex; gap: 6px; flex-wrap: wrap;
  margin: 10px 0 4px;
}
.flavor-chips .fc {
  font-size: 11px; padding: 5px 10px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  color: #1a1a1a;
  font-weight: 600;
  letter-spacing: 0.04em;
  display: inline-flex; align-items: center; gap: 4px;
}
.flavor-chips .fc.primary { background: #f4f4f4; border-color: #0a0a0a; }
.flavor-chips .fc::before { content: "<svg class="icon"><use href="#i-leaf"/></svg>"; font-size: 10px; }
.flavor-chips .fc.f-fruit::before { content: "<svg class="icon"><use href="#i-peach"/></svg>"; }
.flavor-chips .fc.f-choco::before { content: "<svg class="icon"><use href="#i-chocolate"/></svg>"; }
.flavor-chips .fc.f-nut::before { content: "<svg class="icon"><use href="#i-nut"/></svg>"; }
.flavor-chips .fc.f-honey::before { content: "<svg class="icon"><use href="#i-honey"/></svg>"; }
.flavor-chips .fc.f-floral::before { content: "<svg class="icon"><use href="#i-flower"/></svg>"; }

/* 産地ストーリー */
.origin-story {
  font-size: 13px; line-height: 1.9; color: #333;
}
.origin-story p { margin-bottom: 12px; }
.origin-story .story-cut {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  border-radius: 6px; margin: 12px 0;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.75); letter-spacing: 0.15em;
  font-size: 11px;
}
.origin-story .story-cut.map { background: linear-gradient(135deg, #1a1a1a, #1a1a1a); }

/* 焙煎士コメント */
.staff-comment {
  background: #f4f4f4;
  border-radius: 8px;
  padding: 14px 16px;
  margin: 14px 0;
  position: relative;
  border-left: 3px solid #0a0a0a;
}
.staff-comment::before {
  content: """;
  position: absolute;
  top: 4px; left: 10px;
  font-size: 40px;
  color: #0a0a0a;
  opacity: 0.3;
  line-height: 1;
}
.staff-name {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 10px;
}
.staff-name .avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 14px; font-weight: 700;
}
.staff-name .name-txt { font-size: 13px; font-weight: 700; color: #0a0a0a; }
.staff-name .name-role { font-size: 10px; color: #1a1a1a; letter-spacing: 0.05em; }
.staff-text { font-size: 12px; line-height: 1.8; color: #444; padding-left: 52px; }

/* 抽出レシピテーブル */
.brew-recipe {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  margin: 12px 0;
}
.brew-recipe .br-header {
  padding: 10px 14px;
  background: #f4f4f4;
  font-size: 11px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #e5e5e5;
  display: flex; align-items: center; gap: 6px;
}
.brew-recipe .br-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.brew-recipe .br-cell {
  padding: 10px 6px;
  border-right: 1px solid #f0f0f0;
  font-size: 11px;
}
.brew-recipe .br-cell:last-child { border-right: none; }
.brew-recipe .br-cell-label { color: #888; font-size: 10px; margin-bottom: 3px; letter-spacing: 0.04em; }
.brew-recipe .br-cell-val { font-size: 14px; color: #0a0a0a; font-weight: 700; }
.brew-recipe .br-image {
  background: #e5e5e5;
  height: 200px;
  margin-top: 14px;
  display: flex; align-items: center; justify-content: center;
  color: #888;
  font-family: "Inter", sans-serif;
  font-size: 11px; letter-spacing: 0.08em;
  font-weight: 500;
}
.brew-recipe .br-note {
  padding: 8px 14px;
  font-size: 10px;
  color: #1a1a1a;
  background: #fafafa;
  border-top: 1px solid #f0e8d5;
}

.grind-guide {
  padding: 10px 12px;
  background: #f4f4f4;
  border-left: 3px solid #0a0a0a;
  font-size: 11px;
  color: #1a1a1a;
  margin-top: 10px;
  border-radius: 0 4px 4px 0;
  line-height: 1.6;
}
.grind-guide strong { display: block; margin-bottom: 2px; font-weight: 700; }

/* ============================================
   ③ TRUST
============================================ */
.trust-section {
  background: #f4f4f4;
  padding: 24px 16px;
  margin: 24px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
/* 受注焙煎フロー */
.flow-chart {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.flow-step {
  flex: 0 0 100px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.flow-step .step-num {
  width: 24px; height: 24px;
  background: #0a0a0a; color: #fff;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700;
  margin-bottom: 4px;
}
.flow-step .step-icon { font-size: 16px; display: block; margin-top: 3px; }
.flow-step .step-label { font-size: 10px; color: #444; line-height: 1.3; font-weight: 600; }
.flow-step .step-sub { font-size: 8px; color: #888; margin-top: 2px; }
.flow-arrow {
  font-size: 16px; color: #0a0a0a;
  align-self: center;
}

/* 信頼バッジ */
.warranty-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 16px 0;
}
.wb-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  font-size: 10px;
}
.wb-icon { font-size: 24px; margin-bottom: 6px; display: block; }
.wb-title { font-weight: 700; color: #0a0a0a; margin-bottom: 2px; font-size: 11px; letter-spacing: 0.03em; }
.wb-desc { color: #666; font-size: 9px; line-height: 1.4; }

/* FAQ */
.faq-list { margin-top: 10px; }
.faq-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin-bottom: 6px;
  overflow: hidden;
}
.faq-q {
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #0a0a0a;
  display: flex; align-items: center; gap: 8px;
  background: #fff;
}
.faq-q .q-mark {
  background: #0a0a0a; color: #fff;
  width: 20px; height: 20px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; flex-shrink: 0;
}
.faq-q .toggle { margin-left: auto; color: #0a0a0a; font-weight: 700; }
.faq-a {
  padding: 10px 14px 12px;
  font-size: 11px;
  color: #555;
  background: #f4f4f4;
  border-top: 1px solid #e5e5e5;
  line-height: 1.7;
}

/* 鮮度ポリシー */
.freshness-policy {
  background: #f4f4f4;
  border-left: 3px solid #0a0a0a;
  padding: 10px 14px;
  font-size: 11px;
  color: #1a1a1a;
  border-radius: 0 4px 4px 0;
  margin-top: 14px;
  line-height: 1.6;
}

/* ============================================
   ④ BOTTOM
============================================ */
.bottom-section { padding: 0 16px; }
/* 横スライド共通 */
.h-slider {
  display: flex; gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.h-slider::-webkit-scrollbar { height: 4px; }
.h-slider::-webkit-scrollbar-thumb { background: #0a0a0a; border-radius: 2px; }

/* 関連コラム記事カード */
.article-card {
  flex: 0 0 72%; max-width: 280px;
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none; color: inherit;
}
.article-card .ac-thumb {
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #1a1a1a, #0a0a0a);
  color: rgba(255,255,255,0.7);
  display: flex; align-items: center; justify-content: center;
  letter-spacing: 0.1em; font-size: 11px;
}
.article-card .ac-thumb.t2 { background: linear-gradient(135deg, #0a0a0a, #1a1a1a); }
.article-card .ac-thumb.t3 { background: linear-gradient(135deg, #1a1a1a, #1a1a1a); }
.article-card .ac-thumb.t4 { background: linear-gradient(135deg, #888, #1a1a1a); color: #0a0a0a; }
.article-card .ac-body { padding: 10px 12px 12px; }
.article-card .ac-match {
  display: inline-block;
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.ac-match.ex { background: #0a0a0a; }
.ac-match.sr { background: #0a0a0a; }
.ac-match.br { background: #1a1a1a; }
.ac-match.br2 { background: #1a1a1a; }
.article-card .ac-title {
  font-size: 12px; font-weight: 600; line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; margin-bottom: 4px;
}
.article-card .ac-date { font-size: 9px; color: #888; }
/* 関連商品カード */
.product-card {
  flex: 0 0 45%; max-width: 180px;
  scroll-snap-align: start;
  text-decoration: none; color: inherit;
}
.product-card .pc-thumb {
  aspect-ratio: 1/1;
  background: linear-gradient(135deg, #1a1a1a, #1a1a1a);
  border-radius: 6px;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
}
.product-card .pc-thumb.c2 { background: linear-gradient(135deg, #0a0a0a, #1a1a1a); }
.product-card .pc-thumb.c3 { background: linear-gradient(135deg, #1a1a1a, #0a0a0a); }
.product-card .pc-thumb.c4 { background: linear-gradient(135deg, #1a1a1a, #1a1a1a); }
.product-card .pc-thumb.c5 { background: linear-gradient(135deg, #888, #1a1a1a); }
.product-card .pc-title {
  font-size: 11px; line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; margin-bottom: 3px;
  color: #0a0a0a;
}
.product-card .pc-origin {
  font-size: 9px; color: #888; letter-spacing: 0.05em;
  margin-bottom: 3px;
}
.product-card .pc-price { font-size: 11px; font-weight: 700; color: #0a0a0a; }
/* 購入方法selector（容量selectorの直下に配置） */
.vs-purchase .vs-label { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.vs-save-tag {
  font-size: 12px; color: #c0392b; font-weight: 700;
  background: #fafafa; padding: 4px 10px; border-radius: 999px;
  border: 1px solid #e5e5e5;
  letter-spacing: 0.04em;
}
.vs-purchase .vs-chips { grid-template-columns: 1fr 1.3fr; display: grid; gap: 10px; }
.vs-purchase .vs-chip {
  position: relative;
  padding: 16px 12px;
  text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
}
.vs-purchase .vs-chip .mini { font-size: 13px; font-weight: 500; color: #888; }
.vs-purchase .vs-chip-sub.active {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #fff; border-color: #1a1a1a;
  box-shadow: 0 3px 10px rgba(0,0,0,0.18);
}
.vs-purchase .vs-chip-sub.active .mini { color: #f5f5f5; }
.vs-purchase .vs-chip-sub.active .mini strong { color: #fff; font-size: 15px; }
.vs-purchase .vs-chip-sub.active .mini em,
.vs-purchase .vs-chip-sub .mini em,
.vs-purchase .vs-chip .mini em,
.vs-discount-pill,
em.vs-discount-pill {
  background: #ffffff !important;
  color: #0a0a0a !important;
  padding: 2px 7px !important;
  border-radius: 3px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  font-size: 11px !important;
  margin-left: 5px !important;
  display: inline-block !important;
  line-height: 1.4 !important;
}
.vs-chip-badge {
  position: absolute;
  top: -10px; right: 10px;
  background: #c0392b; color: #fff;
  font-size: 11px; padding: 3px 9px; border-radius: 3px;
  font-weight: 700; letter-spacing: 0.05em;
}

/* お届けペース */
.vs-frequency .vs-label small {
  font-weight: 500; font-size: 12px; color: #888; margin-left: 8px;
}
.vs-frequency .vs-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.vs-frequency .vs-chip { padding: 14px 10px; text-align: center; font-size: 14px; }
.vs-frequency .vs-chip.active {
  background: #0a0a0a; color: #fff; border-color: #0a0a0a;
}
.vs-perks-mini {
  display: flex; gap: 8px; justify-content: center;
  margin-top: 16px;
  flex-wrap: wrap;
}
.vs-perks-mini span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 14px;
  background: #f4f4f4;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #0a0a0a;
  letter-spacing: 0.03em;
  transition: background 0.15s, border-color 0.15s;
}
.vs-perks-mini span::before {
  content: "✓";
  color: #0a0a0a;
  font-size: 11px;
  font-weight: 800;
}
.vs-perks-mini span:hover {
  background: #0a0a0a;
  border-color: #0a0a0a;
  color: #fff;
}
.vs-perks-mini span:hover::before {
  color: #fff;
}

/* おすすめバッジ（chip上） */
.vs-chip-tag {
  display: inline-block;
  background: #c0392b; color: #fff;
  font-size: 10px; font-weight: 700;
  padding: 2px 7px; border-radius: 3px;
  margin-left: 8px;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
.vs-frequency .vs-chip.active .vs-chip-tag {
  background: #fff; color: #0a0a0a;
}

/* 反論処理ブロック（鮮度の説明） */
.vs-rebut {
  background: #f4f4f4;
  border-left: 3px solid #0a0a0a;
  padding: 16px 18px;
  margin-top: 14px;
  border-radius: 4px;
  display: flex; gap: 12px;
  align-items: flex-start;
}
.vs-rebut-icon {
  font-size: 22px; flex: 0 0 auto;
  line-height: 1;
  margin-top: 2px;
}
.vs-rebut-text { flex: 1; min-width: 0; }
.vs-rebut-text strong {
  display: block;
  font-size: 15px; color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}
.vs-rebut-text p {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.85;
  margin: 0;
  letter-spacing: 0.02em;
}
.vs-rebut-text em {
  font-style: normal;
  font-weight: 700;
  background: linear-gradient(transparent 60%, #e5e5e5 60%);
  padding: 0 2px;
}

/* この豆の焙煎機（Probat / Loring 切替表示） */
.product-roaster-feature .prf-inner {
  max-width: 1040px;
  width: 80%;
  margin: 0 auto;
  padding: 0 24px;
}

@media (max-width: 768px) {
  .product-roaster-feature .prf-inner {
    width: 100%;
    padding: 0 20px;
  }
}

.roaster-feature {
  margin-bottom: 22px;
}
.rf-card {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 18px 16px;
  margin-bottom: 12px;
  position: relative;
}
.rf-card.rf-active {
  border: 2px solid #0a0a0a;
  background: #fff;
}
.rf-tag {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-size: 11.5px; font-weight: 700;
  letter-spacing: 0.16em;
  color: #888;
  margin-bottom: 14px;
}
.rf-active .rf-tag {
  background: #0a0a0a; color: #fff;
  padding: 4px 10px;
}
.rf-image {
  background: #e5e5e5;
  height: 180px;
  margin-bottom: 14px;
  display: flex; align-items: center; justify-content: center;
  color: #888;
  font-family: "Inter", sans-serif;
  font-size: 11px; letter-spacing: 0.08em;
  font-weight: 500;
}
.rf-image-sm { height: 110px; }
.rf-name {
  font-family: "Inter", sans-serif;
  font-size: 22px; font-weight: 900;
  letter-spacing: -0.02em;
  color: #0a0a0a;
  margin-bottom: 4px;
  line-height: 1.1;
}
.rf-name small {
  font-size: 13px; font-weight: 500;
  color: #888; letter-spacing: 0.02em;
  margin-left: 8px;
  display: inline-block;
  vertical-align: baseline;
}
.rf-spec {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.rf-title {
  font-size: 18px; font-weight: 700;
  color: #0a0a0a; line-height: 1.5;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
}
.rf-body p {
  font-size: 16px; line-height: 1.9;
  color: #1a1a1a;
  margin-bottom: 14px;
}
.rf-features {
  list-style: none; padding: 0;
  font-size: 15px; color: #1a1a1a;
  margin-top: 10px;
}
.rf-features li {
  padding: 7px 0 7px 18px;
  position: relative;
  border-top: 1px dashed #e5e5e5;
}
.rf-features li:first-child { border-top: none; }
.rf-features li::before {
  content: "—";
  position: absolute;
  left: 0; top: 7px;
  font-weight: 700;
  color: #0a0a0a;
}
/* ペアリング（仮） */
.pairing-list {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  padding: 6px 14px;
  margin-bottom: 16px;
}
.pairing-item {
  display: flex; gap: 12px; align-items: baseline;
  font-size: 12px; line-height: 1.7;
  padding: 10px 0;
  border-bottom: 1px dashed #e5e5e5;
}
.pairing-item:last-child { border-bottom: none; }
.pairing-tag {
  flex: 0 0 auto;
  background: #0a0a0a; color: #fff;
  font-size: 9.5px; font-weight: 700;
  padding: 3px 9px; border-radius: 2px;
  letter-spacing: 0.08em;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}

/* ===== モノクロアイコン ===== */
.icon {
  width: 14px; height: 14px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
}
.icon-sm { width: 12px; height: 12px; }
.icon-lg { width: 18px; height: 18px; }
.icon-xl { width: 22px; height: 22px; }

/* (旧) 購入オプション（FV内: 定期 vs 単発 切替）— 未使用化済 */
.purchase-option {
  background: linear-gradient(135deg, #f4f4f4 0%, #e5e5e5 100%);
  border: 2px solid #0a0a0a;
  border-radius: 12px;
  padding: 16px 14px 14px;
  margin: 14px 0 16px;
  position: relative;
  box-shadow: 0 2px 8px rgba(194,139,74,0.15);
}
.purchase-option::before {
  content: "<svg class="icon"><use href="#i-flame"/></svg> おすすめ";
  position: absolute;
  top: -11px; left: 14px;
  background: #0a0a0a; color: #fff;
  font-size: 10px; font-weight: 700;
  padding: 3px 10px; border-radius: 4px;
  letter-spacing: 0.06em;
}
.po-header {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 10px;
}
.po-header h3 {
  font-size: 12px; color: #0a0a0a; font-weight: 700;
  letter-spacing: 0.04em;
}
.po-header .po-save {
  font-size: 11px; color: #c0392b; font-weight: 700;
}
.po-tabs {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 6px;
  margin-bottom: 10px;
}
.po-tab {
  background: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 8px;
  padding: 10px 6px;
  text-align: center; text-decoration: none;
  color: #0a0a0a;
  font-size: 11px;
  transition: transform 0.15s;
}
.po-tab:active { transform: scale(0.98); }
.po-tab .po-tab-label { font-weight: 700; display: block; margin-bottom: 3px; font-size: 11px; }
.po-tab .po-tab-price { display: block; font-size: 14px; font-weight: 800; margin-bottom: 1px; }
.po-tab .po-tab-off { display: block; font-size: 9px; color: #888; font-weight: 700; letter-spacing: 0.04em; }
.po-tab.active {
  background: #0a0a0a; color: #fff; border-color: #0a0a0a;
  box-shadow: 0 2px 6px rgba(194,139,74,0.4);
}
.po-tab.active .po-tab-off { color: #fff; }
.po-freq {
  background: #fff; border: 1px solid #1a1a1a;
  border-radius: 8px; padding: 10px;
  margin-bottom: 10px;
}
.po-freq-label {
  font-size: 10px; color: #1a1a1a; font-weight: 700;
  margin-bottom: 6px; letter-spacing: 0.05em;
}
.po-freq-chips { display: flex; gap: 6px; }
.po-freq-chip {
  flex: 1;
  background: #f4f4f4; border: 1px solid #e5e5e5;
  border-radius: 999px; padding: 7px 10px;
  text-align: center; text-decoration: none;
  font-size: 11px; color: #1a1a1a;
  font-weight: 600;
}
.po-freq-chip.current {
  background: #0a0a0a; color: #fff;
  border-color: #0a0a0a; font-weight: 700;
}
.po-freq-chip small { display: block; font-size: 9px; opacity: 0.85; font-weight: 500; margin-top: 1px; }
.po-perks {
  display: flex; gap: 10px; justify-content: center;
  font-size: 10px; color: #1a1a1a;
  flex-wrap: wrap;
}
.po-perks span::before { content: "— "; color: #0a0a0a; font-weight: 700; letter-spacing: -0.04em; }

/* 定期便プランカード（A: CV強） */
.subscription-box {
  background: linear-gradient(135deg, #f4f4f4 0%, #e5e5e5 100%);
  border: 1px solid #1a1a1a;
  border-radius: 10px;
  padding: 16px;
  margin: 16px 0;
}
.subscription-box .sb-heading {
  display: flex; align-items: center; gap: 8px;
  margin-bottom: 4px;
}
.subscription-box .sb-heading h4 {
  font-size: 14px; color: #1a1a1a; font-weight: 700;
  letter-spacing: 0.03em;
}
.subscription-box .sb-heading .sb-badge {
  background: #0a0a0a; color: #fff;
  font-size: 9px; padding: 2px 8px; border-radius: 3px;
  letter-spacing: 0.05em; font-weight: 700;
}
.subscription-box .sb-lead {
  font-size: 11px; color: #1a1a1a; margin-bottom: 12px;
  line-height: 1.6;
}
.sub-plans {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.sub-plan {
  background: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 8px;
  padding: 10px 6px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: transform 0.15s;
}
.sub-plan:active { transform: scale(0.98); }
.sub-plan.recommend {
  border-color: #0a0a0a;
  border-width: 2px;
  background: #fafafa;
}
.sub-plan.recommend::before {
  content: "人気";
  position: absolute;
  top: -8px; left: 50%;
  transform: translateX(-50%);
  background: #0a0a0a; color: #fff;
  font-size: 9px; padding: 2px 8px; border-radius: 3px;
  letter-spacing: 0.05em; font-weight: 700;
  white-space: nowrap;
}
.sub-plan .sp-freq {
  font-size: 11px; font-weight: 700; color: #0a0a0a;
  margin-bottom: 4px;
}
.sub-plan .sp-price {
  font-size: 14px; font-weight: 700; color: #1a1a1a;
  margin-bottom: 2px;
}
.sub-plan .sp-off {
  font-size: 9px; color: #0a0a0a; font-weight: 700;
  letter-spacing: 0.05em;
}
.sub-perks {
  display: flex; gap: 12px; justify-content: center;
  margin-top: 12px;
  font-size: 10px; color: #1a1a1a;
  flex-wrap: wrap;
}
.sub-perks span::before { content: "— "; color: #0a0a0a; font-weight: 700; letter-spacing: -0.04em; }

/* 別軸で探すナビ（C: 回遊強） */
.browse-nav {
  margin: 20px 0 8px;
}
.browse-nav .bn-heading {
  font-size: 13px; font-weight: 700; color: #0a0a0a;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
.browse-group {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 8px;
}
.browse-group .bg-label {
  font-size: 11px; color: #1a1a1a; font-weight: 700;
  margin-bottom: 8px; letter-spacing: 0.06em;
  display: flex; align-items: center; gap: 6px;
}
.browse-group .bg-label .bg-ico { font-size: 14px; }
.browse-chips { display: flex; gap: 6px; flex-wrap: wrap; }
.browse-chip {
  font-size: 11px; padding: 6px 12px;
  background: #f4f4f4;
  border: 1px solid #e5e5e5;
  border-radius: 999px;
  color: #1a1a1a;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: all 0.15s;
}
.browse-chip:active { transform: scale(0.96); }
.browse-chip:hover { border-color: #0a0a0a; color: #1a1a1a; }
.browse-chip.current {
  background: #0a0a0a; color: #fff;
  border-color: #0a0a0a; font-weight: 700;
}
/* ============================================
   スティッキー下部バー（モバイル）
============================================ */
.sticky-bar {
  position: sticky;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 8px;
  display: flex;
  gap: 6px;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
  z-index: 10;
}
.sticky-bar a {
  flex: 1; padding: 10px 6px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
}
.sticky-bar .sb-cart { background: #0a0a0a; color: #fff; flex: 1.5; }
.sticky-bar .sb-buy { background: #0a0a0a; color: #fff; }
.sticky-bar .sb-fav {
  background: #fff; color: #555; border: 1px solid #ddd;
}
/* ============================================
   スティッキー上部バー（PC専用 / スクロール追従）
============================================ */
.sticky-top-bar {
  position: sticky;
  top: 0;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 24px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  z-index: 50;
}
.stb-info { display: flex; align-items: baseline; gap: 18px; min-width: 0; flex: 1; }
.stb-eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 9px; font-weight: 700;
  color: #888; letter-spacing: 0.2em;
  text-transform: uppercase;
  flex-shrink: 0;
}
.stb-title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700; font-size: 13.5px;
  color: #0a0a0a;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  letter-spacing: 0.01em;
}
.stb-price {
  font-family: "Inter", sans-serif;
  font-weight: 900; font-size: 17px;
  color: #0a0a0a;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}
.stb-price small { font-size: 10px; color: #888; font-weight: 500; margin-left: 3px; }
.stb-actions { display: flex; gap: 8px; flex-shrink: 0; }
.stb-cart, .stb-buy, .stb-fav {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 12px; font-weight: 700;
  padding: 9px 22px;
  text-decoration: none;
  letter-spacing: 0.06em;
  display: inline-flex; align-items: center; gap: 6px;
  transition: transform 0.12s;
}
.stb-cart:active, .stb-buy:active, .stb-fav:active { transform: scale(0.98); }
.stb-cart {
  background: #fff; color: #0a0a0a;
  border: 1.5px solid #0a0a0a;
}
.stb-buy {
  background: #0a0a0a; color: #fff;
  border: 1.5px solid #0a0a0a;
}
.stb-fav {
  background: #fff; color: #1a1a1a;
  border: 1.5px solid #e5e5e5;
  padding: 9px 12px;
}
.stb-cart:hover { background: #f4f4f4; }
.stb-buy:hover { background: #1a1a1a; }
.stb-fav:hover { border-color: #0a0a0a; }

.checklist-table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  font-size: 12px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.checklist-table th, .checklist-table td {
  padding: 8px 10px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: top;
  font-size: 11px;
}
.checklist-table th { background: #f4f4f4; color: #0a0a0a; font-weight: 700; }
.checklist-table .holds-box {
  background: #f4f4f4;
  border-left: 4px solid #1a1a1a;
  padding: 14px 18px;
  border-radius: 0 6px 6px 0;
  margin: 12px 0;
  font-size: 12px;
}
.holds-box h3 { color: #b05300; font-size: 13px; margin-bottom: 6px; }
.holds-box ul { padding-left: 20px; }
.holds-box li { margin-bottom: 4px; color: #1a1a1a; }

.diff-box {
  background: #e5e5e5;
  border-left: 4px solid #0a0a0a;
  padding: 14px 18px;
  border-radius: 0 6px 6px 0;
  margin: 12px 0;
  font-size: 12px;
}
.diff-box h3 { color: #0a0a0a; font-size: 13px; margin-bottom: 6px; }
.diff-box ul { padding-left: 20px; }
.diff-box li { margin-bottom: 4px; color: #0a0a0a; }

/* ============================================================
   variant chip+collapse (A案: details/summaryでFV圧縮)
   ============================================================ */
.variant-option-collapsible {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
  margin: 0 0 10px;
  overflow: hidden;
}

.variant-option-summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  user-select: none;
  font-size: 14px;
  letter-spacing: 0.02em;
  background: #fff;
  transition: background 0.15s ease;
}

.variant-option-summary::-webkit-details-marker { display: none; }

.variant-option-summary:hover {
  background: #fafafa;
}

.variant-option-summary__label {
  font-weight: 600;
  color: #444;
  flex-shrink: 0;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.variant-option-summary__value {
  flex: 1;
  font-weight: 700;
  color: #0a0a0a;
  font-size: 15px;
  text-align: right;
}

.variant-option-summary__chev {
  display: inline-block;
  color: #888;
  font-size: 12px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.variant-option-collapsible[open] .variant-option-summary__chev {
  transform: rotate(180deg);
}

.variant-option-collapsible[open] .variant-option-summary {
  border-bottom: 1px solid #e5e5e5;
}

.variant-option-collapsible .variant-option--buttons {
  padding: 14px 16px;
  border: 0 !important;
  margin: 0 !important;
  background: #fafafa;
}

/* ============================================================
   variant button CSS variable defaults (settings_schema未同期対応)
   Brutus monochrome
   ============================================================ */
:root {
  --options-border-width: 1.5px;
  --options-border-radius: 4px;
  --color-variant-border: #d4d4d4;
  --color-variant-background: #fff;
  --color-variant-text: #0a0a0a;
  --color-variant-hover-background: #fafafa;
  --color-variant-hover-border: #0a0a0a;
  --color-variant-hover-text: #0a0a0a;
  --color-selected-variant-border: #0a0a0a;
  --color-selected-variant-background: #0a0a0a;
  --color-selected-variant-text: #fff;
}

/* button label のpadding/border/min-height をフォールバック値で確実に効かせる */
.variant-option__button-label {
  padding: 10px 14px !important;
  border: 1.5px solid #d4d4d4 !important;
  border-radius: 4px !important;
  background: #fff !important;
  min-height: 44px !important;
  min-width: auto;
  flex: 0 0 auto !important;
  width: auto !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: border-color 0.15s ease, background 0.15s ease;
  font-size: 14px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.variant-option__button-label:hover {
  border-color: #0a0a0a !important;
}

.variant-option__button-label:has(input:checked) {
  border-color: #0a0a0a !important;
  background: #0a0a0a !important;
  color: #fff !important;
}

.variant-option__button-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.variant-option__button-label__pill {
  display: none;
}

.variant-option--buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.variant-option--buttons > legend {
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

/* price 重複表示の根治 — base.cssのprice__hiddenが効いてない場合のfallback */
.price__hidden {
  display: none !important;
}

/* ============================================================
   fieldset / legend reset for buy-area selectors (re-applied)
   variant-picker / vs-purchase / vs-frequency / vs-rebut
   ============================================================ */
product-information .variant-picker fieldset,
.variant-picker fieldset,
fieldset.vs-purchase,
fieldset.vs-frequency,
fieldset.vs-rebut,
.vs-purchase,
.vs-frequency,
.vs-rebut {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0;
}

.variant-picker legend,
fieldset.vs-purchase > legend,
fieldset.vs-frequency > legend {
  padding: 0;
  margin: 0 0 8px;
  width: 100%;
}
