@charset "UTF-8";
/* ============================================================
   和煦 -waku- LP  /  style.css
   Base #F7F6F2 ・ Main #D4C4C7 / #889075 ・ Accent #B39D82 ・ Text #333333
   ※ 純白(#FFF)・原色・真っ黒(#000)は使用しない
   ============================================================ */

/* ---------- 1. Tokens ---------- */
:root {
  --c-base:      #F7F6F2;   /* ライトグレージュ */
  --c-base-deep: #EFEDE6;
  --c-surface:   #FCFBF8;   /* 純白を避けた面色 */
  --c-pink:      #D4C4C7;   /* ダスティピンク */
  --c-pink-deep: #BCA8AC;
  --c-olive:     #889075;   /* オリーブグリーン */
  --c-olive-deep:#6F7660;
  --c-gold:      #B39D82;   /* マットゴールド */
  --c-gold-deep: #9C8669;
  --c-text:      #333333;   /* チャコールグレー */
  --c-text-mid:  #5A5751;
  --c-text-sub:  #7C7871;
  --c-line:      #DAD5CA;
  --c-line-soft: #E6E2D8;

  --ff-serif-ja: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  --ff-serif-en: "Cormorant Garamond", "Noto Serif JP", Georgia, serif;
  --ff-sans-ja:  "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;

  --fs-body: 15px;
  --lh-body: 2.0;

  --sp-section: clamp(88px, 12vw, 168px);
  --sp-gutter:  clamp(20px, 5.2vw, 40px);
  --maxw: 1160px;

  --radius: 2px;            /* 角丸は控えめ */
  --radius-img: 3px;

  --ease: cubic-bezier(.22, .61, .36, 1);
  --dur: .8s;

  --header-h: 88px;   /* イラスト入りロゴが収まる高さ */
  --floating-h: 0px;
}

@media (max-width: 767px) {
  :root {
    --fs-body: 14px;
    --lh-body: 1.9;
    --header-h: 66px;
  }
}

/* ---------- 2. Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
}
body {
  margin: 0;
  background: var(--c-base);
  color: var(--c-text);
  font-family: var(--ff-serif-ja);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  font-weight: 400;
  letter-spacing: .05em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;

  /* --- 日本語の折り返し ---
     auto-phrase：文節の切れ目で改行する（対応ブラウザのみ。非対応でも実害なし）
     line-break: strict：小書き仮名・長音符などの禁則を厳格に扱う */
  word-break: auto-phrase;
  line-break: strict;
}
/* 文節の途中で切りたくない語句に付けるユーティリティ */
.nb { display: inline-block; }
/* 注記の「※〜」を1文ずつ独立させ、文をまたいだ折り返しを防ぐ */
.note-line { display: block; }
body.is-locked { overflow: hidden; }

h1, h2, h3, h4, p, ul, ol, dl, dd, figure { margin: 0; padding: 0; }
ul, ol { list-style: none; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

:focus-visible {
  outline: 1px solid var(--c-gold-deep);
  outline-offset: 3px;
}

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}
.skip-link {
  position: absolute; top: -100px; left: 16px; z-index: 300;
  padding: 10px 18px; background: var(--c-surface); border: 1px solid var(--c-line);
  font-size: 13px; letter-spacing: .1em;
}
.skip-link:focus { top: 12px; }

/* ---------- 3. Layout helpers ---------- */
.container {
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--sp-gutter);
}
.section { padding-block: var(--sp-section); }

.sec-head { text-align: center; margin-bottom: clamp(48px, 7vw, 80px); }

.sec-label {
  font-family: var(--ff-serif-en);
  font-size: clamp(11px, 1.4vw, 13px);
  letter-spacing: .38em;
  text-transform: uppercase;
  color: var(--c-gold-deep);
  margin-bottom: 18px;
}
.sec-head .sec-label { display: inline-block; }
.sec-label::after {
  content: "";
  display: block;
  width: 26px; height: 1px;
  margin: 14px auto 0;
  background: var(--c-gold);
  opacity: .7;
}
.brand-body .sec-label::after { margin-inline: 0; }

.sec-title {
  font-family: var(--ff-serif-ja);
  font-weight: 400;
  font-size: clamp(22px, 3.4vw, 34px);
  line-height: 1.85;
  letter-spacing: .13em;
  color: var(--c-text);
}
.sec-title.center { text-align: center; }

.sec-lead {
  margin-top: 26px;
  font-size: clamp(13.5px, 1.6vw, 15px);
  line-height: 2.1;
  color: var(--c-text-mid);
  letter-spacing: .08em;
}
.br-sp { display: none; }

/* --- 改行の整え ---
   text-wrap: balance / pretty は日本語だと語の途中（「く／すみ」「かた／ち」など）で
   割ることがあるため使わない。文節単位の改行は body の word-break: auto-phrase に任せ、
   ここでは明示的に wrap へ戻して auto-phrase を効かせる。 */
.sec-lead, .scene-desc, .product-desc, .plan-desc, .osusowake-desc, .closing-lead,
.store-note, .sub-note, .occasion-note, .sub-switch-note,
.care-steps p, .reason-list p, .step-list p, .guide-note p,
.about-visual figcaption, .osusowake-closed, .cart-sub-note,
.brand-text p, .osusowake-text, .footer-copy-text,
.osusowake-meta .meta-body, .note-line {
  text-wrap: wrap;
}

/* ---------- 4. Buttons（ベタ塗り／マットな枠線のみ・影とグラデ禁止） ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 34px;
  border-radius: var(--radius);
  font-family: var(--ff-serif-en);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .22em;
  text-transform: none;
  box-shadow: none;
  transition: background-color .45s var(--ease), color .45s var(--ease), border-color .45s var(--ease), opacity .45s var(--ease);
}
.btn-solid {
  background: var(--c-olive);
  color: var(--c-base);
  border: 1px solid var(--c-olive);
}
.btn-solid:hover,
.btn-solid:focus-visible { background: var(--c-olive-deep); border-color: var(--c-olive-deep); }

.btn-outline {
  background: transparent;
  color: var(--c-text);
  border: 1px solid var(--c-gold);
}
.btn-outline:hover,
.btn-outline:focus-visible { background: var(--c-gold); color: var(--c-base); }

.btn[disabled] { opacity: .38; cursor: not-allowed; }

/* ---------- 5. Header / Nav ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 120;
  height: var(--header-h);
  background: rgba(247, 246, 242, .62);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  backdrop-filter: blur(14px) saturate(120%);
  border-bottom: 1px solid transparent;
  transition: background-color .5s var(--ease), border-color .5s var(--ease), transform .5s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(247, 246, 242, .88);
  border-bottom-color: var(--c-line-soft);
}
.site-header.is-hidden { transform: translateY(-100%); }

.header-inner {
  height: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--sp-gutter);
  display: flex;
  align-items: center;
  gap: 24px;
}

/* ブランドロゴ（背景透過PNG。線画のグレーは #717171） */
.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  opacity: .92;
  transition: opacity .4s var(--ease);
}
.logo:hover { opacity: 1; }
.logo-full { height: 66px; width: auto; }

