/* ===== Reset & Base ===== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  color: #2c2a35;
  background: #fafaf6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, iframe { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: opacity .2s; }
a:hover { opacity: .75; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
ul, ol { padding: 0; list-style: none; margin: 0; }
table { border-collapse: collapse; width: 100%; }

:root {
  --c-ink: #1a1a2e;
  --c-ink-2: #2c2a35;
  --c-ink-3: #5a5564;
  --c-ink-soft: #8a8492;
  --c-bg: #fafaf6;
  --c-bg-2: #f3efe6;
  --c-card: #ffffff;
  --c-line: #e6e1d6;
  --c-night: #14163a;
  --c-night-2: #1f2452;
  --c-gold: #c9a96e;
  --c-gold-dark: #a38245;
  --c-accent: #4a5d92;
  --maxw: 1080px;
  --pad: 24px;
  --font-jp-serif: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  --font-jp-sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --font-en: "Cormorant Garamond", "Noto Serif JP", serif;
}

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-inline: var(--pad);
}

/* ===== Header ===== */
.site-header {
  position: fixed; inset-block-start: 0; inset-inline: 0;
  z-index: 100;
  background: rgba(250,250,246,.85);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s, background .25s;
}
.site-header.scrolled {
  border-bottom-color: var(--c-line);
  background: rgba(250,250,246,.95);
}
.header-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 14px var(--pad);
  display: flex;
  align-items: center;
  gap: 24px;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  margin-inline-end: auto;
}
.logo-moon {
  font-size: 26px; line-height: 1;
  color: var(--c-gold);
  transform: translateY(-1px);
}
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-name {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: .06em;
  color: var(--c-ink);
}
.logo-sub {
  font-size: 11px;
  letter-spacing: .15em;
  color: var(--c-ink-soft);
  margin-top: 2px;
}

.nav {
  display: flex;
  gap: 28px;
}
.nav a {
  font-size: 14px;
  font-weight: 500;
  color: var(--c-ink-2);
  position: relative;
}
.nav a::after {
  content: ""; position: absolute; inset-inline: 0; inset-block-end: -6px;
  height: 1px; background: var(--c-gold); transform: scaleX(0); transform-origin: left;
  transition: transform .3s;
}
.nav a:hover { opacity: 1; }
.nav a:hover::after { transform: scaleX(1); }

.btn-reserve-header {
  font-size: 13px;
  font-weight: 700;
  padding: 9px 18px;
  background: var(--c-night);
  color: #fff;
  border-radius: 999px;
  letter-spacing: .08em;
  transition: background .2s, transform .2s;
}
.btn-reserve-header:hover {
  background: var(--c-night-2);
  opacity: 1;
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 30px; height: 30px;
  justify-content: center; align-items: center;
}
.nav-toggle span {
  display: block;
  width: 22px; height: 1.5px;
  background: var(--c-ink);
  transition: transform .25s, opacity .25s;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: 120px var(--pad) 100px;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center;
  background: linear-gradient(180deg, #0a0d28 0%, #181d44 60%, #2a2e5c 100%);
  color: #f7f4ea;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(201,169,110,.18), transparent 50%),
    radial-gradient(ellipse at 70% 80%, rgba(94,116,176,.25), transparent 50%);
  pointer-events: none;
}
.stars { position: absolute; inset: 0; pointer-events: none; }
.stars::before, .stars::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,.7) 50%, transparent),
    radial-gradient(1.5px 1.5px at 80% 60%, rgba(255,255,255,.6) 50%, transparent),
    radial-gradient(1px 1px at 50% 80%, rgba(255,255,255,.5) 50%, transparent),
    radial-gradient(2px 2px at 15% 70%, rgba(255,255,255,.4) 50%, transparent),
    radial-gradient(1px 1px at 90% 20%, rgba(255,255,255,.7) 50%, transparent),
    radial-gradient(1px 1px at 35% 90%, rgba(255,255,255,.5) 50%, transparent),
    radial-gradient(1.5px 1.5px at 65% 15%, rgba(255,255,255,.6) 50%, transparent);
  animation: twinkle 6s ease-in-out infinite alternate;
}
.stars::after {
  background-image:
    radial-gradient(1px 1px at 25% 50%, rgba(201,169,110,.4) 50%, transparent),
    radial-gradient(1.5px 1.5px at 75% 35%, rgba(201,169,110,.3) 50%, transparent),
    radial-gradient(1px 1px at 45% 15%, rgba(255,255,255,.6) 50%, transparent),
    radial-gradient(2px 2px at 85% 80%, rgba(255,255,255,.4) 50%, transparent);
  animation: twinkle 8s ease-in-out infinite alternate-reverse;
}
@keyframes twinkle {
  from { opacity: .55; }
  to   { opacity: 1; }
}

