/* =========================================================
   小麦と時間 (komugi to jikan) — Bakery LP
   Claude Design 由来 / 素の HTML+CSS 実装
   写真は images/ 配下。差し替え時は同名ファイルを上書き
   ========================================================= */

/* ---------- 1. Variables ---------- */
:root {
  --bg: #e9e3d7;          /* ページ外の余白色 */
  --cream: #fbf7f0;       /* メインの面 */
  --cream-lt: #fdfaf3;    /* 暗い面の上の明色テキスト */
  --sand-1: #f3e7d3;      /* 淡いセクション背景 */
  --sand-2: #f4ede0;
  --sand-3: #fdf6e8;      /* 焼き上がり時間の枠 */

  --ink: #33302a;         /* 見出し・濃い面 */
  --ink-2: #4f4a42;
  --ink-soft: #6f685c;    /* 本文 */
  --muted: #a29a89;       /* プレースホルダー注記 */

  --brown: #b4632a;       /* ブランド色・CTA・リンク */
  --brown-dk: #a6641f;    /* 価格テキスト */
  --gold: #e0a94f;        /* バッジ・アクセント */
  --gold-lt: #f0d79b;     /* ハイライト下線 */

  --line: #e2d0b2;        /* 罫線（濃いめ） */
  --line-lt: #e9dcc8;     /* 罫線（淡い） */
  --dash: #dfc9a6;        /* 破線 */

  --f-base: 'Zen Kaku Gothic New', sans-serif;
  --f-round: 'Zen Maru Gothic', sans-serif;
  --f-en: 'Josefin Sans', sans-serif;

  --shadow-card: 0 24px 60px rgba(51, 48, 42, .16);

  --pad-x: 56px;          /* PC のセクション左右余白 */
}

/* ---------- 2. Base ---------- */
* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg);
  font-family: var(--f-base);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--brown); text-decoration: none; }
a:hover { opacity: .7; }

img { max-width: 100%; display: block; }

/* 本文の1440px舞台。カード枠は原デザインの提示用フレームなので外し、面だけ再現 */
.stage {
  max-width: 1440px;
  margin: 0 auto;
  background: var(--cream);
  overflow: hidden;
}

/* ---------- 3. Common parts ---------- */

/* CTA ボタン（茶色ピル） */
.btn {
  display: inline-block;
  background: var(--brown);
  color: var(--cream-lt);
  font-family: var(--f-round);
  font-weight: 700;
  border-radius: 999px;
  white-space: nowrap;
}
.btn-lg { font-size: 16px; padding: 17px 36px; }
.btn:hover { opacity: .85; }

/* 英字セクション見出し */
.sec-en {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: var(--f-en);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .12em;
  color: var(--ink);
}
.sec-en .dot { width: 12px; height: 12px; background: var(--gold); flex: none; }

.sec-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.link-en {
  font-family: var(--f-en);
  font-size: 13px;
  letter-spacing: .14em;
  white-space: nowrap;
}

/* 価格の英字表記 */
.price-en {
  font-family: var(--f-en);
  font-size: 13px;
  letter-spacing: .04em;
  color: var(--brown-dk);
}

/* 黄色の下線ハイライト */
.hl { background: linear-gradient(transparent 62%, var(--gold-lt) 62%); }
.hl-strong { background: linear-gradient(transparent 62%, rgba(224, 169, 79, .75) 62%); }

/* インライン・アイコン */
/* アイコンを載せる要素は inline-flex で中央揃え（サイズを上げても文字と揃う） */
.nav-cta, .mbar-title, .qr-text b, .link-en {
  display: inline-flex;
  align-items: center;
}
/* Instagram：マスクで currentColor を継承（リンクの茶色に自動で揃う） */
.ig-ico {
  flex: none;
  width: 1.5em; height: 1.5em;
  margin-right: 7px;
  background-color: currentColor;
  -webkit-mask: url(images/ic-instagram.svg) center / contain no-repeat;
  mask: url(images/ic-instagram.svg) center / contain no-repeat;
}
/* LINE：ブランドカラーのまま（緑）を維持する原色アイコン */
.line-ico {
  flex: none;
  width: 1.85em; height: 1.85em;
  margin-right: 8px;
}