.gnav { margin-left: auto; }
.gnav-list { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.gnav-list a {
  display: block;
  font-family: var(--ff-serif-en);
  font-size: 14px;
  letter-spacing: .18em;
  color: var(--c-text);
  position: relative;
  padding-block: 6px;
}
.gnav-list a span {
  display: block;
  font-family: var(--ff-serif-ja);
  font-size: 9.5px;
  letter-spacing: .14em;
  color: var(--c-text-sub);
  margin-top: 2px;
}
.gnav-list a::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: var(--c-gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .5s var(--ease);
}
.gnav-list a:hover::after,
.gnav-list a.is-current::after { transform: scaleX(1); transform-origin: left; }

/* PC はナビの直後、SP はナビがドロワー化するため右端へ寄せる（後段の @media 参照） */
.header-actions { display: flex; align-items: center; gap: 8px; margin-left: 18px; }

.cart-btn {
  position: relative;
  width: 44px; height: 44px;
  display: grid; place-items: center;
  color: var(--c-text);
  transition: color .4s var(--ease);
}
.cart-btn:hover { color: var(--c-gold-deep); }

.cart-badge {
  position: absolute;
  top: 5px; right: 3px;
  min-width: 17px; height: 17px;
  padding: 0 4px;
  display: grid; place-items: center;
  border-radius: 999px;
  background: var(--c-gold);
  color: var(--c-base);
  font-family: var(--ff-serif-en);
  font-size: 10.5px;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0;
  transform: scale(.6);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.cart-badge.is-visible { opacity: 1; transform: scale(1); }
.cart-badge.is-bump { animation: badgeBump .5s var(--ease); }
@keyframes badgeBump {
  0%   { transform: scale(1); }
  35%  { transform: scale(1.38); }
  100% { transform: scale(1); }
}

/* hamburger */
.hamburger {
  display: none;
  position: relative;
  width: 44px; height: 44px;
}
.hamburger span {
  position: absolute;
  left: 12px;
  width: 20px; height: 1px;
  background: var(--c-text);
  transition: transform .45s var(--ease), opacity .3s var(--ease);
}
.hamburger span:nth-child(1) { top: 16px; }
.hamburger span:nth-child(2) { top: 22px; }
.hamburger span:nth-child(3) { top: 28px; }
.hamburger.is-open span:nth-child(1) { transform: translateY(6px) rotate(38deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-38deg); }

.nav-overlay {
  position: fixed; inset: 0; z-index: 110;
  background: rgba(51, 49, 45, .32);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity .45s var(--ease);
}
.nav-overlay.is-visible { opacity: 1; }

/* ---------- 6. Hero (FV) ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  padding: calc(var(--header-h) + 40px) var(--sp-gutter) 96px;
}
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-img {
  width: 108%;
  height: 108%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: translate(-4%, -4%);
  animation: slowPan 34s var(--ease) infinite alternate;
}
/* 縦位置の写真を横長にトリミングする際、キャッチコピー側に壁の余白を残す */
@media (min-width: 768px) {
  .hero-img { object-position: 50% 32%; }
}
@keyframes slowPan {
  from { transform: translate(-4%, -4%) scale(1); }
  to   { transform: translate(-1%, -1.5%) scale(1.07); }
}
.hero-veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(to left, rgba(247, 246, 242, .55) 0%, rgba(247, 246, 242, .12) 46%, rgba(247, 246, 242, 0) 74%),
    linear-gradient(to top, rgba(247, 246, 242, .40) 0%, rgba(247, 246, 242, 0) 42%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  gap: clamp(18px, 3vw, 40px);
  padding-bottom: 86px;   /* hero-cta の居場所 */
}

/* 【重要】縦書き・必ず2行で表示 */
.hero-copy {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: var(--ff-serif-ja);
  font-weight: 300;
  font-size: clamp(25px, 3.5vw, 42px);
  line-height: 2.0;           /* 縦書きでは行間＝列の間隔 */
  letter-spacing: .22em;
  color: var(--c-text);
  max-height: min(66vh, 620px);
}
.hero-copy .hero-line {
  display: block;             /* 1行＝1列を保証 */
  white-space: nowrap;        /* 途中で折り返させない */
  opacity: 0;
  transform: translateY(-28px);
  animation: heroLineIn 1.5s var(--ease) forwards;
}
.hero-copy .hero-line:nth-child(1) { animation-delay: .35s; }
.hero-copy .hero-line:nth-child(2) { animation-delay: .75s; }
@keyframes heroLineIn {
  to { opacity: 1; transform: translateY(0); }
}

.hero-sub {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: .3em;
  color: var(--c-text-mid);
  opacity: 0;
  animation: heroFade 1.6s var(--ease) 1.15s forwards;
}
.hero-sub-en {
  display: block;
  font-family: var(--ff-serif-en);
  font-style: italic;
  font-size: 13px;
  letter-spacing: .16em;
  margin-bottom: 20px;
  white-space: nowrap;
}
.hero-sub-ja { display: block; white-space: nowrap; }
@keyframes heroFade { to { opacity: 1; } }

.hero-cta {
  position: absolute;
  left: 0; bottom: 4px;
  white-space: nowrap;
  background: rgba(247, 246, 242, .55);
  opacity: 0;
  animation: heroFade 1.4s var(--ease) 1.4s forwards;
}

.scroll-cue {
  position: absolute;
  left: var(--sp-gutter);
  bottom: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--ff-serif-en);
  font-size: 11px;
  letter-spacing: .3em;
  color: var(--c-text-sub);
}
.scroll-cue em { font-style: normal; }
.scroll-cue::after {
  content: "";
  width: 56px; height: 1px;
  background: var(--c-gold);
  transform-origin: left;
  animation: cueLine 2.6s var(--ease) infinite;
}
@keyframes cueLine {
  0%, 100% { transform: scaleX(.25); opacity: .5; }
  50%      { transform: scaleX(1);   opacity: 1; }
}

/* ---------- 7. Brand ---------- */
.brand { background: var(--c-base); }
.brand-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(40px, 6vw, 92px);
  align-items: center;
}
.brand-visual { overflow: hidden; border-radius: var(--radius-img); }
.brand-visual img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 1.6s var(--ease);
}
.brand-visual:hover img { transform: scale(1.04); }

.brand-body { max-width: 56ch; }
.brand-body .sec-title { text-align: left; margin-bottom: 34px; }

.brand-text p {
  margin-bottom: 1.9em;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--c-text-mid);
  letter-spacing: .08em;
  /* 途切れ・崩れを防ぐ（break-word なら、収まらない語だけを分割する） */
  overflow-wrap: break-word;
}
.brand-text p:last-child { margin-bottom: 0; }

