:root {
  --paper: #f7f8f2;
  --paper-bright: #fffef8;
  --ink: #202726;
  --muted: #66716f;
  --teal: #087f83;
  --teal-deep: #075c62;
  --teal-pale: #dff2ef;
  --sky: #9fe0ef;
  --line: rgba(32, 39, 38, .18);
  --header-height: 88px;
  --gutter: clamp(16px, 4.2vw, 72px);
  --content: 1440px;
  --radius: 22px;

  /* ヒーロー人物：ここを変えれば動く（x: 横位置 / y: 上から / w: 幅） */
  --fig-child-x: 26%;
  --fig-child-y: 86px;
  --fig-child-w: 95px;
  --fig-adult-x: 56.5%;
  --fig-adult-y: 120px;
  --fig-adult-w: 74px;
  --fig-cyclist-x: 84.2%;
  --fig-cyclist-y: 68px;
  --fig-cyclist-w: 150px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  font-feature-settings: "palt";
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--ink); color: white; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 14px var(--gutter);
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 260px; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand-type { display: flex; flex-direction: column; line-height: 1.1; }
.brand-type b, .footer-brand b { font-family: "Lexend Exa", sans-serif; font-size: 1rem; letter-spacing: -.03em; }
.brand-type small { margin-top: 7px; font-family: "Lexend Exa", sans-serif; font-size: .57rem; letter-spacing: .08em; color: var(--teal-deep); }
.desktop-nav { justify-self: end; display: flex; align-items: center; gap: clamp(16px, 2vw, 34px); font-family: "Lexend Exa", sans-serif; font-size: .72rem; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--teal); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.menu-button { width: 106px; height: 50px; border: 1px solid rgba(32,39,38,.7); border-radius: 999px; background: rgba(255,255,255,.6); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; gap: 12px; cursor: pointer; font: 600 .7rem "Lexend Exa", sans-serif; letter-spacing: .08em; }
.menu-button i, .menu-button i::after { width: 17px; height: 1.5px; background: currentColor; display: block; transition: transform .25s ease; }
.menu-button i { position: relative; }
.menu-button i::after { content: ""; position: absolute; top: 5px; left: 0; }
.menu-button[aria-expanded="true"] i { transform: translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] i::after { top: 0; transform: rotate(-90deg); }
.menu-panel { position: fixed; inset: 0; z-index: -1; padding: calc(var(--header-height) + 42px) var(--gutter) 40px; background: var(--teal-deep); color: white; }
.menu-panel nav { max-width: 900px; margin-left: auto; display: grid; grid-template-columns: 1fr 1fr; }
.menu-panel a { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: clamp(1.4rem, 3vw, 2.8rem); font-weight: 700; }
.menu-panel a span { font: .7rem "Lexend Exa", sans-serif; margin-right: 18px; opacity: .55; }

.hero { position: relative; min-height: min(920px, 100svh); height: 920px; overflow: hidden; background: var(--sky); }
.hero-sky { position: absolute; inset: 0; background: url("assets/hero-sky.webp") center / cover no-repeat; }
.hero-art { position: absolute; inset: 4% 0 0; width: 100%; max-width: none; height: 96%; object-fit: cover; object-position: center bottom; mix-blend-mode: multiply; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(159,224,239,.06) 0 38%, rgba(159,224,239,0) 60%); pointer-events: none; }
.hero-copy { position: relative; z-index: 3; width: min(1050px, calc(100% - 2 * var(--gutter))); margin: 0 auto; padding-top: 90px; text-align: center; }
.hero-kicker { position: relative; z-index: 2; margin: 0 0 133px; font: 600 .68rem "Lexend Exa", sans-serif; letter-spacing: .19em; }
.hero h1 { margin: 0; font-size: clamp(4.2rem, 10.7vw, 10.2rem); line-height: .83; letter-spacing: -.095em; font-weight: 900; color: var(--teal-deep); text-shadow: 0 2px rgba(255,255,255,.2); }
.hero h1 span { display: block; white-space: nowrap; }
.hero h1 span:last-child { margin-left: 10%; }
.hero-fig { position: absolute; z-index: 1; height: auto; max-width: none; transform: translateX(-50%); pointer-events: none; }
.hero-fig--child { left: var(--fig-child-x); top: var(--fig-child-y); width: var(--fig-child-w); }
.hero-fig--adult { left: var(--fig-adult-x); top: var(--fig-adult-y); width: var(--fig-adult-w); }
.hero-fig--cyclist { left: var(--fig-cyclist-x); top: var(--fig-cyclist-y); width: var(--fig-cyclist-w); }
.hero-greeting { display: block; width: max-content; max-width: calc(100% - 32px); margin: 26px auto 0; padding: 8px 20px; border: 1px solid rgba(32,39,38,.18); border-radius: 999px; background: rgba(255,254,248,.82); backdrop-filter: blur(8px); text-align: center; color: var(--ink); font-size: clamp(.9rem, 1.2vw, 1.05rem); font-weight: 600; line-height: 1.55; }
.hero-status { position: absolute; z-index: 4; left: var(--gutter); bottom: 38px; display: flex; align-items: center; gap: 12px; padding: 11px 16px; border: 1px solid rgba(32,39,38,.3); border-radius: 999px; background: rgba(255,254,248,.82); backdrop-filter: blur(8px); font-size: .73rem; }
.hero-status > span { padding-left: 12px; border-left: 1px solid var(--line); }
.hero-status > .status-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 4px rgba(8,127,131,.13); }
.hero-scroll { position: absolute; z-index: 4; right: var(--gutter); bottom: 32px; display: flex; align-items: center; gap: 13px; font-size: .8rem; font-weight: 700; }
.hero-scroll i { width: 43px; height: 43px; border-radius: 50%; border: 1px solid currentColor; display: grid; place-items: center; font-style: normal; }

