:root {
  color-scheme: light;
  --ink: #252538;
  --muted: #697075;
  --paper: #fbfbfd;
  --white: #ffffff;
  --lavender: #7770ad;
  --lavender-deep: #54518d;
  --lavender-soft: #efedf8;
  --blue-gray: #557f9c;
  --logo-blue: #1b64ac;
  --logo-purple: #4f2f88;
  --warm: #f6efe4;
  --line: rgba(37, 37, 56, 0.12);
  --shadow: 0 18px 54px rgba(37, 37, 56, 0.13);
  --font-body: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  --font-heading: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  --font-logo-kana: "Hiragino Sans", "Yu Gothic", "Meiryo", system-ui, sans-serif;
}

.quick-info { width: min(1100px, calc(100% - 48px)); margin: clamp(24px, 5vw, 56px) auto; padding: clamp(20px, 3vw, 32px); border-top: 3px solid #8d5b8a; background: #fbf7fb; color: var(--ink); }.quick-info dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; }.quick-info dl > div { padding: 0 clamp(12px, 2vw, 24px); border-right: 1px solid rgb(141 91 138 / .25); }.quick-info dl > div:last-child { border-right: 0; }.quick-info dt { color: #8d5b8a; font-size: .75rem; font-weight: 700; }.quick-info dd { margin: .35rem 0 0; font-weight: 700; }.quick-info a { color: inherit; }.quick-info p { margin: 1rem 0 0; font-size: .8rem; line-height: 1.65; }@media (max-width: 680px) { .quick-info { width: calc(100% - 32px); }.quick-info dl { grid-template-columns: 1fr; }.quick-info dl > div { padding: .75rem 0; border-right: 0; border-bottom: 1px solid rgb(141 91 138 / .18); }.quick-info dl > div:last-child { border-bottom: 0; } }

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  align-items: center;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(18px, 5vw, 68px);
  color: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.42));
  border-bottom: 1px solid rgba(84, 81, 141, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 202px;
  min-height: 46px;
  padding: 0;
  color: var(--logo-blue);
  background: transparent;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.46);
  justify-self: start;
}

.brand-meta {
  display: grid;
  width: 88px;
  gap: 2px;
  line-height: 1;
}

.brand-en,
.brand-kana,
.section-kicker,
.eyebrow {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-en {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.86);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 0.62rem;
  color: var(--logo-blue);
}

.brand-kana {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: var(--logo-purple);
  font-family: var(--font-logo-kana);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  text-transform: none;
}

.brand-name {
  position: relative;
  z-index: 1;
  margin-top: -2px;
  margin-left: -2px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "Hiragino Sans", serif;
  font-size: clamp(2rem, 3.25vw, 2.7rem);
  font-style: italic;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
  transform: skewX(-6deg);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  color: var(--lavender-deep);
  font-size: 0.9rem;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.76);
  white-space: nowrap;
  justify-self: center;
}

.site-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.menu-toggle { display: none; }

#reasons,
#menu,
#first,
#access {
  scroll-margin-top: 78px;
}

.header-tel,
.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  font-family: var(--font-body);
  font-weight: 700;
  letter-spacing: 0;
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.header-tel {
  color: #ffffff;
  background: var(--lavender-deep);
  border: 1px solid var(--lavender-deep);
  justify-self: end;
}

.tel-icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.primary-button {
  color: #ffffff;
  background: var(--lavender-deep);
}

.ghost-button {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.12);
}

.hero {
  position: relative;
  min-height: min(760px, 84vh);
  display: grid;
  align-items: end;
  overflow: clip;
  color: #ffffff;
  isolation: isolate;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(18, 20, 34, 0.42), rgba(18, 20, 34, 0.14) 54%, rgba(18, 20, 34, 0.03)),
    linear-gradient(180deg, rgba(18, 20, 34, 0.08), rgba(18, 20, 34, 0.25));
}

