@import"https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@400;500;700;900&display=swap";:root{--surface: #eef1f6;--surface-white: #ffffff;--surface-deep: #dfe5ee;--ink: #0a1424;--ink-soft: #132339;--primary: #123a6b;--primary-deep: #0b2748;--secondary: #0e5f8a;--secondary-deep: #0a4667;--highlight: #ffc400;--highlight-soft: #ffd84d;--highlight-text: #ffd84d;--muted: #5a6473;--on-dark: #e8edf5;--line-on-dark: rgba(255, 255, 255, .18);--line-on-dark-soft: rgba(255, 255, 255, .1);--border-on-dark: rgba(255, 255, 255, .28);--border-on-dark-strong: rgba(255, 255, 255, .46);--fill-on-dark: rgba(255, 255, 255, .07);--fill-on-dark-soft: rgba(255, 255, 255, .045);--fill-on-dark-strong: rgba(255, 255, 255, .14);--fill-on-dark-heavy: rgba(255, 255, 255, .35);--text-muted-on-dark: rgba(255, 255, 255, .76);--text-soft-on-dark: rgba(255, 255, 255, .64);--line-on-light: rgba(10, 20, 36, .14);--line-on-light-soft: rgba(10, 20, 36, .08);--line-on-light-strong: rgba(10, 20, 36, .22);--fill-on-light: rgba(10, 20, 36, .06);--fill-on-light-strong: rgba(10, 20, 36, .12);--text-muted-on-highlight: rgba(10, 20, 36, .72);--scrim-soft: rgba(10, 20, 36, .34);--scrim-strong: rgba(10, 20, 36, .86);--panel-glass: rgba(10, 20, 36, .5);--panel-glass-strong: rgba(10, 20, 36, .82);--glass-light: rgba(255, 255, 255, .92);--backdrop: rgba(10, 20, 36, .78);--glow-highlight: rgba(255, 196, 0, .16);--glow-highlight-strong: rgba(255, 196, 0, .42);--glow-primary: rgba(18, 58, 107, .12);--glow-white: rgba(255, 255, 255, .4);--grid-on-dark: rgba(255, 255, 255, .06);--grid-on-light: rgba(10, 20, 36, .07);--pulse-highlight: rgba(255, 196, 0, .55);--sns-ig-gradient: conic-gradient(from 200deg, #f9ce34, #ee2a7b, #6228d7, #f9ce34);--sns-ig-action: #0071c2;--hero-scrim: linear-gradient( 100deg, var(--scrim-strong) 0%, var(--scrim-strong) 34%, var(--scrim-soft) 68%, transparent 100% );--hero-scrim-sp: linear-gradient(180deg, var(--scrim-soft) 0%, var(--scrim-strong) 62%);--ink-fade: linear-gradient(180deg, transparent 0%, var(--ink) 100%);--sans: "Noto Sans JP", sans-serif;--display: "Anton", "Noto Sans JP", sans-serif;--fs-display: clamp(34px, 6.6vw, 86px);--fs-h1: clamp(30px, 6.4vw, 68px);--fs-h2: clamp(26px, 4.6vw, 50px);--fs-h3: clamp(18px, 2.4vw, 25px);--fs-lead: clamp(15px, 2vw, 19px);--fs-body: 16px;--fs-small: 13px;--fs-note: 12px;--fs-figure: clamp(52px, 9vw, 112px);--fs-figure-sm: clamp(34px, 5.4vw, 64px);--space-2xs: 4px;--space-xs: 8px;--space-sm: 12px;--space-md: 16px;--space-lg: 24px;--space-xl: clamp(28px, 5vw, 56px);--gap: clamp(16px, 3vw, 32px);--section-y: clamp(64px, 8.5vw, 128px);--radius: 4px;--radius-sm: 2px;--radius-pill: 999px;--rule: 2px;--rule-bold: 4px;--shadow-sm: 0 2px 10px rgba(10, 20, 36, .1);--shadow-md: 0 10px 30px rgba(10, 20, 36, .14);--shadow-lg: 0 20px 50px rgba(10, 20, 36, .4);--shadow-photo: 0 18px 44px rgba(10, 20, 36, .22);--shadow-offset: 8px 8px 0 var(--ink);--shadow-offset-sm: 5px 5px 0 var(--ink);--shadow-offset-gold: 8px 8px 0 var(--highlight);--shadow-cta: 0 5px 0 rgba(10, 20, 36, .28);--shadow-cta-active: 0 2px 0 rgba(10, 20, 36, .28);--text-shadow-on-media: 0 2px 18px rgba(10, 20, 36, .72);--slant: 22px;--wrap: 1180px;--wrap-wide: 1400px;--min-w: 320px;--header-h: 64px;--float-h: 92px;--z-sticky: 50;--z-header: 60;--z-dialog: 70}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--header-real, var(--header-h));overflow-x:auto}body{margin:0;color:var(--ink);background:var(--surface);font-family:var(--sans);font-size:var(--fs-body);line-height:1.8;min-width:var(--min-w);overflow-x:clip;-webkit-text-size-adjust:100%}img,video,svg{display:block;max-width:100%}img,video{height:auto}h1,h2,h3,h4,p,dl,dd,figure,blockquote{margin:0}h1,h2,h3,h4{line-height:1.32;font-family:var(--sans);font-weight:900;letter-spacing:.01em}em{font-style:normal}a{color:inherit}a,button{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit}ul,ol{margin:0;padding:0;list-style:none}table{border-collapse:collapse}:focus-visible{outline:3px solid var(--primary);outline-offset:3px}.section{padding:var(--section-y) var(--gap);position:relative;isolation:isolate;overflow-x:clip}.section__inner{max-width:var(--wrap);margin-inline:auto}.section[data-tone=surface]{background:var(--surface);color:var(--ink)}.section[data-tone=white]{background:var(--surface-white);color:var(--ink)}.section[data-tone=ink]{background:var(--ink);color:var(--on-dark)}.section[data-tone=primary]{background:var(--primary);color:var(--surface-white)}.section[data-tone=secondary]{background:var(--secondary);color:var(--surface-white)}.section[data-tone=highlight]{background:var(--highlight);color:var(--ink)}.section h2{font-size:var(--fs-h2)}.section h3{font-size:var(--fs-h3)}.note{font-size:var(--fs-note);line-height:1.65;color:var(--muted)}[data-tone=ink] .note,[data-tone=primary] .note,[data-tone=secondary] .note{color:var(--text-muted-on-dark)}[data-tone=highlight] .note{color:var(--text-muted-on-highlight)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-9999px;top:0;z-index:calc(var(--z-dialog) + 10);background:var(--ink);color:var(--surface-white);padding:var(--space-sm) var(--space-lg)}.skip-link:focus{left:0}.br-sp{display:none}@media(max-width:768px){.br-sp{display:inline}}.br-pc{display:inline}@media(max-width:768px){.br-pc{display:none}}[data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .7s cubic-bezier(.22,1,.36,1),filter .7s ease,-webkit-mask-size .9s cubic-bezier(.22,1,.36,1),mask-size .9s cubic-bezier(.22,1,.36,1)}[data-reveal].is-visible{opacity:1;transform:none;filter:none}html:not(.js) [data-reveal]{opacity:1;transform:none;filter:none}[data-stagger]>*{opacity:0;transform:translateY(22px) scale(.985);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1),filter .6s ease}[data-stagger].is-visible>*{opacity:1;transform:none;filter:none}[data-stagger=left]>*{transform:translate(-30px)}[data-stagger=right]>*{transform:translate(30px)}[data-stagger=drop]>*{transform:translateY(-26px)}[data-stagger=far]>*{transform:scale(.84);filter:blur(4px)}[data-stagger=near]>*{transform:scale(1.1);filter:blur(5px)}[data-stagger=tilt]>*{transform:rotate(-2.5deg) translateY(24px)}[data-stagger=flip]>*{transform:perspective(900px) rotateX(-18deg) translateY(20px);transform-origin:center bottom}[data-stagger=punch]>*{transform:scale(2.6);filter:blur(16px)}[data-stagger=punch].is-visible>*{transition-property:opacity,transform,filter;transition-duration:.32s,.6s,.32s;transition-timing-function:ease-out,cubic-bezier(.16,1.9,.32,1),ease-out}[data-stagger=rise]>*{transform:perspective(1100px) rotateX(-14deg) translateY(46px);transform-origin:center bottom;filter:blur(3px)}[data-stagger=rise].is-visible>*{transition-duration:.6s,.75s,.6s;transition-timing-function:ease-out,cubic-bezier(.16,1,.3,1),ease-out}[data-stagger].is-visible>*:nth-child(1){transition-delay:.02s}[data-stagger].is-visible>*:nth-child(2){transition-delay:.1s}[data-stagger].is-visible>*:nth-child(3){transition-delay:.18s}[data-stagger].is-visible>*:nth-child(4){transition-delay:.26s}[data-stagger].is-visible>*:nth-child(5){transition-delay:.34s}[data-stagger].is-visible>*:nth-child(6){transition-delay:.42s}[data-stagger].is-visible>*:nth-child(7){transition-delay:.5s}[data-stagger].is-visible>*:nth-child(8){transition-delay:.58s}[data-stagger=punch].is-visible>*:nth-child(1){transition-delay:0s}[data-stagger=punch].is-visible>*:nth-child(2){transition-delay:.12s}[data-stagger=punch].is-visible>*:nth-child(3){transition-delay:.24s}[data-stagger=punch].is-visible>*:nth-child(4){transition-delay:.36s}[data-stagger=punch].is-visible>*:nth-child(5){transition-delay:.48s}[data-stagger=punch].is-visible>*:nth-child(6){transition-delay:.6s}html:not(.js) [data-stagger]>*{opacity:1;transform:none;filter:none}[data-reveal=left]{transform:translate(-32px)}[data-reveal=right]{transform:translate(32px)}[data-reveal=zoom]{transform:scale(.94)}[data-reveal=far]{transform:scale(.8);filter:blur(5px)}[data-reveal=near]{transform:scale(1.14);filter:blur(7px)}[data-reveal=drop]{transform:translateY(-32px)}[data-reveal=tilt]{transform:rotate(-3deg) translateY(28px)}[data-reveal=flip]{transform:perspective(1000px) rotateX(-20deg) translateY(26px);transform-origin:center bottom}[data-reveal=blur]{transform:none;filter:blur(16px)}[data-reveal=wipe]{transform:none;-webkit-mask-image:linear-gradient(90deg,#000 60%,transparent 100%);mask-image:linear-gradient(90deg,#000 60%,transparent 100%);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:0% 100%;mask-size:0% 100%}[data-reveal=wipe].is-visible{-webkit-mask-size:420% 100%;mask-size:420% 100%}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}[data-reveal],[data-stagger]>*{opacity:1;transform:none;filter:none}}h1,h2,h3,h4,p,li,figcaption,blockquote,.cta strong,.cta small{word-break:auto-phrase;overflow-wrap:break-word}@media(max-width:760px){.sec-head__lead,.voice-card__quote,.voice-card__title,.voice-card__meta,.point__body,.room__note{text-align:left}}a,button,summary,label,select,[role=tab],[role=button],.cta,.voice-card__open,.menu-toggle,.floating-cta__close,.modal__close{cursor:pointer}.display{font-family:var(--display);font-weight:400;letter-spacing:.01em;font-variant-numeric:tabular-nums}.cta{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;min-height:52px;padding:var(--space-sm) var(--space-xl);border:var(--rule) solid transparent;border-radius:var(--radius);text-decoration:none;font-weight:700;text-align:center;transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}.cta strong{font-size:clamp(15px,1.9vw,17px);line-height:1.35}.cta small{font-size:var(--fs-note);font-weight:500;opacity:.86;line-height:1.4}.cta--lg{min-height:72px;padding:var(--space-md) clamp(22px,3.4vw,40px)}.cta--lg strong{font-size:clamp(16px,2.4vw,21px)}.cta--block{display:flex;width:100%}.cta--primary{background:var(--highlight);color:var(--ink);border-color:var(--ink);box-shadow:var(--shadow-cta)}.cta--primary:hover{background:var(--highlight-soft);transform:translateY(2px);box-shadow:var(--shadow-cta-active)}.cta--primary:active{transform:translateY(4px);box-shadow:none}.cta--ghost{background:transparent;color:inherit;border-color:currentColor}.cta--ghost:hover{background:var(--fill-on-dark-strong)}[data-tone=surface] .cta--ghost:hover,[data-tone=white] .cta--ghost:hover{background:var(--fill-on-light)}.cta[data-pending-id]{cursor:pointer}.cta--pulse{animation:cta-pulse 2.6s ease-in-out infinite}@keyframes cta-pulse{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.badge{display:inline-flex;align-items:center;gap:var(--space-xs);padding:6px 14px;font-size:var(--fs-small);font-weight:700;line-height:1.4;border-radius:var(--radius-sm);letter-spacing:.06em}.badge--gold{background:var(--highlight);color:var(--ink)}.badge--ink{background:var(--ink);color:var(--surface-white)}.badge--outline{border:var(--rule) solid currentColor}.chip{display:inline-flex;align-items:center;padding:5px 12px;font-size:var(--fs-small);font-weight:700;border:1px solid var(--line-on-light);border-radius:var(--radius-sm);background:var(--surface-white);color:var(--ink)}[data-tone=ink] .chip,[data-tone=primary] .chip{background:var(--fill-on-dark);border-color:var(--border-on-dark);color:var(--on-dark)}.chip-row{display:flex;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;gap:var(--space-xs)}.sec-head{display:grid;gap:var(--space-md);justify-items:start;margin-bottom:clamp(30px,4.5vw,60px)}.sec-head__title{font-size:var(--fs-h2);line-height:1.18;letter-spacing:-.01em}.sec-head__title em{position:relative;display:inline-block;z-index:0}.sec-head__title em:after{content:"";position:absolute;left:-2px;right:-2px;bottom:.02em;height:.34em;background:var(--highlight);z-index:-1}[data-tone=ink] .sec-head__title em,[data-tone=primary] .sec-head__title em{color:var(--highlight)}[data-tone=ink] .sec-head__title em:after,[data-tone=primary] .sec-head__title em:after{display:none}.sec-head__lead{max-width:62ch;font-size:var(--fs-lead);line-height:1.9}[data-tone=surface] .sec-head__lead,[data-tone=white] .sec-head__lead{color:var(--muted)}[data-tone=ink] .sec-head__lead,[data-tone=primary] .sec-head__lead{color:var(--text-muted-on-dark)}.figure{display:grid;gap:var(--space-2xs)}.figure__value{display:flex;align-items:baseline;gap:2px;line-height:.9}.figure__value b{font-family:var(--display);font-weight:400;font-size:var(--fs-figure);font-variant-numeric:tabular-nums;letter-spacing:.01em}.figure__prefix,.figure__unit{font-size:clamp(14px,1.8vw,20px);font-weight:700}.figure__label{font-size:var(--fs-small);font-weight:700;line-height:1.5}.card{background:var(--surface-white);border:var(--rule) solid var(--ink);border-radius:var(--radius);padding:clamp(20px,3vw,32px)}.card--shadow{box-shadow:var(--shadow-offset-sm)}.card--dark{background:var(--ink-soft);border-color:var(--line-on-dark);color:var(--on-dark)}.card--gold{background:var(--highlight);border-color:var(--ink);color:var(--ink)}.check-list{display:grid;gap:var(--space-sm)}.check-list li{display:grid;grid-template-columns:22px 1fr;gap:var(--space-sm);align-items:start;font-weight:700;line-height:1.6}.check-list li:before{content:"";width:22px;height:22px;margin-top:2px;background:var(--highlight);border-radius:50%;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.marquee{overflow:hidden}.marquee__track{display:flex;align-items:center;gap:clamp(20px,4vw,56px);width:max-content;animation:marquee-ltr 34s linear infinite}.marquee--fast .marquee__track{animation-duration:22s}.marquee--rtl .marquee__track{animation-direction:reverse}@keyframes marquee-ltr{0%{transform:translate(0)}to{transform:translate(-50%)}}.modal{border:0;padding:0;background:transparent;max-width:min(760px,92vw);color:var(--ink)}.modal::backdrop{background:var(--backdrop)}body:has(.modal[open]),body.is-menu-open{overflow:hidden}.modal__panel{position:relative;background:var(--surface-white);border:var(--rule) solid var(--ink);border-radius:var(--radius);overflow:hidden}.modal__panel img{width:100%;height:auto;object-fit:cover}.modal__copy{display:grid;gap:var(--space-sm);padding:clamp(18px,3vw,30px)}.modal__copy h4{font-size:var(--fs-h3)}.modal__copy blockquote{margin:0;line-height:1.9}.modal__copy p{font-size:var(--fs-small);color:var(--muted);font-weight:700}.modal__close{position:absolute;top:var(--space-sm);right:var(--space-sm);width:44px;height:44px;display:grid;place-items:center;border:var(--rule) solid var(--ink);border-radius:50%;background:var(--surface-white);font-size:20px;line-height:1}.modal__close:hover{background:var(--highlight)}.icon{display:block}.site-header{position:fixed;inset:0 0 auto;z-index:var(--z-header);background:var(--ink);border-bottom:var(--rule) solid var(--highlight);color:var(--on-dark);transition:box-shadow .25s ease}.site-header.is-scrolled{box-shadow:var(--shadow-md)}.site-header__inner{max-width:var(--wrap-wide);margin-inline:auto;min-height:var(--header-h);padding:var(--space-xs) var(--gap);display:flex;align-items:center;gap:var(--space-md)}.brand{display:flex;align-items:center;gap:var(--space-sm);text-decoration:none;margin-right:auto;min-height:44px}.brand__text{display:grid;gap:1px;min-width:0}.brand__name{font-size:clamp(15px,2vw,18px);font-weight:900;line-height:1.2;letter-spacing:.02em}.brand__sub{font-size:var(--fs-note);color:var(--text-muted-on-dark);line-height:1.3}.menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--border-on-dark);border-radius:var(--radius-sm);background:transparent;padding:12px;flex-direction:column;justify-content:space-between}.menu-toggle span[aria-hidden]{display:block;height:2px;background:currentColor;transition:transform .25s ease,opacity .2s ease}.is-menu-open .menu-toggle span[aria-hidden]:nth-child(2){transform:translateY(9px) rotate(45deg)}.is-menu-open .menu-toggle span[aria-hidden]:nth-child(3){opacity:0}.is-menu-open .menu-toggle span[aria-hidden]:nth-child(4){transform:translateY(-9px) rotate(-45deg)}.global-nav{display:flex;align-items:center;gap:clamp(10px,1.6vw,26px)}.global-nav__list{display:flex;gap:clamp(10px,1.5vw,24px)}.global-nav__list a{display:inline-flex;align-items:center;min-height:44px;font-size:var(--fs-small);font-weight:700;text-decoration:none;letter-spacing:.02em;border-bottom:2px solid transparent;transition:border-color .2s ease,color .2s ease}.global-nav__list a:hover{border-bottom-color:var(--highlight)}.site-header__tel{display:grid;gap:0;text-decoration:none;text-align:right;min-height:44px;align-content:center}.site-header__tel small{font-size:10px;color:var(--text-muted-on-dark);line-height:1.2}.site-header__tel strong{font-size:clamp(16px,1.7vw,21px);line-height:1.1;color:var(--highlight)}.site-header__cta{min-height:46px;padding:var(--space-xs) var(--space-lg)}.site-header__cta strong{font-size:var(--fs-small)}@media(max-width:1080px){.site-header__tel{display:none}}@media(max-width:900px){.menu-toggle{display:flex}.global-nav{position:fixed;inset:var(--header-real, var(--header-h)) 0 0 0;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:var(--space-md);padding:var(--space-lg) var(--gap) calc(var(--space-xl) + env(safe-area-inset-bottom,0px));background:var(--ink);transform:translateY(-8px);opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease,visibility .25s;overflow-y:auto;overscroll-behavior:contain}.is-menu-open .global-nav{transform:none;opacity:1;visibility:visible}.global-nav__list{flex-direction:column;gap:0}.global-nav__list a{min-height:52px;font-size:var(--fs-body);border-bottom:1px solid var(--line-on-dark);width:100%}.site-header__tel{display:grid;text-align:left}}.hero{position:relative;isolation:isolate;overflow-anchor:none;overflow:hidden;color:var(--surface-white);padding:calc(var(--header-h) + clamp(20px,3vw,44px)) var(--gap) clamp(180px,21vw,270px);height:100svh;min-height:0;display:flex;align-items:center;padding-bottom:clamp(20px,3vw,42px);background:var(--ink)}.hero__media{position:absolute;inset:0;z-index:-2}.hero__image,.hero__video{width:100%;height:100%;object-fit:cover}.hero__image{position:absolute;inset:0;opacity:0}.hero__image:first-of-type{opacity:1}.hero__video{position:absolute;inset:0}.hero__scrim{position:absolute;inset:0;background:var(--hero-scrim)}.hero__grid{z-index:0;opacity:.5}.hero__inner{position:relative;z-index:1;width:100%;max-width:var(--wrap);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(250px,.5fr);gap:clamp(24px,4vw,64px);align-items:center}.hero__flag{display:inline-block;background:var(--highlight);color:var(--ink);font-weight:900;font-size:clamp(12px,1.6vw,15px);letter-spacing:.12em;padding:7px 18px;margin-bottom:var(--space-lg);transform:skew(-10deg)}.hero__title{line-height:1.02;letter-spacing:-.03em;text-shadow:var(--text-shadow-on-media);margin-bottom:var(--space-lg)}.hero__line{display:block}.hero__line:first-child{font-size:clamp(42px,3.4vw,54px)}.hero__line:nth-child(2){font-size:clamp(58px,4.5vw,68px)}.hero__title em{color:var(--highlight);-webkit-text-stroke:2px var(--ink);paint-order:stroke fill}.hero__lead{max-width:34ch;font-size:clamp(18px,1.5vw,22px);font-weight:700;line-height:1.6;color:var(--on-dark);margin-bottom:var(--space-sm);text-shadow:var(--text-shadow-on-media)}.hero__location{display:grid;gap:2px;margin:0 0 var(--space-lg);font-weight:700;line-height:1.35;text-shadow:var(--text-shadow-on-media)}.hero__location-city{font-size:clamp(16px,1.1vw,18px);color:var(--on-dark)}.hero__location strong{font-size:clamp(20px,1.65vw,26px);font-weight:900;color:var(--highlight)}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-bottom:var(--space-md)}.hero__actions .cta{flex:1 1 0;min-width:0}.hero__meta{display:flex;flex-wrap:wrap;gap:var(--space-xs) var(--space-md)}.hero__meta li{font-size:var(--fs-small);font-weight:700;padding:4px 12px;border:1px solid var(--border-on-dark);border-radius:var(--radius-sm);background:var(--fill-on-dark-strong)}.hero__callouts{display:grid;gap:var(--space-sm);align-content:center}.hero__callout{background:var(--surface-white);color:var(--ink);border-left:var(--rule-bold) solid var(--highlight);padding:var(--space-sm) var(--space-md);box-shadow:var(--shadow-md);transform:skew(-5deg);margin-right:var(--space-sm)}.hero__callout>*{transform:skew(5deg);display:block}.hero__callout-lead{font-size:var(--fs-note);font-weight:700;color:var(--muted)}.hero__callout-strong{font-size:clamp(18px,1.8vw,24px);font-weight:900;line-height:1.25;letter-spacing:-.01em}@media(max-height:900px){.hero{padding-top:calc(var(--header-h) + var(--space-sm))}.hero__flag{margin-bottom:var(--space-sm)}.hero__lead{margin-bottom:var(--space-md)}.hero__actions{margin-bottom:var(--space-sm)}}@media(max-height:780px){.hero__flag{margin-bottom:var(--space-xs)}.hero__lead{margin-bottom:var(--space-sm)}.hero__actions .cta--lg{min-height:64px}}@media(max-height:700px){.hero__meta{display:none}}@media(max-width:1024px){.hero__inner{grid-template-columns:1fr;padding-bottom:calc(var(--banner-max-h) + var(--space-lg))}.hero__scrim{background:var(--hero-scrim-sp)}.hero__callouts{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media(min-width:561px)and (max-width:1024px){.hero__inner{transform:translateY(clamp(-58px,-6vh,-36px))}}@media(min-width:1025px){.hero__inner{transform:translateY(clamp(-56px,-5.2vh,-34px))}}@media(min-width:1120px){.hero__line{white-space:nowrap}}@media(max-width:560px){.hero{height:auto;min-height:100svh;align-items:flex-start;padding-top:calc(var(--header-h) + clamp(42px,12vw,64px));padding-bottom:clamp(48px,14vw,72px)}.hero__callouts{grid-template-columns:1fr;gap:4px}.hero__callout{margin-right:0;padding:4px var(--space-md)}.hero__callout-strong{font-size:clamp(16px,4.3vw,17px)}.hero__meta{flex-wrap:nowrap;gap:4px}.hero__meta li{flex:1 1 0;min-width:0;padding:4px 5px;font-size:clamp(10px,3vw,12px);line-height:1.25;text-align:center;white-space:nowrap}.hero__actions .cta{flex:1 1 100%}}.hero-float{--qr-w: 208px;--qr-reserve: calc(var(--qr-w) + var(--gap) + 16px);--banner-max-h: clamp(116px, 18svh, 208px);--banner-max-w: calc(var(--banner-max-h) * 4);position:fixed;left:0;right:0;bottom:clamp(14px,2vw,28px);z-index:var(--z-sticky);display:flex;align-items:flex-end;justify-content:center;pointer-events:none;transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .3s ease}.hero-float.is-out{transform:none;opacity:1}.hero-banner{position:relative;width:min(calc(100% - (var(--gap) + var(--qr-reserve)) * 2),1040px,var(--banner-max-w));transition:opacity .35s ease,transform .35s ease}.hero-banner__link{display:block;border:var(--rule) solid var(--highlight);box-shadow:var(--shadow-lg);overflow:hidden;background:var(--ink)}.hero-banner__link img{width:100%;height:auto;aspect-ratio:1600 / 400;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.22,1,.36,1)}.hero-banner__link:hover img{transform:scale(1.02)}.hero-banner__close{position:absolute;top:-16px;right:-10px;z-index:1;width:36px;height:36px;display:grid;place-items:center;border:var(--rule) solid var(--highlight);border-radius:50%;background:var(--ink);color:var(--on-dark);font-size:17px;line-height:1}.hero-banner__close:hover{background:var(--highlight);color:var(--ink)}.qr-card{position:absolute;right:var(--gap);bottom:0;width:var(--qr-w);display:grid;gap:var(--space-2xs);justify-items:center;padding:var(--space-sm) var(--space-md) var(--space-md);background:var(--surface-white);border:var(--rule) solid var(--ink);box-shadow:var(--shadow-lg);color:var(--ink)}.qr-card__title{font-size:var(--fs-small);font-weight:900;line-height:1.4;text-align:center}.qr-card__title em{background:var(--highlight);padding:1px 4px}.qr-card__qr{margin:0;display:grid;justify-items:center;gap:var(--space-2xs)}.qr-card__qr img{width:112px;height:auto}.qr-card__qr figcaption{font-size:var(--fs-note);color:var(--muted);text-align:center;line-height:1.5}.qr-card__cta{min-height:48px;padding-inline:var(--space-sm)}.qr-card__cta strong{font-size:var(--fs-note)}@media(max-width:760px){.qr-card{display:none}.hero-float{--qr-reserve: 0px}}@media(max-width:760px){.hero-banner__link img{aspect-ratio:1000 / 380}.hero-float{--banner-max-h: clamp(100px, 18svh, 136px);--banner-max-w: calc(var(--banner-max-h) * 2.6316);position:fixed;bottom:max(10px,env(safe-area-inset-bottom,0px));display:flex;padding:0;background:transparent}.hero-banner{width:min(calc(100% - var(--gap) * 2),var(--banner-max-w))}}.ticker{--ticker-slant: var(--slant);position:relative;z-index:1;margin-block:calc(var(--ticker-slant) * -1);padding-block:calc(clamp(24px,3vw,36px) + var(--ticker-slant));overflow:hidden;clip-path:polygon(0 var(--ticker-slant),100% 0,100% calc(100% - var(--ticker-slant)),0 100%)}.ticker--gold{background:var(--highlight);color:var(--ink)}.ticker--ink{background:var(--ink);color:var(--highlight)}.ticker__track{gap:0}.ticker__item{display:flex;align-items:center;gap:clamp(14px,2.4vw,30px);padding-right:clamp(14px,2.4vw,30px);font-size:clamp(15px,2vw,22px);font-weight:900;letter-spacing:.02em;white-space:nowrap}.ticker__dot{width:8px;height:8px;background:currentColor;transform:rotate(45deg);flex:0 0 auto}.points__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-template-rows:repeat(4,auto);gap:clamp(24px,3vw,40px)}.point{display:grid;grid-row:span 4;grid-template-rows:subgrid;gap:var(--space-xs);justify-items:stretch;text-align:center}@supports not (grid-template-rows: subgrid){.points__list{grid-template-rows:none}.point{grid-template-rows:auto minmax(2.8em,auto) minmax(3em,auto) 1fr}}.point__frame{position:relative;width:min(100%,210px);margin-bottom:var(--space-sm)}.point__media{aspect-ratio:1;border-radius:50%;border:var(--rule-bold) solid var(--surface-white);box-shadow:var(--shadow-photo);background:var(--surface-deep)}.point__media img{width:100%;height:100%;object-fit:cover;border-radius:50%}.point__no{position:absolute;left:-4px;top:-4px;width:46px;height:46px;display:grid;place-items:center;background:var(--ink);color:var(--highlight);border-radius:50%;font-size:19px;line-height:1}.point__lead{font-size:clamp(20px,2.6vw,28px);color:var(--primary);line-height:1.1;text-align:center}.point__title{font-size:clamp(17px,1.8vw,23px);line-height:1.4;text-align:center;white-space:nowrap}.point__title--range{display:flex;align-items:baseline;justify-content:center;gap:.08em}.point__title--range small{font-size:.62em;font-weight:700}.point__body{font-size:var(--fs-small);line-height:1.8;color:var(--muted);text-align:left}@media(max-width:640px){.points__list{grid-template-columns:1fr;grid-template-rows:none;row-gap:clamp(64px,18vw,80px)}.point{grid-row:auto;grid-template-rows:auto auto auto auto;justify-items:center;gap:var(--space-xs)}.point__frame{margin-inline:auto;margin-bottom:var(--space-sm)}}.equip__inner{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:clamp(28px,4vw,64px);align-items:start}.equip__media{display:block}.equip__photo{position:relative;min-height:clamp(430px,43vw,590px);border:var(--rule) solid var(--ink);box-shadow:var(--shadow-offset)}.equip__photo img{display:block;width:100%;height:100%;object-fit:cover}.equip__copy .sec-head{margin-bottom:var(--space-lg)}.equip__included-label{padding-bottom:var(--space-sm);border-bottom:var(--rule) solid var(--ink);font-size:var(--fs-small);font-weight:900}.equip__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 var(--space-lg);margin-block:0 var(--space-lg)}.equip__list li{min-height:58px;align-items:center;padding-block:var(--space-sm);border-bottom:1px solid var(--line-on-light);font-size:var(--fs-small)}.equip__paid{padding:var(--space-md) var(--space-lg);display:grid;gap:var(--space-sm);background:var(--surface);border-left:var(--rule-bold) solid var(--highlight)}.equip__paid-title{font-size:var(--fs-small);font-weight:700;color:var(--ink)}.equip__paid .chip{background:var(--surface)}@media(max-width:900px){.equip__inner{grid-template-columns:1fr}.equip__media{margin-top:var(--space-lg)}.equip__photo{min-height:0;aspect-ratio:16 / 10}.equip__list{gap:0 var(--space-md)}}@media(max-width:520px){.equip__list{grid-template-columns:1fr}}.usecases__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(12px,1.6vw,20px)}.usecase{position:relative;border:1px solid var(--line-on-dark);overflow:hidden;background:var(--ink-soft);min-height:clamp(220px,26vw,320px);display:flex;align-items:flex-end;isolation:isolate}.usecase--wide{grid-column:span 2}.usecase__media{position:absolute;inset:0;z-index:-1}.usecase__media img{width:100%;height:100%;object-fit:cover}.usecase:after{content:"";position:absolute;inset:0;background:var(--ink-fade);z-index:-1;opacity:.92}.usecase__body{padding:clamp(16px,2vw,26px);display:grid;gap:var(--space-xs)}.usecase__title{font-size:clamp(17px,2.1vw,24px);line-height:1.35;padding-left:var(--space-sm);border-left:var(--rule-bold) solid var(--highlight)}.usecase__text{font-size:var(--fs-small);line-height:1.8;color:var(--text-muted-on-dark)}@media(max-width:900px){.usecases__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.usecase--wide{grid-column:span 2}}@media(max-width:520px){.usecases__grid{grid-template-columns:1fr}.usecase--wide{grid-column:span 1}}.cta-band{--band-slant: clamp(var(--slant), 3.2vw, 52px);position:relative;z-index:1;background:var(--highlight);color:var(--ink);padding:calc(clamp(30px,4.5vw,54px) + var(--band-slant)) var(--gap);margin-block:calc(var(--band-slant) * -1);clip-path:polygon(0 var(--band-slant),100% 0,100% calc(100% - var(--band-slant)),0 100%)}.cta-band__inner{max-width:var(--wrap);margin-inline:auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--space-lg) clamp(24px,4vw,56px);text-align:center}.cta-band__lead{font-size:clamp(17px,2.6vw,28px);font-weight:900;line-height:1.35}.cta-band__lead b{font-size:clamp(34px,5.6vw,62px);line-height:.9;margin-inline:4px}.cta-band .cta--primary{background:var(--ink);color:var(--highlight);border-color:var(--ink)}.cta-band .cta--primary:hover{background:var(--ink-soft)}.numbers__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line-on-dark);border:1px solid var(--line-on-dark)}.numbers__tile{background:var(--ink);padding:clamp(20px,3vw,36px);gap:var(--space-xs)}.numbers__tile .figure__value b{color:var(--highlight)}.numbers__tile .figure__label{color:var(--on-dark)}.figure--sm .figure__value b{font-size:var(--fs-figure-sm)}.numbers__note{margin-top:var(--space-2xs)}@media(max-width:760px){.numbers__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.numbers__tile{justify-items:center;text-align:center}.numbers__tile .figure__value{justify-content:center}}@media(max-width:400px){.numbers__grid{grid-template-columns:1fr}}.rooms{overflow:hidden}.rooms__bg{position:absolute;inset:0;z-index:-1;opacity:.1}.rooms__bg img{width:100%;height:100%;object-fit:cover}.rooms__count{font-size:clamp(38px,6.2vw,74px);color:var(--primary);line-height:.9;margin-inline:2px}.rooms__band{border:var(--rule) solid var(--ink);margin-bottom:clamp(28px,4vw,52px)}.rooms__band img{width:100%;height:clamp(140px,22vw,280px);object-fit:cover}.rooms__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(5,auto);column-gap:clamp(20px,2.6vw,32px);row-gap:var(--space-md);align-items:stretch}.room{display:grid;grid-row:span 5;grid-template-rows:subgrid;row-gap:var(--space-md);height:100%}@supports not (grid-template-rows: subgrid){.rooms__list{grid-template-rows:none}.room{display:flex;flex-direction:column;gap:var(--space-md)}.room__access{margin-top:auto}}.room--featured{border-color:var(--primary)}.room__head{display:grid;gap:var(--space-2xs);justify-items:start;align-content:start;border-bottom:var(--rule) solid var(--line-on-light);padding-bottom:var(--space-sm)}.room__city{font-size:var(--fs-note);font-weight:700;letter-spacing:.14em;color:var(--muted)}.room__name{font-size:clamp(21px,2.6vw,28px);line-height:1.25}.room__badge{margin-top:var(--space-2xs)}.room__figures{display:flex;gap:clamp(20px,3vw,36px)}.room__figure .figure__value b{color:var(--primary)}.room__figure .figure__label{color:var(--muted);font-size:var(--fs-note)}.room__note{font-size:var(--fs-small);line-height:1.85;color:var(--muted)}.room__access{display:grid;align-content:start;grid-template-columns:4.5em 1fr;gap:var(--space-2xs) var(--space-sm);font-size:var(--fs-note);line-height:1.7;border-top:1px solid var(--line-on-light);padding-top:var(--space-sm)}.room__access dt{font-weight:700;color:var(--muted)}.room__access dd{margin:0}@media(max-width:1000px){.rooms__list{grid-template-columns:repeat(2,minmax(0,1fr))}.room__head{min-height:0}}@media(max-width:640px){.rooms__list{grid-template-columns:1fr;grid-template-rows:none;grid-auto-rows:1fr;gap:var(--space-md)}.room{grid-row:auto;grid-template-rows:auto auto;row-gap:var(--space-sm);min-height:0;align-content:start}.room__head{padding-bottom:var(--space-xs)}.room__note{line-height:1.7}}.location-advantage{overflow:hidden}.location-advantage__inner{display:grid;grid-template-columns:minmax(300px,.76fr) minmax(0,1.24fr);grid-template-areas:"media head" "media list";gap:clamp(28px,4vw,64px) clamp(36px,6vw,96px);align-items:start}.location-advantage__head{grid-area:head;margin:0}.location-advantage__media{position:relative;grid-area:media;align-self:stretch;min-height:clamp(480px,48vw,680px);margin:0;overflow:hidden}.location-advantage__media img{width:100%;height:100%;object-fit:cover;object-position:62% center}.location-advantage__list{grid-area:list;display:grid;border-top:var(--rule) solid var(--line-on-dark)}.location-advantage__item{display:grid;grid-template-columns:clamp(54px,6vw,78px) minmax(0,1fr);gap:var(--space-md);padding:clamp(20px,2.6vw,30px) 0;border-bottom:var(--rule) solid var(--line-on-dark)}.location-advantage__no{color:var(--highlight);font-size:clamp(36px,4.4vw,56px);line-height:.9}.location-advantage__title{font-size:clamp(19px,2.2vw,26px);line-height:1.35}.location-advantage__body{margin-top:var(--space-xs);font-size:var(--fs-small);line-height:1.8;color:var(--text-muted-on-dark)}@media(max-width:800px){.location-advantage__inner{grid-template-columns:1fr;grid-template-areas:"head" "media" "list";gap:var(--space-xl)}.location-advantage__media{min-height:0;aspect-ratio:3 / 2}.location-advantage__media img{object-position:center}}@media(max-width:480px){.location-advantage__item{grid-template-columns:48px minmax(0,1fr);gap:var(--space-sm)}}.price{overflow:hidden}.price__bg{position:absolute;inset:0;z-index:-1;opacity:.14}.price__bg img{width:100%;height:100%;object-fit:cover}.price__plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,2vw,24px);margin-bottom:clamp(24px,3.4vw,44px)}.plan{position:relative;background:var(--ink-soft);border:var(--rule) solid var(--line-on-dark);padding:clamp(22px,3vw,34px) clamp(16px,2vw,26px);display:grid;gap:var(--space-xs);align-content:start;text-align:left}.plan--popular{background:var(--surface-white);color:var(--ink);border-color:var(--highlight);box-shadow:var(--shadow-offset-gold)}.plan__badge{position:absolute;top:calc(var(--rule) * -1 - 13px);left:50%;transform:translate(-50%);white-space:nowrap}.plan__name{font-size:clamp(16px,2vw,20px);text-align:center}.plan__time{font-size:clamp(24px,3.6vw,40px);line-height:1.05;color:var(--highlight);text-align:center}.plan--popular .plan__time{color:var(--primary)}.plan__tax{font-size:var(--fs-note);font-weight:700;opacity:.85;text-align:center}.plan__note{font-size:var(--fs-small);line-height:1.8;color:var(--text-muted-on-dark);margin-top:var(--space-xs)}.plan--popular .plan__note{color:var(--muted)}.price__extras{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(14px,2vw,24px);margin-bottom:clamp(20px,2.6vw,32px);align-items:stretch;max-width:920px;margin-inline:auto}.price__unit{display:grid;align-content:center;justify-items:center;text-align:center;gap:2px}.price__extras>*{min-height:214px;padding:clamp(24px,3vw,36px)}.price__unit-label,.price__unit-tail{font-size:var(--fs-small);font-weight:900}.price__unit-figure .figure__value b{font-size:clamp(56px,8vw,104px)}.price__unit .note{color:var(--text-muted-on-highlight);margin-top:var(--space-xs)}.price__long,.price__doc{display:grid;gap:var(--space-sm);align-content:start}.price__long-title,.price__doc-title{font-size:var(--fs-h3);color:var(--highlight)}.price__long-body,.price__doc-body{font-size:var(--fs-small);line-height:1.85;color:var(--text-muted-on-dark)}.price__doc-cta{margin-top:auto}.price__notes{display:flex;flex-wrap:wrap;gap:var(--space-xs) var(--space-md);max-width:920px;margin-inline:auto;margin-bottom:clamp(24px,3vw,40px)}.price__action{display:flex;justify-content:center}.price__action .cta{min-width:min(100%,420px)}@media(max-width:900px){.price__plans,.price__extras{grid-template-columns:1fr}}.flow__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:clamp(28px,4vw,64px);align-items:center}.flow__photo{border:var(--rule) solid var(--ink);box-shadow:var(--shadow-offset);margin-top:var(--space-lg)}.flow__photo img{width:100%;height:auto;aspect-ratio:3 / 2;object-fit:cover}.flow__steps{display:grid;gap:0;grid-auto-rows:1fr}.step{display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(14px,2vw,26px);padding:clamp(18px,2.4vw,28px) 0;min-height:146px;border-bottom:var(--rule) solid var(--line-on-light);align-items:start}.step:first-child{border-top:var(--rule) solid var(--line-on-light)}.step__no{font-size:clamp(40px,6vw,72px);line-height:.85;color:var(--primary)}.step__body{display:grid;gap:var(--space-2xs)}.step__title{font-size:var(--fs-h3)}.step__text{font-size:var(--fs-small);line-height:1.85;color:var(--muted)}@media(max-width:900px){.flow__inner{grid-template-columns:1fr}}.logos__title{font-size:var(--fs-small)!important;font-weight:700;color:var(--muted);margin-bottom:var(--space-sm)}.logos__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(10px,1.4vw,18px);margin-bottom:clamp(36px,5vw,68px)}.logos__item{display:grid;place-items:center;background:var(--surface-white);border:1px solid var(--line-on-light);border-radius:var(--radius-sm);padding:var(--space-sm) var(--space-md);min-height:76px}.logos__item img{max-height:clamp(34px,4.4vw,48px);width:auto;object-fit:contain}.voice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(4,auto);column-gap:clamp(18px,2.4vw,30px);row-gap:var(--space-sm);align-items:stretch}.voice-card{position:relative;display:grid;grid-row:span 4;grid-template-rows:subgrid;row-gap:var(--space-sm);background:var(--surface-white);border:var(--rule) solid var(--ink);box-shadow:var(--shadow-offset-sm);padding-bottom:clamp(18px,2.4vw,28px);height:100%}@supports not (grid-template-rows: subgrid){.voice-grid{grid-template-rows:none}.voice-card{display:flex;flex-direction:column;gap:var(--space-sm)}}.voice-card__media{border-bottom:var(--rule) solid var(--ink);align-self:start}.voice-card__media img{width:100%;height:auto;aspect-ratio:5 / 4;object-fit:cover}.voice-card__title:before{content:"“";position:absolute;right:var(--space-md);margin-top:-.62em;font-family:var(--display);font-size:76px;line-height:1;color:var(--highlight);pointer-events:none}.voice-card__title{font-size:clamp(17px,2vw,21px);line-height:1.45;color:var(--primary);padding:clamp(14px,1.8vw,20px) clamp(18px,2.4vw,28px) 0;align-content:start}.voice-card__quote{margin:0;font-size:var(--fs-small);line-height:1.95;padding-inline:clamp(18px,2.4vw,28px);align-content:start}.voice-card__quote:before{content:"「"}.voice-card__quote:after{content:"」"}.voice-card__meta{font-size:var(--fs-note);font-weight:700;color:var(--muted);padding-inline:clamp(18px,2.4vw,28px);align-content:start}@media(max-width:900px){.logos__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.voice-grid{grid-template-columns:1fr}}.news__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:clamp(18px,2.4vw,30px);align-items:stretch}.news__card{padding:clamp(16px,2vw,24px);overflow:hidden;display:flex;flex-direction:column}.news__card--feed{align-self:start;max-height:660px}.news__head{display:flex;align-items:center;gap:var(--space-sm);padding:0 0 var(--space-md);border-bottom:var(--rule) solid var(--line-on-light)}.news__mark{flex:0 0 auto;width:44px;height:44px;border-radius:50%;overflow:hidden;display:grid;place-items:center}.news__mark--news{border:2px solid var(--primary)}.news__mark--ig{padding:2px;background:var(--sns-ig-gradient)}.news__mark img{width:100%;height:100%;object-fit:cover;border-radius:50%}.news__mark--ig img{border:2px solid var(--surface-white)}.news__id{display:grid;gap:1px;min-width:0;margin-right:auto}.news__id b{font-size:var(--fs-small);font-weight:900;line-height:1.4}.news__id small{font-size:var(--fs-note);color:var(--muted);line-height:1.4}.news__follow{flex:0 0 auto;min-height:36px;display:inline-flex;align-items:center;padding:0 var(--space-md);border-radius:var(--radius-sm);background:var(--sns-ig-action);color:var(--surface-white);font-size:var(--fs-small);font-weight:700;text-decoration:none;border:0;cursor:pointer}.news__list{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-right:var(--space-sm);display:grid;gap:var(--space-md);align-content:start;scrollbar-width:thin;scrollbar-color:var(--primary) var(--surface)}.news__list::-webkit-scrollbar{width:8px}.news__list::-webkit-scrollbar-track{background:var(--surface)}.news__list::-webkit-scrollbar-thumb{background:var(--primary);border-radius:999px}.news__card--feed .news__list{flex:0 0 auto;height:520px}.news__item{display:grid;gap:var(--space-2xs);padding-bottom:var(--space-md);border-bottom:1px solid var(--line-on-light)}.news__item:last-child{border-bottom:0;padding-bottom:0}.news__date{font-size:var(--fs-note);font-weight:900;color:var(--primary);letter-spacing:.08em}.news__text{font-size:var(--fs-small);line-height:1.85;white-space:pre-line}.news__gram{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;padding:0}.news__gram img{width:100%;height:100%;aspect-ratio:1;object-fit:cover}.faq__inner{max-width:900px}.faq__list{display:grid;gap:var(--space-sm)}.faq__item{background:var(--surface-white);border:var(--rule) solid var(--ink)}.faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md) var(--space-lg);min-height:56px;font-weight:700;list-style:none}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary:hover{background:var(--surface)}.faq__sign{flex:0 0 auto;position:relative;width:22px;height:22px;background:var(--highlight);border-radius:50%}.faq__sign:before,.faq__sign:after{content:"";position:absolute;inset:50% 5px auto;height:2px;background:var(--ink);transform:translateY(-50%)}.faq__sign:after{transform:translateY(-50%) rotate(90deg);transition:transform .25s ease,opacity .2s ease}.faq__item[open] .faq__sign:after{transform:translateY(-50%) rotate(0);opacity:0}.faq__answer{padding:0 var(--space-lg) var(--space-lg);font-size:var(--fs-small);line-height:1.9;color:var(--muted)}.final{overflow:hidden;text-align:center}.final__bg{position:absolute;inset:0;z-index:-2;opacity:.28}.final__bg img{width:100%;height:100%;object-fit:cover}.final__stripes{inset:0;z-index:-1;opacity:.5}.final__inner{display:grid;justify-items:center;gap:var(--space-md)}.final__title{font-size:var(--fs-h1);line-height:1.15;letter-spacing:-.02em}.final__title em{color:var(--highlight)}.final__motto{font-weight:900;letter-spacing:.14em;color:var(--highlight);font-size:var(--fs-small)}.final__tagline{color:var(--text-muted-on-dark);font-size:var(--fs-small)}.final__grid{display:grid;grid-template-columns:auto minmax(0,380px);align-items:stretch;justify-content:center;gap:clamp(20px,3vw,48px);margin-top:var(--space-lg);width:100%}.final__qr{margin:0;display:grid;gap:var(--space-xs);justify-items:center;align-content:start}.final__qr img{width:clamp(130px,16vw,176px);height:auto;background:var(--surface-white);padding:var(--space-sm);border:var(--rule) solid var(--highlight)}.final__qr figcaption{max-width:18ch;line-height:1.6}.final__actions{display:grid;gap:var(--space-sm);min-width:min(100%,380px)}.final__actions .cta--ghost{min-height:64px}@media(max-width:700px){.news__card--feed{max-height:none}.news__card--feed .news__list{height:440px}}.final__email{margin:var(--space-2xs) 0 0;font-size:var(--fs-note);color:var(--text-muted-on-dark)}.final__email a,.site-footer__email a{color:var(--highlight);font-weight:700;text-underline-offset:.18em}.final__tel{display:grid;justify-items:center;gap:0;text-decoration:none;padding:var(--space-xs);min-height:44px}.final__tel small{font-size:var(--fs-note);color:var(--text-muted-on-dark)}.final__tel strong{font-size:clamp(24px,3.4vw,34px);line-height:1.1;color:var(--highlight)}.final__meta{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-xs) var(--space-lg);margin-top:var(--space-lg);font-size:var(--fs-note);color:var(--text-muted-on-dark)}@media(max-width:780px){.final__grid{grid-template-columns:minmax(0,380px)}}@media(max-width:640px){.final__qr{display:none}}.site-footer{background:var(--ink);color:var(--on-dark);padding:clamp(40px,6vw,72px) var(--gap) calc(var(--float-h) + var(--space-lg));border-top:var(--rule-bold) solid var(--highlight)}.site-footer .note{color:var(--text-muted-on-dark)}.site-footer__inner{max-width:var(--wrap);margin-inline:auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.5fr) minmax(0,1fr);gap:clamp(24px,3.4vw,48px)}.site-footer h2{font-size:var(--fs-note);letter-spacing:.14em;color:var(--highlight);margin-bottom:var(--space-xs)}.site-footer__name{font-size:clamp(18px,2.2vw,22px);font-weight:900}.site-footer__catch{margin-top:var(--space-sm);font-size:var(--fs-small);color:var(--highlight);font-weight:700}.site-footer__venues{display:grid;grid-template-columns:1fr;gap:var(--space-sm);align-content:end;align-self:end}.site-footer__venues h2{font-size:var(--fs-note);line-height:1.35;margin:0}.site-footer__company-name{font-weight:900}.site-footer__motto{font-size:var(--fs-note);color:var(--highlight);letter-spacing:.1em;margin-block:var(--space-2xs)}.site-footer address{font-style:normal;font-size:var(--fs-note);line-height:1.8;color:var(--text-muted-on-dark)}.site-footer__email{margin-top:var(--space-xs);font-size:var(--fs-note)}.site-footer__tel a{display:inline-flex;align-items:center;min-height:44px;gap:6px;font-size:var(--fs-small);font-weight:700;text-decoration:none;color:var(--highlight)}.site-footer__tel span{font-size:clamp(18px,2.2vw,22px)}.site-footer__copy{max-width:var(--wrap);margin:clamp(28px,4vw,48px) auto 0;padding-top:var(--space-md);border-top:1px solid var(--line-on-dark)}@media(max-width:860px){.site-footer__inner{grid-template-columns:1fr}}.hero-mobile-actions{display:none}.hero-float{--banner-max-w: var(--wrap);--banner-h: clamp(132px, calc(52px + 12svh) , 194px);--banner-gap: clamp(4px, .65svh, 7px);--banner-pad-y: clamp(12px, 1.6svh, 22px);--banner-action-h: clamp(42px, 5.6svh, 52px);--banner-qr-size: clamp(60px, 8.5svh, 82px);--banner-eyebrow-fs: clamp(10px, 1.25svh, 13px);--banner-title-fs: clamp(18px, 2.55svh, 30px);--banner-body-fs: clamp(10px, 1.35svh, 14px);--banner-cta-fs: clamp(12px, 1.55svh, 16px);--banner-meta-fs: clamp(9px, 1.15svh, 12px);--banner-qr-fs: clamp(10px, 1.25svh, 13px);position:fixed;right:0;bottom:clamp(10px,1.4svh,18px);left:0;z-index:var(--z-sticky);display:flex;align-items:flex-end;justify-content:center;padding:0 var(--gap);pointer-events:none;transition:opacity .42s ease,transform .52s cubic-bezier(.22,1,.36,1)}.hero-float>*{pointer-events:auto}.hero-float.is-out{opacity:0;transform:translateY(16px);pointer-events:none}.hero-banner{position:relative;display:grid;grid-template-columns:minmax(260px,1.06fr) minmax(230px,.82fr) minmax(198px,.68fr) 150px;width:min(100%,var(--banner-max-w));height:var(--banner-h);min-height:0;overflow:hidden;border:var(--rule) solid var(--highlight);background:var(--surface-white);box-shadow:var(--shadow-lg);transition:opacity .35s ease,transform .35s ease}.hero-banner.is-dismissed{opacity:0;visibility:hidden;transform:translateY(16px);pointer-events:none}.hero-banner__content{grid-column:1;z-index:1;display:grid;align-content:center;gap:var(--banner-gap);padding:var(--banner-pad-y) clamp(16px,2vw,28px);color:var(--on-dark);background:linear-gradient(90deg,var(--ink) 0%,var(--ink) 68%,color-mix(in srgb,var(--ink) 72%,transparent) 82%,transparent 100%);text-decoration:none}.hero-banner__eyebrow{width:fit-content;padding:3px 8px;color:var(--ink);background:var(--highlight);font-size:var(--banner-eyebrow-fs);font-weight:900}.hero-banner__content h2{margin:0;font-size:var(--banner-title-fs);line-height:1.14;letter-spacing:-.04em;white-space:nowrap}.hero-banner__content h2 em{color:var(--highlight);font-style:normal}.hero-banner__lead{margin:0;font-size:var(--banner-body-fs);font-weight:700;line-height:1.55}.hero-banner__photo{position:absolute;inset:0 19% 0 27%;z-index:0;min-width:0;overflow:hidden;background:var(--ink-soft)}.hero-banner__photo picture,.hero-banner__photo img{display:block;width:100%;height:100%}.hero-banner__photo img{object-fit:cover;object-position:center}.hero-banner__photo:after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,var(--ink) 0%,color-mix(in srgb,var(--ink) 66%,transparent) 20%,transparent 44%,transparent 58%,color-mix(in srgb,var(--surface-white) 68%,transparent) 82%,var(--surface-white) 100%);pointer-events:none}.hero-banner__actions{grid-column:3;z-index:1;display:grid;align-content:center;gap:var(--banner-gap);padding:var(--banner-pad-y) clamp(10px,1.5vw,18px);background:linear-gradient(90deg,color-mix(in srgb,var(--surface-white) 28%,transparent) 0%,var(--surface-white) 48%)}.hero-banner__cta,.hero-banner__email{width:100%;min-height:var(--banner-action-h);padding-inline:10px;text-align:center}.hero-banner__cta strong{font-size:var(--banner-cta-fs)}.hero-banner__email{display:grid;place-content:center;gap:2px;color:var(--ink);border:var(--rule) solid var(--ink);background:var(--surface-white);font-size:var(--banner-cta-fs);font-weight:900;line-height:1.2;text-decoration:none}.hero-banner__email small{font-size:var(--banner-meta-fs);font-weight:700}.hero-banner__qr{grid-column:4;z-index:1;display:grid;align-content:center;justify-items:center;gap:clamp(2px,.4svh,4px);padding:clamp(6px,1svh,10px);color:var(--ink);background:var(--surface-white);text-align:center}.hero-banner__qr-title,.hero-banner__qr-note{margin:0;font-size:var(--banner-qr-fs);font-weight:900;line-height:1.2}.hero-banner__qr-title em{padding-inline:3px;background:var(--highlight);font-style:normal}.hero-banner__qr-image img{display:block;width:var(--banner-qr-size);height:var(--banner-qr-size)}.hero-banner__qr-note{color:var(--muted);font-size:var(--banner-meta-fs);font-weight:700}.hero-banner__close{inset:5px 5px auto auto;z-index:3;width:20px;height:20px;display:grid;place-items:center;padding:0;border:0;border-radius:0;background:var(--surface-white);color:var(--ink);font-size:24px;line-height:20px}.hero-banner__close:hover{background:transparent;color:var(--ink)}.hero-banner__close span{color:var(--ink)}.qr-card{display:none}@media(max-width:1024px){.hero-float{bottom:max(10px,env(safe-area-inset-bottom,0px));align-items:center}.hero-banner{display:none}.hero-mobile-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:min(100%,420px)}.hero-mobile-action{display:grid;min-height:64px;padding:6px 8px;place-content:center;border:var(--rule) solid var(--ink);box-shadow:var(--shadow-cta);text-align:center;text-decoration:none}.hero-mobile-action--primary{color:var(--ink);background:var(--highlight)}.hero-mobile-action--email{color:var(--on-dark);border-color:var(--on-dark);background:var(--ink)}.hero-mobile-action strong{font-size:var(--fs-small);font-weight:900;line-height:1.2}.hero-mobile-action--primary strong span{display:block;white-space:nowrap}.hero-mobile-action small{font-size:var(--fs-note);font-weight:700;line-height:1.2}.hero__actions{display:none}.hero{padding-bottom:calc(112px + env(safe-area-inset-bottom,0px))}}@media(max-width:560px)and (max-height:620px){.hero{padding-top:calc(var(--header-h) + 12px);padding-bottom:calc(92px + env(safe-area-inset-bottom,0px))}.hero__inner{gap:8px;padding-bottom:0}.hero__flag{margin-bottom:6px;padding:4px 10px;font-size:10px}.hero__title{margin-bottom:8px}.hero__line:first-child{font-size:clamp(27px,7.4vw,30px);white-space:nowrap}.hero__line:nth-child(2){font-size:clamp(26px,8vw,31px);white-space:nowrap}.hero__lead{margin-bottom:6px;font-size:16px;line-height:1.3}.hero__location{gap:0;margin-bottom:8px}.hero__location-city{font-size:14px}.hero__location strong{font-size:17px}.hero__meta li{padding-block:3px}.hero__callouts{gap:3px}.hero__callout{padding:3px 10px}.hero__callout-strong{font-size:15px;line-height:1.1}}@media(max-width:560px)and (min-height:621px)and (max-height:720px){.hero{padding-top:calc(var(--header-h) + 26px);padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))}.hero__inner{gap:10px;padding-bottom:0}.hero__flag{margin-bottom:10px;padding:5px 12px;font-size:11px}.hero__title{margin-bottom:10px}.hero__line:first-child{font-size:40px;white-space:normal}.hero__line:nth-child(2){font-size:52px;white-space:normal}.hero__lead{margin-bottom:8px;font-size:16px;line-height:1.35}.hero__location{margin-bottom:10px}.hero__callouts{gap:4px}.hero__callout{padding:4px var(--space-md)}}@media(min-width:1025px)and (max-height:680px){.hero-float{bottom:12px}.hero-banner{min-height:0}.hero-banner__content{gap:4px;padding:12px 16px}.hero-banner__eyebrow{padding:2px 6px;font-size:10px}.hero-banner__content h2{font-size:clamp(18px,1.4vw,24px)}.hero-banner__lead{font-size:10px;line-height:1.35}.hero-banner__actions{gap:5px;padding:10px}.hero-banner__cta,.hero-banner__email{min-height:42px}.hero-banner__qr{gap:2px;padding:6px}.hero-banner__qr-title,.hero-banner__qr-note{font-size:10px}.hero-banner__qr-image img{width:60px;height:60px}}.section-bg{position:absolute;inset:0;overflow:hidden;z-index:-1;pointer-events:none}.section-bg__media{width:100%;height:100%;object-fit:cover;opacity:var(--bg-opacity, .22);transform:translateY(calc(var(--parallax, 0px) * -1));transition:transform .1s linear}.deco{position:absolute;pointer-events:none;z-index:-1}.deco--grid{inset:0;background-image:linear-gradient(var(--grid-on-light) 1px,transparent 1px),linear-gradient(90deg,var(--grid-on-light) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:radial-gradient(120% 90% at 50% 0%,#000 0%,transparent 78%);mask-image:radial-gradient(120% 90% at 50% 0%,#000 0%,transparent 78%)}[data-tone=ink] .deco--grid,[data-tone=primary] .deco--grid{background-image:linear-gradient(var(--grid-on-dark) 1px,transparent 1px),linear-gradient(90deg,var(--grid-on-dark) 1px,transparent 1px)}.deco--stripes{inset:0;background-image:repeating-linear-gradient(-45deg,var(--glow-highlight) 0 2px,transparent 2px 16px);background-size:200% 200%;animation:stripes-drift 26s linear infinite;opacity:.85}@keyframes stripes-drift{0%{background-position:0 0}to{background-position:400px 400px}}.deco--slash{width:clamp(120px,22vw,300px);aspect-ratio:1;background:var(--glow-highlight);clip-path:polygon(100% 0,100% 100%,0 100%)}.hero__media{--hero-cycle: 18s}.hero__image{animation:hero-slide var(--hero-cycle) linear infinite;animation-delay:var(--hero-delay, 0s);transform-origin:62% 45%}@keyframes hero-slide{0%{opacity:0;transform:scale(1.06)}4%{opacity:1}30%{opacity:1}36%{opacity:0;transform:scale(1.16)}to{opacity:0;transform:scale(1.06)}}html.js .hero--intro .hero__flag{animation:hero-flag-in .5s cubic-bezier(.22,1,.36,1) 2.28s both}html.js .hero--intro .hero__line:first-child{animation:hero-title-in .68s cubic-bezier(.16,1,.3,1) .46s both}html.js .hero--intro .hero__line:nth-child(2){animation:hero-title-in .74s cubic-bezier(.16,1,.3,1) .62s both}html.js .hero--intro .hero__lead,html.js .hero--intro .hero__location{animation:hero-copy-in .52s cubic-bezier(.22,1,.36,1) 2.28s both}html.js .hero--intro .hero__actions{position:relative;animation:hero-copy-in .52s cubic-bezier(.22,1,.36,1) 2.28s both}html.js .hero--intro .hero__actions:after{content:"";position:absolute;inset:-7px;border:1px solid var(--highlight);opacity:0;pointer-events:none;animation:hero-cta-ring .9s cubic-bezier(.16,1,.3,1) 2.64s both}html.js .hero--intro .hero__meta{animation:hero-copy-in .52s cubic-bezier(.22,1,.36,1) 2.28s both}html.js .hero--intro .hero__callout:nth-child(1){animation:hero-callout-in .52s cubic-bezier(.22,1,.36,1) 2.28s both}html.js .hero--intro .hero__callout:nth-child(2){animation:hero-callout-in .52s cubic-bezier(.22,1,.36,1) 2.28s both}html.js .hero--intro .hero__callout:nth-child(3){animation:hero-callout-in .52s cubic-bezier(.22,1,.36,1) 2.28s both}@media(min-width:1025px){html.js .hero-float.is-intro:not(.is-out) .hero-banner{animation:hero-banner-in .64s cubic-bezier(.16,1,.3,1) 2.94s both}html.js .hero-float.is-intro.is-out .hero-banner{animation:none}}html.js .hero--intro .hero__inner{z-index:3}html.js .hero--intro .hero__intro-veil{position:absolute;inset:0;z-index:2;background:var(--ink);pointer-events:none;animation:hero-veil-out .46s cubic-bezier(.16,1,.3,1) 1.82s both}html.js .hero--intro .hero__title{position:relative}html.js .hero--intro .hero__title:after{content:"";position:absolute;inset:auto 0 -12px;height:2px;background:var(--highlight);transform:scaleX(.08);transform-origin:left;opacity:0;animation:hero-title-signal .64s cubic-bezier(.16,1,.3,1) 1.3s both}@keyframes hero-flag-in{0%{opacity:0;transform:skew(-10deg) translate(-26px)}to{opacity:1;transform:skew(-10deg) translate(0)}}@keyframes hero-title-in{0%{opacity:0;transform:translateY(22px) scale(.97);filter:blur(7px)}to{opacity:1;transform:none;filter:none}}@keyframes hero-copy-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes hero-callout-in{0%{opacity:0;transform:skew(-5deg) translate(28px)}to{opacity:1;transform:skew(-5deg) translate(0)}}@keyframes hero-banner-in{0%{opacity:0;clip-path:inset(100% 0 0 0)}to{opacity:1;clip-path:inset(0 0 0 0)}}@keyframes hero-cta-ring{0%{opacity:0;transform:scale(.96)}32%{opacity:.7}to{opacity:0;transform:scale(1.035)}}@keyframes hero-veil-out{0%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes hero-title-signal{0%{opacity:0;transform:scaleX(.08)}30%{opacity:1}68%{opacity:1;transform:scaleX(1)}to{opacity:0;transform:scaleX(1)}}[data-parallax]>.parallax-layer,.parallax-layer{transform:translate3d(0,calc(var(--parallax, 0px) * 1),0);will-change:transform}.zoom-media{overflow:hidden}.zoom-media img{transition:transform .6s cubic-bezier(.22,1,.36,1)}.zoom-media:hover img,a:hover .zoom-media img{transform:scale(1.06)}@media(prefers-reduced-motion:reduce){.marquee__track,.deco--stripes,.hero__image,.cta--pulse{animation:none!important}.hero__image{opacity:0;transform:scale(1.04)}.hero__image:first-of-type{opacity:1}.section-bg__media,.parallax-layer{transform:none!important}.hero--intro .hero__flag,.hero--intro .hero__line,.hero--intro .hero__lead,.hero--intro .hero__location,.hero--intro .hero__actions,.hero--intro .hero__meta,.hero--intro .hero__callout{animation:none!important;opacity:1;transform:none;filter:none}.hero--intro .hero__actions:after{content:none}.hero--intro .hero__title:after{content:none}.hero--intro .hero__intro-veil{display:none}.hero-float{opacity:1;transform:none}.hero-banner{animation:none!important;opacity:1;transform:none}}
