@font-face {
  font-family: "Bodoni Moda";
  src: url("/static/bodoni-moda-variable-latin.fe710b15e2ac.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "ReiOfficial";
  src: url("/static/official-name.2049d2680fd2.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --paper: #fffdfd;
  --ink: #252326;
  --muted: #69636a;
  --line: #dfd7dc;
  --pink: #edc7d6;
  --pale-pink: #fcf1f5;
  --rose: #835569;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --stage-progress: 0;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
  color: var(--ink);
}

body {
  margin: 0;
  max-width: 100%;
  background: var(--paper);
  color: var(--ink);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
.menu-open .site-header { backdrop-filter: none; }

a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img, video { display: block; max-width: 100%; }
figure, p, h1, h2, h3, dl, dd { margin: 0; }
.ph { display: inline-block; white-space: nowrap; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 8px 12px;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 65%, transparent);
  backdrop-filter: blur(10px);
}

.site-header .wordmark,
.footer-wordmark {
  font-family: "ReiOfficial", serif;
  font-size: 25px;
  line-height: 1;
}

.menu-toggle {
  padding: 10px 0 10px 18px;
  border: 0;
  background: transparent;
  font-family: "Bodoni Moda", serif;
  font-size: 11px;
  letter-spacing: .18em;
}

.site-header .site-nav {
  position: fixed;
  inset: 58px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 12vh 32px 40px;
  background: var(--paper);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity .5s var(--ease), transform .5s var(--ease), visibility .5s;
}

.menu-open .site-header .site-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-header .site-nav > a,
.language-menu > summary {
  width: 100%;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-family: "Bodoni Moda", serif;
  font-size: 17px;
  letter-spacing: .1em;
}

.language-menu {
  width: 100%;
  color: var(--muted);
  font-family: "Bodoni Moda", serif;
}

.language-menu > summary {
  min-width: 0;
  text-align: left;
}

.language-menu > div {
  position: static;
  width: 100%;
  border: 0;
  box-shadow: none;
}

.language-menu > div a {
  padding: 10px 12px;
  border: 0;
  font-size: 13px;
}

.portrait-experience {
  position: relative;
  height: 520vh;
  min-height: 3900px;
  background: var(--paper);
}

.portrait-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 700px;
  overflow: clip;
  contain: paint;
  background:
    linear-gradient(90deg, rgba(37, 35, 38, .018) 1px, transparent 1px) 0 0 / 52px 100%,
    var(--paper);
}

.stage-scene {
  position: absolute;
  inset: 0;
  padding-top: 66px;
}

.hero-scene {
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 66px;
  padding-bottom: 70px;
  opacity: var(--hero-opacity, 1);
  transform: translate3d(0, var(--hero-y, 0), 0);
  pointer-events: var(--hero-events, auto);
  will-change: opacity, transform;
}

.hero-artwork {
  width: min(calc(100vw - 24px), calc(75svh - 186px), 540px);
  transition: transform .9s var(--ease);
}

.portrait-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  margin: 0;
  padding: 8px;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: var(--paper);
}

button.portrait-frame {
  appearance: none;
  cursor: default;
}

.hero-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(1) contrast(1.03);
  transition: filter 1.4s var(--ease);
}

.hero-frame::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(37, 35, 38, .08);
  pointer-events: none;
}

.hero-scene.is-breathing .hero-frame video,
.hero-scene.is-manual-color .hero-frame video {
  filter: grayscale(0) contrast(1);
  transition-duration: 2.4s;
}

.art-label {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  min-height: 66px;
  margin-top: 10px;
  padding: 8px 11px 7px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 253, .96);
  line-height: 1.25;
}

.work-name {
  font-family: "Bodoni Moda", serif;
  font-size: 13px;
  letter-spacing: .2em;
}

.work-title { margin-top: 4px; font-size: 15px; }

.work-meta {
  margin-top: 4px;
  color: var(--muted);
  font-family: "Bodoni Moda", serif;
  font-size: 11px;
}

.label-dot {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--pink);
}

.breath-line {
  min-height: 27px;
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}

.hero-scene.is-breathing .breath-line,
.hero-scene.is-manual-color .breath-line {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}