.hero-content {
  position: relative; z-index: 2;
  max-width: 760px;
}
.hero-eyebrow {
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: .25em;
  color: var(--c-gold);
  margin: 0 0 22px;
  text-transform: uppercase;
}
.hero-title {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.45;
  letter-spacing: .04em;
  margin: 0 0 24px;
  color: #fdfbf3;
}
.hero-sub {
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 2;
  color: rgba(253,251,243,.85);
  margin: 0 0 40px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 40px;
}
.hero-tags {
  display: flex; flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  font-size: 12px;
  letter-spacing: .12em;
  color: rgba(253,251,243,.75);
}
.hero-tags li {
  position: relative;
  padding-inline-end: 14px;
}
.hero-tags li::after {
  content: "・";
  position: absolute; right: -2px; top: 50%; transform: translateY(-50%);
  color: var(--c-gold); opacity: .6;
}
.hero-tags li:last-child::after { display: none; }

.scroll-cue {
  position: absolute;
  bottom: 30px; left: 50%; transform: translateX(-50%);
  width: 22px; height: 36px;
  border: 1px solid rgba(253,251,243,.5);
  border-radius: 12px;
  z-index: 2;
}
.scroll-cue span {
  position: absolute;
  top: 8px; left: 50%; transform: translateX(-50%);
  width: 2px; height: 6px;
  background: rgba(253,251,243,.8);
  border-radius: 1px;
  animation: scrollCue 1.5s ease-in-out infinite;
}
@keyframes scrollCue {
  0% { transform: translate(-50%, 0); opacity: 1; }
  100% { transform: translate(-50%, 12px); opacity: 0; }
}

/* ===== Buttons ===== */
.btn-primary, .btn-secondary {
  display: inline-flex; flex-direction: column; align-items: center;
  padding: 16px 32px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: .08em;
  transition: transform .2s, box-shadow .2s, background .2s;
  text-align: center;
}
.btn-primary {
  background: var(--c-gold);
  color: #1a1a2e;
  box-shadow: 0 6px 24px -8px rgba(201,169,110,.5);
}
.btn-primary:hover {
  background: var(--c-gold-dark);
  color: #fff;
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -10px rgba(201,169,110,.6);
}
.btn-secondary {
  background: transparent;
  color: inherit;
  border: 1.5px solid currentColor;
  padding: 16px 28px;
  flex-direction: row;
}
.btn-secondary:hover {
  background: rgba(255,255,255,.08);
  opacity: 1;
  transform: translateY(-2px);
}
.section-cta .btn-secondary { color: var(--c-ink); }
.section-cta .btn-secondary:hover { background: rgba(0,0,0,.04); }
.btn-label { font-size: 15px; }
.btn-sub {
  font-size: 11px;
  font-weight: 400;
  margin-top: 4px;
  letter-spacing: .1em;
  opacity: .8;
}

/* ===== Section Common ===== */
.section {
  padding: 100px 0;
}
.section-eyebrow {
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--c-gold-dark);
  text-align: center;
  margin: 0 0 14px;
}
.section-title {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: clamp(26px, 3.5vw, 36px);
  line-height: 1.5;
  letter-spacing: .03em;
  text-align: center;
  margin: 0 0 32px;
  color: var(--c-ink);
}
.section-lead {
  text-align: center;
  max-width: 640px; margin: 0 auto 56px;
  color: var(--c-ink-3);
  line-height: 2;
}