.section { padding: clamp(80px, 10vw, 150px) var(--gutter); scroll-margin-top: 24px; }
.section > * { max-width: var(--content); margin-left: auto; margin-right: auto; }
.section-heading { display: grid; grid-template-columns: 1.45fr .75fr; align-items: end; gap: clamp(30px, 7vw, 110px); margin-bottom: clamp(44px, 6vw, 80px); }
.section-index { margin: 0 0 20px; font: 600 .68rem "Lexend Exa", sans-serif; letter-spacing: .13em; color: var(--teal); }
.section h2 { margin: 0; font-size: clamp(2.7rem, 5.6vw, 6rem); line-height: 1.04; letter-spacing: -.075em; font-weight: 800; }
.section-lead { max-width: 510px; justify-self: end; color: var(--muted); }
.section-lead p { margin: .4em 0; }
.section-lead strong { font: 600 2rem "Lexend Exa", sans-serif; color: var(--teal-deep); }
.small-en { font: .75rem "Lexend Exa", sans-serif; letter-spacing: .08em; color: var(--teal); }
.dither-section { background-color: var(--paper-bright); background-image: linear-gradient(rgba(247,248,242,.86), rgba(247,248,242,.86)), url("assets/texture-dither.webp"); background-size: auto, 420px 420px; }

.news-section { padding-top: 90px; padding-bottom: 100px; }
.compact-heading { grid-template-columns: auto 1fr; align-items: center; margin-bottom: 28px; }
.compact-heading h2 { font: 700 clamp(2.3rem, 4vw, 4.2rem) "Lexend Exa", sans-serif; letter-spacing: -.06em; }
.section-ja { justify-self: end; margin: 0; color: var(--muted); font-weight: 600; }
.news-list { border-top: 2px solid var(--ink); }
.news-list article { display: grid; grid-template-columns: 125px 94px 1fr 32px; gap: 20px; align-items: center; min-height: 88px; border-bottom: 1px solid var(--line); }
.news-list time { font: .72rem "Lexend Exa", sans-serif; letter-spacing: .05em; }
.news-tag { width: max-content; padding: 4px 11px; border: 1px solid var(--teal); border-radius: 999px; color: var(--teal-deep); font-size: .75rem; }
.news-list h3 { margin: 0; font-size: .95rem; font-weight: 500; }
.news-list .arrow { color: var(--teal); font-size: 1.2rem; }

.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.area-card { min-width: 0; min-height: 340px; padding: clamp(20px, 2.5vw, 36px); border: 0; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: rgba(255,255,255,.48); text-align: left; cursor: pointer; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto; gap: 14px; transition: background .25s ease, color .25s ease; }
.area-card:hover { background: var(--teal-pale); }
.area-code { font: 700 clamp(2.6rem, 4vw, 4.8rem) "Lexend Exa", sans-serif; color: var(--teal); letter-spacing: -.08em; line-height: 1; }
.area-count { justify-self: end; font: 500 .72rem "Lexend Exa", sans-serif; color: var(--muted); }
.area-icon { width: 118px; height: 118px; grid-column: 1 / -1; justify-self: center; align-self: center; background-image: url("assets/area-icons.webp"); background-repeat: no-repeat; background-size: 300% 300%; }
.area-card h3 { margin: 0 0 5px; font-size: 1.15rem; line-height: 1.45; }
.area-card p { margin: 0; color: var(--muted); font-size: .86rem; }
.area-card .area-arrow { justify-self: end; align-self: end; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; }