.entrance-board {
  position: absolute;
  right: 12px;
  bottom: max(10px, env(safe-area-inset-bottom));
  left: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid var(--ink);
  gap: 8px;
  font-size: clamp(8px, 2.45vw, 10px);
  line-height: 1.5;
}

.entrance-links { display: flex; flex-direction: row; gap: clamp(8px, 3vw, 18px); white-space: nowrap; }
.entrance-links a { padding: 1px 0; }
.deeper { font-family: "Bodoni Moda", serif; letter-spacing: .08em; }

.exit-scene {
  z-index: 3;
  display: grid;
  place-items: center;
  padding: 0;
  opacity: var(--exit-opacity, 0);
  pointer-events: none;
  will-change: opacity;
}

.exit-visual {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.exit-frame {
  position: relative;
  width: var(--exit-width, calc(100vw - 24px));
  height: var(--exit-height, calc(133.333333vw - 32px));
  padding: 8px;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: var(--paper);
  transform: translate3d(var(--exit-x, 0), var(--exit-y, 0), 0) scale(var(--exit-scale, 1));
  transition: border-color .5s linear, background-color .5s linear;
  will-change: transform;
}

.exit-frame video,
.exit-portrait {
  position: absolute;
  inset: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  object-fit: cover;
  object-position: center;
}

.exit-portrait {
  z-index: 2;
  filter: grayscale(1) contrast(1.03);
  opacity: 1;
  transition: opacity .5s linear;
}

.exit-frame video {
  z-index: 1;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0;
  transition: opacity .5s linear;
}

.exit-scene.is-video .exit-portrait { opacity: 0; }
.exit-scene.is-video .exit-frame video { opacity: 1; }

.exit-label {
  position: absolute;
  z-index: 3;
  right: 12px;
  bottom: max(14px, env(safe-area-inset-bottom));
  left: 12px;
  width: min(240px, calc(100vw - 24px));
  min-height: 58px;
  margin: 0;
}

.gallery-scene {
  z-index: 5;
  display: flex;
  align-items: center;
  padding-top: 58px;
  opacity: var(--gallery-opacity, 0);
  pointer-events: none;
  overflow: clip;
  will-change: opacity;
}

.gallery-track {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: max-content;
  transform: translate3d(var(--gallery-x, 100vw), 0, 0);
  will-change: transform;
}

.gallery-work {
  width: min(calc(100vw - 24px), calc(75svh - 127.5px), 540px);
  flex: 0 0 min(calc(100vw - 24px), calc(75svh - 127.5px), 540px);
}

.gallery-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  padding: 8px;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: var(--paper);
}

.gallery-frame video,
.gallery-poster {
  position: absolute;
  inset: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  object-fit: cover;
  filter: grayscale(1);
  transition: filter .9s var(--ease), opacity .5s var(--ease);
}

.gallery-frame video { z-index: 1; }
.gallery-poster { z-index: 2; opacity: 1; }
.gallery-work.is-center video,
.gallery-work.is-center .gallery-poster { filter: grayscale(0); }
.gallery-work.is-playing .gallery-poster { opacity: 0; }

.gallery-work figcaption,
.museum-work figcaption {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
  padding: 7px 8px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-family: "Bodoni Moda", serif;
  font-size: 10px;
  letter-spacing: .12em;
  line-height: 1.35;
}

.stage-profile {
  z-index: 6;
  display: grid;
  place-items: center;
  padding: 72px 24px 32px;
  opacity: var(--profile-opacity, 0);
  transform: translate3d(0, var(--profile-y, 40px), 0);
  pointer-events: var(--profile-events, none);
  will-change: opacity, transform;
}

.profile-panel {
  width: min(100%, 430px);
  padding: 28px 24px 30px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 253, .97);
  box-shadow: 0 30px 80px rgba(37, 35, 38, .08);
}

.room-number,
.eyebrow {
  color: var(--muted);
  font-family: "Bodoni Moda", serif;
  font-size: 11px;
  letter-spacing: .18em;
}

.profile-panel h2,
.profile-facts h2 {
  margin-top: 13px;
  font-size: clamp(25px, 7vw, 38px);
  font-weight: 500;
  line-height: 1.35;
}

.signature {
  margin: 4px 0 20px;
  font-family: "ReiOfficial", serif;
  font-size: clamp(31px, 10vw, 54px);
  line-height: 1;
}

