:root{--ink:#181433;--ink-2:#241d4d;--ink-3:#322a63;--paper:#fdfaf3;--paper-2:#f4eee1;--gold:#d9b25f;--gold-soft:#f0d9a0;--accent:#e4708a;--accent-2:#6fb3c8;--text:#2a2438;--text-mute:#6d667e;--line:#2a243824;--radius:16px;--radius-lg:24px;--shadow:0 2px 10px #18143314;--shadow-lg:0 10px 34px #18143329;--font:"Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", Meiryo, system-ui, sans-serif;--font-serif:"Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;--page:480px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{font-family:var(--font);color:var(--text);background:var(--ink);letter-spacing:.02em;-webkit-font-smoothing:antialiased;margin:0;font-size:15px;line-height:1.75;overflow-x:hidden}h1,h2,h3,h4{letter-spacing:.04em;margin:0;font-weight:700;line-height:1.4}p{margin:0 0 1em}a{color:inherit}img,svg{max-width:100%}button{font:inherit;color:inherit}.shell{max-width:var(--page);background:var(--paper);flex-direction:column;min-height:100dvh;margin:0 auto;display:flex;position:relative;box-shadow:0 0 60px #00000059}.body{flex:1;padding:0 20px 40px}.section{margin:32px 0}.card{border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--line);background:#fff;padding:20px}.eyebrow{letter-spacing:.22em;color:var(--gold);text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:700}.heading{font-family:var(--font-serif);letter-spacing:.08em;align-items:center;gap:10px;margin-bottom:14px;font-size:21px;display:flex}.heading:before{content:"";background:linear-gradient(var(--gold), var(--accent));border-radius:2px;flex:none;width:4px;height:20px}.mute{color:var(--text-mute);font-size:13px}.btn{background:linear-gradient(135deg, var(--ink-3), var(--ink));width:100%;min-height:56px;color:var(--paper);letter-spacing:.1em;cursor:pointer;box-shadow:var(--shadow-lg);border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;font-size:17px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:flex}.btn:active{transform:translateY(2px)scale(.99);box-shadow:0 4px 14px #18143333}.btn--gold{background:linear-gradient(135deg, #e8c884, var(--gold));color:#4a350c}.btn--ghost{color:var(--ink);border:1.5px solid var(--line);box-shadow:none;background:0 0;min-height:48px;font-size:15px}.scroll-x{-webkit-overflow-scrolling:touch;overflow-x:auto}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}:where(a,button,input,select):focus-visible{outline:3px solid var(--accent-2);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.header.svelte-12qhfyh{z-index:30;padding:max(10px, env(safe-area-inset-top)) 16px 10px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#fdfaf3db;justify-content:space-between;align-items:center;gap:12px;display:flex;position:sticky;top:0}.logo.svelte-12qhfyh{align-items:center;gap:10px;text-decoration:none;display:flex}.logo__mark.svelte-12qhfyh{background:linear-gradient(135deg, var(--ink-3), var(--ink));width:34px;height:34px;color:var(--gold-soft);font-family:var(--font-serif);border-radius:10px;flex:none;place-items:center;font-size:18px;display:grid}.logo__text.svelte-12qhfyh{flex-direction:column;line-height:1.2;display:flex}.logo__text.svelte-12qhfyh strong:where(.svelte-12qhfyh){letter-spacing:.06em;font-size:14px}.logo__text.svelte-12qhfyh small:where(.svelte-12qhfyh){color:var(--text-mute);letter-spacing:.14em;font-size:10px}.menu-btn.svelte-12qhfyh{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;display:grid}.bars.svelte-12qhfyh{gap:4px;display:grid}.bars.svelte-12qhfyh i:where(.svelte-12qhfyh){background:var(--ink);border-radius:2px;width:17px;height:2px;transition:transform .22s,opacity .22s;display:block}.bars.open.svelte-12qhfyh i:where(.svelte-12qhfyh):first-child{transform:translateY(6px)rotate(45deg)}.bars.open.svelte-12qhfyh i:where(.svelte-12qhfyh):nth-child(2){opacity:0}.bars.open.svelte-12qhfyh i:where(.svelte-12qhfyh):nth-child(3){transform:translateY(-6px)rotate(-45deg)}.scrim.svelte-12qhfyh{z-index:35;cursor:pointer;background:#18143373;border:none;position:fixed;inset:0}.nav.svelte-12qhfyh{z-index:40;top:0;right:max(0px, calc(50vw - var(--page) / 2));background:var(--ink);width:min(320px,86vw);height:100dvh;color:var(--paper);padding:28px 22px calc(28px + env(safe-area-inset-bottom));visibility:hidden;box-shadow:var(--shadow-lg);transition:transform .28s cubic-bezier(.22,1,.36,1),visibility 0s linear .28s;position:fixed;overflow-y:auto;transform:translate(105%)}.nav.open.svelte-12qhfyh{visibility:visible;transition:transform .28s cubic-bezier(.22,1,.36,1),visibility;transform:translate(0)}.nav__title.svelte-12qhfyh{letter-spacing:.3em;color:var(--gold);margin-bottom:16px;font-size:11px}.nav.svelte-12qhfyh ul:where(.svelte-12qhfyh){margin:0;padding:0;list-style:none}.nav.svelte-12qhfyh li:where(.svelte-12qhfyh)+li:where(.svelte-12qhfyh){border-top:1px solid #fdfaf31f}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh){padding:13px 0;text-decoration:none;display:block}.nav.svelte-12qhfyh a[aria-current=page]:where(.svelte-12qhfyh) .nav__label:where(.svelte-12qhfyh){color:var(--gold-soft)}.nav__label.svelte-12qhfyh{font-size:15px;font-weight:600;display:block}.nav__note.svelte-12qhfyh{color:#fdfaf38c;font-size:11px;display:block}.footer.svelte-12qhfyh{background:var(--ink);color:#fdfaf3bf;padding:32px 20px calc(28px + env(safe-area-inset-bottom));text-align:center}.footer__lead.svelte-12qhfyh{font-family:var(--font-serif);color:var(--gold-soft);letter-spacing:.14em;margin-bottom:14px}.footer__links.svelte-12qhfyh{flex-wrap:wrap;justify-content:center;gap:8px 16px;margin:0 0 16px;padding:0;font-size:12px;list-style:none;display:flex}.footer__links.svelte-12qhfyh a:where(.svelte-12qhfyh){border-bottom:1px solid #fdfaf340;padding-bottom:2px;text-decoration:none}.footer__copy.svelte-12qhfyh{letter-spacing:.1em;color:#fdfaf373;margin:0;font-size:11px}