.brand-marks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 34px;
  margin-top: 44px;
  padding-top: 30px;
  border-top: 1px solid var(--c-line-soft);
}
.brand-marks li { min-width: 0; }
.mark-en {
  display: block;
  font-family: var(--ff-serif-en);
  font-size: 15px;
  letter-spacing: .18em;
  color: var(--c-gold-deep);
}
.mark-ja {
  display: block;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--c-text-sub);
  margin-top: 3px;
}

/* ---------- 8. Scene ---------- */
.scene { background: var(--c-base-deep); }
.scene-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 56px);
}
.scene-card { text-align: center; }
.scene-img { overflow: hidden; border-radius: var(--radius-img); margin-bottom: 28px; }
.scene-img img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 1.5s var(--ease);
}
.scene-card:hover .scene-img img { transform: scale(1.045); }

.scene-no {
  font-family: var(--ff-serif-en);
  font-size: 12px;
  letter-spacing: .3em;
  color: var(--c-gold-deep);
}
.scene-en {
  font-family: var(--ff-serif-en);
  font-weight: 400;
  font-size: clamp(22px, 2.6vw, 27px);
  letter-spacing: .12em;
  margin: 10px 0 8px;
}
.scene-ja {
  font-size: 12.5px;
  letter-spacing: .14em;
  color: var(--c-text-sub);
  padding-bottom: 18px;
  margin-bottom: 18px;
  position: relative;
}
.scene-ja::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 0;
  width: 22px; height: 1px;
  margin-left: -11px;
  background: var(--c-line);
}
.scene-desc {
  font-size: 13.5px;
  line-height: 2.05;
  color: var(--c-text-mid);
  max-width: 34ch;
  margin-inline: auto;
}

/* ---------- 9. Store ---------- */
.store { background: var(--c-base); }
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 40px);
}
.product-card {
  display: flex;
  flex-direction: column;
  background: var(--c-surface);
  border: 1px solid var(--c-line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color .6s var(--ease);
}
.product-card:hover { border-color: var(--c-gold); }
.product-img { overflow: hidden; }
.product-img img {
  width: 100%;
  aspect-ratio: 5 / 6;
  object-fit: cover;
  transition: transform 1.5s var(--ease);
}
.product-card:hover .product-img img { transform: scale(1.05); }

.product-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 26px 24px 28px;
}
.product-cat {
  font-family: var(--ff-serif-en);
  font-size: 11px;
  letter-spacing: .26em;
  color: var(--c-gold-deep);
  margin-bottom: 12px;
}
.product-name {
  font-weight: 400;
  font-size: 17px;
  letter-spacing: .12em;
  line-height: 1.7;
}
.product-sub {
  display: block;
  font-size: 12.5px;
  letter-spacing: .2em;
  color: var(--c-text-sub);
  margin-top: 4px;
}
.product-desc {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.95;
  color: var(--c-text-mid);
}
.product-price {
  margin-top: auto;
  padding-top: 22px;
  font-family: var(--ff-serif-en);
  font-size: 23px;
  letter-spacing: .06em;
  color: var(--c-text);
}
.product-price .yen { font-size: 16px; margin-right: 2px; }
.product-price .tax {
  font-family: var(--ff-serif-ja);
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--c-text-sub);
  margin-left: 8px;
}
.add-to-cart,
.product-body .buy-link { width: 100%; margin-top: 18px; min-height: 48px; padding-inline: 12px; }
.add-to-cart.is-added { background: var(--c-gold); border-color: var(--c-gold); }

.store-note {
  margin-top: clamp(36px, 5vw, 56px);
  font-size: 12px;
  line-height: 2.1;
  color: var(--c-text-sub);
  text-align: center;
}

/* ---------- 9a. Subscription（花の定期便） ---------- */
.subscription { background: var(--c-base-deep); }

.sub-switch { text-align: center; margin-bottom: clamp(36px, 5vw, 56px); }
.switch-group {
  position: relative;
  display: inline-flex;
  padding: 4px;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  background: var(--c-surface);
}
.switch {
  position: relative;
  z-index: 1;
  min-width: 108px;
  padding: 11px 18px;
  font-size: 13.5px;
  letter-spacing: .14em;
  color: var(--c-text-sub);
  transition: color .4s var(--ease);
}
.switch.is-active { color: var(--c-base); }
.switch-indicator {
  position: absolute;
  top: 4px; left: 4px;
  height: calc(100% - 8px);
  background: var(--c-olive);
  border-radius: var(--radius);
  transition: transform .5s var(--ease), width .5s var(--ease);
}
.sub-switch-note {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--c-text-sub);
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.6vw, 36px);
  align-items: stretch;
}
.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 36px 26px 30px;
  background: var(--c-surface);
  border: 1px solid var(--c-line-soft);
  border-radius: var(--radius);
  text-align: center;
  transition: border-color .6s var(--ease);
}
.plan-card:hover { border-color: var(--c-gold); }
.plan-card.is-recommended { border-color: var(--c-gold); }
.plan-badge {
  position: absolute;
  top: -1px; left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px 16px;
  background: var(--c-gold);
  color: var(--c-base);
  border-radius: var(--radius);
  font-size: 11px;
  letter-spacing: .14em;
  white-space: nowrap;
}
.plan-illust { display: grid; place-items: center; margin-bottom: 18px; }
.plan-illust img { height: 92px; width: auto; opacity: .55; }
.plan-cat {
  font-family: var(--ff-serif-en);
  font-size: 11px;
  letter-spacing: .28em;
  color: var(--c-gold-deep);
  margin-bottom: 10px;
}
.plan-name {
  font-weight: 400;
  font-size: 21px;
  letter-spacing: .24em;
  margin-bottom: 14px;
}
.plan-desc {
  font-size: 13px;
  line-height: 1.95;
  color: var(--c-text-mid);
  margin-bottom: 22px;
}
.plan-price {
  margin-top: auto;
  padding-top: 8px;
  font-family: var(--ff-serif-en);
  font-size: 27px;
  letter-spacing: .04em;
  color: var(--c-text);
}
.plan-price .yen { font-size: 17px; margin-right: 2px; }
.plan-price .per {
  display: block;
  margin-top: 6px;
  font-family: var(--ff-serif-ja);
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--c-text-sub);
}
.plan-card .add-to-cart,
.plan-card .buy-link {
  width: 100%;
  margin-top: 20px;
  min-height: 48px;
  padding-inline: 10px;
  font-family: var(--ff-serif-ja);
  font-size: 13.5px;
  letter-spacing: .12em;
}