.profile-lead,
.profile-copy { margin-bottom: 10px; }

.social-links {
  display: flex;
  gap: 22px;
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-family: "Bodoni Moda", serif;
  font-size: 12px;
  letter-spacing: .08em;
}

.stage-progress {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--line);
}

.stage-progress span {
  display: block;
  width: var(--stage-progress-width, 0%);
  height: 100%;
  background: var(--rose);
}

.museum-room {
  position: relative;
  min-height: 100svh;
  padding: 96px 12px 88px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.room-label {
  display: grid;
  grid-template-columns: auto 1fr auto 6px;
  align-items: center;
  gap: 8px;
  max-width: 1180px;
  margin: 0 auto 54px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  font-size: 11px;
  line-height: 1.35;
}

.room-label > span:first-child,
.room-label strong {
  font-family: "Bodoni Moda", serif;
  letter-spacing: .15em;
}

.room-label strong { font-size: 13px; font-weight: 500; }
.room-label > span:nth-child(3) { color: var(--muted); }
.room-label i { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }

.room-grid {
  display: grid;
  gap: 46px;
  max-width: 980px;
  margin: 0 auto;
}

.museum-work { width: min(calc(100vw - 24px), 540px); margin: 0 auto; }

.museum-frame {
  width: 100%;
  aspect-ratio: 3 / 4;
  padding: 11px;
  border: 2px solid var(--ink);
  background: var(--paper);
}

.museum-frame img { width: 100%; height: 100%; object-fit: cover; }

.profile-facts,
.members-copy,
.press-copy { align-self: center; }

.profile-facts dl {
  margin-top: 30px;
  border-top: 1px solid var(--ink);
}

.profile-facts dl > div {
  display: grid;
  grid-template-columns: 105px 1fr;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}

.profile-facts dt { color: var(--muted); font-size: 12px; }
.profile-facts dd { font-family: "Bodoni Moda", "Yu Mincho", serif; font-size: 14px; }

.room-heading {
  max-width: 980px;
  margin: 0 auto;
  font-family: "Bodoni Moda", serif;
  font-size: clamp(38px, 13vw, 74px);
  font-weight: 500;
  line-height: 1;
}

.room-intro { max-width: 980px; margin: 15px auto 40px; color: var(--muted); }

.news-labels { max-width: 980px; margin: 0 auto; border-top: 1px solid var(--ink); }

.news-labels a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 12px;
  padding: 19px 4px;
  border-bottom: 1px solid var(--line);
}

.news-labels time,
.news-labels span {
  font-family: "Bodoni Moda", serif;
  font-size: 11px;
  letter-spacing: .1em;
}

.news-labels span { color: var(--rose); text-align: right; }
.news-labels strong { font-size: 14px; font-weight: 500; line-height: 1.65; }
.news-labels i { align-self: end; font-style: normal; }

.history-room { overflow: hidden; background: linear-gradient(180deg, var(--paper), var(--pale-pink)); }

.history-display { max-width: 980px; margin: 12vh auto 0; }

.history-display > p {
  color: transparent;
  -webkit-text-stroke: 1px var(--line);
  font-family: "Bodoni Moda", serif;
  font-size: clamp(110px, 42vw, 370px);
  line-height: .7;
  transform: translateX(-5vw);
}

.history-display h2 {
  margin-top: 54px;
  font-size: clamp(29px, 9vw, 56px);
  font-weight: 500;
  line-height: 1.45;
}

.history-display div > p { margin-top: 22px; color: var(--muted); }
.members-copy h2, .press-copy h2 { margin: 16px 0 22px; font-size: clamp(29px, 9vw, 54px); font-weight: 500; line-height: 1.45; }

.status-tag {
  display: inline-block;
  margin-top: 20px;
  padding: 3px 11px;
  border: 1px solid var(--line);
  color: var(--rose);
  font-size: 11px;
}

.text-link {
  display: block;
  width: fit-content;
  margin-top: 23px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--ink);
  font-size: 13px;
}

.shop-feature {
  display: grid;
  gap: 36px;
  max-width: 860px;
  margin: 0 auto 70px;
}