/* 写真枠 */
.ph {
  position: relative;
  overflow: hidden;
  background: #e8dcc6;
}
.ph-dark { background: #3d382f; }
.ph img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

/* ---------- 4. Keyframes ---------- */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes riseMask { from { clip-path: inset(100% 0 0 0); } to { clip-path: inset(0% 0 0 0); } }
@keyframes slowZoom { from { transform: scale(1.1); } to { transform: scale(1); } }
@keyframes popIn { from { opacity: 0; transform: scale(.6) rotate(-12deg); } to { opacity: 1; transform: scale(1) rotate(8deg); } }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes tickerBack { from { transform: translateX(-50%); } to { transform: translateX(0); } }
@keyframes stampSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes barUp { from { transform: translateY(120%); } to { transform: translateY(0); } }
/* SP スライドショー用（3a） */
@keyframes crossfade { 0% { opacity: 0; } 4% { opacity: 1; } 30% { opacity: 1; } 36% { opacity: 0; } 100% { opacity: 0; } }
@keyframes kenburns { 0% { transform: scale(1.02); } 36% { transform: scale(1.12); } 100% { transform: scale(1.12); } }
@keyframes dotOn { 0%, 34% { background: #33302a; } 36%, 100% { background: #d8cdb6; } }

/* スクロール駆動の出現（対応ブラウザのみ。非対応でも中身は見える） */
.reveal { animation: fadeUp .8s linear both; }
.reveal-mask { animation: riseMask 1s linear both; }
@supports (animation-timeline: view()) {
  .reveal { animation-timeline: view(); animation-range: entry 5% entry 60%; }
  .reveal-mask { animation-timeline: view(); animation-range: entry 0% entry 70%; }
}

/* ---------- 5. Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px var(--pad-x);
  background: var(--cream);
}
.logo {
  font-family: var(--f-round);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--ink);
}
.logo:hover { opacity: 1; }
.gnav { display: flex; align-items: center; gap: 36px; }
.gnav a {
  font-family: var(--f-en);
  font-size: 13px;
  letter-spacing: .14em;
  color: var(--ink-soft);
}
.gnav a.nav-cta {
  background: var(--brown);
  color: var(--cream-lt);
  font-family: var(--f-round);
  font-size: 14px;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 999px;
}
.gnav a.nav-cta:hover { opacity: .85; }

/* ---------- 6. Hero ---------- */
.hero {
  position: relative;
  height: 660px;
  overflow: hidden;
}
.hero-photo { position: absolute; inset: 0; animation: slowZoom 2.6s .1s ease-out both; }
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(51,48,42,.62) 0%, rgba(51,48,42,.28) 46%, rgba(51,48,42,0) 72%);
}
.hero-copy {
  position: absolute;
  left: var(--pad-x);
  top: 50%;
  transform: translateY(-50%);
  width: 560px;
  max-width: calc(100% - 112px);
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.hero-title {
  margin: 0;
  font-family: var(--f-round);
  font-weight: 700;
  font-size: 62px;
  line-height: 1.4;
  color: var(--cream-lt);
  animation: fadeUp .9s .3s ease both;
}
.hero-lead {
  margin: 0;
  font-size: 17px;
  line-height: 2;
  color: #eadfcb;
  animation: fadeIn 1s .6s ease both;
}
.hero-copy .btn { align-self: flex-start; animation: fadeUp .9s .8s ease both; }

.badge {
  position: absolute;
  right: var(--pad-x);
  top: 56px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: var(--gold);
  color: #3d382f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  box-shadow: 0 8px 20px rgba(51,48,42,.24);
  animation: popIn .7s .9s cubic-bezier(.2,.8,.2,1) both;
}
.badge-en { font-family: var(--f-en); font-size: 11px; letter-spacing: .16em; }
.badge-num { font-family: var(--f-round); font-size: 28px; font-weight: 700; }
.badge-jp { font-family: var(--f-round); font-size: 12px; }

/* ---------- 7. Ticker ---------- */
.ticker { background: var(--brown); overflow: hidden; padding: 14px 0; }
.ticker-track { display: flex; width: max-content; animation: ticker 34s linear infinite; }
.ticker-track span {
  font-family: var(--f-en);
  font-size: 14px;
  letter-spacing: .22em;
  color: var(--cream-lt);
  padding-right: 34px;
}

/* ---------- 8. Today's breads ---------- */
.today { padding: 72px var(--pad-x) 0; }
.today-grid { display: flex; gap: 20px; margin-top: 28px; }
.bread-card {
  flex: 1;
  position: relative;
  height: 480px;
  border-radius: 24px;
  overflow: hidden;
}
.bread-photo { position: absolute; inset: 0; }
.bread-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(40,37,32,0) 40%, rgba(40,37,32,.82) 100%);
}
.bread-body {
  position: absolute;
  left: 26px; right: 26px; bottom: 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bread-body .price-en { font-size: 13px; letter-spacing: .2em; color: var(--gold-lt); }
.bread-name {
  margin: 0;
  font-family: var(--f-round);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--cream-lt);
}
.bread-desc { font-size: 14px; line-height: 1.8; color: #d6cbb5; }

/* 焼き上がりの時間 */
.baketime {
  margin-top: 40px;
  background: var(--sand-3);
  border: 1px dashed var(--dash);
  border-radius: 24px;
  padding: 26px 40px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.baketime-label { flex: none; display: flex; align-items: center; gap: 12px; }
.baketime-rule { width: 26px; height: 1px; background: var(--dash); }
.baketime-title { font-family: var(--f-round); font-size: 17px; font-weight: 700; letter-spacing: .06em; color: var(--ink); }
.baketime-slots { flex: 1; display: flex; gap: 12px; }
.baketime-slots span {
  flex: 1;
  text-align: center;
  font-family: var(--f-en);
  font-size: 19px;
  letter-spacing: .06em;
  color: var(--cream-lt);
  background: var(--brown);
  padding: 14px 0;
  border-radius: 14px;
}
.baketime-note { flex: none; display: flex; align-items: center; gap: 16px; }
.baketime-note > span { font-size: 14px; line-height: 1.8; color: var(--ink-soft); }
.baketime-note .link-en { font-size: 12px; color: var(--brown); }

/* ---------- 9. Oven banner ---------- */
.oven {
  margin: 80px 90px 0 0;
  height: 420px;
  position: relative;
  border-radius: 0 28px 28px 0;
  overflow: hidden;
}
.oven-photo { position: absolute; inset: 0; }
.oven-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(51,48,42,0) 45%, rgba(51,48,42,.45) 100%);
}
.stamp {
  position: absolute;
  right: 40px; top: 40px;
  width: 120px; height: 120px;
  border-radius: 50%;
  background: var(--ink);
  border: 1px dashed var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: stampSpin 30s linear infinite;
}
.stamp span { font-family: var(--f-en); font-size: 11px; letter-spacing: .18em; color: var(--gold-lt); text-align: center; line-height: 1.6; }
.oven-copy {
  position: absolute;
  left: var(--pad-x); right: 40px; bottom: 34px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}
