@charset "UTF-8";.break{display:none}body{background:#0b0000;font-family:"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}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:visited{text-decoration:none;color:#0002ab}a:link{text-decoration:none;color:#0002ab}.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:30px}.sns .snsbtn{display:inline-block;line-height:1;vertical-align:top;position:relative;overflow:hidden;font-size:14px;margin:5px 5px}#header{position:fixed;left:0;right:0;top:0;z-index:99;height:60px;width:100%;margin:0 auto;background:rgba(11,0,0,.5)}#header .wrap{max-width:2000px;margin:auto;position:relative}#header h1{height:60px;width:160px;margin-left:50px;-webkit-transition-duration:.3s;transition-duration:.3s}#header h1 a{display:block;width:inherit;height:inherit;background:url(../images/expo_logo.svg) left center no-repeat;background-size:contain;overflow:hidden;text-indent:-9999px}#nav{position:absolute;right:40px;top:0}#gmenu{display:-webkit-box;display:-ms-flexbox;display:flex}#gmenu li{width:100%;text-align:center}#gmenu a{font-family:Overpass,sans-serif;font-size:22px;font-weight:900;padding:0 20px;height:60px;line-height:60px;color:#fff;display:block}@media screen and (max-width:768px){#header{height:55px}#header h1{height:40px;width:130px;margin-left:25px;margin-top:10px}#nav.hide{top:45px;height:0;-webkit-transition-duration:.25s;transition-duration:.25s;overflow:hidden}#nav{top:45px;right:0;width:100%;-webkit-transition-duration:.25s;transition-duration:.25s;height:100px;overflow:hidden}#gmenu{display:block;background:rgba(0,0,0,.6);width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#gmenu a{height:50px;line-height:50px}}.menu-trigger{display:none}@media screen and (max-width:768px){.navBtn{position:absolute;top:0;right:30px;width:35px;height:35px;cursor:pointer;background:0 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.menu-trigger,.menu-trigger span{display:inline-block;-webkit-transition:all .4s;transition:all .4s;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.menu-trigger{position:relative;width:20px;height:20px}.menu-trigger span{position:absolute;left:0;width:100%;height:3px;background-color:#fff;border-radius:4px}.menu-trigger span:nth-of-type(1){top:0;-webkit-transform:rotate(0);transform:rotate(0)}.menu-trigger span:nth-of-type(2){top:8px;-webkit-transform:rotate(0);transform:rotate(0)}.menu-trigger span:nth-of-type(3){bottom:0;-webkit-transform:rotate(0);transform:rotate(0)}.menu-trigger.active{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.menu-trigger.active span:nth-of-type(1){-webkit-transform:translateY(8px) rotate(-45deg);transform:translateY(8px) rotate(-45deg)}.menu-trigger.active span:nth-of-type(2){-webkit-transform:translateY(0) rotate(45deg);transform:translateY(0) rotate(45deg)}.menu-trigger.active span:nth-of-type(3){opacity:0}}.hero_wrap{position:relative;width:100%;background-size:58% auto;min-height:1000px;height:100%}.hero{position:relative;width:1500px;margin:0 auto}.hero_inner{position:relative;width:940px;margin-left:auto;padding:230px 0 50px;z-index:10}.top_logo{background:url(../images/hero_logo.svg) no-repeat center;background-size:contain;width:800px;height:180px;margin:0 auto 10px;position:relative;z-index:10;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:.75s;animation-delay:.75s}.hero_lead{position:relative;padding:0 25px;margin-top:50px;font-family:Overpass,sans-serif;text-align:center;font-size:40px;font-weight:700;z-index:10;line-height:45px;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:1s;animation-delay:1s;margin-bottom:40px}.hero_lead span{display:inline-block}.hero_lead p{margin-bottom:20px}.hero_lead p:last-child{margin-bottom:0}.logo_miku{background:url(../images/logo_miku.svg) no-repeat right;background-size:contain;width:105px;height:45px;display:block;z-index:2;margin-left:auto;margin-right:20px;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:1.5s;animation-delay:1.5s}.hero::before{content:'';background:url(../images/hero_bg.png) no-repeat;background-size:contain;position:absolute;left:0;top:0;padding-bottom:1100px;width:100%;max-width:750px}.hero:after{content:'';background:url(../images/hero_miku.png?190906) no-repeat;padding-bottom:1100px;background-size:100% auto;position:absolute;z-index:2;left:0;top:0;width:100%;max-width:800px;-webkit-animation:fadeInUp .6s ease;animation:fadeInUp .6s ease}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.hero_sns{margin-top:50px;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:1.25s;animation-delay:1.25s}.hero_sns a{display:block;margin:0 auto;padding:0 15px;background:#fff;border:1px solid #c5aa56;font-size:15px;font-family:Overpass,sans-serif;font-weight:700;color:#c5aa56;max-width:270px;text-align:center;-webkit-transition:.25s;transition:.25s;line-height:30px}.hero_sns a:hover{background:#c5aa56;color:#fff}.sns-top{width:100%;position:relative;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:1.25s;animation-delay:1.25s;z-index:10;margin-top:15px}.bnr-twitter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.sns-top .bnr-twitter a{display:inline-block;line-height:32px;height:32px;background:#fff;color:#111;text-align:center;padding:0 5px;font-weight:700;text-decoration:none;border-radius:2px;font-size:11px;-webkit-transition-duration:.2s;transition-duration:.2s;margin:0 5px;width:160px}.sns-top .bnr-twitter i{font-size:18px;vertical-align:middle;vertical-align:sub}.sns-top .sns{display:block;height:24px;margin-bottom:10px;text-align:center}.sns_inst{background:linear-gradient(45deg,#ff8000,#ba13ba,#4800d0 60%);height:20px;border-radius:3px}.sns_inst a{line-height:19px;color:#fff;font-size:10px;font-weight:700;padding:0 5px;display:block}.sns_inst a span{vertical-align:middle}.android sns_inst a,.ie sns_inst a{line-height:20px}.sns_inst a:hover{background:linear-gradient(45deg,#e57708,#911291,#3b079f 60%)}.sns_inst i{font-size:12px}.illust_credit{text-align:right;font-size:9px;color:#c4c4c4;padding-bottom:50px;margin-top:10px;padding-right:20px;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:1.5s;animation-delay:1.5s}@media screen and (max-width:1550px){.hero{width:inherit;padding:0 100px 0 0}.hero:after{margin-left:calc(16vw - 250px)}.hero_inner{width:600px}.top_logo{width:auto}.hero_lead{padding:0;margin-top:30px}.hero_lead span{display:inline}}@media screen and (max-width:1280px){.hero_wrap{min-height:880px}.hero{padding:0 50px 0 0}.hero::before{max-width:650px;padding-bottom:920px}.hero:after{max-width:700px;padding-bottom:920px;margin-left:calc(20vw - 300px)}.hero_inner{width:550px}.top_logo{width:100%;height:inherit;padding-bottom:22%;background-size:100% 100%}}@media screen and (max-width:1100px){.hero_inner{width:50%;padding:200px 0 50px}.hero_lead{font-size:30px;line-height:35px}}@media screen and (max-width:768px){.hero_wrap{min-height:inherit;background-position:82% 0}.hero{padding:0 25px;margin:0 auto}.hero:after{left:0;right:0;top:0;margin:0 auto;width:100%;background-position:center top}.hero::before{left:0;right:0;top:0;width:100%;max-width:none;height:100%;background-position:center top;padding:0}.hero_inner{width:100%;padding:80% 0 50px;z-index:10}.top_logo{background-size:100% auto}.hero_lead{font-size:26px;line-height:31px;margin-top:25px;margin-bottom:25px}.hero_lead p{margin-bottom:10px}.hero_lead p:last-child{margin-bottom:0}.logo_miku{width:80px;height:35px}.hero_sns{margin-top:25px}.hero_sns a{padding:0 10px;line-height:25px}.sns-top{margin-top:10px}.sns-top .bnr-twitter a{padding:0 12px 0 8px;font-size:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-transition-duration:.2s;transition-duration:.2s;margin-top:5px;width:145px}.sns-top .bnr-twitter a span{display:none}.sns-top .sns{margin-bottom:10px;height:22px}.sns-top .sns .snsbtn{margin:5px 5px}}@media screen and (max-width:500px){.hero:after{background-size:100% auto}}.hero_goods_pre_badge{margin-top:10px;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-delay:1.15s;animation-delay:1.15s;width:100%;margin:0 auto;margin-bottom:40px;-webkit-transform:skewX(-30deg);transform:skewX(-30deg);border:2px solid #007ec9;background:#0002abb8;overflow:hidden;-webkit-transition-duration:.2s;transition-duration:.2s}.hero_goods_pre_badge a{-webkit-transform:skewX(30deg);transform:skewX(30deg);display:block;padding:15px 15px;text-align:center;color:#fff;font-size:32px;font-weight:700;font-family:Overpass,sans-serif}.hero_goods_pre_badge:hover{background:rgba(6,148,232,.8);-webkit-transition-duration:.2s;transition-duration:.2s}@media screen and (min-width:1551px){.hero_goods_pre_badge{width:60%}}@media screen and (max-width:768px){.hero_goods_pre_badge{padding:0;width:90%;margin-bottom:25px}.hero_goods_pre_badge a{font-size:25px}}.hero_postpone_btn{margin-top:10px;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-delay:1.15s;animation-delay:1.15s;width:80%;background:rgba(113,23,24,.8);border:2px solid #d11d15;margin:0 auto;margin-bottom:40px}.hero_postpone_btn a{color:#fff;padding:15px;text-align:center;font-size:24px;font-weight:700;text-align:center;display:block;font-family:Overpass,sans-serif}.hero_postpone_btn a span{display:inline-block}@media screen and (max-width:1500px){.hero_postpone_btn{width:100%}}@media screen and (max-width:1280px){.hero_postpone_btn a span{display:inline}}@media screen and (max-width:768px){.hero_postpone_btn{margin-bottom:25px}.hero_postpone_btn a{font-size:23px}}#pageTop{position:fixed;right:40px;display:block;line-height:50px;height:50px;width:50px;text-align:center;text-decoration:none;background:#c5aa56;-webkit-transition-duration:.3s;transition-duration:.3s;z-index:999;-webkit-transform:rotate(45deg);transform:rotate(45deg)}#pageTop i{position:absolute;left:0;top:0;display:block;line-height:50px;height:50px;width:50px;text-align:center;color:#fff;font-size:16px;-webkit-transition-duration:.2s;transition-duration:.2s;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}#pageTop:hover{background:#a78a2f}#pageTop:hover i{font-size:20px}@media screen and (max-width:1280px){#pageTop{right:50px}}@media screen and (max-width:768px){#pageTop{width:30px;height:30px;line-height:30px;right:25px}#pageTop i{width:30px;height:30px;line-height:30px}}#footer{position:relative;line-height:18px;padding:75px 0 50px;background:#f1f1f1;color:#575757}#footer .wrap{text-align:center;padding:0}#footer ul.ft_link{margin:0 60px 10px 60px;font-size:12px}#footer .ft_link li{display:inline-block;margin:0 10px}#footer .ft_link a{color:#575757}#footer .copyright{font-size:10px}#footer .copyright .copy_br{display:inline-block}.copy_piapro{background:url(../images/logo_piapro.svg) no-repeat right center;background-size:42px auto;padding-right:50px;margin-right:10px;line-height:20px}@media screen and (max-width:768px){#footer{color:#575757;font-size:12px;padding:50px 0 25px}.foot_usamexico_top{background:#000;z-index:41;position:relative;margin-top:-30px}#footer ul.ft_link{margin:0 10px 10px}#footer .copyright{padding:0 25px}.copy_piapro{padding-right:45px;background-size:40px auto;margin:0}}ul.sponsor{padding:30px 30px;text-align:center;font-size:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}ul.sponsor_sp{padding:30px 30px 0}ul.sponsor li{font-size:12px;margin:0 15px;width:120px;height:90px}ul.sponsor li a{display:block;width:100%;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;color:#333;text-decoration:none}@media screen and (max-width:768px){ul.sponsor{padding:15px 5px}ul.sponsor li{margin:0 10px;width:24%;max-width:120px;height:auto}ul.sponsor li a img{width:100%;height:100%}}#container{position:relative;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:1}#container::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url(../images/bg.jpg) no-repeat center;background-size:cover;background-attachment:fixed}.sect_wrap{max-width:1020px;margin:0 auto;padding:100px 50px;position:relative}.sect_title{text-align:center;font-size:65px;font-family:Overpass,sans-serif;font-weight:700;line-height:65px}.sect_lead{text-align:center;font-size:18px;line-height:28px}.sect_label{font-weight:700;background:#fff;padding:5px 10px;margin-right:5px}.txt_sub{font-size:12px}@media screen and (max-width:768px){.section{padding:60px 0}.sect_wrap{padding:0 15px}.sect_wrap:before{top:-60px}.sect_wrap:after{bottom:-60px}.sect_title{font-size:30px;line-height:1.2}.sect_lead{font-size:16px;line-height:25px;padding-top:15px}}.sect_movie{padding:0 0 100px;z-index:10;position:relative;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:2.25s;animation-delay:2.25s}.movie_wrap{max-width:860px;margin:0 auto}.movie{margin:0 auto;position:relative;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:1.75s;animation-delay:1.75s}.video iframe{position:absolute;top:0;right:0;width:100%;height:100%}.video{width:100%;padding-top:56.25%;height:auto}.movie{width:auto}.movie_wrap_2clm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 25px;margin-top:50px;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:1.75s;animation-delay:1.75s}.movie_wrap_2clm .movie_wrap{width:calc((100% - 25px)/ 2);margin:0}@media screen and (max-width:1550px){.movie_wrap_2clm{display:block}.movie_wrap_2clm .movie_wrap{width:90%;margin:0 auto}.movie_wrap_2clm .movie_wrap:last-child{margin-top:25px}}@media screen and (max-width:1000px){.movie_wrap_2clm{padding:0;margin-top:30px}.movie_wrap_2clm .movie_wrap{width:100%}}@media screen and (max-width:768px){.sect_movie{padding:0 0 50px!important}.movie{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}}.concert_info{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:1.75s;animation-delay:1.75s;position:relative;background:rgba(231,33,24,.9)}.concert_info:before{position:absolute;content:'';background:url(../images/sect_decotop.png) no-repeat center bottom;background-size:contain;opacity:.9;bottom:100%;right:0;left:0;max-width:1920px;margin:0 auto;padding-bottom:5.3%}.concert_info:after{position:absolute;content:'';background:url(../images/sect_decobtm.png) no-repeat top;background-size:contain;opacity:.9;top:100%;right:0;left:0;max-width:1920px;margin:0 auto;padding-bottom:5.3%}.overview{margin-top:30px}.label{border-bottom:2px solid #fff;padding-bottom:6px;font-size:12px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex}.label .area{width:230px}.label .venue{width:180px}.label .date{width:180px}.cont{display:-webkit-box;display:-ms-flexbox;display:flex;padding:40px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:2px solid #fff}.cont .area{width:230px;margin-right:10px;font-weight:700;font-size:33px;font-family:Overpass,sans-serif;line-height:38px}.cont .area span{display:inline-block}.cont .venue{width:180px;margin-right:10px;font-size:15px}.cont .date{width:180px;margin-right:10px;text-decoration:line-through}.cont .date span{font-size:17px}.cont .schedule{width:auto;margin-left:auto}.cont .schedule_alt{width:230px}.cont .schedule_inner{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 0}.cont .schedule_inner_alt{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width:1100px){.cont{padding:25px 0}.cont .schedule_alt{width:auto;padding-top:10px}.schedule_inner .ticket_available_alt{margin:0!important}}@media screen and (max-width:768px){.cont{padding:15px 0}.cont .schedule_inner_alt{-webkit-box-orient:inherit;-webkit-box-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit}}.cont .schedule_inner:nth-child(2n){border-top:1px solid #fff}.cont .schedule_inner:first-child{padding-top:0}.cont .schedule_inner:last-child{padding-bottom:0}.schedule_inner .live{padding-right:20px;padding-bottom:10px;margin:auto}.schedule_inner .live .live_vip{padding-left:30px}.schedule_inner .live .live_label{font-weight:700}.schedule_inner .live_noon i{color:#fd9c55;font-size:20px;vertical-align:middle;padding-right:10px}.schedule_inner .live_night i{color:#8070ff;font-size:20px;vertical-align:middle;padding-right:10px}.ticket_buynow{font-size:15px;font-weight:700;border:2px solid #0002ab;text-align:center}.ticket_buynow a{display:block;padding:5px 10px;-webkit-transition:.3s;transition:.3s}.ticket_buynow.button{position:relative;text-align:center;text-decoration:none;-webkit-transition:.3s;transition:.3s;overflow:hidden}.ticket_buynow.button a:hover{color:#fff}.ticket_buynow.button::before{position:absolute;top:0;left:0;z-index:-1;content:'';width:120%;height:100%;background:#0002ab;-webkit-transform-origin:right top;transform-origin:right top;-webkit-transform:skewX(-30deg) scale(0,1);transform:skewX(-30deg) scale(0,1);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.ticket_buynow.button:hover::before{-webkit-transform-origin:left top;transform-origin:left top;-webkit-transform:skewX(-30deg) scale(1,1);transform:skewX(-30deg) scale(1,1)}.schedule_inner .ticket_available{font-size:15px;font-weight:700;border:1px solid #9e8b8a;padding:5px 10px;color:#9e8b8a}.schedule_inner .ticket_available_alt{text-align:center}.schedule_inner .ticket_available_txt{font-size:12px;line-height:1.2;margin-top:10px}.schedule_inner .ticket_finished{font-size:15px;font-weight:700;border:1px solid #544140;color:#544140;padding:5px 10px;text-align:center}.info_other{border-bottom:1px solid #999;font-size:16px;font-weight:700;padding-bottom:15px;margin-top:-10px}.cont_info{border:none}.info_other_2{border-bottom:2px solid #999;border-top:1px dashed #999;padding:30px 0 30px}.info_other_2 .ticket_buynow{margin-top:15px}.info_other_title{font-size:17px;font-weight:700}.info_other_ticket{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:5px}.info_other_ticket .ticket_buynow{max-width:200px;width:100%;margin:5px auto 0}.info_other_ticketbox{text-align:center;padding:10px;background:rgba(255,255,255,.5);width:calc(50% - 10px);margin-top:10px;position:relative;z-index:1}.info_other_tickettxt{font-size:15px}.info_other_period{font-size:15px;margin-top:10px}@media screen and (max-width:1100px){.label{font-size:10px}.label .area{width:50px}.label .venue{width:50px}.label .date{width:50px}.cont{display:block}.cont .area,.cont .date,.cont .venue{width:auto}.cont .schedule_inner{max-width:375px;display:block;padding:10px 0}.cont .schedule_inner .live{padding-bottom:10px}}@media screen and (max-width:768px){.concert_info_inner{padding:0 30px}.concert_info_inner h1{font-size:30px}.cont .area{font-size:24px}.cont .schedule_inner{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 0}.ticket_buynow{font-size:13px}.schedule_inner .ticket_available{font-size:13px;margin:0 10px}.info_other_ticket{display:block}.info_other_ticketbox{width:100%}.info_other_2{padding:15px 0}}.live_info{background:rgba(191,226,230,.5);color:#000}.vip_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:30px}.vip_list_li{width:calc((100% - 75px)/ 3);padding:160px 20px 20px;background:rgba(255,255,255,.8);background-size:58%;background-position:center 15px;background-repeat:no-repeat;color:#4b4b4b;-webkit-box-sizing:border-box;box-sizing:border-box}.vip_list_li p{font-size:12px;line-height:1.3;margin-top:15px}.vip_list_li.vip_list_li.vip01{background-image:url(../images/icon-vip-01.svg)}.vip_list_li.vip_list_li.vip02{background-image:url(../images/icon-vip-02.svg)}.vip_list_li.vip_list_li.vip03{background-image:url(../images/icon-vip-03.svg)}.vip_list_li.vip_list_li.vip04{background-image:url(../images/icon-vip-04.svg)}.vip_note{color:#f7176d}.live_info hr{margin:50px 0;border:1px solid #3b3b3b;height:0}.sticks_list{padding-top:20px}.sticks_list li{position:relative;padding-left:10px;font-size:15px}.sticks_list li:before{content:"-";position:absolute;left:0;top:0}@media screen and (max-width:1280px){.vip_list_li{width:calc((100% - 50px)/ 3)}}@media screen and (max-width:900px){.vip_list{display:block}.vip_list_li{width:100%;margin:5px 0;padding:20px 20px 20px 110px;background-size:90px auto;background-position:left center;min-height:90px;-webkit-box-sizing:border-box;box-sizing:border-box}.vip_list_li p{margin-top:0}}@media screen and (max-width:768px){.vip_list{margin-top:15px}.live_info hr{margin:30px 0}.sticks_list{padding-top:15px}.sticks_list li{font-size:13px}}.sect_acco{background:rgba(255,255,255,.7)}.acco_txt{font-size:14px;text-align:center}.acco_period{background:#e0e0e0;padding:15px;margin-top:25px;font-size:15px}.acco_link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:15px}.acco_linkbox{width:calc(50% - 10px);-webkit-transition:.25s;transition:.25s}.acco_linkbox a{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;text-align:center;border:1px solid #0002ab;padding:15px}.acco_linkbox:hover{background:#0002ab}.acco_linkbox:hover a{color:#fff}.acco_linktxt{font-size:17px;font-weight:700}.acco_period_end{text-decoration:line-through;color:#5c5c5c}.acco_period_close{padding:5px;color:#db4b4b;border:1px solid #db4b4b;font-weight:700}.acco_link_end .acco_linkbox a{color:#777;background:#afafaf;border:none}.acco_link_end .acco_linkbox a:hover{background:#afafaf}.acco_link_end .acco_linkbox a:hover a{color:#777}@media screen and (max-width:768px){.acco_linkbox{width:calc(50% - 5px)}.acco_linkbox a{padding:10px}.acco_linktxt{font-size:15px}}.about_miku{background:#271211;color:#fff;padding-top:5.3%}.about_miku_inner{max-width:1200px;padding:120px 420px 120px 90px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;background:url(../images/about_miku.png) no-repeat right bottom 85px;background-size:auto 400px;position:relative}.about_miku_inner h1{font-size:50px;font-family:Overpass,sans-serif;font-weight:400}.credit_about{font-size:9px;color:#cecece;margin-top:50px}@media screen and (max-width:1200px){.about_miku_inner{padding:100px 300px 100px 50px}}@media screen and (max-width:768px){.about_miku_inner{padding:70px 25px 150px;background-position:right 0 bottom -100px;background-size:auto 300px;width:100%}.about_miku_inner h1{font-size:30px;text-align:center}}.btn_style{display:inline-block;position:relative;cursor:pointer;text-align:center;line-height:24px;color:#0002ab;font-weight:700;text-decoration:none;-webkit-box-sizing:border-box;box-sizing:border-box;border:0;outline:0;border:1px solid #0002ab;overflow:hidden;z-index:2;-webkit-appearance:none;-webkit-transition-duration:.2s;transition-duration:.2s;padding:6px 10px;font-size:12px}.btn_style.btn_miku{color:#37b0cf;border:1px solid #37b0cf}#postpone{background:rgba(18,18,23,.5);border:1px solid #000;margin:0 80px 100px;padding:25px;font-family:Overpass,sans-serif}#postpone p{font-size:20px}#postpone .title{font-size:35px;line-height:1.3;color:#fff;font-weight:700;text-align:center;margin-bottom:15px}#postpone .title span{display:inline-block}@media screen and (max-width:1200px){#postpone{margin:0 0 100px}#postpone .title span{display:inline}}@media screen and (max-width:768px){#postpone{padding:15px;margin:0 0 50px}#postpone p{font-size:17px}#postpone .title{font-size:25px}}.section_wrap{max-width:850px;margin:0 auto;padding:150px 0;position:relative;z-index:0;overflow:hidden}.pagetitle_sub{text-align:center}.pagetitle_sub h1{font-family:Overpass,sans-serif;font-size:100px;letter-spacing:5px;line-height:100px;color:#fff;font-weight:700}.pagetitle_sub p{font-size:14px;line-height:16px;position:relative;color:#e7271e;letter-spacing:2px}.events_box{margin:50px 0;border-radius:5px;position:relative}.events_inner{border-radius:5px;margin:50px 0}.events_inner .main{padding:0 50px;position:relative;z-index:10}.events_intr .credit_ill{font-size:9px;padding-top:15px;font-weight:400!important}.events_schedule_wrap{margin-top:30px}.sche_list{padding:30px 0}.sche_list p{font-size:17px;padding:8px 0}.sche_list .sche_title{font-size:30px;font-weight:700;font-family:Overpass,sans-serif;padding:0;line-height:1.2}.sche_list span{display:inline-block}.sche_list .sche_label{background:#656565;padding:2px 10px;color:#fff;font-size:11px;margin-right:15px;font-weight:400}.sche_list .sche_date{font-size:18px;font-weight:700;margin-right:15px;display:inline-block}.sche_list .sche_time{display:inline-block}.events_notice{margin-top:30px}.notice_inner{border:1px solid #b9b9b9;border-radius:5px;padding:25px;background:#d5dbe6}.notice_inner .notice_title{font-size:22px;font-weight:700;font-family:Overpass,sans-serif;text-align:center;line-height:30px}.notice_inner .notice_title span{display:inline-block}.notice_inner .notice_subtitle{font-size:16px;font-weight:700;margin-top:15px;padding-bottom:5px}.notice_inner .notice_list li{position:relative;padding-left:10px;font-size:15px;line-height:20px;padding-bottom:5px}.notice_inner .notice_list li:before{content:"-";position:absolute;left:0;top:0}.events_sche_btn_soon{padding:10px 15px;display:inline-block;margin-right:auto;border:1px solid #6d0835;color:#6d0835;font-size:15px;font-weight:700;margin-top:10px}.events_sche_btn{display:inline-block;margin-right:auto;border:2px solid #fff;color:#6d0835;font-size:17px;font-weight:700;margin-top:10px;-webkit-transition-duration:.25s;transition-duration:.25s}.events_sche_btn a{padding:13px 25px;display:block;color:#fff}.events_sche_btn:hover{background:#fff;-webkit-transition-duration:.25s;transition-duration:.25s}.events_sche_btn:hover a{color:#000}.events_sche_btn_finished{padding:10px 15px;display:inline-block;margin-right:auto;border:1px solid #484848;color:#484848;font-size:15px;font-weight:700;margin-top:10px}#Paint{color:#222}#Paint.events_inner{background:#a4cfff;position:relative;padding-bottom:50px}#Paint.events_inner:before{content:'';background:url(../images/events_paint_top_bg.jpg) no-repeat;background-size:contain;position:absolute;border-radius:4px;padding-bottom:52.41%;width:100%;top:0;left:0;z-index:2}#Paint .events_intr{padding-top:55.41%;margin:0 auto 0 0;font-weight:700}#Paint .sche_list{border-top:1px solid #85aedd}#Paint .sche_list:last-of-type{border-bottom:1px solid #85aedd}#Paint a{color:#0004e6}#Paint .events_sche_btn:hover a{color:#000}#Nikkei{color:#333}#Nikkei.events_inner{background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,#ffc7da),color-stop(70%,#f2dad3),to(#daffc7));background:linear-gradient(#ffc7da 50%,#f2dad3 70%,#daffc7);position:relative;padding-bottom:50px}#Nikkei.events_inner h2{font-family:'El Messiri',sans-serif;position:relative;padding:40px 0;text-shadow:0 0 15px #fff,0 0 15px #fff;line-height:1}#Nikkei.events_inner h2 span{display:inline-block}#Nikkei.events_inner h2 .nikkei_h2_l{font-size:48px;margin-bottom:5px}#Nikkei.events_inner h2 .nikkei_h2_s{font-size:32px}#Nikkei.events_inner h2:before{content:'';background:url(../images/events_nikkei_top_bg.png) no-repeat center/contain;position:absolute;border-radius:4px;height:60px;width:100px;top:40px;right:0;z-index:2}#Nikkei .events_intr{margin:0 auto 0 0;font-weight:700}#Nikkei .sche_list{border-top:1px solid #aaa}#Nikkei .sche_list:last-of-type{border-bottom:1px solid #aaa}#Nikkei a{color:#0004e6}#Nikkei .events_sche_btn:hover a{color:#000}@media screen and (max-width:900px){.section_wrap{padding:100px 50px 150px}.events_inner .main{padding:0 20px}.events_intr{font-size:13px;padding:0}.sche_list{display:block;height:auto;line-height:inherit;padding:10px 0}.sche_list p{font-size:13px}.sche_list .sche_title{line-height:35px;font-size:20px}.sche_list .sche_date{font-size:14px}#Nikkei.events_inner h2 .nikkei_h2_l{font-size:40px}#Nikkei.events_inner h2 .nikkei_h2_s{font-size:25px}}@media screen and (max-width:768px){.section_wrap{padding:80px 15px 50px}.events_inner{margin:25px 0}.pagetitle_sub{padding:0 15px 10px}.pagetitle_sub h1{font-size:50px;line-height:70px}.pagetitle_sub p{font-size:10px;letter-spacing:1px}.sche_list .sche_label{margin-right:100%;margin-bottom:5px}.notice_inner{padding:15px}.notice_inner .notice_title{font-size:20px}.notice_inner .notice_subtitle{font-size:14px;margin-top:10px}#Nikkei.events_inner h2{padding:5vw 0;padding-right:18vw}#Nikkei.events_inner h2 .nikkei_h2_l{font-size:9vw;margin-bottom:1.4vw}#Nikkei.events_inner h2 .nikkei_h2_s{font-size:5.8vw}#Nikkei.events_inner h2::before{top:5vw;width:22%;height:0;padding-bottom:13%}}#goods.section_wrap{max-width:1000px;margin:0 auto;padding:150px 0;position:relative;z-index:0}.goods_title{font-family:Overpass,sans-serif;font-size:40px;font-weight:700;text-align:center;padding-top:50px;color:#fff}.goods_inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin-top:25px}.goods_box{width:calc((100% - 60px)/ 4);border-radius:5px;margin-bottom:20px;background:#f5f5f5;border:1px solid #c3c3c3;padding:15px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.goods_box a{display:block}.goods_box img{width:100%;height:auto}.goods_box p{text-align:center}.goods_box .goods_name{color:#c71f1c;font-weight:700;font-size:19px;margin-top:7px;font-family:Overpass,sans-serif;line-height:23px;padding-bottom:20px}.goods_box .goods_price{color:#3d3e3e;font-size:13px;font-weight:700;position:absolute;bottom:10px;right:0;left:0}.goods_box .goods_txt{color:#b72626;font-size:12px;margin-top:-18px;padding-bottom:20px;line-height:15px}.goods_box_dummy{height:0;background:0 0;padding:0;border:0}.goods hr{max-width:1040px;margin-top:25px;border:solid 2px #fff}.lity{background:rgba(0,0,0,.7)!important}@media screen and (max-width:1080px){#goods.section_wrap{padding:100px 50px 150px}.goods_box{width:calc((100% - 40px)/ 3)}.lity-wrap{margin:0 10px!important}.goods hr{margin:0 25px}}@media screen and (max-width:768px){#goods.section_wrap{padding:80px 30px 50px}.goods_title{font-size:30px;padding-top:0}.goods_box{width:calc((100% - 20px)/ 2);margin:0 5px 10px;padding:5px}.goods_box .goods_name{font-size:17px;line-height:20px;padding-bottom:28px}.goods_box .goods_price{font-size:13px}.goods_box .goods_txt{margin-top:-25px;padding-bottom:28px}.goods hr{margin:0 10px}}
/*# sourceMappingURL=../../maps/css/style.css.map */
