/* DREAM TONE — 白い余白、月明かり、静かな夜。 */
:root {
  --navy:#234765;
  --ink:#243e55;
  --muted:#526e87;
  --blue:#416f9b;
  --pale:#eff6fb;
  --line:#d8e5ef;
  --serif:"Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",Georgia,serif;
  --sans:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:28px
}
body {
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:var(--sans);
  -webkit-font-smoothing:antialiased
}
h1,h2,h3,p,figure {
  margin:0
}
img {
  display:block;
  max-width:100%;
  height:auto
}
a {
  color:inherit;
  text-decoration:none;
  text-underline-offset:6px
}
button {
  font:inherit
}
a,button {
  -webkit-tap-highlight-color:transparent
}
a:focus-visible,button:focus-visible,iframe:focus-visible {
  outline:3px solid #648db6;
  outline-offset:6px
}
a:hover {
  color:#4b7ca4
}
::selection {
  background:#dceaf6
}
[hidden] {
  display:none!important
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.skip {
  position:absolute;
  top:-80px;
  left:20px;
  z-index:99;
  padding:16px;
  background:white
}
.skip:focus {
  top:12px
}
/* ヘッダー */
.site-header {
  max-width:1440px;
  min-height:106px;
  padding:0 40px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:28px;
  position:relative;
  z-index:5
}
.header-brand {
  display:inline-flex;
  align-items:center;
  gap:13px;
  padding:0;
  font-family:Georgia,serif;
  font-size:1.0625rem;
  letter-spacing:.23em;
  white-space:nowrap;
  flex-shrink:0;
}

.site-caption {
  font-family:Georgia,serif;
  font-size:0.625rem;
  letter-spacing:.17em;
  line-height:1.8;
  color:var(--muted)
}
.desktop-nav {
  display:flex;
  gap:26px;
  margin-left:auto
}
.desktop-nav a,.header-youtube {
  font-size:0.6875rem;
  letter-spacing:.09em;
  padding:14px 0
}
.header-youtube {
  border-bottom:1px solid #afc6db;
  margin-left:8px;
  font-size:0.8125rem;
  white-space:nowrap
}
.header-youtube span {
  margin-left:14px
}
.menu-toggle {
  display:none
}
.mobile-nav {
  position:absolute;
  top:100%;
  left:0;
  right:0;
  padding:16px 28px 28px;
  background:#fff;
  box-shadow:0 12px 24px #23476512
}
.mobile-nav a {
  display:block;
  padding:16px 0;
  border-bottom:1px solid var(--line);
  font-size:0.8125rem;
  letter-spacing:.08em
}
/* キービジュアル */
.hero {
  text-align:center
}
.hero-stage {
  position:relative;
  min-height:730px;
  max-width:1600px;
  margin:auto;
  isolation:isolate;
  display:flex;
  align-items:center
}
.hero-picture {
  position:absolute;
  inset:0;
  z-index:-2;
  overflow:hidden
}
.hero-picture img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top
}
.hero-stage::after {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,#ffffffed 0%,#ffffffcd 24%,#ffffff48 45%,transparent 62%),linear-gradient(0deg,#fff 0%,#ffffff00 24%)
}
.hero-content {
  width:min(1200px,100%);
  margin:auto;
  padding:35px 40px 64px;
  text-align:left
}
.hero-wordmark {
  font-family:Georgia,serif;
  font-size:clamp(2rem,3.5vw,3.2rem);
  letter-spacing:.16em;
  line-height:1.4;
  margin:0 0 32px;
}
.hero h1 {
  font-family:var(--serif);
  font-size:clamp(2.125rem,3.3vw,3.125rem);
  font-weight:400;
  line-height:1.9;
  letter-spacing:.13em
}
.hero-concept {
  font-family:var(--serif);
  font-size:0.9375rem;
  letter-spacing:.12em;
  line-height:2;
  margin:25px 0 30px
}
.small-break {
  display:none
}
.button {
  display:inline-flex;
  gap:45px;
  align-items:center;
  justify-content:center;
  padding:18px 28px;
  min-height:56px;
  font-size:0.875rem;
  font-weight:400;
  letter-spacing:.06em;
  border:1px solid var(--navy);
  border-radius:999px;
  background:linear-gradient(110deg,#438dd0,#204975);
  color:#fff;
  transition:background .25s,color .25s,transform .25s
}
.button:hover {
  background:#38678e;
  color:white;
  transform:translateY(-2px)
}
.button span[aria-hidden] {
  font-size:1.125rem
}
.button-outline {
  background:transparent;
  color:var(--navy)
}
.hero-side-note {
  position:absolute;
  right:24px;
  top:40px;
  writing-mode:vertical-rl;
  font-size:0.625rem;
  letter-spacing:.17em;
  color:#253f58
}
.reading {
  font-family:var(--serif);
  font-size:1rem;
  line-height:2.45;
  letter-spacing:.07em;
  text-align:center;
  max-width:800px;
  margin:auto;
  overflow-wrap:anywhere
}
.reading p+p {
  margin-top:26px
}
.reading strong {
  font-weight:400;
  color:var(--navy)
}
.hero-intro {
  padding:20px 24px 0
}
.hero-intro p:last-child {
  margin-top:34px
}
.scroll-cue {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:17px;
  margin:43px auto 0;
  width:fit-content;
  font-size:0.625rem;
  letter-spacing:.2em;
  color:var(--muted)
}
.scroll-cue span {
  display:block;
  width:1px;
  height:63px;
  background:linear-gradient(#86a8c7,#e2edf6)
}
/* 物語とキャラクター */
.section {
  padding:115px 32px;
  text-align:center;
  position:relative
}
.eyebrow {
  font-size:0.6875rem;
  line-height:1.8;
  letter-spacing:.2em;
  color:var(--muted)
}
h2 {
  font-family:var(--serif);
  font-size:clamp(1.625rem,2.6vw,2.25rem);
  font-weight:400;
  line-height:1.9;
  letter-spacing:.12em;
  margin:24px auto 43px;
  overflow-wrap:anywhere
}
.about {
  padding-top:98px
}
.quiet-line {
  display:flex;
  align-items:center;
  gap:24px;
  max-width:240px;
  margin:56px auto 0;
  color:#6689a7
}
.quiet-line::before,.quiet-line::after {
  content:"";
  height:1px;
  flex:1;
  background:var(--line)
}
.quiet-line span {
  font-family:Georgia,serif;
  font-size:1.75rem
}
.story {
  background:linear-gradient(#f6faff,#eaf3fc 48%,#f6faff);
  overflow:hidden;
  isolation:isolate
}
.story-mist {
  position:absolute;
  inset:0;
  background:linear-gradient(#f4f9fff5,#eff7ffe0),url('assets/lake-1280.webp') center 65% / cover;
  z-index:-1
}
.section-footnote {
  font-family:Georgia,serif;
  font-size:0.625rem;
  letter-spacing:.24em;
  color:var(--muted);
  margin-top:53px
}
.characters {
  padding-bottom:120px
}
.characters h2 {
  font-family:Georgia,serif;
  font-style:italic;
  font-size:4.0625rem;
  letter-spacing:.015em;
  line-height:1.2;
  margin-bottom:30px
}
.heading-ja {
  display:block;
  font-family:var(--serif);
  font-size:0.9375rem;
  font-style:normal;
  letter-spacing:.2em;
  margin-top:14px
}
.neroha-portrait {
  max-width:640px;
  margin:35px auto 55px;
  position:relative
}
.neroha-portrait img {
  width:100%;
  height:auto;
  border-radius:46% 46% 2px 2px;
  mask-image:linear-gradient(#000 86%,transparent 100%)
}
.neroha-portrait figcaption {
  font-family:Georgia,serif;
  color:var(--muted);
  font-size:0.625rem;
  letter-spacing:.2em;
  margin-top:8px
}
.past-characters {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:88px;
  max-width:760px;
  margin:83px auto 0;
  border-top:1px solid var(--line);
  padding-top:64px
}
.past-portrait {
  width:180px;
  height:240px;
  margin:0 auto 26px;
  overflow:hidden;
  border-radius:100px 100px 1px 1px;
  background:#edf3f8
}
.past-portrait img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 0%
}
.past-character h3 {
  font-family:Georgia,serif;
  font-size:1.75rem;
  font-weight:400;
  line-height:1.4;
  margin:12px 0 19px
}
.past-character h3 span {
  display:block;
  font-family:var(--serif);
  font-size:0.875rem;
  letter-spacing:.06em;
  margin-top:9px
}
.past-character>p:last-child {
  font-family:var(--serif);
  font-size:0.875rem;
  line-height:2.15;
  color:var(--muted)
}
.past-character .eyebrow {
  font-size:0.625rem
}
.memories {
  background:linear-gradient(155deg,#2c5777,#102b46 76%);
  color:#eef6fc;
  overflow:hidden;
  isolation:isolate;
  padding:125px 32px
}
.memories .eyebrow {
  color:#c4d8e8
}
.memories h2 {
  font-size:clamp(1.5625rem,2.8vw,2.3125rem)
}
.water-ring {
  width:65.625rem;
  height:1050px;
  border:1px solid #d7e7f01c;
  border-radius:50%;
  position:absolute;
  z-index:-1;
  transform:rotateX(65deg);
  pointer-events:none
}
.ring-one {
  left:-710px;
  top:-180px
}
.ring-two {
  right:-680px;
  bottom:-190px
}
/* 作品。プレーヤーを開く前も同じ比率を維持する。 */
.english-heading {
  font-family:Georgia,serif;
  font-size:clamp(1.75rem,3.2vw,2.75rem);
  letter-spacing:.025em
}
.music-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  max-width:1200px;
  margin:58px auto 0;
  text-align:left
}
.video-frame {
  aspect-ratio:16/9;
  position:relative;
  background:#e5edf5
}
.video-launch {
  display:block;
  position:relative;
  height:100%;
  overflow:hidden
}
.video-launch img {
  height:100%;
  width:100%;
  object-fit:cover;
  transition:transform 1s
}
.video-launch:hover img {
  transform:scale(1.025)
}
.play {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border:1px solid #ffffffb0;
  border-radius:50%;
  background:#183751b8;
  color:white;
  font-size:1rem;
  padding-left:3px
}
.duration {
  position:absolute;
  right:8px;
  bottom:8px;
  color:white;
  font-size:0.6875rem;
  background:#17334fcc;
  padding:3px 6px
}
.video-frame iframe {
  display:block;
  width:100%;
  height:100%;
  border:0
}
.work-label {
  font-size:0.625rem;
  letter-spacing:.15em;
  color:var(--muted);
  margin:23px 0 12px
}
.music-card h3 {
  font-family:var(--serif);
  font-weight:400;
  font-size:1.375rem;
  letter-spacing:.025em;
  line-height:1.7
}
.work-description {
  font-size:0.875rem;
  line-height:1.9;
  color:var(--muted);
  margin-top:13px;
  min-height:54px
}
.text-link {
  font-size:0.8125rem;
  letter-spacing:.03em;
  display:inline-flex;
  align-items:center;
  gap:22px;
  min-height:44px;
  border-bottom:1px solid #aac3d9;
  margin-top:10px
}
.section-cta {
  margin-top:55px
}
/* 帰ってこられる場所 */
.community {
  background:#f5f9fc
}
.community .button {
  margin-top:40px
}
.community .reading strong {
  display:block;
  font-size:1.25rem;
  line-height:2;
  margin-top:42px
}
.ending {
  padding-top:125px;
  padding-bottom:125px;
  background:radial-gradient(ellipse at 50% 0%,#e8f2fc,white 70%)
}
.ending .button {
  margin-top:36px
}
.site-footer {
  background:var(--navy);
  color:#ecf4fa;
  padding:45px 40px 25px;
  text-align:center
}
.footer-brand {
  display:block;
  width:200px;
  margin:auto
}
.site-footer>p {
  font-family:var(--serif);
  font-size:0.8125rem;
  letter-spacing:.08em;
  line-height:2;
  margin-top:25px
}
.site-footer nav {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px 30px;
  margin:32px 0 44px
}
.site-footer nav a {
  font-size:0.6875rem;
  letter-spacing:.1em;
  min-height:44px;
  display:flex;
  align-items:center
}
.site-footer a:hover {
  color:white;
  text-decoration:underline
}
.footer-bottom {
  max-width:1200px;
  margin:auto;
  border-top:1px solid #ffffff25;
  padding-top:24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:#ccdae5
}
.footer-bottom small {
  font-size:0.6875rem;
  line-height:1.8
}
.footer-bottom>a {
  font-size:0.625rem;
  letter-spacing:.13em;
  min-height:44px;
  display:flex;
  align-items:center
}
.reveal {
  transition:opacity 1s ease,transform 1s ease
}
.reveal.is-pending {
  opacity:0;
  transform:translateY(10px)
}
@media(max-width:1100px) {
  .site-header {
    padding:0 24px;
    gap:20px
  }
  .site-caption {
    display:none
  }
  .desktop-nav {
    gap:21px
  }
  .hero-stage {
    min-height:680px
  }
  .hero-content {
    padding-left:44px
  }
}
@media(max-width:850px) {
  .site-header {
    min-height:88px;
    gap:16px
  }
  .header-brand {
    font-size:.875rem;
    letter-spacing:.16em;
    gap:10px
  }
  
  .desktop-nav {
    display:none
  }
  .header-youtube {
    margin-left:auto;
    font-size:0.75rem
  }
  .menu-toggle:not([hidden]) {
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:7px;
    align-items:center;
    width:44px;
    height:44px;
    padding:0;
    border:0;
    color:var(--navy);
    background:none;
    cursor:pointer
  }
  .menu-toggle span {
    width:23px;
    height:1px;
    background:currentColor;
    transition:transform .25s
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform:translateY(4px) rotate(45deg)
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-4px) rotate(-45deg)
  }
  .music-grid {
    gap:20px
  }
  .music-card h3 {
    font-size:1.1875rem
  }
  .past-characters {
    gap:2.1875rem
  }
}
@media(max-width:43.75rem) {
  html {
    scroll-padding-top:1.25rem
  }
  .site-header {
    padding:0 1.25rem
  }
  .hero-stage {
    display:block;
    min-height:0;
    padding-top:min(104vw,520px)
  }
  .hero-picture {
    bottom:auto;
    height:min(114vw,570px)
  }
  .hero-picture img {
    object-position:center top
  }
  .hero-stage::after {
    height:min(114vw,570px);
    bottom:auto;
    background:linear-gradient(0deg,#fff 0%,#ffffff00 35%)
  }
  .hero-content {
    padding:0 24px 28px;
    text-align:center
  }
  .hero-wordmark {
    font-size:clamp(1.75rem,7vw,2.5rem);
    letter-spacing:.13em;
    margin:0 auto 22px;
  }
  .hero h1 {
    font-size:clamp(1.6875rem,7.1vw,2.5rem);
    letter-spacing:.1em;
    line-height:1.8
  }
  .hero-concept {
    font-size:0.875rem;
    letter-spacing:.07em;
    margin:21px 0 24px
  }
  .hero-side-note {
    top:20px;
    right:12px;
    font-size:0.5rem;
    color:#173652
  }
  .small-break {
    display:initial
  }
  .button {
    min-width:225px;
    padding:17px 24px;
    gap:37px
  }
  .reading {
    font-size:1rem;
    letter-spacing:.02em;
    line-height:2.25
  }
  .reading p+p {
    margin-top:26px
  }
  .reading br {
    display:none
  }
  .reading p {
    text-wrap:pretty
  }
  .hero-intro {
    padding:28px 26px 0;
    max-width:520px
  }
  .hero-intro br {
    display:initial
  }
  .scroll-cue {
    margin-top:35px
  }
  .scroll-cue span {
    height:45px
  }
  .section {
    padding:78px 26px
  }
  .section .reading {
    max-width:500px
  }
  .eyebrow {
    font-size:0.625rem;
    letter-spacing:.16em
  }
  h2 {
    font-size:clamp(1.5rem,5.6vw,2rem);
    letter-spacing:.06em;
    line-height:1.8;
    margin:19px auto 33px;
    max-width:440px;
    text-wrap:balance
  }
  .about {
    padding-top:70px
  }
  .quiet-line {
    margin-top:42px;
    max-width:180px
  }
  .section-footnote {
    font-size:0.5625rem;
    margin-top:42px
  }
  .characters h2 {
    font-size:3.375rem
  }
  .neroha-portrait {
    margin:1.75rem auto 2.5rem;
    max-width:440px
  }
  .neroha-portrait figcaption {
    font-size:0.5625rem;
    letter-spacing:.13em
  }
  .past-characters {
    grid-template-columns:1fr;
    gap:56px;
    margin-top:58px;
    padding-top:48px
  }
  .past-portrait {
    width:156px;
    height:208px;
    margin-bottom:22px
  }
  .past-character h3 {
    font-size:1.6875rem
  }
  .past-character>p:last-child {
    font-size:0.9375rem
  }
  .memories {
    padding-top:5.5rem;
    padding-bottom:88px
  }
  .memories h2 {
    font-size:1.6875rem
  }
  .english-heading {
    font-size:2rem;
    line-height:1.45;
    max-width:330px
  }
  .music-grid {
    grid-template-columns:1fr;
    max-width:500px;
    gap:40px;
    margin-top:42px
  }
  .music-card h3 {
    font-size:1.375rem
  }
  .work-label {
    margin-top:1.1875rem
  }
  .work-description {
    min-height:0;
    font-size:0.9375rem
  }
  .text-link {
    font-size:0.875rem
  }
  .section-cta {
    margin-top:2.6875rem
  }
  .community .reading strong {
    font-size:1.25rem
  }
  .community .reading strong br {
    display:initial
  }
  .ending {
    padding-top:5.375rem;
    padding-bottom:86px
  }
  .site-footer {
    padding:38px 26px 18px
  }
  .footer-brand {
    width:175px
  }
  .site-footer>p {
    max-width:250px;
    margin:24px auto 0;
    font-size:0.75rem
  }
  .site-footer nav {
    gap:0.25rem 1.4375rem;
    margin:24px 0 26px
  }
  .footer-bottom {
    flex-direction:column;
    gap:10px;
    padding-top:21px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
  .reveal.is-pending {
    opacity:1;
    transform:none
  }
}
@media print {
  .site-header,.scroll-cue,.button,.site-footer nav,.menu-toggle {
    display:none!important
  }
  .section {
    padding:30px 0;
    break-inside:avoid
  }
  .reveal.is-pending {
    opacity:1;
    transform:none
  }
  .memories,.site-footer {
    background:white;
    color:#243e55
  }
}

/* 文字を拡大しても導線が画面内に収まるようにする。 */
.button { max-width:100%; }
.desktop-nav { flex-wrap:wrap; justify-content:flex-end; min-width:0; }
@media (max-width:360px) { .header-youtube { display:none; } .menu-toggle { margin-left:auto; } }

@media(max-width:850px){.header-youtube{display:none}.menu-toggle{margin-left:auto}}

/* 第3版：中央に大きなタイトルと、独立した物語の場面。 */
.hero-stage { display:flex; flex-direction:column; min-height:0; padding:55px 24px 0; max-width:1400px; }
.hero-content { order:0; padding:0; width:100%; text-align:center; }
.hero-wordmark { font-size:clamp(2.4rem,7.5vw,6.5rem); letter-spacing:.14em; line-height:1.15; margin:0 auto 28px; padding-left:.14em; }
.hero h1 { font-size:clamp(1.8rem,3vw,2.8rem); line-height:1.7; letter-spacing:.13em; }
.hero-concept { margin:20px 0 26px; }
.hero-picture { order:1; position:relative; inset:auto; width:100%; max-width:1100px; margin:36px auto 0; height:auto; z-index:auto; }
.hero-picture img { width:100%; height:auto; object-fit:contain; mask-image:linear-gradient(#000 85%,transparent); }
.hero-stage::after { display:none; }
.hero-side-note { display:none; }
.button { border:0; box-shadow:none; }
.button-outline { background:#e7f1f9; color:var(--navy); }
.neroha-portrait { max-width:900px; }
.neroha-portrait img { border-radius:3px; mask-image:none; }
.past-characters { max-width:1100px; gap:48px; }
.past-portrait { width:100%; height:auto; aspect-ratio:3/2; border-radius:3px; overflow:hidden; }
.past-portrait img { width:100%; height:100%; object-fit:cover; object-position:center; }
@media(max-width:700px) {
 .hero-stage { padding:35px 20px 0; }
 .hero-wordmark { font-size:clamp(1.75rem,7.8vw,3.3rem); letter-spacing:.1em; margin-bottom:22px; }
 .hero h1 { font-size:clamp(1.6rem,6.5vw,2.4rem); }
 .hero-concept { font-size:.875rem; }
 .hero-picture { width:calc(100% + 40px); margin:30px -20px 0; height:auto; }
 .hero-picture img { height:auto; object-fit:contain; }
 .neroha-portrait { max-width:540px; }
 .past-characters { gap:48px; max-width:540px; }
 .past-portrait { width:100%; height:auto; }
}

/* ===== DREAM TONE / Editorial Hero ===== */
/* ===== DREAM TONE / Editorial Hero ===== */
    .hero-editorial {
      min-height: calc(100svh - 72px);
      padding: clamp(54px, 7vw, 92px) 24px clamp(48px, 6vw, 84px);
      background:
        radial-gradient(circle at 50% 62%, rgba(212,232,248,.52), transparent 35%),
        linear-gradient(180deg, #fff 0%, #fbfdff 58%, #f5faff 100%);
      color: #173f63;
      overflow: hidden;
    }

    .hero-editorial .hero-editorial-inner {
      width: min(1160px, 100%);
      margin: 0 auto;
      text-align: center;
      position: relative;
    }

    .hero-editorial .hero-kicker {
      margin: 0 0 22px;
      font-size: clamp(10px, .78vw, 13px);
      font-weight: 600;
      letter-spacing: .34em;
      color: #5d7ea0;
    }

    .hero-editorial .hero-wordmark {
      margin: 0;
      font-family: Georgia, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", serif;
      font-size: clamp(68px, 9.2vw, 136px);
      line-height: .9;
      font-weight: 400;
      letter-spacing: .105em;
      color: #173f63;
      white-space: nowrap;
    }

    .hero-editorial h1 {
      margin: clamp(30px, 3.6vw, 50px) 0 0;
      font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
      font-size: clamp(29px, 3.15vw, 48px);
      line-height: 1.72;
      font-weight: 400;
      letter-spacing: .11em;
      color: #173f63;
    }

    .hero-editorial .hero-concept {
      margin: clamp(18px, 2vw, 28px) 0 0;
      font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
      font-size: clamp(17px, 1.45vw, 22px);
      line-height: 1.8;
      font-weight: 400;
      letter-spacing: .09em;
      color: #244c70;
    }

    .hero-editorial-visual {
      width: min(860px, 86vw);
      margin: clamp(38px, 4.8vw, 64px) auto 0;
      position: relative;
    }

    .hero-editorial .hero-picture {
      display: block;
      overflow: hidden;
      border-radius: 52% 52% 4px 4px / 22% 22% 4px 4px;
      box-shadow: 0 28px 80px rgba(39, 88, 126, .08);
      outline: 1px solid rgba(65, 131, 180, .16);
      outline-offset: 12px;
      background: #eaf4fb;
      aspect-ratio: 4 / 3;
    }

    .hero-editorial .hero-picture img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 43%;
    }

    .hero-editorial .hero-note-left {
      position: absolute;
      left: clamp(-158px, -13vw, -108px);
      top: 43%;
      margin: 0;
      text-align: left;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(14px, 1.3vw, 20px);
      line-height: 1.8;
      font-style: italic;
      letter-spacing: .05em;
      color: #1f527f;
    }

    .hero-editorial .hero-name {
      position: absolute;
      right: clamp(-78px, -6vw, -38px);
      bottom: 10%;
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-size: clamp(32px, 4.6vw, 66px);
      line-height: 1;
      font-style: italic;
      color: #427eaf;
      transform: rotate(-3deg);
    }

    .hero-editorial .hero-listen {
      margin-top: clamp(34px, 4vw, 52px);
      min-width: 220px;
    }

    .hero-editorial .scroll-cue {
      position: static;
      display: flex;
      width: max-content;
      margin: clamp(36px, 4vw, 54px) auto 0;
      flex-direction: column;
      align-items: center;
      gap: 18px;
      font-size: 10px;
      letter-spacing: .27em;
      color: #6b8aa7;
      text-decoration: none;
    }

    .hero-editorial .scroll-cue > span {
      display: block;
      width: 1px;
      height: 56px;
      background: #7fa8c9;
    }

    @media (max-width: 900px) {
      .hero-editorial {
        padding-left: 18px;
        padding-right: 18px;
      }

      .hero-editorial .hero-wordmark {
        font-size: clamp(56px, 11.4vw, 100px);
        letter-spacing: .07em;
      }

      .hero-editorial-visual {
        width: min(800px, 92vw);
      }

      .hero-editorial .hero-note-left {
        left: -30px;
        top: 34%;
        font-size: 14px;
      }

      .hero-editorial .hero-name {
        right: -15px;
      }
    }

    @media (max-width: 700px) {
      .hero-editorial {
        min-height: auto;
        padding-top: 42px;
      }

      .hero-editorial .hero-kicker {
        margin-bottom: 18px;
        letter-spacing: .25em;
      }

      .hero-editorial .hero-wordmark {
        font-size: clamp(44px, 14.2vw, 72px);
        line-height: .96;
        letter-spacing: .04em;
      }

      .hero-editorial h1 {
        margin-top: 28px;
        font-size: clamp(27px, 8vw, 36px);
        line-height: 1.62;
      }

      .hero-editorial .hero-concept {
        width: 88%;
        margin: 15px auto 0;
        font-size: 16px;
        line-height: 1.9;
      }

      .hero-editorial-visual {
        width: 92vw;
        margin-top: 34px;
      }

      .hero-editorial .hero-picture {
        border-radius: 50% 50% 3px 3px / 16% 16% 3px 3px;
        outline-offset: 7px;
      }

      .hero-editorial .hero-note-left {
        display: none;
      }

      .hero-editorial .hero-name {
        right: 5px;
        bottom: 7%;
        font-size: clamp(30px, 10vw, 46px);
      }

      .hero-editorial .hero-listen {
        margin-top: 34px;
      }

      .hero-editorial .scroll-cue {
        margin-top: 38px;
      }
    }

    .hero-editorial h1 {
      white-space: nowrap;
    }

    .hero-editorial .hero-concept > span {
      display: inline-block;
      margin: 0 .55em;
      color: #6c89a3;
    }

    @media (max-width: 700px) {
      .hero-editorial h1 {
        white-space: normal;
      }
    }


    /* Mobile headline break */
    .hero-mobile-break {
      display: none;
    }

    @media (max-width: 700px) {
      .hero-mobile-break {
        display: block;
      }

      .hero-editorial .hero-wordmark {
        font-size: clamp(42px, 13.2vw, 68px);
        letter-spacing: .035em;
      }

      .hero-editorial h1 {
        font-size: clamp(26px, 7.5vw, 34px);
        line-height: 1.62;
      }
    }


/* ===== 2026-09-21 Hero fine tuning ===== */
.hero-editorial .hero-concept {
  margin-top: 10px;
}

.hero-concept-mobile-break {
  display: none;
}

@media (max-width: 700px) {
  /* DREAM TONEをスマホ幅に確実に収める */
  .hero-editorial .hero-wordmark {
    font-size: clamp(38px, 11.6vw, 60px);
    letter-spacing: .018em;
    white-space: nowrap;
  }

  /* 「おかえりなさい、」に少し近づける */
  .hero-editorial h1 {
    margin-top: 22px;
  }

  .hero-editorial .hero-concept {
    margin-top: 6px;
    line-height: 1.85;
  }

  .hero-concept-mobile-break {
    display: block;
  }
}