/* ===== Concept ===== */
.section-concept { background: var(--c-bg-2); }
.concept-lead {
  text-align: center;
  max-width: 720px; margin: 0 auto 64px;
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 2.2;
  color: var(--c-ink-2);
}
.concept-lead strong {
  color: var(--c-gold-dark);
  font-weight: 700;
  border-bottom: 2px solid var(--c-gold);
  padding-bottom: 1px;
}

.concept-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
.concept-card {
  background: var(--c-card);
  padding: 36px 28px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid var(--c-line);
  transition: transform .25s, box-shadow .25s;
}
.concept-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px -16px rgba(26,26,46,.18);
}
.concept-card .card-icon {
  font-size: 36px; line-height: 1;
  display: block;
  margin-bottom: 18px;
}
.concept-card h3 {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 14px;
  color: var(--c-ink);
  letter-spacing: .04em;
}
.concept-card p {
  font-size: 14px;
  color: var(--c-ink-3);
  line-height: 1.9;
  margin: 0;
}

.concept-symptoms {
  max-width: 640px; margin: 0 auto;
  background: var(--c-card);
  padding: 36px 32px;
  border-radius: 4px;
  border: 1px solid var(--c-line);
}
.symptoms-lead {
  text-align: center;
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .08em;
  color: var(--c-ink);
  margin: 0 0 18px;
}
.concept-symptoms ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 28px;
  font-size: 14px;
  color: var(--c-ink-2);
}
.concept-symptoms li {
  position: relative;
  padding-inline-start: 18px;
}
.concept-symptoms li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  color: var(--c-gold-dark);
  font-weight: 700;
}

/* ===== Menu ===== */
.menu-block {
  max-width: 720px;
  margin: 0 auto 48px;
}
.menu-block-title {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: .05em;
  text-align: center;
  margin: 0 0 12px;
  color: var(--c-ink);
  position: relative;
  padding-bottom: 16px;
}
.menu-block-title::after {
  content: "";
  position: absolute;
  inset-block-end: 0; left: 50%; transform: translateX(-50%);
  width: 32px; height: 1.5px;
  background: var(--c-gold);
}
.menu-block-desc {
  text-align: center;
  font-size: 14px;
  color: var(--c-ink-3);
  margin: 0 0 24px;
}
.menu-table {
  background: var(--c-card);
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--c-line);
}
.menu-table tr + tr { border-top: 1px solid var(--c-line); }
.menu-table th, .menu-table td {
  padding: 18px 24px;
  text-align: left;
  vertical-align: middle;
}
.menu-table th {
  font-weight: 500;
  font-size: 15px;
  color: var(--c-ink);
}
.menu-table td.price {
  text-align: right;
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 18px;
  color: var(--c-ink);
  white-space: nowrap;
}
.price-new {
  color: var(--c-gold-dark);
  font-weight: 700;
}
.price-org {
  display: block;
  font-size: 11px;
  color: var(--c-ink-soft);
  text-decoration: line-through;
  margin-top: 2px;
  font-weight: 400;
}
.badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  margin-inline-start: 8px;
  letter-spacing: .08em;
  vertical-align: middle;
}
.badge-new { background: rgba(201,169,110,.18); color: var(--c-gold-dark); }
.badge-pop { background: rgba(170,40,40,.1); color: #aa2828; }
.badge-set { background: var(--c-night); color: var(--c-gold); }

.menu-note {
  text-align: center;
  font-size: 12px;
  color: var(--c-ink-soft);
  margin: 24px auto 48px;
  max-width: 640px;
}
.menu-cta {
  text-align: center;
}

/* ===== Flow ===== */
.section-flow { background: var(--c-bg-2); }
.flow-list {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}
.flow-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  background: var(--c-card);
  padding: 28px 28px;
  border-radius: 4px;
  border: 1px solid var(--c-line);
  align-items: center;
}
.flow-num {
  font-family: var(--font-en);
  font-size: 40px;
  font-weight: 300;
  color: var(--c-gold);
  text-align: center;
}
.flow-body h3 {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 8px;
  color: var(--c-ink);
}
.flow-body p {
  font-size: 14px;
  color: var(--c-ink-3);
  margin: 0;
  line-height: 1.9;
}

