footer{background-color:var(--color-muted);border-radius:1rem 1rem 0 0;padding:1rem;margin-top:2rem;box-shadow:0 -5px 15px #44444440}footer .row{display:flex;justify-content:center;align-items:center;gap:.5rem}@media(max-width:767px){footer .row{flex-direction:column;gap:1rem}}footer .row .col{width:100%;flex:1}footer .footer__brand{display:flex;flex-direction:column;justify-content:start;align-items:start}@media(max-width:767px){footer .footer__brand{justify-content:center;align-items:center}}footer .footer__brand-title img{width:fit-content;height:3rem}footer .footer__brand-subtitle{font-size:1rem}footer .footer__links{display:flex;justify-content:end;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0;height:100%}@media(max-width:767px){footer .footer__links{justify-content:center}}footer .footer__links_item{width:fit-content}footer .footer__links_item a{opacity:.75;transition:opacity .25s ease-in-out;display:block;width:fit-content}footer .footer__links_item a:hover{opacity:1}footer .footer__links_item a svg{height:2.5rem;object-fit:scale-down;display:block}footer .footer__links_item a span{display:block}footer #copyright{display:block;margin-top:.75rem;padding-top:.75rem;text-align:center;font-size:.9rem;color:var(--color-text);border-top:1px solid var(--color-white)}footer #copyright a{color:var(--color-text);text-decoration:underline;text-underline-offset:.25rem}#loading{width:100dvw;width:100vw;height:100dvh;height:100vh;display:block;position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;overflow:hidden;background-color:#fff;z-index:9999}#loading #loading_bg{width:100%;height:100%;position:absolute;top:0;left:0;background:var(--bg);background-position:center center;filter:blur(10px) brightness(.95)}#loading #loading_logo{width:80%;max-width:500px;object-fit:scale-down}body{height:fit-content}body:not(.loaded){overflow-y:hidden;position:fixed;top:0;left:0;width:100dvw;width:100vw;height:100dvh;height:100vh}:root{--color-primary: #DE7b48;--color-secondary: #DEAF48;--color-accent: #BD9DE5;--color-soft: #FAE9B3;--color-black: #444444;--color-white: #fbfbfb;--color-muted: #C9CEE8;--color-bg: var(--color-soft);--color-text: #444444;--color-text-light: #fbfbfb;--color-text-muted: #C9CEE8;--gradient-main: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 45%, var(--color-accent) 100%);--font-gothic: "Hiragino Sans", "Yu Gothic", sans-serif}.visually-hidden{display:block;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-secondary)}.text-accent{color:var(--color-accent)}.text-muted{color:var(--color-muted)}.text-marker{padding-left:.125rem;padding-right:.125rem;background:linear-gradient(to bottom,transparent 45%,rgba(222,123,72,.5) 45%,rgba(222,123,72,.5) 100%)}html{font-family:var(--font-gothic);background:var(--color-bg);color:var(--color-text)}body{margin:0}h1{display:block;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}section:not(.hero){margin:.5rem 1rem}section:not(.hero) h2{background:var(--color-secondary);color:var(--color-text-light);border-left:solid var(--color-primary) .25rem;padding:.25rem .5rem;box-shadow:-2.5px 2.5px 5px #44444459}section:not(.hero) p{margin:0 0 .25rem}section:not(.hero) ul{margin:2rem 0;padding-left:2.5rem}.hero{position:relative;height:100vh;height:100dvh;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0;background:linear-gradient(to bottom,#ffffff40,#ffffff59),var(--hero-bg);background-position:center;filter:contrast(1.5) blur(10px);clip-path:polygon(0 0,100% 0,100% calc(100% - 10dvh),0% 100%)}.hero__inner{position:relative;z-index:1;height:100vh;height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem;padding:24px;text-shadow:0 0 2.5px var(--color-white)}.hero__inner h2{background-color:var(--color-white);color:var(--color-secondary);border-radius:.25rem;margin:0;z-index:1;padding:.25rem 1rem;transform:rotate(-7.5deg);box-shadow:0 0 2.5px var(--color-black);font-size:2rem}.hero__inner img{z-index:2;width:80vw;max-width:500px;height:fit-content;object-fit:contain}.questions__inner__lists{display:flex;justify-content:center;align-items:center;gap:.5rem;width:100%}.questions__inner__lists ul{width:100%;flex-shrink:1}@media(max-width:767px){.questions__inner__lists{flex-direction:column;gap:0}.questions__inner__lists ul:not(:last-child){margin-bottom:0}.questions__inner__lists ul:not(:first-child){margin-top:0}}.timetable__inner__timeline{padding:0 .5rem!important;margin:.5rem auto!important;width:fit-content}.timetable__inner__timeline li{list-style:none;padding-left:1.5rem;position:relative}.timetable__inner__timeline li:not(:last-of-type){padding-bottom:1rem}.timetable__inner__timeline li:not(:last-of-type):before{content:"";display:block;position:absolute;background-color:var(--color-accent);width:2px;height:calc(100% - 1rem);top:calc(1rem + 7.5px);left:calc((1rem - 2px)/2)}.timetable__inner__timeline li:after{content:" ";display:block;position:absolute;background-color:var(--color-accent);width:1rem;height:1rem;top:7.5px;left:0;border-radius:100%}.timetable__inner__timeline li p.timetable__inner__timeline-title{font-weight:700;font-size:1.25rem;margin-bottom:.5rem}.howToJoin__inner img{display:block;border-radius:1rem;box-shadow:0 0 10px var(--color-black);margin:2.5rem auto;width:70%;height:fit-content}@media(max-width:767px){.howToJoin__inner img{width:90%}}.archive__inner iframe{display:block;width:100%;max-width:560px;height:100%;aspect-ratio:16/9;margin:0 auto 1rem}.archive__inner p{text-align:center}
