:root{--color-bg-canvas: #fff;--color-bg-surface: #fff;--color-bg-subtle: #f5f5f3;--color-border-subtle: #e8e6e1;--color-border-strong: #d7d3cc;--color-text-primary: #111;--color-text-strong: #333;--color-text-secondary: #555;--color-text-muted: #777;--color-text-soft: #999;--max: 80rem;--content-max: 61.25rem;--pad: 1.5rem;--font: "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;--ui-font: "Zen Kaku Gothic Antique", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;--heading-font: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;--display-font: "Josefin Sans", Arial, sans-serif;--page-block: 3.5rem;--page-block-lg: 5.5rem;--theme-shadow: 0 1rem 2rem rgba(0, 0, 0, .08);--icon-filter: none;--black: var(--color-text-primary);--white: var(--color-bg-canvas);--g100: var(--color-bg-subtle);--g200: var(--color-border-subtle);--g300: var(--color-border-strong);--g400: var(--color-text-soft);--g500: var(--color-text-muted);--g600: var(--color-text-secondary);--g700: var(--color-text-strong);color-scheme:light}:root[data-theme=dark]{--color-bg-canvas: #121a27;--color-bg-surface: #121a27;--color-bg-subtle: #1a2433;--color-border-subtle: #273245;--color-border-strong: #39485d;--color-text-primary: #f3f7fc;--color-text-strong: #e7eef7;--color-text-secondary: #d6deea;--color-text-muted: #c3cddd;--color-text-soft: #b3bfd0;--theme-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, .42);--icon-filter: brightness(0) saturate(100%) invert(94%) sepia(8%) saturate(355%) hue-rotate(177deg) brightness(100%) contrast(93%);--black: var(--color-text-primary);--white: var(--color-bg-canvas);--g100: var(--color-bg-subtle);--g200: var(--color-border-subtle);--g300: var(--color-border-strong);--g400: var(--color-text-soft);--g500: var(--color-text-muted);--g600: var(--color-text-secondary);--g700: var(--color-text-strong);color-scheme:dark}*,*:before,*:after{box-sizing:border-box}body{background:var(--color-bg-canvas);color:var(--color-text-primary);font-family:var(--font);font-weight:500;margin:0;font-size:100%;line-height:1.7;-webkit-font-smoothing:antialiased;transition:background-color .2s ease,color .2s ease}h1,h2,h3,h4,h5,h6{font-family:var(--font);font-weight:700;line-height:1.25}a{color:inherit;text-decoration:none}:where(a,button,input,select,textarea,summary,[role=button],[tabindex]):focus{outline:none}:where(a,button,input,select,textarea,summary,[role=button],[tabindex]):focus-visible{outline:none;border-radius:.5rem;box-shadow:inset 0 0 0 .125rem #70b2fff2,0 0 0 .25rem #70b2ff38}:where(a,button,input,select,textarea,summary,[role=button],[tabindex]):focus:not(:focus-visible){outline:none}img{display:block;max-width:100%}p{margin:0}.c-site-logo{background-color:color-mix(in srgb,var(--color-bg-surface) 12%,transparent);border:.109375rem solid var(--color-text-primary);color:var(--color-text-primary);display:inline-flex;font-family:var(--display-font);font-size:var(--site-logo-font-size, 1.5rem);font-style:italic;font-synthesis:none;font-weight:650;letter-spacing:.04em;line-height:1;margin:0;overflow:hidden;padding:var(--site-logo-padding, .12rem .9rem 0 .4rem);position:relative;text-decoration:none;transition:opacity .15s ease-in}.c-site-logo:hover{opacity:.65}.c-site-logo:focus-visible{border-radius:0}.c-site-logo span{bottom:-.08rem;position:relative}.c-admin-edit-button[hidden]{display:none}.c-admin-edit-button{position:fixed;right:1rem;bottom:1rem;z-index:40;display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;padding:0;border:.09375rem solid var(--black);border-radius:999rem;background:#fffffff0;box-shadow:0 1rem 2rem #11111124;color:var(--black);text-decoration:none;backdrop-filter:blur(.5rem);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.c-admin-edit-button svg{width:1.15rem;height:1.15rem;display:block}.c-admin-edit-button:hover,.c-admin-edit-button:focus-visible{background:var(--white);box-shadow:0 1.25rem 2.5rem #1111112e;transform:translateY(-.125rem)}.c-admin-edit-button:focus-visible{outline:.125rem solid var(--black);outline-offset:.1875rem}@media(max-width:48rem){.c-admin-edit-button{right:.75rem;bottom:.75rem;width:2.75rem;height:2.75rem}.c-admin-edit-button svg{width:1.05rem;height:1.05rem}}.c-section-heading{display:flex;align-items:baseline;justify-content:space-between;border-bottom:.09375rem solid var(--black);padding-bottom:.6rem;margin-bottom:1.25rem}.c-section-heading h2{font-family:var(--display-font);font-size:.78rem;font-style:italic;font-weight:650;letter-spacing:.14rem;text-transform:uppercase;margin:0}.c-section-heading a{font-family:var(--display-font);font-style:italic;font-weight:650;font-size:.78rem;color:var(--g600);transition:color .15s}.c-section-heading a:hover{color:var(--black)}.c-content-slideshow{width:min(100% - 2rem,80rem);margin:0 auto 2.5rem}.c-content-slideshow__main{overflow:hidden;border-radius:1.375rem;background:#000;box-shadow:0 1.5rem 3.75rem #11111129}.c-content-slideshow__slide{position:relative;overflow:hidden;margin:0;background:#000}.c-content-slideshow__slide img{display:block;width:100%;aspect-ratio:16/9;height:auto;object-fit:cover;object-position:center}.c-content-slideshow__button{position:absolute;z-index:2;top:50%;display:grid;place-items:center;width:3.25rem;height:3.25rem;border:0;border-radius:999rem;background:color-mix(in srgb,var(--color-bg-surface) 82%,transparent);cursor:pointer;color:var(--color-text-primary);box-shadow:inset 0 0 0 .0625rem color-mix(in srgb,var(--color-border-strong) 78%,transparent),0 .5rem 1.2rem #0000002e;transform:translateY(-50%);transition:background .18s ease,color .18s ease,box-shadow .18s ease,opacity .18s ease,transform .18s ease}.c-content-slideshow__button svg,.c-content-slideshow__fullscreen svg{width:1.45rem;height:1.45rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.25}.c-content-slideshow__button:hover,.c-content-slideshow__button:focus-visible{background:color-mix(in srgb,var(--color-bg-surface) 96%,transparent);transform:translateY(-50%) scale(1.04)}.c-content-slideshow__button:focus-visible{outline:.125rem solid var(--color-text-primary);outline-offset:-.3125rem}.c-content-slideshow__button--prev{left:1rem}.c-content-slideshow__button--next{right:1rem}.c-content-slideshow__fullscreen{position:absolute;z-index:2;right:1rem;bottom:1rem;display:grid;place-items:center;width:3rem;height:3rem;border:0;border-radius:999rem;background:color-mix(in srgb,var(--color-bg-surface) 82%,transparent);color:var(--color-text-primary);cursor:pointer;box-shadow:inset 0 0 0 .0625rem color-mix(in srgb,var(--color-border-strong) 78%,transparent),0 .5rem 1.2rem #0000002e;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.c-content-slideshow__fullscreen:hover,.c-content-slideshow__fullscreen:focus-visible{background:color-mix(in srgb,var(--color-bg-surface) 96%,transparent);transform:scale(1.04)}.c-content-slideshow__fullscreen:focus-visible{outline:.125rem solid var(--color-text-primary);outline-offset:-.3125rem}.c-content-slideshow:fullscreen{display:grid;align-items:center;width:100%;height:100%;margin:0;padding:1.5rem;background:#000}.c-content-slideshow:fullscreen::backdrop{background:#000}.c-content-slideshow:fullscreen .c-content-slideshow__main{width:100%;border-radius:0;background:#000;box-shadow:none}:root[data-theme=dark] .c-content-slideshow__button,:root[data-theme=dark] .c-content-slideshow__fullscreen{background:color-mix(in srgb,var(--color-bg-subtle) 86%,rgba(0,0,0,.28));color:var(--color-text-strong);box-shadow:inset 0 0 0 .0625rem color-mix(in srgb,var(--color-border-strong) 82%,transparent),0 .5rem 1.4rem #00000052}:root[data-theme=dark] .c-content-slideshow__button:hover,:root[data-theme=dark] .c-content-slideshow__button:focus-visible,:root[data-theme=dark] .c-content-slideshow__fullscreen:hover,:root[data-theme=dark] .c-content-slideshow__fullscreen:focus-visible{background:color-mix(in srgb,var(--color-bg-surface) 94%,rgba(0,0,0,.18))}.c-content-slideshow:fullscreen .c-content-slideshow__slide img{width:100%;height:calc(100vh - 3rem);aspect-ratio:auto;object-fit:contain}@media(max-width:40rem){.c-content-slideshow{margin-bottom:1.25rem;width:calc(100% - 1rem)}.c-content-slideshow__main{border-radius:.875rem}.c-content-slideshow__button{display:none}.c-content-slideshow__fullscreen{right:.75rem;bottom:.75rem;width:2.75rem;height:2.75rem}}.l-footer{border-top:.0625rem solid var(--color-border-subtle)}.l-footer__inner{max-width:var(--max);margin:0 auto;padding:2rem var(--pad);display:block}.l-footer__body{display:flex;align-items:center;justify-content:space-between;gap:2rem}.l-footer__copy{color:var(--color-text-muted);font-size:1rem;margin:0}.l-footer__links{display:flex;gap:1.5rem;flex-wrap:wrap}.l-footer__links a{display:inline-flex;align-items:center;padding:.35rem .45rem;border-radius:.7rem;color:var(--color-text-primary);font-family:var(--display-font);font-size:.85rem;font-style:normal;font-weight:400;letter-spacing:.05rem;text-decoration:none;text-transform:uppercase;transition:text-decoration-color .15s ease,transform .15s ease}.l-footer__links a:hover,.l-footer__links a:focus-visible{text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.24em}@media(max-width:48rem){.l-footer__body{align-items:flex-start;flex-direction:column;gap:.75rem}}.l-header{position:relative;z-index:200;isolation:isolate;margin-top:.45rem;background:color-mix(in srgb,var(--color-bg-surface) 46%,transparent);border-bottom:.0625rem solid color-mix(in srgb,var(--color-border-subtle) 82%,transparent);-webkit-backdrop-filter:blur(1rem) saturate(1.1);backdrop-filter:blur(1rem) saturate(1.1);transition:background-color .2s ease,border-color .2s ease,backdrop-filter .2s ease}.l-header__inner{max-width:var(--max);min-height:4.25rem;margin:0 auto;padding:.75rem var(--pad);display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.l-header__branding{--site-logo-font-size: clamp(1.8rem, 3vw, 2.2rem);--site-logo-padding: .15rem 1rem 0 .45rem;align-items:center;display:flex;flex:0 0 auto;margin:0}.l-header__actions{display:flex;align-items:center;gap:.7rem}.l-header__logo{display:inline-flex;margin:0}.l-header__nav{display:flex;align-items:center;gap:clamp(1rem,3.5vw,2rem)}.l-header__mobile-nav{display:none;position:relative;z-index:1}.l-header__mobile-toggle{list-style:none;inline-size:2.75rem;block-size:2.75rem;position:relative;display:grid;place-items:center;border:0;border-radius:999rem;background:transparent;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.l-header__mobile-toggle::-webkit-details-marker{display:none}.l-header__mobile-toggle span{position:absolute;inline-size:1.125rem;block-size:.125rem;border-radius:999rem;background:var(--color-text-primary);transition:transform .24s ease,opacity .18s ease,background-color .2s ease}.l-header__mobile-toggle span:nth-child(1){transform:translateY(-.36rem)}.l-header__mobile-toggle span:nth-child(2){transform:translateY(0)}.l-header__mobile-toggle span:nth-child(3){transform:translateY(.36rem)}.l-header__mobile-toggle:hover,.l-header__mobile-toggle:focus-visible{background:color-mix(in srgb,var(--color-bg-subtle) 88%,transparent)}.l-header__mobile-nav[open] .l-header__mobile-toggle span:nth-child(1){transform:translateY(0) rotate(45deg)}.l-header__mobile-nav[open] .l-header__mobile-toggle span:nth-child(2){opacity:0}.l-header__mobile-nav[open] .l-header__mobile-toggle span:nth-child(3){transform:translateY(0) rotate(-45deg)}.l-header__mobile-panel{position:absolute;top:calc(100% + .75rem);right:0;min-width:min(18rem,100vw - 2rem);padding:.75rem .9rem;display:grid;gap:.25rem;border:.0625rem solid var(--color-border-subtle);border-radius:1rem;background:color-mix(in srgb,var(--color-bg-surface) 96%,transparent);box-shadow:var(--theme-shadow);z-index:220}.l-header__mobile-panel a{display:block;padding:.75rem .55rem;border-radius:.6rem;border-bottom:.0625rem solid var(--color-bg-subtle);color:var(--color-text-primary);font-family:var(--display-font);font-size:1rem;font-style:normal;font-weight:400;letter-spacing:.045rem;line-height:1.2;text-transform:uppercase;transition:background-color .18s ease,padding-left .18s ease,text-decoration-color .18s ease}.l-header__mobile-panel a:last-child{border-bottom:0}.l-header__mobile-panel a:hover,.l-header__mobile-panel a:focus-visible{background:var(--color-bg-subtle);padding-left:.5rem;text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.24em}.l-header__nav a{display:inline-grid;place-items:center;color:var(--color-text-primary);font-family:var(--display-font);font-size:.94rem;font-style:normal;font-weight:400;letter-spacing:.06rem;line-height:1;min-height:2.9rem;min-width:6.25rem;padding:0 1rem;border-radius:999rem;text-decoration:none;text-transform:uppercase;transition:background-color .18s ease,box-shadow .18s ease}.l-header__nav a:hover,.l-header__nav a:focus-visible{background:var(--color-bg-subtle)}.l-header__nav a.active{background:var(--color-bg-subtle);font-weight:400}.c-theme-toggle{appearance:none;position:fixed;right:max(1.25rem,env(safe-area-inset-right));bottom:max(1.25rem,env(safe-area-inset-bottom));z-index:40;display:inline-grid;place-items:center;width:3.15rem;height:3.15rem;padding:0;border:.0625rem solid var(--color-border-subtle);border-radius:999rem;background:color-mix(in srgb,var(--color-bg-surface) 88%,transparent);color:var(--color-text-primary);box-shadow:var(--theme-shadow);backdrop-filter:blur(.85rem);cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.c-theme-toggle:hover,.c-theme-toggle:focus-visible{background:color-mix(in srgb,var(--color-bg-surface) 96%,transparent);box-shadow:0 1rem 2rem #00000029;transform:translateY(-.0625rem)}.c-theme-toggle__glyph{position:absolute;inset:0;display:grid;place-items:center;color:var(--color-text-primary);transition:opacity .18s ease,transform .18s ease,color .18s ease}.c-theme-toggle__glyph svg{width:1.18rem;height:1.18rem;overflow:visible;fill:currentColor}.c-theme-toggle__glyph--sun svg{width:1.28rem;height:1.28rem}:root:not([data-theme=dark]) .c-theme-toggle__glyph--moon,:root[data-theme=dark] .c-theme-toggle__glyph--sun{opacity:0;transform:scale(.82);pointer-events:none}:root:not([data-theme=dark]) .c-theme-toggle__glyph--sun,:root[data-theme=dark] .c-theme-toggle__glyph--moon{opacity:1;transform:scale(1)}:root[data-theme=dark] .c-theme-toggle{background:color-mix(in srgb,var(--color-bg-surface) 94%,transparent)}:root[data-theme=dark] .l-header{background:color-mix(in srgb,var(--color-bg-surface) 42%,transparent);border-bottom-color:color-mix(in srgb,var(--color-border-subtle) 70%,transparent)}@media(max-width:48rem){.l-header{margin-top:.3rem}.l-header__inner{min-height:4rem}.l-header__nav{display:none}.l-header__mobile-nav{display:block}.l-header__mobile-nav[open]{z-index:220}.l-header__mobile-panel{position:fixed;top:4.7rem;right:max(.75rem,env(safe-area-inset-right));left:auto;min-width:min(18rem,100vw - 1.5rem);max-width:calc(100vw - 1.5rem);z-index:240}.l-header__actions{gap:.55rem}.c-theme-toggle{right:max(.9rem,env(safe-area-inset-right));bottom:max(.9rem,env(safe-area-inset-bottom));width:3rem;height:3rem}}