.oven-title { font-family: var(--f-round); font-size: 30px; font-weight: 700; line-height: 1.6; color: var(--cream-lt); }

/* ---------- 10. Lunch 500 set ---------- */
.lunch {
  margin-top: 80px;
  background: var(--sand-1);
  padding: 64px var(--pad-x);
  display: flex;
  align-items: center;
  gap: 56px;
}
.lunch-photo {
  flex: 1.15;
  height: 400px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
}
.lunch-info { flex: 1; display: flex; flex-direction: column; gap: 22px; }
.price-list { display: flex; flex-direction: column; gap: 14px; }
.price-row { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
.price-row > span:first-child { font-size: 15px; color: var(--ink-2); }
.price-row .price-en { font-size: 14px; }
.price-total { border-top: 1px solid var(--line); padding-top: 16px; }
.price-total > span:first-child { font-size: 16px; font-weight: 700; color: var(--ink); }
.price-big { font-family: var(--f-round); font-size: 34px; font-weight: 700; color: var(--brown); }
.lunch-note { margin: 0; font-size: 14px; line-height: 1.9; color: #7a6a52; }

/* ---------- 11. More breads ---------- */
.more { padding: 80px 0 0; display: flex; flex-direction: column; gap: 24px; }
.more .sec-head { padding: 0 var(--pad-x); }
.more-grid { display: flex; gap: 20px; padding: 0 var(--pad-x); }
.more-card { flex: 1; display: flex; flex-direction: column; gap: 12px; }
.more-photo {
  position: relative;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
}
.more-photo .tag {
  position: absolute;
  top: 12px; left: 12px;
  z-index: 1;
  font-family: var(--f-round);
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  background: var(--gold);
  padding: 5px 11px;
  border-radius: 999px;
}
.more-body { display: flex; flex-direction: column; gap: 4px; }
.more-name { font-size: 15px; color: var(--ink); }

/* ---------- 12. Gallery marquee ---------- */
.gallery { margin-top: 80px; display: flex; flex-direction: column; gap: 16px; }
.gallery .sec-head { padding: 0 var(--pad-x); }
.marquee { overflow: hidden; }
.marquee-track { display: flex; gap: 16px; width: max-content; }
.marquee-fwd { animation: ticker 46s linear infinite; }
.marquee-back { margin-left: -148px; animation: tickerBack 52s linear infinite; }
.marquee-set { display: flex; gap: 16px; }
.tile { width: 280px; height: 280px; flex: none; position: relative; overflow: hidden; background: #e8dcc6; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ---------- 13. Instagram ---------- */
.insta {
  margin-top: 80px;
  padding: 64px var(--pad-x);
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.insta-grid { display: flex; gap: 20px; }
.insta-card { margin: 0; flex: 1; display: flex; flex-direction: column; gap: 12px; }
.insta-photo { height: 240px; border-radius: 18px; position: relative; overflow: hidden; }
.insta-card figcaption { display: flex; flex-direction: column; gap: 4px; }
.insta-text { font-size: 14px; line-height: 1.7; color: var(--ink-2); }
.insta-user { font-family: var(--f-en); font-size: 11px; letter-spacing: .08em; color: var(--muted); }
.insta-note { margin: 0; font-size: 14px; line-height: 1.8; color: var(--ink-soft); }

/* ---------- 14. Reserve + FAQ ---------- */
.reserve {
  background: var(--sand-2);
  padding: 72px var(--pad-x);
  display: flex;
  gap: 72px;
}
.reserve-flow { flex: 1.1; display: flex; flex-direction: column; gap: 26px; }
.reserve-lead { margin: 0; font-size: 15px; line-height: 1.9; color: var(--ink-soft); }
.steps { list-style: none; margin: 0; padding: 0; display: flex; gap: 16px; }
.steps li { flex: 1; display: flex; flex-direction: column; gap: 10px; }
.step-photo { height: 150px; border-radius: 18px; position: relative; overflow: hidden; }
.step-num { font-family: var(--f-en); font-size: 11px; letter-spacing: .1em; color: var(--brown); }
.steps p { margin: 0; font-size: 14px; line-height: 1.8; color: var(--ink-2); }

.faq { flex: 1; display: flex; flex-direction: column; gap: 14px; }
.faq-label { font-family: var(--f-en); font-size: 15px; font-weight: 600; letter-spacing: .16em; color: var(--ink-soft); }
.faq-list { display: flex; flex-direction: column; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  font-size: 15px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-mark { color: var(--brown); font-size: 16px; flex: none; transition: transform .2s ease; }
.faq-list details[open] .faq-mark { transform: rotate(45deg); }
.faq-list details p { margin: 0 0 18px; font-size: 14px; line-height: 1.9; color: var(--ink-soft); }

/* ---------- 15. Access ---------- */
.access {
  padding: 72px var(--pad-x) 0;
  display: flex;
  gap: 56px;
  align-items: center;
}
.access-info { flex: 1; display: flex; flex-direction: column; gap: 18px; }
.access-title { margin: 0; font-family: var(--f-round); font-size: 26px; font-weight: 700; line-height: 1.6; color: var(--ink); }
.access-desc { margin: 0; font-size: 15px; line-height: 1.9; color: var(--ink-soft); }
.access-info .link-en { align-self: flex-start; color: var(--brown); }
.access-photos { flex: 1.6; display: flex; gap: 20px; }
.access-photo {
  flex: 1;
  height: 260px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.access-photo-wide { flex: 1.3; }

/* ---------- 16. Footer CTA ---------- */
.footer-cta { margin-top: 80px; position: relative; height: 480px; overflow: hidden; }
.footer-photo { position: absolute; inset: 0; }
.footer-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(35,32,27,.2) 0%, rgba(35,32,27,.72) 100%);
}
.footer-inner {
  position: absolute;
  left: var(--pad-x); right: var(--pad-x); bottom: var(--pad-x);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.footer-copy { display: flex; flex-direction: column; gap: 18px; }
.footer-title { margin: 0; font-family: var(--f-round); font-size: 38px; font-weight: 700; line-height: 1.6; color: var(--cream-lt); }
.footer-lead { margin: 0; font-size: 15px; line-height: 1.9; color: #cdc3ae; }
.footer-copy .btn { align-self: flex-start; }
.footer-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: right;
  font-family: var(--f-en);
  font-size: 12px;
  letter-spacing: .16em;
  color: #9a917f;
}

/* ---------- 17. Mobile sticky bar (SP のみ) ---------- */
.mbar {
  display: none;
  position: fixed;
  left: 16px; right: 16px; bottom: 16px;
  z-index: 40;
  background: var(--cream-lt);
  border-radius: 999px;
  padding: 12px 12px 12px 20px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(51,48,42,.24);
  animation: barUp .7s .9s cubic-bezier(.2,.8,.2,1) both;
}
.mbar-text { display: flex; flex-direction: column; gap: 2px; }
.mbar-title { font-family: var(--f-round); font-size: 15px; font-weight: 700; color: var(--ink); }
.mbar-sub { font-family: var(--f-en); font-size: 9px; letter-spacing: .16em; color: var(--muted); }
.mbar-cta {
  flex: none;
  background: var(--brown);
  color: var(--cream-lt);
  font-size: 13px;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 999px;
}

/* SP 専用要素は PC では非表示（PC=4a は既存マークアップのまま） */
.hero-topbar,
.today-slideshow,
.baketime-note-sp { display: none; }

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

/* タブレット幅：横並びを詰める */
@media (max-width: 1080px) {
  :root { --pad-x: 40px; }
  .hero-title { font-size: 52px; }
  .baketime { flex-wrap: wrap; gap: 20px; }
  .baketime-slots { flex-basis: 100%; order: 3; }
  .tile { width: 220px; height: 220px; }
}

/* =========================================================
   スマホ幅：SP を 3a に忠実に再現。
   PC(4a) のマークアップ・スタイルには触れず、SP 専用要素の表示切替と
   SP スコープの上書きだけで構成する（PC デグレ防止）。
   ========================================================= */
@media (max-width: 860px) {
  :root { --pad-x: 26px; }

  /* ヘッダー：3a は固定ヘッダーを持たず、ロゴと OPEN をヒーローに重ねる。
     PC の固定ヘッダーは隠し、下部の追従バー(.mbar)を CTA とする */
  .site-header { display: none; }
  .hero-topbar {
    display: flex;
    position: absolute;
    top: 22px; left: 22px; right: 22px;
    z-index: 3;
    justify-content: space-between;
    align-items: center;
    animation: fadeIn 1s .5s ease both;
  }
  .hero-logo { font-family: var(--f-round); font-size: 15px; font-weight: 700; letter-spacing: .1em; color: var(--cream-lt); }
  .hero-open { font-family: var(--f-en); font-size: 11px; letter-spacing: .16em; color: #f0e7d6; }

  /* ヒーロー：写真主役・文字下寄せ・CTA ボタンは持たない（3a） */
  .hero { height: 500px; animation: riseMask 1.1s .1s cubic-bezier(.2,.8,.2,1) both; }
  .hero-scrim { background: linear-gradient(180deg, rgba(51,48,42,.34) 0%, rgba(51,48,42,0) 40%, rgba(51,48,42,.5) 100%); }
  .hero-copy { top: auto; bottom: 108px; transform: none; left: 22px; right: 22px; width: auto; max-width: none; gap: 12px; }
  .hero-title { font-size: 32px; line-height: 1.55; }
  .hero-lead { font-size: 13px; line-height: 1.9; }
  .hero-copy .btn { display: none; }
  .badge { width: 82px; height: 82px; top: 76px; right: 20px; gap: 1px; }
  .badge-en { font-size: 9px; }
  .badge-num { font-size: 20px; }
  .badge-jp { font-size: 10px; }

  .ticker { padding: 11px 0; }
  .ticker-track { animation-duration: 26s; }
  .ticker-track span { font-size: 12px; letter-spacing: .22em; padding-right: 26px; }

  /* Today's breads：3a は自動クロスフェードのスライドショー（右端に抜ける） */
  .today { padding: 40px 0 0; }
  .sec-en { font-size: 22px; }
  .sec-en .dot { width: 10px; height: 10px; }
  .today > .sec-en { padding: 0 26px 16px; }
  .today-grid { display: none; }

  .today-slideshow {
    display: block;
    position: relative;
    height: 430px;
    margin: 0 0 0 26px;
    border-radius: 26px 0 0 26px;
    overflow: hidden;
    background: #33302a;
  }
  .slide { position: absolute; inset: 0; animation: crossfade 15s linear infinite; }
  .slide-photo { position: absolute; inset: 0; animation: kenburns 15s linear infinite; }
  .slide-0, .slide-0 .slide-photo { animation-delay: 0s; }
  .slide-1, .slide-1 .slide-photo { animation-delay: 5s; }
  .slide-2, .slide-2 .slide-photo { animation-delay: 10s; }
  .slide-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(40,37,32,0) 22%, rgba(40,37,32,.62) 62%, rgba(40,37,32,.88) 100%); }
  .slide-body { position: absolute; left: 26px; right: 26px; bottom: 56px; display: flex; flex-direction: column; gap: 8px; }
  .slide-body .price-en { font-size: 12px; letter-spacing: .2em; color: var(--gold-lt); }
  .slide-name { margin: 0; font-family: var(--f-round); font-size: 26px; font-weight: 700; line-height: 1.6; color: var(--cream-lt); }
  .slide-desc { font-size: 13px; line-height: 1.8; color: #d6cbb5; }
  .slide-dots { position: absolute; left: 26px; bottom: 24px; z-index: 2; display: flex; gap: 7px; }
  .slide-dots span { width: 26px; height: 3px; border-radius: 999px; background: #d8cdb6; animation: dotOn 15s linear infinite; }
  .dot-0 { animation-delay: 0s; }
  .dot-1 { animation-delay: 5s; }
  .dot-2 { animation-delay: 10s; }

  /* 焼き上がり時間：見出しは両側ヘアラインで中央寄せ。注記は枠の外（3a） */
  .baketime { flex-direction: column; align-items: stretch; gap: 14px; padding: 20px; margin: 28px 26px 0; }
  .baketime-label { justify-content: center; }
  .baketime-rule { flex: 1; width: auto; }
  .baketime-label::after { content: ""; flex: 1; height: 1px; background: var(--dash); }
  .baketime-title { font-size: 15px; }
  .baketime-slots { order: 0; gap: 8px; }
  .baketime-slots span { font-size: 17px; padding: 13px 0; }
  .baketime-note { display: none; }
  .baketime-note-sp { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 26px 0; }
  .baketime-note-sp > span { font-size: 12px; line-height: 1.8; color: var(--ink-soft); }
  .baketime-note-sp .link-en { flex: none; font-size: 11px; color: var(--brown); }

  /* Oven */
  .oven { margin: 56px 40px 0 0; height: 300px; }
  .oven-copy { left: 22px; right: 22px; bottom: 20px; }
  .oven-title { font-size: 18px; line-height: 1.7; }
  .stamp { width: 92px; height: 92px; top: 22px; right: 22px; }
  .stamp span { font-size: 9px; }

  /* Lunch：縦積み。写真が先、価格リストが下（3a） */
  .lunch { flex-direction: column; align-items: stretch; gap: 20px; padding: 30px 0 34px; margin-top: 52px; }
  .lunch-photo { flex: none; height: 276px; margin: 0 26px; }
  .lunch-info { padding: 0 26px; }
  .lunch .price-row > span:first-child { font-size: 13px; }
  .price-total > span:first-child { font-size: 13px; }
  .lunch .price-row .price-en { font-size: 12px; }
  .price-big { font-size: 22px; }
  .lunch-note { font-size: 12px; }

  /* More：2列 */
  .more { padding: 48px 0 0; }
  .more-grid { flex-wrap: wrap; gap: 14px; }
  .more-card { flex: 1 1 calc(50% - 7px); }
  .more-photo { height: 186px; }

  /* Gallery */
  .gallery { margin-top: 48px; }
  .marquee-track, .marquee-set { gap: 12px; }
  .tile { width: 172px; height: 172px; }
  .marquee-back { margin-left: -86px; }

  /* Instagram：3a は 3枚を横並び（スクロールなし） */
  .insta { margin-top: 44px; padding: 40px var(--pad-x) 32px; }
  .insta-grid { gap: 14px; overflow: visible; }
  .insta-card { flex: 1; }
  .insta-card:nth-child(4) { display: none; }
  .insta-photo { height: 134px; }
  .insta-text { min-height: 41px; font-size: 12px; }
  .insta-user { font-size: 10px; }

  /* Reserve + FAQ：縦積み */
  .reserve { flex-direction: column; gap: 40px; padding: 40px var(--pad-x); }
  .steps { gap: 10px; }
  .step-photo { height: 104px; }

  /* Access：3a はタイトル・営業時間を持たず、コンパクト */
  .access { flex-direction: column; align-items: stretch; gap: 14px; padding: 32px var(--pad-x) 0; }
  .access-title, .access-hours { display: none; }
  .access-photo { height: 132px; }

  /* Footer CTA */
  .footer-cta { margin-top: 48px; height: 470px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 22px; left: var(--pad-x); right: var(--pad-x); bottom: 32px; }
  .footer-title { font-size: 24px; line-height: 1.75; }
  .footer-meta { text-align: left; }

  /* SP 追従バー */
  .mbar { display: flex; }
  main.stage { padding-bottom: 84px; }
}

@media (max-width: 420px) {
  .hero-title { font-size: 28px; }
}

/* モーションを抑える設定を尊重 */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* =========================================================
   19. Sub-pages (menu.html / reserve.html)
   3b メニュー・3c 取り置きフォームを同デザインで展開。
   これらは元デザインが SP(390) のみのため、PC は SP 構成を
   中央寄せカラムに展開（=「再現」でなく補完）。
   ========================================================= */

/* サブページは全体を読みやすいカラム幅に揃える（hero/ticker/本文/CTA が同幅で整列） */
.stage-doc { max-width: 720px; }
.doc { max-width: 720px; margin: 0 auto; }
.doc-pad { padding-left: var(--pad-x); padding-right: var(--pad-x); }

/* サブページ共通のヒーロー帯 */
.subhero { position: relative; height: 300px; overflow: hidden; }
.subhero-photo { position: absolute; inset: 0; }
.subhero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(51,48,42,.4) 0%, rgba(51,48,42,.1) 55%, rgba(51,48,42,.4) 100%);
}
.subhero-copy { position: absolute; left: var(--pad-x); right: var(--pad-x); bottom: 28px; display: flex; flex-direction: column; gap: 10px; }
.subhero-eyebrow { font-family: var(--f-en); font-size: 12px; letter-spacing: .22em; color: #eadfcb; }
.subhero-title { margin: 0; font-family: var(--f-round); font-size: 34px; font-weight: 700; line-height: 1.5; color: var(--cream-lt); }

.lead-note { margin: 26px 0 0; font-size: 14px; line-height: 2; color: var(--ink-soft); }

/* ---- Menu ---- */
.menu-sets { display: flex; flex-direction: column; gap: 32px; margin-top: 34px; }
.set { display: flex; flex-direction: column; gap: 14px; }
.set-photo {
  position: relative;
  height: 260px;
  border-radius: 24px;
  overflow: hidden;
}
.set-tag {
  position: absolute; top: 12px; left: 12px; z-index: 1;
  font-family: var(--f-en);
  font-size: 10px; letter-spacing: .1em;
  color: var(--ink);
  background: var(--gold);
  padding: 5px 10px;
  border-radius: 999px;
}
.set-body { display: flex; flex-direction: column; gap: 8px; }
.set-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.set-name { font-family: var(--f-round); font-size: 18px; font-weight: 700; color: var(--ink); }
.set-time { font-family: var(--f-en); font-size: 11px; letter-spacing: .06em; color: var(--muted); }
.set-price { display: flex; align-items: baseline; gap: 6px; }
.set-price b { font-family: var(--f-round); font-size: 28px; font-weight: 700; color: var(--brown); }
.set-price span { font-size: 12px; color: var(--muted); }
.set-desc { margin: 0; font-size: 13px; line-height: 1.9; color: var(--ink-soft); }

.option { margin-top: 44px; background: var(--sand-2); border-radius: 24px; padding: 36px var(--pad-x); display: flex; flex-direction: column; gap: 16px; }
.option-list { display: flex; flex-direction: column; gap: 12px; }
.option-row { display: flex; justify-content: space-between; align-items: baseline; padding-bottom: 12px; border-bottom: 1px dashed var(--dash); }
.option-row:last-child { border-bottom: none; padding-bottom: 0; }
.option-row > span:first-child { font-size: 14px; color: var(--ink); }
.option-row .price-en { font-size: 13px; }

.monthly { margin-top: 6px; background: #fff; border: 1.5px dashed var(--dash); border-radius: 24px; padding: 22px; display: flex; flex-direction: column; gap: 8px; }
.monthly-en { font-family: var(--f-en); font-size: 10px; letter-spacing: .18em; color: var(--muted); }
.monthly-head { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.monthly-head b { font-family: var(--f-round); font-size: 17px; font-weight: 700; color: var(--ink); }
.monthly-head .price-big { font-size: 22px; }
.monthly p { margin: 0; font-size: 13px; line-height: 1.9; color: var(--ink-soft); }

/* サブページ内 ACCESS 帯 */
.band-access { margin: 48px var(--pad-x) 0; position: relative; height: 252px; border-radius: 24px; overflow: hidden; }
.band-access .subhero-scrim { background: linear-gradient(180deg, rgba(51,48,42,0) 40%, rgba(51,48,42,.5) 100%); }
.band-access-copy { position: absolute; left: 26px; right: 26px; bottom: 22px; display: flex; flex-direction: column; gap: 6px; }
.band-access-copy .subhero-eyebrow { color: #eadfcb; }
.band-access-copy b { font-family: var(--f-round); font-size: 20px; font-weight: 700; color: var(--cream-lt); }
.band-access-copy span { font-size: 12px; line-height: 1.8; color: #ded2bd; }

/* ダーク CTA 帯 */
.cta-band { margin-top: 48px; padding: 52px var(--pad-x) 56px; background: var(--ink); display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.cta-band h2 { margin: 0; font-family: var(--f-round); font-size: 22px; font-weight: 700; line-height: 1.75; color: var(--cream-lt); }

/* ---- Reserve form ---- */
.form { margin-top: 24px; display: flex; flex-direction: column; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-label { font-size: 12px; font-weight: 700; color: var(--ink); letter-spacing: .04em; }
.field-row { display: flex; gap: 12px; }
.field-row .field { flex: 1; min-width: 0; }
.field-row .field-narrow { flex: none; width: 120px; }

.input, .select, .textarea {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--line-lt);
  border-radius: 18px;
  padding: 15px 16px;
  font-family: var(--f-base);
  font-size: 14px;
  color: var(--ink);
  min-width: 0;
}
.input::placeholder, .textarea::placeholder { color: #b6ae9d; }
.textarea { min-height: 84px; line-height: 1.9; resize: vertical; }
.select { appearance: none; -webkit-appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--brown) 50%), linear-gradient(135deg, var(--brown) 50%, transparent 50%); background-position: calc(100% - 20px) center, calc(100% - 15px) center; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--brown); }

/* 選択チップ（受け取る日） */
.pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pill { position: relative; cursor: pointer; }
.pill input { position: absolute; opacity: 0; pointer-events: none; }
.pill span {
  display: inline-block;
  font-size: 13px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line-lt);
  color: var(--ink-soft);
  transition: background .15s, color .15s, border-color .15s;
}
.pill:has(input:checked) span { background: var(--brown); border-color: var(--brown); color: var(--cream-lt); }
.pill input:focus-visible + span { outline: 2px solid var(--brown); outline-offset: 2px; }

/* 受け取るもの（写真の選択） */
.pick { display: flex; gap: 8px; }
.pick-item { flex: 1; display: flex; flex-direction: column; gap: 6px; cursor: pointer; }
.pick-item input { position: absolute; opacity: 0; pointer-events: none; }
.pick-photo {
  display: block;
  height: 92px;
  border-radius: 16px;
  border: 2px solid transparent;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.pick-item:has(input:checked) .pick-photo { border-color: var(--brown); }
.pick-item span { font-size: 12px; color: var(--ink-soft); }
.pick-item:has(input:checked) span { color: var(--ink); font-weight: 700; }

/* チェック行 */
.checkrow { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
.checkrow.filled { background: var(--sand-1); border-radius: 20px; padding: 14px 16px; }
.checkrow input { position: absolute; opacity: 0; pointer-events: none; }
.check-box { flex: none; width: 20px; height: 20px; border-radius: 7px; border: 1px solid var(--dash); background: #fff; display: flex; align-items: center; justify-content: center; }
.check-box::after { content: ""; width: 10px; height: 6px; border-left: 2px solid var(--cream-lt); border-bottom: 2px solid var(--cream-lt); transform: rotate(-45deg) scale(0); transform-origin: center; transition: transform .12s; margin-top: -2px; }
.checkrow:has(input:checked) .check-box { background: var(--brown); border-color: var(--brown); }
.checkrow:has(input:checked) .check-box::after { transform: rotate(-45deg) scale(1); }
.checkrow p { margin: 0; font-size: 12px; line-height: 1.9; color: var(--ink-soft); }
.checkrow.filled p { color: #7a5624; }

.submit { border: none; cursor: pointer; width: 100%; background: var(--brown); color: var(--cream-lt); font-family: var(--f-round); font-size: 16px; font-weight: 700; padding: 18px; border-radius: 22px; box-shadow: 0 10px 24px rgba(180,99,42,.28); }
.submit:hover { opacity: .9; }

/* OR / QR / AFTER */
.or-block { margin-top: 40px; background: var(--sand-2); padding: 32px var(--pad-x); display: flex; flex-direction: column; gap: 14px; }
.or-block h3 { margin: 0; font-family: var(--f-round); font-size: 19px; font-weight: 700; line-height: 1.7; color: var(--ink); }
.qr { display: flex; align-items: center; gap: 16px; background: #fff; border-radius: 24px; padding: 16px; }
.qr-code {
  flex: none;
  width: 72px; height: 72px;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.qr-text { display: flex; flex-direction: column; gap: 6px; }
.qr-text b { font-size: 13px; font-weight: 400; color: var(--ink); }
.qr-text span { font-size: 12px; color: var(--muted); letter-spacing: .04em; }
.or-note { margin: 0; font-size: 13px; line-height: 2; color: var(--ink-soft); }

.after-block { padding: 36px var(--pad-x) 0; display: flex; flex-direction: column; gap: 12px; }
.after-block .sec-en { font-size: 22px; }
.after-block p { margin: 0; font-size: 13px; line-height: 2.1; color: var(--ink-soft); }
.after-meta { display: flex; flex-direction: column; gap: 5px; font-family: var(--f-en); font-size: 10px; letter-spacing: .16em; color: var(--muted); }

/* サブページはページ末尾に余白（PC でも mbar とかぶらない） */
.doc-end { height: 80px; }

/* ---- Sub-page responsive ---- */
@media (max-width: 860px) {
  .subhero { height: 240px; }
  .subhero-title { font-size: 28px; }
  .band-access { margin: 40px var(--pad-x) 0; }
  .doc-end { height: 0; }
}