.hero-copy {
  width: min(1040px, calc(100% - 36px));
  margin: 0 0 clamp(48px, 9vh, 88px) clamp(18px, 6vw, 78px);
}

.eyebrow {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.82);
}

.hero h1 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.35rem, 4.55vw, 3.15rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-title-line {
  display: inline;
}

.lead {
  max-width: 900px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.86rem, 1.45vw, 1rem);
  line-height: 1.85;
}

.lead span {
  display: block;
}

.lead-nowrap {
  white-space: nowrap;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.photo-note-overlay {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 5px 12px;
  color: #ffffff;
  font-size: 0.72rem;
  letter-spacing: 0.02em;
  background: rgba(37, 37, 56, 0.55);
  border-radius: 20px;
}

.photo-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.hero-actions .primary-button,
.hero-actions .ghost-button {
  color: #ffffff;
  background: var(--lavender-deep);
  border: 1px solid var(--lavender-deep);
}

.site-nav a,
.brand {
  transition: opacity 160ms ease;
}

.site-nav a:hover,
.brand:hover {
  opacity: 0.72;
}

.header-tel:hover,
.primary-button:hover,
.ghost-button:hover,
.mobile-cta a:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

a:focus-visible {
  outline: 3px solid rgba(27, 100, 172, 0.72);
  outline-offset: 3px;
}

.reasons-panel {
  min-height: clamp(640px, 48vw, 820px);
  background:
    linear-gradient(180deg, rgba(250, 248, 244, 0.76), rgba(250, 248, 244, 0.9)),
    url("assets/reasons-bg-natural.jpg") center 18% / cover no-repeat;
  border-bottom: 1px solid var(--line);
}

.intro-band {
  display: block;
  padding: clamp(46px, 6vw, 74px) clamp(18px, 6vw, 78px) clamp(24px, 4vw, 38px);
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--lavender);
}

h2,
h3,
p {
  margin-top: 0;
}

.intro-band h2,
.section-heading h2,
.access-heading h2 {
  margin-bottom: 0;
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 3.4vw, 3rem);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.intro-band p,
.menu-grid p,
.flow-list p,
.access-copy dd,
.fine-print {
  color: var(--muted);
}

.reason-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 28px);
  padding: 0 clamp(18px, 6vw, 78px) 0;
}

.reason-section article {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(84, 81, 141, 0.08);
  border-radius: 8px;
  box-shadow: none;
}

.reason-image {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--lavender-soft);
}

.reason-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reason-card-body {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  min-height: 132px;
  padding: 22px clamp(20px, 2.5vw, 30px) 24px;
}

.reason-section span {
  display: block;
  width: 46px;
  margin: 0;
  color: #514b92;
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.reason-copy {
  min-width: 0;
}

.reason-section h3,
.menu-grid h3,
.flow-list h3 {
  margin-bottom: 8px;
  font-size: 1.16rem;
  line-height: 1.45;
}

.reason-section p,
.menu-grid p,
.flow-list p {
  margin-bottom: 0;
}

.menu-section,
.first-section,
.access-section {
  padding: clamp(50px, 8vw, 96px) clamp(18px, 6vw, 78px);
}

.menu-section {
  background:
    linear-gradient(rgba(224, 221, 235, 0.72), rgba(235, 231, 241, 0.84)),
    url("assets/menu-interior-bg.jpg") center 48% / cover no-repeat;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 30px;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
}

.menu-grid article {
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  min-height: 190px;
  padding: 28px;
  background: rgba(249, 248, 252, 0.94);
  border: 1px solid rgba(84, 81, 141, 0.18);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(37, 37, 56, 0.06);
}

.menu-icon-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-width: 76px;
  height: 28px;
  margin-bottom: 14px;
  padding: 0 10px;
  border: 1px solid rgba(84, 81, 141, 0.42);
  border-radius: 999px;
  color: #54518d;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.menu-grid article:nth-child(4) {
  grid-column: 2 / span 2;
}

