@charset "UTF-8";.c-lpMenu{--bg:var(--lp-menu-bg,hsla(0,0%,100%,.1));--fg:var(--lp-menu-fg,#163a63);--border:var(--lp-menu-border,hsla(0,0%,100%,.15));--accent:var(--lp-menu-accent,#2e7bd6);position:sticky;top:8px;z-index:50;padding:0 12px;margin-top:8px}.c-lpMenu__inner{background:var(--bg);border:1px solid var(--border);border-radius:999px;display:flex;align-items:center;justify-content:space-between;min-height:55px;padding:0 36px;overflow:visible;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.c-lpMenu__brand,.c-lpMenu__drawerClose,.c-lpMenu__drawerLink,.c-lpMenu__hamburger,.c-lpMenu__link,.c-lpMenu__xLink{cursor:pointer}.c-lpMenu__brand{display:flex;align-items:center;text-decoration:none;color:inherit;background:transparent;border:0;padding:0}.c-lpMenu__logo{height:auto;width:auto;max-height:32px;display:block}.c-lpMenu__nav{display:none;flex-wrap:nowrap;gap:10px;align-items:center;margin-left:12px;margin-right:auto;height:55px}@media screen and (min-width:900px){.c-lpMenu__nav{display:flex}}.c-lpMenu__link{font-family:M PLUS\ 1,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,游ゴシック Medium,Yu Gothic Medium,游ゴシック体,YuGothic,sans-serif;position:relative;display:flex;align-items:center;text-decoration:none;font-size:16px;height:55px;padding:0 10px;border-radius:999px;border:1px solid transparent;white-space:nowrap;flex-shrink:0;transition:opacity .2s ease,background-color .2s ease,border-color .2s ease;background:transparent;color:var(--fg)}.c-lpMenu__badge{position:absolute;top:-5px;left:50%;transform:translate(-50%);background-color:var(--lp-menu-badge-bg,#2988f4);color:var(--lp-menu-badge-fg,#fff);font-size:10px;font-weight:500;line-height:1;padding:2px 5px;border-radius:60px;white-space:nowrap;pointer-events:none}.c-lpMenu__badge--inline{position:static;transform:none;display:inline-block;vertical-align:middle;margin-right:6px}.c-lpMenu__xLink{display:flex;flex-shrink:0;align-items:center;justify-content:center;gap:10px;padding:0 18px;height:40px;border-radius:999px;background:#000;color:#fff;transition:opacity .2s ease;text-decoration:none;white-space:nowrap}.c-lpMenu__xLink:hover{opacity:.75}.c-lpMenu__xIcon{width:18px;height:18px;flex-shrink:0}.c-lpMenu__xLinkText{font-weight:700;font-size:16px;line-height:1;letter-spacing:0}.c-lpMenu__hamburger{width:var(--lp-hamburger-size,44px);height:var(--lp-hamburger-size,44px);border:var(--lp-hamburger-border,1px solid var(--border));background:var(--lp-hamburger-bg,hsla(0,0%,100%,.75));border-radius:var(--lp-hamburger-radius,999px);position:relative}@media screen and (min-width:900px){.c-lpMenu__hamburger{display:none}}.c-lpMenu__hamburger span{position:absolute;left:50%;width:var(--lp-hamburger-line-width,22px);height:var(--lp-hamburger-line-height,3px);border-radius:2px;background:var(--fg);transform:translate(-50%);transition:transform .25s ease,opacity .25s ease,top .25s ease}.c-lpMenu__hamburger span:first-of-type{top:var(--lp-hamburger-line1-top,14px)}.c-lpMenu__hamburger span:nth-of-type(2){top:var(--lp-hamburger-line2-top,20.5px)}.c-lpMenu__hamburger span:nth-of-type(3){top:var(--lp-hamburger-line3-top,27px)}.c-lpMenu__hamburger--open span:first-of-type{top:var(--lp-hamburger-line2-top,20.5px);transform:translate(-50%) rotate(45deg)}.c-lpMenu__hamburger--open span:nth-of-type(2){opacity:0}.c-lpMenu__hamburger--open span:nth-of-type(3){top:var(--lp-hamburger-line2-top,20.5px);transform:translate(-50%) rotate(-45deg)}.c-lpMenu__drawer{display:none}.c-lpMenu__drawer--open{display:block;position:fixed;inset:0;background:#0000002e;z-index:110;padding:16px}.c-lpMenu__drawerClose{position:fixed;top:var(--lp-drawer-close-top,16px);right:var(--lp-drawer-close-right,16px);width:var(--lp-drawer-close-size,48px);height:var(--lp-drawer-close-size,48px);border-radius:var(--lp-drawer-close-radius,999px);background:var(--lp-drawer-close-bg,hsla(0,0%,100%,.85));border:var(--lp-drawer-close-border,1px solid hsla(0,0%,100%,.6));box-shadow:var(--lp-drawer-close-shadow,0 10px 26px rgba(0,0,0,.18));z-index:111}.c-lpMenu__drawerClose:focus-visible{outline:none;box-shadow:0 0 0 4px #2e7bd640,var(--lp-drawer-close-shadow,0 10px 26px rgba(0,0,0,.18))}.c-lpMenu__drawerCloseIcon{position:relative;display:block;width:var(--lp-drawer-close-icon-size,18px);height:var(--lp-drawer-close-icon-size,18px);margin:0 auto}.c-lpMenu__drawerCloseIcon:after,.c-lpMenu__drawerCloseIcon:before{content:"";position:absolute;left:50%;top:50%;width:var(--lp-drawer-close-icon-size,18px);height:var(--lp-drawer-close-icon-thickness,2px);border-radius:999px;background:var(--lp-drawer-close-icon-color,rgba(0,0,0,.78));transform-origin:center}.c-lpMenu__drawerCloseIcon:before{transform:translate(-50%,-50%) rotate(45deg)}.c-lpMenu__drawerCloseIcon:after{transform:translate(-50%,-50%) rotate(-45deg)}.c-lpMenu__drawerLayout{min-height:calc(100svh - 32px);flex-direction:column;gap:14px;padding:72px 0 calc(24px + env(safe-area-inset-bottom))}.c-lpMenu__drawerLayout,.c-lpMenu__drawerTop{display:flex;align-items:center;justify-content:center}.c-lpMenu__drawerNav,.c-lpMenu__drawerTop{width:min(520px,100%)}.c-lpMenu__drawerNav{background:#ffffff9e;border:1px solid hsla(0,0%,100%,.6);border-radius:18px;padding:22px 16px;box-shadow:0 24px 60px #0000002e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.c-lpMenu__drawerNavTop{display:flex;align-items:center;justify-content:center;margin-bottom:12px}.c-lpMenu__drawerLink{font-family:M PLUS\ 1,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,メイリオ,Meiryo,游ゴシック Medium,Yu Gothic Medium,游ゴシック体,YuGothic,sans-serif;display:block;color:var(--fg);text-decoration:none;font-weight:800;padding:14px 12px;text-align:center;border-radius:12px;border:1px solid transparent;-webkit-tap-highlight-color:transparent;width:100%;background:transparent}@media(hover:hover)and (pointer:fine){.c-lpMenu__drawerLink:hover{background:#2e7bd614;border-color:#2e7bd62e}}.c-lpMenu__drawerLink:active{background:transparent;border-color:transparent}.c-lpMenu__drawerLink--x{display:flex;align-items:center;gap:8px;justify-content:center}.c-lpMenu__drawerBottom{width:min(520px,100%);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 10px}.c-lpMenu__drawerBottomLeft,.c-lpMenu__drawerBottomRight{display:flex;align-items:center;gap:10px;min-width:0}@media screen and (max-width:768px){.c-lpMenu__nav{display:none!important}}.p-entrancefest2026-ev__notesCharacter{display:none;position:absolute;width:160px;height:auto;pointer-events:none;z-index:2}@media screen and (min-width:769px){.p-entrancefest2026-ev__notesCharacter{display:block}}@media screen and (min-width:769px)and (max-width:1024px){.p-entrancefest2026-ev__notesCharacter{display:none}}.p-entrancefest2026-ev__notesCharacter--rc{right:-70px;top:55%;transform:translateY(-50%)}.p-entrancefest2026-ev__notesPanel{display:grid;gap:12px}@media screen and (min-width:769px){.p-entrancefest2026-ev__notesPanel{justify-items:center}}.p-entrancefest2026-ev__notesCard{--notes-card-bg:#fff;--notes-card-border:rgba(0,0,0,.08);--notes-card-shadow:0 14px 40px rgba(0,0,0,.1);--notes-summary-fg:rgba(0,0,0,.75);--notes-sep:rgba(0,0,0,.08);--notes-icon:#000;--notes-content-bg:#fff;--notes-text:rgba(0,0,0,.65);--notes-link:#2e7bd6;--notes-footnote:rgba(0,0,0,.55);background:var(--notes-card-bg);border:1px solid var(--notes-card-border);border-radius:18px;box-shadow:var(--notes-card-shadow);overflow:hidden}@media screen and (max-width:768px){.p-entrancefest2026-ev__notesCard{margin-left:-16px;margin-right:-16px;border-radius:0}}@media screen and (min-width:769px){.p-entrancefest2026-ev__notesCard{width:100%;max-width:65%}}.p-entrancefest2026-ev__section--notes .c-lpAccordion{display:grid}.p-entrancefest2026-ev__section--notes .c-lpAccordion--list{gap:0}.p-entrancefest2026-ev__section--notes .c-lpAccordion--list .c-lpAccordion__item{border:0;background:transparent;margin:0 15px}.p-entrancefest2026-ev__section--notes .c-lpAccordion--list .c-lpAccordion__item:not(:last-child){border-bottom:1px solid var(--notes-sep)}.p-entrancefest2026-ev__section--notes .c-lpAccordion--list .c-lpAccordion__item:not(:first-child){border-top:0}.p-entrancefest2026-ev__section--notes .c-lpAccordion__summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:24px 30px;color:var(--notes-summary-fg);position:relative;font-weight:800;font-size:clamp(1.4rem,.7vw + 1.008rem,1.8rem);width:100%;text-align:left;background:transparent;border:0}.p-entrancefest2026-ev__section--notes .c-lpAccordion__summary::-webkit-details-marker{display:none}.p-entrancefest2026-ev__section--notes .c-lpAccordion__summary::marker{content:""}.p-entrancefest2026-ev__section--notes .c-lpAccordion__icon{width:22px;height:22px;position:relative;flex-shrink:0}.p-entrancefest2026-ev__section--notes .c-lpAccordion__icon:after,.p-entrancefest2026-ev__section--notes .c-lpAccordion__icon:before{content:"";position:absolute;left:50%;top:50%;width:16px;height:4px;background:var(--notes-icon);transform:translate(-50%,-50%);border-radius:8px;opacity:1;transition:.2s ease-in-out}.p-entrancefest2026-ev__section--notes .c-lpAccordion__icon:after{transform:translate(-50%,-50%) rotate(90deg)}.p-entrancefest2026-ev__section--notes .c-lpAccordion__content{background:var(--notes-content-bg);overflow:hidden}.p-entrancefest2026-ev__section--notes .c-lpAccordion__contentInner{padding:0 30px 24px}.p-entrancefest2026-ev__section--notes .c-lpAccordion__item.is-open .c-lpAccordion__icon:before{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.p-entrancefest2026-ev__section--notes .c-lpAccordion__item.is-open .c-lpAccordion__icon:after{transform:translate(-50%,-50%) rotate(180deg);opacity:1}@media(prefers-reduced-motion:reduce){.p-entrancefest2026-ev__section--notes .c-lpAccordion__icon:after,.p-entrancefest2026-ev__section--notes .c-lpAccordion__icon:before{transition:none}}.p-entrancefest2026-ev__notesTopCard{padding:18px 16px 14px;border-bottom:1px solid rgba(22,58,99,.12)}@media screen and (min-width:769px){.p-entrancefest2026-ev__notesTopCard{padding:22px 20px 16px}}.p-entrancefest2026-ev__notesTopList{margin:0;padding-left:0;list-style:none;color:var(--notes-text);font-weight:400;line-height:1.8;font-size:1.3rem}.p-entrancefest2026-ev__notesTopList li{position:relative;padding-left:1.15em}.p-entrancefest2026-ev__notesTopList li:before{content:"・";position:absolute;left:0;top:0}.p-entrancefest2026-ev__notesTopList li+li{margin-top:6px}.p-entrancefest2026-ev__notesTopClosing{margin:12px 0 0;color:var(--notes-text);font-weight:400;line-height:1.8;font-size:1.3rem}.p-entrancefest2026-ev__notesTopFootnote{margin:6px 0 0;padding-left:1em;text-indent:-1em;color:var(--notes-text);font-weight:400;line-height:1.8;font-size:1.3rem}.p-entrancefest2026-ev__notesTopSubheading{margin:12px 0 0;color:var(--notes-text);font-weight:400;line-height:1.8;font-size:1.3rem}.p-entrancefest2026-ev__notesTopDescription{margin:4px 0 0}.p-entrancefest2026-ev__notesContent p,.p-entrancefest2026-ev__notesTopDescription{color:var(--notes-text);font-weight:400;line-height:1.8;font-size:1.3rem}.p-entrancefest2026-ev__notesContent p:last-child{margin-bottom:0}.p-entrancefest2026-ev__notesContent ul{margin:0 0 12px;padding-left:0;list-style:none;color:var(--notes-text);font-weight:400;line-height:1.8;font-size:1.3rem}.p-entrancefest2026-ev__notesContent ul li{position:relative;padding-left:1.15em}.p-entrancefest2026-ev__notesContent ul li:before{content:"・";position:absolute;left:0;top:0}.p-entrancefest2026-ev__notesContent ul li+li{margin-top:6px}.p-entrancefest2026-ev__notesContent ul:last-child{margin-bottom:0}.p-entrancefest2026-ev__notesContent .p-entrancefest2026-ev__notesFootnote{margin-top:8px;font-size:1.2rem;color:var(--notes-footnote);font-weight:400}.p-entrancefest2026-ev__notesContent .p-entrancefest2026-ev__notesFollowup{display:block;margin-top:10px}.p-entrancefest2026-ev__notesContent .p-entrancefest2026-ev__notesGap{height:10px}.p-entrancefest2026-ev__notesContent a{color:var(--notes-link);text-decoration:underline;font-weight:800;transition:opacity .2s ease}.p-entrancefest2026-ev__notesContent a:hover{opacity:.7}.p-entrancefest2026-ev__notesFooter{margin:0;padding:14px 16px;text-align:center;font-size:1.2rem;color:var(--notes-footnote)}.p-entrancefest2026-ev__notesFooterInner{display:inline-block;text-align:left;padding-left:1.2em;text-indent:-1.2em}.p-entrancefest2026-ev__koyasaiNotesList{padding:24px 30px}.p-entrancefest2026-ev__section--notes.is-koyasai{max-width:1080px;margin-left:auto;margin-right:auto;padding:0 16px;margin-top:var(--koyasai-section-gap,64px)}.p-entrancefest2026-ev__section--notes.is-koyasai .p-entrancefest2026-ev__sectionTitle{color:#5aff45}.p-entrancefest2026-ev__section--notes.is-koyasai .p-koyasai__sectionHeading{padding:0 24px}@media screen and (min-width:769px){.p-entrancefest2026-ev__section--notes.is-koyasai .p-koyasai__sectionHeading{max-width:calc((min(1080px,100vw) - 32px)*.65);margin-left:auto;margin-right:auto;padding:0}}.p-entrancefest2026-ev__section--notes.is-koyasai .p-entrancefest2026-ev__notesCard{--notes-card-bg:hsla(0,0%,8%,.95);--notes-card-border:rgba(90,255,69,.2);--notes-card-shadow:0px 19px 28px -13px #00000033;--notes-summary-fg:#5aff45;--notes-sep:rgba(90,255,69,.15);--notes-icon:#5aff45;--notes-content-bg:hsla(0,0%,8%,.95);--notes-text:#5aff45;--notes-link:#5aff45;--notes-footnote:#5aff45}.p-entrancefest2026-ev__section--notes.is-koyasai .p-entrancefest2026-ev__notesFooter{color:#5aff45}.p-entrancefest2026-ev__fixedTabs{position:fixed;left:0;right:0;bottom:0;z-index:60;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#031428db;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid hsla(0,0%,100%,.08)}@media screen and (min-width:769px){.p-entrancefest2026-ev__fixedTabs{padding:6px 12px calc(6px + env(safe-area-inset-bottom))}}.p-entrancefest2026-ev__fixedTabsInner{margin:0 auto;display:grid;gap:12px}@media screen and (max-width:768px){.p-entrancefest2026-ev__fixedTabsInner{grid-template-columns:1fr 1fr;gap:10px}}@media screen and (min-width:769px){.p-entrancefest2026-ev__fixedTabsInner{grid-template-columns:1fr 1fr;gap:16px}}.p-entrancefest2026-ev__tab{display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;font:inherit;background:transparent;border-radius:16px;padding:10px 12px;border:none;box-shadow:none;position:relative;overflow:hidden;height:72px;min-height:54px;transition:transform .15s ease,opacity .15s ease}@media screen and (min-width:769px){.p-entrancefest2026-ev__tab{height:58px;padding:8px 12px}}.p-entrancefest2026-ev__tab:hover{opacity:.95;transform:translateY(-1px)}.p-entrancefest2026-ev__tab.is-active{box-shadow:0 10px 22px #00000040}@media screen and (max-width:768px){.p-entrancefest2026-ev__tab.is-active{border-radius:999px}}@media screen and (min-width:769px){.p-entrancefest2026-ev__tab.is-active{border-radius:12px}}.p-entrancefest2026-ev__tab--blue{background:transparent;color:#c0e7ff}.p-entrancefest2026-ev__tab--blue.is-active{background:#2988f4;color:#fff}.p-entrancefest2026-ev__tab--green{background:transparent;color:#5aff45}.p-entrancefest2026-ev__tab--green.is-active{background:#5aff45;color:#06240f}.p-entrancefest2026-ev__tabLeft{display:inline-flex;align-items:center;gap:10px;min-width:0}.p-entrancefest2026-ev__tabIcon--moon{color:#5aff45;background:transparent}.p-entrancefest2026-ev__tabText{display:inline-flex;flex-direction:column;line-height:1.05;min-width:0}@media screen and (max-width:768px){.p-entrancefest2026-ev__tabText{align-items:center;text-align:center;gap:5px}}@media screen and (min-width:769px){.p-entrancefest2026-ev__tabText{flex-direction:row;align-items:center;gap:8px;line-height:1.1}}.p-entrancefest2026-ev__tabTitle{font-weight:700;letter-spacing:.06em}@media screen and (max-width:768px){.p-entrancefest2026-ev__tabTitle{font-size:1.6rem}}@media screen and (min-width:769px){.p-entrancefest2026-ev__tabTitle{font-size:3rem}}.p-entrancefest2026-ev__tabYear{opacity:.92;font-weight:800;letter-spacing:.14em}@media screen and (max-width:768px){.p-entrancefest2026-ev__tabYear{font-size:1.1rem}}@media screen and (min-width:769px){.p-entrancefest2026-ev__tabYear{font-size:1.4rem;line-height:1}}@media screen and (min-width:769px)and (max-width:924px){.p-entrancefest2026-ev__tab{padding:8px 10px}.p-entrancefest2026-ev__tabLeft{gap:8px}.p-entrancefest2026-ev__tabText{gap:6px;white-space:nowrap}.p-entrancefest2026-ev__tabTitle{font-size:2.2rem;white-space:nowrap}.p-entrancefest2026-ev__tabYear{font-size:1.2rem;letter-spacing:.1em;white-space:nowrap}.p-entrancefest2026-ev__tabRight{gap:6px}.p-entrancefest2026-ev__tabArrow{width:26px;height:26px;margin-left:6px}}.p-entrancefest2026-ev__tabRight{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.p-entrancefest2026-ev__tabArrow{width:30px;height:30px;border-radius:999px;border:1px solid #2988f4;background:#2988f4;position:relative;margin-left:12px}.p-entrancefest2026-ev__tabArrow:after{content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;border-top:1px solid #001d3a;border-right:1px solid #001d3a;transform:translate(-65%,-50%) rotate(45deg)}.p-entrancefest2026-ev__tab--green .p-entrancefest2026-ev__tabArrow{background:#5aff45;border-color:transparent}.p-entrancefest2026-ev__tab--green .p-entrancefest2026-ev__tabArrow:after{border-color:#06240f}.p-entrancefest2026-ev__tab.is-active .p-entrancefest2026-ev__tabArrow{display:none}.p-entrancefest2026-ev__tabSelectedBadge{--bubble-bg:#fff;--bubble-fg:#2e7bd6;display:inline-flex;align-items:center;gap:0;position:relative;margin-left:10px;padding:9px 16px;border-radius:999px;background:var(--bubble-bg);color:var(--bubble-fg);font-weight:700;line-height:1}.p-entrancefest2026-ev__tabSelectedBadge:before{content:"";position:absolute;left:22px;bottom:-16px;width:0;height:0;border-left:12px solid transparent;border-right:0 solid transparent;transform:rotate(18deg)}.p-entrancefest2026-ev__tabSelectedBadge:after{content:"";position:absolute;bottom:-4px;width:0;height:0;border-left:9px solid transparent;border-right:0 solid transparent;border-top:12px solid var(--bubble-bg);transform:rotate(60deg)}@media screen and (max-width:768px){.p-entrancefest2026-ev__tabSelectedBadge{display:none}}.p-entrancefest2026-ev__tab--blue .p-entrancefest2026-ev__tabSelectedBadge{--bubble-bg:#fff;--bubble-fg:#045ada}.p-entrancefest2026-ev__tab--green .p-entrancefest2026-ev__tabSelectedBadge{--bubble-bg:#06240f;--bubble-fg:#5aff45;--bubble-border:#5aff45}.p-entrancefest2026-ev__tabSelectedCharacter{width:72px;height:72px;-o-object-fit:contain;object-fit:contain;display:block;pointer-events:none}@media screen and (min-width:769px){.p-entrancefest2026-ev__tabSelectedCharacter{transform:translateY(-10px) scale(1.6);transform-origin:top left;will-change:transform}}@media screen and (max-width:768px){.p-entrancefest2026-ev__tabSelectedCharacter{display:none}}.p-entrancefest2026-ev__tabSelectedText{font-size:1.6rem;font-weight:700;white-space:nowrap}@media screen and (max-width:768px){.p-entrancefest2026-ev__tab{position:relative;border-radius:999px;padding:10px;height:58px;min-height:58px}.p-entrancefest2026-ev__tab:not(.is-active){color:#fff}.p-entrancefest2026-ev__tabLeft{flex:1;justify-content:center;position:relative}.p-entrancefest2026-ev__tabRight{position:absolute;right:10px;top:50%;transform:translateY(-50%)}.p-entrancefest2026-ev__tabIcon{position:absolute;left:10px;top:50%;transform:translateY(-50%)}}@media screen and (max-width:768px)and (max-width:379px){.p-entrancefest2026-ev__tabIcon{display:none}}@media screen and (max-width:768px){.p-entrancefest2026-ev__tabArrow{width:28px;height:28px}.p-entrancefest2026-ev__tabTitle{font-size:22px}}
