@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Shippori+Mincho:wght@400;500;700&display=swap";.header[data-astro-cid-3ef6ksr2]{position:fixed;top:0;left:0;right:0;z-index:1000;padding:var(--space-md) 0;transition:background-color var(--transition-base),box-shadow var(--transition-base)}.header[data-astro-cid-3ef6ksr2].is-scrolled{background-color:#1a1a1af2;backdrop-filter:blur(8px);box-shadow:var(--shadow-md)}.header-inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between}.header-logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:42px;width:auto;transition:opacity var(--transition-fast)}.header-logo[data-astro-cid-3ef6ksr2]:hover img[data-astro-cid-3ef6ksr2]{opacity:.8}.header-nav-list[data-astro-cid-3ef6ksr2]{display:flex;gap:var(--space-xl)}.header-nav-link[data-astro-cid-3ef6ksr2]{font-size:var(--text-sm);font-weight:500;color:var(--color-text-on-dark);letter-spacing:.05em;transition:color var(--transition-fast);position:relative}.header-nav-link[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--color-primary);transition:width var(--transition-base)}.header-nav-link[data-astro-cid-3ef6ksr2]:hover:after{width:100%}.hamburger[data-astro-cid-3ef6ksr2]{display:none;flex-direction:column;gap:5px;padding:var(--space-sm)}.hamburger-line[data-astro-cid-3ef6ksr2]{display:block;width:24px;height:2px;background:var(--color-text-on-dark);transition:transform var(--transition-base),opacity var(--transition-base)}.hamburger[data-astro-cid-3ef6ksr2][aria-expanded=true] .hamburger-line[data-astro-cid-3ef6ksr2]:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger[data-astro-cid-3ef6ksr2][aria-expanded=true] .hamburger-line[data-astro-cid-3ef6ksr2]:nth-child(2){opacity:0}.hamburger[data-astro-cid-3ef6ksr2][aria-expanded=true] .hamburger-line[data-astro-cid-3ef6ksr2]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:768px){.hamburger[data-astro-cid-3ef6ksr2]{display:flex}.header-nav[data-astro-cid-3ef6ksr2]{position:fixed;top:0;right:0;width:min(300px,80vw);height:100dvh;background:#1a1a1af7;backdrop-filter:blur(12px);transform:translate(100%);transition:transform var(--transition-base);padding:var(--space-5xl) var(--space-2xl) var(--space-2xl)}.header-nav[data-astro-cid-3ef6ksr2].is-open{transform:translate(0)}.header-nav-list[data-astro-cid-3ef6ksr2]{flex-direction:column;gap:var(--space-xl)}.header-nav-link[data-astro-cid-3ef6ksr2]{font-size:var(--text-lg)}}.footer[data-astro-cid-sz7xmlte]{background-color:var(--color-bg-dark);color:var(--color-text-on-dark)}.footer-bottom[data-astro-cid-sz7xmlte]{padding:var(--space-xl) 0 var(--space-xl);text-align:center}.footer-logo[data-astro-cid-sz7xmlte]{display:block;margin:0 auto var(--space-md);width:100px;height:auto}.footer-copyright[data-astro-cid-sz7xmlte]{font-size:var(--text-xs);color:var(--color-text-muted)}:root{--color-primary: #9f1002;--color-bg: #faf7f2;--color-bg-dark: #1a1a1a;--color-text: #2c2c2c;--color-text-light: #6b6b6b;--color-text-on-dark: #f5f0e8;--color-text-muted: #999999;--color-border: #e5ded3;--color-border-dark: #3a3a3a;--color-white: #ffffff;--color-badge-news: #3b82f6;--color-badge-limited: #ef4444;--color-badge-event: #8b5cf6;--color-badge-closed: #6b7280;--font-heading: "Shippori Mincho", serif;--font-body: "Noto Sans JP", sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 2.5rem;--text-5xl: 3.5rem;--leading-tight: 1.3;--leading-normal: 1.8;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--space-5xl: 8rem;--section-padding-y: var(--space-4xl);--section-padding-x: var(--space-lg);--container-max-width: 1100px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .12);--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;min-height:100vh}main{flex:1}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font:inherit;cursor:pointer;border:none;background:none}.container{width:100%;max-width:var(--container-max-width);margin-inline:auto;padding-inline:var(--section-padding-x)}.section{padding-top:var(--section-padding-y)}.section:last-of-type{padding-bottom:var(--section-padding-y)}.section-title{font-family:var(--font-heading);font-size:clamp(var(--text-xl),5.5vw,var(--text-3xl));font-weight:700;text-align:center;margin-bottom:var(--space-3xl);position:relative;white-space:nowrap}.section-title:after{content:"";display:block;width:60px;height:3px;background:var(--color-primary);margin:var(--space-md) auto 0}.rich-text p{margin-bottom:var(--space-md)}.rich-text p:last-child{margin-bottom:0}.rich-text strong{font-weight:700}.rich-text em{font-style:italic}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
