:root{--bg: #0e1014;--bg-darker: #0a0c10;--bg-soft: #161a21;--ink: #1a1a1a;--ink-soft: #4a4a4a;--paper: #f6f3ec;--paper-soft: #ebe6db;--paper-deep: #e0d9c7;--gold: #c9a55a;--gold-deep: #a07e36;--accent: #d94f3a;--line: rgba(0,0,0,.08);--line-color: rgba(255,255,255,.1);--line-green: #06c755;--field-bg: rgba(255,255,255,.04);--field-border: rgba(255,255,255,.12);--field-border-focus: var(--gold)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:70px}html,body{overflow-x:hidden;height:100%}body{font-family:Noto Sans JP,sans-serif;background:var(--bg);color:#fff;line-height:1.7;-webkit-font-smoothing:antialiased;line-break:strict}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{text-wrap:balance;word-break:auto-phrase}p{text-wrap:pretty;word-break:auto-phrase}@keyframes rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.global-header[data-astro-cid-fxjp6jr6]{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 32px;display:flex;justify-content:space-between;align-items:center;gap:12px;background:linear-gradient(180deg,rgba(14,16,20,.6),transparent);transition:background .3s ease,padding .3s ease,border-color .3s ease}.global-header[data-astro-cid-fxjp6jr6].scrolled{background:#0e1014eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:12px 32px;border-bottom:1px solid rgba(255,255,255,.08)}.gh-logo[data-astro-cid-fxjp6jr6]{display:inline-flex;align-items:center;gap:10px;font-family:Bodoni Moda,serif;font-weight:900;font-size:18px;letter-spacing:.15em;color:#fff}.gh-mark[data-astro-cid-fxjp6jr6]{width:36px;height:36px;flex-shrink:0;filter:brightness(0) invert(1)}.gh-words[data-astro-cid-fxjp6jr6]{display:inline-block;line-height:1.1}.gh-logo[data-astro-cid-fxjp6jr6] .accent[data-astro-cid-fxjp6jr6]{color:var(--gold)}.gh-logo[data-astro-cid-fxjp6jr6] .sub[data-astro-cid-fxjp6jr6]{display:block;font-family:Noto Sans JP,sans-serif;font-weight:300;font-size:9px;letter-spacing:.3em;color:#fff9;margin-top:2px}.gh-cta[data-astro-cid-fxjp6jr6]{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:var(--gold);color:var(--bg);font-size:12px;font-weight:700;letter-spacing:.1em;border-radius:2px;transition:background .3s ease}.gh-cta[data-astro-cid-fxjp6jr6]:hover{background:#fff}.gh-burger[data-astro-cid-fxjp6jr6]{display:none;background:transparent;border:0;padding:8px;width:40px;height:40px;cursor:pointer;position:relative;z-index:102}.gh-burger[data-astro-cid-fxjp6jr6] span[data-astro-cid-fxjp6jr6]{display:block;width:22px;height:2px;margin:5px auto;background:#fff;border-radius:1px;transition:transform .3s ease,opacity .2s ease}.gh-burger[data-astro-cid-fxjp6jr6].is-open span[data-astro-cid-fxjp6jr6]:nth-child(1){transform:translateY(7px) rotate(45deg)}.gh-burger[data-astro-cid-fxjp6jr6].is-open span[data-astro-cid-fxjp6jr6]:nth-child(2){opacity:0}.gh-burger[data-astro-cid-fxjp6jr6].is-open span[data-astro-cid-fxjp6jr6]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.gh-overlay[data-astro-cid-fxjp6jr6]{position:fixed;inset:0;background:#0000008c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:99}.gh-overlay[data-astro-cid-fxjp6jr6].is-open{opacity:1;visibility:visible}.gh-drawer[data-astro-cid-fxjp6jr6]{position:fixed;top:0;right:0;height:100%;width:min(82vw,340px);background:var(--bg-darker);border-left:1px solid rgba(255,255,255,.06);transform:translate(100%);transition:transform .35s cubic-bezier(.2,.7,.2,1);z-index:101;display:flex;flex-direction:column;padding:88px 28px 28px;visibility:hidden;overflow-y:auto}.gh-drawer[data-astro-cid-fxjp6jr6].is-open{transform:translate(0);visibility:visible}.gh-drawer-nav[data-astro-cid-fxjp6jr6]{display:flex;flex-direction:column;margin-bottom:28px}.gh-drawer-link[data-astro-cid-fxjp6jr6]{display:flex;align-items:center;justify-content:space-between;padding:16px 0;color:#fff;font-size:15px;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,.08);transition:color .2s ease}.gh-drawer-link[data-astro-cid-fxjp6jr6]:hover{color:var(--gold)}.gh-drawer-link[data-astro-cid-fxjp6jr6]:hover .gh-drawer-link-arrow[data-astro-cid-fxjp6jr6]{transform:translate(4px);color:var(--gold)}.gh-drawer-link-arrow[data-astro-cid-fxjp6jr6]{font-family:Bodoni Moda,serif;font-style:italic;color:#fff6;transition:transform .2s ease,color .2s ease}.gh-drawer-actions[data-astro-cid-fxjp6jr6]{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.gh-drawer-cta[data-astro-cid-fxjp6jr6]{display:block;text-align:center;padding:16px;background:var(--gold);color:var(--ink);font-weight:700;font-size:13px;letter-spacing:.1em;border-radius:2px;transition:background .25s ease}.gh-drawer-cta[data-astro-cid-fxjp6jr6]:hover{background:#fff}.gh-drawer-line[data-astro-cid-fxjp6jr6]{display:block;text-align:center;padding:16px;background:var(--line-green);color:#fff;font-weight:700;font-size:13px;letter-spacing:.05em;border-radius:2px;transition:opacity .25s ease}.gh-drawer-line[data-astro-cid-fxjp6jr6]:hover{opacity:.9}.gh-drawer-info[data-astro-cid-fxjp6jr6]{margin-top:auto;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);font-size:12px;color:#ffffffa6;line-height:1.7}.gh-drawer-phone[data-astro-cid-fxjp6jr6]{display:flex;flex-direction:column;margin-bottom:8px}.gh-drawer-phone[data-astro-cid-fxjp6jr6] .label[data-astro-cid-fxjp6jr6]{font-size:11px;letter-spacing:.15em;color:#ffffff80}.gh-drawer-phone[data-astro-cid-fxjp6jr6] a[data-astro-cid-fxjp6jr6]{font-family:Bodoni Moda,serif;font-weight:700;font-size:20px;letter-spacing:.05em;color:var(--gold);margin-top:2px}.gh-drawer-addr[data-astro-cid-fxjp6jr6]{font-size:12px}body.drawer-open{overflow:hidden}@media (max-width: 768px){.global-header[data-astro-cid-fxjp6jr6]{padding:12px 12px 12px 16px;gap:8px}.global-header[data-astro-cid-fxjp6jr6].scrolled{padding:10px 12px 10px 16px}.gh-logo[data-astro-cid-fxjp6jr6]{font-size:14px;letter-spacing:.1em;gap:8px}.gh-mark[data-astro-cid-fxjp6jr6]{width:30px;height:30px}.gh-logo[data-astro-cid-fxjp6jr6] .sub[data-astro-cid-fxjp6jr6]{font-size:8px;letter-spacing:.2em}.gh-cta[data-astro-cid-fxjp6jr6]{padding:9px 12px;font-size:11px;letter-spacing:.05em;margin-left:auto}.gh-burger[data-astro-cid-fxjp6jr6]{display:block;margin-left:0}}@media (max-width: 360px){.gh-logo[data-astro-cid-fxjp6jr6] .sub[data-astro-cid-fxjp6jr6]{display:none}.gh-cta[data-astro-cid-fxjp6jr6]{padding:8px 10px;font-size:10px}}.global-footer[data-astro-cid-cabkkcqy]{background:var(--bg-darker);color:#ffffffb3;padding:64px 24px 32px;border-top:1px solid var(--line-color)}.gf-inner[data-astro-cid-cabkkcqy]{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:48px;padding-bottom:40px;border-bottom:1px solid var(--line-color)}.gf-mark[data-astro-cid-cabkkcqy]{width:56px;height:56px;filter:brightness(0) invert(1);opacity:.9;margin-bottom:18px;display:block}.gf-brand[data-astro-cid-cabkkcqy] .logo-big[data-astro-cid-cabkkcqy]{font-family:Bodoni Moda,serif;font-weight:900;font-size:22px;letter-spacing:.15em;color:#fff;margin-bottom:8px}.gf-brand[data-astro-cid-cabkkcqy] .logo-big[data-astro-cid-cabkkcqy] .accent[data-astro-cid-cabkkcqy]{color:var(--gold)}.gf-brand[data-astro-cid-cabkkcqy] .tagline[data-astro-cid-cabkkcqy]{font-family:"Noto Serif JP",serif;font-style:italic;color:var(--gold);font-size:12px;letter-spacing:.2em;margin-bottom:20px}.gf-brand[data-astro-cid-cabkkcqy] .desc[data-astro-cid-cabkkcqy]{font-size:13px;line-height:1.85;color:#fff9;letter-spacing:.02em}.gf-col[data-astro-cid-cabkkcqy] h4[data-astro-cid-cabkkcqy]{font-family:Bodoni Moda,serif;font-style:italic;font-size:12px;letter-spacing:.25em;color:var(--gold);margin-bottom:18px;text-transform:uppercase}.gf-col[data-astro-cid-cabkkcqy] ul[data-astro-cid-cabkkcqy]{list-style:none}.gf-col[data-astro-cid-cabkkcqy] ul[data-astro-cid-cabkkcqy] li[data-astro-cid-cabkkcqy]{margin-bottom:10px;font-size:13px;letter-spacing:.03em}.gf-col[data-astro-cid-cabkkcqy] ul[data-astro-cid-cabkkcqy] li[data-astro-cid-cabkkcqy] a[data-astro-cid-cabkkcqy]{color:#ffffffbf;transition:color .3s ease}.gf-col[data-astro-cid-cabkkcqy] ul[data-astro-cid-cabkkcqy] li[data-astro-cid-cabkkcqy] a[data-astro-cid-cabkkcqy]:hover{color:var(--gold)}.gf-sns[data-astro-cid-cabkkcqy]{margin-top:18px;display:flex;gap:10px}.gf-sns-link[data-astro-cid-cabkkcqy]{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.18);border-radius:50%;color:#ffffffbf;transition:color .25s ease,border-color .25s ease,background .25s ease,transform .25s ease}.gf-sns-link[data-astro-cid-cabkkcqy]:hover{color:var(--gold);border-color:var(--gold);background:#c9a55a0f;transform:translateY(-2px)}.gf-sns-link[data-astro-cid-cabkkcqy] svg[data-astro-cid-cabkkcqy]{width:20px;height:20px;display:block}.gf-bottom[data-astro-cid-cabkkcqy]{max-width:1180px;margin:32px auto 0;display:flex;justify-content:space-between;align-items:center;font-size:11px;color:#fff6;letter-spacing:.1em;flex-wrap:wrap;gap:12px}.gf-bottom[data-astro-cid-cabkkcqy] .copyright[data-astro-cid-cabkkcqy]{font-family:Bodoni Moda,serif;font-style:italic}.gf-legal[data-astro-cid-cabkkcqy]{display:inline-flex;align-items:center;gap:8px}.gf-legal[data-astro-cid-cabkkcqy] a[data-astro-cid-cabkkcqy]{color:#fff9;transition:color .25s ease;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#fff3}.gf-legal[data-astro-cid-cabkkcqy] a[data-astro-cid-cabkkcqy]:hover{color:var(--gold);text-decoration-color:var(--gold)}.gf-legal[data-astro-cid-cabkkcqy] .dot[data-astro-cid-cabkkcqy]{opacity:.5}@media (max-width: 768px){.global-footer[data-astro-cid-cabkkcqy]{padding:48px 20px 24px}.gf-inner[data-astro-cid-cabkkcqy]{grid-template-columns:1fr;gap:32px}.gf-bottom[data-astro-cid-cabkkcqy]{flex-direction:column;align-items:flex-start}}