/* ===== Staff ===== */
.staff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}
.staff-card {
  text-align: center;
}
.staff-photo {
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #2a3060 0%, #14163a 100%);
  border-radius: 50%;
  margin: 0 auto 18px;
  width: 100%;
  max-width: 180px;
  position: relative;
  overflow: hidden;
}
.staff-photo[data-placeholder]::after {
  content: "☾";
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 48px;
  color: var(--c-gold);
  opacity: .65;
}
.staff-name {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 4px;
  color: var(--c-ink);
}
.staff-role {
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--c-gold-dark);
  margin: 0 0 12px;
}
.staff-msg {
  font-size: 13px;
  color: var(--c-ink-3);
  margin: 0;
  line-height: 1.85;
}

/* ===== FAQ ===== */
.section-faq { background: var(--c-bg-2); }
.faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.faq-item {
  background: var(--c-card);
  border: 1px solid var(--c-line);
  border-radius: 4px;
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  padding: 20px 56px 20px 24px;
  font-weight: 500;
  font-size: 15px;
  color: var(--c-ink);
  position: relative;
  list-style: none;
  transition: background .2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px; top: 50%; transform: translateY(-50%);
  font-size: 22px;
  font-weight: 300;
  color: var(--c-gold);
  transition: transform .25s;
}
.faq-item[open] summary::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
}
.faq-item summary:hover {
  background: rgba(201,169,110,.05);
}
.faq-body {
  padding: 0 24px 22px;
  font-size: 14px;
  color: var(--c-ink-3);
  line-height: 1.95;
}
.faq-body p { margin: 0; }

/* ===== Access ===== */
.access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  max-width: 1000px;
  margin: 0 auto;
}
.info-list { margin: 0; }
.info-row {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--c-line);
}
.info-row:first-child { padding-top: 0; }
.info-row dt {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: .1em;
  color: var(--c-gold-dark);
  margin: 0;
}
.info-row dd {
  font-size: 14px;
  color: var(--c-ink-2);
  margin: 0;
  line-height: 1.85;
}
.info-row dd small {
  display: block;
  font-size: 12px;
  color: var(--c-ink-soft);
  margin-top: 4px;
}
.info-row a { border-bottom: 1px solid currentColor; }

.access-map {
  background: var(--c-bg-2);
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--c-line);
}
.access-map iframe { width: 100%; height: 100%; border: 0; }

