@charset "UTF-8";:root{--lagoon-depth: 0;--sea-shallow: #ffffff;--sea-shallow-mid: #edf4fc;--sea-mid: #d4e4f8;--sea-deep: #b8d0f0;--sea-abyss: #9ebde8;--page-tint: #ffffff;--section-surface: #ffffff;--section-surface-alt: #d4e4f8;--text-on-depth: #0c1a3d;--text-muted-on-depth: #3d5278}.events-grid{display:grid;gap:1.5rem;margin-bottom:2.5rem}@media(min-width:768px){.events-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.events-loading{margin:0;padding:2.5rem;text-align:center;color:#3d5278}.events-empty{margin:0;padding:2.5rem;text-align:center;color:#3d5278;line-height:1.9;border:1px dashed rgba(40,116,252,.28);border-radius:8px;background:#c5d9f26b}.events-empty a{color:#000098;font-weight:600;text-decoration:none}.events-empty a:hover{text-decoration:underline}.event-card{background:#fff;border:1px solid rgba(40,116,252,.28);border-radius:8px;overflow:hidden;height:100%;display:flex;flex-direction:column;transition:border-color .2s cubic-bezier(.22,1,.36,1)}.event-card:hover{border-color:#00009861}.event-card:hover{transform:none}.event-card__media{overflow:hidden;position:relative}.event-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(12,26,61,.35) 100%);opacity:.7;transition:opacity .35s cubic-bezier(.22,1,.36,1);pointer-events:none}.event-card__image{aspect-ratio:16/9;object-fit:cover;width:100%;transition:transform .55s cubic-bezier(.22,1,.36,1)}.event-card:hover .event-card__image{transform:scale(1.06)}.event-card:hover .event-card__media:after{opacity:.45}.event-card__body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.event-card__title{font-size:1.05rem;font-weight:600;margin:1rem 0 .5rem;color:#0c1a3d}.event-card__date{color:#000051;font-size:13px;font-weight:500;margin-bottom:.5rem}.event-card__excerpt{color:#3d5278;font-size:14px;line-height:1.75;flex:1}.event-card__cta{margin-top:1.5rem;align-self:flex-start}.event-card__note{color:#3d5278;font-size:13px;margin:1rem 0 0}.schedule-calendar__lead{margin:0 0 1rem;font-size:13px;color:inherit;opacity:.85}.schedule-calendar__panel{background:#fff;border:1px solid rgba(40,116,252,.28);border-radius:8px;padding:1.5rem}.schedule-calendar__month{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#000051}.schedule-calendar__grid{width:100%;border-collapse:separate;border-spacing:4px;table-layout:fixed}.schedule-calendar__dow{padding:0 0 4px;font-size:11px;font-weight:600;text-align:center;color:#3d5278}.schedule-calendar__cell{aspect-ratio:1;padding:0;text-align:center;vertical-align:middle;border-radius:6px;font-size:13px;font-weight:500;background:#8eb0e047;color:#000051}.schedule-calendar__cell--pad{background:transparent;border:none}.schedule-calendar__cell--open{background:#2874fc38;color:#000051}.schedule-calendar__cell--event{background:#e8884a38;color:#c96e32;font-weight:700}.schedule-calendar__cell--private{background:#a78bfa33;color:#5b4a9e}.schedule-calendar__cell--off{background:#8eb0e047;color:#8eb0e0}.schedule-calendar__day{display:inline-block;line-height:1}.schedule-calendar__legend{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;list-style:none;margin:1.5rem 0 0;padding:0;font-size:12px;color:#3d5278}.schedule-calendar__legend li{display:flex;align-items:center;gap:6px}.schedule-calendar__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.schedule-calendar__dot--open{background:#000051}.schedule-calendar__dot--off{background:#8eb0e0}.schedule-calendar__dot--event{background:#e8884a}.schedule-calendar__dot--private{background:#a78bfa}.section--brand .schedule-calendar__lead,.section--brand .schedule-calendar__legend{color:#b8cceb}.section--brand .schedule-calendar__month{color:#f5f8ff}.section--brand .schedule-calendar__panel{background:#ffffff1a;border-color:#c5d9f247}.section--brand .schedule-calendar__dow{color:#c5d9f2d9}.section--brand .schedule-calendar__cell{background:#ffffff14;color:#b8cceb}.section--brand .schedule-calendar__cell--open{background:#2874fc59;color:#f5f8ff}.section--brand .schedule-calendar__cell--event{background:#e8884a66;color:#fff}*,*:before,*:after{box-sizing:border-box}:root{--sgb-main-color: #000098;--sgb-pastel-color: #c5d9f2;--sgb-accent-color: #e8884a;--sgb-widget-title-color: #000098;--sgb-widget-title-bg-color: #c5d9f2;--sgb-bg-color: #ffffff}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}.mono{font-family:JetBrains Mono,Consolas,monospace}body.is-header-menu-open{overflow:hidden}body{margin:0;font-family:Noto Sans JP,Hiragino Sans,Yu Gothic UI,Meiryo,sans-serif;font-size:16px;line-height:1.75;color:#0c1a3d;background-color:#fff;overflow-x:hidden;-webkit-font-smoothing:antialiased}body.is-immersive{background:#fff}body.is-immersive #main{position:relative;z-index:1;background:#fff}img{max-width:100%;height:auto;display:block}a{color:#000051;text-decoration:none;transition:color .2s ease}a:hover{color:#0000c1}a:focus-visible{outline:2px solid #2874fc;outline-offset:3px}h1,h2,h3{font-family:Quicksand,Noto Sans JP,Hiragino Sans,Yu Gothic UI,Meiryo,sans-serif;font-weight:600;line-height:1.3;margin:0 0 1rem;letter-spacing:.02em;color:#0c1a3d}p{margin:0 0 1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn-toolbar{display:flex;flex-direction:column;align-items:stretch;gap:1rem;width:100%;max-width:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;max-width:none;min-width:0;padding:.85rem 1.5rem;min-height:2.75rem;border-radius:6px;border:1px solid transparent;font-family:Noto Sans JP,Hiragino Sans,Yu Gothic UI,Meiryo,sans-serif;font-size:.9375rem;font-weight:600;letter-spacing:.02em;cursor:pointer;text-decoration:none;transition:transform .2s cubic-bezier(.22,1,.36,1),background .2s,box-shadow .2s,border-color .2s}.btn--primary{background:#000098;color:#f5f8ff;box-shadow:none}.btn--primary:hover{background:#000051;color:#f5f8ff;transform:none}.btn--ghost{background:#c5d9f280;border:1px solid rgba(0,0,152,.38);color:#000051}.btn--ghost:hover{background:#c5d9f2bf;border-color:#000098;color:#000098}.btn--wide,.btn--block{width:100%;max-width:none}.section__body>.btn,.events-footer .btn,.sns__card .btn,.event-card__cta{width:100%;max-width:none}.section--brand .btn--ghost,.hero .btn--ghost{background:#ffffff1a;border:1px solid rgba(197,217,242,.55);color:#f5f8ff}.section--brand .btn--ghost:hover,.hero .btn--ghost:hover{background:#ffffff2e;border-color:#c5d9f2;color:#fff}.badge{display:inline-block;padding:.2rem .65rem;border-radius:4px;font-family:Noto Sans JP,Hiragino Sans,Yu Gothic UI,Meiryo,sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.04em}.badge--open,.badge--upcoming{background:#c5d9f280;color:#000051}.badge--closed{background:#8eb0e047;color:#000051}.logo[data-astro-cid-tvrurpns]{display:inline-flex;align-items:center;justify-content:center}.logo__mark[data-astro-cid-tvrurpns]{color:#0c1a3d;width:auto;height:2.5rem;filter:drop-shadow(0 2px 12px rgba(0,0,152,.25))}.logo--md[data-astro-cid-tvrurpns] .logo__mark[data-astro-cid-tvrurpns]{height:1.75rem}.logo--brand[data-astro-cid-tvrurpns]{height:100%;max-height:2.5rem;overflow:hidden}.logo--brand[data-astro-cid-tvrurpns] .logo__img[data-astro-cid-tvrurpns]{display:block;height:100%;max-height:2.5rem;width:auto;max-width:min(8.5rem,52vw);object-fit:contain;object-position:left center;background:#000098}.logo--md[data-astro-cid-tvrurpns].logo--brand{max-height:2.25rem}.logo--md[data-astro-cid-tvrurpns].logo--brand .logo__img[data-astro-cid-tvrurpns]{max-height:2.25rem;max-width:min(7.5rem,48vw)}.header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;z-index:100;height:4rem;overflow:hidden;background:#000098;border-bottom:none;box-shadow:none}.header__inner[data-astro-cid-3ef6ksr2]{width:min(100% - clamp(1rem,4.5vw,1.5rem) * 2,68rem);margin-inline:auto;padding-inline:0;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;height:100%}.header__logo-link[data-astro-cid-3ef6ksr2]{color:#f5f8ff;display:flex;align-items:center;flex-shrink:0;height:100%;max-height:4rem;overflow:hidden;background:#000098}.header__logo-link[data-astro-cid-3ef6ksr2] .logo--brand{height:3.35rem;max-height:3.35rem;background:#000098}.header__logo-link[data-astro-cid-3ef6ksr2] .logo__img{height:100%;max-height:3.35rem;max-width:min(7.25rem,46vw);background:#000098}.header__logo-link[data-astro-cid-3ef6ksr2]:hover{color:#c5d9f2;opacity:1}.header__nav[data-astro-cid-3ef6ksr2]{flex:1;display:none}@media(min-width:900px){.header__nav[data-astro-cid-3ef6ksr2]{display:block}}.header__nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{list-style:none;margin:0;padding:0;display:flex;gap:clamp(1rem,2vw,1.75rem);justify-content:center}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:#c5d9f2d1;font-size:13px;font-weight:500;letter-spacing:.02em;padding:.25rem 0;text-decoration:none;transition:color .2s}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].is-active,.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:#f5f8ff}.header__nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].is-active{font-weight:600}.header__actions[data-astro-cid-3ef6ksr2]{display:none;align-items:center;gap:1rem;flex-shrink:0}@media(min-width:900px){.header__actions[data-astro-cid-3ef6ksr2]{display:flex}}.header__link[data-astro-cid-3ef6ksr2]{font-size:13px;font-weight:500;color:#c5d9f2d1}.header__link[data-astro-cid-3ef6ksr2]:hover{color:#f5f8ff}.header__cta[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;padding:.5rem 1.1rem;border-radius:6px;background:#e8884a;color:#0c1a3d!important;font-size:13px;font-weight:600;letter-spacing:.04em;transition:background .2s,transform .2s}.header__cta[data-astro-cid-3ef6ksr2]:hover{background:#c96e32;color:#f5f8ff!important;transform:translateY(-1px)}.header__toggle[data-astro-cid-3ef6ksr2]{min-height:2.75rem;min-width:2.75rem;display:inline-flex;align-items:center;justify-content:center;margin-left:auto;padding:0;border:0;border-radius:6px;background:transparent;color:#f5f8ff;cursor:pointer;flex-shrink:0}@media(min-width:900px){.header__toggle[data-astro-cid-3ef6ksr2]{display:none}}.header__toggle[data-astro-cid-3ef6ksr2]:hover{background:#ffffff1f}.header__toggle[data-astro-cid-3ef6ksr2]:focus-visible{outline:2px solid #2874fc;outline-offset:3px}.header__toggle-icon[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;justify-content:center;gap:5px;width:22px;height:18px}.header__toggle-icon[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{display:block;height:2px;width:100%;border-radius:1px;background:currentColor;transition:transform .25s cubic-bezier(.22,1,.36,1),opacity .2s}.header[data-astro-cid-3ef6ksr2].is-open .header__toggle-icon[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]:nth-child(1){transform:translateY(7px) rotate(45deg)}.header[data-astro-cid-3ef6ksr2].is-open .header__toggle-icon[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.header[data-astro-cid-3ef6ksr2].is-open .header__toggle-icon[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__backdrop[data-astro-cid-3ef6ksr2]{position:fixed;inset:4rem 0 0;z-index:110;background:#000051d1;backdrop-filter:blur(6px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s cubic-bezier(.22,1,.36,1),visibility .3s}@media(min-width:900px){.header__backdrop[data-astro-cid-3ef6ksr2]{display:none}}.header[data-astro-cid-3ef6ksr2].is-open .header__backdrop[data-astro-cid-3ef6ksr2]{opacity:1;visibility:visible;pointer-events:auto}.header__panel[data-astro-cid-3ef6ksr2]{position:fixed;top:4rem;right:0;z-index:120;width:min(18rem,88vw);max-height:calc(100dvh - 4rem);overflow-y:auto;padding:1.5rem 1.5rem 2.5rem;background:#000098;border-left:1px solid rgba(197,217,242,.22);box-shadow:-8px 0 32px #00005159;transform:translate(100%);visibility:hidden;pointer-events:none;transition:transform .3s cubic-bezier(.22,1,.36,1),visibility .3s}@media(min-width:900px){.header__panel[data-astro-cid-3ef6ksr2]{display:none}}.header[data-astro-cid-3ef6ksr2].is-open .header__panel[data-astro-cid-3ef6ksr2]{transform:translate(0);visibility:visible;pointer-events:auto}.header__panel-nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.header__panel-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:block;padding:.75rem .5rem;font-size:15px;font-weight:500;color:#c5d9f2e6;border-radius:6px;border-left:3px solid transparent;transition:color .2s,background .2s,border-color .2s}.header__panel-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:#f5f8ff;background:#ffffff14}.header__panel-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].is-active{color:#f5f8ff;border-left-color:#2874fc;background:#ffffff1a}.header__panel-actions[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(197,217,242,.2)}.header__panel-link[data-astro-cid-3ef6ksr2]{display:block;text-align:center;padding:.75rem 1rem;font-size:14px;font-weight:500;color:#c5d9f2e6;border:1px solid rgba(197,217,242,.45);border-radius:6px}.header__panel-link[data-astro-cid-3ef6ksr2]:hover{color:#f5f8ff;border-color:#c5d9f2}.header__panel-cta[data-astro-cid-3ef6ksr2]{display:block;text-align:center;padding:.85rem 1rem;font-size:14px;font-weight:600;letter-spacing:.04em;color:#0c1a3d!important;background:#e8884a;border-radius:6px}.header__panel-cta[data-astro-cid-3ef6ksr2]:hover{background:#c96e32;color:#f5f8ff!important}@media(prefers-reduced-motion:reduce){.header__panel[data-astro-cid-3ef6ksr2],.header__toggle-icon[data-astro-cid-3ef6ksr2] span[data-astro-cid-3ef6ksr2]{transition:none}}.footer[data-astro-cid-sz7xmlte]{position:relative;z-index:5;padding:1.5rem clamp(1rem,4.5vw,1.5rem) calc(.5rem + 60px + env(safe-area-inset-bottom,0px));background-color:#000098;color:#f5f8ff;text-align:center}@media(min-width:768px){.footer[data-astro-cid-sz7xmlte]{padding:2.5rem clamp(1rem,4.5vw,1.5rem) 1.5rem}}.footer__inner[data-astro-cid-sz7xmlte]{width:min(100% - clamp(1rem,4.5vw,1.5rem) * 2,40rem);margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:.65rem;max-width:26rem}.footer__nav[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.15rem 0;font-size:13px;letter-spacing:.02em}.footer__link[data-astro-cid-sz7xmlte]{color:#c5d9f2eb;font-weight:500;text-decoration:none;padding:.1rem .35rem;border-bottom:1px solid transparent;transition:color .2s,border-color .2s}.footer__link[data-astro-cid-sz7xmlte]:not(:first-child):before{content:"·";margin-right:.5rem;color:#c5d9f261;font-weight:400;pointer-events:none}.footer__link[data-astro-cid-sz7xmlte]:hover{color:#f5f8ff;border-bottom-color:#c5d9f273}.footer__link--primary[data-astro-cid-sz7xmlte]{color:#e8884a;font-weight:600}.footer__link--primary[data-astro-cid-sz7xmlte]:hover{color:#efac80;border-bottom-color:#e8884a8c}.footer__hours[data-astro-cid-sz7xmlte]{margin:0;display:flex;flex-direction:column;gap:.15rem;font-size:11px;line-height:1.55;color:#c5d9f2e0;max-width:22rem}.footer__hours-line[data-astro-cid-sz7xmlte]{display:block}.footer__hours-label[data-astro-cid-sz7xmlte]{margin-right:.35em;font-weight:600;color:#c5d9f2a6;font-size:10px;letter-spacing:.06em}.footer__tel[data-astro-cid-sz7xmlte]{margin:.1rem 0 0;font-size:15px;font-weight:600;letter-spacing:.05em;color:#f5f8ff;text-decoration:none;transition:color .2s}.footer__tel[data-astro-cid-sz7xmlte]:hover{color:#c5d9f2}.footer__copy[data-astro-cid-sz7xmlte]{width:min(100%,26rem);margin:.65rem auto 0;padding-top:.5rem;border-top:1px solid rgba(197,217,242,.18);font-size:10px;font-weight:500;color:#f5f8ffb8}.bottom-nav[data-astro-cid-ltxpr5xc]{display:none}@media(max-width:767px){.bottom-nav[data-astro-cid-ltxpr5xc]{display:block;position:fixed;bottom:0;left:0;right:0;z-index:200;height:60px;background:#000098;box-shadow:none;border-top:none}}.bottom-nav__list[data-astro-cid-ltxpr5xc]{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);height:100%}.bottom-nav__link[data-astro-cid-ltxpr5xc]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;height:100%;padding:.5rem 0;color:#c5d9f2c7;font-size:10px;font-weight:500;-webkit-tap-highlight-color:transparent}.bottom-nav__link[data-astro-cid-ltxpr5xc]:hover,.bottom-nav__link[data-astro-cid-ltxpr5xc]:active{color:#f5f8ff}.bottom-nav__icon[data-astro-cid-ltxpr5xc]{width:22px;height:22px;background:currentColor;opacity:.85;mask-size:contain;mask-repeat:no-repeat;mask-position:center}.bottom-nav__icon--schedule[data-astro-cid-ltxpr5xc]{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M7 2a1 1 0 011 1v1h8V3a1 1 0 112 0v1h1a2 2 0 012 2v14a2 2 0 01-2 2H5a2 2 0 01-2-2V6a2 2 0 012-2h1V3a1 1 0 112 0v1zm12 8H5v10h14V10z'/%3E%3C/svg%3E")}.bottom-nav__icon--menu[data-astro-cid-ltxpr5xc]{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M4 6h16v2H4V6zm0 5h16v2H4v-2zm0 5h16v2H4v-2z'/%3E%3C/svg%3E")}.bottom-nav__icon--reserve[data-astro-cid-ltxpr5xc]{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M6.6 10.8a1 1 0 011.4 0L12 14.8l4-4a1 1 0 111.4 1.4l-4.7 4.7a1 1 0 01-1.4 0l-4.7-4.7a1 1 0 010-1.4z'/%3E%3C/svg%3E")}.bottom-nav__icon--sns[data-astro-cid-ltxpr5xc]{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3V2z'/%3E%3C/svg%3E")}.portal__stage{position:relative;z-index:5;transform-style:preserve-3d;width:100%;max-width:min(360px,92vw)}.portal__casing{position:relative;width:min(100%,340px);margin-inline:auto;padding:clamp(16px,4vw,24px) clamp(14px,3.5vw,20px) clamp(12px,3vw,18px);transform-style:preserve-3d;transform-origin:50% 55%;border-radius:10px;background:linear-gradient(145deg,rgba(197,217,242,.12) 0%,transparent 42%),linear-gradient(180deg,#1a2d52fa,#000051f5);border:1px solid rgba(197,217,242,.35);box-shadow:0 0 0 1px #2874fc33,0 0 48px #2874fc1f,0 24px 64px #00000073,inset 0 1px #ffffff14}.portal__casing-plate{position:absolute;inset:8px;border:1px solid rgba(40,116,252,.15);border-radius:6px;pointer-events:none}.portal__casing-rivet{position:absolute;width:7px;height:7px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#e8eef8,#6a7fa8 55%,#2a3a5c);box-shadow:inset 0 -1px #00000059,0 0 6px #2874fc40}.portal__casing-rivet:nth-child(1){top:10px;left:10px}.portal__casing-rivet:nth-child(2){top:10px;right:10px}.portal__casing-rivet:nth-child(3){bottom:10px;left:10px}.portal__casing-rivet:nth-child(4){bottom:10px;right:10px}.portal__bar-neon{position:relative;z-index:2;margin:0 0 clamp(12px,3vw,18px);text-align:center;line-height:1;transform:translateZ(60px)}.portal__bar-neon-text{position:relative;z-index:1;display:inline-block;font-family:Quicksand,Noto Sans JP,Hiragino Sans,Yu Gothic UI,Meiryo,sans-serif;font-size:clamp(1.35rem,5.5vw,1.85rem);font-weight:700;letter-spacing:.42em;text-indent:.42em;color:#fff8fc;text-shadow:0 0 2px #fff,0 0 8px rgba(255,77,154,.95),0 0 18px #ff4d9a,0 0 36px rgba(255,77,154,.85),0 0 64px rgba(255,77,154,.55),0 0 96px rgba(196,92,232,.35);animation:portal-bar-neon-glow 2.6s ease-in-out infinite alternate}.portal__bar-neon-halo{position:absolute;left:50%;top:55%;z-index:0;width:min(220px,72vw);height:2.8em;transform:translate(-50%,-50%);background:radial-gradient(ellipse 85% 70% at 50% 50%,rgba(255,77,154,.5) 0%,rgba(196,92,232,.2) 45%,transparent 72%);filter:blur(14px);pointer-events:none;animation:portal-bar-neon-halo 2.6s ease-in-out infinite alternate}.portal__doorway{position:relative;width:100%;height:min(400px,56vh);min-height:272px;transform-style:preserve-3d;perspective:1400px;overflow:visible;border-radius:6px;background:linear-gradient(180deg,#000051f2,#06102afa);box-shadow:inset 0 0 0 1px #2874fc33,inset 0 12px 32px #0000008c,0 4px 16px #00000040}.portal__hanging-sign{position:absolute;top:clamp(6px,1.8vw,10px);left:50%;z-index:10;width:clamp(104px,29vw,136px);transform:translate(-50%) translateZ(60px);transform-style:preserve-3d;pointer-events:none}.portal__hanging-sign-rig{display:flex;flex-direction:column;align-items:center;width:100%;transform:rotateX(8deg);transform-origin:50% 0%;transform-style:preserve-3d;backface-visibility:hidden}.portal__hanging-sign-bar{flex-shrink:0;width:78%;height:4px;border-radius:2px;background:linear-gradient(90deg,#4a5a78,#e2eaf8 48%,#4a5a78);box-shadow:0 2px 8px #00000073}.portal__hanging-sign-links{position:relative;flex-shrink:0;width:68%;height:clamp(16px,4.5vw,20px);margin-bottom:0}.portal__hanging-sign-chain{position:absolute;top:0;width:2px;height:100%;background:linear-gradient(180deg,#dce8f8,#8a9cb8 55%,#6a7a98);border-radius:1px;box-shadow:1px 0 #ffffff26}.portal__hanging-sign-chain:after{content:"";position:absolute;bottom:-3px;left:50%;width:6px;height:6px;margin-left:-3px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#f0f4fc,#8a9cb8 70%,#5a6a88);box-shadow:inset 0 1px #ffffff73}.portal__hanging-sign-chain--left{left:6%;transform:rotate(-8deg);transform-origin:top center}.portal__hanging-sign-chain--right{right:6%;transform:rotate(8deg);transform-origin:top center}.portal__hanging-sign-board{flex-shrink:0;width:100%;padding-top:3px;border-top:2px solid #8a9cb8;background:linear-gradient(180deg,#9aaccc,#8a9cb8);border-radius:5px 5px 0 0}.portal__hanging-sign-flip{position:relative;width:100%;height:clamp(38px,10vw,46px);transform-style:preserve-3d;transform:rotateY(0);transition:transform .7s cubic-bezier(.45,.05,.35,1)}.portal__hanging-sign-flip--instant{transition:none}.portal__hanging-sign-flip--open{transform:rotateY(0)}.portal__hanging-sign-flip--closed{transform:rotateY(180deg)}.portal__hanging-sign-face{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;backface-visibility:hidden;border-radius:5px;font-family:Quicksand,Noto Sans JP,Hiragino Sans,Yu Gothic UI,Meiryo,sans-serif;font-size:clamp(.84rem,3.4vw,.98rem);font-weight:700;letter-spacing:.2em;text-indent:.2em;box-shadow:0 6px 16px #00000080,inset 0 1px #ffffff2e}.portal__hanging-sign-face--closed{transform:rotateY(180deg);background:linear-gradient(180deg,#5a2838,#2e1420);color:#c5d9f2e6;border:2px solid rgba(192,96,112,.55)}.portal__hanging-sign-face--open{transform:rotateY(0);background:linear-gradient(165deg,#062038,#020c18);color:#f4ffff;border:2px solid #00e5ff;box-shadow:0 6px 20px #0000008c,inset 0 1px #aaf8ff59,0 0 22px #00d4ff73,0 0 40px #08f3;text-shadow:0 0 1px rgba(0,16,24,.55),0 0 9px rgba(0,224,255,.65),0 0 20px rgba(0,148,255,.4)}.portal__behind{position:absolute;inset:0;z-index:0;overflow:hidden;border-radius:4px;background:linear-gradient(180deg,#fff,#edf4fc 42%,#d4e4f8)}.portal__behind-warm{position:absolute;inset:0;z-index:0;background:radial-gradient(ellipse 80% 50% at 50% 92%,rgba(232,136,74,.28) 0%,transparent 62%);opacity:.85;pointer-events:none}.portal__behind-glow{position:absolute;inset:-15%;z-index:0;background:radial-gradient(ellipse 75% 55% at 50% 22%,rgba(197,217,242,.4) 0%,transparent 62%);animation:portal-behind-glow 10s ease-in-out infinite alternate;pointer-events:none}.portal__behind-caustics{position:absolute;inset:-20%;z-index:0;background:radial-gradient(ellipse 45% 35% at 65% 60%,rgba(40,116,252,.14),transparent 58%),radial-gradient(ellipse 40% 30% at 25% 40%,rgba(142,176,224,.1),transparent 55%);mix-blend-mode:multiply;opacity:.65;animation:portal-behind-caustics 14s ease-in-out infinite alternate;pointer-events:none}.portal__behind-bubbles{position:absolute;inset:0;z-index:4;overflow:hidden;pointer-events:none;mask-image:linear-gradient(to top,black 0%,black 55%,transparent 88%);-webkit-mask-image:linear-gradient(to top,black 0%,black 55%,transparent 88%)}.portal__behind-bubble{position:absolute;bottom:calc(var(--start) * 1%);left:var(--left);width:var(--size);height:var(--size);border-radius:50%;background:radial-gradient(circle at 28% 22%,#fff,#b8e4ff 32%,#2874fcb8 68%,#00009861);border:2px solid rgba(40,116,252,.85);box-shadow:0 0 18px #2874fca6,0 0 6px #ffffffe6,0 3px 10px #00009840,inset 0 -3px 8px #2874fc59,inset 2px 2px 6px #fffffff2;animation:portal-behind-bubble-rise var(--dur) ease-in-out infinite;animation-delay:calc(var(--delay) * -1);will-change:transform,opacity}.portal__behind-silhouette{position:absolute;left:12%;right:12%;bottom:8%;height:18%;z-index:1;border-radius:4px 4px 0 0;background:linear-gradient(180deg,transparent,rgba(61,82,120,.04) 50%,rgba(92,114,153,.08) 100%);opacity:.4}.portal__wall-glow{position:absolute;left:0;top:0;bottom:0;width:42%;z-index:1;background:linear-gradient(90deg,rgba(111,168,255,.22),transparent 88%);filter:blur(10px);pointer-events:none}.portal__door{position:absolute;inset:0;z-index:3;transform-style:preserve-3d;backface-visibility:hidden;transform-origin:right center}.portal__door--glass{will-change:transform}.portal__door-hinge{position:absolute;right:clamp(4px,1vw,8px);top:50%;z-index:4;display:flex;flex-direction:column;gap:clamp(28px,8vw,40px);transform:translateY(-50%);pointer-events:none}.portal__door-hinge span{display:block;width:10px;height:10px;border-radius:50%;background:linear-gradient(145deg,#a8b8d8,#3d4f72);box-shadow:inset 0 1px #ffffff59,0 2px 4px #0006}.portal__door-frame{position:relative;width:100%;height:100%;padding:clamp(8px,2vw,12px);background:linear-gradient(180deg,#2a4068e6,#152440f2);border:clamp(5px,1.2vw,8px) solid rgba(197,217,242,.4);border-radius:4px;box-shadow:inset 0 2px #ffffff1a,inset 0 -3px 8px #00000059,0 6px 20px #00000059}.portal__door-glass-panel{position:relative;width:100%;height:100%;min-height:220px;overflow:hidden;border-radius:2px;background:linear-gradient(160deg,#c5d9f238,#2874fc1a 28%,#0000516b 72%,#0a1428b8);backdrop-filter:blur(3px) saturate(1.15);box-shadow:inset 0 0 24px #2874fc14}.portal__door-reflection{position:absolute;inset:-20% -40%;z-index:3;background:linear-gradient(118deg,transparent 42%,rgba(255,255,255,.14) 48%,rgba(255,255,255,.05) 52%,transparent 58%);transform:rotate(-8deg);animation:portal-glass-sheen 7s ease-in-out infinite;pointer-events:none}.portal__door-frost{position:absolute;inset:0;z-index:2;opacity:.35;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");mix-blend-mode:overlay;pointer-events:none}.portal__stage.is-zoom-out{animation:portal-stage-zoom-out 2.25s cubic-bezier(.55,.06,.68,.19) forwards;transform-origin:50% 55%}.portal__pull-handle{position:absolute;left:clamp(8px,2.2vw,12px);top:50%;z-index:5;width:clamp(48px,12vw,56px);height:clamp(92px,24vw,112px);padding:0;border:none;background:transparent;cursor:pointer;transform:translateY(-50%);min-height:2.75rem;min-width:2.75rem}.portal__pull-handle:hover .portal__pull-bar{transform:translate(-5px)}.portal__pull-handle:focus-visible{outline:2px solid #6fa8ff;outline-offset:4px;border-radius:4px}.portal__pull-handle:disabled{cursor:default}.portal__pull-bar{display:block;width:clamp(11px,2.8vw,13px);height:100%;margin:0 auto;border-radius:5px;background:linear-gradient(90deg,#d8e4f8,#fff,#f0f4fc 70%,#c8d4e8);box-shadow:3px 0 14px #00005166,inset -2px 0 #fffffff2,inset 2px 0 #00009826;transition:transform .28s cubic-bezier(.22,1,.36,1)}.portal__pull-glow{position:absolute;left:50%;top:50%;width:130px;height:130px;margin:-65px 0 0 -65px;border-radius:50%;background:radial-gradient(circle,rgba(111,168,255,.4) 0%,transparent 68%);pointer-events:none;animation:knob-glow-breathe 2.6s ease-in-out infinite}.portal__knob-hint{position:absolute;left:clamp(56px,15vw,72px);top:50%;z-index:6;margin:0;padding:.2em 0;transform:translateY(-50%);font-family:JetBrains Mono,Consolas,monospace;font-size:clamp(.82rem,2.8vw,.98rem);font-weight:700;letter-spacing:.32em;color:#f5f8ff;text-shadow:0 0 24px rgba(40,116,252,.95),0 0 48px rgba(111,168,255,.5);animation:hint-bob 2.4s ease-in-out infinite;pointer-events:none;white-space:nowrap}.portal.is-opening .portal__hanging-sign,.portal.is-opening--css .portal__hanging-sign{opacity:0;transition:opacity .75s ease .35s}.portal.is-opening .portal__behind-bubble,.portal.is-opening--css .portal__behind-bubble{animation-duration:calc(var(--dur) * .5)}.portal.is-opening .portal__behind-bubbles,.portal.is-opening--css .portal__behind-bubbles{opacity:1}.portal.is-activating .portal__knob-hint,.portal.is-opening .portal__knob-hint,.portal.is-opening--css .portal__knob-hint{opacity:0;animation:none}.portal.is-opening--css .portal__door--glass{animation:portal-door-pull-open 1.65s cubic-bezier(.65,0,.35,1) .25s forwards}.portal.is-opening--css .portal__behind-warm,.portal.is-opening--css .portal__behind{animation:portal-behind-reveal 1.1s ease-out .3s forwards}.portal.is-opening--css .portal__stage{animation:portal-stage-zoom-out 2.25s cubic-bezier(.55,.06,.68,.19) .55s forwards}@keyframes portal-bar-neon-glow{0%,to{opacity:.88;filter:brightness(.95)}50%{opacity:1;filter:brightness(1.12)}}@keyframes portal-bar-neon-halo{0%,to{opacity:.65;transform:translate(-50%,-50%) scale(.96)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.04)}}@keyframes portal-glass-sheen{0%,to{transform:rotate(-8deg) translate(-8%);opacity:.5}50%{transform:rotate(-8deg) translate(12%);opacity:.9}}@keyframes knob-glow-breathe{0%,to{opacity:.65;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}@keyframes hint-bob{0%,to{transform:translateY(-50%)}50%{transform:translateY(calc(-50% + 5px))}}@keyframes portal-door-pull-open{0%{transform:translateZ(0) rotateY(0)}28%{transform:translateZ(52px) rotateY(0)}to{transform:translateZ(40px) rotateY(84deg)}}@keyframes portal-behind-reveal{0%{opacity:.85}to{opacity:1}}@keyframes portal-behind-bubble-rise{0%{transform:translateY(12%) scale(.92);opacity:0}8%{opacity:1}70%{opacity:.9}90%{opacity:0;transform:translateY(-95%) scale(1.08)}to{transform:translateY(-120%) scale(1.1);opacity:0}}@keyframes portal-stage-zoom-out{0%{transform:scale(1) translateZ(0);filter:brightness(1);opacity:1}to{transform:scale(7) translateZ(200px);filter:brightness(1.4) blur(4px);opacity:0}}.portal__voyage{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.portal__ocean{position:absolute;inset:0;overflow:hidden}.portal__ocean-surface{position:absolute;inset:0;background:radial-gradient(ellipse 100% 45% at 50% -5%,rgba(197,217,242,.25) 0%,transparent 55%),linear-gradient(180deg,rgba(40,116,252,.15) 0%,transparent 35%);animation:portal-surface-shimmer 8s ease-in-out infinite alternate}.portal__ocean-mist{position:absolute;inset:-20%;background:radial-gradient(ellipse 60% 50% at 30% 60%,rgba(0,0,152,.2),transparent 60%),radial-gradient(ellipse 55% 45% at 75% 40%,rgba(197,217,242,.15),transparent 58%);filter:blur(24px);animation:portal-mist-drift 20s ease-in-out infinite alternate}.portal__ocean-abyss{position:absolute;inset:0;background:radial-gradient(ellipse 95% 80% at 50% 75%,#2874fc33,#0000988c 45%,#000051)}.portal__ocean-rays{position:absolute;inset:0;background:repeating-linear-gradient(95deg,transparent 0,transparent 80px,rgba(197,217,242,.04) 80px,rgba(40,116,252,.06) 160px);opacity:.6;animation:portal-ocean-rays 30s linear infinite}.portal__vortex{position:absolute;left:50%;top:46%;width:min(520px,95vw);height:min(520px,95vw);margin:calc(min(260px,47.5vw)*-1);border-radius:50%;opacity:.35;background:conic-gradient(from 0deg,transparent 0deg,rgba(40,116,252,.35) 60deg,rgba(197,217,242,.2) 120deg,transparent 180deg,rgba(0,0,152,.4) 240deg,transparent 360deg);filter:blur(28px);z-index:0}.portal__shade{position:absolute;inset:0;z-index:1;background:radial-gradient(ellipse 48% 42% at 50% 52%,#2874fc1a,#00009873,#000051e0)}.portal__spotlight{position:absolute;inset:0;z-index:4;background:radial-gradient(ellipse clamp(90px,22vw,140px) clamp(150px,36vw,220px) at 36% 50%,transparent 0%,rgba(40,116,252,.08) 38%,rgba(0,0,80.6,.55) 62%,rgba(0,8,45,.88) 100%);animation:portal-spotlight-pulse 3.2s ease-in-out infinite;transition:opacity .45s ease}.portal.is-opening .portal__spotlight,.portal.is-opening--css .portal__spotlight{opacity:0}.portal__depth{position:absolute;inset:0;z-index:0;opacity:0;background:linear-gradient(180deg,#2874fc8c,#000098d9 32%,#000051fa 72%,#000051)}.portal__flood{position:absolute;inset:0;opacity:0;background:radial-gradient(ellipse 90% 85% at 50% 50%,rgba(40,116,252,.18) 0%,rgba(0,0,152,.28) 45%,transparent 72%);mix-blend-mode:soft-light}.portal__caustics{position:absolute;inset:-25%;background:radial-gradient(ellipse 48% 38% at 28% 42%,rgba(197,217,242,.45),transparent 58%),radial-gradient(ellipse 42% 32% at 72% 58%,rgba(40,116,252,.35),transparent 55%);animation:portal-caustics 12s ease-in-out infinite alternate;mix-blend-mode:screen}.portal__caustics--2{animation-duration:16s;animation-delay:-4s;opacity:.7;filter:blur(2px)}.portal__beam{position:absolute;inset:0;opacity:0;z-index:3;background:linear-gradient(180deg,rgba(40,116,252,.12) 0%,rgba(0,0,152,.08) 40%,transparent 70%);filter:blur(12px)}.portal__flash{position:absolute;inset:0;opacity:0;z-index:9;visibility:hidden;background:radial-gradient(ellipse 55% 45% at 50% 52%,rgba(197,217,242,.85) 0%,rgba(40,116,252,.35) 35%,transparent 70%);mix-blend-mode:screen}.portal.is-opening .portal__speedlines,.portal.is-opening--css .portal__speedlines{clip-path:ellipse(44% 50% at 50% 52%)}.portal__shockwave{position:absolute;left:50%;top:48%;width:80px;height:80px;margin:-40px;border-radius:50%;border:2px solid rgba(197,217,242,.85);box-shadow:0 0 40px #2874fccc,inset 0 0 24px #c5d9f266;opacity:0;z-index:7}.portal__speedlines{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:8}.portal__speedline{position:absolute;width:3px;height:var(--len);margin-top:calc(var(--len) * -.5);transform:rotate(var(--angle));transform-origin:50% 100%;opacity:0;background:linear-gradient(to top,transparent,rgba(197,217,242,.9) 40%,rgba(255,255,255,.95));border-radius:2px;filter:blur(.5px)}.portal__speedline--thin{width:1.5px;background:linear-gradient(to top,transparent,rgba(40,116,252,.55) 50%,rgba(197,217,242,.85) 100%);filter:blur(.35px)}.portal__type{position:absolute;left:50%;top:46%;z-index:12;transform:translate(-50%,-50%);text-align:center;opacity:0;transition:opacity .3s ease}.portal__type.is-active{opacity:1}.portal__type-line{margin:0;font-family:JetBrains Mono,Consolas,monospace;font-size:clamp(1.5rem,5.5vw,2.35rem);font-weight:500;letter-spacing:.12em;color:#f5f8ff;text-shadow:0 0 40px rgba(40,116,252,.5),0 2px 24px rgba(0,0,0,.35)}.portal__type-cursor{display:inline-block;width:2px;height:1.05em;margin-left:3px;vertical-align:-.12em;background:#2874fc;box-shadow:0 0 12px #2874fccc;animation:portal-type-cursor .85s step-end infinite}.portal__bubbles{position:absolute;inset:0;overflow:hidden;z-index:4;opacity:1;mask-image:linear-gradient(to top,black 0%,black 45%,transparent 82%)}.portal__bubble{position:absolute;bottom:-8%;left:var(--left);width:var(--size);height:var(--size);border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.55) 0%,rgba(197,217,242,.35) 50%,transparent 100%);filter:blur(1px);animation:portal-bubble-rise var(--dur) ease-in-out infinite;animation-delay:calc(var(--i) * -.8s);will-change:transform,opacity}.portal.is-opening .portal__bubble,.portal.is-opening--css .portal__bubble{animation-duration:calc(var(--dur) * .65)}.portal__pull{position:absolute;left:50%;top:48%;width:min(120px,30vw);height:min(120px,30vw);margin:calc(min(60px,15vw)*-1);border-radius:50%;border:2px solid rgba(197,217,242,.5);box-shadow:0 0 50px #2874fc8c,inset 0 0 36px #00009859;opacity:0;transform:scale(.5)}.portal__exterior{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:3;opacity:.28;filter:brightness(.5)}.portal__stars{position:absolute;inset:0;background-image:radial-gradient(1.5px 1.5px at 18% 28%,rgba(255,255,255,.4),transparent),radial-gradient(1px 1px at 62% 18%,rgba(197,217,242,.5),transparent),radial-gradient(1px 1px at 82% 48%,rgba(255,255,255,.3),transparent),radial-gradient(1px 1px at 42% 72%,rgba(40,116,252,.35),transparent);animation:portal-stars-twinkle 4s ease-in-out infinite alternate}.portal__hint{color:#c5d9f273;font-size:14px;margin:0;letter-spacing:.12em}.portal__stage:before{content:"";position:absolute;inset:-15%;background:radial-gradient(ellipse 55% 48% at 50% 55%,rgba(255,235,210,.12) 0%,transparent 68%);pointer-events:none;z-index:-1}.portal.is-opening--css .portal__speedline{animation:portal-speedline-burst .85s ease-in forwards;animation-delay:calc(var(--i) * 8ms + .28s)}.portal.is-opening--css .portal__depth{opacity:1;transition:opacity .7s ease .2s}.portal.is-opening--css .portal__shockwave{animation:portal-shockwave-expand 1.1s ease-out .35s forwards}.portal.is-opening--css .portal__pull{animation:portal-pull-ring 1.95s ease-in .65s forwards}.portal.is-opening--css{animation:portal-sink-out .7s ease 4.2s forwards}@keyframes portal-surface-shimmer{0%{opacity:.7}to{opacity:1}}@keyframes portal-mist-drift{0%{transform:translate(0)}to{transform:translate(3%,-2%)}}@keyframes portal-ocean-rays{0%{transform:translate(0)}to{transform:translate(160px)}}@keyframes portal-stars-twinkle{0%{opacity:.4}to{opacity:.75}}@keyframes portal-spotlight-pulse{0%,to{opacity:.92}50%{opacity:1}}@keyframes portal-caustics{0%{transform:translate(0) scale(1)}to{transform:translate(3%,-4%) scale(1.08)}}@keyframes portal-bubble-rise{0%{transform:translateY(0);opacity:0}15%{opacity:.5}to{transform:translateY(-90vh);opacity:0}}@keyframes portal-type-cursor{0%,to{opacity:1}50%{opacity:0}}@keyframes portal-speedline-burst{0%{opacity:0;transform:rotate(var(--angle)) scaleY(.15)}35%{opacity:.95}to{opacity:0;transform:rotate(var(--angle)) scaleY(3.2)}}@keyframes portal-shockwave-expand{to{transform:scale(5);opacity:0}}@keyframes portal-pull-ring{to{transform:scale(5);opacity:1}}@keyframes portal-sink-out{to{opacity:0;filter:blur(16px) brightness(.45)}}.portal{position:fixed;inset:0;z-index:10000;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(1rem,5vw,2rem);padding-bottom:calc(60px + clamp(1.25rem,5vw,2rem));background:linear-gradient(165deg,#000051,#001a5c 42%,#000098);perspective:1400px;overflow:hidden;transform-origin:50% 55%}:global(body.portal-active){overflow:hidden}:global(body.portal-active) .header,:global(body.portal-active) .bottom-nav{opacity:0;pointer-events:none}:global(body.portal-opened) .header,:global(body.portal-opened) .bottom-nav{animation:fade-in-nav .8s ease .3s forwards}@keyframes fade-in-nav{0%{opacity:0}to{opacity:1;pointer-events:auto}}@media(prefers-reduced-motion:reduce){.portal__vortex,.portal__caustics,.portal__stars,.portal__pull-glow,.portal__knob-hint,.portal__type-cursor,.portal__door-reflection,.portal__bar-neon-text,.portal__bar-neon-halo{animation:none}.portal__stage.is-zoom-out{animation:none;opacity:0}.portal__bubble,.portal__behind-bubble{animation:none;opacity:.5;bottom:20%}}.immersive-bg[data-astro-cid-hklo6t2j]{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;min-height:100%}.immersive-bg__shallow[data-astro-cid-hklo6t2j]{position:absolute;inset:0;background:linear-gradient(180deg,rgba(197,217,242,.08) 0%,transparent 35%,transparent 100%)}.immersive-bg__mid[data-astro-cid-hklo6t2j]{position:absolute;inset:0;opacity:.08;background:linear-gradient(180deg,transparent 0%,rgba(40,116,252,.25) 38%,rgba(0,0,152,.45) 68%,rgba(0,0,80.6,.55) 100%);will-change:opacity}.immersive-bg__deep[data-astro-cid-hklo6t2j]{position:absolute;inset:0;opacity:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,152,.35) 25%,rgba(0,0,80.6,.75) 55%,var(--sea-abyss) 100%);will-change:opacity}.immersive-bg__caustics[data-astro-cid-hklo6t2j]{position:absolute;inset:-15%;pointer-events:none}.immersive-bg__caustics--a[data-astro-cid-hklo6t2j]{background:radial-gradient(ellipse 50% 40% at 28% 35%,rgba(197,217,242,.5),transparent 58%),radial-gradient(ellipse 38% 30% at 75% 22%,rgba(40,116,252,.2),transparent 55%);animation:immersive-caustics-a 24s ease-in-out infinite alternate}.immersive-bg__caustics--b[data-astro-cid-hklo6t2j]{background:radial-gradient(ellipse 45% 35% at 60% 65%,rgba(0,0,152,.35),transparent 60%),radial-gradient(ellipse 30% 25% at 30% 75%,rgba(0,0,80.6,.25),transparent 55%);animation:immersive-caustics-b 30s ease-in-out infinite alternate;animation-delay:-8s}.immersive-bg__rays[data-astro-cid-hklo6t2j]{position:absolute;inset:0;opacity:calc(.42 * (1 - var(--lagoon-depth, 0)))}.immersive-bg__ray[data-astro-cid-hklo6t2j]{position:absolute;top:-6%;left:50%;width:clamp(32px,7vw,100px);height:min(70vh,640px);margin-left:calc(clamp(16px,3.5vw,50px)*-1);transform-origin:50% 0;transform:rotate(var(--rot));background:linear-gradient(180deg,rgba(197,217,242,.4) 0%,rgba(40,116,252,.1) 50%,transparent 100%);filter:blur(10px);animation:immersive-ray-sway calc(14s + var(--i) * 1.2s) ease-in-out infinite alternate;animation-delay:calc(var(--i) * -2s)}.immersive-bg__particles[data-astro-cid-hklo6t2j]{position:absolute;inset:0;opacity:calc(.35 + var(--lagoon-depth, 0) * .4)}.immersive-bg__particle[data-astro-cid-hklo6t2j]{position:absolute;left:var(--x);top:var(--y);width:var(--size);height:var(--size);border-radius:50%;background:color-mix(in srgb,var(--sea-shallow-mid) 70%,var(--sea-mid) 30%);box-shadow:0 0 5px #c5d9f266;animation:immersive-particle-float var(--dur) ease-in-out infinite;animation-delay:var(--delay);opacity:0}@keyframes immersive-caustics-a{0%{transform:translate(0)}to{transform:translate(2%,-2%)}}@keyframes immersive-caustics-b{0%{transform:translate(0)}to{transform:translate(-2%,3%)}}@keyframes immersive-ray-sway{0%{transform:rotate(var(--rot)) scaleX(.92)}to{transform:rotate(calc(var(--rot) + 3deg)) scaleX(1.05)}}@keyframes immersive-particle-float{0%,to{transform:translateY(0);opacity:0}20%{opacity:.4}to{transform:translateY(-24px);opacity:0}}@media(prefers-reduced-motion:reduce){.immersive-bg__caustics[data-astro-cid-hklo6t2j],.immersive-bg__ray[data-astro-cid-hklo6t2j],.immersive-bg__particle[data-astro-cid-hklo6t2j]{animation:none}}#main[data-astro-cid-dmqsi53g]{position:relative;z-index:1}#main>.section:last-child{padding-bottom:1.5rem}body.is-immersive .header[data-astro-cid-dmqsi53g]{background:#000098;border-bottom:none}body.is-header-menu-open .bottom-nav[data-astro-cid-dmqsi53g]{visibility:hidden;pointer-events:none}body.is-immersive .bottom-nav[data-astro-cid-dmqsi53g]{background:#000098;border-top-color:#c5d9f226}body.is-immersive #main[data-astro-cid-dmqsi53g]{background:#fff}.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:65dvh;display:grid;grid-template-rows:1fr auto;overflow:hidden;background:#000051}@media(min-width:640px){.hero[data-astro-cid-bbe6dxrz]{min-height:100dvh}}.hero--compact[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;min-height:0;background:#fff;padding:5rem clamp(1rem,4.5vw,1.5rem) 1rem}.hero__bg[data-astro-cid-bbe6dxrz]{position:absolute;inset:0}.hero__harbor[data-astro-cid-bbe6dxrz]{position:absolute;inset:-12% 0;width:100%;height:124%;object-fit:cover;object-position:center 32%;opacity:0;pointer-events:none;will-change:transform}.hero__vignette[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background:radial-gradient(ellipse 90% 55% at 50% 0%,rgba(0,0,80.6,.42) 0%,transparent 65%),linear-gradient(180deg,transparent 20%,rgba(0,0,80.6,.3) 52%,rgba(0,0,80.6,.97) 100%)}.hero__stage[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden}.hero__sil-wrap[data-astro-cid-bbe6dxrz]{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:clamp(180px,34vw,380px);max-height:62%;height:auto;display:flex;justify-content:center;align-items:flex-end}.hero__sil[data-astro-cid-bbe6dxrz]{width:auto;max-width:100%;max-height:62vh;height:auto;opacity:0;will-change:opacity;filter:drop-shadow(0 0 18px rgba(40,116,252,.45)) drop-shadow(0 8px 40px rgba(0,0,40,.6))}.hero__dialogue[data-astro-cid-bbe6dxrz]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(88vw,34rem);text-align:center;padding:0 1rem}.hero__qtext[data-astro-cid-bbe6dxrz]{font-family:Quicksand,Noto Sans JP,Hiragino Sans,Yu Gothic UI,Meiryo,sans-serif;font-size:clamp(1.7rem,5.8vw,3.2rem);font-weight:700;line-height:1.4;letter-spacing:.02em;color:#fff;margin:0;text-shadow:0 1px 0 rgba(0,0,0,.9),0 2px 8px rgba(0,0,0,.9),0 4px 24px rgba(0,0,40,.8);opacity:0;will-change:opacity}.hero__qfrom[data-astro-cid-bbe6dxrz]{font-family:JetBrains Mono,Consolas,monospace;font-size:clamp(.62rem,1.7vw,.75rem);font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#fff;margin:.9rem 0 0;opacity:0;text-shadow:0 0 8px rgba(232,136,74,.95),0 1px 0 rgba(0,0,0,.95),0 2px 12px rgba(0,0,0,.9)}.hero__foot[data-astro-cid-bbe6dxrz]{position:relative;z-index:3;padding:clamp(1.5rem,4dvh,2.5rem) clamp(1rem,4.5vw,1.5rem) clamp(3rem,8dvh,5rem)}.hero__actions[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;opacity:0}.hero__ghost[data-astro-cid-bbe6dxrz]{font-family:Noto Sans JP,Hiragino Sans,Yu Gothic UI,Meiryo,sans-serif;font-size:.9rem;font-weight:600;color:#ffffffb8;text-decoration:none;letter-spacing:.04em;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.28);transition:color .2s,border-color .2s}.hero__ghost[data-astro-cid-bbe6dxrz]:hover{color:#fff;border-color:#ffffffa6}.hero__body[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;text-align:center}.hero__heading[data-astro-cid-bbe6dxrz]{font-size:clamp(1.15rem,4.8vw,1.6rem);font-weight:600;color:#000098;margin:0 0 .5rem}.hero__sub[data-astro-cid-bbe6dxrz]{font-size:.875rem;color:#3d5278;margin:0}.hero__scroll[data-astro-cid-bbe6dxrz]{position:absolute;right:clamp(1rem,4.5vw,1.5rem);bottom:clamp(1.5rem,4dvh,3rem);z-index:3;display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:0}.hero__scroll-line[data-astro-cid-bbe6dxrz]{width:1px;height:48px;background:linear-gradient(transparent,#c5d9f280);animation:hero-scroll-pulse 2.4s ease-in-out infinite}.hero__scroll-text[data-astro-cid-bbe6dxrz]{font-family:JetBrains Mono,Consolas,monospace;font-size:8px;letter-spacing:.22em;text-transform:uppercase;color:#c5d9f273;writing-mode:vertical-rl}.hero--compact+.section{padding-top:1.5rem}@keyframes hero-scroll-pulse{0%,to{opacity:.35;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.12)}}@media(prefers-reduced-motion:reduce){.hero__scroll-line[data-astro-cid-bbe6dxrz]{animation:none}.hero__harbor[data-astro-cid-bbe6dxrz]{transform:none!important}.hero__qtext[data-astro-cid-bbe6dxrz]{opacity:1!important;filter:none!important;transform:none!important}}.wave-divider[data-astro-cid-5baqliqx]{display:block;width:100%;height:clamp(32px,5vw,56px);line-height:0}.wave-divider[data-astro-cid-5baqliqx] svg[data-astro-cid-5baqliqx]{display:block;width:100%;height:100%;fill:var(--wave-fill, #ffffff)}.wave-divider[data-astro-cid-5baqliqx]{margin-top:-1px}.wave-divider--flip[data-astro-cid-5baqliqx]{display:block;width:100%;height:clamp(32px,5vw,56px);line-height:0}.wave-divider--flip[data-astro-cid-5baqliqx] svg[data-astro-cid-5baqliqx]{display:block;width:100%;height:100%;fill:var(--wave-fill, #ffffff)}.wave-divider--flip[data-astro-cid-5baqliqx]{transform:scaleY(-1);margin-top:0;margin-bottom:-1px}:root{--section-wave-default: #ffffff;--section-wave-alt: #d4e4f8;--section-wave-slice: #ffffff;--section-wave-brand: #000098}.section[data-astro-cid-sh445jdo]{padding:clamp(3rem,6.5vw,4.75rem) 0;position:relative;z-index:1;background:#fff}.section--flow[data-astro-cid-sh445jdo]{padding-top:0;padding-bottom:0}.section--flow[data-astro-cid-sh445jdo] .section__inner[data-astro-cid-sh445jdo]{padding-block:clamp(3rem,6.5vw,4.75rem)}.section--alt[data-astro-cid-sh445jdo]{background:radial-gradient(circle,rgba(0,0,152,.07) 1px,transparent 1px) 0 0/28px 28px,#d4e4f8}.section--slice[data-astro-cid-sh445jdo]{background:#fff}.section--brand[data-astro-cid-sh445jdo]{--diag: clamp(32px, 4.5vw, 64px);background:linear-gradient(150deg,#000098,#000051);color:#f5f8ff;position:relative;z-index:2;margin-top:calc(var(--diag) * -1);padding-top:calc(clamp(3rem,6.5vw,4.75rem) + var(--diag));clip-path:polygon(0 var(--diag),100% 0,100% 100%,0 100%);overflow:hidden}.section--brand[data-astro-cid-sh445jdo]:after{content:attr(id);position:absolute;top:.1em;right:-.02em;font-family:Quicksand,Noto Sans JP,Hiragino Sans,Yu Gothic UI,Meiryo,sans-serif;font-size:clamp(5rem,16vw,12rem);font-weight:800;letter-spacing:-.04em;text-transform:uppercase;color:#ffffff0d;line-height:1;pointer-events:none;user-select:none}.section--brand[data-astro-cid-sh445jdo] .section__eyebrow[data-astro-cid-sh445jdo]{color:#c5d9f2}.section--brand[data-astro-cid-sh445jdo] .section__title[data-astro-cid-sh445jdo],.section--brand[data-astro-cid-sh445jdo] .section__title-line[data-astro-cid-sh445jdo]{color:#f5f8ff}.section--brand[data-astro-cid-sh445jdo] .section__subtitle[data-astro-cid-sh445jdo],.section--brand[data-astro-cid-sh445jdo] .section__body[data-astro-cid-sh445jdo]{color:#b8cceb}.section--brand[data-astro-cid-sh445jdo] .section__rule[data-astro-cid-sh445jdo]{background:#2874fc}.section--faq[data-astro-cid-sh445jdo]{--diag: clamp(32px, 4.5vw, 64px);background:linear-gradient(180deg,#2874fc,#035bf8);color:#f5f8ff;position:relative;z-index:2;margin-top:calc(var(--diag) * -1);padding-top:calc(clamp(3rem,6.5vw,4.75rem) + var(--diag));clip-path:polygon(0 0,100% var(--diag),100% 100%,0 100%);overflow:hidden}.section--faq[data-astro-cid-sh445jdo]:after{content:"Q&A";position:absolute;top:.1em;right:-.02em;font-family:Quicksand,Noto Sans JP,Hiragino Sans,Yu Gothic UI,Meiryo,sans-serif;font-size:clamp(5rem,16vw,12rem);font-weight:800;letter-spacing:-.04em;color:#ffffff0d;line-height:1;pointer-events:none;user-select:none}.section--faq[data-astro-cid-sh445jdo] .section__eyebrow[data-astro-cid-sh445jdo]{color:#ffffffd9}.section--faq[data-astro-cid-sh445jdo] .section__title[data-astro-cid-sh445jdo],.section--faq[data-astro-cid-sh445jdo] .section__title-line[data-astro-cid-sh445jdo]{color:#fff}.section--faq[data-astro-cid-sh445jdo] .section__subtitle[data-astro-cid-sh445jdo]{color:#ffffffe0}.section--faq[data-astro-cid-sh445jdo] .section__rule[data-astro-cid-sh445jdo]{background:#ffffffe6}.section--flow[data-astro-cid-sh445jdo].section--alt,.section--flow[data-astro-cid-sh445jdo].section--slice{background:transparent}.section--align-center[data-astro-cid-sh445jdo]{text-align:left}.section--align-center[data-astro-cid-sh445jdo] .section__header[data-astro-cid-sh445jdo],.section--align-center[data-astro-cid-sh445jdo] .section__body[data-astro-cid-sh445jdo],.section--align-center[data-astro-cid-sh445jdo] .section__subtitle[data-astro-cid-sh445jdo]{margin-inline:0}.section--align-center[data-astro-cid-sh445jdo] .section__rule[data-astro-cid-sh445jdo]{margin-inline:auto}.section__inner[data-astro-cid-sh445jdo]{width:min(100% - clamp(1rem,4.5vw,1.5rem) * 2,68rem);margin-inline:auto;padding-inline:0;position:relative;z-index:1}.section__header[data-astro-cid-sh445jdo]{margin-bottom:2.5rem;max-width:36rem}.section--align-center[data-astro-cid-sh445jdo] .section__header[data-astro-cid-sh445jdo]{max-width:28rem}.section__eyebrow[data-astro-cid-sh445jdo]{display:block;margin:0 0 .5rem;font-family:Quicksand,Noto Sans JP,Hiragino Sans,Yu Gothic UI,Meiryo,sans-serif;font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#000098}.section__title[data-astro-cid-sh445jdo]{font-size:clamp(1.75rem,5vw,2.75rem);font-weight:700;color:#000098;letter-spacing:-.01em;line-height:1.15}.section__title--split[data-astro-cid-sh445jdo]{display:flex;flex-direction:column;gap:.05em;font-size:clamp(2rem,6vw,3.25rem);line-height:1.1}.section__title-line[data-astro-cid-sh445jdo]{display:block;color:#000098}@media(min-width:768px){.section__title-line[data-astro-cid-sh445jdo]:nth-child(2n){padding-left:.35em;color:#0c1a3d}}.section__rule[data-astro-cid-sh445jdo]{display:block;width:48px;height:3px;margin-top:1rem;background:#000098;border-radius:2px}.section__subtitle[data-astro-cid-sh445jdo]{color:#3d5278;font-family:Noto Sans JP,Hiragino Sans,Yu Gothic UI,Meiryo,sans-serif;font-size:15px;font-weight:400;max-width:32rem;line-height:1.75;margin-top:1rem}.section__body[data-astro-cid-sh445jdo]{font-size:15px;line-height:1.75;color:#3d5278}