.menu-grid article:nth-child(5) {
  grid-column: 4 / span 2;
}

.menu-grid p {
  white-space: normal;
}

.fine-print {
  margin: 24px auto 0;
  color: var(--ink);
  font-size: clamp(1.06rem, 1.25vw, 1.2rem);
  font-weight: 700;
  text-align: center;
}

.first-section {
  background: linear-gradient(135deg, #f5f3fa, #ece9f5);
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  min-height: 174px;
  padding: 28px;
  border: 1px solid rgba(84, 81, 141, 0.18);
  border-radius: 8px;
  background: rgba(251, 251, 253, 0.93);
}

.flow-list span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #ffffff;
  background: var(--lavender-deep);
  font-weight: 900;
}

.access-section {
  background: linear-gradient(135deg, var(--lavender-soft), #f7f9fb 60%, var(--warm));
}

.access-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.access-heading {
  max-width: 780px;
  margin: 0 auto 36px;
  text-align: center;
}

.access-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.access-actions .primary-button {
  border: 1px solid var(--lavender-deep);
}

.access-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(20px, 3vw, 32px);
}

.access-copy,
.access-map {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(84, 81, 141, 0.14);
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(37, 37, 56, 0.06);
}

.access-copy {
  padding: clamp(26px, 3vw, 36px);
}

.access-copy dl {
  display: grid;
  gap: 12px;
  margin: 0;
}

.access-copy dl > div {
  display: grid;
  grid-template-columns: 8.5em 1fr;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(84, 81, 141, 0.14);
}

.access-copy dl > div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.access-copy dt {
  color: var(--lavender-deep);
  font-weight: 700;
}

.access-copy dd {
  margin: 0;
  font-weight: 500;
}

.access-copy dd a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.access-map {
  min-height: 320px;
}

.access-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 22px clamp(18px, 6vw, 78px);
  color: #ffffff;
  background: #252538;
}

