:root {
  --koga-burgundy: #6f2330;
  --koga-burgundy-dark: #4d1720;
  --koga-gold: #b89759;
  --koga-gold-light: #d8c08e;
  --koga-ink: #25211f;
  --koga-muted: #6f6965;
  --koga-ivory: #faf7f0;
  --koga-line: #e7e0d4;
  --koga-white: #ffffff;
  --koga-shadow: 0 16px 40px rgba(54, 39, 28, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--koga-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, select, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.container.narrow { width: min(1040px, calc(100% - 40px)); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid #eee7dc; backdrop-filter: blur(10px); }
.utility-nav { background: #f7f5f1; border-bottom: 1px solid #ece7df; font-size: 12px; color: #6e6965; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px 18px; }
.utility-inner a:hover { color: var(--koga-burgundy); }
.utility-inner .cart-link { font-weight: 700; color: var(--koga-burgundy); }
.brand-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex-direction: column; line-height: 1.2; }
.brand-name { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 26px; font-weight: 700; letter-spacing: .14em; }
.brand-sub { margin-top: 5px; font-size: 11px; color: var(--koga-muted); letter-spacing: .13em; }
.site-nav { display: flex; align-items: center; gap: 24px; font-size: 13px; color: #595451; }
.site-nav a { padding: 10px 0; border-bottom: 1px solid transparent; }
.site-nav a:hover { color: var(--koga-burgundy); border-color: var(--koga-burgundy); }
.menu-button { display: none; border: 0; background: transparent; color: var(--koga-ink); padding: 10px; }

.hero { min-height: 620px; position: relative; display: flex; align-items: center; background: url('img/n_basashi2.jpg') center 45% / cover no-repeat; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(36,17,16,.82) 0%, rgba(47,19,21,.58) 43%, rgba(20,13,11,.15) 78%); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.20)); }
.hero-content { position: relative; z-index: 2; color: #fff; padding: 88px 0; }
.eyebrow { margin: 0 0 12px; color: var(--koga-burgundy); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: var(--koga-gold-light); }
.hero h1 { margin: 0; max-width: 800px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(42px, 6vw, 72px); line-height: 1.35; letter-spacing: .08em; font-weight: 600; }
.hero-lead { margin: 26px 0 0; font-size: 16px; line-height: 2.05; color: rgba(255,255,255,.9); }
.primary-button { display: inline-flex; align-items: center; justify-content: center; margin-top: 34px; min-width: 170px; padding: 13px 28px; background: var(--koga-burgundy); border: 1px solid rgba(255,255,255,.18); color: #fff; font-size: 13px; letter-spacing: .08em; transition: .2s ease; }
.primary-button:hover { background: var(--koga-burgundy-dark); transform: translateY(-1px); }

.section { padding: 92px 0; }
.section-white { background: #fff; }
.section-ivory { background: var(--koga-ivory); }
.section-heading { margin-bottom: 48px; }
.section-heading.centered { text-align: center; }
.section-heading h2 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(30px, 4vw, 44px); line-height: 1.45; letter-spacing: .05em; }
.section-heading > p:last-child { margin: 14px 0 0; color: var(--koga-muted); font-size: 14px; }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.story-copy { font-size: 15px; color: #544f4c; }
.story-copy p { margin: 0 0 20px; }
.story-copy .lead-copy { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: 22px; color: var(--koga-ink); }
.story-image { margin: 0; padding: 14px; background: #fff; border: 1px solid var(--koga-line); box-shadow: var(--koga-shadow); }
.story-image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.visit-card {
  margin-top: 74px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 42px;
  padding: 40px;
  background:
    radial-gradient(circle at top right, rgba(216,192,142,.16), transparent 30%),
    linear-gradient(180deg, #fffdfa 0%, #f8f3e9 100%);
  border: 1px solid #e2d4b3;
  box-shadow: 0 20px 40px rgba(63, 48, 28, .08);
  position: relative;
  overflow: hidden;
}
.visit-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(184,151,89,.42);
  pointer-events: none;
}
.visit-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  background: linear-gradient(180deg, #d7c08e 0%, #a47e35 50%, #d7c08e 100%);
}
.visit-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(184,151,89,.42);
  padding: 7px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0,0,0,.06);
  position: relative;
  z-index: 1;
}
.visit-card > div { position: relative; z-index: 1; align-self: center; }
.visit-card .eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 4px 10px;
  background: rgba(111,35,48,.06);
  border: 1px solid rgba(184,151,89,.35);
}
.visit-card h3 {
  margin: 0 0 16px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 27px;
  line-height: 1.5;
  letter-spacing: .03em;
}
.visit-card p:not(.eyebrow) { color: #5f5955; font-size: 14px; margin: 0 0 12px; }


/* 馬刺し部位ガイド */
.cut-guide {
  margin-bottom: 76px;
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(216,192,142,.18), transparent 32%),
    linear-gradient(180deg, #fffdf7 0%, #fbf7ee 100%);
  border: 1px solid #e3d4ae;
  box-shadow: 0 16px 38px rgba(80, 61, 34, .08);
  position: relative;
}
.cut-guide::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(184,151,89,.45);
  pointer-events: none;
}
.cut-guide-heading {
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}
.cut-guide-heading h2 {
  text-shadow: 0 1px 0 rgba(255,255,255,.55);
}
.cut-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.cut-card {
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #fffefb 0%, #fffaf0 100%);
  border: 1px solid #dcc48a;
  box-shadow: 0 10px 26px rgba(75, 58, 33, .08);
  position: relative;
}
.cut-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #8c6b2e 0%, #d8c08e 50%, #8c6b2e 100%);
}
.cut-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid #e5d7b4;
}
.cut-card-body {
  padding: 18px 18px 20px;
  min-height: 148px;
}
.cut-card-body h3 {
  margin: 0 0 8px;
  color: var(--koga-ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: .03em;
}
.cut-card-body h3 span {
  font-size: 12px;
  font-weight: 500;
  color: #7b6c58;
}
.cut-card-body p {
  margin: 0;
  color: #5c554f;
  font-size: 13px;
  line-height: 1.85;
}

#sets > .container > .section-heading.centered,
#options > .container > .section-heading.centered {
  margin-bottom: 42px;
}
#sets > .container > .section-heading.centered h2,
#options > .container > .section-heading.centered h2 {
  display: inline-block;
  padding-bottom: 12px;
  position: relative;
}
#sets > .container > .section-heading.centered h2::after,
#options > .container > .section-heading.centered h2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 82px;
  height: 2px;
  background: linear-gradient(90deg, rgba(184,151,89,0), rgba(184,151,89,1), rgba(184,151,89,0));
}


