:root{color-scheme:light;font-family:Noto Sans JP,Hiragino Kaku Gothic ProN,Yu Gothic,sans-serif;color:#526fb4;scroll-behavior:smooth;background-color:#eef1f8;--page-x-padding: 16px}*{box-sizing:border-box;margin:0;padding:0}.page{min-height:100vh;display:grid;background:#eef1f8;padding:48px var(--page-x-padding) 0}.hidden{display:none!important}.cover-animation{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;display:grid;place-items:center;z-index:50;opacity:1;visibility:visible;transition:opacity .3s ease}.cover-animation--active{animation:cover-fade var(--cover-duration, 2.4s) ease forwards}.cover-animation--active .cover-animation__orbit{animation:cover-orbit var(--cover-duration, 2.4s) linear forwards}.cover-animation--active .cover-animation__orbit-trail circle{animation:cover-orbit-trail var(--cover-duration, 2.4s) linear forwards}.cover-animation__logo-wrap{width:min(240px,50vw);aspect-ratio:1;display:grid;place-items:center;position:relative}.cover-animation__logo{width:100%;height:100%;object-fit:contain;filter:invert(100%)}.cover-animation__orbit{position:absolute;top:-22%;right:-22%;bottom:-22%;left:-22%;display:grid;place-items:center;pointer-events:none}.cover-animation__orbit-dot{width:10px;height:10px;border-radius:999px;background:#429346;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) translateY(-84px);box-shadow:0 0 10px #42934640}.cover-animation__orbit-trail{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.cover-animation__orbit-trail circle{fill:none;stroke:#ad5ba5a6;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:0 999}@keyframes cover-orbit{0%{transform:rotate(0)}to{transform:rotate(720deg)}}@keyframes cover-orbit-trail{0%,50%{stroke-dasharray:0 999;opacity:0}55%{opacity:1}to{stroke-dasharray:490 999;opacity:1}}@keyframes cover-fade{0%{opacity:1}80%{opacity:1}to{opacity:0;visibility:hidden}}.headerLogo{position:fixed;top:25px;left:25px;width:80px;aspect-ratio:1;border:3px solid #111;border-radius:50%;background:#fff;display:grid;place-items:center;z-index:10}.headerLogo img{width:100%;display:block;object-fit:contain}.hero{text-align:center;max-width:600px}.main-logo-wrap{width:min(720px,90vw);display:grid;place-items:center}.main-logo{width:100%;height:auto;display:block}.home-hero-section{width:calc(100% + (var(--page-x-padding) * 2));margin-left:calc(var(--page-x-padding) * -1);margin-right:calc(var(--page-x-padding) * -1);margin-top:-48px;min-height:max(calc(100vh + 48px),calc((100vw * 720) / 828));height:auto;position:relative;background-color:#063e9d;background-image:url(/HP-main.svg);background-size:100% auto;background-position:bottom center;background-repeat:no-repeat;padding:60px 20px 40px;overflow:hidden}.home-hero-section:before{content:"";position:absolute;top:0;left:0;width:800px;height:800px;background:url(/HP-grow.svg) no-repeat top left;background-size:contain;pointer-events:none;z-index:0}.home-hero-section>*{position:relative;z-index:1}.hero-days-after{position:absolute;top:45px;right:10px;text-align:right;margin-top:16px;padding-left:24px;font-family:"Noto Serif JP",serif;font-size:min(22px,3vw);color:#fff;font-weight:300;letter-spacing:2px;text-shadow:0 0 6px rgba(0,0,0,1)}.hero-content{width:90vw;max-width:1100px;margin:0 auto;position:relative;overflow:visible}.hero-title{position:absolute;left:-24px;bottom:-36px;background:#fff;border:none;border-radius:0;padding:12px 20px;box-shadow:none;font-size:22px;font-family:Zen Maru Gothic,sans-serif;font-weight:500;letter-spacing:.08em;text-transform:uppercase;line-height:1.2;z-index:4;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;cursor:pointer}.hero h1{font-size:40px;margin-bottom:12px;letter-spacing:.08em}.hero p{font-size:16px;line-height:1.6;font-family:Noto Sans JP,sans-serif;font-weight:500}.newschips{width:100%;max-width:1100px;margin:80px auto 120px;display:grid;gap:24px}.newschips-header h2{font-size:32px;letter-spacing:.14em;text-transform:uppercase}.newschips-list{list-style:none;display:grid;gap:16px}.newschips-card{display:grid;grid-template-columns:160px 1fr;gap:16px;align-items:center;padding:16px;border:2px solid #111;border-radius:18px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 12px 20px #0000001a;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.newschips-card:hover{transform:translateY(-3px);box-shadow:0 16px 26px #00000024;background:#f7f0fb}.newschips-thumb{border-radius:14px;overflow:hidden;border:2px solid #111;background:#fff;aspect-ratio:16 / 9}.newschips-thumb img{width:100%;height:100%;object-fit:cover;display:block}.newschips-body{display:grid;gap:8px}.newschips-meta{display:flex;align-items:center;gap:12px;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.newschips-date{color:#4b4b4b}.newschips-genre{padding:4px 8px;border:1px solid #111;border-radius:999px;font-weight:600;background:#fff}.newschips-title{font-size:18px;line-height:1.5}.newschips-footer{display:flex;justify-content:flex-end}.newschips-more{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:999px;border:2px solid #111;background:#fff;color:inherit;text-decoration:none;font-weight:600;letter-spacing:.08em;box-shadow:0 10px 18px #0000001f;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.newschips-more:hover{background:#111;color:#fff;transform:translateY(-2px);box-shadow:0 14px 22px #00000029}.home-about-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:1.5rem;margin-bottom:3rem}.home-about-content-container{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:20px;box-shadow:0 4px 12px #0000000d,0 1px 3px #00000014;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease;cursor:pointer}.home-about-content-container:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000001f,0 4px 8px #00000014}.home-about-content-image{width:100%;max-width:180px;aspect-ratio:1;object-fit:contain;margin-bottom:1rem;transition:transform .25s ease}.home-about-content-container:hover .home-about-content-image{transform:scale(1.05)}.home-about-content-container h4{margin:0;font-size:1.1rem;font-weight:700;text-align:center;line-height:1.5}@media (max-width: 820px){.newschips{margin:48px auto 110px}.newschips-card{grid-template-columns:120px 1fr}}@media (max-width: 640px){.hero-section{padding:50px 16px 30px}.home-hero-section{min-height:max(calc(85vh + 48px),calc((100vw * 720) / 828));height:auto;padding:50px 16px 30px}.newschips{gap:20px;margin:40px auto 100px}.newschips-list{grid-template-columns:1fr}.newschips-card{grid-template-columns:1fr;grid-template-rows:auto 1fr;padding:18px;gap:14px}.newschips-thumb{width:100%;aspect-ratio:16 / 9}.newschips-meta{flex-wrap:wrap;gap:8px}}.about-page{width:90vw;max-width:1100px;margin:120px auto 140px;display:grid;gap:32px;align-self:stretch}.contact-form{display:grid;gap:12px;padding:16px;border:1px solid #cbd5e1;border-radius:12px;background:#fff}.contact-form-item{display:grid;gap:6px;font-size:13px;color:#334155}.contact-form-item input,.contact-form-item textarea{width:100%;border:1px solid #94a3b8;border-radius:8px;padding:8px 10px;font-size:14px;background:#fff}.contact-form-item textarea{resize:vertical;min-height:120px}.contact-form-submit{justify-self:flex-end;padding:10px 20px;border:1px solid #111;background:#f8fafc;border-radius:8px;font-size:13px;cursor:pointer}.contact-form-submit:hover{background:#111;color:#fff}.news-page{width:100%;max-width:1100px;margin:110px auto 140px;display:grid;gap:16px;box-sizing:border-box}.news-page-title{font-size:32px;letter-spacing:.08em}.news-page-empty{text-align:center;padding:2rem 0;color:#666}.news-filter-form{display:grid;gap:10px;padding:12px;border:1px solid #cbd5e1;border-radius:12px;background:#fff}.news-filter-search,.news-filter-select{display:grid;gap:6px;font-size:13px;color:#334155}.news-filter-search input,.news-filter-select select{width:100%;border:1px solid #94a3b8;border-radius:8px;padding:8px 10px;font-size:14px;background:#fff}.news-filter-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}.news-filter-actions{display:flex;gap:8px}.news-filter-actions button{border:1px solid #111;background:#f8fafc;border-radius:8px;padding:8px 12px;font-size:13px;cursor:pointer}.news-filter-tags{display:flex;flex-wrap:wrap;gap:8px}.news-filter-tag{display:inline-flex;align-items:center;gap:6px;border:1px solid #cbd5e1;border-radius:999px;padding:5px 10px;font-size:12px;background:#f8fafc}.news-filter-tag input{margin:0}.news-filter-tag.is-active{border-color:#111;background:#e2e8f0}.news-page-error{color:#b91c1c}.news-page-list{list-style:none;display:grid;gap:14px}.news-page-card{display:grid;grid-template-columns:220px 1fr;gap:16px;align-items:center;text-decoration:none;color:inherit;padding:14px;border-radius:14px;border:2px solid #111;background:#fff;box-sizing:border-box;max-width:100%}.news-page-thumb-wrap{border-radius:10px;overflow:hidden;border:1px solid #111}.news-page-thumb{width:100%;aspect-ratio:16 / 9;object-fit:cover}.news-page-content{display:grid;gap:8px;min-width:0}.news-page-meta{display:flex;gap:10px;font-size:12px}.news-tags{font-size:13px;color:#4b5563;display:flex;flex-wrap:wrap;gap:8px}.news-detail-page{width:min(860px,92vw);margin:120px auto 140px;display:grid;gap:12px}.news-detail-back a{color:#111827}.news-detail-title{font-size:34px;line-height:1.4}.news-detail-date{color:#4b5563;font-size:14px}.news-detail-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 16px}.news-toc{border:1px solid rgba(17,24,39,.14);border-radius:12px;background:#f8fafc;padding:12px 14px;display:grid;gap:8px}.news-toc-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.news-toc-title{margin:0;font-size:13px;font-weight:700;color:#111827;letter-spacing:.06em}.news-toc-toggle{border:1px solid rgba(17,24,39,.2);border-radius:999px;background:#fff;color:#111827;font-size:12px;font-weight:700;padding:4px 10px;cursor:pointer}.news-toc-toggle:hover{background:#eef2f7}.news-toc-list{margin:0;padding:0;display:grid;gap:6px;list-style:none}.news-toc-item a{color:#111827;text-decoration:none}.news-toc-item a:hover{text-decoration:underline}.news-detail-thumbnail{width:100%;border-radius:12px;border:2px solid #111}.news-detail-body{color:#111;margin-top:8px;display:grid;gap:14px;line-height:1.8}.news-detail-body ul,.news-detail-body ol{padding-left:1.5rem;margin-left:.5rem}.news-detail-body img{max-width:100%;border-radius:10px}.news-detail-body figcaption{text-align:center}.news-detail-body blockquote{margin:0;padding:10px 14px;border-left:4px solid #475569;background:#f1f5f9;color:#1e293b;border-radius:8px}.news-detail-body code{font-family:JetBrains Mono,Consolas,Monaco,monospace;background:#e2e8f0;color:#0f172a;padding:2px 6px;border-radius:6px;font-size:.92em}.news-detail-body pre{margin:0;background:#0f172a;color:#e2e8f0;border-radius:10px;padding:12px 14px;overflow-x:auto}.news-detail-body pre code{background:transparent;color:inherit;padding:0}.rich-body-figure{margin:0;display:grid;gap:10px;justify-items:center}.rich-body-image{width:100%;max-width:100%;border-radius:10px;display:block}.rich-body-figure-caption{text-align:center;font-size:16px;color:#4b5563}.rich-body-youtube{position:relative;width:100%;padding-top:56.25%;margin:16px 0}.rich-body-youtube-iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;border-radius:10px}.ogp-card{display:grid;grid-template-columns:150px 1fr;gap:14px;align-items:stretch;padding:14px;border-radius:18px;border:2px solid #111;background:linear-gradient(135deg,#fff,#f7f0fb);color:inherit;text-decoration:none;box-shadow:0 16px 24px #0000001f}.ogp-card__thumb{border-radius:12px;overflow:hidden;border:1px solid rgba(17,17,17,.12);background:#fff;min-height:100px}.ogp-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.ogp-card__body{display:grid;gap:8px;min-width:0}.ogp-card__site{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#9c5abd;font-weight:700}.ogp-card__title{font-size:18px;line-height:1.5;font-weight:700;color:#111}.ogp-card__description{font-size:14px;line-height:1.7;color:#374151;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}@media (max-width: 640px){.ogp-card,.news-filter-row{grid-template-columns:1fr}.news-filter-actions{justify-content:flex-start}.news-detail-meta-grid{grid-template-columns:1fr}}.about-hero{display:grid;gap:16px;padding:32px;border:2px solid #111;border-radius:28px;background:linear-gradient(135deg,#fff,#f1f0ff 45%,#fbe8ff);box-shadow:0 20px 32px #0000001f}.about-eyebrow{font-size:12px;letter-spacing:.24em;text-transform:uppercase;font-weight:700;color:#111}.about-title{font-size:36px;font-family:Zen Maru Gothic,sans-serif;letter-spacing:.08em;color:#111}.about-lead{font-size:16px;line-height:1.8;color:#222;max-width:720px}.about-intro{display:grid;gap:16px;font-size:16px;line-height:1.9;color:#000;padding:12px}.about-card{position:relative;padding:32px;border-radius:24px;border:2px solid #111;background:#fff;box-shadow:0 16px 26px #0000001a;overflow:hidden}.about-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(156,90,189,.18),transparent 60%);pointer-events:none}.about-card-title{position:relative;font-size:14px;letter-spacing:.2em;text-transform:uppercase;font-weight:700;color:#9c5abd;margin-bottom:16px}.about-quote{position:relative;display:grid;gap:12px;font-family:"Noto Serif JP",serif}.about-quote p{font-size:16px;line-height:1.9;color:#111}.about-signature{position:relative;margin-top:18px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#444}.about-body{display:grid;gap:16px;font-size:16px;line-height:1.9;color:#222;background:#f7f0fb;border-radius:24px;border:2px dashed #111;padding:28px}.contact-strong-letter{font-weight:700;color:red}.logo-section,.gate-section,.video-section,.slogan-section,.number-section,.gallery-section,.gate-intro,.gate-desc,.gate-words,.gate-thanks,.committee-description{display:grid;gap:16px;padding:28px;border:2px solid #111;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfbff);box-shadow:0 16px 26px #0000001a}.slogan-section,.number-section,.gate-intro,.gate-desc,.gate-words,.gate-thanks,.committee-description{position:relative;overflow:hidden}.slogan-section:before,.number-section:before,.gate-intro:before,.gate-desc:before,.gate-words:before,.gate-thanks:before,.committee-description:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(156,90,189,.12),transparent 55%);pointer-events:none}.logo-section>*,.gate-section>*,.video-section>*,.slogan-section>*,.number-section>*,.gallery-section>*,.gate-intro>*,.gate-desc>*,.gate-words>*,.gate-thanks>*,.committee-description>*{position:relative;z-index:1}.logo-section,.gate-section,.video-section,.gallery-section{text-align:center;justify-items:center}.slogan-title,.number-title,.logo-title,.poster-title,.gate-title,.video-title,.gallery-title,.gate-intro h2,.gate-desc h2,.gate-words h2,.gate-words-block h3,.gate-words-block h4,.committee-description h2,.committee-description h3{color:#111;letter-spacing:.08em;line-height:1.3}.slogan-title,.number-title,.logo-title,.poster-title,.gate-title,.video-title,.gallery-title,.gate-intro h2,.gate-desc h2,.gate-words h2,.committee-description h2{font-size:26px;font-family:Zen Maru Gothic,sans-serif}.slogan-subtitle{font-size:24px;line-height:1.5;color:#063e9d}.slogan-description,.number-description,.logo-description,.gate-desc p,.gate-thanks p,.committee-description p,.gate-words-block p{font-size:16px;line-height:1.85;color:#222}.logo-image,.poster-image,.gate-image,.gate-intro img,.gallery-image,.committee-description img{max-width:100%;max-height:90vh;border-radius:18px;display:block;object-fit:cover}.committee-chart img{border-radius:0;margin:auto}.gate-image{max-width:760px}.video-section{align-items:stretch}.video-section iframe{aspect-ratio:16 / 9;border:2px solid rgba(17,17,17,.92);border-radius:18px;box-shadow:0 14px 22px #0000001f;background:#000}.gallery-grid{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.gallery-image{aspect-ratio:4 / 3}.gate-intro{justify-items:center}.gate-intro h1,.gate-intro h2,.gate-desc h2,.gate-words h2,.gate-words-block h3,.gate-words-block h4,.committee-description h2,.committee-description h3,.gate-desc p,.gate-thanks p,.committee-description p,.gate-words-block p{margin:0}.gate-words{gap:20px}.gate-words-block{display:grid;gap:10px;padding:20px;border-radius:18px;border:1px solid rgba(17,17,17,.18);background:linear-gradient(180deg,#f8fafc,#fff)}.gate-words-block h3{font-size:20px;color:#526fb4}.gate-words-block h4{font-size:14px;color:#111}.gate-thanks{background:linear-gradient(180deg,#429346,#3a7f3e);color:#fff}.gate-thanks:before{background:radial-gradient(circle at top right,rgba(255,255,255,.16),transparent 58%)}.gate-thanks p{color:#fff}.committee-description{gap:14px}.committee-description img{margin-top:4px}.committee-description h2{font-size:28px}.committee-description h3{font-size:20px}.committee-description p{background:#f1f0ff8c;border-radius:16px;padding:16px 18px}.logo-section,.gate-section,.video-section,.slogan-section,.number-section,.gallery-section,.gate-intro,.gate-desc,.gate-words,.gate-thanks,.committee-description{scroll-margin-top:110px}.image-flex-one{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.image-flex-one img{width:100%;max-width:580px;border-radius:18px;object-fit:cover}.image-flex-two{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.image-flex-two img{width:100%;max-width:380px;border-radius:18px;object-fit:cover}.image-flex-three{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.image-flex-three img{width:100%;max-width:240px;border-radius:18px;object-fit:cover}.image-container{display:flex;align-items:center;justify-content:center}.embed-news .newschips-header,.embed-news .newschips-footer{display:none}@media (max-width: 820px){.about-page{margin:100px auto 120px}.about-title{font-size:30px}.logo-section,.gate-section,.video-section,.slogan-section,.number-section,.gallery-section,.gate-intro,.gate-desc,.gate-words,.gate-thanks,.committee-description{padding:24px}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.slogan-title,.number-title,.logo-title,.poster-title,.gate-title,.video-title,.gallery-title,.gate-intro h2,.gate-desc h2,.gate-words h2,.committee-description h2{font-size:24px}}@media (max-width: 640px){.about-page{margin:90px auto 110px;gap:24px}.about-hero,.about-card,.about-body{padding:22px}.logo-section,.gate-section,.video-section,.slogan-section,.number-section,.gallery-section,.gate-intro,.gate-desc,.gate-words,.gate-thanks,.committee-description{padding:18px;gap:14px;border-radius:20px}.logo-section,.gate-section,.video-section,.gallery-section{justify-items:stretch}.slogan-title,.number-title,.logo-title,.poster-title,.gate-title,.video-title,.gallery-title,.gate-intro h2,.gate-desc h2,.gate-words h2,.committee-description h2{font-size:22px}.about-title{font-size:26px}.about-lead,.about-quote p,.about-body{font-size:15px}.slogan-subtitle{font-size:20px}.slogan-description,.number-description,.logo-description,.gate-desc p,.gate-thanks p,.committee-description p,.gate-words-block p{font-size:14px}.gallery-grid{grid-template-columns:1fr 1fr;gap:10px}.gate-words-block{padding:16px}.video-section iframe{width:100%}.logo-image,.poster-image,.gate-image,.gallery-image,.gate-intro img{border-radius:14px}.logo-image{padding:14px}}.fixedFooter{position:relative}.fixedFooter.isHidden,.headerLogo.isHidden{opacity:0;pointer-events:none}.fixedFooter nav{position:fixed;left:0;right:0;bottom:16px;padding:0 12px;z-index:15}.fixedFooter nav ul{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:0;flex-wrap:wrap;width:100%;max-width:100%;padding:4px 8px;background:#fff;border:2px solid #111;border-radius:18px;box-shadow:0 10px 18px #0000001f}.fixedFooter nav li{display:flex;flex-direction:column;align-items:center;flex:1 1 0;font-size:12px;letter-spacing:.05em;min-width:56px;text-align:center}.fixedFooter nav li+li{border-left:2px solid #111}.fixedFooter nav img{width:25px;height:25px;display:block}.fixedFooter nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100%;height:100%;padding:6px 10px;text-decoration:none;color:#111;line-height:1.2}.fixedHeader{position:fixed;left:0;right:0;top:0;z-index:20;background:#fffffff5;border-bottom:1px solid rgba(17,17,17,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:1;visibility:visible;transition:opacity .3s ease,visibility .3s ease;pointer-events:auto}.fixedHeader-inner{max-width:1100px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:24px}.fixedHeader-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#111;font-weight:600;letter-spacing:.08em}.fixedHeader-logo img{width:32px;height:32px;display:block}.fixedHeader-nav{display:flex;align-items:center;gap:20px}.fixedHeader-nav a{text-decoration:none;color:#111;font-size:14px;letter-spacing:.08em}.fixedHeader-nav a:hover{text-decoration:underline}@media (max-width: 640px){.fixedFooter nav ul{gap:4px;padding:4px 6px}.fixedFooter nav li{min-width:52px;font-size:11px}.fixedFooter nav a{padding:5px 8px}.fixedFooter nav li+li{border-left:1px solid #111}.fixedHeader{display:none}}@media (min-width: 641px){.fixedFooter,.headerLogo{display:none}.fixedHeader{display:block}}.pageJumpButton{position:fixed;right:12px;bottom:74px;transform:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:2px solid #111;border-radius:50%;width:56px;height:56px;padding:0;background:#fff;color:#111;font-size:10px;letter-spacing:.06em;cursor:pointer;box-shadow:0 8px 16px #0000001f;transition:transform .2s ease,box-shadow .2s ease;z-index:20}.pageJumpIcon{width:26px;height:26px;display:block}@media (min-width: 768px){.pageJumpButton{right:32px;bottom:32px;width:88px;height:88px;font-size:14px;gap:4px;border-width:3px}.pageJumpIcon{width:40px;height:40px}}.pageJumpIcon.isFlipped{transform:scaleY(-1)}.site-footer{width:calc(100% + (var(--page-x-padding) * 2));margin-left:calc(var(--page-x-padding) * -1);margin-right:calc(var(--page-x-padding) * -1);margin-top:64px;padding:56px 20px 32px;background:#429346;color:#fff;position:relative;overflow:hidden;--footer-logo-size: 33vw;--footer-logo-ratio: .85;--footer-text-ratio: .056;--footer-text-radius: calc(var(--footer-logo-size) * .56)}.footer-socials{display:flex;justify-content:left;align-items:left;gap:1.5rem;margin-top:2rem}.footer-socials a{display:flex;align-items:center;justify-content:center;transition:transform .2s ease,opacity .2s ease}.footer-socials a:hover{transform:translateY(-2px);opacity:.7}.footer-socials img{width:32px;height:32px;display:block}.footer-inner{width:100%;max-width:1100px;margin:0 auto;display:grid;gap:32px;grid-template-columns:1fr}.footer-section h2{font-size:18px;letter-spacing:.12em;margin-bottom:16px;text-transform:uppercase}.footer-sponsors{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));justify-items:center}.footer-sponsor{display:grid;place-items:center;background:transparent;border-radius:0;padding:0;border:none;width:320px;height:100px;max-width:100%}.footer-sponsor img{width:100%;height:100%;object-fit:contain;display:block}.footer-links{display:grid;gap:10px}.footer-links-section{margin-top:8px}.footer-links a{color:#fff;text-decoration:none;font-size:15px;letter-spacing:.08em}.footer-links a:hover{text-decoration:underline}.footer-bottom{color:#ddd;width:100%;max-width:1100px;margin:32px auto 0;padding-top:16px;border-top:1px solid rgba(255,255,255,.2);font-size:12px;letter-spacing:.1em;text-transform:uppercase}@media (max-width: 640px){.news-page-card{grid-template-columns:1fr}.news-page-card .news-page-thumb-wrap{width:100%}.footer-inner,.footer-bottom{width:100%;padding-left:0;padding-right:0}}.footer-emblem{position:absolute;right:calc(var(--footer-logo-size) * -.25);bottom:calc(var(--footer-logo-size) * -.25);width:var(--footer-logo-size);height:var(--footer-logo-size);display:grid;place-items:center;pointer-events:none;z-index:2}.footer-emblem-text{font-family:Roboto Mono,monospace;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible;animation:footer-spin 22s linear infinite}.footer-emblem-letter{position:absolute;top:50%;left:50%;font-size:calc(var(--footer-logo-size) * var(--footer-text-ratio));letter-spacing:.22em;color:#ffffffc7;transform:rotate(var(--char-rotation)) translateY(calc(var(--footer-text-radius) * -1)) rotate(0);transform-origin:0 0;white-space:pre}.footer-emblem-logo{width:calc(100% * var(--footer-logo-ratio));height:calc(100% * var(--footer-logo-ratio));animation:none}@keyframes footer-spin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@media (max-width: 640px){.site-footer{padding:48px 16px 28px;--footer-logo-size: 33vw;--footer-text-radius: calc(var(--footer-logo-size) * .56)}.footer-sponsors{grid-template-columns:1fr}.footer-bottom{font-size:11px}}.supporter-page{width:90vw;max-width:1100px;margin:120px auto 140px;display:grid;gap:32px}.supporter-page .hero-content{margin:0;display:grid;gap:16px;padding:32px;border:2px solid #111;border-radius:28px;background:linear-gradient(135deg,#fff,#f1f0ff 45%,#fbe8ff);box-shadow:0 20px 32px #0000001f}.supporter-page .hero-title{position:static;background:transparent;padding:0;box-shadow:none;font-size:36px;color:#111;text-align:center;cursor:default}.supporter-container{max-width:1200px;margin:0 auto;padding:0}.supporter-grid-a{display:grid;grid-template-columns:1fr;gap:32px}.supporter-grid-b{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.supporter-grid-c{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}@media (min-width: 768px){.supporter-grid-a{grid-template-columns:repeat(2,1fr);gap:40px}.supporter-grid-b{grid-template-columns:repeat(3,1fr);gap:32px}.supporter-grid-c{grid-template-columns:repeat(4,1fr);gap:24px}}.supporter-card{display:block;width:100%}.supporter-card:hover{opacity:.9}.supporter-card img{width:100%;height:auto;display:block;aspect-ratio:320/100;object-fit:contain;background-color:#fff}.supporter-message{text-align:center;margin-bottom:48px;padding:24px;background-color:#f5f5f5;border-radius:8px}.supporter-message h3{font-size:20px;font-weight:700;margin-bottom:16px}.supporter-message p{color:#666;line-height:1.6}.supporter-section{margin-bottom:48px}@media (max-width: 820px){.supporter-page{margin:100px auto 120px}}@media (max-width: 640px){.supporter-page{margin:90px auto 110px;gap:24px}.supporter-page .hero-content{padding:22px}.supporter-page .hero-title{font-size:26px}.supporter-message{padding:20px}}.supporter-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fade-in .2s ease}.supporter-modal__content{position:relative;width:95vw;height:88vh;max-width:1120px;background-color:#fff;border-radius:12px;display:flex;flex-direction:column;overflow-y:auto;box-shadow:0 10px 40px #0003;animation:slide-up .3s ease}.supporter-modal__close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;background-color:#ffffffe6;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#526fb4;z-index:10;transition:all .2s ease}.supporter-modal__close:hover{background-color:#fff;box-shadow:0 2px 8px #00000026;transform:scale(1.1)}.supporter-modal__banner-wrapper{width:100%;height:300px;overflow:hidden;border-radius:12px 12px 0 0;flex-shrink:0}.supporter-modal__body{flex:1;padding:24px 28px 22px;overflow-y:auto}.supporter-modal__title{font-size:24px;font-weight:700;color:#526fb4;line-height:1.2;margin-bottom:12px}.supporter-modal__description{font-size:14px;color:#555;line-height:1.7;margin-top:16px;margin-bottom:0}.supporter-modal__header-row{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:20px;align-items:start}.supporter-modal__header-info{min-width:0}.supporter-modal__meta-list{display:grid;gap:10px}.supporter-modal__section-title{font-size:16px;font-weight:700;color:#526fb4;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #526fb4}.supporter-modal__contact-item{display:flex;flex-wrap:wrap;align-items:baseline;margin-bottom:0;gap:8px;word-break:break-all}.supporter-modal__contact-label{font-weight:700;color:#666;min-width:52px}.supporter-modal__contact-link{color:#06c;text-decoration:none;transition:all .2s ease}.supporter-modal__contact-link:hover{color:#0052a3;text-decoration:underline}.supporter-modal__sns-section{margin-bottom:0}.supporter-modal__sns-links{display:flex;flex-wrap:wrap;gap:8px}.supporter-modal__sns-link{display:inline-block;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s ease;color:#fff}.supporter-modal__contact-item--sns{align-items:flex-start}.supporter-modal__contact-item--sns .supporter-modal__contact-label{padding-top:7px}.supporter-modal__banner-wrapper{width:220px;aspect-ratio:16 / 9;overflow:hidden;border-radius:10px;flex-shrink:0;justify-self:end;background-color:#f3f5fb}.supporter-modal__banner{width:100%;height:100%;object-fit:contain;object-position:center}.supporter-modal__header-row+.supporter-modal__description{margin-top:18px;padding-top:16px;border-top:1px solid #e0e0e0}.supporter-modal__sns-link--twitter{background-color:#1da1f2}.supporter-modal__sns-link--twitter:hover{background-color:#1a91da;transform:translateY(-2px);box-shadow:0 4px 12px #1da1f24d}.supporter-modal__sns-link--instagram{background:linear-gradient(135deg,#667eea,#764ba2)}.supporter-modal__sns-link--instagram:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.supporter-modal__sns-link--youtube{background-color:red}.supporter-modal__sns-link--youtube:hover{background-color:#c00;transform:translateY(-2px);box-shadow:0 4px 12px #ff00004d}.supporter-modal__sns-link--tiktok{background-color:#000}.supporter-modal__sns-link--tiktok:hover{background-color:#333;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 640px){.supporter-modal__content{width:100vw;height:100vh;border-radius:0;max-width:none}.supporter-modal__banner-wrapper{width:100%;height:180px;border-radius:0;justify-self:stretch}.supporter-modal__body{padding:20px}.supporter-modal__title{font-size:22px;margin-bottom:12px}.supporter-modal__header-row{grid-template-columns:1fr;gap:16px}.supporter-modal__description{font-size:14px;margin-top:14px}.supporter-modal__contact-item{font-size:14px}.supporter-modal__contact-label{min-width:70px}.supporter-modal__sns-links{gap:6px}.supporter-modal__sns-link{padding:7px 10px;font-size:12px}.supporter-modal__close{width:36px;height:36px;font-size:20px;top:12px;right:12px}}.timeline-main{width:90vw;max-width:1100px;margin:120px auto 140px}.timeline{position:relative;max-width:1400px;margin:0 auto;padding:120px 24px}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:4px;background:#576eb2;border-radius:999px}.timeline-title{width:90vw;font-size:36px;font-weight:700;margin-bottom:48px;color:#111}.timeline-period{position:relative}.timeline-period-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:16px;color:#576eb2;background:#eef1f8}.timeline-event{position:relative;display:flex;margin:80px 0;align-items:center}.timeline-event.left{justify-content:flex-start;padding-right:calc(50% + 40px)}.timeline-event.right{justify-content:flex-end;padding-left:calc(50% + 40px)}.timeline-dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:22px;height:22px;border-radius:50%;background:#576eb2;box-shadow:0 0 0 8px #ffffff14,0 0 20px #ffffff40;z-index:2;pointer-events:none}.timeline-balloon{position:relative;width:80%;padding:28px;border-radius:28px;background:#191919c7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px #00000059;cursor:pointer;transition:transform .25s ease,background .25s ease}.timeline-event.left .timeline-balloon:after{content:"";position:absolute;right:-14px;top:50%;transform:translateY(-50%);border-top:14px solid transparent;border-bottom:14px solid transparent;border-left:14px solid rgba(25,25,25,.78)}.timeline-event.right .timeline-balloon:after{content:"";position:absolute;left:-14px;top:50%;transform:translateY(-50%);border-top:14px solid transparent;border-bottom:14px solid transparent;border-right:14px solid rgba(25,25,25,.78)}.timeline-image{width:90%;height:200px;object-fit:cover;border-radius:12px;margin-bottom:16px}.timeline-date{font-size:1.15rem;font-weight:700;margin-bottom:18px;color:#fff}.timeline-list{padding-left:20px;margin-bottom:18px;line-height:1.8;color:#ffffffe6}.timeline-description{line-height:1.9;color:#ffffffdb}@media (max-width: 640px){.timeline{padding-left:72px;padding-right:16px}.timeline:before{left:28px;transform:none}.timeline-dot{left:-42px;top:50%;transform:translate(-50%,-50%)}.timeline-event,.timeline-event.left,.timeline-event.right{padding:0;justify-content:flex-start}.timeline-balloon{width:100%}.timeline-balloon:after{left:-14px!important;right:auto!important;border-left:none!important;border-right:14px solid rgba(25,25,25,.78)!important}}.timeline-dot{opacity:0;transform:translate(-50%,-50%) scale(.6);transition:all .3s cubic-bezier(.34,1.56,.64,1)}.timeline-balloon{opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease}.timeline-event.animate-in .timeline-dot{opacity:1;transform:translate(-50%,-50%) scale(1);transition-delay:.1s}.timeline-event.animate-in .timeline-balloon{opacity:1;transform:translateY(0);transition-delay:.15s}@keyframes dot-glow{0%,to{box-shadow:0 0 0 8px #ffffff14,0 0 20px #ffffff40}50%{box-shadow:0 0 0 8px #ffffff26,0 0 30px #576eb299,0 0 40px #576eb266}}.timeline-event.animate-in .timeline-dot{animation:dot-glow .3s ease-in-out .3s}@media (prefers-reduced-motion: reduce){.timeline-dot,.timeline-balloon{transition:none}.timeline-event.animate-in .timeline-dot,.timeline-event.animate-in .timeline-balloon{animation:none}}