/* ===== CTA Section ===== */
.section-cta {
  background: linear-gradient(180deg, #14163a 0%, #1f2452 100%);
  color: #fdfbf3;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.section-cta::before, .section-cta::after {
  content: ""; position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,169,110,.15), transparent 70%);
  pointer-events: none;
}
.section-cta::before {
  width: 400px; height: 400px;
  top: -150px; left: -100px;
}
.section-cta::after {
  width: 500px; height: 500px;
  bottom: -200px; right: -150px;
  background: radial-gradient(circle, rgba(94,116,176,.18), transparent 70%);
}
.cta-title {
  font-family: var(--font-jp-serif);
  font-weight: 400;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.7;
  letter-spacing: .05em;
  margin: 0 0 40px;
  position: relative; z-index: 2;
}
.cta-actions {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 14px;
  position: relative; z-index: 2;
}
.section-cta .btn-secondary { color: #fdfbf3; }

/* ===== Footer ===== */
.site-footer {
  background: #0f1130;
  color: rgba(253,251,243,.7);
  padding: 64px 0 32px;
  font-size: 13px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.footer-logo .logo-name,
.footer-logo .logo-sub { color: #fdfbf3; }
.footer-desc {
  font-size: 13px;
  line-height: 1.9;
  max-width: 320px;
}
.footer-nav-block h4 {
  font-family: var(--font-jp-serif);
  font-size: 14px;
  letter-spacing: .12em;
  color: var(--c-gold);
  margin: 0 0 16px;
  font-weight: 500;
}
.footer-nav-block ul { display: grid; gap: 10px; }
.footer-nav-block a { display: inline-block; }
.copy {
  text-align: center;
  font-size: 11px;
  letter-spacing: .08em;
  color: rgba(253,251,243,.4);
  border-top: 1px solid rgba(253,251,243,.08);
  padding-top: 24px;
  margin: 0;
}

/* ===== Mobile Sticky CTA ===== */
.mobile-cta {
  display: none;
  position: fixed;
  inset-block-end: 16px;
  inset-inline-start: 16px; inset-inline-end: 16px;
  z-index: 90;
  background: var(--c-gold);
  color: var(--c-ink);
  padding: 16px;
  border-radius: 999px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .08em;
  box-shadow: 0 10px 32px -8px rgba(201,169,110,.5);
}

/* ===== Responsive ===== */
@media (max-width: 880px) {
  .concept-grid { grid-template-columns: 1fr; }
  .staff-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 16px; }
  .access-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 720px) {
  .section { padding: 72px 0; }
  .nav, .btn-reserve-header { display: none; }
  .nav-toggle { display: flex; }
  .header-inner { padding: 12px var(--pad); }
  .nav.is-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    inset-block-start: 100%;
    inset-inline: 0;
    background: rgba(250,250,246,.98);
    backdrop-filter: blur(10px);
    padding: 24px;
    gap: 18px;
    border-bottom: 1px solid var(--c-line);
  }
  .nav.is-open a { font-size: 16px; padding: 8px 0; }
  .nav-toggle.is-active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-toggle.is-active span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

  .hero { padding: 100px var(--pad) 100px; }
  .hero-actions { flex-direction: column; }
  .btn-primary, .btn-secondary { width: 100%; max-width: 320px; }

  .concept-symptoms ul { grid-template-columns: 1fr; }

  .flow-item { grid-template-columns: 60px 1fr; gap: 16px; padding: 22px 20px; }
  .flow-num { font-size: 32px; }

  .menu-table th, .menu-table td { padding: 14px 18px; }
  .menu-table td.price { font-size: 17px; }

  .mobile-cta { display: block; }

  .info-row { grid-template-columns: 90px 1fr; }
}

@media (max-width: 480px) {
  .staff-grid { grid-template-columns: 1fr; max-width: 260px; }
  .staff-photo { max-width: 160px; }
  .badge { display: block; margin: 6px 0 0; width: fit-content; }
}

/* ===== Subtle Scroll Reveal ===== */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Multi-page additions ===== */

/* Active nav state */
.nav a.is-active {
  color: var(--c-gold-dark);
}
.nav a.is-active::after {
  transform: scaleX(1);
}

/* Narrower container for content-heavy pages */
.container-narrow {
  max-width: 740px;
  margin: 0 auto;
  padding-inline: var(--pad);
}

/* Page hero for sub pages */
.page-hero {
  background: linear-gradient(180deg, #14163a 0%, #1f2452 100%);
  color: #f7f4ea;
  padding: 140px var(--pad) 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: ""; position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(201,169,110,.12), transparent 50%),
    radial-gradient(ellipse at 70% 80%, rgba(94,116,176,.18), transparent 50%);
  pointer-events: none;
}
.page-hero .container { position: relative; z-index: 1; }
.page-eyebrow {
  font-family: var(--font-en);
  font-size: 14px;
  letter-spacing: .25em;
  color: var(--c-gold);
  margin: 0 0 14px;
  text-transform: uppercase;
}
.page-title {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: .05em;
  margin: 0 0 16px;
  line-height: 1.4;
}
.page-sub {
  font-size: 14px;
  color: rgba(253,251,243,.8);
  letter-spacing: .05em;
  margin: 0;
}

/* Soft bg section variant */
.section-bg-soft { background: var(--c-bg-2); }

/* "More" link at bottom of summary sections on index */
.section-more {
  text-align: center;
  margin-top: 36px;
}
.more-link {
  display: inline-block;
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 15px;
  color: var(--c-gold-dark);
  border-bottom: 1px solid var(--c-gold);
  padding-bottom: 2px;
  letter-spacing: .04em;
}
.more-link:hover { color: var(--c-ink); opacity: 1; }

/* Lead large for content pages */
.lead-large {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 2;
  color: var(--c-ink);
  margin: 0 0 24px;
  letter-spacing: .04em;
}
.lead-large strong {
  color: var(--c-gold-dark);
  border-bottom: 2px solid var(--c-gold);
  padding-bottom: 1px;
  font-weight: 700;
}

/* Body paragraphs on subpages */
.container-narrow > p {
  font-size: 15px;
  line-height: 2.1;
  color: var(--c-ink-2);
  margin: 0 0 22px;
}
.container-narrow > .section-title { text-align: left; margin-top: 8px; }
.container-narrow > .section-title:first-child { margin-top: 0; }
.container-narrow > .menu-h3 {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 17px;
  color: var(--c-ink);
  margin: 28px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--c-line);
}