.sub-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(40px, 5vw, 60px);
  border-top: 1px solid var(--c-line-soft);
  border-bottom: 1px solid var(--c-line-soft);
}
.sub-points li {
  padding: 20px 18px;
  font-size: 13px;
  line-height: 1.9;
  color: var(--c-text-mid);
  text-align: center;
  border-left: 1px solid var(--c-line-soft);
}
.sub-points li:first-child { border-left: 0; }
.sub-points span {
  display: block;
  margin-bottom: 6px;
  font-size: 11.5px;
  letter-spacing: .18em;
  color: var(--c-gold-deep);
}
.sub-note {
  margin-top: 26px;
  font-size: 12px;
  line-height: 2.1;
  color: var(--c-text-sub);
  text-align: center;
}

/* ---------- 9b. Osusowake（お裾分け便） ---------- */
.osusowake { background: var(--c-base); }
.osusowake-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
}
.osusowake-body { max-width: 52ch; }
.osusowake-body .sec-title { text-align: left; margin-bottom: 28px; }
.osusowake-text {
  font-size: var(--fs-body);
  line-height: var(--lh-body);
  color: var(--c-text-mid);
  margin-bottom: 30px;
}
.osusowake-meta { border-top: 1px solid var(--c-line-soft); }
.osusowake-meta li {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  align-items: baseline;
  padding: 14px 0;
  border-bottom: 1px solid var(--c-line-soft);
  font-size: 13px;
  line-height: 1.9;
  color: var(--c-text-mid);
}
.osusowake-meta .meta-label {
  font-size: 12px;
  letter-spacing: .14em;
  color: var(--c-gold-deep);
}

.osusowake-card {
  padding: 34px 30px 32px;
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  text-align: center;
}
.osusowake-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  font-size: 12px;
  letter-spacing: .16em;
  color: var(--c-olive-deep);
}
.status-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--c-olive);
}
.osusowake-name {
  font-weight: 400;
  font-size: 19px;
  letter-spacing: .1em;
  line-height: 1.7;
}
.osusowake-name span {
  display: block;
  margin-top: 5px;
  font-size: 12.5px;
  letter-spacing: .2em;
  color: var(--c-text-sub);
}
.osusowake-desc {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.95;
  color: var(--c-text-mid);
}
.osusowake-price {
  margin-top: 22px;
  font-family: var(--ff-serif-en);
  font-size: 26px;
  letter-spacing: .04em;
}
.osusowake-price .yen { font-size: 17px; margin-right: 2px; }
.osusowake-price .tax {
  font-family: var(--ff-serif-ja);
  font-size: 11px;
  letter-spacing: .1em;
  color: var(--c-text-sub);
  margin-left: 8px;
}
.osusowake-stock {
  margin-top: 8px;
  font-size: 12.5px;
  letter-spacing: .1em;
  color: var(--c-text-mid);
}
.osusowake-stock strong {
  font-family: var(--ff-serif-en);
  font-size: 17px;
  font-weight: 400;
  color: var(--c-text);
  margin-inline: 2px;
}
.osusowake-card .add-to-cart,
.osusowake-card .buy-link { width: 100%; margin-top: 22px; min-height: 50px; }
.osusowake-closed {
  display: none;
  font-size: 13px;
  line-height: 2.0;
  color: var(--c-text-sub);
}

/* 在庫切れ／販売休止 */
.osusowake[data-status="closed"] .status-dot { background: var(--c-pink-deep); }
.osusowake[data-status="closed"] .osusowake-status { color: var(--c-text-sub); }
.osusowake[data-status="closed"] .osusowake-price,
.osusowake[data-status="closed"] .osusowake-stock,
.osusowake[data-status="closed"] .osusowake-card .add-to-cart,
.osusowake[data-status="closed"] .osusowake-card .buy-link { display: none; }
.osusowake[data-status="closed"] .osusowake-closed { display: block; margin-top: 22px; }

/* ---------- 9c. Occasion（開店・開業祝い） ---------- */
.occasion { background: var(--c-base-deep); }
.occasion-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(20px, 3vw, 44px);
  align-items: start;
}
.occasion-photo-main { margin-top: clamp(16px, 3vw, 44px); }
.occasion-photo { margin: 0; overflow: hidden; border-radius: var(--radius-img); }
.occasion-photo img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 1.5s var(--ease);
}
.occasion-photo:hover img { transform: scale(1.04); }

.occasion-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(36px, 4.5vw, 56px);
  border-top: 1px solid var(--c-line-soft);
  border-bottom: 1px solid var(--c-line-soft);
}
.occasion-points li {
  padding: 20px 18px;
  border-left: 1px solid var(--c-line-soft);
  font-size: 13px;
  line-height: 1.9;
  color: var(--c-text-mid);
  text-align: center;
}
.occasion-points li:first-child { border-left: 0; }
.occasion-points span {
  display: block;
  margin-bottom: 6px;
  font-size: 11.5px;
  letter-spacing: .18em;
  color: var(--c-gold-deep);
}
.occasion-note {
  margin-top: 26px;
  font-size: 12px;
  line-height: 2.0;
  color: var(--c-text-sub);
  text-align: center;
}

/* ---------- 10. About & Guide ---------- */
.about { background: var(--c-base-deep); }
.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}
.col-title {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .16em;
  padding-bottom: 20px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--c-line);
}
.col-en {
  display: block;
  font-family: var(--ff-serif-en);
  font-size: 12px;
  letter-spacing: .3em;
  color: var(--c-gold-deep);
  margin-bottom: 8px;
}

.reason-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 4px 12px;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--c-line-soft);
}
.reason-list li:last-child { border-bottom: 0; }
.reason-no {
  font-family: var(--ff-serif-en);
  font-size: 15px;
  letter-spacing: .1em;
  color: var(--c-gold);
  padding-top: 4px;
}
.reason-list h4 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .14em;
  margin-bottom: 10px;
}
.reason-list p {
  font-size: 13.5px;
  line-height: 2.0;
  color: var(--c-text-mid);
}
.about-visual {
  margin: 4px 0 0;
  overflow: hidden;
  border-radius: var(--radius-img);
}
.about-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 62%;
}
.about-visual figcaption {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--c-text-sub);
}

.step-list { counter-reset: step; }
.step-list li {
  position: relative;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--c-line-soft);
}
.step-list li:last-child { border-bottom: 0; }
.step-no {
  display: inline-block;
  font-family: var(--ff-serif-en);
  font-size: 11.5px;
  letter-spacing: .28em;
  color: var(--c-base);
  background: var(--c-gold);
  padding: 4px 12px;
  border-radius: var(--radius);
  margin-bottom: 16px;
}
.step-list h4 {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .12em;
  margin-bottom: 10px;
}
.step-list p {
  font-size: 13.5px;
  line-height: 2.0;
  color: var(--c-text-mid);
}
.guide-note {
  padding: 26px 24px;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  text-align: center;
}
.guide-note p {
  font-size: 13px;
  line-height: 2.0;
  color: var(--c-text-mid);
  margin-bottom: 20px;
}
.guide-note .btn { width: 100%; }

