@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn05{0%{opacity:0}to{opacity:.5}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInUp{0%{transform:translateY(50px)}to{transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.fade-in-down{opacity:0;animation:.1s ease-in-out forwards fadeInDown}.fade-in-1s{opacity:0;animation:1s ease-in forwards fadeIn}.fade-in-1s-delay-1s{opacity:0;animation:1s ease-in 1s forwards fadeIn}.fade-in-2s{opacity:0;animation:2s ease-in forwards fadeIn}.fade-out-2s-delay-3s{opacity:1;animation:2s ease-in 3s forwards fadeOut}.fade-in-2s-delay-3s{opacity:0;animation:2s ease-in 3s forwards fadeIn}@keyframes blockRevealSlide{0%{transform-origin:0;transform:scaleX(0)}45%{transform-origin:0;transform:scaleX(1)}55%{transform-origin:100%;transform:scaleX(1)}to{transform-origin:100%;transform:scaleX(0)}}@keyframes blockRevealText{0%{opacity:0}49%{opacity:0}50%{opacity:1}to{opacity:1}}.block-reveal{display:inline-block;position:relative;overflow:visible}.block-reveal>*{opacity:0;animation:.8s ease-out forwards blockRevealText}.block-reveal:after{content:"";transform-origin:0;width:100%;height:100%;animation:.8s cubic-bezier(.86,0,.07,1) forwards blockRevealSlide;position:absolute;top:0;left:0;transform:scaleX(0)}.block-reveal--blue:after{background-color:#524de0}.block-reveal--orange:after{background-color:#ff7d45}.block-reveal--delay-1>*,.block-reveal--delay-1:after{animation-delay:1s}.block-reveal--delay-15>*,.block-reveal--delay-15:after{animation-delay:1.5s}.block-reveal--delay-18>*,.block-reveal--delay-18:after{animation-delay:1.8s}*,:before,:after{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0;width:100%}fieldset,img{border:0}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}input,textarea,select,button{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;appearance:none;background-color:inherit;border:none;border-radius:0}textarea{resize:vertical;display:block}button{cursor:pointer;padding:0}img{vertical-align:bottom;width:100%;height:auto;display:block}svg{display:block}a{color:inherit;text-decoration:none}main{display:block}@font-face{font-family:Spotify_Mix;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/SpotifyMix-Regular.woff2)format("woff2"),url(/fonts/SpotifyMix-Regular.woff)format("woff")}@font-face{font-family:Spotify_Mix_Bold;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/SpotifyMix-Bold.woff2)format("woff2"),url(/fonts/SpotifyMix-Bold.woff)format("woff")}html{background:#524de0;overflow-x:hidden}body{color:#524de0;background-color:#524de0;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}p{line-height:1.8}a{cursor:pointer;color:inherit;text-decoration:none}a:hover{filter:brightness(90%)contrast(120%)}iframe{vertical-align:bottom}.mix_en{font-family:Spotify_Mix,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:1.11em}.mix_en2{font-family:Spotify_Mix,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:1.08em}.mix_en_bold{font-family:Spotify_Mix_Bold,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:1.13em}.narrow{letter-spacing:-1.5px}.hover{transition:all .3s cubic-bezier(.5,1,.89,1)}.hover:hover{transform:scale(1.02)}p.white,h1.white,h2.white,span.white{color:#fff}p.primary{color:#fdb9ea}.clickable{cursor:pointer}.text-center{text-align:center}.text-center-pc{text-align:revert}@media (min-width:768px){.text-center-pc{text-align:center}}.pb-100{padding-bottom:100px!important}.spacer{width:100%;height:22px}.mt-60{margin-top:36px}@media (min-width:768px){.mt-60{margin-top:60px}}#myForm{position:absolute;left:-200px}.w-container{width:min(90%,1080px);margin:auto;position:relative}.w-container-large{width:min(92%,1280px);max-width:1100px;margin:auto;position:relative}.w-container-small{width:min(92%,780px);margin:auto;position:relative}.w-container-full{width:min(100%,1440px);margin:auto;position:relative}.w-container2{width:92%}@media (min-width:768px){.w-container2{width:min(100%,1080px)}}.w-container2{margin:auto;position:relative}.grid{grid-template-columns:1fr min(92%,1166px) 1fr;display:grid;position:relative}.grid>*{grid-column:2}.abs_top{position:absolute;top:0;left:0}.pointer_none{pointer-events:none}.full-center{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.fadein{opacity:0;transition:all 1s;transform:translateY(80px)}.fadein.inview{opacity:1;transform:translateY(0)}.pc768{display:none}@media (min-width:768px){.pc768{display:revert}}.pc950{display:none}@media (min-width:950px){.pc950{display:revert}}.pc1280{display:none}@media (min-width:1280px){.pc1280{display:revert}}@media (min-width:768px){.sp768{display:none}}@media (min-width:388px){.sp388{display:none}}@media (min-width:1280px){.sp1280{display:none}}.loader{pointer-events:none;-webkit-user-select:none;user-select:none;background-color:#524de0;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}#svg_logo_div{width:80%;max-width:380px;margin:0 auto 100px;animation:2s forwards slideInUp}#svg_logo_div svg{fill:#ffcaff!important}#svg_logo_div .img_area{z-index:10;justify-content:center;align-items:center;width:100%;height:100%;margin:0 auto;display:flex}@keyframes animate-svg-fill{0%{fill:#0000}to{fill:#ffcaff}}.svg-elem-1{animation:.3s cubic-bezier(.47,0,.745,.715) both animate-svg-fill}.grad_hero{background-image:url(/images/grads/kv_low.jpg);background-position:top;background-repeat:no-repeat;background-size:cover}.grad_campaign{background:linear-gradient(45deg,#ffa8a7 3%,#fbcde9 73%,#988dff 95%)}@media (min-width:768px){.grad_campaign{background:linear-gradient(45deg,#ffa8a7 3%,#fbcde9 43%,#988dff 85%)}}.grad_aboutspotify{position:relative}.grad_aboutspotify .event-grad{opacity:.5}.grad_artist{background:linear-gradient(#524efe 10%,#fadaf5 86%)}.grad_collabo{background:linear-gradient(#ff7d45 0%,#f3bef6 26%,#5182ff 100%)}@media (min-width:768px){.grad_collabo{background:linear-gradient(#ff7d45 0%,#f3bef6 66%,#5182ff 100%)}}.grad_event{background:linear-gradient(#ff7c44 10%,#f7c0f6 14%,#5c89fa 31%)}@media (min-width:768px){.grad_event{background:linear-gradient(#ff7c44 7%,#f7c0f6 16%,#5c89fa 38%)}}.event-grad{object-fit:cover;object-position:left bottom;width:200vw;height:min(50%,600px);margin-left:-50vw;position:absolute;bottom:0}@media (min-width:768px){.event-grad{width:150vw;height:min(80%,817px);margin-left:-25vw}}.event-grad img{width:100%;height:100%}.event-grad.dark{height:min(50%,1200px)}@media (min-width:768px){.event-grad.dark{height:min(80%,1200px)}}.event-grad.full{height:min(80%,1200px)}.event-grad:before{content:"";background:linear-gradient(#5c89fa 0,#fff0 80%);width:100%;height:100%;display:block;position:absolute;top:0;left:0}.event-grad.dark:before{background:linear-gradient(#5c5add 0,#fff0 80%)}.event-grad.about:before{background:linear-gradient(#524de0 58%,#fff0 90%)}.event-grad.full{opacity:.9}.event-grad.full:before{background:linear-gradient(#fdb9ea 10%,#fff0 80%)}.news-grad{object-fit:cover;object-position:left bottom;opacity:.9;width:200vw;height:min(50%,600px);margin-left:-50vw;position:absolute;bottom:0}@media (min-width:768px){.news-grad{width:150vw;height:min(80%,817px);margin-left:-25vw}}.news-grad img{width:100%;height:100%}.news-grad:before{content:"";background:linear-gradient(#fdb9ea 10%,#fff0 80%);width:100%;height:100%;display:block;position:absolute;top:0;left:0}.pointer{cursor:pointer}.btn{box-sizing:border-box;color:#a0a0a0;text-align:center;text-shadow:0 0 6px #00000052;border-bottom:thin solid #fff;border-radius:4px;width:260px;padding:10px;font-size:18px;display:block}.btn.btn-accent{background-color:#ff4300}.cta-subtitle{color:#ffcaff;margin-bottom:11px;text-align:center;margin-inline:auto;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:16px;font-weight:700}.cta-subtitle.dark{color:#524de0}.cta-button-wrap{margin-inline:auto}.cta-buttons{margin-bottom:20px;display:grid}@media (min-width:768px){.cta-buttons{gap:17px;margin-bottom:0}}.cta-button{cursor:pointer;color:#fff;background-color:#524de0;border-radius:100vh;justify-content:space-between;align-items:center;width:100%;max-width:340px;height:66px;margin-inline:auto;padding:0 20px 0 6px;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:20px;font-weight:700;display:flex;position:relative}@media (min-width:768px){.cta-button{font-size:21px}}.cta-button p,.cta-button input,.cta-button form{text-align:center;letter-spacing:-.5px;flex:1;margin-inline:auto;line-height:1.2}.cta-button span.arrow{content:"";clip-path:polygon(0% 0%,100% 50%,0% 100%);margin-inline:auto;background-color:#fff;width:10px;height:24px;margin-left:-10px;display:block;position:relative}@media (min-width:768px){.cta-button span.arrow{margin-left:-12px}}.cta-button span.arrow:after{content:"";clip-path:polygon(0% 0%,100% 50%,0% 100%);background-color:#524de0;width:10px;height:24px;display:block;position:absolute;left:-3px}.cta-button span.plus,.cta-button span.minus{background-image:url(/images/onstage/plus_arrow.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:22px;height:22px;display:block;position:absolute;right:24px}@media (min-width:768px){.cta-button span.plus,.cta-button span.minus{right:36px}}.cta-button span.minus{background-image:url(/images/onstage/minus_arrow.svg)}.cta-button strong{font-family:Spotify_Mix_Bold,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:1.1em}.cta-button em{align-self:flex-end;margin-bottom:4px;margin-left:8px;margin-right:-20px;font-size:10px}.cta-button.dark{color:#fff;background-color:#524de0}.cta-button.dark span.arrow{background-color:#fff}.cta-button.dark span.arrow:after{background-color:#524de0}.cta-button.light{color:#524de0;background-color:#fdb9ea}.cta-button.light span.arrow{background-color:#524de0}.cta-button.light span.arrow:after{background-color:#fdb9ea}.cta-button.white{color:#524de0;background-color:#fff}.cta-button.white span.arrow{background-color:#524de0}.cta-button.white span.arrow:after{background-color:#ffcaff}.cta-button.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;background-color:#8998b4}.cta-button.disabled span{visibility:hidden}.cta-button.clickable_disabled{background-color:#8998b4}.cta-button.clickable_disabled span{visibility:hidden}.cta-button.small{height:66px;font-size:20px}@media (min-width:768px){.cta-button.small{max-width:288px;height:52px;font-size:17px}}.cta-button.large{height:66px;font-size:20px}@media (min-width:768px){.cta-button.large{max-width:400px}}.nouser{text-align:center;margin-top:clamp(8px,6.64063vw - 43px,25px);padding-bottom:clamp(100px,18.5185vw + 27.7778px,170px)}.nouser p{color:#ffcaff;white-space:nowrap;letter-spacing:-1px;border-bottom:1px solid #ffcaff;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(15.8px,2.44444vw + 8.46667px,18px);font-weight:700;display:inline-block}@media (min-width:508px){.nouser p{letter-spacing:0;font-size:clamp(18px,1.5625vw + 6px,22px)}}.nouser.white p{color:#fff;border-bottom:1px solid #fff}.common-kikan{color:#fff;text-align:center;margin-top:clamp(56px,6.35593vw + 7.18644px,86px);margin-bottom:clamp(17px,3.60169vw - 10.661px,34px);font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(30px,1.27119vw + 20.2373px,36px);font-weight:700;line-height:1.6}.common-kikan span.kikan{font-size:1.12em;font-weight:700}span.common_btn_kiyaku{text-align:left;width:100%;max-width:100%;margin-top:20px;margin-bottom:37px;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:14px;display:inline-block}@media (min-width:508px){span.common_btn_kiyaku{text-align:center}}.go-top{cursor:pointer;z-index:100;text-align:center;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .8s ease-in-out;display:flex;position:fixed;bottom:12px;left:12px}.go-top>div{border-radius:50%}@media (max-width:768px){.go-top{width:50px;height:50px;bottom:10px}}.go-top.hide{opacity:0;pointer-events:none;transform:translateY(90px)rotate(180deg)}.go-top.show{opacity:.97;transform:translateY(0)rotate(0)}.go-top:hover{transform:scale(1.05)!important}.go-top:hover img{opacity:.8}.go-top img{width:100%;height:auto}.go-top span.arrow{clip-path:polygon(0% 100%,50% 0%,100% 100%);background-color:#524de0;width:24px;height:14px;margin-inline:auto;display:block;position:relative;top:-3px}.go-top span.arrow:after{content:"";clip-path:polygon(0% 100%,50% 0%,100% 100%);background-color:#fff;width:24px;height:14px;display:block;position:absolute;top:5px}@media (max-width:768px){.go-top span.arrow{scale:.7}}.follow_button{cursor:pointer;z-index:100;text-align:center;background-color:#524de0;border:1.5px solid #ffcaff;border-radius:100vh;padding:14px 23.5px 12px 26px;transition:all .8s ease-in-out;position:fixed;bottom:clamp(10px,3.90625vw - 20px,20px);right:clamp(15px,5.85938vw - 30px,30px)}.follow_button.hide{opacity:0;pointer-events:none;transform:translateY(90px)}.follow_button.hide_definitely{pointer-events:none;opacity:0!important;transform:translateY(90px)!important}.follow_button.show{opacity:.97;transform:translateY(0)}.follow_button:hover{transform:scale(1.05)!important}.follow_button img{width:auto;height:clamp(25px,.390625vw + 22px,26px)}.follow_button p{color:#ffcaff;justify-content:center;align-items:center;margin-top:10px;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:14px;font-weight:700;line-height:1;display:flex}.follow_button p:after{content:"";background-image:url(/images/onstage/pink_down_arrow.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;display:inline-block}@keyframes des-logo-anim-fill{0%{fill:#0000}to{fill:#fff}}@keyframes des-logo-anim-stroke-1{0%{stroke-dashoffset:542.143px;stroke-dasharray:542.143}to{stroke-dashoffset:0;stroke-dasharray:542.143}}@keyframes des-logo-anim-stroke-2{0%{stroke-dashoffset:968.969px;stroke-dasharray:968.969}to{stroke-dashoffset:0;stroke-dasharray:968.969}}@keyframes des-logo-anim-stroke-3{0%{stroke-dashoffset:532.149px;stroke-dasharray:532.149}to{stroke-dashoffset:0;stroke-dasharray:532.149}}@keyframes des-logo-anim-stroke-4{0%{stroke-dashoffset:154.381px;stroke-dasharray:154.381}to{stroke-dashoffset:0;stroke-dasharray:154.381}}@keyframes des-logo-anim-stroke-5{0%{stroke-dashoffset:347.4px;stroke-dasharray:347.4}to{stroke-dashoffset:0;stroke-dasharray:347.4}}@keyframes des-logo-anim-stroke-6{0%{stroke-dashoffset:417.171px;stroke-dasharray:417.171}to{stroke-dashoffset:0;stroke-dasharray:417.171}}@keyframes des-logo-anim-stroke-7{0%{stroke-dashoffset:613.422px;stroke-dasharray:613.422}to{stroke-dashoffset:0;stroke-dasharray:613.422}}@keyframes des-logo-anim-stroke-8{0%{stroke-dashoffset:450.623px;stroke-dasharray:450.623}to{stroke-dashoffset:0;stroke-dasharray:450.623}}@keyframes des-logo-anim-stroke-9{0%{stroke-dashoffset:577.988px;stroke-dasharray:577.988}to{stroke-dashoffset:0;stroke-dasharray:577.988}}@keyframes des-logo-anim-stroke-10{0%{stroke-dashoffset:493.772px;stroke-dasharray:493.772}to{stroke-dashoffset:0;stroke-dasharray:493.772}}@keyframes des-logo-anim-stroke-11{0%{stroke-dashoffset:311.46px;stroke-dasharray:311.46}to{stroke-dashoffset:0;stroke-dasharray:311.46}}@keyframes des-logo-anim-stroke-12{0%{stroke-dashoffset:458.24px;stroke-dasharray:458.24}to{stroke-dashoffset:0;stroke-dasharray:458.24}}@keyframes des-logo-anim-stroke-13{0%{stroke-dashoffset:394.8px;stroke-dasharray:394.8}to{stroke-dashoffset:0;stroke-dasharray:394.8}}@keyframes des-logo-anim-stroke-14{0%{stroke-dashoffset:604.8px;stroke-dasharray:604.8}to{stroke-dashoffset:0;stroke-dasharray:604.8}}@keyframes des-logo-anim-stroke-15{0%{stroke-dashoffset:450.497px;stroke-dasharray:450.497}to{stroke-dashoffset:0;stroke-dasharray:450.497}}#design_logo{position:relative}#design_logo.inactive{opacity:0}.active{opacity:1}.active .s-logo-1{animation:.5s cubic-bezier(.47,0,.745,.715) both des-logo-anim-stroke-1,.5s cubic-bezier(.47,0,.745,.715) .3s both des-logo-anim-fill}.active .s-logo-2{animation:.5s cubic-bezier(.47,0,.745,.715) .1s both des-logo-anim-stroke-2,.5s cubic-bezier(.47,0,.745,.715) .2s both des-logo-anim-fill}.active .s-logo-3{animation:.5s cubic-bezier(.47,0,.745,.715) .1s both des-logo-anim-stroke-3,.5s cubic-bezier(.47,0,.745,.715) .3s both des-logo-anim-fill}.active .s-logo-4{animation:.5s cubic-bezier(.47,0,.745,.715) .2s both des-logo-anim-stroke-4,.5s cubic-bezier(.47,0,.745,.715) .4s both des-logo-anim-fill}.active .s-logo-5{animation:.5s cubic-bezier(.47,0,.745,.715) .3s both des-logo-anim-stroke-5,.5s cubic-bezier(.47,0,.745,.715) .5s both des-logo-anim-fill}.active .s-logo-6{animation:.5s cubic-bezier(.47,0,.745,.715) .4s both des-logo-anim-stroke-6,.5s cubic-bezier(.47,0,.745,.715) .6s both des-logo-anim-fill}.active .s-logo-7{animation:.5s cubic-bezier(.47,0,.745,.715) .5s both des-logo-anim-stroke-7,.5s cubic-bezier(.47,0,.745,.715) .7s both des-logo-anim-fill}.active .s-logo-8{animation:.5s cubic-bezier(.47,0,.745,.715) .6s both des-logo-anim-stroke-8,.5s cubic-bezier(.47,0,.745,.715) .8s both des-logo-anim-fill}.active .s-logo-9{animation:.5s cubic-bezier(.47,0,.745,.715) .7s both des-logo-anim-stroke-9,.5s cubic-bezier(.47,0,.745,.715) .9s both des-logo-anim-fill}.active .s-logo-10{animation:.5s cubic-bezier(.47,0,.745,.715) .8s both des-logo-anim-stroke-10,.5s cubic-bezier(.47,0,.745,.715) 1s both des-logo-anim-fill}.active .s-logo-11{animation:.5s cubic-bezier(.47,0,.745,.715) .9s both des-logo-anim-stroke-11,.5s cubic-bezier(.47,0,.745,.715) 1.1s both des-logo-anim-fill}.active .s-logo-12{animation:.5s cubic-bezier(.47,0,.745,.715) 1s both des-logo-anim-stroke-12,.5s cubic-bezier(.47,0,.745,.715) 1.2s both des-logo-anim-fill}.active .s-logo-13{animation:.5s cubic-bezier(.47,0,.745,.715) 1.1s both des-logo-anim-stroke-13,.5s cubic-bezier(.47,0,.745,.715) 1.3s both des-logo-anim-fill}.active .s-logo-14{animation:.5s cubic-bezier(.47,0,.745,.715) 1.2s both des-logo-anim-stroke-14,.5s cubic-bezier(.47,0,.745,.715) 1.4s both des-logo-anim-fill}.active .s-logo-15{animation:.5s cubic-bezier(.47,0,.745,.715) 1.2s both des-logo-anim-stroke-15,.5s cubic-bezier(.47,0,.745,.715) 1.5s both des-logo-anim-fill}.active .s-logo-16{animation:.5s cubic-bezier(.47,0,.745,.715) 1.2s both des-logo-anim-fill}.active .s-logo-17{animation:.5s cubic-bezier(.47,0,.745,.715) 1.3s both des-logo-anim-fill}.active .s-logo-18{animation:.5s cubic-bezier(.47,0,.745,.715) 1.4s both des-logo-anim-fill}.active .s-logo-19{animation:.5s cubic-bezier(.47,0,.745,.715) 1.5s both des-logo-anim-fill}.active .s-logo-20{animation:.5s cubic-bezier(.47,0,.745,.715) 1.6s both des-logo-anim-fill}.active .s-logo-21{animation:.5s cubic-bezier(.47,0,.745,.715) 2s both des-logo-anim-fill}.burger-btn{cursor:pointer;z-index:100;background-color:#ffcaff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-left:auto;transition:all .8s ease-in-out;display:flex;position:absolute;top:30px;right:13px}.burger-btn.relative{position:relative!important}.burger-btn.hide{opacity:0;pointer-events:none}.burger-btn.show{position:absolute;top:20px;right:13px}@media (min-width:768px){.burger-btn{visibility:hidden;display:none}}.burger-btn .btn-trigger{cursor:pointer;box-sizing:border-box;width:21px;height:14px;transition:all .5s;display:inline-block;position:relative}.burger-btn .btn-trigger span{box-sizing:border-box;background-color:#524de0;border-radius:4px;width:100%;height:2px;transition:all .5s;display:inline-block;position:absolute;left:0}.burger-btn .btn-trigger span:first-of-type{top:0}.burger-btn .btn-trigger span:nth-of-type(2){top:6px}.burger-btn .btn-trigger span:nth-of-type(3){bottom:0}.sp_nav{z-index:200;position:relative}.sp_nav_header{justify-content:space-between;padding:15px 14px 0;display:flex}.sp_nav_header .logo{height:33px}.sp_nav_header .logo img{width:auto;height:100%}.sp_nav_header .close_btn_wrapper{background-color:#ffcaff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding:0;display:flex}.corner-burger{position:absolute;top:0;right:0}.menu_nav{background-color:#ffcaff;border-radius:999vh}.nav{filter:drop-shadow(5px 5px 15px #524de033);color:#524de0;background-color:#ffcaff;border-radius:100vh;padding:7px 5px 3px;position:relative}.nav .title{font-size:32px;line-height:1}.nav .subtitle{margin-top:8px;margin-bottom:20px;font-size:26px;line-height:1}.nav ul{justify-content:space-around;align-items:center;margin:12px 10px 4px;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-weight:700;display:flex}.nav ul li{letter-spacing:-.5px;white-space:nowrap;padding:3px;font-size:18px;line-height:1}@media (min-width:768px){.nav ul li{font-size:clamp(14.5px,.810185vw + 7.9537px,18px)}}.nav ul li:after{content:"";clip-path:polygon(0% 0%,100% 0%,50% 100%);background-image:url(/images/onstage/down_arrow.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:22px;height:22px;margin-inline:auto;display:block}.nav.short ul{gap:clamp(40px,4.16667vw + 8px,68px)}.pc_nav{width:auto}@media (max-width:767px){.nav{z-index:10;background:linear-gradient(40deg,#ffa8a7 0%,#fbcde9 65%,#988dff 100%);border-radius:0;max-width:450px;height:100vh;transition:transform .3s;position:fixed;inset:0 -100% 0 100%}.nav .ul_wrapper{flex-direction:column;justify-content:center;height:calc(100% - 80px);display:flex}.nav ul{flex-direction:column;justify-content:flex-start;align-items:center;gap:15px;padding:0 min(2%,12px);display:flex}.nav ul li{justify-content:space-between;align-items:center;width:100%;display:flex}.nav ul li p{font-size:14px}.nav ul li img.thumb{width:auto;height:24px}.nav ul li:after{margin:0}.nav.open{transform:translate(-100%)}}.fixed_nav{z-index:100;width:100%;margin-bottom:-100px;position:relative;top:clamp(4px,8.33333vw - 60px,60px)}@media (max-width:767px){.fixed_nav{margin-bottom:-12px;top:5px}}.fixed_nav.show{position:fixed;top:0}.faq_accordion{margin-top:50px}.faq_accordion .MuiButtonBase-root,.faq_accordion .MuiPaper-root{box-shadow:none!important}.faq_accordion .MuiPaper-root{color:#524de0;background-color:#fef2ff;margin:16px 0;border-radius:0!important}.faq_accordion a{text-decoration:underline}.faq_accordion .q_title{grid-template-columns:30px 1fr;align-items:center;gap:10px;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(18px,.423729vw + 14.7458px,20px);font-weight:700;display:grid}@media (min-width:768px){.faq_accordion .q_title{gap:18px}}.faq_accordion .q_title:before{content:"";background-image:url(/images/onstage/icon/icon_q.png);background-repeat:no-repeat;background-size:contain;width:30px;height:30px;margin-top:4px;display:inline-block}.faq_accordion .q_body{color:#222;grid-template-columns:30px 1fr;align-items:flex-start;gap:10px;padding:8px 16px;display:grid}@media (min-width:768px){.faq_accordion .q_body{align-items:center;gap:18px;padding:16px}}.faq_accordion .q_body:before{content:"";background-image:url(/images/onstage/icon/icon_a.png);background-repeat:no-repeat;background-size:contain;width:30px;height:30px;margin-top:4px;display:inline-block}.faq_accordion button.MuiButtonBase-root{background-color:#d3ecff;border-radius:0;min-height:64px}.faq_accordion button.MuiButtonBase-root p.arrow{justify-content:center;align-items:center;display:flex}.faq_accordion button.MuiButtonBase-root p:before{content:"";background-image:url(/images/onstage/icon/plus.svg);width:23px;height:23px;display:inline-block}.faq_accordion button.MuiButtonBase-root .Mui-expanded{margin:0!important}.faq_accordion button.MuiButtonBase-root .Mui-expanded p:before{background-image:url(/images/onstage/icon/minus.svg)}body.ReactModal__Body--open .overlay-base{z-index:100;opacity:0;background-color:#0000;outline:0;justify-content:center;align-items:center;padding:1rem;transition:background-color .5s ease-in-out,opacity .5s ease-in-out;display:flex;position:fixed;inset:0}@media (min-width:768px){body.ReactModal__Body--open .overlay-base{padding:3rem}}body.ReactModal__Body--open .overlay-after{opacity:1;background-color:#000a}body.ReactModal__Body--open .overlay-before{opacity:0;background-color:#0000}body.ReactModal__Body--open .content-base{background-color:#0000;border:0;outline:0;justify-content:center;align-items:center;width:0;height:0;margin:0 auto;transition:background-color .5s ease-in-out,width .5s ease-in-out,height .5s ease-in-out;display:flex;position:relative;inset:auto}body.ReactModal__Body--open .content-after{width:460px;height:calc(100% - 50px);position:relative;top:25px}@media (min-width:768px){body.ReactModal__Body--open .content-after{width:80%;max-width:380px}}body.ReactModal__Body--open .content-before{background-color:#0000;width:0;height:0}body.ReactModal__Body--open .overlay-base .premium_modal{color:#ffcaff;background-color:#0000;width:100%;margin:0 auto}body.ReactModal__Body--open .overlay-base .premium_modal .premium_modal_inner{background-color:#524de0;flex-direction:column;gap:8px;height:100%;padding:30px 20px;display:flex;box-shadow:5px 5px #ffcaff}body.ReactModal__Body--open .overlay-base .premium_modal .premium_modal_inner .header_title{text-align:center;border-bottom:thin solid #ffcaff;max-width:350px;margin:0 auto;padding-bottom:12px;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:1.7rem;font-weight:700;line-height:1.3}body.ReactModal__Body--open .overlay-base .premium_modal .premium_modal_inner .header_title span{letter-spacing:2px;margin-bottom:10px;padding:4px;font-size:1.8rem;display:block}body.ReactModal__Body--open .overlay-base .premium_modal .premium_modal_inner .header_title span strong{font-size:.8rem}body.ReactModal__Body--open .overlay-base .premium_modal .premium_modal_inner .header_img{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;margin:0 auto}body.ReactModal__Body--open .overlay-base .premium_modal .premium_modal_inner .buttons{flex-flow:column wrap;justify-content:center;align-items:center;gap:10px;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-weight:700;display:flex}body.ReactModal__Body--open .overlay-base .premium_modal .premium_modal_inner .buttons .button{cursor:pointer;color:#524de0;text-align:center;background-color:#ffcaff;flex:1;width:100%;padding:16px 8px;display:block}@media (min-width:768px){body.ReactModal__Body--open .overlay-base .premium_modal .premium_modal_inner .buttons{flex-direction:row}}body.ReactModal__Body--open .overlay-base .premium_modal .premium_modal_inner .premium_modal_loading{justify-content:center;align-items:center;display:flex}body.ReactModal__Body--open .overlay-base .premium_modal .premium_modal_inner .premium_modal_loading p{letter-spacing:-.2px;font-size:1rem}body.ReactModal__Body--open .overlay-base .premium_modal .premium_modal_inner p{letter-spacing:1px;max-width:350px;margin:12px auto;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:1rem}@media (min-width:768px){body.ReactModal__Body--open .overlay-base .premium_modal .premium_modal_inner p{font-size:1.2rem}}body.ReactModal__Body--open .content-after.premium{width:96%;min-width:250px;height:auto;position:relative}@media (min-width:768px){body.ReactModal__Body--open .content-after.premium{width:96%;max-width:460px}}.common-modal{padding:clamp(25px,4.87288vw - 12.4237px,48px) clamp(25px,4.87288vw - 12.4237px,48px) 40px}.common-modal.login-modal{padding:clamp(32px,3.38983vw + 5.9661px,48px) clamp(20px,5.9322vw - 25.5593px,48px) clamp(12px,3.81356vw - 17.2881px,30px)}.common-modal.login-modal .kiyaku-main{padding:clamp(8px,4.66102vw - 27.7966px,30px)}.common-modal .MuiBackdrop-root{background-color:#19326591!important}.common-modal-inner{border:0;outline:0;flex-direction:column;max-width:1080px;height:100%;margin:0 auto;display:flex}.common-modal-btn{justify-content:flex-end;width:100%;padding-bottom:clamp(18px,2.9661vw - 4.77966px,32px);display:flex}.common-modal-btn .close_btn{width:revert}.common-modal-btn .close_btn img{aspect-ratio:1;width:clamp(26px,3.81356vw - 3.28814px,44px)}.kiyaku-main.white{background-color:#fef2ff}.kiyaku-main{padding:20px;overflow-x:hidden}.kiyaku-main-inner.white{background-color:#fef2ff}.kiyaku-main-inner h1.form-title{text-align:center;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(24px,1.27119vw + 14.2373px,30px);font-weight:700}.kiyaku-main-inner{height:100%}.kiyaku-main-inner::-webkit-scrollbar{width:4px}@media (min-width:768px){.kiyaku-main-inner::-webkit-scrollbar{width:6px}}.kiyaku-main-inner::-webkit-scrollbar-track{background-color:#d9d9d9;border-radius:100px}.kiyaku-main-inner::-webkit-scrollbar-thumb{border-radius:100px;background-color:#fe804e!important}.kiyaku-main::-webkit-scrollbar-thumb{border-radius:100px;background-color:#fe804e!important}.kiyaku-checks{background-color:#fef2ff;padding:0 20px}.kiyaku-checks-checkbox{text-align:center;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-weight:700}.kiyaku-checks-checkbox.disabled{opacity:.6}.kiyaku-checks-checkbox svg.MuiSvgIcon-root{border-radius:0;width:36px;height:36px;fill:#524de0!important}.kiyaku-checks-checkbox .Mui-checked{color:#524de0!important}.kiyaku-checks-button{padding-top:clamp(12px,1.69492vw - 1.01695px,20px)}.kiyaku-error{background-color:#fef2ff;padding:80px 50px}.live-modal-wrap{border:0;outline:0;margin:0 auto}.live-modal .common-modal-inner{background-color:#fef2ff}.live-modal .kiyaku_wrap{height:100%;margin-top:0}.live-modal .kiyaku_wrap .kiyaku_style{max-height:calc(80vh - 180px)}@media (min-width:768px){.live-modal .kiyaku_wrap .kiyaku_style{max-height:calc(80vh - 280px)}}.live-modal h1.form-title{text-align:center;margin-top:40px;margin-bottom:30px;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(24px,1.27119vw + 14.2373px,30px);font-weight:700}.live-modal .close_btn{color:#524de0;background-color:#ffcaff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.live-modal .close_btn img{width:16px;height:16px}.artist-modal{padding:clamp(20px,5.9322vw - 25.5593px,48px) 0}.artist-modal .common-modal-btn{width:100%;padding:0 14px clamp(0px,1.69492vw - 13.0169px,8px)}.artist-modal .common-modal-btn .close_btn{background-color:#ffcaff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.artist-modal .common-modal-btn .close_btn img{width:16px;height:16px}.artist-modal-content-white{grid-template-rows:auto 1fr auto;grid-template-columns:repeat(1,1fr);padding:0 clamp(12px,2.5641vw - 7.69231px,20px);display:grid}@media (min-width:768px){.artist-modal-content-white{grid-template-rows:auto 1fr;grid-template-columns:repeat(2,1fr)}}.artist-modal-content-white div.artist_thumb{background:linear-gradient(90deg,#eab2fb 0%,#fe918e 100%)}.artist-modal-content-white div.artist_thumb.chanmina{background:linear-gradient(#eab2fb 0%,#fe918e 100%)}.artist-modal-content-white div.artist_thumb.hitsujibungaku{background:linear-gradient(#fedfc6 0%,#1b70fe 100%)}.artist-modal-content-white div.artist_thumb.hana{background:linear-gradient(#16dfbd 0%,#4da0ff 100%)}.artist-modal-content-white div.artist_thumb.sakanaction{background:linear-gradient(#bfd0ff 0%,#ff9a62 100%)}.artist-modal-content-white div.artist_thumb.mflo{background:linear-gradient(#4973ed 0%,#38d4e5 100%)}.artist-modal-content-white div.artist_thumb.creepynuts{background:linear-gradient(#e389ff 0%,#58b4ff 100%)}.artist-modal-content-white div.artist_thumb.kemio{background:linear-gradient(#d7bdfe 0%,#bb98f8 50%,#1f86fe 100%)}.artist-modal-content-white div.artist_thumb.horiimika{background:linear-gradient(#ffa266 0%,#fed7b8 50%,#8dadff 100%)}.artist-modal-content-white div.artist_thumb.isaac{background:linear-gradient(#d7bdfe 0%,#bb98f8 50%,#1f86fe 100%)}.artist-modal-content-white div.artist_thumb img{aspect-ratio:1;object-fit:cover;grid-area:1/1;width:100%;max-width:400px;height:auto;margin:0 auto}@media (min-width:768px){.artist-modal-content-white div.artist_thumb img{grid-area:1/1;width:clamp(200px,15.3846vw + 81.8462px,248px)}}.artist-modal-content-white iframe{background-color:#26567d;grid-area:3/1;width:100%;height:100%;min-height:480px}@media (min-width:768px){.artist-modal-content-white iframe{grid-area:2/1;min-height:360px}}.artist-modal-content-white iframe.chanmina{background:#9c0040;min-height:780px}.artist-modal-content-white iframe.hitsujibungaku{background:#475563;min-height:760px}.artist-modal-content-white iframe.mflo{background:#535353;min-height:760px}.artist-modal-content-white iframe.sakanaction{background:#383030;min-height:760px}.artist-modal-content-white iframe.hana{background:#475656}@media (min-width:768px){.artist-modal-content-white iframe.hana{min-height:480px}}.artist-modal-content-white iframe.creepynuts{background:#49555c;min-height:750px}@media (min-width:768px){.artist-modal-content-white iframe.creepynuts{min-height:750px}}.artist-modal-content-white iframe.kemio{background:#000ef8;min-height:280px}@media (min-width:768px){.artist-modal-content-white iframe.kemio{min-height:280px}}.artist-modal-content-white iframe.horiimika{background:#102940;min-height:280px}@media (min-width:768px){.artist-modal-content-white iframe.horiimika{min-height:280px}}.artist-modal-content-white iframe.isaac{background:#9e0101;min-height:260px}@media (min-width:768px){.artist-modal-content-white iframe.isaac{min-height:260px}}.artist-modal-content-white .right{background-color:#fff3fe;grid-area:2/1/3;padding:47px 36px 66px}@media (min-width:768px){.artist-modal-content-white .right{grid-area:1/2/3}}.artist-modal-content-white .right .artist_name{font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(28px,1.92308vw + 13.2308px,34px);font-weight:700}.artist-modal-content-white .right .artist_profile{padding-top:clamp(7px,3.20513vw - 17.6154px,17px)}.artist-modal-content-white .links{flex-wrap:wrap;gap:12px;margin-top:96px;margin-bottom:28px;display:flex}@media (min-width:768px){.artist-modal-content-white .links{gap:7.5px;margin-top:24px;margin-bottom:22px}}.artist-modal-content-white a.link{white-space:nowrap;color:#fff;background-color:#524de0;border-radius:100vh;flex:1;justify-content:space-between;align-items:center;min-width:150px;padding:11px 20px;font-size:18px;font-weight:700;line-height:1;display:flex;position:relative}.artist-modal-content-white a.link p{text-align:center;width:100%;line-height:1}.artist-modal-content-white a.link span.arrow{content:"";clip-path:polygon(0% 0%,100% 50%,0% 100%);background-color:#fff;width:7px;height:16px;display:block;position:relative}.artist-modal-content-white a.link span.arrow:after{content:"";clip-path:polygon(0% 0%,100% 50%,0% 100%);background-color:#524de0;width:7px;height:16px;display:block;position:absolute;left:-3px}.artist-modal-content-white a.link.primary{color:#524de0;background-color:#ffcaff}.artist-modal-content-white a.link.primary span.arrow{background-color:#524de0}.artist-modal-content-white a.link.primary span.arrow:after{background-color:#ffcaff}.spotify_logo{z-index:10;width:122px;height:auto;position:absolute;top:22px;left:22px}@media (min-width:768px){.spotify_logo{top:clamp(30px,1.4881vw + 18.5714px,40px);left:clamp(30px,2.38095vw + 11.7143px,46px)}}.spotify_logo.vip{top:46px;left:46px}@media (min-width:768px){.spotify_logo.vip{top:clamp(30px,1.4881vw + 18.5714px,40px);left:clamp(30px,2.38095vw + 11.7143px,46px)}}.footer{padding-top:clamp(50px,11.7188vw - 40px,80px);padding-bottom:0}@media (min-width:768px){.footer{padding-bottom:70px}}.footer{color:#fff;flex-direction:column;justify-content:center;align-items:center;display:flex}.footer .production{z-index:10;color:#fef2ff;margin-top:clamp(40px,42.9688vw - 290px,150px);margin-bottom:110px}@media (min-width:768px){.footer .production{margin-bottom:30px}}.footer .production{text-align:center;font-size:13px;line-height:1.4}.footer-container{flex-direction:column;gap:clamp(37px,5.07813vw - 2px,50px);display:flex}.footer-container .footer-site img{height:41px}.footer-container .footer-menu{justify-content:center;align-items:center;display:flex}.footer-sns{gap:24px;margin-left:auto;margin-right:auto;font-size:24px;display:flex}.footer-sns a{aspect-ratio:1;color:#524de0;clip-path:circle(50%);background-color:#fff;place-items:center;width:36px;display:grid}@media (min-width:768px){.footer .footer-container{flex-direction:row}.footer .footer-sns{margin-right:revert}}.popup{color:#ffcaff;text-align:center;background-color:#524de0;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.popup .popup_inner{flex-direction:column;justify-content:center;align-items:center;gap:10px;width:80%;height:100vh;padding:20px;display:flex}.popup .popup_inner h3{margin-bottom:1rem;font-size:1.3rem;font-weight:700}.popup .popup_inner h3 img{width:100%;max-width:350px;margin:0 auto}.popup .popup_inner p{text-align:left;margin-bottom:20px;font-size:.8rem}.popup .popup_inner .login_buttons .login{color:#121212;background-color:#ffcaff}.section_header img{width:auto;height:clamp(50px,6.35593vw + 1.18644px,80px)}.section_header img.sp{height:104px}.section_header img.sp.attention{height:55px}.section_header img.faq{height:clamp(73px,1.48305vw + 61.6102px,80px)}.section_header p{margin-top:10px;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(20px,1.69492vw + 6.98305px,28px);font-weight:700}.section_header p.large{font-size:30px}.section_header .justify{width:auto;display:inline-block}.section_header .justify p{justify-content:space-between;align-items:center;width:100%;display:flex}.section_header .justify p span.sub{font-size:clamp(14px,.847458vw + 7.49153px,18px);font-weight:400}.section_main_h1{font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(28px,2.9661vw + 5.22034px,42px);font-weight:700;line-height:1.4}.section_main_h2{font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(28px,.847458vw + 21.4915px,32px);font-weight:700;line-height:1.4}.section_sub_p{color:#fff;margin-top:15px;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:16px;line-height:1.8}section.hero{display:grid}section.hero>*{grid-area:1/1}section.hero{position:relative}section.hero .hero-container{grid-template-columns:auto;gap:50px;padding-top:150px;padding-bottom:clamp(90px,19.5313vw - 60px,140px);display:grid;position:relative}@media screen and (min-width:768px){section.hero .hero-container{grid-template-columns:1fr auto;gap:clamp(30px,31.25vw - 210px,110px);min-height:clamp(450px,78.125vw - 150px,650px)}}section.hero .hero-container .card-area{justify-content:center;align-items:center;min-width:260px;height:100%;display:flex;position:relative}section.hero .hero-container .card-area svg{height:100%}@media screen and (min-width:768px){section.hero .hero-container .card-area{min-width:300px}}section.hero .hero-container .card-area img.kv{mix-blend-mode:lighten;transform-origin:0}section.hero .hero-container .info-area{text-align:center;z-index:10;justify-content:center;align-items:center;display:flex;position:relative}@media screen and (max-width:767px){section.hero .hero-container .info-area:before{content:"";filter:blur(20px);opacity:0;background-color:#ffd7ee;width:100%;height:100%;animation:2s ease-in 1s forwards fadeIn05;position:absolute;top:0;left:0}}@media screen and (min-width:768px){section.hero .hero-container .info-area{text-align:left}}section.hero .hero-container .info-area-inner{font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-weight:700}section.hero .hero-container .info-area-inner .date{white-space:revert;font-size:clamp(21.4px,2.89063vw - .8px,28.8px)}section.hero .hero-container .info-area-inner .date em,section.hero .hero-container .info-area-inner .date span{font-family:Spotify_Mix_Bold,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:1.47em;font-style:normal}@media screen and (min-width:768px){section.hero .hero-container .info-area-inner .date{white-space:nowrap}}section.hero .hero-container .info-area-inner .time{white-space:revert;gap:19px;margin-top:clamp(0px,3.90625vw - 30px,10px);font-family:Spotify_Mix_Bold,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(23.4px,1.60156vw + 11.1px,27.5px);line-height:1.4;display:flex}@media screen and (min-width:368px){section.hero .hero-container .info-area-inner .time{white-space:nowrap}}section.hero .hero-container .info-area-inner .place{font-size:clamp(19.16px,1.30469vw + 9.14px,22.5px)}section.hero .kv{opacity:1;position:relative}section.hero .kv img{object-fit:cover;height:100%}section.event{color:#fff;padding-top:clamp(60px,31.7797vw - 184.068px,210px);padding-bottom:clamp(135px,25.3906vw - 60px,200px)}section.event .event-container{padding-top:clamp(40px,7.8125vw - 20px,60px)}section.event .event-container .event_main_h1{padding-top:clamp(55px,5.85938vw + 10px,70px);font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(30px,5.71429vw + 11.7143px,34px);font-weight:700;line-height:1.5}@media (min-width:390px){section.event .event-container .event_main_h1{font-size:clamp(34px,2.97297vw + 22.4054px,45px)}}@media (min-width:768px){section.event .event-container .event_main_h1{font-size:clamp(34px,3.81356vw + 4.71186px,52px)}}section.event .event-container .event-info-desc{margin-top:25px;font-size:20px;font-weight:700;line-height:1.8}section.event .event-container .event-info-desc span.fix1{margin-left:-12px}@media (min-width:768px){section.event .event-container .event-info-desc{white-space:nowrap;overflow:hidden}}.artists{padding-top:clamp(100px,31.25vw - 140px,180px);padding-bottom:clamp(90px,31.25vw - 150px,170px);position:relative}.artists-contents{padding-top:clamp(36px,9.375vw - 36px,60px)}.artists-contents-inner{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}@media (min-width:768px){.artists-contents-inner{grid-template-columns:repeat(2,1fr);gap:clamp(20px,15.625vw - 100px,60px)}}.artists-contents-inner .artist{cursor:pointer;color:#094ce3;background-color:#fff;width:100%;max-width:510px;padding:clamp(10px,9.76563vw - 65px,35px) clamp(10px,9.76563vw - 65px,35px) 0;display:grid}@media (min-width:768px){.artists-contents-inner .artist{width:calc(48% - 20px);max-width:510px}}.artists-contents-inner .artist-thumb{aspect-ratio:1;object-fit:cover}.artists-contents-inner .artist-info{padding:clamp(11px,1.17188vw + 2px,14px);font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-weight:700}@media (min-width:768px){.artists-contents-inner .artist-info{text-align:center}}.artists-contents-inner .artist-info-name{font-size:23px;line-height:1.6}.artists-more{text-align:center;padding-top:clamp(20px,15.625vw - 100px,60px)}.artists-more p{color:#094ce3;font-family:Spotify_Mix_Bold,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(38px,9.76563vw - 37px,63px)}.ticket{background:#5c5add;padding-top:clamp(100px,31.25vw - 140px,180px);padding-bottom:clamp(65px,33.2031vw - 190px,150px);position:relative}.ticket .event-grad{opacity:.5}.ticket-content{background-color:#fff3fe;margin-top:clamp(36px,9.375vw - 36px,60px);padding:50px 25px}@media (min-width:768px){.ticket-content{padding:71px 109px}}.ticket-content{margin-bottom:clamp(50px,11.7188vw - 40px,80px)}.ticket-items{gap:clamp(40px,1.95313vw + 25px,45px);display:grid}.ticket-items .ticket-item-title{text-align:center;background-color:#ffcaff;padding:10px 8px;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(18px,5.07813vw - 21px,31px);font-weight:700;line-height:1.4}.ticket-items .ticket-item-content{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-weight:700;display:flex}@media (min-width:980px){.ticket-items .ticket-item-content{text-align:left;flex-direction:row}}.ticket-items .ticket-item-content div.ticket-item-info{flex:1;padding-top:clamp(18px,4.6875vw - 18px,30px);padding-bottom:clamp(10px,7.8125vw - 50px,30px);font-size:22px;line-height:1.4}.ticket-items .ticket-item-content div.ticket-item-info em.fix2{margin-left:-2px}.ticket-items .ticket-item-content div.ticket-item-info em.small{font-size:clamp(14px,1.42857vw + 9.42857px,15px);font-weight:700}@media (min-width:390px){.ticket-items .ticket-item-content div.ticket-item-info em.small{white-space:nowrap;font-size:clamp(17px,1.32275vw + 11.8413px,22px)}}@media (min-width:768px){.ticket-items .ticket-item-content div.ticket-item-info em.small{white-space:revert;font-size:revert}}.ticket-items .ticket-item-content div.ticket-item-info span{color:#ff4300;font-size:20px}@media (min-width:768px){.ticket-items .ticket-item-content div.ticket-item-info span.kikan{display:block}}.ticket-items .ticket-item-content div.ticket-item-info span.small{font-size:.9em}.ticket-items .ticket-item-content div.ticket-item-info p.price,.ticket-items .ticket-item-content div.ticket-item-info p.kiyaku{text-align:left;color:#3e3e3e;max-width:440px;margin-top:20px;margin-bottom:10px;font-size:14px;font-weight:400;line-height:1.6}.ticket-items .ticket-item-content div.ticket-item-info p.price em,.ticket-items .ticket-item-content div.ticket-item-info p.kiyaku em{color:#ff4300;margin-bottom:5px;font-size:1.15em;font-weight:700;display:block}.ticket-items .ticket-item-content div.ticket-item-info p.kiyaku{color:#3e3e3e;font-size:15px;font-weight:700}.flex_left{text-align:left;margin:0;padding:0;line-height:1.4;display:inline-block}.howto{padding-top:clamp(100px,25.7813vw - 98px,166px)}.howto .howto-methods-wrapper{justify-content:center;padding-top:clamp(35px,2.1164vw + 26.746px,43px);padding-bottom:clamp(56px,11.7188vw - 34px,86px);display:flex}.howto .howto-subtext{color:#fff;text-align:center;font-size:clamp(12px,5.55556vw - 4.66667px,17px);font-weight:700}@media (min-width:768px){.howto .howto-subtext{font-size:18px}}.howto .howto-subtext{margin-bottom:26px;line-height:1.4}.howto .howto-methods{flex-direction:column;align-items:flex-start;gap:12px;display:flex;position:relative}@media (min-width:768px){.howto .howto-methods{flex-direction:revert;justify-content:space-between;margin-top:25px}}.howto .howto-methods .method{align-items:center;gap:15px;width:100%;display:flex}@media (min-width:768px){.howto .howto-methods .method{flex-direction:column;width:min(220px,24%)}}.howto .howto-methods .method:first-child .method-graph:before{z-index:-1;content:"";background-color:#d3ecff;width:11px;height:calc(400% - 10px);position:absolute;top:10px;left:calc(50% - 5.5px)}@media (min-width:768px){.howto .howto-methods .method:first-child .method-graph:before{width:calc(400% - 20px);height:11px;top:calc(50% - 5.5px);left:10px}}.howto .howto-methods .method .method-graph{width:clamp(120px,66.6667vw - 140px,160px);position:relative}.howto .howto-methods .method .method-graph .graph-label{background-color:#fff;border-radius:50%;width:50%;position:absolute;top:-4%;left:-23%}@media (min-width:768px){.howto .howto-methods .method .method-graph .graph-label{width:35%;top:-10%;left:-10%}}.howto .howto-methods .method .method-graph img.graph{width:100%}@media (min-width:768px){.howto .howto-methods .method .method-graph{width:auto}}.howto .howto-methods .method p{color:#fff;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:21px;font-weight:700;line-height:1.4}@media (min-width:768px){.howto .howto-methods .method p{text-align:center;font-size:clamp(18px,2.34375vw,24px)}}.venue{margin-top:69px}@media (min-width:768px){.venue{margin-top:70px}}.venue{background-color:#524de0}.venue .venue-container{color:#fff;flex-direction:column;gap:30px 15px;padding:35px 20px 26px;display:flex}@media (min-width:768px){.venue .venue-container{flex-direction:row;padding:clamp(40px,10.1563vw - 38px,66px) clamp(40px,15.625vw - 80px,80px)}}.venue .venue-container .venue-info{flex-direction:column;flex:1;justify-content:center;display:flex}.venue .venue-container .venue-info .venue-date{color:#fdb9ea;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(22px,4.44444vw + 8.66667px,26px);font-weight:700;line-height:1.25}@media (min-width:768px){.venue .venue-container .venue-info .venue-date{font-size:clamp(26px,1.17188vw + 17px,29px)}}.venue .venue-container .venue-info .venue-place{color:#fdb9ea;white-space:nowrap;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(18px,5.55556vw + 1.33333px,23px);font-weight:700}@media (min-width:768px){.venue .venue-container .venue-info .venue-place{font-size:clamp(23px,3.51563vw - 4px,32px)}}.venue .venue-container .venue-info .venue-addr{color:#fdb9ea;margin-top:12px;font-size:18px;font-weight:700;line-height:1.3}@media (min-width:768px){.venue .venue-container .venue-info .venue-addr{margin-top:20px;font-size:21px;line-height:1.8}}.venue .venue-container .venue-info .venue-starttime{font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(24px,2.1164vw + 15.746px,32px);font-weight:700;line-height:1.25}.venue .venue-container .venue-info .venue-desc{margin-top:15px;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(17px,.26455vw + 15.9683px,18px);font-weight:700;line-height:1.7}.venue .venue-container .venue-map{object-fit:cover;overflow:hidden}.venue .venue-container .venue-map img{aspect-ratio:460/288;object-fit:cover;width:100%;height:auto;max-height:288px}section.kiyaku_section{color:#fff;background:linear-gradient(#524efe 0%,#fadaf5 100%);padding-top:clamp(100px,31.25vw - 140px,180px);position:relative}section.policy_section{color:#fff;background:#5c5add;padding-top:clamp(100px,31.25vw - 140px,180px);padding-bottom:clamp(65px,33.2031vw - 190px,150px);position:relative}section.policy_section .kiyaku_wrap{margin-top:clamp(30px,7.8125vw - 30px,50px);padding:clamp(25px,10.5469vw - 56px,52px)}.kiyaku_wrap{background-color:#fef2ff;margin-top:clamp(30px,8.59375vw - 36px,52px);padding:clamp(16px,9.375vw - 56px,40px)}.kiyaku_style{text-align:left;color:#222;padding:0 clamp(12px,3.125vw - 12px,20px);font-size:14px;line-height:1.6}.kiyaku_style a{text-decoration:underline}.kiyaku_style .kiyaku_inner{border:thin solid var(--aquamarine);word-break:break-all;border-radius:12px;padding-right:18px}.kiyaku_style .kiyaku_inner>*{margin:10px auto}.kiyaku_style .kiyaku_inner h1{margin-top:20px;margin-bottom:10px;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:18px;font-weight:700}.kiyaku_style .kiyaku_inner p{word-break:break-all;font-size:14px}.kiyaku_style .kiyaku_inner span.s1{height:5px;display:block}.kiyaku_style .kiyaku_inner span.s{font-size:.9em}.kiyaku_style .kiyaku_inner ol{margin:10px 0}.kiyaku_style .kiyaku_inner ol li:before{content:"・ "}.otoiawase{color:#524de0;margin-top:57px;margin-bottom:50px}@media (min-width:768px){.otoiawase{margin-bottom:20px}}.otoiawase a{text-decoration:underline}.otoiawase-title{font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:26px;font-weight:700}.otoiawase-desc{margin-top:4px}.simplebar-track{width:6px;padding:0}.simplebar-track.simplebar-vertical{border-radius:100vh;width:6px}.kiyaku_style.scroller .simplebar-track{background-color:#d9d9d9}.no_scroll .kiyaku_style.scroller .simplebar-track{background-color:#d9d9d900}.simplebar-scrollbar{border-radius:100px;background-color:#fe804e!important}.simplebar-scrollbar:before{visibility:hidden}.scroller{height:100%;max-height:450px;overflow:hidden scroll}.scroller::-webkit-scrollbar-track{background-color:#d9d9d9;border-radius:100px}section.faq{color:#fff;background:linear-gradient(#524efe 0%,#cca1dd 70%);padding-top:clamp(100px,23.4375vw - 80px,160px);position:relative}section.faq.attention{background:#524de0}section.faq.attention .event-grad{opacity:.5}.playlist{background-color:#fdb9ea;padding-top:clamp(100px,27.3438vw - 110px,170px);padding-bottom:clamp(100px,12.7119vw + 2.37288px,160px)}.playlist-widget{margin:0 auto}.playlist-widget iframe{aspect-ratio:340/670;height:100%}@media (min-width:768px){.playlist-widget iframe{aspect-ratio:500/670}.playlist-widget{max-width:450px}}.news{background-color:#fdb9ea;padding-top:clamp(100px,27.3438vw - 110px,170px);padding-bottom:clamp(100px,12.7119vw + 2.37288px,160px)}.news .about-container ul.news_list{margin-top:60px}.news .about-container ul.news_list li{border-bottom:thin solid #524de0;flex-direction:column;align-items:flex-start;gap:10px;padding:30px 0;font-weight:700;line-height:1.6;display:flex}@media (min-width:768px){.news .about-container ul.news_list li{flex-direction:row;gap:30px}}.news .about-container ul.news_list li span{min-width:152px;font-family:Spotify_Mix_Bold,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:clamp(24px,1.5625vw + 12px,28px)}.news .about-container ul.news_list li p{font-size:clamp(22px,1.5625vw + 10px,26px)}.news .about-container ul.news_list li a{border-bottom:thin solid #524de0}.about .a-container{position:relative}.about .a-container-info{padding-top:100px}@media (min-width:768px){.about .a-container-info{padding-top:170px}}.about .a-container-info-desc{color:#fef2ff;margin-right:0;padding-top:20px;line-height:1.8}.about .p-container{color:#fff;padding-top:35px;padding-bottom:50px}@media (min-width:768px){.about .p-container{padding-top:clamp(35px,33.6538vw - 223.462px,140px)}}.about .p-container-items{grid-template-columns:repeat(1,1fr);gap:36px;margin-top:24px;display:grid}@media (min-width:790px){.about .p-container-items{grid-template-columns:repeat(2,1fr)}}@media (min-width:1080px){.about .p-container-items{grid-template-columns:repeat(4,1fr)}}.about .p-container-items .p-item{gap:19px;display:flex}.about .p-container-items .p-item-icon{width:45%;max-width:150px}.about .p-container-items .p-item-icon img{aspect-ratio:1;background-color:#d3ecff;border-radius:50%;min-width:110px}.about .p-container-items .p-item-info{flex:1}.about .p-container-items .p-item-info-title{white-space:nowrap;font-size:clamp(18px,4vw + 6px,22px)}@media (min-width:400px){.about .p-container-items .p-item-info-title{font-size:clamp(22px,.641026vw + 17.0769px,24px)}}.about .p-container-items .p-item-info-title{font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-weight:700}.about .p-container-items .p-item-info-desc{margin-top:clamp(6px,2.24359vw - 11.2308px,13px);font-size:16px;line-height:1.6}@media (min-width:1080px){.about .p-container-items .p-item{flex-direction:column;align-items:center}.about .p-container-items .p-item-icon{width:100%;max-width:210px}.about .p-container-items .p-item-icon img{width:100%}}.about .f-container{padding-bottom:clamp(47px,4.16667vw + 15px,60px)}@media (min-width:768px){.about .f-container{padding-top:50px}}.about .f-container-title{color:#ffcaff;text-align:center;font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:32px;font-weight:700;line-height:1.25}.about .f-container-items{flex-flow:column wrap;gap:25px;margin-top:30px;display:flex}@media (min-width:580px){.about .f-container-items{flex-direction:row}}.about .f-container-items .f-item{min-width:revert;background-color:#d3ecff;flex-direction:column;flex:1;gap:22px;padding:clamp(25px,5.44872vw - 16.8462px,42px);display:flex}.about .f-container-items .f-item-icon{background-color:#fff;overflow:hidden}@media (min-width:768px){.about .f-container-items .f-item-icon{min-width:170px}}.about .f-container-items .f-item-icon img{aspect-ratio:1;object-fit:contain;padding:22px;transform:scale(1.2)}@media (min-width:768px){.about .f-container-items .f-item-icon img{padding:4px}}.about .f-container-items .f-item-info{flex:1;height:100%}.about .f-container-items .f-item-info-title{font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:26px;font-weight:700}.about .f-container-items .f-item-info-desc{font-family:Noto Sans JP,Helvetica Neue,Arial,Yu Gothic,游ゴシック,YuGothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,sans-serif;font-size:16px;line-height:1.5}@media (min-width:580px){.about .f-container-items .f-item{flex-direction:revert;min-width:420px}.about .f-container-items .f-item-icon{width:30%;max-width:166px}.about .f-container-items .f-item-icon img{aspect-ratio:1;width:100%;transform:revert}}.about-cta-wrap{margin-top:70px;margin-inline:auto;margin-bottom:50px}.products-list-area{display:flex;overflow-x:hidden}.products-list-area .products-list{animation:60s linear infinite both slide-left;display:flex}.products-list-area .products-list li{width:max(20vw,184px)}@media (min-width:768px){.products-list-area .products-list li{width:max(20vw,300px)}}.products-list-area .products-list li img{aspect-ratio:4/3;object-fit:cover;width:100%}@keyframes slide-left{0%{transform:translate(0)}to{transform:translate(-100%)}}