.site-footer p {
  margin: 0;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1060px) {
  .site-header {
    gap: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .site-nav {
    gap: 16px;
    font-size: 0.82rem;
  }

  .intro-band {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 820px) {
  .site-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 14px;
    left: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open { display: grid; }
  .site-nav a { min-height: 44px; padding: 10px 8px; text-align: center; }
  .menu-toggle { display: grid; grid-column: 2; justify-self: center; width: 44px; min-height: 44px; gap: 5px; padding: 11px; border: 1px solid var(--lavender-deep); border-radius: 8px; color: var(--lavender-deep); background: var(--white); }
  .menu-toggle span { display: block; height: 2px; background: currentColor; }
}

@media (max-width: 1180px) {
  .reason-card-body {
    min-height: 142px;
    padding: 24px 20px;
  }
}

@media (max-width: 900px) {
  .hero-copy {
    width: auto;
    margin-right: clamp(18px, 6vw, 78px);
  }

  .hero h1 {
    font-size: clamp(2rem, 5.8vw, 2.75rem);
    white-space: normal;
  }

  .hero-title-line {
    display: block;
    white-space: nowrap;
  }

  .lead-nowrap {
    white-space: normal;
  }

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

  .reason-section article:nth-child(3) {
    grid-column: 1 / -1;
    width: calc(50% - 7px);
    justify-self: center;
  }

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

  .menu-grid article,
  .menu-grid article:nth-child(4) {
    grid-column: auto;
  }

  .menu-grid article:nth-child(5) {
    grid-column: 1 / -1;
    width: calc(50% - 7px);
    justify-self: center;
  }

  .access-grid {
    grid-template-columns: 1fr;
  }

  .access-map {
    min-height: 280px;
  }

  .access-map iframe {
    min-height: 280px;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 66px;
    gap: 12px;
    padding: 10px 14px;
  }

  .brand {
    gap: 3px;
    min-width: 166px;
    min-height: 44px;
    padding: 0;
  }

  .header-tel {
    min-height: 44px;
    padding: 0 12px;
    font-size: 0.88rem;
    gap: 6px;
  }

  .brand-meta {
    width: 70px;
    min-width: 0;
  }

  .brand-en {
    font-size: 0.49rem;
  }

  .brand-kana {
    font-size: 0.43rem;
    letter-spacing: 0;
  }

  .brand-name {
    margin-left: -1px;
    font-size: 1.72rem;
  }

  .tel-icon {
    width: 0.92em;
    height: 0.92em;
  }

  .hero {
    min-height: max(660px, 80vh);
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(18, 20, 34, 0.08), rgba(18, 20, 34, 0.58)),
      linear-gradient(90deg, rgba(18, 20, 34, 0.36), rgba(18, 20, 34, 0.05));
  }

  .hero-copy {
    width: calc(100% - 36px);
    min-width: 0;
    margin: 0 18px 48px;
  }

  .photo-note-overlay {
    bottom: 8px;
    margin: 0;
  }

  .hero h1 {
    font-size: clamp(1.35rem, 6.7vw, 1.75rem);
    line-height: 1.45;
    white-space: normal;
  }

  .hero-title-line {
    display: block;
    white-space: nowrap;
  }

  .lead-nowrap {
    font-size: inherit;
    white-space: normal;
  }

  .primary-button,
  .ghost-button {
    width: 100%;
  }

  .intro-band,
  .menu-section,
  .first-section,
  .access-section {
    padding: 42px 18px;
  }

  .flow-list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .flow-list li {
    min-height: auto;
    gap: 14px;
    padding: 22px 18px;
  }

  .reason-section {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 18px 0;
  }

  .reason-section article {
    min-height: auto;
  }

  .reason-section article:nth-child(3) {
    grid-column: auto;
    width: auto;
  }

  .reason-card-body {
    min-height: 126px;
    padding: 20px 18px 22px;
  }

  .reason-image {
    aspect-ratio: 16 / 10;
  }

  .menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-grid article,
  .menu-grid article:nth-child(4),
  .menu-grid article:nth-child(5) {
    grid-column: auto;
    width: auto;
    min-height: auto;
    padding: 24px 22px;
  }

  .menu-grid p {
    white-space: normal;
  }

  .access-copy {
    padding: 22px 18px;
  }

  .access-copy dl > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .access-map {
    min-height: 220px;
  }

  .access-map iframe {
    min-height: 220px;
  }

  .site-footer {
    display: grid;
    padding-bottom: 82px;
  }

  .mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr 0.72fr;
    gap: 8px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--line);
  }

  .mobile-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 8px;
    font-family: var(--font-body);
    font-weight: 700;
  }

  .mobile-cta a:first-child {
    color: #ffffff;
    background: var(--lavender-deep);
  }

  .mobile-cta a:last-child {
    color: var(--lavender-deep);
    background: var(--lavender-soft);
  }
}