/* ---------- 11. Care ---------- */
.care { background: var(--c-base); }
.care-tabs { max-width: 940px; margin-inline: auto; }

.tablist {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0;
  border-bottom: 1px solid var(--c-line);
  margin-bottom: clamp(40px, 5vw, 62px);
}
.tab {
  flex: 1 1 0;
  max-width: 260px;
  padding: 16px 8px 18px;
  font-size: 14px;
  letter-spacing: .16em;
  color: var(--c-text-sub);
  transition: color .45s var(--ease);
}
.tab.is-active { color: var(--c-text); }
.tab-indicator {
  position: absolute;
  left: 0; bottom: -1px;
  height: 1px;
  background: var(--c-olive);
  transition: transform .55s var(--ease), width .55s var(--ease);
}

.tabpanel { display: none; }
.tabpanel.is-active { display: block; animation: panelIn .7s var(--ease); }
@keyframes panelIn {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

.care-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 38px);
}
.care-steps li {
  position: relative;
  padding: 30px 22px 28px;
  background: var(--c-surface);
  border: 1px solid var(--c-line-soft);
  border-radius: var(--radius);
  text-align: center;
}
.care-no {
  display: block;
  font-family: var(--ff-serif-en);
  font-size: 12px;
  letter-spacing: .3em;
  color: var(--c-gold-deep);
  margin-bottom: 16px;
}
.care-icon { display: grid; place-items: center; margin-bottom: 18px; color: var(--c-olive); }
.care-icon svg { width: 44px; height: 44px; }
.care-steps h4 {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .12em;
  margin-bottom: 12px;
}
.care-steps p {
  font-size: 13px;
  line-height: 2.0;
  color: var(--c-text-mid);
  text-align: left;
}

/* ---------- 11b. Contact（お問い合わせフォーム） ---------- */
.contact { background: var(--c-base); }
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.85fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: start;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px clamp(18px, 2.4vw, 30px);
}
.field { display: flex; flex-direction: column; min-width: 0; }
.field-wide { grid-column: 1 / -1; }

.field > label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: .12em;
  color: var(--c-text);
}
.req, .opt {
  padding: 3px 8px;
  border-radius: var(--radius);
  font-size: 10.5px;
  letter-spacing: .1em;
  line-height: 1;
}
.req { background: var(--c-gold); color: var(--c-base); }
.opt { border: 1px solid var(--c-line); color: var(--c-text-sub); }

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="date"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  background: var(--c-surface);
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  font-family: var(--ff-serif-ja);
  font-size: 14.5px;
  line-height: 1.7;
  letter-spacing: .04em;
  color: var(--c-text);
  transition: border-color .35s var(--ease), background-color .35s var(--ease);
  -webkit-appearance: none;
  appearance: none;
}
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--c-text-sub) 50%),
    linear-gradient(135deg, var(--c-text-sub) 50%, transparent 50%);
  background-position: right 18px center, right 13px center;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  padding-right: 38px;
}
.contact-form ::placeholder { color: #A9A49B; }

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--c-olive);
  background: var(--c-base);
}
.contact-form [aria-invalid="true"] { border-color: var(--c-pink-deep); }

.field-hint, .field-count {
  margin-top: 7px;
  font-size: 11.5px;
  letter-spacing: .06em;
  color: var(--c-text-sub);
}
.field-count { text-align: right; font-family: var(--ff-serif-en); }
.field-err {
  margin-top: 7px;
  font-size: 12px;
  letter-spacing: .06em;
  color: var(--c-pink-deep);
}
.field-err[hidden] { display: none; }

/* チェックボックス */
.check {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  cursor: pointer;
  margin-bottom: 0;
}
.check input {
  position: absolute;
  width: 1px; height: 1px;
  opacity: 0;
}
.check-box {
  width: 19px; height: 19px;
  margin-top: 4px;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  background: var(--c-surface);
  position: relative;
  transition: border-color .3s var(--ease), background-color .3s var(--ease);
}
.check-box::after {
  content: "";
  position: absolute;
  left: 6px; top: 2px;
  width: 5px; height: 10px;
  border: solid var(--c-base);
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg) scale(0);
  transition: transform .25s var(--ease);
}
.check input:checked + .check-box { background: var(--c-olive); border-color: var(--c-olive); }
.check input:checked + .check-box::after { transform: rotate(45deg) scale(1); }
.check input:focus-visible + .check-box { outline: 1px solid var(--c-gold-deep); outline-offset: 3px; }
.check-text {
  font-size: 13px;
  line-height: 1.9;
  color: var(--c-text-mid);
}
.check-text .req { margin-left: 8px; vertical-align: 2px; }

/* ハニーポット（ボット除け） */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px; height: 1px;
  overflow: hidden;
}

.form-foot { margin-top: 6px; }
.contact-submit { width: 100%; max-width: 320px; }
.form-note, .form-status {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.95;
  letter-spacing: .06em;
  color: var(--c-text-sub);
}
.form-status:empty { display: none; }
.form-status.is-ok { color: var(--c-olive-deep); }
.form-status.is-ng { color: var(--c-pink-deep); }

/* 右側の補足 */
.contact-aside {
  padding: 30px 28px;
  background: var(--c-base-deep);
  border-radius: var(--radius);
}
.aside-block + .aside-block {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid var(--c-line-soft);
}
.aside-label {
  font-family: var(--ff-serif-en);
  font-size: 11px;
  letter-spacing: .28em;
  color: var(--c-gold-deep);
  margin-bottom: 12px;
}
.aside-mail {
  display: inline-block;
  font-family: var(--ff-serif-en);
  font-size: 16px;
  letter-spacing: .04em;
  color: var(--c-text);
  border-bottom: 1px solid var(--c-line);
  padding-bottom: 2px;
  transition: border-color .4s var(--ease), color .4s var(--ease);
  overflow-wrap: anywhere;
}
.aside-mail:hover { color: var(--c-gold-deep); border-bottom-color: var(--c-gold); }
.aside-sns {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--ff-serif-en);
  font-size: 14px;
  letter-spacing: .08em;
  color: var(--c-text);
  transition: color .4s var(--ease);
}
.aside-sns:hover { color: var(--c-gold-deep); }
.aside-text {
  margin-top: 12px;
  font-size: 12.5px;
  line-height: 1.95;
  color: var(--c-text-mid);
}

/* ---------- 12. Closing ---------- */
.closing {
  padding-block: clamp(88px, 12vw, 150px);
  background: var(--c-base-deep);
  border-top: 1px solid var(--c-line-soft);
}
.closing-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(40px, 5vw, 78px);
  align-items: center;
}
.closing-visual { overflow: hidden; border-radius: var(--radius-img); }
.closing-visual img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 1.6s var(--ease);
}
.closing-visual:hover img { transform: scale(1.04); }

