:root{--bg:#1a1a17;--fg:#e6dfd0;--fg-muted:#e6dfd099;--fg-faint:#e6dfd04d;--hairline:#e6dfd01f;--placeholder:#23231f;--font-serif:"Shippori Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "Noto Serif JP", "Noto Serif CJK JP", serif;--font-sans:"Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Noto Sans CJK JP", "Yu Gothic Medium", "Yu Gothic", "Meiryo", system-ui, sans-serif;--font-mono:"Courier New", Courier, "Nimbus Mono PS", "Liberation Mono", monospace;--max:640px;--pad:24px;--bar-h:48px;--header-h:64px;--side:6vw}*{box-sizing:border-box}html{background:var(--bg);color:var(--fg);font-family:var(--font-serif);letter-spacing:.04em;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;scroll-behavior:smooth;font-size:16px;font-weight:500;line-height:2;overflow-x:clip}body{background:var(--bg);min-height:100svh;color:var(--fg);padding-bottom:calc(var(--bar-h) + env(safe-area-inset-bottom));margin:0}h1,h2,h3,p,ul,ol,dl,dd,figure,fieldset{margin:0;padding:0}h1,h2,h3{font-weight:500}ul,ol{list-style:none}fieldset{border:0;min-width:0}[hidden]{display:none!important}legend{padding:0}img,video,iframe{max-width:100%;display:block}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}a{color:inherit;text-decoration:none}p a,li a,dd a{text-decoration:underline;text-decoration-color:var(--fg-faint);text-underline-offset:.3em;text-decoration-thickness:1px}:focus-visible{outline:1px solid var(--fg);outline-offset:4px}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.wrap,.side{max-width:var(--max);padding-left:var(--pad);padding-right:var(--pad);margin:0 auto}@media (width>=768px){.side{max-width:480px}.side.is-left{margin-left:var(--side);margin-right:auto}.side.is-right{margin-left:auto;margin-right:var(--side);text-align:left}}.section{padding-top:72px;padding-bottom:72px}.section+.section{padding-top:0}.ui{font-family:var(--font-sans);letter-spacing:.08em;font-weight:400;line-height:1.6}.label{font-family:var(--font-sans);letter-spacing:.12em;color:var(--fg-muted);margin-bottom:28px;font-size:12px;font-weight:400}.muted{color:var(--fg-muted)}.small{font-size:13px}.mono{font-family:var(--font-sans);letter-spacing:.08em}.lockup{--lockup-h:40px;line-height:1;display:inline-block}.lockup-text{font-family:var(--font-mono);letter-spacing:.12em;white-space:nowrap;font-size:20px;font-weight:400;line-height:1.2}.lockup-text small{letter-spacing:.2em;color:var(--fg-muted);margin-top:2px;font-size:11px;display:block}.btn{background:var(--fg);width:100%;min-height:52px;color:var(--bg);font-family:var(--font-sans);letter-spacing:.08em;border-radius:2px;justify-content:center;align-items:center;padding:12px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:opacity .2s;display:flex}.btn:hover{opacity:.85}.btn:active{opacity:.7}.btn-text{font-family:var(--font-sans);letter-spacing:.08em;color:var(--fg-muted);text-decoration:underline;text-decoration-color:var(--fg-faint);text-underline-offset:.3em;padding:8px 0;font-size:13px;text-decoration-thickness:1px;transition:color .2s;display:inline-block}.btn-text:hover{color:var(--fg)}.ph{background:var(--placeholder);width:100%}.ph-4x5{aspect-ratio:4/5}.ph-1x1{aspect-ratio:1}.ph img{object-fit:cover;width:100%;height:100%}.bleed{margin-left:calc(var(--pad) * -1);margin-right:calc(var(--pad) * -1)}@media (width>=688px){.bleed{margin-left:0;margin-right:0}}.shade{pointer-events:none;height:40%;position:absolute;left:0;right:0}.shade.is-bottom{background:linear-gradient(#1a1a1700,#1a1a1799);bottom:0}.shade.is-top{background:linear-gradient(#1a1a1799,#1a1a1700);top:0}.site-header{height:var(--header-h);justify-content:space-between;align-items:center;gap:24px;max-width:none;display:flex}@media (width>=768px){.site-header{padding-left:var(--side);padding-right:var(--side)}}.site-header.is-overlay{z-index:2;position:absolute;top:0;left:0;right:0}.site-nav{font-family:var(--font-sans);letter-spacing:.12em;opacity:.7;gap:22px;font-size:13px;display:flex}.site-nav a{padding:8px 0}.site-nav a[aria-current=page]{text-decoration:underline;text-decoration-color:var(--fg-faint);text-underline-offset:.5em;text-decoration-thickness:1px}.site-footer{padding-top:24px;padding-bottom:64px}.site-footer .reassure{color:var(--fg-muted);margin-bottom:20px;font-size:14px}.site-footer .lockup{--lockup-h:28px;opacity:.5;margin-top:56px}.line-bar{z-index:10;height:calc(var(--bar-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);backdrop-filter:blur(12px);border-top:1px solid var(--hairline);opacity:0;pointer-events:none;background:#1a1a17e0;transition:opacity .4s;position:fixed;bottom:0;left:0;right:0}.line-bar.is-shown{opacity:1;pointer-events:auto}.line-bar a{height:var(--bar-h);font-family:var(--font-sans);letter-spacing:.08em;color:var(--fg);justify-content:center;align-items:center;font-size:14px;display:flex}@media (width>=768px){.line-bar{display:none}body{padding-bottom:0}}.bar-sentinel{pointer-events:none;width:1px;height:1px;position:absolute;top:100svh;left:0}.js .reveal{opacity:0;transition:opacity .6s ease-out}.js .reveal.is-in{opacity:1}.drift{position:relative;overflow:hidden}.drift>img{object-fit:cover;will-change:transform;width:100%;height:112%;position:absolute;top:-6%;left:0;right:0}@keyframes drift{0%{transform:translateY(-5%)}to{transform:translateY(5%)}}@supports (animation-timeline:view()){.drift>img{animation:linear both drift view()}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js .reveal{opacity:1;transition:none}.drift>img{will-change:auto;animation:none;transform:none!important}.btn,.btn-text,.line-bar{transition:none}}.lockup-img[data-astro-cid-m36tfkkf]{height:var(--lockup-h,40px);aspect-ratio:741/283;display:block;position:relative;overflow:hidden}.lockup-img[data-astro-cid-m36tfkkf] img[data-astro-cid-m36tfkkf]{width:calc(var(--lockup-h,40px) * 1000 / 283);height:calc(var(--lockup-h,40px) * 1000 / 283);max-width:none;top:calc(var(--lockup-h,40px) * -380 / 283);left:calc(var(--lockup-h,40px) * -136 / 283);position:absolute}.lead[data-astro-cid-ooqnxzy3]{margin-bottom:40px;font-size:15px}.group[data-astro-cid-ooqnxzy3]+.group[data-astro-cid-ooqnxzy3]{margin-top:36px}.group-name[data-astro-cid-ooqnxzy3]{font-family:var(--font-sans);letter-spacing:.12em;color:var(--fg-muted);margin-bottom:8px;font-size:12px}.options[data-astro-cid-ooqnxzy3]{flex-wrap:wrap;gap:4px 28px;display:flex}.opt[data-astro-cid-ooqnxzy3]{display:inline-block;position:relative}.opt[data-astro-cid-ooqnxzy3] span[data-astro-cid-ooqnxzy3]{color:var(--fg-faint);text-underline-offset:.35em;cursor:pointer;-webkit-tap-highlight-color:transparent;padding:8px 0;font-size:17px;text-decoration:underline 1px #0000;transition:color .2s,text-decoration-color .2s;display:inline-block}.opt[data-astro-cid-ooqnxzy3] input[data-astro-cid-ooqnxzy3]:checked+span[data-astro-cid-ooqnxzy3]{color:var(--fg);text-decoration-color:var(--fg)}.opt[data-astro-cid-ooqnxzy3] input[data-astro-cid-ooqnxzy3]:focus-visible+span[data-astro-cid-ooqnxzy3]{outline:1px solid var(--fg);outline-offset:4px}.included[data-astro-cid-ooqnxzy3]{padding:8px 0;font-size:17px}.total-row[data-astro-cid-ooqnxzy3]{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:16px;margin-top:56px;display:flex}.total[data-astro-cid-ooqnxzy3]{letter-spacing:.04em;font-size:24px}.total-note[data-astro-cid-ooqnxzy3]{margin-top:8px}.actions[data-astro-cid-ooqnxzy3]{flex-direction:column;gap:12px;margin-top:32px;display:flex}.act-copy[data-astro-cid-ooqnxzy3]{color:var(--fg-muted);background:0 0;min-height:44px;font-weight:400}.act-copy[data-astro-cid-ooqnxzy3]:hover{color:var(--fg);opacity:1}.pc-note[data-astro-cid-ooqnxzy3]{margin-top:12px;display:none}@media (width>=768px) and (hover:hover) and (pointer:fine){.act-copy[data-astro-cid-ooqnxzy3]{background:var(--fg);color:var(--bg);order:1;min-height:52px;font-weight:600}.act-copy[data-astro-cid-ooqnxzy3]:hover{color:var(--bg);opacity:.9}.act-line[data-astro-cid-ooqnxzy3]{color:var(--fg-muted);background:0 0;order:2;min-height:44px;font-weight:400}.act-line[data-astro-cid-ooqnxzy3]:hover{color:var(--fg);opacity:1}.pc-note[data-astro-cid-ooqnxzy3]{display:block}}@media (prefers-reduced-motion:reduce){.opt[data-astro-cid-ooqnxzy3] span[data-astro-cid-ooqnxzy3]{transition:none}}.faq-item[data-astro-cid-hemr5th4]+.faq-item[data-astro-cid-hemr5th4]{margin-top:28px}.faq[data-astro-cid-hemr5th4] dt[data-astro-cid-hemr5th4]{font-size:16px}.faq[data-astro-cid-hemr5th4] dd[data-astro-cid-hemr5th4]{color:var(--fg-muted);margin-top:4px;font-size:15px}.hero[data-astro-cid-ge2uvauf]{background:var(--placeholder);--focal:var(--focal-p);flex-direction:column;height:100svh;display:flex;position:relative;overflow:hidden}.hero-media[data-astro-cid-ge2uvauf]{position:absolute;inset:0}.hero-media[data-astro-cid-ge2uvauf] picture[data-astro-cid-ge2uvauf],.hero-media[data-astro-cid-ge2uvauf] img[data-astro-cid-ge2uvauf],.hero-video[data-astro-cid-ge2uvauf]{object-fit:cover;object-position:var(--focal);border:0;width:100%;height:100%;position:absolute;inset:0}iframe[data-astro-cid-ge2uvauf].hero-video{width:max(100%,177.778svh);height:max(100%,56.25vw);top:50%;left:50%;transform:translate(-50%,-50%)}.hero-text[data-astro-cid-ge2uvauf]{width:100%;padding-top:calc(var(--header-h) + 24px);padding-bottom:calc(32px + env(safe-area-inset-bottom));position:relative}.hook[data-astro-cid-ge2uvauf]{letter-spacing:.06em;word-break:keep-all;overflow-wrap:anywhere;font-size:15px;line-height:1.9}.hero-below[data-astro-cid-ge2uvauf]{padding-top:32px;padding-bottom:8px;display:none}.hero-below[data-astro-cid-ge2uvauf] .hook[data-astro-cid-ge2uvauf]{font-size:16px}[data-astro-cid-ge2uvauf][data-pos-p$=left] .hero-text[data-astro-cid-ge2uvauf]{text-align:left;margin-left:0}[data-astro-cid-ge2uvauf][data-pos-p=bottom-left] .hero-text[data-astro-cid-ge2uvauf],[data-astro-cid-ge2uvauf][data-pos-p=bottom-right] .hero-text[data-astro-cid-ge2uvauf]{margin-top:auto}[data-astro-cid-ge2uvauf][data-pos-p=bottom-left] .hero-shade[data-astro-cid-ge2uvauf],[data-astro-cid-ge2uvauf][data-pos-p=bottom-right] .hero-shade[data-astro-cid-ge2uvauf]{background:linear-gradient(#1a1a1700,#1a1a1799);bottom:0}[data-astro-cid-ge2uvauf][data-pos-p=top-left] .hero-shade[data-astro-cid-ge2uvauf]{background:linear-gradient(#1a1a1799,#1a1a1700);top:0}[data-astro-cid-ge2uvauf][data-pos-p=below] .hero-text[data-astro-cid-ge2uvauf],[data-astro-cid-ge2uvauf][data-pos-p=below] .hero-shade[data-astro-cid-ge2uvauf]{display:none}[data-astro-cid-ge2uvauf][data-pos-p=below]+.hero-below[data-astro-cid-ge2uvauf]{display:block}@media (orientation:landscape){.hero[data-astro-cid-ge2uvauf]{--focal:var(--focal-l)}[data-astro-cid-ge2uvauf][data-pos-l] .hero-text[data-astro-cid-ge2uvauf]{margin-top:0;display:block}[data-astro-cid-ge2uvauf][data-pos-l] .hero-shade[data-astro-cid-ge2uvauf]{background:0 0;display:block;top:auto;bottom:auto}[data-astro-cid-ge2uvauf][data-pos-l=bottom-left] .hero-text[data-astro-cid-ge2uvauf],[data-astro-cid-ge2uvauf][data-pos-l=bottom-right] .hero-text[data-astro-cid-ge2uvauf]{margin-top:auto}[data-astro-cid-ge2uvauf][data-pos-l=bottom-left] .hero-shade[data-astro-cid-ge2uvauf],[data-astro-cid-ge2uvauf][data-pos-l=bottom-right] .hero-shade[data-astro-cid-ge2uvauf]{background:linear-gradient(#1a1a1700,#1a1a1799);bottom:0}[data-astro-cid-ge2uvauf][data-pos-l=top-left] .hero-shade[data-astro-cid-ge2uvauf]{background:linear-gradient(#1a1a1799,#1a1a1700);top:0}[data-astro-cid-ge2uvauf][data-pos-l=below] .hero-text[data-astro-cid-ge2uvauf],[data-astro-cid-ge2uvauf][data-pos-l=below] .hero-shade[data-astro-cid-ge2uvauf]{display:none}[data-astro-cid-ge2uvauf][data-pos-l=below]+.hero-below[data-astro-cid-ge2uvauf]{display:block}[data-astro-cid-ge2uvauf][data-pos-p=below]:not([data-pos-l=below])+.hero-below[data-astro-cid-ge2uvauf]{display:none}}@media (width>=768px){[data-astro-cid-ge2uvauf][data-pos-p$=right] .hero-text[data-astro-cid-ge2uvauf]{margin-left:auto;margin-right:var(--side)}[data-astro-cid-ge2uvauf][data-pos-p$=left] .hero-text[data-astro-cid-ge2uvauf]{margin-left:var(--side);margin-right:auto}.hero-text[data-astro-cid-ge2uvauf]{max-width:480px}}@media (width>=768px) and (orientation:landscape){[data-astro-cid-ge2uvauf][data-pos-l$=right] .hero-text[data-astro-cid-ge2uvauf]{margin-left:auto;margin-right:var(--side)}[data-astro-cid-ge2uvauf][data-pos-l$=left] .hero-text[data-astro-cid-ge2uvauf]{margin-left:var(--side);margin-right:auto}}.gallery[data-astro-cid-rj65ajc3]{--gallery-h:56svh;width:100%;position:relative}.gallery[data-astro-cid-rj65ajc3].is-full{width:100vw;margin-left:calc(50% - 50vw)}.gallery-track[data-astro-cid-rj65ajc3]{height:var(--gallery-h);scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;padding-left:var(--pad);padding-right:var(--pad);scroll-padding-left:var(--pad);gap:6px;display:flex;position:relative;overflow:auto hidden}.gallery-track[data-astro-cid-rj65ajc3]::-webkit-scrollbar{display:none}.gallery-item[data-astro-cid-rj65ajc3]{height:100%;max-width:calc(100vw - 2 * var(--pad) - 24px);scroll-snap-align:start;background:var(--placeholder);flex:none;margin:0}.gallery-item[data-astro-cid-rj65ajc3] img[data-astro-cid-rj65ajc3],.gallery-item[data-astro-cid-rj65ajc3] .ph[data-astro-cid-rj65ajc3]{object-fit:cover;width:100%;height:100%;display:block}.gallery-btn[data-astro-cid-rj65ajc3]{width:44px;height:44px;color:var(--fg);opacity:.7;background:#1a1a178c;border-radius:50%;justify-content:center;align-items:center;margin-top:-22px;transition:opacity .2s;display:none;position:absolute;top:50%}.gallery-btn[data-astro-cid-rj65ajc3]:hover{opacity:1}.gallery-btn[data-astro-cid-rj65ajc3].is-prev{left:calc(var(--side) - 22px)}.gallery-btn[data-astro-cid-rj65ajc3].is-next{right:calc(var(--side) - 22px)}@media (width>=768px){.gallery[data-astro-cid-rj65ajc3]{--gallery-h:70vh}.gallery-item[data-astro-cid-rj65ajc3]{max-width:calc(100vw - 2 * var(--side) - 80px)}.gallery-track[data-astro-cid-rj65ajc3]{padding-left:var(--side);padding-right:var(--side);scroll-padding-left:var(--side)}}@media (width>=768px) and (hover:hover) and (pointer:fine){.gallery-btn[data-astro-cid-rj65ajc3]{display:flex}}@media (prefers-reduced-motion:reduce){.gallery-btn[data-astro-cid-rj65ajc3]{transition:none}}.loc-head[data-astro-cid-aalgp3ko]{padding-bottom:20px}.loc-name[data-astro-cid-aalgp3ko]{letter-spacing:.06em;font-size:22px;line-height:1.6}.loc-meta[data-astro-cid-aalgp3ko]{margin-top:4px}.loc-body[data-astro-cid-aalgp3ko]{padding-top:24px}.loc-text[data-astro-cid-aalgp3ko]{color:var(--fg-muted);font-size:15px;line-height:2}.loc-text[data-astro-cid-aalgp3ko] p+p{margin-top:1em}.loc-notes[data-astro-cid-aalgp3ko]{grid-template-columns:max-content 1fr;gap:2px 16px;margin-top:16px;display:grid}.loc[data-astro-cid-aalgp3ko]+.loc[data-astro-cid-aalgp3ko]{margin-top:80px}.anchor[data-astro-cid-lcdefpme]{scroll-margin-top:24px}.entry[data-astro-cid-lcdefpme]{padding-top:80px}.entry-list[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]+li[data-astro-cid-lcdefpme]{margin-top:8px}.entry-list[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{letter-spacing:.06em;padding:6px 0;font-size:28px;line-height:1.5;text-decoration:none;transition:opacity .2s;display:inline-block}.entry-list[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover,.entry-list[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:active{opacity:.6}.entry[data-astro-cid-lcdefpme] .entry-line{margin-top:28px}.works-intro[data-astro-cid-lcdefpme]{padding-top:24px;padding-bottom:0}.works-intro[data-astro-cid-lcdefpme] .label[data-astro-cid-lcdefpme]{margin-bottom:32px}.plan-section[data-astro-cid-lcdefpme]{padding-top:96px}.plan[data-astro-cid-lcdefpme]+.plan[data-astro-cid-lcdefpme]{margin-top:40px}.plan-name[data-astro-cid-lcdefpme]{letter-spacing:.06em;font-size:22px;line-height:1.6}.plan-price[data-astro-cid-lcdefpme]{margin-top:2px;font-size:18px}.plan-note[data-astro-cid-lcdefpme]{margin-top:8px;font-size:15px}.extras[data-astro-cid-lcdefpme]{margin-top:48px}.extra[data-astro-cid-lcdefpme]+.extra[data-astro-cid-lcdefpme]{margin-top:16px}.extra[data-astro-cid-lcdefpme] dt[data-astro-cid-lcdefpme]{letter-spacing:.12em;font-size:12px}.extra[data-astro-cid-lcdefpme] dd[data-astro-cid-lcdefpme]{margin-top:2px}.slots-line[data-astro-cid-lcdefpme]{margin-top:48px}.people[data-astro-cid-lcdefpme]{gap:56px;display:grid}.person[data-astro-cid-lcdefpme] .face{max-width:260px}.person-name[data-astro-cid-lcdefpme]{letter-spacing:.08em;margin-top:16px;font-size:20px}.person-role[data-astro-cid-lcdefpme]{color:var(--fg-muted);margin-top:4px;font-size:15px}@media (width>=560px){.people[data-astro-cid-lcdefpme]{grid-template-columns:1fr 1fr;gap:32px}}@media (prefers-reduced-motion:reduce){.entry-list[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{transition:none}}
