@charset "UTF-8";.load_wrap{width:100%;position:fixed;right:0;left:0;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;z-index:100}.load_wrap:after,.load_wrap:before{content:'';width:100%;height:100%;position:fixed;top:0;bottom:0;display:block}.load_wrap:before{z-index:99;background:#fff;right:0}.loaded .load_wrap:before{-webkit-animation:loadingAnimblack .3s ease-in-out .3s forwards;animation:loadingAnimblack .3s ease-in-out .3s forwards}@-webkit-keyframes loadingAnimblack{0%{width:100%}100%{width:0}}@keyframes loadingAnimblack{0%{width:100%}100%{width:0}}@-webkit-keyframes loadingAnimgray{0%{width:100%}100%{width:0}}@keyframes loadingAnimgray{0%{width:100%}100%{width:0}}.load_logo{max-width:500px;width:100%;height:90px;overflow:hidden;position:relative;margin:auto;z-index:120}.load_logo:before{content:'';width:100%;background:url(../images/expo_logo.svg) no-repeat;background-size:contain;position:absolute;left:-100%;top:0;bottom:0;z-index:110;-webkit-animation:loadingAnim .15s ease-in-out .25s normal forwards;animation:loadingAnim .15s ease-in-out .25s normal forwards}@-webkit-keyframes loadingAnim{0%{left:-100%}100%{left:0}}@keyframes loadingAnim{0%{left:-100%}100%{left:0}}.loaded .load_logo:before{-webkit-animation:loadingAnimLast .25s ease-in-out forwards;animation:loadingAnimLast .25s ease-in-out forwards}@-webkit-keyframes loadingAnimLast{0%{left:0}10%{left:0}100%{left:100%}}@keyframes loadingAnimLast{0%{left:0}10%{left:0}100%{left:100%}}@media screen and (max-width:600px){.load_logo{margin:0 25px}}.break{display:none}body{background:#000;font-family:Prompt,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;font-size:13px;line-height:1.6;margin:0;position:relative;color:#fff;z-index:1}div{-webkit-box-sizing:border-box;box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;margin:0}p,ul{padding:0;margin:0}li{list-style:none}a{color:#43e8ef}a:visited{text-decoration:none;color:#43e8ef}a:link{text-decoration:none;color:#43e8ef}::-moz-selection{background:#000;color:#43e8ef}::selection{background:#000;color:#43e8ef}.mt_10{margin-top:10px}.mt_20{margin-top:20px}.sns{font-size:0;line-height:1;display:block;vertical-align:middle;text-align:center;margin-bottom:10px}.sns .snsbtn{display:inline-block;line-height:1;vertical-align:top;position:relative;overflow:hidden;font-size:14px;margin:5px 5px}.fadein_up{position:relative;bottom:-100px;opacity:0;-webkit-transition:all 1s;transition:all 1s}.fadein_up.fade_on{bottom:0;opacity:1}.fadein_right{position:relative;right:-100px;opacity:0;-webkit-transition:all 1s;transition:all 1s}.fadein_right.fade_on{right:0;opacity:1}.fadein_left{position:relative;left:-100px;opacity:0;-webkit-transition:all 1s;transition:all 1s}.fadein_left.fade_on{left:0;opacity:1}.head_menu{position:fixed;width:150px;height:100%;left:0;top:0;bottom:0;background:#fff;z-index:5}.head_menu_list{margin-top:80px}.head_menu_list li{margin:5px 0;text-align:center}.head_menu_list li a{font-size:14px;letter-spacing:3px;color:#000;font-weight:300;padding:10px;display:block;position:relative;-webkit-transition-duration:.5s;transition-duration:.5s}.head_menu_list li a:before{content:'';position:absolute;left:10px;top:0;bottom:0;margin:auto;width:0;height:5px;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transform-origin:left;transform-origin:left;background:#000}.head_menu_list li a:hover{padding-left:25px}.head_menu_list li a:hover::before{width:25px}.head_menu_sns{position:absolute;bottom:25px;width:150px}.head_menu_sns li{margin:25px 0;text-align:center}.head_menu_sns li a{width:30px;height:30px;display:block;margin:0 auto}.head_menu_sns li.head_menu_twitter a{background:url(../images/head_menu_twitter.svg) no-repeat center;background-size:contain}.head_menu_sns li.head_menu_facebook a{background:url(../images/head_menu_facebook.svg) no-repeat center;background-size:contain}.head_menu_sns li.head_menu_instagram a{background:url(../images/head_menu_instagram.svg) no-repeat center;background-size:contain}.head_menu_mobile{display:none}@media screen and (max-width:900px){.head_menu{width:0;left:auto;right:0;opacity:0;-webkit-transition-duration:.25s;transition-duration:.25s}.head_menu_list{margin-top:80px}.head_menu_list li{margin:20px 0}.head_menu_list li a{padding:15px}.head_menu_sns{width:100%;bottom:10px;text-align:center}.head_menu_sns li{margin:35px 0;display:inline-block}.head_menu_sns li a{margin:0 15px}.head_menu_mobile{display:block;position:fixed;z-index:4;top:0;right:0;left:0;width:100%;height:60px;background:#fff;color:#000;padding:15px 0;z-index:6}.head_menu_mobile_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.head_menu_mobile_logo{width:130px;height:100%;background:url(../images/expo_logo.svg) no-repeat center;background-size:contain;margin-left:20px}.head_menu_mobile_btn{position:relative;right:20px;cursor:pointer}.mobile_btn_open{width:35px;opacity:1;-webkit-transition-duration:.25s;transition-duration:.25s}.mobile_btn_open span{width:100%;height:1px;background:#000;position:absolute}.mobile_btn_open span:nth-child(1){top:0}.mobile_btn_open span:nth-child(2){top:7px}.mobile_btn_open span:nth-child(3){top:14px;right:0;width:50%}.mobile_btn_close{width:35px;height:35px;background:url(../images/link_btn_bl.svg) no-repeat;background-size:contain;opacity:0;-webkit-transition-duration:.25s;transition-duration:.25s}.mobile_btn_open_txt{font-size:9px;font-weight:200;letter-spacing:2px;position:absolute;bottom:0;text-align:center;line-height:9px}.menu_mobile_btn_on .head_menu{width:100%;opacity:1}.menu_mobile_btn_on .mobile_btn_open{opacity:0}.menu_mobile_btn_on .mobile_btn_close{opacity:1}}#footer{background:#fff;padding:40px 25px;color:#000;font-weight:200;position:absolute;left:150px;bottom:0;width:calc(100% - 150px);-webkit-box-sizing:border-box;box-sizing:border-box;z-index:2;text-align:center}.credit{text-align:center;font-size:11px}.credit.credit_piapro{display:inline-block;background:url(../images/logo_piapro.svg) right center no-repeat;background-size:40px 10px;line-height:inherit;padding-right:45px}.footer_link{text-align:center;margin-bottom:5px;line-height:15px}.footer_link a{color:#000;display:inline-block;margin-right:20px}.footer_link a:last-child{margin-right:0}.footer_mikulogo{width:80px;vertical-align:middle}.footer_mikulogo img{width:100%;height:auto}@media screen and (max-width:900px){#footer{padding:30px 15px;width:100%;left:0}}@media screen and (max-width:768px){.sponsor_logo{margin:15px 0}.sponsor_logo a{margin:0 10px}}a.backtoTop{position:fixed;background:#fff;width:50px;height:50px;right:0;-webkit-transition:all .5s;transition:all .5s;z-index:4}a.backtoTop:after{content:'';background:url(../images/link_btn_bl.svg) no-repeat center;background-size:contain;width:20px;height:20px;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}a.backtoTop:hover{-webkit-transform:translateY(-15px);transform:translateY(-15px)}@media screen and (max-width:768px){a.backtoTop{width:40px;height:40px}a.backtoTop:after{width:12px;height:12px}}.container{width:100%;height:100%;overflow-x:hidden;background:url(../images/main_bg.png) repeat;background-size:500px auto}.all_wrap{margin-left:150px;position:relative;z-index:1;min-height:100vh;padding-bottom:215px}.all_inner{max-width:1200px;width:100%;margin:0 auto;padding:0 50px;position:relative}@media screen and (max-width:900px){.all_wrap{margin-left:0;min-height:calc(100vh - 100px)}.all_inner{padding:0 25px}}.container.jack_5th{background:url(../images/5th_bg.png) repeat}.jack5th_popup_wrap{position:absolute;top:750px;right:0;left:0;bottom:0}.jack5th_popup{width:420px;height:420px;position:absolute;opacity:0;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:1s;animation-duration:1s}.jack5th_popup.animated{opacity:1}.jack5th_popup_girl{background:url(../images/5th/popup_girl.png) no-repeat center;background-size:contain;top:0;left:0}.jack5th_popup_boy{background:url(../images/5th/popup_boy.png) no-repeat center;background-size:contain;top:400px;right:0}.jack5th_popup_dreamin{background:url(../images/5th/popup_dreamin.png) no-repeat center;background-size:contain;top:750px;left:-100px}.jack5th_popup_lucky{background:url(../images/5th/popup_lucky.png) no-repeat center;background-size:contain;top:1400px;left:100px}.jack5th_popup_orb{background:url(../images/5th/popup_orb.png) no-repeat center;background-size:contain;top:1700px;right:200px}.jack5th_popup_shakin{background:url(../images/5th/popup_shakin.png) no-repeat center;background-size:contain;top:2100px;left:150px}.jack5th_popup_special{background:url(../images/5th/popup_special.png) no-repeat center;background-size:contain;top:2400px;right:-100px}.jack5th_popup_boy2{background:url(../images/5th/popup_boy.png) no-repeat center;background-size:contain;top:2700px;left:0}.jack5th_popup_girl2{background:url(../images/5th/popup_girl.png) no-repeat center;background-size:contain;top:3000px;right:200px}.jack5th_popup_lucky2{background:url(../images/5th/popup_lucky.png) no-repeat center;background-size:contain;top:3400px;left:-100px}.jack5th_popup_orb2{background:url(../images/5th/popup_orb.png) no-repeat center;background-size:contain;top:3500px;left:50px}@media screen and (max-width:1280px){.jack5th_popup{width:350px;height:350px}}@media screen and (max-width:1090px){.jack5th_popup{display:none}}.pastevents{margin-top:150px;margin-bottom:200px;position:relative}.pastevents_title{text-align:right;position:relative;padding-bottom:30px;font-size:35px;letter-spacing:5px;font-weight:500;margin-bottom:100px}.pastevents_title:after{content:'';position:absolute;width:600px;height:2px;right:-100px;bottom:0;background:#fff}.pasteve_box{display:block;max-width:600px;margin-top:100px;position:relative}.pasteve_box:hover .pasteve_box_miku{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}.pasteve_box:hover .pasteve_box_title:after{-webkit-transform:scaleX(-13);transform:scaleX(-13)}.pasteve_box_r{margin-left:auto}.pasteve_box_r .pasteve_box_inner{margin-left:auto}.pasteve_box_r .pasteve_box_miku{-webkit-transform-origin:right bottom;transform-origin:right bottom}.pasteve_box_r .pasteve_box_title{left:0;text-align:left}.pasteve_box_r .pasteve_box_title:after{left:-20px;-webkit-transform-origin:right bottom;transform-origin:right bottom}.pasteve_box_r .pasteve_box_artist{position:absolute;bottom:-20px;right:0;font-size:10px;color:#fff}.pasteve_box_l{margin-right:auto}.pasteve_box_l .pasteve_box_inner{margin-right:auto}.pasteve_box_l .pasteve_box_miku{-webkit-transform-origin:left bottom;transform-origin:left bottom}.pasteve_box_l .pasteve_box_title{right:0;text-align:right}.pasteve_box_l .pasteve_box_title:after{right:-20px;-webkit-transform-origin:left bottom;transform-origin:left bottom}.pasteve_box_l .pasteve_box_artist{position:absolute;bottom:-20px;left:0;font-size:10px;color:#fff}.pasteve_box_inner{width:450px;height:230px;position:relative}.pasteve_box_miku{width:470px}.pasteve_box_title{position:absolute;top:60px;opacity:0;-webkit-transition-duration:.5s;transition-duration:.5s;font-size:22px;letter-spacing:3px;line-height:28px;color:#fff;font-weight:300}.pasteve_box_title:after{content:'';position:absolute;bottom:-10px;width:20px;height:6px;background:#fff;-webkit-transition-duration:1s;transition-duration:1s}.fade_on .pasteve_box_title{-webkit-transition-delay:.75s;transition-delay:.75s;top:25px;opacity:1}.pasteve_box.rewind2022{z-index:15}.pasteve_box.rewind2022 .pasteve_box_inner{background:url(../images/pasteve_bg_rewind2022.png) no-repeat;background-size:contain}.pasteve_box.rewind2022 .pasteve_box_miku{height:330px;background:url(../images/pasteve_miku_rewind2022.png) no-repeat;background-size:contain;position:absolute;bottom:0;left:-25px;-webkit-transition-duration:1s;transition-duration:1s}.pasteve_box.online2021{z-index:15}.pasteve_box.online2021 .pasteve_box_inner{background:url(../images/pasteve_bg_online2021.png) no-repeat;background-size:contain}.pasteve_box.online2021 .pasteve_box_miku{height:330px;background:url(../images/pasteve_miku_online2021.png) no-repeat;background-size:contain;position:absolute;bottom:0;right:-25px;-webkit-transition-duration:1s;transition-duration:1s}.pasteve_box.usaca2020{z-index:14}.pasteve_box.usaca2020 .pasteve_box_inner{background:url(../images/pasteve_bg_usaca2020.png) no-repeat;background-size:contain}.pasteve_box.usaca2020 .pasteve_box_miku{height:330px;background:url(../images/pasteve_miku_usaca2020.png) no-repeat;background-size:contain;position:absolute;bottom:0;left:-25px;-webkit-transition-duration:1s;transition-duration:1s}.pasteve_box.europe2020{z-index:13}.pasteve_box.europe2020 .pasteve_box_inner{background:url(../images/pasteve_bg_europe2020.png) no-repeat;background-size:contain}.pasteve_box.europe2020 .pasteve_box_miku{height:330px;background:url(../images/pasteve_miku_europe2020.png) no-repeat;background-size:contain;position:absolute;bottom:0;right:-82px;-webkit-transition-duration:1s;transition-duration:1s}.pasteve_box.twhk2019{z-index:12}.pasteve_box.twhk2019 .pasteve_box_inner{background:url(../images/pasteve_bg_twhk2019.png) no-repeat;background-size:contain}.pasteve_box.twhk2019 .pasteve_box_miku{height:350px;background:url(../images/pasteve_miku_twhk2019.png) no-repeat;background-size:contain;position:absolute;bottom:0;left:-32px;-webkit-transition-duration:1s;transition-duration:1s}.pasteve_box.europe2018{z-index:11}.pasteve_box.europe2018 .pasteve_box_inner{background:url(../images/pasteve_bg_europe2018.png) no-repeat;background-size:contain}.pasteve_box.europe2018 .pasteve_box_miku{height:290px;background:url(../images/pasteve_miku_europe2018.png) no-repeat;background-size:contain;position:absolute;bottom:0;right:-32px;-webkit-transition-duration:1s;transition-duration:1s}.pasteve_box.usamx2018{z-index:10}.pasteve_box.usamx2018 .pasteve_box_inner{background:url(../images/pasteve_bg_usamx2018.png) no-repeat;background-size:contain}.pasteve_box.usamx2018 .pasteve_box_miku{height:360px;background:url(../images/pasteve_miku_usamx2018.png) no-repeat;background-size:contain;position:absolute;bottom:0;left:-32px;-webkit-transition-duration:1s;transition-duration:1s}.pasteve_box.may2017{z-index:9}.pasteve_box.may2017 .pasteve_box_inner{background:url(../images/pasteve_bg_may2017.png) no-repeat;background-size:contain}.pasteve_box.may2017 .pasteve_box_miku{height:290px;background:url(../images/pasteve_miku_may2017.png) no-repeat;background-size:contain;position:absolute;bottom:0;right:-32px;-webkit-transition-duration:1s;transition-duration:1s}.pasteve_box.cn2016{z-index:8}.pasteve_box.cn2016 .pasteve_box_inner{background:url(../images/pasteve_bg_cn2016.png) no-repeat;background-size:contain}.pasteve_box.cn2016 .pasteve_box_miku{width:550px;height:275px;background:url(../images/pasteve_miku_cn2016.png) no-repeat;background-size:contain;position:absolute;bottom:0;left:-78px;-webkit-transition-duration:1s;transition-duration:1s}.pasteve_box.tw2016{z-index:7}.pasteve_box.tw2016 .pasteve_box_inner{background:url(../images/pasteve_bg_tw2016.png) no-repeat;background-size:contain}.pasteve_box.tw2016 .pasteve_box_miku{width:735px;height:510px;background:url(../images/pasteve_miku_tw2016.png) no-repeat;background-size:contain;position:absolute;bottom:0;left:-50px;-webkit-transition-duration:1s;transition-duration:1s}.pasteve_box.na2016{z-index:6}.pasteve_box.na2016 .pasteve_box_inner{background:url(../images/pasteve_bg_na2016.png) no-repeat;background-size:contain}.pasteve_box.na2016 .pasteve_box_miku{height:450px;background:url(../images/pasteve_miku_na2016.png) no-repeat;background-size:contain;position:absolute;bottom:0;left:-50px;-webkit-transition-duration:1s;transition-duration:1s}.pasteve_box.jp2016{z-index:5}.pasteve_box.jp2016 .pasteve_box_inner{background:url(../images/pasteve_bg_jp2016.png) no-repeat;background-size:contain}.pasteve_box.jp2016 .pasteve_box_miku{height:395px;background:url(../images/pasteve_miku_jp2016.png) no-repeat;background-size:contain;position:absolute;bottom:0;right:-60px;-webkit-transition-duration:1s;transition-duration:1s}.pasteve_box.sh2015{z-index:4}.pasteve_box.sh2015 .pasteve_box_inner{background:url(../images/pasteve_bg_sh2015.png) no-repeat;background-size:contain}.pasteve_box.sh2015 .pasteve_box_miku{height:290px;background:url(../images/pasteve_miku_sh2015.png) no-repeat;background-size:contain;position:absolute;bottom:0;left:-40px;-webkit-transition-duration:1s;transition-duration:1s}.pasteve_box.ny2014{z-index:3}.pasteve_box.ny2014 .pasteve_box_inner{background:url(../images/pasteve_bg_us2014.png) no-repeat;background-size:contain}.pasteve_box.ny2014 .pasteve_box_miku{height:350px;width:490px;background:url(../images/pasteve_miku_us2014.png) no-repeat;background-size:contain;position:absolute;bottom:0;left:30px;-webkit-transition-duration:1s;transition-duration:1s}.pasteve_box.la2014{z-index:2}.pasteve_box.la2014 .pasteve_box_inner{background:url(../images/pasteve_bg_us2014.png) no-repeat;background-size:contain}.pasteve_box.la2014 .pasteve_box_miku{height:350px;width:490px;background:url(../images/pasteve_miku_us2014.png) no-repeat;background-size:contain;position:absolute;bottom:0;right:50px;-webkit-transition-duration:1s;transition-duration:1s}.pasteve_box.id2014{z-index:1}.pasteve_box.id2014 .pasteve_box_inner{background:url(../images/pasteve_bg_id2014.png) no-repeat;background-size:contain}.pasteve_box.id2014 .pasteve_box_miku{height:290px;background:url(../images/pasteve_miku_id2014.png) no-repeat;background-size:contain;position:absolute;bottom:0;right:-50px;-webkit-transition-duration:1s;transition-duration:1s}@media screen and (max-width:900px){.pastevents{margin-top:100px;margin-bottom:100px}.pastevents_title{margin-bottom:50px;padding-bottom:10px;font-size:23px}.pastevents_title:after{width:90%;right:-25px;height:1px}.pasteve_box{width:100%;margin-top:50px;max-width:none}.pasteve_box:hover .pasteve_box_miku{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}.pasteve_box:hover .pasteve_box_title:after{-webkit-transform:scaleX(-13);transform:scaleX(-13)}.pasteve_box:after{content:'';background:url(../images/link_btn_wh.svg) right bottom no-repeat;width:23px;height:23px;background-size:contain;position:absolute;bottom:15px;right:15px}.pasteve_box_r .pasteve_box_artist{bottom:-20px;right:auto;left:0}.pasteve_box_l .pasteve_box_title{right:auto;left:0;text-align:left}.pasteve_box_l .pasteve_box_artist{bottom:-20px;left:0}.pasteve_box_inner{width:100%;height:0;padding-bottom:44.44%;position:relative;border:1px solid #fff}.pasteve_box_miku{display:none}.pasteve_box_title{font-size:15px;line-height:18px;bottom:0;left:10px!important;top:auto;letter-spacing:2px}.pasteve_box_title:after{display:none}.pasteve_box_artist{left:10px!important;bottom:6px!important;line-height:11px}.pasteve_box_artist span{display:block}.fade_on .pasteve_box_title{top:auto;bottom:21px}.pasteve_box.rewind2022 .pasteve_box_inner{background:url(../images/pasteve_mb_rewind2022.png) no-repeat;background-size:contain}.pasteve_box.online2021 .pasteve_box_inner{background:url(../images/pasteve_mb_online2021.png) no-repeat;background-size:contain}.pasteve_box.usaca2020 .pasteve_box_inner{background:url(../images/pasteve_mb_usaca2020.jpg) no-repeat;background-size:contain}.pasteve_box.europe2020 .pasteve_box_inner{background:url(../images/pasteve_mb_europe2020.png) no-repeat;background-size:contain}.pasteve_box.twhk2019 .pasteve_box_inner{background:url(../images/pasteve_mb_twhk2019.jpg) no-repeat;background-size:contain}.pasteve_box.europe2018 .pasteve_box_inner{background:url(../images/pasteve_mb_europe2018.jpg) no-repeat;background-size:contain}.pasteve_box.usamx2018 .pasteve_box_inner{background:url(../images/pasteve_mb_usamx2018.jpg) no-repeat;background-size:contain}.pasteve_box.may2017 .pasteve_box_inner{background:url(../images/pasteve_mb_may2017.jpg) no-repeat;background-size:contain}.pasteve_box.cn2016 .pasteve_box_inner{background:url(../images/pasteve_mb_cn2016.jpg) no-repeat;background-size:contain}.pasteve_box.tw2016 .pasteve_box_inner{background:url(../images/pasteve_mb_tw2016.jpg) no-repeat;background-size:contain}.pasteve_box.na2016 .pasteve_box_inner{background:url(../images/pasteve_mb_na2016.jpg) no-repeat;background-size:contain}.pasteve_box.jp2016 .pasteve_box_inner{background:url(../images/pasteve_mb_jp2016.jpg) no-repeat;background-size:contain}.pasteve_box.sh2015 .pasteve_box_inner{background:url(../images/pasteve_mb_sh2015.jpg) no-repeat;background-size:contain}.pasteve_box.sh2015 .pasteve_box_title{bottom:28px!important}.pasteve_box.ny2014 .pasteve_box_inner{background:url(../images/pasteve_mb_us2014.jpg) no-repeat;background-size:contain}.pasteve_box.la2014 .pasteve_box_inner{background:url(../images/pasteve_mb_us2014.jpg) no-repeat;background-size:contain}.pasteve_box.id2014 .pasteve_box_inner{background:url(../images/pasteve_mb_id2014.jpg) no-repeat;background-size:contain}}.hero{margin-top:100px}.hero_logo{background:url(../images/expo_logo_white.svg) no-repeat bottom right;width:800px;height:120px;margin-left:auto}.hero_lead{font-size:22px;font-weight:400;text-align:right;letter-spacing:2px;margin-top:25px}.hero_lead span{display:inline-block}.hero_lead .hero_lead_title{font-size:24px}.hero_event{display:block;max-width:800px;margin-left:auto;margin-top:150px;padding-bottom:30px;position:relative}.hero_event:hover .hero_event_miku{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}.hero_event:hover .hero_event_infotxt:after{-webkit-transform:scaleX(-13);transform:scaleX(-13)}.hero_event_inner{width:600px;height:370px;margin-left:auto;position:relative}.hero_event_miku{width:645px}.hero_event_title{position:absolute;bottom:60px;left:0;font-size:45px;line-height:43px;color:#fff;font-family:Overpass,sans-serif;font-weight:700}.hero_event_title p{padding:7px 0}.hero_event_infotxt{position:absolute;bottom:15px;left:0;font-size:20px;letter-spacing:3px;color:#fff}.hero_event_infotxt:after{content:'';position:absolute;left:-20px;bottom:-6px;width:20px;height:6px;background:#d02727;-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transition-duration:1s;transition-duration:1s}.hero_event_artist{position:absolute;bottom:10px;right:0;font-size:10px;color:#fff}.hero_event.twhk2019 .hero_event_inner{background:url(../images/hero_event_bg_twhk2019.png) no-repeat;background-size:contain}.hero_event.twhk2019 .hero_event_miku{height:500px;background:url(../images/hero_event_miku_twhk2019.png) no-repeat;background-size:contain;position:absolute;bottom:0;right:-100px;-webkit-transition-duration:1s;transition-duration:1s;-webkit-transform-origin:right bottom;transform-origin:right bottom}.hero_event.europe2020 .hero_event_inner{background:url(../images/hero_event_bg_europe2020.png) no-repeat;background-size:contain}.hero_event.europe2020 .hero_event_miku{height:500px;background:url(../images/hero_event_miku_europe2020.png?190912) no-repeat;background-size:contain;position:absolute;bottom:0;right:-100px;-webkit-transition-duration:1s;transition-duration:1s;-webkit-transform-origin:right bottom;transform-origin:right bottom}.hero_event.europe2020 .hero_event_infotxt:after{background:#fff843}.hero_event.usaca2020 .hero_event_inner{background:url(../images/hero_event_bg_usaca2020.png) no-repeat;background-size:contain}.hero_event.usaca2020 .hero_event_miku{height:500px;background:url(../images/hero_event_miku_usaca2020.png) no-repeat;background-size:contain;position:absolute;bottom:0;-webkit-transition-duration:1s;transition-duration:1s;-webkit-transform-origin:right bottom;transform-origin:right bottom}.hero_event.usaca2020 .hero_event_infotxt:after{background:rgba(231,33,24,.9)}.hero_event.online2021 .hero_event_inner{background:url(../images/hero_event_bg_online2021.png) no-repeat;background-size:contain}.hero_event.online2021 .hero_event_miku{height:500px;background:url(../images/hero_event_miku_online2021.png) no-repeat;background-size:contain;position:absolute;bottom:0;right:0;-webkit-transition-duration:1s;transition-duration:1s;-webkit-transform-origin:right bottom;transform-origin:right bottom}.hero_event.online2021 .hero_event_infotxt:after{background:#e71870}.hero_event.rewind2022 .hero_event_inner{background:url(../images/hero_event_bg_rewind2022.png) no-repeat;background-size:contain}.hero_event.rewind2022 .hero_event_miku{height:484.5px;background:url(../images/hero_event_miku_rewind2022_plus.png) no-repeat;background-size:contain;position:absolute;bottom:0;-webkit-transition-duration:1s;transition-duration:1s;-webkit-transform-origin:right bottom;transform-origin:right bottom}.hero_event.rewind2022 .hero_event_infotxt:after{background:#e71870}.hero_event.vr2023 .hero_event_inner{background:url(../images/hero_event_bg_vr2023.png) no-repeat;background-size:contain}.hero_event.vr2023 .hero_event_miku{height:484.5px;background:url(../images/hero_event_miku_vr2023.png) no-repeat;background-size:contain;position:absolute;bottom:0;-webkit-transition-duration:1s;transition-duration:1s;-webkit-transform-origin:right bottom;transform-origin:right bottom}.hero_event.vr2023 .hero_event_infotxt:after{background:#e05b90}@media screen and (min-width:900px){.hero_event.usaca2020{margin-left:0;margin-right:auto}.hero_event.usaca2020 .hero_event_inner{margin-left:0;margin-right:auto}.hero_event.usaca2020 .hero_event_miku{right:-30px;-webkit-transition-duration:1s;transition-duration:1s;-webkit-transform-origin:left bottom;transform-origin:left bottom}.hero_event.usaca2020 .hero_event_title{left:auto;right:0;text-align:right}.hero_event.usaca2020 .hero_event_infotxt{left:auto;right:0}.hero_event.usaca2020 .hero_event_infotxt:after{left:auto;right:-20px;-webkit-transform-origin:left bottom;transform-origin:left bottom}.hero_event.usaca2020 .hero_event_artist{left:0;right:auto}}@media screen and (max-width:1100px){.hero_logo{width:650px}}@media screen and (max-width:900px){.hero_logo{display:none}.hero_lead{font-size:18px;font-weight:500}.hero_lead .hero_lead_title{font-size:20px}.hero_event{padding-left:10px;padding-bottom:0}.hero_event:hover .hero_event_miku{-webkit-transform:none;transform:none}.hero_event:hover .hero_event_infotxt:after{-webkit-transform:none;transform:none}.hero_event_inner{width:100%;height:0;padding-bottom:61.66%}.hero_event_inner:after{content:'';width:100%;padding-bottom:61.66%;border:1px solid #fff;z-index:-1;position:absolute;top:10px;right:10px}.hero_event_miku:after{content:'';width:100%;height:20%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.7)));background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.7));position:absolute;bottom:0;left:-40px}.hero_event_title{bottom:30px;left:7px;font-size:20px;line-height:24px;font-weight:900}.hero_event_title p{padding:0}.hero_event_infotxt{bottom:0;left:auto;right:70px;font-weight:600;font-size:13px;line-height:13px;letter-spacing:1px}.hero_event_infotxt:after{display:none}.hero_event_infotxt:before{content:'';width:45px;height:45px;background:url(../images/link_btn_wh.svg) center bottom no-repeat;background-size:contain;position:absolute;right:-50px;bottom:-20px}.hero_event_artist{bottom:-30px;left:0}.hero_event.twhk2019 .hero_event_miku{width:100%;padding-bottom:77.51%;height:0;right:-40px}.hero_event.europe2020 .hero_event_miku{width:100%;padding-bottom:77.51%;height:0;right:-20px}.hero_event.europe2020 .hero_event_miku:after{left:-20px}.hero_event.usaca2020 .hero_event_miku{width:100%;padding-bottom:77.51%;height:0;right:-20px}.hero_event.usaca2020 .hero_event_miku:after{left:-20px}.hero_event.online2021 .hero_event_miku{width:100%;padding-bottom:77.51%;height:0;right:0}.hero_event.online2021 .hero_event_miku:after{left:0}.hero_event.rewind2022 .hero_event_miku{width:100%;padding-bottom:77.51%;height:0;right:0}.hero_event.rewind2022 .hero_event_miku:after{left:0}.hero_event.vr2023 .hero_event_miku{width:100%;padding-bottom:77.51%;height:0;right:0}.hero_event.vr2023 .hero_event_miku:after{left:0}}@media screen and (max-width:768px){.hero_event{margin-top:90px}}.page_title{padding:50px 0;letter-spacing:5px;text-align:right;font-size:15px;font-weight:500}.section{margin-bottom:150px;position:relative}.section_title{position:relative;padding-bottom:30px;font-size:35px;letter-spacing:5px;font-weight:500;margin-bottom:30px}.section_title:after{content:'';position:absolute;width:600px;height:2px;left:-100px;bottom:0;background:#fff}@media screen and (max-width:900px){.page_title{margin:100px 0 30px}.section{margin-bottom:75px}.section_title{margin-bottom:15px;padding-bottom:10px;font-size:20px;letter-spacing:3px}.section_title:after{width:90%;left:-25px;height:1px}}.head_sub_logo{margin:0 auto;position:absolute;top:25px;right:0;left:0}.head_sub_logo a{background:url(../images/logo_square.svg) no-repeat center;background-size:contain;width:60px;height:40px;display:block;margin:0 auto}@media screen and (max-width:900px){.head_sub_logo{display:none}}.about_txt{font-size:15px;max-width:600px}.about_txt p{margin-top:10px}.about_txt_sub{font-size:13px;color:#bebebe}.about_artist{font-size:10px;margin-top:10px}.about_sns{margin-top:20px}.about_sns a{padding:15px;color:#000;background:#fff;font-size:14px;display:inline-block;vertical-align:middle;margin-right:15px}.about_sns a:last-child{margin-right:0}.about_sns a img{width:22px;height:22px;display:-webkit-box;display:-ms-flexbox;display:flex}.about_miku:after{content:'';background:url(../images/about_miku.png) no-repeat right;background-size:contain;width:100%;padding-bottom:40%;position:absolute;left:0;top:30px;z-index:-1}@media screen and (max-width:1250px){.about_miku .about_txt{width:600px}}@media screen and (max-width:1100px){.about_miku .about_txt{width:450px}.about_miku:after{top:110px}}@media screen and (max-width:900px){.about_txt{font-size:13px;text-align:left;width:100%!important;max-width:none}.about_sns a{margin-right:7px}.about_miku{padding-bottom:370px}.about_miku:after{padding-bottom:370px;background-position:right;top:auto;bottom:90px}}@media screen and (max-width:520px){.about_miku{padding-bottom:300px}.about_miku:after{padding-bottom:300px;bottom:0;background-position:center}}.gallery_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:30px}.gallery_box{width:calc((100% - 75px)/ 4);margin-bottom:20px}.gallery_box a{display:block;width:100%;height:auto;overflow:hidden;border:1px solid #838383}.gallery_box a img{width:100%;height:auto;display:block}.mfp-content{text-align:center}.popup_wrap{position:relative;background:#fff;padding:25px;margin:0 auto;color:#000;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.popup_inner{max-height:85vh}.popup_inner img{height:auto;max-width:100%;max-height:calc(85vh - 50px);-webkit-box-sizing:border-box;box-sizing:border-box}.mfp-close{top:-45px;color:#fff!important;opacity:1;font-size:40px}.mfp-arrow-right:before{border-left:none}.mfp-arrow-left:before{border-right:none}@media screen and (max-width:900px){.gallery_box{width:calc((100% - 50px)/ 3);margin-bottom:20px}.mfp-container{padding:0 50px}.mfp-arrow-right:after{border-left:17px solid #8d8d8d;margin-left:60px}.mfp-arrow-left:after{border-right:17px solid #8d8d8d;margin-left:10px}}@media screen and (max-width:768px){.gallery_box{width:calc((100% - 30px)/ 3);margin-bottom:10px}.popup_wrap{padding:15px}.mfp-container{padding:0 20px}.mfp-arrow-right:after{border-left:17px solid #8d8d8d;margin-left:65px}.mfp-arrow-left:after{border-right:17px solid #8d8d8d;margin-left:5px}}.history_wrap{padding:25px;background:rgba(0,0,0,.5)}.history_box{font-size:16px}.history_box_inner{display:-webkit-box;display:-ms-flexbox;display:flex;padding:25px 0;border-top:1px solid #fff}.history_tag{font-size:11px;display:-webkit-box;display:-ms-flexbox;display:flex;color:#bebebe}.history_tag .event_title{font-size:11px}.history_tag .event_schetag{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 260px)}.event_title{width:260px;font-size:17px;font-weight:600}.history_sche{width:calc(100% - 260px)}.history_sche_inner{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #8b8b8b;padding:25px 0}.history_sche_inner:first-child{padding-top:0}.history_sche_inner:last-child{border-bottom:none;padding-bottom:0}.history_sche_date{width:25%;padding-right:10px}.history_sche_city{width:30%;padding-right:10px}.history_sche_venue{width:45%;padding-right:10px}@media screen and (max-width:1100px){.history_wrap{padding:0 25px}.history_box{font-size:14px}.history_box_inner{display:block;padding:20px 0}.history_box_inner:nth-child(2){border-top:none}.history_tag{display:none}.event_title{width:auto;font-size:16px;line-height:16px}.event_title br{display:none}.history_sche{width:auto}.history_sche_inner{display:block;padding:10px 0}.history_sche_inner:first-child{padding-top:10px}.history_sche_city,.history_sche_country,.history_sche_date,.history_sche_venue{width:auto}.history_sche_city,.history_sche_country{display:inline-block}.history_sche_venue{font-size:13px;color:#bebebe}}@media screen and (max-width:900px){.history_wrap{padding:0 10px}}.sp_wallpaper_box{margin-bottom:25px;background:#fff;padding:25px;display:-webkit-box;display:-ms-flexbox;display:flex}.sp_wallpaper_box:last-child{margin-bottom:0}.sp_wallpaper_inner{width:50%}.sp_wallpaper_inner p{font-size:18px;font-weight:400;text-align:center;color:#000}.sp_wallpaper_samplePC{max-width:350px;width:100%;height:auto;margin:87px auto;display:block}.sp_wallpaper_sampleMB{max-width:200px;width:100%;height:auto;margin:0 auto;margin-bottom:15px;display:block}.sp_wallpaper_size{font-size:14px;text-align:center;font-size:600;display:block}.sp_wallpaper_size li{display:inline-block;margin-right:10px;margin-top:10px}.sp_wallpaper_size li:last-child{margin-right:0}.sp_wallpaper_size li a{border:2px solid #43e8ef;padding:5px 10px;border-radius:25px;display:block}@media screen and (max-width:768px){.sp_wallpaper_box{display:block}.sp_wallpaper_inner{width:100%;margin-bottom:25px}.sp_wallpaper_inner:last-child{margin-bottom:0}.sp_wallpaper_samplePC{margin:25px auto}}
/*# sourceMappingURL=../../maps/css/style.css.map */