.closing-en {
  font-family: var(--ff-serif-en);
  font-style: italic;
  font-size: clamp(14px, 2vw, 18px);
  letter-spacing: .2em;
  color: var(--c-gold-deep);
  margin-bottom: 22px;
}
.closing-ja {
  font-weight: 300;
  font-size: clamp(21px, 3.2vw, 32px);
  line-height: 2.0;
  letter-spacing: .16em;
  margin-bottom: 26px;
}
.closing-lead {
  font-size: var(--fs-body);
  line-height: 2.05;
  color: var(--c-text-mid);
  margin-bottom: 40px;
}

/* ---------- 13. Footer ---------- */
.site-footer {
  background: var(--c-base);
  padding-top: clamp(56px, 7vw, 84px);
  border-top: 1px solid var(--c-line-soft);
}
.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: clamp(36px, 5vw, 70px);
  padding-bottom: clamp(44px, 6vw, 68px);
}
.footer-logo {
  width: clamp(170px, 20vw, 220px);
  height: auto;
  margin-bottom: 24px;
  opacity: .9;
}
.footer-copy-text { font-size: 13px; line-height: 2.0; color: var(--c-text-mid); }

/* ---------- SNS（Instagram） ---------- */
.sns-link {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 4px 10px;
  margin-top: 26px;
  padding: 12px 18px 12px 14px;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  color: var(--c-text);
  transition: border-color .45s var(--ease), color .45s var(--ease);
}
.sns-link:hover { border-color: var(--c-gold); color: var(--c-gold-deep); }
.sns-icon { grid-row: 1 / 3; color: currentColor; }
.sns-handle {
  font-family: var(--ff-serif-en);
  font-size: 14px;
  letter-spacing: .1em;
}
.sns-note {
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--c-text-sub);
}

.gnav-sns { display: none; }

.inline-link {
  color: var(--c-gold-deep);
  border-bottom: 1px solid var(--c-line);
  padding-bottom: 1px;
  transition: border-color .4s var(--ease);
}
.inline-link:hover { border-bottom-color: var(--c-gold); }

.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 20px; }
.footer-nav li { margin-bottom: 14px; }
.footer-nav a {
  font-size: 13px;
  letter-spacing: .1em;
  color: var(--c-text-mid);
  transition: color .4s var(--ease);
}
.footer-nav a:hover { color: var(--c-gold-deep); }

.copyright {
  padding: 22px var(--sp-gutter) calc(26px + var(--floating-h));
  border-top: 1px solid var(--c-line-soft);
  font-family: var(--ff-serif-en);
  font-size: 11px;
  letter-spacing: .2em;
  color: var(--c-text-sub);
  text-align: center;
}

/* ---------- 14. Cart Drawer ---------- */
.cart-overlay {
  position: fixed; inset: 0; z-index: 190;
  background: rgba(51, 49, 45, .34);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity .5s var(--ease);
}
.cart-overlay.is-visible { opacity: 1; }

.cart-drawer {
  position: fixed;
  top: 0; right: 0; z-index: 200;
  width: min(420px, 100%);
  height: 100svh;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--c-surface);
  border-left: 1px solid var(--c-line-soft);
  transform: translateX(100%);
  transition: transform .58s var(--ease);
  visibility: hidden;
}
.cart-drawer.is-open { transform: translateX(0); visibility: visible; }

.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 24px 20px;
  border-bottom: 1px solid var(--c-line-soft);
}
.cart-title {
  font-family: var(--ff-serif-en);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: .22em;
}
.cart-title span {
  font-family: var(--ff-serif-ja);
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--c-text-sub);
  margin-left: 12px;
}
.cart-close {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  color: var(--c-text-mid);
  transition: color .4s var(--ease);
}
.cart-close:hover { color: var(--c-text); }

.cart-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px 24px 24px;
}
.cart-empty {
  padding: 56px 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: .1em;
  color: var(--c-text-sub);
}
.cart-empty[hidden] { display: none; }

.cart-items li {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--c-line-soft);
}
.cart-thumb {
  width: 74px;
  aspect-ratio: 5 / 6;
  object-fit: cover;
  border-radius: var(--radius);
}
/* 写真を持たない商品（定期便・お裾分け便）用のブランドマークタイル */
.cart-thumb-mark {
  display: grid;
  place-items: center;
  background: var(--c-base-deep);
  border: 1px solid var(--c-line-soft);
}
.cart-thumb-mark img { width: auto; height: 52%; opacity: .5; }
.cart-item-name {
  font-size: 14px;
  letter-spacing: .08em;
  line-height: 1.7;
  margin-bottom: 4px;
}
.cart-item-price {
  font-family: var(--ff-serif-en);
  font-size: 14px;
  color: var(--c-text-mid);
  letter-spacing: .06em;
}
.cart-item-tag {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border: 1px solid var(--c-gold);
  border-radius: var(--radius);
  font-size: 10.5px;
  letter-spacing: .12em;
  color: var(--c-gold-deep);
  vertical-align: 2px;
}
.cart-item-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}
.qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
}
.qty button {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  font-family: var(--ff-serif-en);
  font-size: 15px;
  color: var(--c-text-mid);
  transition: color .3s var(--ease), background-color .3s var(--ease);
}
.qty button:hover { color: var(--c-text); background: var(--c-base-deep); }
.qty-num {
  min-width: 34px;
  text-align: center;
  font-family: var(--ff-serif-en);
  font-size: 14px;
}
.cart-remove {
  font-size: 11.5px;
  letter-spacing: .1em;
  color: var(--c-text-sub);
  border-bottom: 1px solid transparent;
  transition: color .35s var(--ease), border-color .35s var(--ease);
}
.cart-remove:hover { color: var(--c-pink-deep); border-bottom-color: var(--c-pink-deep); }

.cart-foot {
  padding: 22px 24px calc(24px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--c-line-soft);
  background: var(--c-base);
}
.cart-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 6px;
}
.cart-total dt { font-size: 13px; letter-spacing: .12em; }
.cart-total dt span { font-size: 11px; color: var(--c-text-sub); }
.cart-total dd {
  font-family: var(--ff-serif-en);
  font-size: 24px;
  letter-spacing: .04em;
}
.cart-ship {
  font-size: 11px;
  color: var(--c-text-sub);
  letter-spacing: .08em;
  margin-bottom: 18px;
}
.cart-sub-note {
  font-size: 11px;
  line-height: 1.8;
  color: var(--c-gold-deep);
  letter-spacing: .06em;
  margin: -10px 0 16px;
}
.cart-sub-note[hidden] { display: none; }
.cart-checkout { width: 100%; }
.cart-continue {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 8px;
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--c-text-sub);
  transition: color .35s var(--ease);
}
.cart-continue:hover { color: var(--c-text); }