/* Symptom list */
.symptom-list {
  background: var(--c-card);
  border: 1px solid var(--c-line);
  border-radius: 4px;
  padding: 24px 28px;
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 10px 28px;
}
.symptom-list li {
  position: relative;
  padding-inline-start: 22px;
  font-size: 14px;
  color: var(--c-ink-2);
  line-height: 1.85;
}
.symptom-list li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  color: var(--c-gold-dark);
  font-weight: 700;
}

/* Info bullets */
.info-bullets {
  margin: 0 0 24px;
  display: grid;
  gap: 10px;
}
.info-bullets li {
  position: relative;
  padding-inline-start: 22px;
  font-size: 14px;
  color: var(--c-ink-2);
  line-height: 1.85;
}
.info-bullets li::before {
  content: "・";
  position: absolute; left: 0; top: 0;
  color: var(--c-gold);
  font-weight: 700;
}

/* Menu summary grid on index */
.menu-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 960px;
  margin: 0 auto;
}
.menu-summary-card {
  background: var(--c-card);
  border: 1px solid var(--c-line);
  border-radius: 4px;
  padding: 28px 24px;
  text-align: left;
  transition: transform .2s, box-shadow .2s;
}
.menu-summary-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px -16px rgba(26,26,46,.18);
}
.menu-summary-card h3 {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 18px;
  margin: 0 0 12px;
  color: var(--c-ink);
}
.menu-summary-card .price-tag {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 14px;
  color: var(--c-gold-dark);
  margin: 0 0 12px;
  line-height: 1.6;
  letter-spacing: .02em;
}
.menu-summary-card > p:last-child {
  font-size: 13px;
  color: var(--c-ink-3);
  line-height: 1.85;
  margin: 0;
}