.tenants-section { padding-left: 0; padding-right: 0; }
.tenants-section > .section-heading, .tenants-section > .tenant-tools { max-width: var(--content); width: calc(100% - 2 * var(--gutter)); }
.tenant-tools { border-top: 2px solid var(--ink); padding: 24px 0 32px; }
.filter-group { display: grid; grid-template-columns: 120px 1fr; gap: 18px; align-items: start; padding: 8px 0; }
.filter-label, .search-row > label { padding-top: 9px; font: 600 .68rem "Lexend Exa", sans-serif; letter-spacing: .12em; color: var(--muted); }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip { min-height: 40px; padding: 7px 14px; border: 1px solid var(--line); border-radius: 999px; background: transparent; cursor: pointer; font-size: .83rem; transition: all .2s ease; }
.filter-chip b { margin-right: 5px; font-family: "Lexend Exa", sans-serif; }
.filter-chip:hover, .filter-chip[aria-pressed="true"] { border-color: var(--teal-deep); background: var(--teal-deep); color: white; }
.search-row { display: grid; grid-template-columns: 120px minmax(220px, 480px) auto; gap: 18px; align-items: center; margin-top: 10px; }
.search-field { position: relative; }
.search-field input { width: 100%; height: 52px; padding: 0 50px 0 17px; border: 1px solid var(--ink); border-radius: 0; background: var(--paper-bright); color: var(--ink); font-size: 1rem; }
.search-field span { position: absolute; right: 17px; top: 50%; transform: translateY(-50%); font-size: 1.4rem; }
.clear-button { border: 0; background: transparent; padding: 8px 0; color: var(--muted); text-decoration: underline; cursor: pointer; font-size: .8rem; }
.tenant-workspace { max-width: none; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr); min-height: 790px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.map-column { position: relative; min-width: 0; background: var(--teal-pale); }
.map-shell { position: sticky; top: 0; width: 100%; height: 100vh; min-height: 790px; overflow: hidden; background: var(--paper); }
#map { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-mode-toggle { position: absolute; z-index: 20; top: 18px; right: 18px; display: flex; padding: 4px; border: 1px solid rgba(32,39,38,.35); border-radius: 999px; background: rgba(255,254,248,.92); box-shadow: 0 3px 14px rgba(32,39,38,.12); backdrop-filter: blur(8px); }
.map-mode-toggle button { min-height: 38px; padding: 7px 13px; border: 0; border-radius: 999px; background: transparent; cursor: pointer; font-size: .72rem; font-weight: 700; white-space: nowrap; }
.map-mode-toggle button.is-active { background: var(--teal-deep); color: white; }
.illustration-map, .geographic-map { position: absolute; inset: 0; overflow: hidden; }
.illustration-map { touch-action: none; cursor: grab; background: var(--paper); }
.illustration-map.is-dragging { cursor: grabbing; }
.illustration-stage { position: absolute; left: 0; top: 0; transform-origin: 0 0; will-change: transform; }
.illustration-stage.is-animating { transition: transform .34s cubic-bezier(.2,.78,.3,1); }
.illustration-stage > svg, .illustration-marker-layer { position: absolute; inset: 0; width: 100%; height: 100%; }
.illustration-stage > svg:first-of-type { z-index: 0; }
.illustration-landmark-overlay { z-index: 3; overflow: visible; pointer-events: none; }
.illustration-stage .area-labels { display: none; }
.illustration-stage:not(.is-detail) .landmark:not(.landmark--overview) .landmark__caption { display: none; }
.illustration-stage.is-detail .landmark--overview-only { display: none; }
.illustration-stage:not(.is-close) .landmark--small .landmark__caption { display: none; }
.illustration-marker-layer { z-index: 2; pointer-events: none; }
.illustration-area-marker { position: absolute; z-index: 6; min-width: 25px; height: 25px; display: flex; align-items: center; gap: 6px; padding: 0 7px; border: 1px solid var(--teal-deep); border-radius: 999px; background: rgba(255,254,248,.94); color: var(--teal-deep); box-shadow: 2px 2px 0 rgba(8,127,131,.18); transform: scale(var(--marker-inverse-scale)) translate(-50%, -50%); transform-origin: top left; pointer-events: auto; cursor: pointer; white-space: nowrap; }
.illustration-area-marker b { font: 800 .62rem "Lexend Exa", sans-serif; }
.illustration-area-marker span { display: inline; font-size: .66rem; font-weight: 700; }
.illustration-stage.is-overview .illustration-area-marker span { display: none; }
.illustration-spot-marker { position: absolute; z-index: 5; width: 12px; height: 12px; padding: 0; pointer-events: auto; transform: scale(var(--marker-inverse-scale)) translate(-50%, -50%); transform-origin: top left; }
.illustration-spot-marker:hover, .illustration-spot-marker.is-active { z-index: 8; transform: scale(calc(var(--marker-inverse-scale) * 1.75)) translate(-50%, -50%); }
.illustration-spot-marker.is-active { box-shadow: 0 0 0 2px var(--paper-bright), 0 0 0 4px var(--teal-deep); }
.illustration-popup { position: absolute; z-index: 14; width: min(260px, calc(100% - 32px)); padding: 14px 38px 14px 15px; border: 1px solid var(--ink); background: var(--paper-bright); box-shadow: 6px 6px 0 rgba(8,127,131,.24); transform: translate(-50%, calc(-100% - 16px)); font-size: .76rem; line-height: 1.45; pointer-events: auto; }
.illustration-popup::after { content: ""; position: absolute; left: 50%; bottom: -8px; width: 14px; height: 14px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--paper-bright); transform: translateX(-50%) rotate(45deg); }
.illustration-popup b, .illustration-popup span, .illustration-popup a { display: block; }
.illustration-popup b { margin-bottom: 3px; color: var(--teal-deep); font-size: .86rem; }
.illustration-popup span { color: var(--muted); }
.illustration-popup a { position: relative; z-index: 1; width: max-content; margin-top: 8px; color: var(--teal-deep); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.illustration-popup__close { position: absolute; z-index: 2; top: 6px; right: 7px; width: 28px; height: 28px; padding: 0; border: 0; background: transparent; cursor: pointer; font-size: 1.25rem; line-height: 1; }
.illustration-compass { position: absolute; z-index: 10; top: 22px; left: 22px; width: 42px; height: 58px; display: grid; place-items: center; padding: 6px 0; border: 1px solid rgba(32,39,38,.35); border-radius: 22px; background: rgba(255,254,248,.9); color: var(--teal-deep); line-height: 1; pointer-events: none; }
.illustration-compass b { font: 700 .68rem "Lexend Exa", sans-serif; }
.illustration-compass span { font-size: 1.2rem; }
.illustration-scale { position: absolute; z-index: 10; left: 24px; bottom: 108px; display: flex; align-items: end; gap: 8px; color: var(--ink); pointer-events: none; }
.illustration-scale__bar { display: block; min-width: 28px; height: 8px; border: solid var(--ink); border-width: 0 1px 2px; transition: width .08s linear; }
.illustration-scale b { font: 700 .62rem "Lexend Exa", sans-serif; }
.illustration-controls { position: absolute; z-index: 12; right: 22px; bottom: 22px; display: grid; grid-template-columns: 42px 42px auto auto; gap: 6px; }
.illustration-controls button { min-width: 42px; height: 42px; padding: 0 12px; border: 1px solid rgba(32,39,38,.55); border-radius: 21px; background: rgba(255,254,248,.94); cursor: pointer; box-shadow: 0 2px 9px rgba(32,39,38,.1); font-weight: 800; }
.illustration-controls .illustration-home, .illustration-controls .illustration-overview { font-size: .72rem; white-space: nowrap; }
.illustration-map-error { margin: 30% 10%; padding: 20px; border: 1px solid var(--ink); background: var(--paper-bright); text-align: center; }
.map-caption { position: absolute; z-index: 11; left: 24px; bottom: 24px; min-width: 250px; padding: 12px 17px; background: rgba(255,254,248,.94); border: 1px solid var(--ink); box-shadow: 6px 6px 0 var(--teal); display: grid; pointer-events: none; }
.map-caption span { font-size: .68rem; color: var(--muted); }
.map-caption b { font-size: 1.05rem; }
.map-caption small { font: .62rem "Lexend Exa", sans-serif; }
.map-fallback { position: absolute; z-index: 16; inset: 30% 10% auto; padding: 24px; background: var(--paper-bright); border: 1px solid var(--ink); box-shadow: 7px 7px 0 rgba(8,127,131,.24); text-align: center; }
.list-column { background: var(--paper-bright); padding: 0 clamp(18px, 3vw, 44px) 44px; }
.results-head { position: sticky; top: 0; z-index: 3; height: 64px; display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid var(--ink); background: var(--paper-bright); font-size: .75rem; color: var(--muted); }
.results-head p { margin: 0; }
.results-head b { color: var(--teal-deep); font: 600 1.25rem "Lexend Exa", sans-serif; }
.tenant-card { width: 100%; display: grid; grid-template-columns: 68px 1fr auto; gap: 18px; align-items: center; padding: 22px 0; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.tenant-card:hover h3, .tenant-card.is-selected h3 { color: var(--teal); }
.tenant-card.is-selected { background: linear-gradient(to right, var(--teal-pale), transparent 88%); }
.tenant-unit { font: 700 1.02rem "Lexend Exa", sans-serif; color: var(--teal); }
.tenant-copy { min-width: 0; }
.tenant-copy h3 { margin: 0 0 6px; font-size: 1.02rem; line-height: 1.4; overflow-wrap: anywhere; transition: color .2s ease; }
.tenant-meta { display: flex; gap: 6px 12px; flex-wrap: wrap; color: var(--muted); font-size: .75rem; }
.tenant-status { margin: 4px 0; font-size: .72rem; color: #b8412c; font-weight: 700; }
.tenant-tagline { margin: 4px 0 6px; font-size: .86rem; line-height: 1.55; color: var(--ink); }
.tenant-links { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.tenant-link { font: 700 .62rem/1 "Lexend Exa", "Noto Sans JP", sans-serif; letter-spacing: .04em; color: var(--teal); border: 1px solid var(--teal); border-radius: 999px; padding: 5px 9px; text-decoration: none; }
.tenant-link:hover { background: var(--teal); color: #fff; }
.illustration-popup em { display: block; font-style: normal; font-size: .8rem; margin: 2px 0 4px; }
.popup-links { display: flex; flex-wrap: wrap; gap: 4px 10px; margin-top: 4px; }
.tenant-hours { margin: 6px 0 0; font: .67rem/1.5 "Lexend Exa", "Noto Sans JP", sans-serif; color: var(--muted); overflow-wrap: anywhere; }
.tenant-go { width: 37px; height: 37px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--teal); }
.empty-state { padding: 70px 16px; text-align: center; color: var(--muted); }
.load-more { width: 100%; min-height: 58px; margin-top: 30px; border: 1px solid var(--ink); background: transparent; cursor: pointer; font: 600 .75rem "Lexend Exa", sans-serif; letter-spacing: .08em; }
.load-more:hover { background: var(--teal-deep); color: white; }
.load-more[hidden] { display: none; }
.maplibregl-ctrl-attrib { font-size: 10px !important; }
.geographic-map .maplibregl-ctrl-top-right { top: 62px; }
.geographic-map .maplibregl-ctrl-bottom-left { bottom: 86px; }
.maplibregl-popup-content { padding: 13px 15px; border-radius: 0; font-family: "Noto Sans JP", sans-serif; box-shadow: 6px 6px 0 rgba(8,127,131,.2); }
.maplibregl-popup-content b { color: var(--teal-deep); }
.maplibregl-popup-content span, .maplibregl-popup-content a { display: block; }
.maplibregl-popup-content a { margin-top: 7px; color: var(--teal-deep); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.spot-marker { --marker-color: var(--teal); width: 11px; height: 11px; border: 2px solid var(--paper-bright); border-radius: 50%; background: var(--marker-color); box-shadow: 0 0 0 1px rgba(32,39,38,.7); cursor: pointer; transition: transform .15s ease; }
.geographic-map .spot-marker:hover, .geographic-map .spot-marker.is-active { transform: scale(1.65); background: var(--ink); z-index: 3; }
.spot-marker.category-1 { --marker-color: #d96f52; }
.spot-marker.category-2 { --marker-color: #518bb2; }
.spot-marker.category-3 { --marker-color: #c48c32; }
.spot-marker.category-4 { --marker-color: #ba6b83; }
.spot-marker.category-5 { --marker-color: #687b86; }
.spot-marker.category-6 { --marker-color: #4d9566; }
.spot-marker.category-7 { --marker-color: #8869a0; }
.spot-marker.category-8 { --marker-color: #087f83; }
.spot-marker.category-9 { --marker-color: #777a73; }
.area-marker { padding: 4px 8px; border: 1px solid var(--teal-deep); border-radius: 999px; background: var(--paper-bright); color: var(--teal-deep); font: 700 .65rem "Lexend Exa", sans-serif; box-shadow: 3px 3px 0 rgba(8,127,131,.18); cursor: pointer; white-space: nowrap; }
.station-marker { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; border: 3px solid var(--paper-bright); font: 700 .55rem "Lexend Exa", sans-serif; box-shadow: 0 0 0 2px var(--ink); }

.event-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.event-card { position: relative; min-height: 420px; padding: 30px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); display: flex; flex-direction: column; justify-content: space-between; background: rgba(255,255,255,.5); overflow: hidden; }
.event-date { display: flex; align-items: center; gap: 12px; }
.event-date b { font: 600 3.8rem/1 "Lexend Exa", sans-serif; color: var(--teal); letter-spacing: -.08em; }
.event-date span { font: .62rem/1.4 "Lexend Exa", sans-serif; }
.event-tag { color: var(--teal); font-size: .78rem; }
.event-card h3 { margin: 8px 0 17px; font-size: clamp(1.65rem, 2.6vw, 2.6rem); line-height: 1.2; letter-spacing: -.05em; }
.event-card p:last-child { color: var(--muted); font-size: .9rem; }
.event-no { position: absolute; right: 18px; bottom: -12px; font: 700 5.8rem/1 "Lexend Exa", sans-serif; color: rgba(8,127,131,.08); }

.people-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2.2vw, 34px); }
.person-card { min-width: 0; }
.person-image { aspect-ratio: 1; overflow: hidden; background: var(--teal-pale); }
.person-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .45s ease; }
.person-card:hover img { transform: scale(1.025); }
.person-copy { position: relative; padding: 24px 0 0 56px; }
.person-no { position: absolute; left: 0; top: 26px; font: 600 .72rem "Lexend Exa", sans-serif; color: var(--teal); }
.person-copy p { margin: 0 0 12px; font-size: .76rem; color: var(--muted); }
.person-copy h3 { margin: 0 0 14px; font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.45; letter-spacing: -.04em; }
.person-copy small { color: var(--muted); font-size: .67rem; }

.rules-list { list-style: none; margin-top: 0; margin-bottom: 0; padding: 0; border-top: 2px solid var(--ink); }
.rules-list li { display: grid; grid-template-columns: 90px 1fr; gap: 30px; align-items: center; min-height: 150px; padding: 24px 0; border-bottom: 1px solid var(--ink); }
.rules-list li > span { font: 700 2.3rem "Lexend Exa", sans-serif; color: var(--teal); }
.rules-list h3 { margin: 0 0 8px; font-size: clamp(1.25rem, 2vw, 1.8rem); }
.rules-list p { margin: 0; color: var(--muted); }

.shop-section { display: grid; grid-template-columns: 2fr 1fr; gap: 22px; }
.shop-panel, .recruit-panel { min-height: 290px; border: 1px solid var(--ink); padding: clamp(25px, 3vw, 48px); }
.shop-panel { display: flex; justify-content: space-between; gap: 30px; background: var(--teal-pale); }
.shop-panel h2 { font-size: clamp(2.8rem, 5vw, 5.5rem); }
.shop-panel p:last-child { max-width: 440px; }
.coming-soon { align-self: start; width: 120px; height: 120px; flex: 0 0 auto; border-radius: 50%; background: var(--teal); color: white; display: grid; place-items: center; text-align: center; font: 600 .68rem/1.4 "Lexend Exa", sans-serif; letter-spacing: .08em; transform: rotate(9deg); }
.recruit-panel { display: flex; flex-direction: column; background: var(--ink); color: white; }
.recruit-panel > span { font-size: 1.7rem; font-weight: 700; }
.recruit-panel p { color: rgba(255,255,255,.7); }
.recruit-panel b { margin-top: auto; color: #8ad4d3; font: .72rem "Lexend Exa", sans-serif; }

.access-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 140px); align-items: center; }
.access-copy h2 { font-size: clamp(3.2rem, 6vw, 6.3rem); }
.station-name { display: flex; align-items: center; gap: 15px; margin: 40px 0 32px; padding: 20px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.station-name > span { width: 48px; height: 48px; border-radius: 50%; background: var(--teal); color: white; display: grid; place-items: center; font: 700 .85rem "Lexend Exa", sans-serif; }
.station-name div { display: grid; }
.station-name b { font-size: 1.25rem; }
.station-name small { color: var(--muted); }
.access-copy dl { margin: 0 0 30px; }
.access-copy dl div { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 9px 0; }
.access-copy dt { color: var(--muted); font-size: .82rem; }
.access-copy dd { margin: 0; font-weight: 700; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-weight: 700; }
.landing-diagram { position: relative; aspect-ratio: 1; max-width: 700px; width: 100%; justify-self: end; display: grid; place-items: center; overflow: hidden; }
.landing-diagram .orbit { position: absolute; border: 1px solid var(--teal); border-radius: 50%; }
.orbit-1 { width: 31%; aspect-ratio: 1; }
.orbit-2 { width: 61%; aspect-ratio: 1; }
.orbit-3 { width: 92%; aspect-ratio: 1; }
.landing-diagram::before, .landing-diagram::after { content: ""; position: absolute; background: rgba(8,127,131,.3); }
.landing-diagram::before { width: 100%; height: 1px; }
.landing-diagram::after { width: 1px; height: 100%; }
.landing-diagram img { position: relative; z-index: 2; width: 23%; }
.landing-diagram > b { position: absolute; left: 52%; top: 54%; z-index: 2; font: 500 .58rem/1.45 "Lexend Exa", sans-serif; color: var(--teal-deep); }
.orbit-label { position: absolute; z-index: 2; padding: 2px 7px; background: var(--paper-bright); font: .6rem "Lexend Exa", sans-serif; color: var(--teal-deep); }
.orbit-label.north { top: 2%; }.orbit-label.east { right: 1%; }.orbit-label.south { bottom: 2%; }.orbit-label.west { left: 1%; }

.about-section { background: var(--teal-deep); color: white; }
.about-section .section-index { color: #89d8d5; }
.about-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 150px); }
.about-layout h2 { font-size: clamp(3.4rem, 7vw, 7rem); }
.mission { margin-top: clamp(55px, 8vw, 110px); font-size: clamp(1.6rem, 3vw, 2.8rem); font-weight: 700; line-height: 1.5; }
.about-copy > p { max-width: 760px; margin: 0 0 24px; font-size: 1.04rem; color: rgba(255,255,255,.88); }
.about-copy dl { margin: 60px 0 0; border-top: 1px solid rgba(255,255,255,.35); }
.about-copy dl div { display: grid; grid-template-columns: 130px 1fr; gap: 24px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.about-copy dt { color: #8ad4d3; font-size: .8rem; }
.about-copy dd { margin: 0; font-size: .85rem; color: rgba(255,255,255,.8); }

.site-footer { padding: 70px var(--gutter) 26px; background: var(--ink); color: white; }
.site-footer > * { max-width: var(--content); margin-left: auto; margin-right: auto; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 84px; height: 84px; }
.footer-brand div { display: grid; gap: 8px; }
.footer-brand span { color: rgba(255,255,255,.65); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 15px 32px; margin-top: 55px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); font-size: .82rem; }
.site-footer nav a:hover { color: #8ad4d3; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; color: rgba(255,255,255,.55); font: .65rem "Lexend Exa", sans-serif; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero-art { object-fit: cover; }
  .tenant-workspace { grid-template-columns: .9fr 1.1fr; }
  .event-card { min-height: 390px; }
}

@media (max-width: 820px) {
  :root { --header-height: 74px; }
  .site-header { padding-top: 10px; padding-bottom: 10px; }
  .brand { min-width: 0; }
  .brand img { width: 48px; height: 48px; }
  .brand-type b { font-size: .83rem; }
  .brand-type small { display: none; }
  .menu-button { width: 88px; height: 44px; }
  .menu-panel { padding-top: 100px; overflow: auto; }
  .menu-panel nav { grid-template-columns: 1fr; }
  .menu-panel a { font-size: 1.35rem; }
  .hero { height: 790px; min-height: 92svh; }
  .hero h1 { font-size: clamp(4rem, 16vw, 7rem); }
  .hero h1 span:last-child { margin: 4px 0 0; }
  .hero-greeting { margin-top: 24px; }
  .hero-art { inset: 25% -32% 0; width: 164%; height: 75%; }
  .hero-status > span:last-child { display: none; }
  .section-heading { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .section-lead { justify-self: start; }
  .area-grid { grid-template-columns: repeat(2, 1fr); }
  .area-card { min-height: 300px; }
  .tenant-workspace { display: flex; flex-direction: column; }
  .map-column { min-height: 52vh; }
  .map-shell { position: relative; min-height: 52vh; height: 52vh; max-height: none; }
  #map { height: 100%; }
  .list-column { padding-bottom: 40px; }
  .event-grid, .people-grid { grid-template-columns: 1fr; }
  .event-card { min-height: 310px; }
  .people-grid { gap: 55px; }
  .person-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; align-items: center; }
  .person-copy { padding-top: 0; }
  .person-no { top: 1px; }
  .shop-section { grid-template-columns: 1fr; }
  .access-layout { grid-template-columns: 1fr; }
  .landing-diagram { justify-self: center; }
  .about-layout { grid-template-columns: 1fr; }
  .mission { margin-top: 30px; }
}

@media (max-width: 560px) {
  :root {
    /* スマホのヒーロー人物：ここを変えれば動く */
    --fig-child-x: 20.7%;
    --fig-child-y: 117px;
    --fig-child-w: 52px;
    --fig-adult-x: 57.8%;
    --fig-adult-y: 130px;
    --fig-adult-w: 45px;
    --fig-cyclist-x: 94%;
    --fig-cyclist-y: 129px;
    --fig-cyclist-w: 64px;
  }
  .section { padding-top: 76px; padding-bottom: 76px; }
  .hero { height: 700px; min-height: 90svh; }
  .hero-copy { width: calc(100% - 32px); padding-top: 90px; }
  .hero-kicker { font-size: .54rem; }
  .hero-kicker { margin-bottom: 100px; }
  .hero h1 { font-size: clamp(3.5rem, 17.2vw, 5.4rem); }
  .hero-greeting { margin-top: 22px; padding: 7px 16px; font-size: .83rem; }
  .hero-art { inset: 34% -48% 0; width: 196%; height: 66%; object-position: center bottom; }
  .hero-status { left: 16px; bottom: 20px; padding: 9px 12px; gap: 9px; }
  .hero-status > span { padding-left: 8px; }
  .hero-status span:nth-last-child(2) { display: none; }
  .hero-scroll { right: 16px; bottom: 18px; }
  .hero-scroll span { display: none; }
  .compact-heading { grid-template-columns: 1fr auto; }
  .news-list article { grid-template-columns: 1fr auto; gap: 8px 12px; padding: 18px 0; }
  .news-list time { grid-column: 1; }
  .news-tag { grid-column: 2; grid-row: 1; }
  .news-list h3 { grid-column: 1 / -1; }
  .news-list .arrow { display: none; }
  .area-grid { grid-template-columns: 1fr; }
  .area-card { min-height: 260px; }
  .area-icon { width: 105px; height: 105px; }
  .filter-group { grid-template-columns: 1fr; gap: 7px; }
  .filter-label, .search-row > label { padding-top: 0; }
  .filter-chips { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 6px; scrollbar-width: thin; }
  .filter-chip { flex: 0 0 auto; }
  .search-row { grid-template-columns: 1fr auto; gap: 8px; }
  .search-row > label { grid-column: 1 / -1; }
  .clear-button { padding: 12px 5px; }
  .map-mode-toggle { top: 12px; right: 12px; }
  .map-mode-toggle button { min-height: 34px; padding: 6px 10px; font-size: .66rem; }
  .illustration-compass { top: 14px; left: 14px; }
  .illustration-controls { right: 14px; bottom: 14px; grid-template-columns: 38px 38px auto auto; }
  .illustration-controls button { min-width: 38px; height: 38px; padding: 0 9px; }
  .illustration-scale { left: 14px; bottom: 86px; }
  .map-caption { left: 14px; bottom: 14px; min-width: 0; max-width: calc(100% - 28px); }
  .map-caption span, .map-caption small { display: none; }
  .map-caption b { font-size: .82rem; }
  .list-column { padding-left: 16px; padding-right: 16px; }
  .tenant-card { grid-template-columns: 58px 1fr 34px; gap: 10px; }
  .event-card { min-height: 340px; padding: 24px; }
  .person-card { display: block; }
  .person-copy { padding-top: 22px; }
  .person-no { top: 25px; }
  .rules-list li { grid-template-columns: 52px 1fr; gap: 13px; align-items: start; }
  .rules-list li > span { font-size: 1.5rem; }
  .shop-panel { min-height: 330px; padding: 28px; }
  .coming-soon { width: 88px; height: 88px; font-size: .57rem; }
  .about-copy dl div { grid-template-columns: 1fr; gap: 6px; }
  .footer-bottom { gap: 20px; }
}

.hero-tuner {
  position: fixed;
  z-index: 1000;
  top: 12px;
  right: 12px;
  width: min(360px, calc(100vw - 24px));
  max-height: calc(100vh - 24px);
  overflow: auto;
  padding: 16px;
  border: 1px solid var(--ink);
  border-radius: 14px;
  background: rgba(255, 254, 248, .96);
  box-shadow: 8px 8px 0 rgba(7, 92, 98, .22);
  color: var(--ink);
  font-size: 13px;
  line-height: 1.4;
}
.hero-tuner h2 { margin: 0 0 4px; font-size: 16px; }
.hero-tuner > p { margin: 0 0 12px; color: var(--muted); }
.hero-tuner fieldset { margin: 0 0 12px; padding: 10px; border: 1px solid var(--line); }
.hero-tuner legend { padding: 0 5px; font-weight: 700; }
.hero-tuner label { display: grid; grid-template-columns: 24px 1fr 56px; gap: 8px; align-items: center; margin: 7px 0; }
.hero-tuner input[type="range"] { width: 100%; }
.hero-tuner output { font: 11px "Lexend Exa", sans-serif; text-align: right; }
.hero-tuner textarea { width: 100%; min-height: 128px; resize: vertical; padding: 8px; border: 1px solid var(--line); background: white; font: 11px/1.5 ui-monospace, monospace; }
.hero-tuner button { width: 100%; margin-top: 8px; padding: 8px 12px; border: 0; border-radius: 999px; background: var(--teal-deep); color: white; cursor: pointer; font-weight: 700; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