/* ---------- 15. Floating CTA（スマホ常時表示） ---------- */
.floating-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 100;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 12px var(--sp-gutter) calc(12px + env(safe-area-inset-bottom, 0px));
  background: rgba(247, 246, 242, .90);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--c-line-soft);
  transform: translateY(100%);
  transition: transform .5s var(--ease);
}
.floating-cta.is-visible { transform: translateY(0); }
.floating-cta .btn { flex: 1; min-height: 50px; padding-inline: 16px; font-family: var(--ff-serif-ja); font-size: 14px; letter-spacing: .14em; }
.floating-cart {
  position: relative;
  width: 50px; height: 50px;
  flex-shrink: 0;
  display: grid; place-items: center;
  border: 1px solid var(--c-gold);
  border-radius: var(--radius);
  color: var(--c-text);
}

/* ---------- 16. Toast ---------- */
.toast {
  position: fixed;
  left: 50%;
  bottom: 32px;
  z-index: 210;
  transform: translate(-50%, 24px);
  padding: 13px 26px;
  background: rgba(51, 51, 51, .92);
  color: var(--c-base);
  border-radius: var(--radius);
  font-size: 12.5px;
  letter-spacing: .1em;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s var(--ease), transform .4s var(--ease);
  max-width: calc(100% - 32px);
  text-align: center;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
/* カートを開いているあいだは、Checkout ボタンに重ならないよう上部へ逃がす */
body.is-cart-open .toast {
  top: calc(var(--header-h) + 18px);
  bottom: auto;
  transform: translate(-50%, -18px);
}
body.is-cart-open .toast.is-visible { transform: translate(-50%, 0); }

/* ---------- 17. Scroll animation (slideUpFade) ---------- */
[data-anim] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 1.05s var(--ease), transform 1.05s var(--ease);
  will-change: opacity, transform;
}
[data-anim].is-inview { opacity: 1; transform: none; }

/* ============================================================
   18. Responsive
   ============================================================ */

/* --- Tablet --- */
@media (max-width: 1023px) {
  .gnav-list { gap: 18px; }
  .gnav-list a { font-size: 13px; }
  .gnav-list a span { display: none; }

  .brand-grid { grid-template-columns: 1fr; gap: 44px; }
  .brand-visual img { aspect-ratio: 16 / 10; }
  .brand-body { max-width: none; }

  .scene-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scene-card:last-child { grid-column: 1 / -1; max-width: 460px; margin-inline: auto; }

  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .plan-grid { grid-template-columns: 1fr; gap: 20px; max-width: 520px; margin-inline: auto; }
  .plan-card { padding: 32px 26px 28px; }
  .sub-points { grid-template-columns: 1fr; }
  .sub-points li { border-left: 0; border-top: 1px solid var(--c-line-soft); }
  .sub-points li:first-child { border-top: 0; }

  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-aside { order: 2; }

  .osusowake-inner { grid-template-columns: 1fr; gap: 40px; }
  .osusowake-body { max-width: none; }
  .osusowake-card { max-width: 480px; margin-inline: auto; width: 100%; }

  .occasion-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .occasion-photo-main { margin-top: 0; }
  .occasion-points { grid-template-columns: 1fr; }
  .occasion-points li { border-left: 0; border-top: 1px solid var(--c-line-soft); }
  .occasion-points li:first-child { border-top: 0; }

  .about-grid { grid-template-columns: 1fr; gap: 56px; }
  .about-visual img { aspect-ratio: 16 / 9; }

  .closing-inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  .closing-visual { max-width: 460px; margin-inline: auto; }
  .closing-visual img { aspect-ratio: 4 / 3; }

  .care-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* --- Mobile --- */
@media (max-width: 767px) {
  :root { --floating-h: 74px; }

  .br-sp { display: inline; }

  /* header: drawer nav */
  .hamburger { display: block; }
  /* ナビが絶対配置になるので、カートとハンバーガーを右端へ寄せる */
  .header-actions { margin-left: auto; }
  /* ヘッダーは backdrop-filter を持つため fixed の包含ブロックになる。
     モバイルメニューはヘッダー基準の absolute で全画面高に伸ばす。 */
  .gnav {
    position: absolute;
    top: 0;
    right: 0;
    width: min(300px, 84vw);
    height: 100vh;
    height: 100svh;
    z-index: 115;
    background: var(--c-base);
    border-left: 1px solid var(--c-line-soft);
    padding: calc(var(--header-h) + 20px) 30px 44px;
    transform: translateX(100%);
    transition: transform .55s var(--ease);
    overflow-y: auto;
    visibility: hidden;
    margin-left: 0;
  }
  .gnav.is-open { transform: translateX(0); visibility: visible; }
  .gnav-list { flex-direction: column; align-items: flex-start; gap: 0; width: 100%; }
  .gnav-list li { width: 100%; border-bottom: 1px solid var(--c-line-soft); }
  .gnav-list a { padding: 15px 2px; font-size: 16px; letter-spacing: .2em; }
  .gnav-list a span { display: block; font-size: 10px; margin-top: 4px; }
  .gnav-list a::after { display: none; }

  /* モバイルメニュー内の Instagram 導線 */
  .gnav-sns {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    padding: 12px 16px;
    border: 1px solid var(--c-line);
    border-radius: var(--radius);
    font-family: var(--ff-serif-en);
    font-size: 13.5px;
    letter-spacing: .1em;
    color: var(--c-text);
  }

  /* hero */
  .hero {
    padding: calc(var(--header-h) + 28px) var(--sp-gutter) calc(var(--floating-h) + 28px);
    justify-content: flex-end;
    align-items: center;
  }
  .hero-inner { gap: 14px; padding-bottom: 72px; }
  .hero-copy {
    font-size: clamp(23px, 6.6vw, 31px);
    line-height: 1.85;
    letter-spacing: .2em;
    max-height: min(58vh, 460px);
  }
  .hero-sub { font-size: 10.5px; letter-spacing: .24em; }
  .hero-sub-en { font-size: 11px; margin-bottom: 12px; }
  .hero-cta { left: auto; right: 0; bottom: 0; min-height: 46px; padding-inline: 24px; font-size: 12.5px; }
  /* SP はフローティングCTAが画面下部を占めるため、スクロールキューは省く */
  .scroll-cue { display: none; }

  /* sections */
  .sec-head { margin-bottom: 44px; }
  .brand-marks { gap: 14px 24px; margin-top: 34px; padding-top: 24px; }

  .scene-grid { grid-template-columns: 1fr; gap: 48px; }
  .scene-card:last-child { max-width: none; }
  .scene-img img { aspect-ratio: 5 / 4; }

  .product-grid { grid-template-columns: 1fr; gap: 36px; }
  .product-img img { aspect-ratio: 4 / 3; }
  .product-body { padding: 24px 20px 26px; }

  .care-steps { grid-template-columns: 1fr; gap: 16px; }
  .care-steps li {
    display: grid;
    grid-template-columns: 56px 1fr;
    grid-template-areas:
      "icon no"
      "icon title"
      "icon text";
    gap: 0 16px;
    text-align: left;
    padding: 22px 20px;
    align-items: center;
  }
  .care-icon { grid-area: icon; margin-bottom: 0; }
  .care-icon svg { width: 38px; height: 38px; }
  .care-no { grid-area: no; margin-bottom: 6px; }
  .care-steps h4 { grid-area: title; margin-bottom: 8px; }
  .care-steps p { grid-area: text; }
  .tab { font-size: 13px; letter-spacing: .12em; }

  .logo-full { height: 50px; }

  .sns-link { margin-top: 22px; padding: 11px 16px 11px 13px; }
  .sns-note { font-size: 10.5px; }

  .switch { min-width: 96px; padding: 10px 14px; font-size: 13px; }
  .plan-grid { max-width: none; }
  .plan-illust img { height: 78px; }
  .sub-points li { padding: 16px 12px; }

  .contact-form { grid-template-columns: 1fr; gap: 20px; }
  .contact-submit { max-width: none; }
  .contact-aside { padding: 26px 22px; }
  /* iOS で入力時に拡大されないよう、フォーム部品は16px以上にする */
  .contact-form input,
  .contact-form select,
  .contact-form textarea { font-size: 16px; }

  .osusowake-card { padding: 30px 22px 28px; }
  .osusowake-meta li { grid-template-columns: 66px 1fr; gap: 10px; font-size: 12.5px; }

  .occasion-gallery { gap: 12px; }
  .occasion-points li { padding: 16px 12px; }

  .closing-visual { max-width: none; }
  .closing-visual img { aspect-ratio: 5 / 4; }
  .closing-lead { margin-bottom: 32px; }

  .footer-inner { grid-template-columns: 1fr; gap: 36px; }
  /* 「特定商取引法に基づく表記」が2段に割れるため、SP は1列にする */
  .footer-nav { grid-template-columns: 1fr; gap: 0; }
  .footer-nav ul + ul { margin-top: 4px; }

  /* floating CTA — スクロール位置に関わらず常時表示 */
  .floating-cta { display: flex; transform: translateY(0); }

  /* drawer full width */
  .cart-drawer { width: 100%; border-left: 0; }
  .cart-items li { grid-template-columns: 66px 1fr; gap: 14px; }
  .cart-thumb { width: 66px; }

  .toast { bottom: calc(var(--floating-h) + 18px); }
}

@media (max-width: 380px) {
  .hero-copy { font-size: 21px; letter-spacing: .16em; }
  .floating-cta .btn { font-size: 13px; letter-spacing: .1em; }
}

/* --- backdrop-filter 非対応環境のフォールバック --- */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header { background: rgba(247, 246, 242, .96); }
  .site-header.is-scrolled { background: var(--c-base); }
  .floating-cta { background: var(--c-base); }
  .nav-overlay, .cart-overlay { background: rgba(51, 49, 45, .45); }
}