/* Flow list mini on index */
.flow-list-mini {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}
.flow-list-mini li {
  background: var(--c-card);
  border: 1px solid var(--c-line);
  border-radius: 4px;
  padding: 24px 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--c-ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.flow-list-mini .flow-num {
  font-family: var(--font-en);
  font-size: 28px;
  font-weight: 300;
  color: var(--c-gold);
}

/* Access summary */
.access-summary {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.access-summary p {
  font-size: 15px;
  color: var(--c-ink-2);
  line-height: 1.95;
  margin: 0 0 16px;
}

/* Staff grid large (staff page) */
.staff-grid-large {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 960px;
  margin: 0 auto;
}
.staff-card-large {
  background: var(--c-card);
  border: 1px solid var(--c-line);
  border-radius: 4px;
  padding: 36px 32px;
  text-align: center;
}
.staff-card-large .staff-photo {
  width: 140px;
  max-width: 140px;
  margin: 0 auto 22px;
}
.staff-card-large .staff-name {
  font-size: 22px;
  margin-bottom: 6px;
}
.staff-msg-long {
  font-family: var(--font-jp-serif);
  font-size: 15px;
  color: var(--c-ink);
  margin: 12px 0 18px;
  line-height: 1.7;
  padding: 0 8px;
}
.staff-bio {
  font-size: 13px;
  color: var(--c-ink-3);
  line-height: 1.95;
  margin: 0;
  text-align: left;
  padding-top: 16px;
  border-top: 1px solid var(--c-line);
}

/* Info table (company page) */
.info-table {
  background: var(--c-card);
  border: 1px solid var(--c-line);
  border-radius: 4px;
  overflow: hidden;
}
.info-table tr + tr { border-top: 1px solid var(--c-line); }
.info-table th, .info-table td {
  padding: 18px 24px;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.85;
}
.info-table th {
  background: var(--c-bg-2);
  font-weight: 500;
  color: var(--c-gold-dark);
  letter-spacing: .08em;
  width: 140px;
  white-space: nowrap;
}
.info-table td { color: var(--c-ink-2); }

/* Business grid (company page) */
.biz-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 32px 0 0;
}
.biz-card {
  background: var(--c-card);
  border: 1px solid var(--c-line);
  border-radius: 4px;
  padding: 32px 24px;
  text-align: center;
}
.biz-icon {
  display: block;
  font-size: 36px;
  margin-bottom: 16px;
  color: var(--c-gold);
  line-height: 1;
}
.biz-card h3 {
  font-family: var(--font-jp-serif);
  font-weight: 500;
  font-size: 17px;
  margin: 0 0 14px;
  color: var(--c-ink);
}
.biz-card p {
  font-size: 13px;
  color: var(--c-ink-3);
  line-height: 1.95;
  margin: 0 0 10px;
}
.biz-note small { color: var(--c-ink-soft); }

/* Responsive overrides */
@media (max-width: 880px) {
  .menu-summary-grid { grid-template-columns: 1fr; }
  .flow-list-mini { grid-template-columns: repeat(2, 1fr); }
  .staff-grid-large { grid-template-columns: 1fr; }
  .biz-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .page-hero { padding: 110px var(--pad) 64px; }
  .info-table th, .info-table td { padding: 14px 16px; font-size: 13px; }
  .info-table th { width: 100px; }
  .symptom-list { padding: 20px 22px; grid-template-columns: 1fr; }
}

/* ============================================
   v2 追加スタイル
   ============================================ */

/* PC専用改行（スマホで非表示） */
@media (max-width: 720px) {
  .br-pc { display: none; }
}
@media (min-width: 721px) {
  .br-sp { display: none; }
}

/* スマホ表示でテキスト改行を最適化 */
@media (max-width: 720px) {
  .hero-sub br, .concept-lead p br, .access-summary p br, .cta-title br {
    display: none;
  }
  .hero-sub br.br-sp, .concept-lead p br.br-sp, .access-summary p br.br-sp, .cta-title br.br-sp {
    display: inline;
  }
}

/* フォトストリップ */
.section-photo-strip {
  padding: 0;
  background: var(--c-ink);
}
.photo-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.photo-strip img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center 65%;
  filter: brightness(0.88);
  transition: filter .4s ease;
}
.photo-strip img:hover { filter: brightness(1); }
@media (max-width: 920px) {
  .photo-strip { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .photo-strip img { height: 220px; }
}

/* スタッフフォト：実画像を表示する場合のスタイル */
.staff-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================
   ブログ
   ============================================ */
.section-blog-summary { background: var(--c-card); }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.blog-card {
  background: var(--c-card);
  border: 1px solid var(--c-line);
  overflow: hidden;
  transition: all .3s ease;
}
.blog-card:hover {
  transform: translateY(-4px);
  border-color: var(--c-gold);
  box-shadow: 0 8px 24px rgba(26,26,46,0.08);
}
.blog-card a { display: block; color: inherit; }
.blog-card .blog-thumb {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: var(--c-bg-2);
  overflow: hidden;
}
.blog-card .blog-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center 65%; }
.blog-card .blog-body { padding: 18px 20px 22px; }
.blog-card .blog-date {
  font-size: 12px;
  color: var(--c-gold-dark);
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  font-family: "Cormorant Garamond", serif;
}
.blog-card h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--c-ink);
  margin: 0 0 8px;
  font-weight: 500;
}
.blog-card .blog-excerpt {
  font-size: 12.5px;
  color: var(--c-ink-3);
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 920px) {
  .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .blog-grid { grid-template-columns: 1fr; }
}