@media (max-width: 430px) {
  .header-tel {
    width: 44px;
    min-width: 44px;
    padding: 0;
  }

  .header-tel span:not(.tel-icon) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

@media (max-width: 360px) {
  .site-header {
    gap: 6px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .brand {
    min-width: 145px;
  }

  .brand-meta {
    width: 60px;
  }

  .brand-name {
    font-size: 1.5rem;
  }
}

@media (max-width: 400px) and (max-height: 620px) {
  .hero {
    min-height: 100svh;
  }

  .hero-copy {
    margin: 0 16px 84px;
  }

  .photo-note-overlay {
    top: 76px;
    bottom: auto;
  }

  .hero-eyebrow {
    margin-bottom: 6px;
    font-size: 0.68rem;
  }

  .hero h1 {
    font-size: clamp(1.15rem, 6.2vw, 1.4rem);
    line-height: 1.3;
  }

  .lead {
    margin-top: 10px;
    font-size: 0.78rem;
    line-height: 1.5;
  }

  .hero-actions {
    margin-top: 14px;
    gap: 8px;
  }

  .primary-button,
  .ghost-button {
    min-height: 40px;
    font-size: 0.82rem;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .site-nav a,
  .brand,
  .header-tel,
  .primary-button,
  .ghost-button,
  .mobile-cta a {
    transition: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .menu-grid article.is-visible .menu-icon-label {
    animation: none;
  }
}

/* メニューラベルの固有演出：ブラシを通すように横方向から静かに現れる（1回限り） */
.menu-grid article.is-visible .menu-icon-label {
  animation: menu-label-brush 0.6s ease both;
}

@keyframes menu-label-brush {
  0% {
    opacity: 0;
    transform: translateX(-14px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ヒーロー画像のスクロール連動拡大（タイプ2標準） */
.hero-image {
  transform: scale(calc(1 + var(--hp, 0) * 0.08));
  transform-origin: center;
}

html.fx-on .hero-image {
  will-change: transform;
}

/* SCROLLキュー（タイプ2標準） */
.scroll-cue {
  display: none;
  position: absolute;
  bottom: clamp(14px, 3vh, 26px);
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-align: center;
  text-decoration: none;
  min-width: 44px;
  min-height: 44px;
  opacity: calc(0.82 - var(--hp, 0) * 3);
}

html.fx-on .scroll-cue {
  display: block;
}

.scroll-cue::after {
  content: "";
  display: block;
  width: 1px;
  height: 34px;
  margin: 9px auto 0;
  background: currentColor;
  animation: scroll-cue-line 2s ease-in-out infinite;
}

@keyframes scroll-cue-line {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  45% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

@media (max-width: 400px) and (max-height: 620px) {
  html.fx-on .scroll-cue {
    display: none;
  }
}

/* SCROLLキュー：モバイル縦（390×844・375×667）でCTA（ghost-button）・写真注記（photo-note-overlay）と
   重ならないよう、ヒーロー下部にキュー専用スペースを確保する。320×568（高さ620px以下）はキュー非表示のまま
   のため対象外＝現状維持。1440×900等の広い画面はこのブレークポイント外＝現状維持。 */
@media (max-width: 720px) and (min-height: 621px) {
  .hero {
    /* .heroはalign-items:endでhero-copyを下端に固定するため、min-heightとpadding-bottomを同じ量だけ
       増やしてコンテンツ領域（hero-copyの位置）を据え置いたまま、外側の下端だけを100px押し下げる */
    min-height: calc(max(660px, 80vh) + 100px);
    padding-bottom: 100px;
  }

  .scroll-cue {
    /* 写真注記（bottom:8px、高さ約24px→上端は下端から32px）より上、
       CTA（hero-copyの既存下マージン48px）下端（新しい下端から148px）より下、
       それぞれ約30px確保して中間に配置 */
    bottom: 62px;
  }
}

:root { --proposal-notice-h: 44px; }
.proposal-sample-notice { position: fixed; z-index: 40; inset: 0 0 auto; display: flex; min-height: var(--proposal-notice-h); align-items: center; justify-content: center; margin: 0; padding: 6px 16px; background: var(--ink); color: #fff; font-size: clamp(.75rem, 3.4vw, .9rem); line-height: 1.45; text-align: center; }
.proposal-sample-notice strong { margin-right: .2em; }
body { padding-top: var(--proposal-notice-h); }
.site-header { top: var(--proposal-notice-h); }
#menu, #first, #access, #quick-info { scroll-margin-top: calc(78px + var(--proposal-notice-h)); }
.access-actions .ghost-button { color: var(--lavender-deep); border: 1px solid var(--lavender-deep); background: rgba(255, 255, 255, .78); }
@media (max-width: 680px) { :root { --proposal-notice-h: 52px; } }