.book-work { width: 230px; margin: 0 auto; }
.book-frame { padding: 10px; border: 2px solid var(--ink); background: var(--paper); }
.book-frame img { width: 100%; height: auto; }
.shop-feature h2 { margin: 12px 0 16px; font-family: "Bodoni Moda", serif; font-size: 34px; font-weight: 500; }

.future-shop { display: grid; gap: 16px; max-width: 860px; margin: 0 auto; }
.future-shop article { padding: 24px 20px 27px; border: 1px solid var(--line); }
.future-shop .status-tag { margin-top: 0; }
.future-shop h3 { margin: 18px 0 9px; font-size: 19px; font-weight: 500; }
.future-shop p { color: var(--muted); font-size: 13px; }
.small-note { margin-top: 14px; color: var(--muted); font-size: 11px; }

.contact-room {
  display: grid;
  gap: 50px;
  padding: 100px 24px;
  background: var(--ink);
  color: var(--paper);
}

.contact-room h2 { margin: 14px 0; font-size: clamp(30px, 9vw, 56px); font-weight: 500; }
.contact-room .eyebrow { color: var(--pink); }
.contact-link { width: fit-content; padding-bottom: 4px; border-bottom: 1px solid var(--paper); font-size: 15px; }

.site-footer {
  display: grid;
  gap: 30px;
  padding: 50px 24px max(40px, env(safe-area-inset-bottom));
  border-top: 1px solid #4b474c;
  background: var(--ink);
  color: var(--paper);
}