.set-sales-heading { margin-bottom: 34px !important; }
.set-sales-photos {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.set-sales-photo {
  margin: 0;
  padding: 10px;
  background: linear-gradient(180deg, #fffefb 0%, #fbf7ee 100%);
  border: 1px solid #e2d4b3;
  box-shadow: 0 14px 30px rgba(63, 48, 28, .07);
  position: relative;
}
.set-sales-photo::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(184,151,89,.28);
  pointer-events: none;
}
.set-sales-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.set-sales-copy {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 42px;
  padding: 28px 34px 26px;
  text-align: center;
  background: linear-gradient(180deg, #fffefb 0%, #fbf7ee 100%);
  border: 1px solid #e2d4b3;
  box-shadow: 0 12px 28px rgba(63, 48, 28, .055);
  position: relative;
}
.set-sales-copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #8c6b2e 0%, #d8c08e 50%, #8c6b2e 100%);
}
.set-sales-copy h3 {
  margin: 0 0 12px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: .04em;
}
.set-sales-copy > p:not(.small-note) {
  max-width: 760px;
  margin: 0 auto 12px;
  color: #5d5753;
  font-size: 14px;
  line-height: 2;
}
.set-sales-copy .small-note {
  display: inline-flex;
  margin: 4px auto 0;
}

.feature-row {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: stretch;
  margin: 0 auto 46px;
  background: linear-gradient(180deg, #fffefb 0%, #fbf7ee 100%);
  border: 1px solid #e2d4b3;
  box-shadow: 0 18px 40px rgba(63, 48, 28, .08);
  position: relative;
  overflow: hidden;
}
.feature-row::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(184,151,89,.36);
  pointer-events: none;
}
.feature-row::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 6px;
  background: linear-gradient(90deg, #8c6b2e 0%, #d8c08e 50%, #8c6b2e 100%);
}
.feature-row > img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  padding: 18px 0 18px 18px;
}
.feature-copy {
  padding: 54px 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.feature-copy h3 {
  margin: 0 0 18px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 30px;
  line-height: 1.55;
  letter-spacing: .04em;
}
.feature-copy p { margin: 0 0 14px; color: #5d5753; }
.small-note {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 8px;
  padding: 6px 12px;
  font-size: 12px;
  color: #7c726a !important;
  border: 1px solid rgba(184,151,89,.35);
  background: rgba(255,255,255,.6);
}
.set-grid {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.product-card {
  background: linear-gradient(180deg, #fffefb 0%, #fff9ef 100%);
  border: 1px solid #e3d4b0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 14px 32px rgba(63, 48, 28, .07);
  position: relative;
  overflow: hidden;
}
.product-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #8c6b2e 0%, #d8c08e 50%, #8c6b2e 100%);
}
.product-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(184,151,89,.22);
  pointer-events: none;
}
.product-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; position: relative; z-index: 1; }
.product-head h3 { margin: 0; font-size: 19px; line-height: 1.45; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; }
.product-code {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c6ab71;
  color: #6f2330;
  background: linear-gradient(180deg, #fff8e9 0%, #efe0b8 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
  font-family: Georgia, serif;
  font-weight: 700;
}
.product-details { width: 100%; max-width: none; color: #5e5854; font-size: 14px; min-height: 64px; position: relative; z-index: 1; }
/* 商品案内はカード幅を使い切ってから自然に折り返す */
.product-details p { display: inline; width: auto; max-width: none; margin: 0; }
.product-details p + p::before { content: "　"; }
.display-price { margin: auto 0 14px; color: #b52a2a; font-size: 25px; line-height: 1.4; font-weight: 800; position: relative; z-index: 1; }
.display-price span { color: #7a7470; font-size: 12px; font-weight: 500; white-space: nowrap; }
.display-price.small { font-size: 20px; margin: 0 0 10px; }

.addon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}
.addon-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid #e3d4b0;
  background: linear-gradient(180deg, #fffefb 0%, #fff9ef 100%);
  box-shadow: 0 14px 32px rgba(63, 48, 28, .06);
  position: relative;
  overflow: hidden;
}
.addon-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #8c6b2e 0%, #d8c08e 50%, #8c6b2e 100%);
}
.addon-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(184,151,89,.18);
  pointer-events: none;
}
.addon-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px 24px 24px;
  position: relative;
  z-index: 1;
}
.addon-body h3 { margin: 0 0 7px; font-size: 18px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; }
.addon-body p { width: 100%; max-width: none; margin: 0 0 5px; color: #625c58; font-size: 13px; }
.addon-body .display-price { margin-top: auto; padding-top: 14px; }
.option-note { color: #8b8179 !important; font-size: 12px !important; }

.cart-system-container { margin-top: 7px; border-top: 1px solid #eee7dc; padding-top: 12px; min-height: 52px; color: #514a46; font-size: 13px; }
.cart-system-container.compact { margin-top: 6px; padding-top: 10px; }
.cart-system-container form { margin: 0; }
.cart-system-container br { line-height: 1; }
.cart-system-container input[type="submit"],
.cart-system-container input[type="button"],
.cart-system-container button {
  appearance: none;
  border: 1px solid var(--koga-burgundy-dark);
  background: var(--koga-burgundy);
  color: #fff;
  min-height: 42px;
  padding: 9px 20px;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: .04em;
}
.cart-system-container input[type="submit"]:hover,
.cart-system-container input[type="button"]:hover,
.cart-system-container button:hover { background: var(--koga-burgundy-dark); }
.cart-system-container select,
.cart-system-container input[type="text"],
.cart-system-container input[type="number"] {
  min-height: 42px;
  border: 1px solid #cfc7bd;
  background: #fff;
  color: #3d3936;
  padding: 7px 32px 7px 10px;
}
.cart-system-container .koga-live-price { color: #c62828 !important; font-weight: 800 !important; font-size: 29px !important; line-height: 1.25 !important; }
.cart-system-container.compact .koga-live-price { font-size: 24px !important; }
.cart-system-container .koga-price-row {
  display: block !important;
  margin: 0 0 8px !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
}
.cart-system-container.compact .koga-price-row { margin-bottom: 6px !important; }
.cart-system-container .koga-price-row .koga-live-price { vertical-align: baseline; }
.cart-system-container .koga-price-note { color: #7a7470; font-size: 12px; margin-left: 4px; font-weight: 500; white-space: nowrap; }

/* e-shopsの代引き不可などの注意書きは、商品情報より一段小さく控えめに表示 */
.cart-system-container .koga-cart-note,
.cart-system-container .koga-cart-note * {
  display: block !important;
  margin: 4px 0 10px !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
  color: #7a7470 !important;
  font-weight: 400 !important;
}
.cart-system-container.compact .koga-cart-note,
.cart-system-container.compact .koga-cart-note * {
  margin-bottom: 8px !important;
}
.cart-system-container select,
.cart-system-container input[type="text"],
.cart-system-container input[type="number"] {
  margin: 2px 0 10px;
}
.cart-system-container.compact select,
.cart-system-container.compact input[type="text"],
.cart-system-container.compact input[type="number"] {
  margin-bottom: 8px;
}

.shop-info { background: #272322; color: #fff; padding: 72px 0; }
.shop-info-inner { display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center; }
.shop-info h2 { margin: 0 0 22px; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(30px, 4vw, 42px); line-height: 1.5; }
.shop-info p { color: #ddd7d2; }
.shop-info-note { font-size: 13px; }
.shop-info img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 1px solid rgba(216,192,142,.45); padding: 6px; }
.site-footer { background: #1d1b1a; color: #d8d3cf; padding: 54px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.site-footer h3 { color: #fff; font-size: 17px; margin: 0 0 14px; }
.site-footer p, .site-footer a { font-size: 13px; line-height: 1.8; color: #aaa39e; }
.site-footer a { text-decoration: underline; text-underline-offset: 4px; }
.site-footer span { font-size: 11px; }
.copyright { margin-top: 40px; padding-top: 24px; border-top: 1px solid #3b3734; text-align: center; color: #77716d; font-size: 11px; }

@media (max-width: 980px) {
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-top: 1px solid #ece6dd; box-shadow: 0 14px 30px rgba(0,0,0,.08); padding: 8px 20px 16px; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 0; border-bottom: 1px solid #eee9e2; }
  .menu-button { display: block; }
  .hero { min-height: 560px; background-position: 58% center; }
  .story-grid, .feature-row, .shop-info-inner { grid-template-columns: 1fr; }
  .feature-row > img { min-height: 0; aspect-ratio: 16 / 9; }
  .set-grid { grid-template-columns: 1fr; }
  .cut-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .addon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-info img { max-width: 580px; }
}

@media (max-width: 720px) {
  .set-sales-photos { grid-template-columns: 1fr; gap: 14px; }
  .set-sales-copy { padding: 24px 20px 22px; margin-bottom: 34px; }
  .set-sales-copy h3 { font-size: 24px; }

  .container, .container.narrow { width: min(100% - 28px, 1180px); }
  .utility-nav { display: none; }
  .brand-row { min-height: 66px; }
  .brand-name { font-size: 21px; }
  .hero { min-height: 500px; background-position: 63% center; }
  .hero::after { background: linear-gradient(90deg, rgba(36,17,16,.84), rgba(47,19,21,.58) 62%, rgba(20,13,11,.16)); }
  .hero-content { padding: 70px 0; }
  .hero h1 { font-size: 38px; }
  .hero-lead { font-size: 14px; }
  .section { padding: 68px 0; }
  .section-heading { margin-bottom: 34px; }
  .story-grid { gap: 30px; }
  .visit-card { grid-template-columns: 1fr; padding: 26px 24px 24px; gap: 24px; margin-top: 46px; }
  .visit-card img { max-width: 320px; }
  .feature-copy { padding: 34px 24px 28px; }
  .product-card { padding: 24px 22px 22px; }
  .product-details { min-height: 0; }
  .cut-guide { margin-bottom: 54px; padding: 20px; }
  .cut-guide::before { inset: 8px; }
  .cut-grid { grid-template-columns: 1fr; gap: 16px; }
  .cut-card { display: grid; grid-template-columns: 132px minmax(0, 1fr); }
  .cut-card > img { height: 100%; min-height: 150px; aspect-ratio: auto; border-bottom: 0; border-right: 1px solid #e5d7b4; }
  .cut-card-body { padding: 18px; align-self: center; min-height: 0; }
  .addon-grid { grid-template-columns: 1fr; gap: 18px; }
  .addon-card { display: flex; flex-direction: column; }
  .addon-body { padding: 24px 20px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
}


/* 古閑牧場専用 お買い物ガイド（てらミート基準） */
.shopping-guide-section {
  padding: 92px 0;
  background: #fbfaf7;
  border-top: 1px solid #eee8de;
}
.shopping-guide-heading { margin-bottom: 42px; }
.shopping-guide-heading h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.45;
  letter-spacing: .05em;
}
.shopping-guide-heading > p:last-child {
  margin: 14px 0 0;
  color: var(--koga-muted);
  font-size: 14px;
}
.shopping-guide-panel {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7e0d4;
  border-top: 4px solid var(--koga-gold);
  box-shadow: 0 16px 38px rgba(54,39,28,.07);
}
.guide-row {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  border-bottom: 1px solid #ece6dd;
}
.guide-row:last-child { border-bottom: 0; }
.guide-label {
  padding: 24px 22px;
  display: flex;
  align-items: flex-start;
  background: #fdfbf7;
  color: #403a36;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
}
.guide-content {
  padding: 22px 26px;
  color: #5d5753;
  font-size: 13px;
  line-height: 1.85;
}
.guide-content p { margin: 0 0 9px; }
.guide-content p:last-child { margin-bottom: 0; }
.guide-note {
  color: #817870;
  font-size: 12px;
}
.guide-important {
  display: inline-block;
  margin: 4px 0 10px !important;
  padding: 8px 12px;
  border-left: 3px solid var(--koga-burgundy);
  background: #fbf2f2;
  color: #7a202c;
  font-weight: 700;
}
.guide-link {
  color: var(--koga-burgundy);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.guide-link:hover { opacity: .75; }
.shipping-table {
  margin: 16px 0 14px;
  border: 1px solid #e7dfd2;
  background: #fff;
}
.shipping-line {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 94px;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px solid #eee8df;
}
.shipping-line:last-child { border-bottom: 0; }
.shipping-area {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 10px;
  background: #fbf7ee;
  border-right: 1px solid #eee3cf;
  color: #52493f;
  font-weight: 700;
  font-size: 12px;
}
.shipping-pref {
  padding: 9px 14px;
  color: #69615b;
  font-size: 12px;
}
.shipping-fee {
  padding: 9px 12px;
  border-left: 1px solid #eee3cf;
  color: var(--koga-burgundy);
  text-align: right;
  white-space: nowrap;
  font-size: 13px;
}

@media (max-width: 720px) {
  .shopping-guide-section { padding: 68px 0; }
  .shopping-guide-heading { margin-bottom: 32px; }
  .guide-row { grid-template-columns: 1fr; }
  .guide-label {
    padding: 14px 18px;
    border-bottom: 1px solid #eee8df;
  }
  .guide-content { padding: 18px; }
  .shipping-line {
    grid-template-columns: 72px minmax(0, 1fr) 78px;
  }
  .shipping-area,
  .shipping-pref,
  .shipping-fee { font-size: 11px; }
  .shipping-pref { padding: 8px 10px; }
}