/* --- print / motion --- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  [data-anim] { opacity: 1; transform: none; }
  .hero-copy .hero-line, .hero-sub, .hero-cta { opacity: 1; transform: none; }
  .hero-img { animation: none; transform: none; width: 100%; height: 100%; }
}


/* ============================================================
   19. 追記 ─ BASE オンラインショップ連携の導線
   ============================================================ */

/* --- ヘッダーの「Online Shop」ボタン --- */
.shop-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  font-family: var(--ff-serif-en);
  font-size: 13.5px;
  letter-spacing: .14em;
  color: var(--c-text);
  white-space: nowrap;
  transition: background-color .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease);
}
.shop-btn:hover,
.shop-btn:focus-visible {
  background: var(--c-olive);
  border-color: var(--c-olive);
  color: var(--c-base);
}

/* --- 商品カード等の「オンラインショップで購入」ボタン --- */
.buy-link {
  font-family: var(--ff-serif-ja);
  font-size: 13.5px;
  letter-spacing: .12em;
  text-align: center;
}
.buy-link::after {
  content: "";
  flex: none;
  width: 12px;
  height: 12px;
  margin-left: 9px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M14 4h6v6M20 4 11 13M18 14v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h5'/></svg>") no-repeat center / contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M14 4h6v6M20 4 11 13M18 14v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h5'/></svg>") no-repeat center / contain;
  opacity: .8;
}

/* --- フローティングCTA のショップボタン --- */
.floating-shop {
  position: relative;
  width: 50px; height: 50px;
  flex-shrink: 0;
  display: grid; place-items: center;
  border: 1px solid var(--c-gold);
  border-radius: var(--radius);
  color: var(--c-text);
}

/* ============================================================
   20. 追記 ─ 説明文の体裁（中央揃え → 左揃え）
   見出し・ラベル・価格は中央のまま、本文は左揃えにして
   行末のばらつきをなくし、読みやすさを揃える。
   ============================================================ */

/* セクション冒頭のリード文 */
.sec-lead {
  text-align: left;
  max-width: 44em;
  margin-inline: auto;
}

/* Scene カード：説明文が中央だと行末が乱れるため左揃えに */
.scene-card { text-align: left; }
.scene-ja::after { left: 0; margin-left: 0; }
.scene-desc { max-width: none; }

/* 定期便プラン：ラベル・価格は中央、説明文だけ左揃え */
.plan-desc { text-align: left; }

/* お裾分け便カード */
.osusowake-desc { text-align: left; }

/* 購入の流れ脇の注記 */
.guide-note p { text-align: left; }

/* ※ではじまる注記（複数行で中央揃えだと読みにくい） */
.store-note,
.sub-note,
.occasion-note {
  text-align: left;
  max-width: 62em;
  margin-inline: auto;
}
.store-note .note-line,
.sub-note .note-line { display: block; }

/* Care ステップ（本文はもともと左揃え。見出し類との整合をとる） */
.care-steps p { text-align: left; }

/* Closing：タブレット以下で中央寄せになるリード文を左揃えに */
@media (max-width: 1023px) {
  .closing-lead { text-align: left; max-width: 40em; margin-inline: auto; }
}

@media (max-width: 767px) {
  /* SP はアイコンのみ（ハンバーガーと並べても窮屈にならないように） */
  .shop-btn { width: 44px; padding: 0; justify-content: center; border-color: transparent; }
  .shop-btn-text { display: none; }
  .sec-lead { max-width: none; }
  .store-note, .sub-note, .occasion-note { max-width: none; }
}

/* 商品カードは横幅が狭いため、購入ボタンの文字を少し詰める */
.product-body .buy-link { font-size: 13px; letter-spacing: .08em; padding-inline: 10px; }
.product-body .buy-link::after { margin-left: 7px; }