.site-footer div { display: flex; flex-direction: column; gap: 4px; font-size: 12px; }
.site-footer > p { color: #aaa4aa; font-family: "Bodoni Moda", serif; font-size: 10px; }
.noscript-note { padding: 12px; background: var(--ink); color: var(--paper); font-size: 12px; text-align: center; }

body.is-stopped .portrait-experience {
  height: auto;
  min-height: 0;
}

body.is-stopped .portrait-stage {
  position: relative;
  height: auto;
  min-height: 0;
  overflow: clip;
}

body.is-stopped .stage-scene {
  position: relative;
  inset: auto;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

body.is-stopped .hero-scene { min-height: 100svh; }
body.is-stopped .hero-frame { cursor: pointer; }
body.is-stopped .exit-scene { min-height: 0; padding: 72px 0 90px; }
body.is-stopped .exit-visual { position: relative; inset: auto; display: block; }
body.is-stopped .exit-frame {
  width: 100vw;
  height: auto;
  aspect-ratio: 3 / 4;
  padding: 0;
  border-right: 0;
  border-left: 0;
  transform: none;
}
body.is-stopped .exit-portrait { display: none; }
body.is-stopped .exit-frame video { position: static; width: 100%; height: 100%; opacity: 1; }
body.is-stopped .exit-label {
  position: relative;
  inset: auto;
  width: calc(100vw - 24px);
  margin: 10px 12px 0;
}

body.is-stopped .gallery-scene {
  display: block;
  padding: 90px 0;
  overflow: clip;
}

body.is-stopped .gallery-track {
  display: grid;
  gap: 55px;
  width: auto;
  transform: none;
}

body.is-stopped .gallery-work {
  width: min(calc(100vw - 24px), 540px);
  margin: 0 auto;
}
body.is-stopped .gallery-frame { width: 100%; }
body.is-stopped .gallery-work video,
body.is-stopped .gallery-poster { filter: grayscale(0); }
body.is-stopped .stage-profile { padding: 90px 24px; background: var(--pale-pink); }
body.is-stopped .stage-progress { display: none; }

@media (min-width: 760px) {
  .site-header { height: 70px; padding: 0 42px; }
  .site-header .wordmark { font-size: 29px; }
  .menu-toggle { display: none; }
  .site-header .site-nav {
    position: static;
    inset: auto;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .site-header .site-nav > a,
  .language-menu > summary {
    width: auto;
    padding: 4px 0;
    border: 0;
    font-size: 10px;
  }
  .language-menu { width: auto; }
  .language-menu > summary { min-width: 44px; text-align: center; }
  .language-menu > div {
    position: absolute;
    width: 185px;
    border: 1px solid var(--line);
    box-shadow: 0 8px 24px rgba(37, 35, 38, .07);
  }
  .stage-scene { padding-top: 84px; }
  .hero-scene { padding-top: 82px; }
  .hero-artwork { width: min(540px, calc(75svh - 180px)); }
  .portrait-frame { padding: 8px; }
  .entrance-board { right: 42px; bottom: 24px; left: 42px; font-size: 11px; }
  .entrance-links { flex-direction: row; gap: 30px; }
  .gallery-track { gap: 40px; }
  .gallery-work {
    width: min(540px, calc(75svh - 180px));
    flex-basis: min(540px, calc(75svh - 180px));
  }
  .gallery-frame { width: 100%; padding: 8px; }
  .gallery-work figcaption { font-size: 11px; }
  .profile-panel { padding: 38px 42px 42px; }
  .museum-room { padding: 130px 48px 120px; }
  .room-label { margin-bottom: 90px; }
  .room-grid { grid-template-columns: minmax(300px, 430px) 1fr; align-items: center; gap: 12%; }
  .room-grid.reverse .museum-work { order: 2; }
  .room-grid.reverse > :not(.museum-work) { order: 1; }
  .museum-work { width: min(100%, 430px); }
  .news-labels a { grid-template-columns: 110px 90px 1fr auto; align-items: center; padding: 23px 8px; }
  .news-labels span { text-align: left; }
  .history-display { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 40px; }
  .history-display > p { font-size: clamp(260px, 25vw, 370px); transform: translateX(-5vw); }
  .history-display h2 { margin-top: 0; }
  .shop-feature { grid-template-columns: 300px 1fr; align-items: center; gap: 90px; }
  .book-work { width: 280px; }
  .future-shop { grid-template-columns: 1fr 1fr; }
  .contact-room { grid-template-columns: 1fr auto; align-items: end; padding: 130px max(48px, calc((100vw - 1180px) / 2)); }
  .site-footer { grid-template-columns: 1fr auto; align-items: end; padding: 60px max(48px, calc((100vw - 1180px) / 2)); }
  .site-footer div { flex-direction: row; gap: 24px; }
  .site-footer > p { grid-column: 1 / -1; }
  body.is-stopped .exit-scene { min-height: 850px; padding: 90px 0; }
  body.is-stopped .exit-visual { display: grid; }
  body.is-stopped .exit-frame { width: min(100vw, 1280px); height: min(calc(100svh - 170px), 720px); aspect-ratio: auto; border: 2px solid var(--ink); }
  body.is-stopped .exit-label { position: absolute; right: 42px; bottom: 112px; left: 42px; width: 240px; margin: 0; }
  body.is-stopped .gallery-track {
    grid-template-columns: repeat(auto-fit, minmax(190px, 220px));
    justify-content: center;
    gap: 24px;
    width: calc(100% - 48px);
    margin-inline: auto;
  }
}

@media (min-width: 900px) {
  .exit-frame video { object-position: center 25%; }
  .exit-scene.is-video .exit-frame {
    overflow: visible;
    border-color: transparent;
    background-color: transparent;
  }
  .exit-scene.is-video .exit-frame video {
    inset: auto;
    top: 50%;
    left: 50%;
    width: var(--exit-video-width, 100vw);
    max-width: none;
    height: var(--exit-video-height, 100svh);
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1100px) {
  .site-header .site-nav { gap: 34px; }
  body.is-stopped .gallery-work,
  body.is-stopped .gallery-frame { width: 190px; }
}

@media (max-height: 760px) and (max-width: 759px) {
  .hero-scene { padding-top: 62px; }
  .art-label { min-height: 58px; padding-top: 6px; }
  .work-name { font-size: 11px; }
  .work-title { font-size: 13px; }
  .breath-line { margin-top: 4px; font-size: 12px; }
}


/* 本番直前の調整（ディレクター・QA S3）: MENU を閉じる途中にリンクが肖像へ透けないよう、ヘッダーのぼかしをやめる（背景はほぼ不透明のため見た目は同じ） */
.site-header { backdrop-filter: none; }
/* 同意の帯が出ている間は、入口の札を帯の上へ持ち上げる（--consent-lift は analytics.css で定義） */
@media (max-width: 759px) { body:has(.analytics-consent:not([hidden])) .entrance-board { bottom: calc(max(10px, env(safe-area-inset-bottom)) + var(--consent-lift, 0px)); } }