/* ブログ一覧ページ */
.blog-list { max-width: 800px; margin: 0 auto; }
.blog-list-item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--c-line);
}
.blog-list-item:first-child { padding-top: 0; }
.blog-list-item:last-child { border-bottom: none; }
.blog-list-thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--c-bg-2);
}
.blog-list-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: center 65%; }
.blog-list-body .blog-meta {
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
  align-items: center;
}
.blog-list-body .blog-date {
  font-family: "Cormorant Garamond", serif;
  color: var(--c-gold-dark);
  letter-spacing: 0.1em;
  font-size: 12px;
}
.blog-list-body .blog-cat {
  background: var(--c-ink);
  color: var(--c-gold);
  padding: 2px 10px;
  font-size: 10.5px;
  letter-spacing: 0.05em;
}
.blog-list-body h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.55;
  color: var(--c-ink);
  margin: 0 0 8px;
  font-weight: 500;
}
.blog-list-body h3 a { color: inherit; }
.blog-list-body .blog-excerpt {
  font-size: 13.5px;
  color: var(--c-ink-3);
  line-height: 1.85;
  margin: 0;
}
@media (max-width: 600px) {
  .blog-list-item { grid-template-columns: 1fr; gap: 12px; }
}

/* ブログ記事ページ */
.article-section { padding: 80px var(--pad); background: var(--c-card); }
.article-body { max-width: 720px; margin: 0 auto; }
.article-body .breadcrumb {
  font-size: 12px;
  color: var(--c-ink-soft);
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
.article-body .breadcrumb a { color: var(--c-gold-dark); }
.article-body .breadcrumb span { margin: 0 8px; color: var(--c-ink-soft); }

.article-meta {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
  align-items: center;
}
.article-meta .blog-date {
  font-family: "Cormorant Garamond", serif;
  color: var(--c-gold-dark);
  letter-spacing: 0.1em;
  font-size: 13px;
}
.article-meta .blog-cat {
  background: var(--c-ink);
  color: var(--c-gold);
  padding: 3px 12px;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.article-body h1 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 500;
  line-height: 1.55;
  margin-bottom: 28px;
  color: var(--c-ink);
  letter-spacing: 0.02em;
}
.article-body > img { margin-bottom: 28px; width: 100%; }
.article-body h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 500;
  margin: 44px 0 18px;
  padding-left: 16px;
  border-left: 3px solid var(--c-gold);
  color: var(--c-ink);
  line-height: 1.55;
}
.article-body h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 500;
  margin: 28px 0 14px;
  color: var(--c-ink);
}
.article-body p {
  font-size: 15px;
  line-height: 2.1;
  margin-bottom: 18px;
  color: var(--c-ink-2);
}
.article-body ul, .article-body ol {
  margin: 18px 0 22px 24px;
}
.article-body li {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 8px;
  color: var(--c-ink-2);
}
.article-body strong { color: var(--c-gold-dark); }
.article-body blockquote {
  border-left: 3px solid var(--c-gold);
  padding: 12px 20px;
  background: var(--c-bg-2);
  margin: 24px 0;
  font-style: italic;
  color: var(--c-ink-3);
}
.article-body img {
  margin: 28px auto;
  max-width: 100%;
  border: 1px solid var(--c-line);
}

.article-nav {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--c-line);
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.article-nav a {
  color: var(--c-gold-dark);
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.article-back {
  text-align: center;
  margin-top: 28px;
}

/* page-hero (subpage) breadcrumb */
.page-hero .breadcrumb {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--c-ink-soft);
  margin-top: 16px;
}
.page-hero .breadcrumb a { color: var(--c-gold-dark); }
.page-hero .breadcrumb span { margin: 0 8px; }
