:root{--primary-color: #000000;--text-color: #ffffff;--font-family: Noto Sans, sans-serif;--section-height: 52.31rem;scroll-behavior:auto}html.js{width:100%;scroll-behavior:auto;overflow-x:hidden}body{margin:0;padding:0;font-family:var(--font-family);background-color:var(--primary-color);color:var(--text-color);width:100%;min-height:100vh;display:flex;flex-direction:column;position:relative;overflow-x:hidden}body main{flex:1;opacity:0;transition:opacity .5s ease}body main.loaded{opacity:1}.main-banner{display:flex;width:100%;height:var(--section-height);justify-content:center;align-items:center;position:relative;opacity:0;transform:translateY(2rem);transition:opacity 1s ease .5s,transform 1s ease .5s}@media screen and (max-width: 768px){.main-banner{height:90vh;padding:0 1rem}}.main-banner.fade-in{opacity:1;transform:translateY(0)}.main-banner .logo-container{display:flex;justify-content:center;align-items:center;width:90%;height:auto;margin:0;padding:0}.main-banner .logo-container .pc{display:block !important;width:50%}@media screen and (max-width: 768px){.main-banner .logo-container .pc{display:none !important}}.main-banner .logo-container .sp{display:none !important}@media screen and (max-width: 768px){.main-banner .logo-container .sp{display:block !important;width:100%;max-width:90vw;margin:0 auto}}.statement{width:100%;min-height:var(--section-height);position:relative;background-color:var(--primary-color);display:flex;flex-direction:column;align-items:center;overflow:hidden}.statement .scroll-container{width:100%;height:20rem;overflow:hidden;margin-top:15rem}@media screen and (max-width: 768px){.statement .scroll-container{margin-top:0rem}}.statement .scroll-container .text-infinity-scroll{position:relative;width:100%;height:100%;overflow:hidden}.statement .scroll-container .text-infinity-scroll .track{position:absolute;top:50%;left:0;transform:translate3d(0, -50%, 0);width:max-content;height:auto;display:flex;align-items:center;will-change:transform}.statement .text-group{display:inline-flex;flex-direction:column;align-items:center;gap:.5rem;padding:0 3rem;position:relative}.statement .text-group::after{display:none}.statement .text-group span{white-space:nowrap;font-weight:700;color:var(--text-color);text-shadow:0 0 10px hsla(0,0%,100%,.3);opacity:.75;font-family:Helvetica;font-size:5.3125rem;line-height:normal}@media screen and (max-width: 768px){.statement .text-group span{font-size:2.3125rem;opacity:.75}}.statement .text-group.blur-text span{opacity:.5;filter:blur(4px);font-size:4.0625rem}@media screen and (max-width: 768px){.statement .text-group.blur-text span{font-size:2.3125rem;filter:blur(2px);opacity:.2}}.statement .white-line{width:18.4375rem;height:.1875rem;background:#fff;margin:1.2rem auto 0}@media screen and (max-width: 768px){.statement .white-line{margin:0 0;width:100%;margin-left:50vw;margin-right:0rem;margin-top:7.3rem}}.statement .content-area{width:100%;position:relative;margin-top:10rem;min-height:45rem;padding-bottom:3rem;margin-bottom:8rem;overflow:hidden}@media screen and (max-width: 768px){.statement .content-area{min-height:35rem;margin-top:0rem;margin-bottom:2.5rem}}.statement .content-area .content-wrapper{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100%;max-width:90rem;display:flex;justify-content:flex-end;align-items:flex-start;padding:0 2rem;box-sizing:border-box;overflow:hidden}@media screen and (max-width: 1388px){.statement .content-area .content-wrapper{margin-top:5rem}}@media screen and (max-width: 768px){.statement .content-area .content-wrapper{justify-content:center;padding:0;width:100%;left:0;transform:none}}.statement .content-area .content-wrapper .description{width:25.125rem;color:#fff;font-family:"Noto Sans";font-size:1.0625rem;line-height:185.9%;display:flex;flex-direction:column;margin-right:5rem}@media screen and (max-width: 768px){.statement .content-area .content-wrapper .description{width:100%;max-width:20.125rem;margin-right:0;font-size:.875rem;padding:0 0 0 0;box-sizing:border-box}}.statement .content-area .content-wrapper .description h2{font-weight:700;margin:0 0 1.5rem 0;line-height:2.4rem;min-height:4.8rem;white-space:normal}.statement .content-area .content-wrapper .description p{font-weight:400;margin:0;line-height:185.9%;width:24.4375rem}.statement .content-area .content-wrapper .description p:last-child{margin-bottom:0}@media screen and (max-width: 768px){.statement .content-area .content-wrapper .description{width:100%;max-width:20.125rem;margin-right:0;font-size:.875rem;padding:0 1rem}.statement .content-area .content-wrapper .description h2{font-size:1.125rem;line-height:1.4;min-height:auto;margin:0 0 1rem 0;width:100%}.statement .content-area .content-wrapper .description p{line-height:1.6;width:100%;white-space:normal;word-wrap:break-word}.statement .content-area .content-wrapper .description p:last-child{margin-bottom:.25rem}}.statement .content-area .see-members-button{width:24.4375rem;height:4.625rem;margin-top:3.31rem;flex-shrink:0;border-radius:1.1875rem;border:3px solid hsla(0,0%,100%,.9);background:rgba(217,217,217,0);box-shadow:0px 4px 10px 0px rgba(0,0,0,.1);display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease;align-self:flex-start}@media screen and (max-width: 768px){.statement .content-area .see-members-button{width:100%;height:2.75rem;align-self:center;margin-top:1rem;border-radius:.75rem;max-width:20.125rem}}.statement .content-area .see-members-button:hover{background:hsla(0,0%,100%,.1)}.statement .content-area .see-members-button span{width:6.625rem;height:2.5625rem;display:flex;flex-direction:column;justify-content:center;flex-shrink:0;color:#fff;text-align:center;font-family:Helvetica;font-size:.9375rem;font-weight:400;line-height:normal}.members-section{width:100%;display:flex;justify-content:center;margin-top:8rem}@media screen and (max-width: 768px){.members-section{margin-top:2.5rem;padding:0}}.members-section .members-container{width:64.125rem;height:36.375rem;flex-shrink:0;border-radius:2.1875rem;border:3px solid hsla(0,0%,100%,.9);background:rgba(217,217,217,0);box-shadow:0px 4px 10px 0px rgba(0,0,0,.1);position:relative;box-sizing:border-box;overflow:hidden;padding:2rem}@media screen and (max-width: 768px){.members-section .members-container{width:100%;max-width:20.125rem;height:25.375rem;padding:1rem;margin:0 auto;display:flex;flex-direction:column}}.members-section .members-container .members-content{width:100%;height:28.75rem;display:flex;gap:1.75rem}@media screen and (max-width: 768px){.members-section .members-container .members-content{width:100%;flex:1;min-height:0;display:flex;flex-direction:row;gap:1.75rem;overflow-x:auto;overflow-y:hidden;padding-bottom:0;margin-bottom:0}}.members-section .members-container .members-content .main-profile{width:21.5rem;height:28.75rem;flex-shrink:0;border-radius:1rem;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}@media screen and (max-width: 768px){.members-section .members-container .members-content .main-profile{width:12.5rem;height:18.75rem;flex-shrink:0;margin:0}}.members-section .members-container .members-content .main-profile:hover{transform:translateY(-0.5rem) scale(1.02);box-shadow:0 1rem 2rem rgba(0,0,0,.2)}.members-section .members-container .members-content .main-profile img{width:100%;height:100%;object-fit:cover;border-radius:1rem}.members-section .members-container .members-content .profile-grid-container{height:28.75rem;display:flex;align-items:center}@media screen and (max-width: 768px){.members-section .members-container .members-content .profile-grid-container{height:18.75rem;width:auto;overflow:visible;padding:0}}.members-section .members-container .members-content .profile-grid-container .profile-grid{display:grid;grid-template-columns:repeat(4, 9.875rem);grid-template-rows:repeat(2, 13.1875rem);gap:2.31rem 1.75rem}@media screen and (max-width: 768px){.members-section .members-container .members-content .profile-grid-container .profile-grid{display:grid;grid-template-columns:repeat(4, 6.875rem);grid-template-rows:repeat(2, 9.1875rem);gap:.5rem;min-width:max-content}}.members-section .members-container .members-content .profile-grid-container .profile-grid .profile-small{width:9.875rem;height:13.1875rem;flex-shrink:0;border-radius:.75rem;overflow:hidden;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}@media screen and (max-width: 768px){.members-section .members-container .members-content .profile-grid-container .profile-grid .profile-small{width:6.875rem;height:9.1875rem;border-radius:.75rem}}.members-section .members-container .members-content .profile-grid-container .profile-grid .profile-small:hover{transform:translateY(-0.3rem) scale(1.05);box-shadow:0 .5rem 1rem rgba(0,0,0,.2)}.members-section .members-container .members-content .profile-grid-container .profile-grid .profile-small img{width:100%;height:100%;object-fit:cover;border-radius:.75rem}.members-section .members-container .ticket-footer{position:absolute;bottom:0;left:0;box-sizing:border-box;width:100%;height:6rem;padding:2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}@media screen and (max-width: 768px){.members-section .members-container .ticket-footer{display:flex;position:absolute;height:4.5rem;padding:.6rem;flex-direction:column;align-items:center;justify-content:center;gap:.12rem;width:14rem;margin:0 auto;left:50%;transform:translateX(-50%);background:linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5))}}.members-section .members-container .ticket-footer .ticket-id,.members-section .members-container .ticket-footer .ticket-authorization{display:flex;flex-direction:column;justify-content:center;color:#fff;font-family:Helvetica;font-weight:700;line-height:normal;letter-spacing:.075rem;white-space:nowrap;overflow:hidden}.members-section .members-container .ticket-footer .ticket-id .pc-text,.members-section .members-container .ticket-footer .ticket-authorization .pc-text{display:block;font-size:.75rem}@media screen and (max-width: 768px){.members-section .members-container .ticket-footer .ticket-id .pc-text,.members-section .members-container .ticket-footer .ticket-authorization .pc-text{display:none}}.members-section .members-container .ticket-footer .ticket-id .sp-text,.members-section .members-container .ticket-footer .ticket-authorization .sp-text{display:none}@media screen and (max-width: 768px){.members-section .members-container .ticket-footer .ticket-id .sp-text,.members-section .members-container .ticket-footer .ticket-authorization .sp-text{display:block;font-size:.6rem;letter-spacing:.06rem}}.members-section .members-container .ticket-footer .ticket-id{max-width:34.4375rem;height:1.5rem;flex-shrink:1}@media screen and (max-width: 768px){.members-section .members-container .ticket-footer .ticket-id{width:auto;height:auto;text-align:center}}.members-section .members-container .ticket-footer .ticket-barcode{width:9.30463rem;height:.44844rem;flex-shrink:0}@media screen and (max-width: 768px){.members-section .members-container .ticket-footer .ticket-barcode{width:100%;max-width:10rem;height:.4rem;margin:.15rem 0}}.members-section .members-container .ticket-footer .ticket-authorization{width:17.875rem;height:1.5rem;flex-shrink:0;text-align:right}@media screen and (max-width: 768px){.members-section .members-container .ticket-footer .ticket-authorization{width:auto;height:auto;text-align:center}}.profile-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;overflow:hidden}.profile-popup-overlay.active{opacity:1;visibility:visible}.profile-popup-overlay.active .profile-popup-card{transform:translateY(0);opacity:1}.profile-popup-card{width:73.25rem;height:40rem;flex-shrink:0;border-radius:3rem;background:#fff;box-shadow:17px 24px 30px 4px rgba(0,0,0,.25);position:relative;transform:translateY(20px);opacity:0;transition:transform .3s ease,opacity .3s ease;padding:2rem;box-sizing:border-box;overflow:hidden}@media screen and (max-width: 1200px){.profile-popup-card{width:90%}}@media screen and (max-width: 768px){.profile-popup-card{width:90%;height:85%;padding:1rem}}.profile-popup-card.slide-left{animation:slideLeft .5s ease-in-out}.profile-popup-card.slide-right{animation:slideRight .5s ease-in-out}.profile-popup-content{margin-top:3rem;display:flex;flex-direction:row;align-items:flex-start;padding:0 1rem;height:calc(100% - 14rem);padding-bottom:0;position:relative}@media screen and (max-width: 768px){.profile-popup-content{margin-top:3rem;flex-direction:column;align-items:center}}.profile-popup-image{width:20.58581rem;height:25.46256rem;flex-shrink:0;border-radius:1.1875rem;background:url("/media/image 2.png") #d3d3d3 -46.914px -120.56px/124.138% 142.388% no-repeat}@media screen and (max-width: 768px){.profile-popup-image{width:50vw;height:65vw}}@media screen and (max-width: 768px)and (max-height: 830px){.profile-popup-image{height:50vw}}.profile-popup-image img{display:none}.profile-popup-text{margin-left:4.48rem;flex:1;text-align:left}@media screen and (max-width: 768px){.profile-popup-text{margin-left:0rem}}.profile-popup-text h1{display:flex;width:90%;flex-direction:column;justify-content:center;flex-shrink:0;color:#000;font-family:Helvetica;font-size:3.125rem;font-style:normal;font-weight:700;line-height:3.5625rem;margin-bottom:1rem}@media screen and (max-width: 768px){.profile-popup-text h1{font-size:1.5rem;margin-bottom:0rem;line-height:1.5rem}.profile-popup-text h1 br{display:none}}@media screen and (max-width: 768px)and (max-height: 830px){.profile-popup-text h1{font-size:1.4rem}}.profile-popup-jname{font-size:1.2rem;margin-bottom:1rem;margin-top:1rem;font-family:Helvetica;color:#000;font-weight:400}@media screen and (max-width: 768px){.profile-popup-jname{margin-top:0rem;font-size:1.2rem}}@media screen and (max-width: 768px)and (max-height: 830px){.profile-popup-jname{margin-bottom:.5rem}}.profile-popup-info{font-size:1.2rem;margin-bottom:1rem;margin-top:1rem;font-family:Helvetica;color:#000;font-weight:400}@media screen and (max-width: 768px){.profile-popup-info{margin-top:0rem}}.profile-popup-description{width:100%;flex-shrink:0;color:#000;font-family:Helvetica;font-size:1rem;font-style:normal;font-weight:400;line-height:2.0625rem}@media screen and (max-width: 1000px){.profile-popup-description{line-height:1.2rem}}@media screen and (max-width: 768px){.profile-popup-description{line-height:1.2rem;font-size:.875rem}}.profile-popup-description p{margin:0}.profile-popup-nav{position:absolute;top:2rem;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;box-sizing:border-box}@media screen and (max-width: 768px){.profile-popup-nav{padding:0 .5rem .5rem .5rem;top:1.2rem}}.nav-left,.nav-right{display:flex;align-items:center;gap:.5rem}@media screen and (max-width: 768px){.nav-left,.nav-right{gap:.2rem}}.nav-arrow{width:1.8125rem;height:1.8125rem;flex-shrink:0;color:#000;font-size:1.5rem;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){.nav-arrow{font-size:.7rem}}.nav-arrow.left{transform:none}.nav-arrow.right{transform:none}.next-hacker{color:#000;font-family:Helvetica;font-size:.75rem;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.075rem;display:flex;width:13.75rem;height:1.6875rem;flex-direction:column;justify-content:center;flex-shrink:0}@media screen and (max-width: 768px){.next-hacker{font-size:.6rem;width:6.75rem}}.nav-right .next-hacker{text-align:right;align-items:flex-end}.close-button{color:#000;font-family:Helvetica;font-size:.75rem;font-weight:700;letter-spacing:.075rem;cursor:pointer;transition:opacity .3s ease;white-space:nowrap}@media screen and (max-width: 768px){.close-button{font-size:.6rem}}.close-button:hover{opacity:.7}.popup-ticket-footer{position:absolute;bottom:0;left:0;box-sizing:border-box;width:100%;height:6rem;padding:2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}@media screen and (max-width: 768px){.popup-ticket-footer{display:none;flex-direction:column;gap:.2rem}}.popup-ticket-footer .popup-ticket-id{display:flex;max-width:34.4375rem;height:1.5rem;flex-direction:column;justify-content:center;flex-shrink:1;color:#000;font-family:Helvetica;font-size:.75rem;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.075rem;white-space:nowrap;overflow:hidden}@media screen and (max-width: 768px){.popup-ticket-footer .popup-ticket-id{font-size:.5rem;width:21rem}}.popup-ticket-footer .popup-ticket-barcode{width:9.30463rem;height:.44844rem;flex-shrink:0}.popup-ticket-footer .popup-ticket-authorization{display:flex;width:17.875rem;height:1.5rem;flex-direction:column;justify-content:center;flex-shrink:0;color:#000;text-align:right;font-family:Helvetica;font-size:.75rem;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.075rem;white-space:nowrap}@media screen and (max-width: 768px){.popup-ticket-footer .popup-ticket-authorization{font-size:.5rem;width:12rem;height:.5rem}}@keyframes slideLeft{0%{transform:translateX(0);opacity:1}50%{transform:translateX(-5%);opacity:0}51%{transform:translateX(5%);opacity:0}100%{transform:translateX(0);opacity:1}}@keyframes slideRight{0%{transform:translateX(0);opacity:1}50%{transform:translateX(5%);opacity:0}51%{transform:translateX(-5%);opacity:0}100%{transform:translateX(0);opacity:1}}.image-section{width:100%;display:flex;justify-content:center;margin-top:10rem}@media screen and (max-width: 768px){.image-section{margin-top:10rem}}.image-section .rotated-image{width:100%;flex-shrink:0;position:relative;overflow:hidden;height:auto}.image-section .rotated-image img{width:100%;height:auto;display:block;max-width:100%}@media screen and (max-width: 768px){.image-section .rotated-image{height:35rem}.image-section .rotated-image::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:0px 0px 114px 70px rgba(0,0,0,.25) inset;pointer-events:none;z-index:1}.image-section .rotated-image img{width:100%;height:100%;object-fit:cover;object-position:center center}}.news-section{width:100%;margin-top:15rem;display:flex;flex-direction:column;align-items:center;padding-bottom:10%;overflow:hidden}@media screen and (max-width: 768px){.news-section{padding-bottom:10rem;margin-top:10rem}}.news-section .news-header{display:flex;justify-content:center;align-items:center;margin-bottom:9rem}@media screen and (max-width: 768px){.news-section .news-header{margin-bottom:3rem}}.news-section .news-header .news-title{color:#fff;text-align:center;font-family:Helvetica;font-size:4.0625rem;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.40625rem;margin:0;padding-left:.40625rem;position:relative}@media screen and (max-width: 768px){.news-section .news-header .news-title{font-size:2.0625rem}}.news-section .news-header .news-title::before{content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%);width:100vw;height:3px;background:#fff}.news-section .news-scroll-container{width:100%;overflow:hidden;cursor:grab;position:relative}.news-section .news-scroll-container .news-track{display:flex;gap:4.32rem;padding-left:calc(100% - 17.49813rem);padding-right:2rem;user-select:none;will-change:transform;width:fit-content}@media screen and (max-width: 768px){.news-section .news-scroll-container .news-track{gap:2.32rem}}.news-section .news-scroll-container .news-track>*{flex-shrink:0}.news-section .news-scroll-container .news-track .news-card{display:flex;flex-direction:column;gap:1rem;width:17.49813rem;height:20rem;flex-shrink:0}@media screen and (max-width: 768px){.news-section .news-scroll-container .news-track .news-card{width:9.49813rem;height:16rem}}.news-section .news-scroll-container .news-track .news-card .news-image{border-radius:1.1875rem;background:url("/media/image.png") #d3d3d3 -39.878px -102.377px/124.138% 142.388% no-repeat;width:100%;height:12rem;object-fit:cover;border-radius:10px;flex-shrink:0}@media screen and (max-width: 768px){.news-section .news-scroll-container .news-track .news-card .news-image{height:10rem}}.news-section .news-scroll-container .news-track .news-card .news-text{width:17.49813rem;height:4.6875rem;flex-shrink:0;color:#fff;font-family:Helvetica}@media screen and (max-width: 768px){.news-section .news-scroll-container .news-track .news-card .news-text{width:9.49813rem}}.news-section .news-scroll-container .news-track .news-card .news-text .news-date{font-size:1.9375rem;font-weight:400;line-height:2.3125rem}@media screen and (max-width: 768px){.news-section .news-scroll-container .news-track .news-card .news-text .news-date{font-size:1.3rem}}.news-section .news-scroll-container .news-track .news-card .news-text .news-description{font-size:1.3rem;font-weight:400;line-height:1.5rem;width:100%}@media screen and (max-width: 768px){.news-section .news-scroll-container .news-track .news-card .news-text .news-description{font-size:1rem}}.schedule-section{width:100%;display:flex;flex-direction:column;align-items:center;margin-top:15rem;position:relative;padding-bottom:5rem}@media screen and (max-width: 768px){.schedule-section{margin-top:10rem}}.schedule-section .schedule-frame{position:absolute;top:0;right:calc(50% - 17.74456rem - 18.82rem);width:100vw;height:100%;border:3px solid #fff;border-radius:0 5rem 0 0;background:rgba(0,0,0,0);border-left:none;z-index:0}@media screen and (max-width: 768px){.schedule-section .schedule-frame{left:0;width:86vw}}.schedule-section .schedule-year{color:#fff;font-family:Helvetica;font-size:9.6875rem;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.96875rem;display:flex;width:29.1875rem;height:10.25rem;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;background-color:#000;text-align:center;padding-left:.96875rem;margin-left:28rem;position:relative;top:-5rem;z-index:1}@media screen and (max-width: 768px){.schedule-section .schedule-year{font-size:2.5625rem;padding-left:.96875rem;margin-left:-11rem;top:-4rem;width:9.1875rem;height:8.25rem}}.schedule-section .schedule-title{display:flex;width:31.5625rem;height:5.8125rem;flex-direction:column;justify-content:center;flex-shrink:0;color:#fff;font-family:Helvetica;font-size:2.8125rem;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.28125rem;margin-top:-8rem;margin-left:-5rem;margin-bottom:2rem;z-index:1}@media screen and (max-width: 768px){.schedule-section .schedule-title{font-size:2.0625rem;margin-top:-8rem;margin-left:0rem;width:14rem}}.schedule-section .schedule-grid{display:grid;grid-template-columns:repeat(2, 16.22456rem);gap:2.26rem 3.04rem;width:max-content;z-index:1}@media screen and (max-width: 768px){.schedule-section .schedule-grid{gap:1.26rem;grid-template-columns:repeat(1, 16.22456rem)}}.schedule-section .schedule-grid .schedule-card{width:16.22456rem;height:5.48069rem;flex-shrink:0;border-radius:0rem 0rem 0rem 2.1875rem;border:3px solid hsla(0,0%,100%,.9);position:relative;display:flex;align-items:center;padding-left:1.5rem;box-sizing:border-box;background:rgba(0,0,0,0)}@media screen and (max-width: 768px){.schedule-section .schedule-grid .schedule-card{width:13.22456rem;height:4.48069rem;padding-left:.5rem}}.schedule-section .schedule-grid .schedule-card:hover .card-overlay{transform:scaleY(1)}.schedule-section .schedule-grid .schedule-card:hover .card-background{transform:scaleY(1)}.schedule-section .schedule-grid .schedule-card:hover .card-background .see-more-button{opacity:1}.schedule-section .schedule-grid .schedule-card .date-container{display:flex;align-items:center;width:5rem;position:relative;height:3.5rem;z-index:0}.schedule-section .schedule-grid .schedule-card .date-container .month{color:#fff;text-align:center;font-family:Bayon;font-size:2.9375rem;font-style:normal;font-weight:400;line-height:normal;display:flex;width:2.78381rem;height:1.78338rem;flex-direction:column;justify-content:center;flex-shrink:0;position:relative;top:-0.8rem;left:-0.3rem;z-index:2}@media screen and (max-width: 768px){.schedule-section .schedule-grid .schedule-card .date-container .month{font-size:1.725rem}}.schedule-section .schedule-grid .schedule-card .date-container .date-slash{width:3.56681rem;height:3.30581rem;flex-shrink:0;position:absolute;left:1rem;z-index:1}.schedule-section .schedule-grid .schedule-card .date-container .day{color:#fff;text-align:center;font-family:Bayon;font-size:2.625rem;font-style:normal;font-weight:400;line-height:normal;display:flex;width:4.61075rem;height:1.82688rem;flex-direction:column;justify-content:center;flex-shrink:0;position:relative;left:-0.7rem;top:.8rem;z-index:2}@media screen and (max-width: 768px){.schedule-section .schedule-grid .schedule-card .date-container .day{font-size:1.625rem}}.schedule-section .schedule-grid .schedule-card .location{color:#fff;font-family:Helvetica;font-size:.9375rem;font-weight:700;text-decoration-line:underline;margin-left:2.5rem}@media screen and (max-width: 768px){.schedule-section .schedule-grid .schedule-card .location{margin-left:1.5rem}}.schedule-section .schedule-grid .schedule-card .card-background{width:16.22456rem;height:20.96581rem;position:absolute;top:-3px;left:-3px;background-color:#bebebe;border:3px solid hsla(0,0%,100%,.9);box-shadow:0px 4px 13px 0px rgba(0,0,0,.1);transform-origin:top;transform:scaleY(0);transition:transform .3s ease;z-index:1;box-sizing:border-box;padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-start}@media screen and (max-width: 768px){.schedule-section .schedule-grid .schedule-card .card-background{width:13.22456rem;height:14rem}}.schedule-section .schedule-grid .schedule-card .card-background p{font-size:1rem;margin-top:8.1775rem}@media screen and (max-width: 768px){.schedule-section .schedule-grid .schedule-card .card-background p{font-size:.8rem;margin-top:4.1775rem}}.schedule-section .schedule-grid .schedule-card .card-background .see-more-text{display:flex;width:13.96269rem;height:1.78338rem;flex-direction:column;justify-content:center;flex-shrink:0;color:#fff;text-align:center;font-family:Helvetica;font-size:.625rem;font-style:normal;font-weight:700;line-height:normal}@media screen and (max-width: 768px){.schedule-section .schedule-grid .schedule-card .card-background .see-more-text{width:100%;height:100%}}.schedule-section .schedule-grid .schedule-card .card-overlay{width:16.22456rem;height:8.1775rem;flex-shrink:0;border-radius:0rem 0rem 2.1875rem 2.1875rem;border:5px solid #fff;background:#ff7300;box-shadow:0px 4px 13px 0px rgba(0,0,0,.1);position:absolute;top:-3px;left:-3px;transform-origin:top;transform:scaleY(0);transition:transform .3s ease;z-index:2;box-sizing:border-box;display:flex;justify-content:flex-start;align-items:center;padding:1rem}@media screen and (max-width: 768px){.schedule-section .schedule-grid .schedule-card .card-overlay{width:13.22456rem;height:5.1775rem;padding-left:.5rem}}.schedule-section .schedule-grid .schedule-card .card-overlay .date-container{display:flex;align-items:center;width:7rem;position:relative;height:5rem}.schedule-section .schedule-grid .schedule-card .card-overlay .month{color:#000;text-align:center;font-family:Bayon;font-size:3.5rem;font-style:normal;font-weight:400;line-height:normal;display:flex;width:3.5rem;height:2.5rem;flex-direction:column;justify-content:center;flex-shrink:0;position:relative;top:-1rem;left:-0.3rem;z-index:2}@media screen and (max-width: 768px){.schedule-section .schedule-grid .schedule-card .card-overlay .month{font-size:1.725rem}}.schedule-section .schedule-grid .schedule-card .card-overlay .date-slash{width:4.5rem;height:4.5rem;flex-shrink:0;position:absolute;left:1.2rem;z-index:1;stroke:#000;stroke-width:5}@media screen and (max-width: 768px){.schedule-section .schedule-grid .schedule-card .card-overlay .date-slash{width:2.5rem}}.schedule-section .schedule-grid .schedule-card .card-overlay .day{color:#000;text-align:center;font-family:Bayon;font-size:3.2rem;font-style:normal;font-weight:400;line-height:normal;display:flex;width:5rem;height:2.5rem;flex-direction:column;justify-content:center;flex-shrink:0;position:relative;left:-0.7rem;top:1rem;z-index:2}@media screen and (max-width: 768px){.schedule-section .schedule-grid .schedule-card .card-overlay .day{font-size:1.625rem;width:2rem}}.schedule-section .schedule-grid .schedule-card .card-overlay .overlay-location{color:#000;font-family:Helvetica;font-size:1.15rem;font-weight:700;text-decoration-line:underline;margin-left:.5rem;position:relative;z-index:2}@media screen and (max-width: 768px){.schedule-section .schedule-grid .schedule-card .card-overlay .overlay-location{font-size:1rem;margin-left:0}}.schedule-section .schedule-grid .schedule-card .see-more-button{width:13.96269rem;height:2.13138rem;border-radius:2.1875rem;border:3px solid hsla(0,0%,100%,.9);background:rgba(0,0,0,0);box-shadow:0px 4px 10px rgba(0,0,0,.1);position:absolute;bottom:1.7rem;left:50%;transform:translateX(-50%);opacity:0;transition:opacity .3s ease,background-color .3s ease;cursor:pointer;text-decoration:none}@media screen and (max-width: 768px){.schedule-section .schedule-grid .schedule-card .see-more-button{width:6rem;bottom:.3rem}}.schedule-section .schedule-grid .schedule-card .see-more-button:hover{background:hsla(0,0%,100%,.1)}.schedule-section .schedule-grid .schedule-card .month,.schedule-section .schedule-grid .schedule-card .day{color:#fff;text-align:center;font-family:Bayon;font-size:2.9375rem;font-weight:400;position:relative;z-index:2}.schedule-section .schedule-grid .schedule-card .date-slash{width:3.56681rem;height:3.30581rem;flex-shrink:0;position:absolute;left:1rem;z-index:1}.instag{width:100%;display:flex;flex-direction:column;align-items:center;padding:15rem 0 8rem 0;position:relative;overflow:hidden;box-sizing:border-box}@media screen and (max-width: 768px){.instag{padding:5rem 0 4rem 0;margin-top:5rem}}.instag .foto{width:100%;max-width:90rem;padding:0 2rem;box-sizing:border-box;position:relative;margin-bottom:4rem}@media screen and (max-width: 768px){.instag .foto{font-size:14px;margin:30px;padding:10px}}.instag .foto .insta_list{display:grid;grid-template-columns:repeat(3, 18rem);grid-template-rows:repeat(2, 18rem);gap:0;list-style:none;padding:0;margin:0;width:fit-content;margin:0 auto}@media screen and (max-width: 768px){.instag .foto .insta_list{grid-template-columns:repeat(2, 42vw);grid-template-rows:repeat(3, 42vw);margin:auto}}.instag .foto .insta_list li{position:relative;width:100%;height:100%;margin:0;padding:0}@media screen and (max-width: 768px){.instag .foto .insta_list li{width:100%;height:100%}}.instag .foto .insta_list li:nth-child(n+10){display:none}.instag .foto .insta_list li a{position:absolute;top:0;left:0;width:100%;height:100%}.instag .foto .insta_list li img{width:100%;height:100%;object-fit:cover;padding:0;background-color:rgba(0,0,0,0);box-shadow:none;box-sizing:border-box}.instag .instagram-button{margin-top:0;margin-bottom:0;width:19.1875rem;height:5.5625rem;flex-shrink:0;border-radius:.5rem;border:3px solid #fff;background:rgba(0,0,0,0);display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease;position:relative;text-decoration:none}@media screen and (max-width: 768px){.instag .instagram-button{width:11.1875rem;height:3.5625rem}}.instag .instagram-button::before{content:"";position:absolute;left:-100vw;top:50%;transform:translateY(-50%);width:100vw;height:3px;background:#fff}.instag .instagram-button:hover{background:hsla(0,0%,100%,.1)}.instag .instagram-button span{color:#fff;text-align:center;font-family:Helvetica;font-size:.9375rem;font-style:normal;font-weight:400;line-height:normal}.contact-section{width:100%;display:flex;flex-direction:column;align-items:center;position:relative;padding:8rem 0 28rem 0;box-sizing:border-box;background-color:#000}.contact-title{margin-top:0;display:flex;width:20rem;flex-direction:column;justify-content:center;flex-shrink:0;color:#fff;font-family:"Noto Sans";font-size:2.5rem;font-weight:800;line-height:1.4;text-align:center;align-items:center;position:relative;letter-spacing:.05em;z-index:2}@media screen and (max-width: 768px){.contact-title{font-size:2.0625rem}}.contact-message{display:flex;width:30rem;flex-direction:column;justify-content:center;flex-shrink:0;color:#fff;font-family:"Noto Sans";font-size:1.125rem;font-weight:500;line-height:1.8;text-align:center;align-items:center;position:relative;letter-spacing:.03em;opacity:.9;white-space:nowrap;margin-bottom:3rem;z-index:2}.contact-button{width:19.1875rem;height:5.5625rem;flex-shrink:0;border-radius:.5rem;border:3px solid #fff;background:rgba(0,0,0,0);display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease;position:relative;text-decoration:none;z-index:2;margin-bottom:0}@media screen and (max-width: 768px){.contact-button{width:11.1875rem;height:3.5625rem}}.contact-button:hover{background:hsla(0,0%,100%,.1)}.contact-button span{color:#fff;text-align:center;font-family:Helvetica;font-size:.9375rem;font-weight:400;line-height:normal}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--primary-color);display:flex;justify-content:center;align-items:center;z-index:1000;opacity:1;visibility:visible;transition:opacity .5s ease,visibility .5s ease}.loading-screen.fade-out{opacity:0;visibility:hidden}.loading-screen .loading-animation{position:relative;width:16.22456rem;height:5.48069rem;border-radius:0rem 0rem 0rem 2.1875rem;border:3px solid hsla(0,0%,100%,.9);display:flex;justify-content:center;align-items:center;overflow:hidden}.loading-screen .loading-animation::before{content:"";position:absolute;width:200%;height:3px;background:linear-gradient(90deg, transparent, #ffffff, transparent);animation:loading-slide 2s linear infinite;transform:rotate(-45deg)}.loading-screen .loading-animation::after{content:"LOADING";position:absolute;color:#fff;font-family:Helvetica;font-size:.9375rem;font-weight:700;letter-spacing:.5rem;animation:loading-text-fade 2s ease-in-out infinite}@keyframes loading-slide{0%{transform:rotate(-45deg) translateX(-100%)}100%{transform:rotate(-45deg) translateX(100%)}}@keyframes loading-text-fade{0%,100%{opacity:.3}50%{opacity:1}}.footer-section{width:100%;display:flex;justify-content:right;margin:0;padding:0;background-color:#000;position:absolute;bottom:0;left:0;z-index:1000}.footer-section .footer-frame{width:90vw;height:20rem;position:relative;z-index:2;box-sizing:border-box;margin:0;background:#fff;display:flex;justify-content:right;border-radius:2.5rem 0 0 0}@media screen and (max-width: 1200px){.footer-section .footer-frame{width:44rem}}@media screen and (max-width: 768px){.footer-section .footer-frame{width:90%}}.footer-section .footer-frame::after{content:""}.footer-section .footer-content{width:90%;max-width:90%;display:flex;justify-content:space-between;box-sizing:border-box;padding:4rem;position:relative;z-index:2;margin:0 auto}.footer-section .footer-content .footer-nav{display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start;margin-left:0}.footer-section .footer-content .footer-nav a{color:#000;font-family:Helvetica;font-size:.9375rem;font-style:normal;font-weight:700;line-height:normal;text-decoration:none;position:relative;padding-bottom:.2rem;text-align:left}@media screen and (max-width: 768px){.footer-section .footer-content .footer-nav a{font-size:.8375rem}}.footer-section .footer-content .footer-nav a::after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:#000;transition:width .3s ease}.footer-section .footer-content .footer-nav a:hover{opacity:1}.footer-section .footer-content .footer-nav a:hover::after{width:100%}.footer-section .footer-content .footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:1.5rem;width:50%}.footer-section .footer-content .footer-right .social-links{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem;width:100%}.footer-section .footer-content .footer-right .social-links a{display:flex;width:27.625rem;flex-direction:column;justify-content:center;flex-shrink:0;color:#000;text-decoration:none;font-family:Helvetica;font-size:1.125rem;font-weight:400;transition:opacity .3s ease}@media screen and (max-width: 768px){.footer-section .footer-content .footer-right .social-links a{font-size:.8375rem}}.footer-section .footer-content .footer-right .social-links a:hover{opacity:.7}.footer-section .footer-content .footer-right .footer-logo{width:14rem;margin-bottom:2rem}.footer-section .footer-content .footer-right .footer-logo img{width:100%;height:auto;object-fit:contain}@media screen and (max-width: 768px){.footer-section .footer-content .footer-right .footer-logo img{width:50%}}.footer-section .copyright{display:flex;justify-content:center;align-items:center;position:absolute;bottom:1.5rem;left:0;right:0;width:100%;color:#000;z-index:1000;font-family:Helvetica;font-size:.875rem;font-weight:400}@media screen and (max-width: 768px){.footer-section .copyright{bottom:.5rem}}body{position:relative}.content-after{display:none}.about-text{color:#000;font-family:"YuGothic";font-size:10.125rem;line-height:2;margin:2.5rem 0}@media screen and (max-width: 768px){.about-text{font-size:.0065rem;line-height:1.8;margin:1.5rem 0;padding:0 1rem}}/*# sourceMappingURL=styles.min.css.map */
