
:root {
  --cream: #f3eee4;
  --cream-light: #f8f4ec;
  --ink: #35322e;
  --muted: #726b62;
  --line: #d8cbb7;
  --wood: #947548;
  --wood-dark: #765c38;
  --white: #fffdf9;
  --radius: 12px;
  --content: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  -webkit-font-smoothing: antialiased;
}
img { display:block; width:100%; }
a { color: inherit; }
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 5vw;
  background: rgba(243, 238, 228, .82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(53,50,46,.05);
}
.brand { text-decoration: none; line-height:1.25; }
.brand strong { display:block; font-weight:500; font-size:clamp(18px,2vw,27px); letter-spacing:.08em; }
.brand span { display:block; margin-top:4px; color:#8e7854; font-size:9px; letter-spacing:.18em; }
.desktop-nav { display:flex; align-items:center; gap:22px; font-size:13px; }
.desktop-nav a { text-decoration:none; }
.header-cta { background:var(--wood); color:white; padding:11px 17px; border-radius:var(--radius); }
.hero {
  min-height: 100svh;
  position:relative; display:flex; align-items:center; overflow:hidden;
}
.hero-bg {
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  object-position:center;
  transform:scale(1.008);
  animation:heroBreath 3.2s cubic-bezier(.2,.7,.2,1) forwards;
}
.hero-overlay {
  position:absolute; inset:0;
  background:linear-gradient(90deg,
    rgba(243,238,228,.96) 0%,
    rgba(243,238,228,.81) 34%,
    rgba(243,238,228,.26) 62%,
    rgba(243,238,228,.05) 100%);
}
.hero-content {
  position:relative; z-index:2; width:min(650px,88vw);
  margin-left:6vw; padding-top:78px;
}
.hero-kicker { font-size:clamp(23px,3vw,42px); margin-bottom:10px; }
.hero h1 {
  margin:0; font-size:clamp(44px,6vw,80px);
  font-weight:400; line-height:1.48; letter-spacing:.05em;
}
.hero p {
  max-width:570px; margin:24px 0 0;
  font-size:clamp(15px,1.7vw,20px); line-height:2;
}
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:27px; }
.button {
  display:inline-flex; justify-content:center; align-items:center;
  min-width:190px; min-height:50px; padding:12px 22px;
  border:1px solid #b89e72; border-radius:var(--radius);
  text-decoration:none; background:rgba(248,244,236,.88);
  transition:background .35s ease, transform .35s ease, color .35s ease;
}
.button.primary { background:var(--wood); color:white; border-color:var(--wood); }
.button:hover { transform:translateY(-1px); background:var(--white); }
.button.primary:hover { background:var(--wood-dark); color:white; }
.scroll-label {
  position:absolute; z-index:3; bottom:17px; left:50%;
  transform:translateX(-50%); font-size:10px; letter-spacing:.22em; color:#806c4b;
}
.section { padding:105px 7vw; }
.section.alt { background:var(--cream-light); }
.inner { width:min(var(--content),100%); margin:auto; }
.eyebrow { margin-bottom:14px; color:#947c58; font-size:11px; letter-spacing:.22em; }
h2 { margin:0 0 28px; font-size:clamp(31px,4.6vw,59px); font-weight:400; line-height:1.55; }
h3 { font-weight:400; }
.lead-copy { max-width:820px; color:#4b4741; font-size:17px; line-height:2.05; }
.two-column { display:grid; grid-template-columns:1.02fr .98fr; gap:64px; align-items:center; }
.image-card { position:relative; overflow:hidden; border-radius:22px; box-shadow:0 24px 60px rgba(67,53,34,.10); background:#ddd0bd; }
.image-card img { aspect-ratio:4/3; object-fit:cover; }
.image-note {
  position:absolute; left:16px; bottom:16px;
  padding:8px 11px; border-radius:var(--radius);
  background:rgba(248,244,236,.88); backdrop-filter:blur(6px);
  font-size:11px;
}
.cards { display:grid; grid-template-columns:repeat(4,1fr); gap:17px; }
.card {
  min-height:255px; padding:28px 22px;
  border:1px solid rgba(148,117,72,.15); border-radius:18px;
  background:#f6f0e6;
}
.card .number { color:#947548; font-size:11px; letter-spacing:.15em; }
.card h3 { margin:17px 0 10px; font-size:22px; line-height:1.6; }
.card p { margin:0; color:var(--muted); font-size:14px; line-height:1.9; }
.flow { display:grid; grid-template-columns:repeat(5,1fr); gap:13px; }
.step { padding:22px 16px; border-top:1px solid var(--line); }
.step b { display:block; margin-bottom:10px; color:#947548; }
.step span { font-size:16px; line-height:1.75; }
.symptom-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.symptom-grid a {
  padding:19px; border:1px solid rgba(148,117,72,.14);
  border-radius:var(--radius); background:#f7f1e7; text-decoration:none;
}
details { padding:21px 0; border-top:1px solid var(--line); }
details:last-child { border-bottom:1px solid var(--line); }
summary { cursor:pointer; font-size:17px; }
details p { color:var(--muted); line-height:1.9; }
.price-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.price-card { padding:28px; border-radius:18px; background:#f7f1e7; border:1px solid rgba(148,117,72,.14); }
.price-card strong { display:block; margin-top:15px; font-size:30px; font-weight:400; }
.access { display:grid; grid-template-columns:.9fr 1.1fr; gap:40px; }
.map {
  min-height:330px; display:grid; place-items:center; border-radius:18px;
  color:#806c4b;
  background:
  linear-gradient(rgba(148,117,72,.08) 1px, transparent 1px),
  linear-gradient(90deg,rgba(148,117,72,.08) 1px, transparent 1px),
  #eee5d7;
  background-size:28px 28px;
}
.final-cta { padding:112px 7vw; text-align:center; background:#8d7248; color:white; }
.final-cta h2 { margin-bottom:16px; }
.final-cta p { line-height:2; }
.final-cta .button { margin-top:18px; background:white; color:#6d5635; border-color:white; }
footer { padding:31px 7vw; background:#2e2b27; color:#ddd4c8; font-size:12px; }
.placeholder {
  min-height:390px; display:grid; place-items:center; text-align:center;
  border:1px dashed #bda98a; border-radius:22px;
  color:#88765a; background:#eee5d7; line-height:2;
}
.reveal { opacity:0; transform:translateY(10px); transition:opacity 1.05s ease, transform 1.05s ease; }
.reveal.visible { opacity:1; transform:none; }
@keyframes heroBreath { from{transform:scale(1.008)} to{transform:scale(1)} }
@media (max-width: 900px) {
  .desktop-nav a:not(.header-cta) { display:none; }
  .site-header { padding:13px 18px; }
  .brand span { display:none; }
  .hero-content { margin-left:7vw; }
  .hero-overlay { background:linear-gradient(90deg,rgba(243,238,228,.97),rgba(243,238,228,.80) 63%,rgba(243,238,228,.18)); }
  .two-column,.access { grid-template-columns:1fr; gap:34px; }
  .cards { grid-template-columns:1fr 1fr; }
  .flow { grid-template-columns:1fr; }
  .symptom-grid,.price-grid { grid-template-columns:1fr 1fr; }
  .section { padding:78px 7vw; }
}
@media (max-width: 560px) {
  .cards,.symptom-grid,.price-grid { grid-template-columns:1fr; }
  .hero h1 { font-size:clamp(43px,11.5vw,61px); }
  .button { flex:1; min-width:0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .hero-bg { animation:none; }
  .reveal { opacity:1; transform:none; transition:none; }
}

.access-visual{display:grid;gap:16px}
.access-visual img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center 44%;border-radius:18px;box-shadow:0 18px 42px rgba(67,53,34,.08)}
.hero-kicker{font-size:clamp(20px,2.5vw,34px)}
.hero h1{font-size:clamp(40px,5.2vw,68px);line-height:1.52}
.hero p{font-size:clamp(14px,1.4vw,18px)}
h2{font-size:clamp(28px,3.8vw,50px);line-height:1.6}
.lead-copy{font-size:16px;line-height:2}
.card h3{font-size:20px}
.card p{font-size:13.5px}
.button{min-height:46px;padding:11px 20px}

@media(max-width:900px){
.site-header{padding:12px 16px}
.brand strong{font-size:19px}
.header-cta{padding:10px 14px;font-size:12px}
.hero{min-height:88svh;align-items:flex-end}
.hero-bg{object-position:center 42%}
.hero-overlay{background:linear-gradient(180deg,rgba(243,238,228,.18) 0%,rgba(243,238,228,.36) 43%,rgba(243,238,228,.92) 74%,rgba(243,238,228,.98) 100%)}
.hero-content{width:auto;margin:0;padding:0 7vw 78px}
.hero-kicker{font-size:20px;margin-bottom:8px}
.hero h1{font-size:40px;line-height:1.48;letter-spacing:.04em}
.hero p{max-width:34em;margin-top:18px;font-size:14px;line-height:1.9}
.hero-actions{margin-top:20px}
.button{min-height:44px;font-size:14px}
.section{padding:66px 7vw}
h2{font-size:32px;line-height:1.58;margin-bottom:22px}
.lead-copy{font-size:15px;line-height:1.95}
.two-column{gap:28px}
.image-card img{aspect-ratio:4/3}
.cards{gap:14px}
.card{min-height:auto;padding:23px 20px}
.card h3{font-size:18px}
.flow{gap:0}
.step{padding:18px 0}
.symptom-grid a{padding:16px;font-size:15px}
.price-card{padding:22px}
.price-card strong{font-size:26px}
}

@media(max-width:560px){
body{overflow-x:hidden}
.site-header{padding:11px 13px}
.brand strong{font-size:17px;letter-spacing:.05em}
.header-cta{padding:9px 12px;border-radius:10px;font-size:11px}
.hero{min-height:84svh}
.hero-bg{object-position:56% 38%}
.hero-content{padding:0 6vw 66px}
.hero-kicker{font-size:17px;margin-bottom:4px}
.hero h1{font-size:34px;line-height:1.48;letter-spacing:.025em}
.hero p{margin-top:14px;font-size:13.5px;line-height:1.85}
.hero-actions{gap:9px;margin-top:17px}
.button{flex:1 1 0;min-width:0;min-height:42px;padding:10px 12px;border-radius:12px;font-size:13px}
.scroll-label{display:none}
.section{padding:56px 6vw}
.eyebrow{font-size:9.5px;letter-spacing:.18em;margin-bottom:10px}
h2{font-size:27px;line-height:1.6;letter-spacing:.015em;margin-bottom:18px}
.lead-copy{font-size:14px;line-height:1.95}
.two-column{gap:24px}
.image-card{border-radius:16px;box-shadow:0 15px 36px rgba(67,53,34,.08)}
.image-note{left:12px;bottom:12px;font-size:10px;padding:7px 9px}
.cards{grid-template-columns:1fr;gap:11px}
.card{border-radius:14px;padding:20px 18px}
.card .number{font-size:10px}
.card h3{margin:11px 0 7px;font-size:17px;line-height:1.55}
.card p{font-size:13px;line-height:1.8}
.step{padding:15px 0}
.step b{font-size:12px;margin-bottom:6px}
.step span{font-size:14px;line-height:1.7}
.symptom-grid{grid-template-columns:1fr;gap:9px}
.symptom-grid a{padding:14px 15px;border-radius:11px;font-size:14px}
details{padding:17px 0}
summary{font-size:15px;line-height:1.6}
details p{font-size:13.5px}
.price-grid{grid-template-columns:1fr;gap:10px}
.price-card{padding:18px;border-radius:14px}
.price-card strong{margin-top:8px;font-size:24px}
.access{gap:24px}
.access-visual img{border-radius:14px}
.map{min-height:230px;border-radius:14px}
.final-cta{padding:78px 6vw}
.final-cta h2{font-size:29px}
.final-cta p{font-size:14px;line-height:1.9}
footer{padding:26px 6vw;font-size:10px}
}

.desktop-only{display:inline}
.hero{min-height:92svh}
.hero-bg{object-position:center center;filter:saturate(.93) brightness(1.015)}
.hero-overlay{background:linear-gradient(90deg,rgba(243,238,228,.88) 0%,rgba(243,238,228,.76) 27%,rgba(243,238,228,.22) 52%,rgba(243,238,228,.04) 100%)}
.hero-content{width:min(560px,82vw);margin-left:6.5vw;padding-top:74px}
.hero-kicker{font-size:17px;letter-spacing:.06em;margin-bottom:11px}
.hero h1{font-size:clamp(34px,4.2vw,54px);line-height:1.55;letter-spacing:.045em;font-weight:400}
.hero p{max-width:500px;margin-top:20px;font-size:14px;line-height:2;color:#4d4841}
.hero-actions{margin-top:23px}
.button{min-height:43px;padding:10px 18px;font-size:13px}
h2{font-size:clamp(27px,3.3vw,43px);line-height:1.65}
.section{padding-top:92px;padding-bottom:92px}
.lead-copy{max-width:760px;font-size:15px;line-height:2.05}
@media(max-width:900px){
.desktop-only{display:none}
.hero{min-height:88svh;align-items:flex-end}
.hero-bg{object-position:52% center}
.hero-overlay{background:linear-gradient(180deg,rgba(243,238,228,.05) 0%,rgba(243,238,228,.12) 44%,rgba(243,238,228,.82) 74%,rgba(243,238,228,.97) 100%)}
.hero-content{width:auto;margin:0;padding:0 7vw 74px}
.hero-kicker{font-size:16px;margin-bottom:6px}
.hero h1{font-size:34px;line-height:1.5;letter-spacing:.035em}
.hero p{max-width:31em;margin-top:14px;font-size:13.5px;line-height:1.9}
.section{padding-top:64px;padding-bottom:64px}
h2{font-size:29px}
}
@media(max-width:560px){
.hero{min-height:82svh}
.hero-bg{object-position:54% center}
.hero-content{padding:0 6vw 58px}
.hero-kicker{font-size:15px}
.hero h1{font-size:30px;line-height:1.52}
.hero p{font-size:13px;line-height:1.85}
.hero-actions{margin-top:16px}
.button{min-height:40px;font-size:12.5px}
.section{padding-top:52px;padding-bottom:52px}
h2{font-size:25px}
}

/* ===== v1.3 wall-title hero ===== */
.hero{min-height:92svh}
.hero-bg{object-position:center center}
.hero-overlay{background:linear-gradient(90deg,rgba(243,238,228,.34) 0%,rgba(243,238,228,.16) 24%,rgba(243,238,228,.04) 48%,rgba(243,238,228,0) 72%)}
.hero-wall-copy{position:absolute;z-index:3;left:23%;top:31%;width:auto;margin:0;padding:0;transform:translate(-10%,-6%);text-shadow:0 1px 0 rgba(255,255,255,.42)}
.hero-wall-copy .hero-kicker{font-size:16px;letter-spacing:.06em;margin-bottom:8px;color:#5d554d}
.hero-wall-copy h1{margin:0;font-size:clamp(32px,3.7vw,48px);line-height:1.55;letter-spacing:.045em;font-weight:400;color:#4b433d}
.hero-followup{background:var(--cream);padding:34px 7vw 58px}
.hero-followup-inner{width:min(900px,100%)}
.hero-followup-copy{margin:0;max-width:720px;font-size:14.5px;line-height:2;color:#4d4841}
.hero-followup-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
@media(max-width:1100px) and (min-width:901px){.hero-wall-copy{left:21%;top:33%}}
@media(max-width:900px){
.hero{min-height:82svh}
.hero-bg{object-position:54% center}
.hero-overlay{background:linear-gradient(180deg,rgba(243,238,228,.04) 0%,rgba(243,238,228,.05) 54%,rgba(243,238,228,.18) 100%)}
.hero-wall-copy{left:7vw;top:auto;bottom:15%;width:86vw;transform:none}
.hero-wall-copy .hero-kicker{font-size:15px;margin-bottom:5px}
.hero-wall-copy h1{font-size:29px;line-height:1.52;letter-spacing:.03em}
.hero-followup{padding:26px 6vw 50px}
.hero-followup-copy{font-size:13.5px;line-height:1.9}
.hero-followup-actions{margin-top:16px}
}
@media(max-width:560px){
.hero{min-height:76svh}
.hero-bg{object-position:58% center}
.hero-wall-copy{left:6vw;bottom:13%;width:88vw}
.hero-wall-copy .hero-kicker{font-size:14px}
.hero-wall-copy h1{font-size:27px}
.hero-followup{padding:24px 6vw 46px}
.hero-followup-actions .button{flex:1 1 0;min-width:0}
}


/* ===== v1.4 approved hero placement ===== */

/* Header: quieter and lighter */
.site-header{
  background:rgba(248,244,236,.90);
  border-bottom:1px solid rgba(53,50,46,.04);
}
.brand strong{
  font-weight:400;
}
.header-cta{
  background:#a27f49;
}

/* Hero: approved far-view composition */
.hero{
  min-height:88svh;
  background:#f4eee4;
}
.hero-bg{
  object-position:center center;
  filter:saturate(.94) brightness(1.025);
}
.hero-overlay{
  background:linear-gradient(90deg,
    rgba(243,238,228,.08) 0%,
    rgba(243,238,228,.03) 45%,
    rgba(243,238,228,0) 100%);
}

/* Desktop: title sits only on the clean white wall */
.hero-wall-copy{
  position:absolute;
  z-index:3;
  left:27%;
  top:28%;
  width:auto;
  margin:0;
  padding:0;
  transform:none;
  text-shadow:none;
}
.hero-wall-copy .hero-kicker{
  margin:0 0 10px;
  font-size:15px;
  line-height:1.7;
  letter-spacing:.08em;
  color:#514a43;
}
.hero-wall-copy h1{
  margin:0;
  font-size:clamp(30px,3.0vw,43px);
  line-height:1.6;
  letter-spacing:.045em;
  font-weight:400;
  color:#403a35;
}

/* Follow-up section kept quiet and centered */
.hero-followup{
  padding:38px 7vw 62px;
  background:#f4eee4;
}
.hero-followup-inner{
  width:min(920px,100%);
  text-align:center;
}
.hero-followup-copy{
  margin:0 auto;
  max-width:760px;
  font-size:15px;
  line-height:2.05;
}
.hero-followup-actions{
  justify-content:center;
  gap:14px;
  margin-top:24px;
}
.hero-followup-actions .button{
  min-width:250px;
  font-size:13px;
}

/* Tablet */
@media(max-width:1100px) and (min-width:901px){
  .hero-wall-copy{
    left:24%;
    top:29%;
  }
  .hero-wall-copy h1{
    font-size:34px;
  }
}

/* Mobile: separate composition, not a scaled desktop */
@media(max-width:900px){
  .site-header{
    position:relative;
    padding:14px 4.5vw;
  }
  .brand strong{
    font-size:18px;
  }
  .header-cta{
    padding:10px 15px;
    font-size:12px;
  }

  .hero{
    min-height:76svh;
    align-items:stretch;
  }
  .hero-bg{
    object-position:50% center;
  }
  .hero-overlay{
    background:linear-gradient(180deg,
      rgba(243,238,228,.03) 0%,
      rgba(243,238,228,.01) 100%);
  }
  .hero-wall-copy{
    left:17%;
    top:26%;
    bottom:auto;
    width:56%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:14px;
    margin-bottom:7px;
  }
  .hero-wall-copy h1{
    font-size:27px;
    line-height:1.55;
    letter-spacing:.035em;
    white-space:nowrap;
  }

  .hero-followup{
    padding:38px 6vw 54px;
  }
  .hero-followup-copy{
    max-width:31em;
    font-size:14px;
    line-height:2;
  }
  .hero-followup-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    margin-top:24px;
  }
  .hero-followup-actions .button{
    width:100%;
    min-width:0;
  }
}

/* Small iPhone */
@media(max-width:560px){
  .brand strong{
    font-size:17px;
    letter-spacing:.04em;
  }
  .hero{
    min-height:70svh;
  }
  .hero-bg{
    object-position:51% center;
  }
  .hero-wall-copy{
    left:15.5%;
    top:25%;
    width:62%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:13px;
  }
  .hero-wall-copy h1{
    font-size:24px;
    line-height:1.58;
  }
  .hero-followup{
    padding:34px 6vw 48px;
  }
  .hero-followup-copy{
    font-size:13.5px;
  }
}


/* ===== v1.5 title final positioning =====
   Photo composition is intentionally unchanged from v1.4.
*/

/* PC: move title left, slightly reduce size, keep it clear of the artwork */
@media (min-width:1101px){
  .hero-wall-copy{
    left:20.5%;
    top:28%;
    width:430px;
  }
  .hero-wall-copy .hero-kicker{
    font-size:14px;
    margin-bottom:8px;
  }
  .hero-wall-copy h1{
    font-size:38px;
    line-height:1.58;
    letter-spacing:.035em;
    white-space:nowrap;
  }
}

/* Tablet */
@media (max-width:1100px) and (min-width:901px){
  .hero-wall-copy{
    left:19%;
    top:27%;
    width:400px;
  }
  .hero-wall-copy h1{
    font-size:31px;
    white-space:nowrap;
  }
}

/* iPhone / mobile: independent placement */
@media (max-width:900px){
  .hero-wall-copy{
    left:10.5%;
    top:23.5%;
    width:55%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:13px;
    margin-bottom:7px;
  }
  .hero-wall-copy h1{
    font-size:23px;
    line-height:1.58;
    letter-spacing:.025em;
    white-space:nowrap;
  }
}

/* Narrow iPhones */
@media (max-width:430px){
  .hero-wall-copy{
    left:9.5%;
    top:23%;
    width:58%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:12px;
  }
  .hero-wall-copy h1{
    font-size:21px;
  }
}


/* ===== v1.6 HERO LOCKED =====
   Final agreed direction:
   - Both PC and mobile move slightly right from v1.5
   - PC "まずは、" slightly larger
   - Mobile headline smaller and fully contained on white wall
   - Mobile text block aligns visually around the lower edge of the framed picture
*/

/* Desktop */
@media (min-width:1101px){
  .hero-wall-copy{
    left:23.2%;
    top:27.8%;
    width:430px;
  }
  .hero-wall-copy .hero-kicker{
    font-size:16px;
    line-height:1.7;
    margin-bottom:8px;
    letter-spacing:.07em;
  }
  .hero-wall-copy h1{
    font-size:37px;
    line-height:1.58;
    letter-spacing:.03em;
    white-space:nowrap;
  }
}

/* Tablet */
@media (max-width:1100px) and (min-width:901px){
  .hero-wall-copy{
    left:21.5%;
    top:27.5%;
    width:390px;
  }
  .hero-wall-copy .hero-kicker{
    font-size:15px;
  }
  .hero-wall-copy h1{
    font-size:30px;
    white-space:nowrap;
  }
}

/* Mobile */
@media (max-width:900px){
  .hero-wall-copy{
    left:16.2%;
    top:24.8%;
    width:48%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:12.5px;
    line-height:1.6;
    margin-bottom:6px;
    letter-spacing:.055em;
  }
  .hero-wall-copy h1{
    font-size:19px;
    line-height:1.55;
    letter-spacing:.015em;
    white-space:nowrap;
  }
}

/* Narrow iPhones */
@media (max-width:430px){
  .hero-wall-copy{
    left:15.5%;
    top:24.5%;
    width:50%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:12px;
  }
  .hero-wall-copy h1{
    font-size:18px;
  }
}


/* ===== v1.7 final hero refinement =====
   PC: tiny shift right only.
   Mobile: independent placement rebuilt from scratch to keep text entirely left of artwork.
*/

/* PC — preserve almost all of v1.6 */
@media (min-width:1101px){
  .hero-wall-copy{
    left:24.3%;
    top:27.8%;
    width:430px;
  }
  .hero-wall-copy .hero-kicker{
    font-size:16px;
  }
  .hero-wall-copy h1{
    font-size:37px;
    white-space:nowrap;
  }
}

/* Tablet */
@media (max-width:1100px) and (min-width:901px){
  .hero-wall-copy{
    left:22.5%;
    top:27.5%;
    width:390px;
  }
}

/* Mobile — do not inherit the desktop geometry */
@media (max-width:900px){
  .hero-wall-copy{
    left:9.5%;
    top:23.8%;
    width:auto;
    max-width:none;
  }
  .hero-wall-copy .hero-kicker{
    font-size:12px;
    margin-bottom:5px;
    line-height:1.55;
    letter-spacing:.04em;
  }
  .hero-wall-copy h1{
    font-size:16px;
    line-height:1.55;
    letter-spacing:0;
    white-space:nowrap;
  }
}

/* Narrow iPhones */
@media (max-width:430px){
  .hero-wall-copy{
    left:8.5%;
    top:23.5%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:11.5px;
  }
  .hero-wall-copy h1{
    font-size:15px;
  }
}


/* ===== v1.8 FINE TUNE — CSS ONLY ===== */

/* PC: v1.7 is nearly final. Move title slightly upward so it clears the flowers. */
@media (min-width:1101px){
  .hero-wall-copy{
    left:24.3%;
    top:25.8%;
  }
}

/* Mobile: keep the current scale, move the whole copy a little left and upward. */
@media (max-width:900px){
  .hero-wall-copy{
    left:7.2%;
    top:22.5%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:12px;
  }
  .hero-wall-copy h1{
    font-size:16px;
    white-space:nowrap;
  }
}

@media (max-width:430px){
  .hero-wall-copy{
    left:7%;
    top:22.3%;
  }
  .hero-wall-copy .hero-kicker{
    font-size:11.5px;
  }
  .hero-wall-copy h1{
    font-size:15px;
  }
}

/* v1.9: PC only — make 「まずは、」 slightly larger. */
@media (min-width:1101px){
  .hero-wall-copy .hero-kicker{
    font-size:18px;
    font-weight:400;
    letter-spacing:.07em;
  }
}

/* v1.10: mobile only — move hero copy slightly left */
@media (max-width:900px){
  .hero-wall-copy{ left:5.7%; }
}
@media (max-width:430px){
  .hero-wall-copy{ left:5.5%; }
}

/* ===== v1.14 landscape growth ===== */
.landscape-story{
  height:420vh;
  background:#f8f5ef;
  border-block:1px solid rgba(130,105,75,.07);
}
.landscape-sticky{
  position:sticky;
  top:0;
  min-height:100svh;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(300px,.9fr) minmax(430px,1.1fr);
  align-items:center;
  gap:4vw;
  padding:8vh 7vw 6vh;
}
.landscape-copy{
  position:relative;
  min-height:340px;
  z-index:3;
}
.landscape-stage{
  position:absolute;
  inset:0 auto auto 0;
  max-width:560px;
  opacity:0;
  transform:translateY(8px);
  transition:opacity .7s ease,transform .7s ease;
}
.landscape-stage.active{opacity:1;transform:none}
.landscape-stage h2{
  margin-bottom:18px;
  font-size:clamp(29px,3.3vw,43px);
  line-height:1.64;
}
.landscape-stage p{
  max-width:540px;
  font-size:14.5px;
  line-height:2;
  color:#524c45;
}
.landscape-visual{
  min-height:74svh;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
}
.landscape-svg{
  width:min(760px,52vw);
  max-height:80svh;
  overflow:visible;
}
.ground-wash{
  opacity:0;
}
.wash1{fill:#ded8ea}
.wash2{fill:#d9e9e5}
.roots path,
.tree-growth path,
.plants path{
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.roots path{
  stroke:#938779;
  stroke-width:1.1;
  stroke-dasharray:1;
  stroke-dashoffset:1;
}
.tree-growth path{
  stroke:#675f58;
  stroke-dasharray:1;
  stroke-dashoffset:1;
}
.trunk-main{stroke-width:4}
.trunk-left,.trunk-right{stroke-width:2.2;opacity:.72}
.branch{stroke-width:1.7}
.twig{stroke-width:1.25}
.plants .plant{
  opacity:0;
  transform-box:fill-box;
  transform-origin:bottom center;
  transform:scaleY(.15);
}
.plants path{
  stroke:#789083;
  stroke-width:1.25;
}
.leaves ellipse{
  fill:#87a79a;
  opacity:0;
  transform-box:fill-box;
  transform-origin:center;
  transform:scale(.35);
}
.flowers .flower{
  opacity:0;
  transform-box:fill-box;
  transform-origin:center;
  transform:scale(.2);
}
.flowers .flower:nth-child(3n+1) circle:not(.flower-center){fill:#c9b9dc}
.flowers .flower:nth-child(3n+2) circle:not(.flower-center){fill:#abd8d3}
.flowers .flower:nth-child(3n) circle:not(.flower-center){fill:#e2b9c9}
.flower-center{fill:#9d815f}
.symptom-labels text{
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho",serif;
  fill:#58514a;
  font-size:16px;
  letter-spacing:.07em;
  opacity:0;
}
.landscape-progress{
  position:absolute;
  left:7vw;
  right:7vw;
  bottom:3vh;
  height:1px;
  background:rgba(130,105,75,.12);
}
.landscape-progress span{
  display:block;
  height:100%;
  width:0;
  background:rgba(130,105,75,.42);
}
@media(max-width:900px){
  .landscape-story{height:460vh}
  .landscape-sticky{
    grid-template-columns:1fr;
    grid-template-rows:auto 1fr;
    gap:1vh;
    padding:7vh 6vw 5vh;
  }
  .landscape-copy{min-height:245px}
  .landscape-stage h2{font-size:26px;margin-bottom:13px}
  .landscape-stage p{font-size:13px;line-height:1.9}
  .landscape-visual{min-height:55svh;align-items:flex-end}
  .landscape-svg{width:96vw;max-height:57svh}
  .symptom-labels text{font-size:14px}
  .landscape-progress{left:6vw;right:6vw;bottom:2.2vh}
}

/* v1.15 timeline */
.timeline-story{height:390vh;background:#fbfaf7}
.timeline-sticky{position:sticky;top:0;min-height:100svh;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding:8vh 8vw}
.timeline-intro{text-align:center;width:min(760px,100%);margin:0 auto 9vh}
.timeline-intro h2,.timeline-end h2,.bridge-section h2{font-size:clamp(29px,3.2vw,43px);line-height:1.68;margin:0 0 18px}
.timeline-intro p,.timeline-end p,.bridge-section p{font-size:14px;line-height:2;color:#655e57}
.timeline-board{position:relative;width:min(1050px,88vw);height:190px;margin:0 auto}
.cap{position:absolute;top:44px;font-size:11px;letter-spacing:.14em;color:#938b83}.past{left:0}.now{right:0}
.time-line{position:absolute;left:0;right:0;top:84px;height:1px;background:#ddd8d1}
.time-line span{position:absolute;right:0;width:0;height:100%;background:#756d65}
.tp{position:absolute;top:75px;width:150px;opacity:0;transform:translateY(8px)}
.tp i{display:block;width:18px;height:18px;border:1px solid #8f877e;border-radius:50%;background:#fbfaf7;margin-bottom:15px}
.tp small,.tp b{display:block}.tp small{font-size:10px;color:#978f87;margin-bottom:5px}.tp b{font-family:serif;font-weight:400;font-size:14px}
.p1{left:7%}.p2{left:35%}.p3{left:62%}.pn{right:-60px;opacity:1}.pn i{background:#625a53}
.back-arrow{position:absolute;right:1%;top:15px;font-size:20px;letter-spacing:-2px;color:#918980;opacity:0;white-space:nowrap;overflow:hidden;width:0}
.tm{position:absolute;left:50%;bottom:15vh;transform:translateX(-50%);font-family:serif;font-size:clamp(17px,2vw,23px);opacity:0;text-align:center;width:90%}
.timeline-end{position:absolute;left:50%;top:50%;transform:translate(-50%,-45%);text-align:center;width:min(760px,86vw);opacity:0}
.timeline-progress{position:absolute;left:8vw;right:8vw;bottom:3vh;height:1px;background:rgba(120,100,80,.1)}
.timeline-progress span{display:block;width:0;height:100%;background:rgba(120,100,80,.4)}
.bridge-section{text-align:center;background:#f5f0e8;padding:16vh 7vw}
@media(max-width:900px){.timeline-story{height:420vh}.timeline-sticky{padding:7vh 6vw}.timeline-intro{margin-bottom:7vh}.timeline-intro h2,.timeline-end h2{font-size:25px}.timeline-board{width:90vw}.tp{width:100px}.tp b{font-size:11px}.p1{left:1%}.p2{left:29%}.p3{left:56%}.pn{right:-42px}.bridge-section{padding:13vh 7vw}.bridge-section h2{font-size:27px}}

/* v1.16 pulse */
.tp i{position:relative;overflow:visible}
.pulse-ring{position:absolute;left:50%;top:50%;width:18px;height:18px;border-radius:50%;border:1px solid rgba(122,111,101,.28);transform:translate(-50%,-50%) scale(.2);opacity:0;pointer-events:none}
.tp.active-pulse .pulse-ring{animation:pulseSoft .95s ease-out forwards}
@keyframes pulseSoft{0%{opacity:.34;transform:translate(-50%,-50%) scale(.25)}55%{opacity:.18}100%{opacity:0;transform:translate(-50%,-50%) scale(var(--pulse-scale,2))}}
.p1{--pulse-scale:1.45}.p2{--pulse-scale:1.8}.p3{--pulse-scale:2.3}.pn{--pulse-scale:3.2}
.p1 .pulse-ring{border-color:rgba(145,136,125,.22)}
.p2 .pulse-ring{border-color:rgba(134,125,116,.24)}
.p3 .pulse-ring{border-color:rgba(115,105,96,.28)}
.pn .pulse-ring{border-color:rgba(91,80,70,.34)}
.tp i::after{content:"";position:absolute;left:50%;top:50%;width:10px;height:10px;border-radius:50%;background:rgba(120,110,100,.06);transform:translate(-50%,-50%) scale(.8);opacity:0;transition:opacity .35s ease,transform .35s ease}
.tp.is-current i::after{opacity:1;transform:translate(-50%,-50%) scale(var(--halo-scale,1.4))}
.p1{--halo-scale:1.0}.p2{--halo-scale:1.15}.p3{--halo-scale:1.35}.pn{--halo-scale:1.65}

/* ===== v1.17 pulse + grow =====
   The point itself grows while a soft ring also expands outward.
*/
.tp i{
  transition:transform .35s ease, background .35s ease, border-color .35s ease;
  transform-origin:center;
}

.tp.is-current i{
  transform:scale(var(--dot-scale,1.15));
  background:#6f665e;
  border-color:#6f665e;
}

/* progressively larger point growth toward the symptom */
.p1{--dot-scale:1.08; --pulse-scale:1.55}
.p2{--dot-scale:1.18; --pulse-scale:1.95}
.p3{--dot-scale:1.34; --pulse-scale:2.45}
.pn{--dot-scale:1.58; --pulse-scale:3.35}

/* keep the wave, but make it clearer and softer */
.pulse-ring{
  border-width:1.2px;
}
.p1 .pulse-ring{border-color:rgba(145,136,125,.26)}
.p2 .pulse-ring{border-color:rgba(132,122,113,.30)}
.p3 .pulse-ring{border-color:rgba(108,98,90,.34)}
.pn .pulse-ring{border-color:rgba(84,73,64,.42)}

@keyframes pulseSoft{
  0%{
    opacity:.42;
    transform:translate(-50%,-50%) scale(.4);
  }
  45%{
    opacity:.26;
  }
  100%{
    opacity:0;
    transform:translate(-50%,-50%) scale(var(--pulse-scale,2));
  }
}

/* the current dot settles slightly enlarged instead of snapping back immediately */
.tp.is-current i::after{
  opacity:.18;
  transform:translate(-50%,-50%) scale(var(--halo-scale,1.4));
}

/* ===== v1.18 clearer timeline pulse ===== */

/* Keep the final dot-size differences, but make every pulse easy to notice. */
.p1{--dot-scale:1.10; --pulse-scale:2.10}
.p2{--dot-scale:1.20; --pulse-scale:2.35}
.p3{--dot-scale:1.36; --pulse-scale:2.70}
.pn{--dot-scale:1.60; --pulse-scale:3.40}

/* Stronger but still soft ripple visibility */
.pulse-ring{
  border-width:1.4px;
}
.p1 .pulse-ring{border-color:rgba(125,116,106,.34)}
.p2 .pulse-ring{border-color:rgba(112,103,94,.38)}
.p3 .pulse-ring{border-color:rgba(95,86,78,.42)}
.pn .pulse-ring{border-color:rgba(77,67,59,.48)}

@keyframes pulseSoft{
  0%{
    opacity:.52;
    transform:translate(-50%,-50%) scale(.45);
  }
  45%{
    opacity:.34;
  }
  100%{
    opacity:0;
    transform:translate(-50%,-50%) scale(var(--pulse-scale,2));
  }
}

/* Text itself becomes a little clearer while the point is active. */
.tp small,
.tp b{
  transition:color .3s ease, opacity .3s ease, transform .3s ease;
}
.tp.is-current small{
  color:#6f665e;
}
.tp.is-current b{
  color:#3f3934;
  transform:translateY(-1px);
}

/* Earlier points shouldn't disappear into the background once revealed. */
.tp:not(.pn){
  transition:opacity .3s ease, transform .3s ease;
}
.tp:not(.pn)[style*="opacity: 1"] b{
  color:#5c554f;
}

/* Give the active dot a subtle filled center so mobile users can track it. */
.tp.is-current i{
  box-shadow:0 0 0 4px rgba(110,100,90,.05);
}

/* Slightly improve readability on mobile */
@media(max-width:900px){
  .tp b{
    font-size:12px;
  }
  .pulse-ring{
    border-width:1.5px;
  }
  .tp.is-current i{
    box-shadow:0 0 0 5px rgba(110,100,90,.055);
  }
}

/* ===== v1.19 overall tempo ===== */
.landscape-story{height:300vh !important;}
.timeline-story{height:255vh !important;}
@media(max-width:900px){
  .landscape-story{height:320vh !important;}
  .timeline-story{height:285vh !important;}
}

/* ===== v1.19 small why / consultation / first visit ===== */
.small-why-section{
  background:#fff;
  padding:17vh 7vw 16vh;
  text-align:center;
}
.small-why-inner{width:min(820px,100%);margin:auto;}
.small-why-lead{
  margin:32px 0 10px;
  color:#6f675f;
  font-size:15px;
  letter-spacing:.05em;
}
.small-why-section h2{
  margin:0 0 32px;
  font-size:clamp(34px,4vw,52px);
  line-height:1.55;
  font-weight:400;
}
.small-why-copy{
  color:#5e5750;
  font-size:15px;
  line-height:2.15;
}
.small-why-reassure{
  margin:68px auto 0;
  padding-top:34px;
  border-top:1px solid rgba(110,90,70,.12);
  display:flex;
  flex-direction:column;
  gap:10px;
}
.small-why-reassure strong{
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho",serif;
  font-size:19px;
  font-weight:400;
}
.small-why-reassure span{font-size:14px;color:#6c645c;}

.consult-section{
  background:#f7f3ec;
  padding:15vh 7vw;
}
.consult-inner{width:min(1120px,100%);margin:auto;}
.section-heading{text-align:center;margin-bottom:72px;}
.section-heading h2{
  margin:14px 0 18px;
  font-size:clamp(31px,3.6vw,46px);
  line-height:1.6;
  font-weight:400;
}
.section-heading p{font-size:14px;color:#686058;}
.consult-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.consult-card{
  min-height:330px;
  background:rgba(255,255,255,.72);
  padding:42px 34px;
  border:1px solid rgba(110,90,70,.08);
}
.consult-no{
  display:block;
  margin-bottom:42px;
  font-size:11px;
  letter-spacing:.18em;
  color:#9b9187;
}
.consult-card h3{
  margin:0 0 24px;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho",serif;
  font-size:25px;
  line-height:1.7;
  font-weight:400;
}
.consult-card p{font-size:13.5px;line-height:2;color:#625b54;}
.consult-examples{
  margin:58px auto 0;
  text-align:center;
}
.consult-examples span{
  display:block;
  margin-bottom:12px;
  font-size:11px;
  letter-spacing:.14em;
  color:#968c82;
}
.consult-examples p{font-size:13px;line-height:2;color:#615a53;}
.consult-note{
  margin:26px 0 0;
  text-align:center;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho",serif;
  font-size:15px;
}

.first-visit-section{
  background:#fff;
  padding:16vh 7vw;
}
.first-visit-inner{width:min(1120px,100%);margin:auto;}
.first-visit-intro{
  width:min(760px,100%);
  margin:0 auto 80px;
  text-align:center;
}
.first-visit-intro h2{
  margin:14px 0 36px;
  font-size:clamp(31px,3.6vw,46px);
  font-weight:400;
}
.first-visit-intro h3{
  margin:0 0 28px;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho",serif;
  font-size:22px;
  font-weight:400;
}
.first-visit-intro p{
  margin:0 0 22px;
  font-size:14px;
  line-height:2.05;
  color:#625b54;
}
.first-visit-intro strong{font-weight:500;color:#393531;}
.visit-flow{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(100,85,70,.12);
  border-bottom:1px solid rgba(100,85,70,.12);
}
.visit-flow article{
  padding:42px 28px 46px;
  min-height:265px;
  border-right:1px solid rgba(100,85,70,.10);
}
.visit-flow article:last-child{border-right:0;}
.visit-flow span{
  display:block;
  margin-bottom:34px;
  color:#9a9086;
  font-size:11px;
  letter-spacing:.18em;
}
.visit-flow h4{
  margin:0 0 20px;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho",serif;
  font-size:18px;
  line-height:1.7;
  font-weight:400;
}
.visit-flow p{margin:0;font-size:13px;line-height:1.95;color:#645d56;}
.first-visit-closing{
  margin:62px auto 0;
  text-align:center;
}
.first-visit-closing p{
  margin:0;
  font-family:"Hiragino Mincho ProN","Yu Mincho","YuMincho",serif;
  font-size:17px;
  line-height:2;
}

@media(max-width:900px){
  .small-why-section{padding:12vh 7vw 11vh;}
  .small-why-section h2{font-size:31px;}
  .small-why-copy{font-size:13.5px;}
  .small-why-reassure{margin-top:48px;padding-top:28px;}
  .small-why-reassure strong{font-size:17px;}

  .consult-section{padding:11vh 6vw;}
  .section-heading{margin-bottom:46px;}
  .section-heading h2{font-size:28px;}
  .consult-grid{grid-template-columns:1fr;gap:12px;}
  .consult-card{min-height:0;padding:30px 27px;}
  .consult-no{margin-bottom:20px;}
  .consult-card h3{font-size:22px;margin-bottom:14px;}
  .consult-card p{font-size:13px;}
  .consult-examples{margin-top:42px;}
  .consult-note{font-size:14px;line-height:1.9;}

  .first-visit-section{padding:12vh 6vw;}
  .first-visit-intro{margin-bottom:54px;text-align:left;}
  .first-visit-intro .eyebrow{text-align:left;}
  .first-visit-intro h2{font-size:29px;}
  .first-visit-intro h3{font-size:20px;line-height:1.8;}
  .first-visit-intro p{font-size:13.5px;}
  .visit-flow{grid-template-columns:1fr;border-bottom:0;}
  .visit-flow article{
    min-height:0;
    padding:30px 4px 32px;
    border-right:0;
    border-bottom:1px solid rgba(100,85,70,.10);
  }
  .visit-flow span{margin-bottom:14px;}
  .visit-flow h4{font-size:17px;margin-bottom:12px;}
  .first-visit-closing{margin-top:44px;}
  .first-visit-closing p{font-size:15px;}
}

/* ===== v1.20 warm design + auto motion ===== */

/* --- soften the bridge after the timeline --- */
.bridge-section.bridge-soft{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(180deg,
      #f1ece4 0%,
      #f6f2ea 42%,
      #fbfaf6 78%,
      #ffffff 100%);
  padding:14vh 7vw 15vh;
}
.bridge-section.bridge-soft::before{
  content:"";
  position:absolute;
  inset:auto -8vw -12vh auto;
  width:38vw;
  height:38vw;
  border-radius:50%;
  background:radial-gradient(circle, rgba(238,224,180,.23), transparent 68%);
  pointer-events:none;
}
.bridge-section.bridge-soft .bridge-inner{
  position:relative;
  z-index:1;
  width:min(680px,100%);
}
.bridge-section.bridge-soft h2{
  font-size:clamp(25px,2.7vw,36px);
  line-height:1.85;
  font-weight:400;
  letter-spacing:.025em;
  margin-bottom:22px;
}
.bridge-section.bridge-soft p{
  font-size:13.5px;
  line-height:2.15;
  color:#6d655d;
}

/* --- dawn section --- */
.dawn-section{
  position:relative;
  min-height:88vh;
  padding:0 !important;
  overflow:hidden;
  background:#eef2f4;
  display:flex;
  align-items:center;
  justify-content:center;
}
.dawn-sky{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,#dbe6ef 0%,#edf1ef 42%,#f4e8d7 68%,#f8eedf 100%);
  transition:background 2.8s ease;
}
.dawn-section.is-playing .dawn-sky{
  animation:dawnSky 4.8s ease-out forwards;
}
.dawn-sun{
  position:absolute;
  left:68%;
  bottom:20%;
  width:90px;
  height:90px;
  margin-left:-45px;
  border-radius:50%;
  background:radial-gradient(circle at 50% 50%,#fffdf2 0 35%,#f7db91 50%,rgba(247,219,145,0) 72%);
  opacity:0;
  transform:translateY(90px) scale(.85);
}
.dawn-section.is-playing .dawn-sun{
  animation:sunRise 4.6s cubic-bezier(.22,.61,.36,1) forwards;
}
.dawn-haze{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  width:120%;
  border-radius:50%;
  filter:blur(20px);
  opacity:.55;
}
.haze-1{bottom:12%;height:24%;background:rgba(255,244,221,.65);}
.haze-2{bottom:2%;height:20%;background:rgba(255,250,240,.72);}
.dawn-horizon{
  position:absolute;
  left:-5%;
  width:110%;
  height:24%;
  bottom:8%;
  border-radius:50% 50% 0 0 / 100% 100% 0 0;
}
.horizon-1{background:rgba(175,184,182,.22);transform:translateY(12px) scaleX(1.05);}
.horizon-2{background:rgba(151,165,166,.16);bottom:2%;transform:translateY(20px) scaleX(1.12);}
.dawn-leaf{
  position:absolute;
  width:120px;
  height:170px;
  opacity:.16;
  background:
    radial-gradient(ellipse at 30% 25%,#7d956f 0 16%,transparent 17%),
    radial-gradient(ellipse at 60% 45%,#7d956f 0 13%,transparent 14%),
    radial-gradient(ellipse at 40% 70%,#7d956f 0 12%,transparent 13%);
}
.dawn-leaf-left{left:2%;bottom:4%;transform:rotate(-10deg);}
.dawn-leaf-right{right:2%;bottom:6%;transform:scaleX(-1) rotate(-8deg);}

.dawn-copy{
  position:relative;
  z-index:2;
  width:min(860px,88vw);
  text-align:left;
  padding:8vh 0;
  opacity:.92;
}
.dawn-copy .small-why-lead{
  margin:0 0 12px;
  font-size:15px;
  color:#5e5b58;
}
.dawn-copy h2{
  margin:0 0 28px;
  font-size:clamp(34px,4.2vw,56px);
  line-height:1.5;
  font-weight:400;
  letter-spacing:.05em;
}
.dawn-copy .small-why-copy{
  font-size:14px;
  line-height:2.05;
  color:#59544f;
}
.dawn-copy .small-why-reassure{
  width:min(650px,100%);
  margin:52px 0 0;
  padding-top:26px;
  border-top:1px solid rgba(100,85,70,.12);
}
.dawn-copy .small-why-reassure strong{
  font-size:17px;
}
.dawn-copy .small-why-reassure span{
  font-size:13.5px;
}
@keyframes dawnSky{
  0%{filter:brightness(.96) saturate(.85);}
  55%{filter:brightness(1.03) saturate(.95);}
  100%{filter:brightness(1.08) saturate(1);}
}
@keyframes sunRise{
  0%{opacity:0;transform:translateY(95px) scale(.82);}
  30%{opacity:.35;}
  70%{opacity:.82;}
  100%{opacity:.95;transform:translateY(0) scale(1);}
}

/* --- consultation: organic, less "corporate card" --- */
.consult-section{
  background:
    linear-gradient(180deg,#fbfaf7 0%,#f7f4ec 100%);
  position:relative;
  overflow:hidden;
}
.consult-section::before,
.consult-section::after{
  content:"";
  position:absolute;
  width:22vw;height:22vw;
  border-radius:50%;
  background:radial-gradient(circle,rgba(206,223,190,.24),transparent 68%);
  pointer-events:none;
}
.consult-section::before{left:-8vw;top:10%;}
.consult-section::after{right:-8vw;bottom:5%;}
.consult-organic{
  gap:34px;
  align-items:stretch;
}
.consult-card-organic{
  position:relative;
  border:0;
  background:
    radial-gradient(circle at 50% 10%, rgba(227,236,211,.68), rgba(255,255,255,.72) 48%, rgba(255,255,255,.54) 100%);
  border-radius:42% 58% 50% 50% / 48% 42% 58% 52%;
  box-shadow:none;
  min-height:310px;
  padding:46px 38px 42px;
}
.consult-card-organic:nth-child(2){
  border-radius:52% 48% 44% 56% / 45% 55% 45% 55%;
  background:radial-gradient(circle at 50% 10%, rgba(245,229,188,.56), rgba(255,255,255,.72) 50%, rgba(255,255,255,.54) 100%);
}
.consult-card-organic:nth-child(3){
  border-radius:48% 52% 58% 42% / 54% 46% 54% 46%;
}
.consult-card-organic .consult-no{
  margin-bottom:28px;
  color:#8ba071;
}
.consult-card-organic h3{
  font-size:23px;
  line-height:1.75;
}
.consult-examples{
  margin-top:52px;
  padding:18px 22px;
  border-radius:999px;
  background:rgba(231,237,213,.55);
}
.consult-note{
  display:inline-block;
  margin:24px auto 0;
  padding:10px 20px;
  border-radius:999px;
  background:rgba(228,236,210,.58);
}

/* --- first visit: warmer, human, less grid-like --- */
.first-visit-section{
  background:
    linear-gradient(180deg,#fffdf8 0%,#fbf6eb 100%);
}
.first-visit-intro{
  position:relative;
}
.first-visit-intro::before{
  content:"";
  position:absolute;
  left:-32px;
  top:10px;
  width:18px;height:18px;
  border-radius:60% 40% 60% 40%;
  background:#9db589;
  transform:rotate(-35deg);
  opacity:.65;
}
.visit-flow-soft{
  border:0;
  gap:22px;
}
.visit-flow-soft article{
  position:relative;
  border:0 !important;
  background:rgba(255,255,255,.62);
  border-radius:28px;
  min-height:245px;
  padding:36px 28px 38px;
}
.visit-flow-soft article::after{
  content:"";
  position:absolute;
  right:-18px;
  top:50%;
  width:14px;
  height:1px;
  background:#a9b997;
}
.visit-flow-soft article:last-child::after{display:none;}
.visit-flow-soft span{
  color:#88a16f;
  margin-bottom:22px;
}
.first-visit-closing{
  margin-top:54px;
  padding:22px 28px;
  border-radius:28px;
  background:rgba(229,237,211,.5);
}

/* --- mobile warmth --- */
@media(max-width:900px){
  .bridge-section.bridge-soft{padding:11vh 7vw 12vh;}
  .bridge-section.bridge-soft h2{font-size:24px;line-height:1.9;}
  .bridge-section.bridge-soft p{font-size:13px;}

  .dawn-section{min-height:78vh;}
  .dawn-copy{width:88vw;padding:10vh 0 8vh;}
  .dawn-copy h2{font-size:33px;}
  .dawn-copy .small-why-copy{font-size:13px;}
  .dawn-sun{left:72%;bottom:18%;width:72px;height:72px;margin-left:-36px;}
  .dawn-leaf{width:90px;height:125px;}

  .consult-organic{gap:18px;}
  .consult-card-organic{
    border-radius:28px !important;
    min-height:0;
    padding:30px 26px;
  }
  .consult-examples{
    border-radius:24px;
    padding:16px 18px;
  }
  .consult-note{
    display:block;
    border-radius:20px;
    padding:14px 18px;
    line-height:1.8;
  }

  .visit-flow-soft{
    gap:12px;
  }
  .visit-flow-soft article{
    border-radius:22px;
    padding:28px 22px 30px;
  }
  .visit-flow-soft article::after{display:none;}
  .first-visit-closing{
    border-radius:22px;
    padding:20px 22px;
  }
}

/* --- auto animation mode: do not force-scroll --- */
.landscape-story,
.timeline-story{
  height:auto !important;
}
.landscape-sticky,
.timeline-sticky{
  position:relative !important;
  top:auto !important;
  min-height:auto !important;
}
.landscape-story{
  padding:10vh 0;
}
.timeline-story{
  padding:11vh 0 12vh;
}
.landscape-sticky{
  min-height:88vh !important;
}
.timeline-sticky{
  min-height:82vh !important;
}

/* ===== v1.21: restore scroll-driven first two stories ===== */
.landscape-story{height:300vh !important;padding:0 !important;}
.timeline-story{height:255vh !important;padding:0 !important;}
.landscape-sticky,
.timeline-sticky{
  position:sticky !important;
  top:0 !important;
}
.landscape-sticky{min-height:100vh !important;}
.timeline-sticky{min-height:100vh !important;}

@media(max-width:900px){
  .landscape-story{height:320vh !important;}
  .timeline-story{height:285vh !important;}
}

/* "私たちが見ているのは..." centered and quieter */
.bridge-section.bridge-soft{
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.bridge-section.bridge-soft .bridge-inner{
  margin:0 auto;
  text-align:center;
  width:min(720px,88vw);
}
.bridge-section.bridge-soft h2{
  margin-left:auto;
  margin-right:auto;
}
.bridge-section.bridge-soft p{
  margin-left:auto;
  margin-right:auto;
}

/* Dawn: sun travels diagonally toward upper-right, then scene brightens */
.dawn-section{
  min-height:88vh;
}
.dawn-sky{
  filter:brightness(.91) saturate(.86);
}
.dawn-section.is-playing .dawn-sky{
  animation:dawnSceneBrighten 5.4s ease-out forwards;
}
.dawn-sun{
  left:46%;
  bottom:8%;
  width:86px;
  height:86px;
  margin-left:-43px;
  opacity:0;
  transform:translate(0,55px) scale(.78);
}
.dawn-section.is-playing .dawn-sun{
  animation:dawnSunDiagonal 4.6s cubic-bezier(.22,.61,.36,1) forwards;
}
@keyframes dawnSunDiagonal{
  0%{
    opacity:0;
    transform:translate(0,60px) scale(.78);
  }
  18%{opacity:.35;}
  65%{opacity:.82;}
  100%{
    opacity:.96;
    transform:translate(25vw,-38vh) scale(1);
  }
}
@keyframes dawnSceneBrighten{
  0%,72%{
    filter:brightness(.91) saturate(.86);
  }
  100%{
    filter:brightness(1.10) saturate(.98);
  }
}
@media(max-width:900px){
  .dawn-sun{
    left:38%;
    bottom:8%;
    width:68px;
    height:68px;
    margin-left:-34px;
  }
  @keyframes dawnSunDiagonal{
    0%{
      opacity:0;
      transform:translate(0,50px) scale(.78);
    }
    18%{opacity:.35;}
    65%{opacity:.82;}
    100%{
      opacity:.96;
      transform:translate(42vw,-34vh) scale(1);
    }
  }
}

/* ===== v1.22 consultation: slightly quieter tone ===== */
.consult-section{
  background:
    linear-gradient(180deg,#f2efe8 0%,#eee9df 100%) !important;
}
.consult-section::before,
.consult-section::after{
  opacity:.72;
}

/* Heading */
.consult-section .section-heading h2{
  font-size:clamp(27px,3.15vw,40px);
}
.consult-section .section-heading p{
  font-size:13px;
}

/* Three consultation items */
.consult-card-organic{
  background:
    radial-gradient(circle at 50% 10%,
      rgba(211,220,196,.62),
      rgba(247,245,239,.76) 48%,
      rgba(243,240,233,.66) 100%) !important;
}
.consult-card-organic:nth-child(2){
  background:
    radial-gradient(circle at 50% 10%,
      rgba(226,211,178,.52),
      rgba(247,245,239,.76) 50%,
      rgba(243,240,233,.66) 100%) !important;
}
.consult-card-organic h3{
  font-size:21px;
}
.consult-card-organic p{
  font-size:12.5px;
  line-height:1.95;
}
.consult-card-organic .consult-no{
  font-size:10px;
}

/* Examples / note */
.consult-examples p{
  font-size:12px;
}
.consult-examples span{
  font-size:10px;
}
.consult-note{
  font-size:13.5px;
}

@media(max-width:900px){
  .consult-section .section-heading h2{
    font-size:25px;
  }
  .consult-section .section-heading p{
    font-size:12.5px;
  }
  .consult-card-organic h3{
    font-size:20px;
  }
  .consult-card-organic p{
    font-size:12.5px;
  }
  .consult-note{
    font-size:13px;
  }
}

body.approach-v128{margin:0}
.approach-home{position:fixed;left:20px;top:20px;z-index:999999;padding:9px 13px;border-radius:999px;background:rgba(250,248,243,.78);backdrop-filter:blur(8px);color:#514d48;text-decoration:none;font-size:10px;letter-spacing:.12em}
.approach-intro{min-height:72vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#faf8f3;color:#45413d}
.approach-intro p{font-size:9px;letter-spacing:.24em;color:#918980;margin:0 0 16px}
.approach-intro h1{font-size:clamp(30px,4vw,48px);font-weight:400;letter-spacing:.05em;margin:0}
.approach-ending{min-height:62vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8vw;background:#faf8f3;color:#5f5952}
.approach-ending p{font-size:12px;line-height:2.3}.approach-ending a{margin-top:30px;color:#5e6f52;text-decoration:none;font-size:11px}
