@charset "UTF-8";
/*-----------------------------------------------------
COMMON
-----------------------------------------------------*/

.break {
    display: none;
}

body {
    background: #000 ;
}

/*-----------------------------------------------------
SNS BUTTON
-----------------------------------------------------*/

.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: 0 10px ;
}
/*-----------------------------------------------------
footer
-----------------------------------------------------*/

#footer {
    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;
}

.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 ;
    }
}



/*-----------------------------------------------------
pagetop
-----------------------------------------------------*/

#pageTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    transition-duration: .3s;
    z-index: 999;
}

#pageTop:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-family: 'fontello';
    content: '\e808';
    font-size: 16px;
    transition-duration: .2s;
}

#pageTop:hover {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 1);
}

#pageTop:hover:after {
    font-size: 20px;
}

#pageTop.hide {
    bottom: -60px;
}

@media screen and (max-width: 768px) {
    #pageTop {
        display: none ;
    }
}
/*-----------------------------------------------------
container
-----------------------------------------------------*/

#container {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 1;
    overflow: hidden;
    max-width: 2000px ;
}

@media screen and (max-width: 768px) {
    #container {
        box-sizing: border-box ;
        min-width: 0 ;
    }
}

/*-----------------------------------------------------
header
-----------------------------------------------------*/

#header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    height: 50px;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.38);
}

#header h1 {
    height: 50px;
    width: 160px;
    margin-left: 30px;
    float: left;
    transition-duration: .3s;
}

#header h1 a {
    display: block;
    width: inherit;
    height: inherit;
    background: url(../images/logo-mikuexpo.svg) left center no-repeat;
    background-size: 100% auto;
    overflow: hidden;
    text-indent: -9999px;
}

#header .navBtn {
    display: none;
}

@media screen and (max-width: 768px){
    #header {
        height: 40px;
    }
    #header .navBtn{
        display: block ;
    }
    #header h1 {
        height: 40px;
        width: 130px ;
        margin-left: 20px;
        float: none ;
    }
    .navBtn {
        display: block;
        position: absolute;
        height: 40px;
        width: 40px;
        background: url(../images/icon-menu-close-wht.svg) 0 0 no-repeat;
        background-size: 40px auto;
        text-align: center;
        top: 0;
        right: 0;
    }
    body.nav-on .navBtn {
        -webkit-animation: icon_close 0.3s steps(7, end) 1;
        /*実際のコマ数-1, end*/
        -webkit-animation-fill-mode: forwards;
    }
    @-webkit-keyframes icon_close {
        0% {
            background-position-y: 0px;
        }
        100% {
            background-position-y: -280px;
        }
    }
    body.nav-off .navBtn {
        -webkit-animation: icon_open 0.3s steps(7, end) 1;
        -webkit-animation-fill-mode: forwards;
    }
    @-webkit-keyframes icon_open {
        0% {
            background-position-y: -280px;
        }
        100% {
            background-position-y: 0px;
        }
    }
    body.default .navBtn {
        -webkit-animation: none;
    }
}


/*--------------------nav--------------------*/

#nav {
    height: 50px;
    float: right;
}

#nav #gmenu {
    float: right;
    font-size: 0;
    margin-right: 20px;
}

#nav #gmenu > li {
    display: inline-block;
}

/*#nav #gmenu > li:nth-child(1) {
display: none;
}*/

#nav #gmenu > li > a {
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
}

@media screen and (max-width: 768px) {
    #nav {
        height: auto ;
        position: absolute;
        width: calc(100% - 80px);
        top: 0;
        left: -100%;
        flex: none ;
        box-sizing: border-box;
        overflow-y: scroll;
        background: #111;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
        transition-duration: .2s;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-animation-name: bg_rainbow;
        -webkit-animation-duration: 1s;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 1s;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: bg_rainbow;
        -moz-animation-duration: 1s;
        -moz-animation-iteration-count: 1;
        -moz-animation-delay: 1s;
        -webkit-animation-fill-mode: forwards;
        z-index: 40 ;
    }
    @-webkit-keyframes bg_rainbow {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
        }
    }
    @-moz-keyframes bg_rainbow {
        0% {
            opacity: 0;
            filter: alpha(opacity=0);
        }
        100% {
            opacity: 1;
            filter: alpha(opacity=100);
        }
    }
    body.nav-on #nav {
        left: 0;
    }
    body.nav-on {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }
    body.nav-on #container:after {
        position: absolute;
        display: block;
        content: "";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 20 ;
    }
    #nav #gmenu {
        padding: 0;
        margin: 0;
        float: initial;
    }
    #nav #gmenu > li {
        display: block;
        font-size: 12px;
        border-bottom: 1px solid #333;
    }
    #nav #gmenu > li > a {
        display: block;
        text-decoration: none;
        height: 60px;
        line-height: 60px;
        box-sizing: border-box;
        padding: 0 30px;
        color: #ccc;
        background: #212121;
        font-weight: bold;
        position: relative;
        overflow: hidden;
        text-align: left ;
    }
    .dummy {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 30 ;
    }
}

/*-----------------------------------------------------
hero
-----------------------------------------------------*/

.hero {
    position: relative;
}
.hero-inner {
    position: relative;
    width: 60%;
    margin: 0 auto;
    padding: 200px 0 175px;
}
.top-logo {
    background: url(../images/teaser-logo.svg) no-repeat center;
    padding-bottom: calc(100% * 208 / 560);
    background-size: 100% auto;
    margin-bottom: 50px;
}

.logo_miku {
    background: url(../images/logo_miku.png) no-repeat center;
    background-size: 120px auto;
    width: 120px;
    height: 40px;
    display: block;
    z-index: 2;
    margin: 0 auto ;
    margin-top: 100px ;
}

.sns-top {
    width: 100%;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.bnr-twitter {
    display: flex ;
    justify-content: center ;
    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: bold;
    text-decoration: none;
    border-radius: 2px;
    font-size: 11px;
    transition-duration: .2s;
    margin: 0 5px ;
    width: 160px ;
}

.sns-top .bnr-twitter i {
    font-size: 18px;
    vertical-align: middle;
    vertical-align: sub;
    /*color: #55acee;*/
}

.sns-top .sns {
    display: block;
    height: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.badge-tshirt {
    background: url(../images/badge-tshirt.svg) no-repeat center;
    background-size: 170px auto;
    width: 170px;
    height: 170px;
    position: absolute;
    bottom: -120px;
    right: -170px;
    display: block;
    z-index: 2;
}

.badge-ticket {
    background: url(../images/badge-ticket.svg) no-repeat center;
    background-size: 170px auto;
    width: 170px;
    height: 170px;
    position: absolute;
    bottom: -120px;
    right: -170px;
    display: block;
    z-index: 2;
}

.credit_illu {
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 10px;
    position: absolute;
    bottom: 20px;
    right: 40px;
    display: block;
    /*text-shadow: 0 0 6px #000;*/
    color: #fff;
    z-index: 2;
}


.contest_badge {
    position: absolute;
    right: -22%;
    top: 100px;
    width: 180px;
    height: 180px ;
    background: url(../images/finished.svg?180801) no-repeat ;
    background-size: cover ;
    -webkit-transform: rotate(5deg) ;
    transform: rotate(5deg) ;
    transition-duration: .2s;
}
/*
.contest_badge:hover {
    background: url(../images/goods_presale_badge_hv.svg) no-repeat ;
    background-size: cover ;
    transition-duration: .2s;
}
*/


.hero_btn_link {
    background: #c42a73 ;
    font-size: 20px ;
    font-weight: bold ;
    border-radius: 3px ;
    padding: 10px 20px ;
    max-width: 220px ;
    text-align: center ;
    margin: 0 auto ;
    margin-bottom: 50px ;
    transition-duration: .2s;
}
.hero_btn_link a {
    display: block ;
    color: #fff ;
}
.hero_btn_link span {
    display: inline-block;
    font-size: 13px ;
    height: 20px ;
}
.hero_btn_link:hover {
    background: #9b2462 ;
    transition-duration: .2s;
}
.hero_btn_link a:hover {
    text-decoration: none ;
}
.hero_btn_link i {
    position: relative ;
    top: 1px ;
    margin-left: 5px ;
}


.themesong {
    background: rgba(145, 145, 145, 0.5) ;
    padding: 25px ;
    width: 620px ;
    margin: 0 auto;
    margin-top: 100px ;
}
.video{
    position:relative;
    width:620px;
    height: 349px ;
    margin: 0 auto;
}
.video iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}
.themesong_title {
    font-size: 20px ;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center ;
    margin-top: 25px ;
}
.themesong_credit {
    color: #c1bebe ;
    text-align: center ;
    margin-top: 10px ;
}

@media screen and (max-width: 1200px) {
    .hero-inner {
        width: 80% ;
    }
    .top-logo {
        background-size: 90% auto;
    }
    .video{
        width:100%;
        padding-top:56.25%;
        height: auto ;
    }
    .themesong {
        width: auto ;
        max-width: 650px ;
    }
    .contest_badge {
        right: -75px;
        top: 75px;
        width: 165px;
        height: 165px;
    }
}

@media screen and (max-width: 768px) {
    .hero-inner {
        width: 90% ;
        padding: 200px 0 120px;
    }
    .top-logo {
        background-size: 100% auto;
    }
    .logo_miku {
        background-size: 80px auto;
        width: 80px;
        height: 26px;
        margin-top: 50px ;
    }
    .sns-top .bnr-twitter a {
        padding: 0 12px 0 8px;
        font-size: 10px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        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: 0 5px ;
    }
    .contest_badge {
        right: 0;
        top: 60px;
        width: 120px;
        height: 120px ;
        z-index: 1 ;
    }
    .hero_btn_link {
        font-size: 16px ;
        max-width: 200px ;
    }
    .hero_btn_link span {
        font-size: 10px ;
        display: block ;
    }
    .hero_btn_link i {
        font-size: 23px ;
    }
    .themesong {
        width: 100% ;
        margin-top: 50px ;
        box-sizing: border-box ;
    }
    .themesong span {
        display: inline-block ;
    }
    .themesong_title {
        font-size: 17px ;
        margin-top: 15px ;
        line-height: 1.2 ;
    }
    .themesong_credit {
        margin-top: 5px ;
        font-size: 12px ;
        line-height: 14px ;
    }
}

/*---------------animation----------------*/

.top-anime01 {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-delay: .8s;
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
}

/*-----------------------------------------------------
main visual
-----------------------------------------------------*/

.visual {
    position: relative ;
}
.visual.mexico {
    margin-top: -200px ;
}
.mexico {
    color: #000 ;
}
.usa .section_visual {
    box-sizing: border-box ;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    width: 100% ;
    background: #18244a ;
    position: relative ;
    z-index: 10 ;
}
.mexico .section_visual {
    box-sizing: border-box ;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    width: 100% ;
    background: #18244a ;
    position: relative ;
    z-index: 10 ;
    margin-top: 150px ;
}
.skew_m5 {
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
}
.skew_p5 {
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
}
.section_visual_bg {
    height: auto ;
    width: 100% ;
    padding-bottom: 100px ;
    min-height: 700px ;
    margin-top: -100px ;
    margin-bottom: -100px ;
}
.usa .section_visual_inner {
    padding-bottom: 300px ;
}
.mexico .section_visual_inner {
    height: 100%;
    width: auto;
    padding-bottom: 300px;
}
.usa .section_visual_bg {
    overflow: hidden ; 
    position: absolute ;
    top: 0 ;
    height: 100% ;
    width: 100% ;
    padding-bottom: 130px ;
}
.usa .section_visual_bg:after {
    content: '';
    background: url(../images/usa_bg_pc.jpg) no-repeat top center;
    transform: skewY(-5deg);
    -webkit-transform: skewY(-5deg);
    margin-top: -100px ;
    padding-bottom: 300px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #1d407f ;
}
.mexico .section_visual_bg {
    overflow: hidden ; 
    position: absolute ;
    top: 0 ;
    height: 100% ;
    width: 100% ;
}
.mexico .section_visual_bg:after {
    content: '';
    background: url(../images/mexico_bg_pc.jpg) no-repeat top center;
    transform: skewY(5deg);
    -webkit-transform: skewY(5deg);
    margin-top: -100px ;
    padding-bottom: 300px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: #e8ecf7 ;
}
.usa .section_visual .concert_info:after {
    content: '' ;
    position: absolute ;
    display: block ;
    z-index: 2 ;
    background: url(../images/img_usa_miku.png) no-repeat center ;
    background-size: auto;
    width: 1000px ;
    height: 1200px ;
    left: 50% ;
    top: -275px ;
}
.mexico .section_visual .concert_info:after {
    content: '' ;
    position: absolute ;
    display: block ;
    z-index: 2 ;
    background: url(../images/img_mexico_miku.png) no-repeat center ;
    background-size: auto;
    width: 1000px ;
    height: 1000px ;
    right: 50% ;
    margin: 0 auto ;
    top: -190px ;
    margin-right: -50px ;
}
.concert_info {
    padding: 130px 90px 50px;
    position: relative;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 590px;
}
.concert_info_inner {
    width: 500px ;
}
.mexico .concert_info_inner {
    margin-right: 0 ;
    margin-left: auto ;
}
.usa .concert_logo {
    background: url(../images/logo-usa.svg) no-repeat ;
    background-size: contain;
    padding-bottom: 100px ;
}
.mexico .concert_logo {
    background: url(../images/logo-mexico-b.svg) no-repeat ;
    background-size: contain;
    padding-bottom: 100px ;
}
.concert_title {
    font-size: 27px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 20px;
    font-weight: bold ;
    line-height: 30px ;
}
.concert_txt {
    margin-top: 50px ;
    font-size: 15px ;
}
.usa .overview {
    margin-top: 180px ;
    position: relative ;
    z-index: 3 ;
}
.mexico .overview {
    margin-top: 180px ;
    color: #000 ;
    position: relative ;
    z-index: 3 ;
}
.usa .overview .cont, .usa .overview .label{
    border-bottom-color: #fff ;
}
.concert_credit {
    font-size: 12px ;
    color: #898a95 ;
    margin-top: 50px ;
}
.usa .concert_credit {
    text-align: right ;
    margin-top: 25px ;
}
.usa .concert_events {
    display: block;
    height: 280px;
    background: url(../images/bnr-event.jpg) no-repeat 0 0;
    margin-top: 60px;
}

.anamanaguchi {
    font-size: 15px ;
    position: relative ;
    width: 150px ;
    padding-top: 50px ;
}
.anamanaguchi:after {
    content: '' ;
    background: url(../images/anamanaguchi_logo.png) no-repeat ;
    background-size: contain ;
    width: 150px ;
    height: 61.5px ;
    position: absolute ;
    right: -150px ;
    top: 25px ;
}

@media screen and (max-width: 1280px) {
    .concert_info {
        max-width: 1200px ;
        padding: 90px 50px 0 ; 
    }
    .concert_info_inner {
        width: 50% ;
    }
    .usa .concert_events {
        height: auto;
        padding-bottom: 27.45%;
        background: url(../images/bnr-event.jpg) no-repeat 0 0;
        background-size: 100% auto;
        margin-top: 30px;
    }
    .usa .section_visual .concert_info:after {
        margin-left: -68px;
        height: 960px;
        width: 800px;
        background-size: contain;
    }
    .usa .overview {
        margin-top: 120px;
    }
    .mexico .section_visual .concert_info:after {
        margin-right: -60px;
        height: 800px;
        width: 800px;
        background-size: contain;
    }
    .mexico .overview {
        margin-top: 120px;
    }
}

@media screen and (max-width: 768px) {
    #concert_usa {
        padding-top: 100px ;
        margin-top: -100px ;
    }
    #concert_mexico {
        padding-top: 200px ;
        margin-top: -200px ;
    }
    .visual.mexico {
        margin-top: none ;
    }
    .mexico .skew_p5 {
        -webkit-transform: skewY(0);
        transform: skewY(0);
    }
    .usa .section_visual, 
    .mexico .section_visual {
        overflow: visible ;
    }
    .mexico .section_visual {
        margin-top: -85px ;
    }
    .section_visual_inner {
        padding-bottom: 170px ;
    }   
    .usa .section_visual_inner {
        background: none ;
        padding-bottom: 170px ;
    }
    .mexico .section_visual_inner {
        background: none;
        position: relative ;
    }
    .usa .section_visual_bg {
        overflow: hidden ; 
        position: absolute ;
        top: 0 ;
        height: 100% ;
        width: 100% ;
        margin-top: 0 ;
    }
    .usa .section_visual_bg:after {
        content: '';
        background: url(../images/usa_bg_mobile.jpg) no-repeat top center;
        transform: skewY(-5deg);
        -webkit-transform: skewY(-5deg);
        margin-top: -100px ;
        padding-bottom: 300px;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        background-color: #1d407f ;
    }
    .mexico .section_visual_bg {
        overflow: hidden ; 
        position: absolute ;
        top: 0 ;
        height: 100% ;
        width: 100% ;
        margin-top: 0 ;
    }
    .mexico .section_visual_bg:after {
        content: '';
        background: url(../images/mexico_bg_mobile.jpg) no-repeat top center;
        transform: skewY(5deg);
        -webkit-transform: skewY(5deg);
        margin-top: -100px ;
        padding-bottom: 300px;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        background-color: #e8ecf7 ;
    }
    .usa .section_visual .concert_info:after {
        content: '' ;
        position: absolute ;
        z-index: 2 ;
        background: url(../images/img_usa_miku.png) no-repeat center top ;
        background-size: 118% auto;
        height: 0; 
        padding-bottom: 132%;
        right: 0 ;
        left: 0 ;
        margin: 0 auto ;
        top: -85px ;
        width: auto ;
        height: 0 ;
    }
    .mexico .section_visual .concert_info:after {
        content: '' ;
        position: absolute ;
        z-index: 2 ;
        background: url(../images/img_mexico_miku.png) no-repeat center top ;
        background-size: 120% auto;
        height: 0; 
        padding-bottom: 120%;
        right: 0;
        left: 0 ;
        margin: 0 auto ;
        top: -100px ;
        width: auto ;
        height: 0 ;
    }
    .iphone .usa .section_visual .concert_info:after, 
    .iphone .mexico .section_visual .concert_info:after {
        padding-top: 50px ;
    }
    .concert_info {
        padding: 65% 25px 0;
        z-index: 31 ;
    }
    .mexico .concert_info {
        padding: 65% 25px 0 ;
    }
    .mexico .concert_info {
        transform: skewY(5deg);
        -webkit-transform: skewY(5deg);
    }
    .concert_info_inner {
        position: relative ;
        z-index: 3 ;
        width: 100% ;
    }
    .usa .concert_logo, 
    .mexico .concert_logo {
        background-position: center ;
    }
    .concert_title {
        margin-top: 10px;
        text-align: center ;
        line-height: 1.2 ;
    }
    .concert_txt {
        margin-top: 25px ;
        font-size: 14px ;
    }
    .usa .overview, 
    .mexico .overview {
        margin-top: 50px ;
    }
    .concert_credit {
        margin: 25px 0 50px ;
        text-align: right ;
    }
    .usa .concert_events {
        height: auto;
        padding-bottom: 52% ;
        background: url(../images/bnr-event-mobile.jpg) no-repeat 0 0;
        background-size: 100% auto ;
        margin-top: 30px;
    }
    
    .anamanaguchi {
        font-size: 13px ;
        width: 130px ;
        padding-top: 30px ;
    }
    .anamanaguchi:after {
        width: 120px ;
        height: 49.2px ;
        position: absolute ;
        right: -120px ;
        top: 10px ;
    }
}



/*-----------------------------------------------------
section
-----------------------------------------------------*/

.section-wrap {
    position: relative;
    z-index: 40;
}

.section {
    position: relative;
    color: #f0f0f0;
}

.section .wrap {
    padding: 170px 90px 100px ;
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    min-height: 590px;
}

.section h1 {
    font-size: 45px;
    line-height: 36px;
    margin-bottom: 45px;
    font-family: 'Roboto Condensed', sans-serif;
}

.section.section-about-miku {
    background: #676767;
/*
    transform: skewY(5deg) ;
    -webkit-transform: skewY(5deg) ;
    margin-top: -210px ;
*/
    z-index: 20
}
.section-wrap.about-miku:after {
    content: "" ;
    padding-bottom: 190px ;
    width: 100% ;
    background: #676767 ;
    position: absolute ;
    bottom: 0 ;
    z-index: 10 ;
}

.section.section-about-miku .wrap {
    padding-right: 420px;
    color: #fff;
    background: url(../images/bg-sect-about-miku.png) no-repeat right bottom 23px;
    background-size: auto 400px;
    position: relative ;
    z-index: 30 ;
}


.credit-about {
    font-size: 10px;
    color: #999;
    display: inline-block;
    line-height: 14px;
    margin-top: 50px ;
}

.section.section-about-miku h1 {
    color: #fff;
}

.section-about-miku .button {
    line-height: 24px ;
}
.section-about-miku i {
    font-size: 20px ;
    line-height: 24px ;
    top: 2px ;
    position: relative ;
}

.section-wrap.about-miku {
    padding-bottom: 100px ;
}
.about-miku .section .wrap {
    padding: 150px 90px 0;
    padding-right: 420px ;
    min-height: 580px ;
}

@media screen and (max-width: 1200px) {
    .about-miku .section .wrap {
        padding: 150px 10px 0;
        padding-right: 331px;
        width: 50%;
        box-sizing: content-box;
    }
    .section-wrap.about-miku {
        padding-bottom: 55px;
    }
    .section.section-about-miku .wrap {
        background-position: right bottom 120px ;
    }
}

@media screen and (max-width: 768px) {
    .section .wrap {
        padding: 60px 0 ;
        min-height: 590px;
    }

    .section h1 {
        font-size: 30px;
        line-height: 24px;
        margin-bottom: 20px;
        text-align: center ;
        font-family: 'Roboto Condensed', sans-serif;
    }

    .section.section-about-miku {
/*        margin-top: -300px ;*/
        position: relative ;
    }
    .section-wrap.about-miku:after {
        padding-bottom: 100px ;
        bottom: -10px ;
    }
    .section.section-about-miku .wrap {
        padding: 70px 20px 150px ;
        background: url(../images/bg-sect-about-miku.png) no-repeat right 0 bottom -100px;
        background-size: auto 300px;
        width: 100% ;
        box-sizing: border-box ;
    }
    .credit-about {
        font-size: 9px;
        line-height: 14px;
        margin-top: 10px ;
    }
    .section.section-about-miku h1 {
        font-size: 29px ;
        line-height: 1.2 ;
    }
    .section-wrap.about-miku {
        padding-bottom: 25px ;
/*        margin-top: 20px ;*/
    }
}


/*---------------animation----------------*/

.page-anime01 {
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
}

.page-anime02 {
    animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
}

/*-----------------------------------------------------
overview
-----------------------------------------------------*/

/*
.overview {
    margin-top: 30px;
}
*/

/*---------------------------------------------------*/
/*
.overview .label {
    border-bottom: 1px solid #999;
    zoom: 1;
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: bold;
}

.overview .label:after {
    content: "";
    display: block;
    clear: both;
}

.overview .label .area {
    float: left;
    width: 230px;
}

.overview .label .venue {
    float: left;
    width: 220px;
}

.overview .label .date {
    float: left;
    width: 320px;
}

@media screen and (max-width: 1200px) {
    .overview {
        margin-top: 15px;
    }
    .overview .label {
        padding-bottom: 2px;
        font-size: 10px;
        font-weight: normal;
    }
    .overview .label .area {
        width: 50px;
    }
    .overview .label .venue {
        width: 50px;
    }
    .overview .cont .venue br {
        display: none;
    }
    .overview .label .date {
        float: left;
        width: 70px;
    }
    .overview .label .open-start {
        float: right;
        width: calc(100% - 170px);
        text-align: right;
    }
    .overview .label .open-start:after {
        content: "";
        display: block;
        clear: both;
    }
    .overview-en .label .open-start span {
        display: none;
    }
}
*/

/*---------------------------------------------------*/
/*
.overview .cont {
    border-bottom: 1px solid #999;
    zoom: 1;
    font-size: 14px;
    line-height: 20px;
}

.overview .cont:after {
    content: "";
    display: block;
    clear: both;
}
 
@media screen and (max-width: 1200px) {
    .overview .cont {
        line-height: 42px ;
        padding: 8px 0 ;
    }
}
*/
/*---------------------------------------------------*/
/*
.overview .cont .place {
    float: left;
    width: 450px;
    zoom: 1;
}

.overview .cont .place:after {
    content: "";
    display: block;
    clear: both;
}

.overview .cont .area {
    float: left;
    width: 230px;
    position: relative;
    line-height: 72px;
    font-weight: bold;
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
}

.overview .cont .venue {
    float: right;
    width: 220px;
    line-height: 72px;
}

.overview .cont .venue.long {
    padding: 16px 0;
    line-height: 20px;
}

@media screen and (max-width: 1200px) {
    .overview .cont .place {
        float: none ;
        width: auto ;
    }
    .overview .cont .area {
        width: 180px;
        line-height: 20px;
        font-size: 20px;
    }

    .overview .cont .venue {
        float: left;
        width: calc(100% - 180px);
        line-height: 20px;
        text-align: right;
        padding-top: 6px;
    }
}
*/

/*---------------------------------------------------*/
/*
.overview .cont .schedule {
    float: right;
    width: 570px;
}

.overview .schedule .inner {
    zoom: 1;
    border-bottom: 1px solid #999;
}

.overview .schedule .inner:last-child {
    border-bottom: none;
}

.overview .schedule .inner:after {
    content: "";
    display: block;
    clear: both;
}

.overview .schedule .inner .date {
    float: left;
    width: 120px;
    line-height: 72px;
}

.overview .schedule .inner .open-start {
    float: right;
    width: 400px;
}

.overview .schedule .inner .open-start .inner {
    zoom: 1;
    border-bottom: 1px solid #999;
    padding: 16px 0;
}

.overview .schedule .inner .open-start .inner:last-child {
    border-bottom: none;
}

.overview .schedule .inner .open-start .inner:after {
    content: "";
    display: block;
    clear: both;
}

.overview .schedule .inner .open-start .day-night {
    float: left;
    width: 240px;
    box-sizing: border-box;
    position: relative;
    padding-left: 24px;
    font-size: 13px;
    line-height: 40px;
}

.overview .schedule .inner .open-start .link {
    float: right;
    width: 150px;
    text-align: right;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
}
*/

/*.overview .schedule .inner .open-start .link.onsalesoon {
line-height: 40px;
}*/

/*
.overview .schedule .inner .open-start .link.buynow,
.overview .schedule .inner .open-start .link.finished {
    line-height: 40px;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

.overview .schedule .inner .open-start .link.buynow a {
    display: inline-block ;
}

.overview .schedule .inner .open-start .link.finished {
    line-height: 40px;
    text-align: right;
    color: #ed5a9e;
    font-weight: bold;
    font-size: 14px;
}

.overview .schedule .inner .open-start .link.onsalesoon {
    line-height: 40px;
    text-align: right;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.overview .schedule .inner .open-start .day-night span:first-child {
    margin-right: 10px;
}

.overview .schedule .inner .date .md {
    font-size: 16px;
    padding: 0 2px;
}

.overview .schedule .inner .date .week {
    margin-left: 3px;
}
*/


/*---------------------------------------------------*/
/*.overview .schedule .inner .open-start .day-night:after {
position: absolute;
left: 0;
top: -1px;
display: block;
line-height: 40px;
height: 40px;
width: 16px;
font-family: 'fontello';
content: '\e808';
font-size: 16px;
}

.overview .schedule .inner .open-start .day:after {
content: '\E811';
color: #e2b625;
}

.overview .schedule .inner .open-start .night:after {
content: '\E810';
color: #9c72b5;
}*/

/*
.contact-note {
    margin-top: 15px;
    text-align: center;
}

.overview .soon {
    font-size: 30px;
    font-weight: bold;
    padding-left: 30px;
    line-height: 72px;
}


.day_night {
    display: inline-block ;
    width: 230px ;
    line-height: 42px ;
    padding-left: 15px ;
}
.day_night span {
    padding-right: 10px ;
}
.day_night i {
    color: #b986ff ;
}
*/

/*
@media screen and (max-width: 1200px) {
    .overview .cont .schedule {
        float: none ;
        width: auto ;
    }
    .overview .schedule .inner .date {
        float: left;
        width: 100px;
        line-height: 42px ;
    }
    .overview .schedule .inner .open-start {
        width: calc(100% - 100px);
    }
    .overview .schedule .inner .open-start .inner {
        padding: 0;
        font-size: 13px ;
    }
    .overview .schedule .inner .open-start .day-night {
/*
        float: left;
        width: 70px;
*/
/*
        padding-left: 20px;
        font-size: 12px;
        line-height: normal;
        text-align: right ;
    }
*/
/*
    .overview .schedule .inner .open-start .link {
        float: right;
        width: 100px;
        text-align: right;
        line-height: 16px;
        padding-bottom: 12px ;
        font-weight: normal;
        color: #ed5a9e;
        width: auto ;
    }
    .overview .schedule .inner .open-start .link br {
        display: none;
    }
*/
    /*.overview .schedule .inner .open-start .link.onsalesoon {
    line-height: 40px;
}*/
/*
    .overview .schedule .inner .open-start .link.buynow,
    .overview .schedule .inner .open-start .link.finished {
        line-height: 42px;
        font-weight: bold;
        padding-bottom: 0 ;
        text-align: left;
    }
    .overview .schedule .inner .open-start .link.finished {
        text-align: left;
    }

    .overview .schedule .inner .open-start .link.onsalesoon {
        text-align: left;
        color: #ccc;
    }
    .overview .schedule .inner .open-start .time {
        float: left;
        text-align: right;
        width: calc(100% - 70px);
    }
    .overview-en .schedule .inner .open-start .time {
        width: calc(100% - 110px);
    }
    .overview .schedule .inner .date .year {
        display: none;
    }
    .overview .schedule .inner .date .week {
        margin: 0 ;
        font-size: 10px ;
        vertical-align: middle ;
    }
*/
    /*---------------------------------------------------*/
    /*.overview .schedule .inner .open-start .day-night:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    line-height: 42px;
    height: 42px;
    width: 30px;
    font-family: 'fontello';
    content: '\e808';
    font-size: 15px;
}

    .overview .schedule .inner .open-start .day:after {
    content: '\E811';
    color: #e2b625;
}

    .overview .schedule .inner .open-start .night:after {
    content: '\E810';
    color: #9c72b5;
}*/
    /*.contact-note {
        margin-top: 10px;
    }
    .overview .soon {
        font-size: 26px;
        text-align: center ;
        padding-left: 0 ;
        line-height: normal ;
    }
}*/



/*

@media screen and (max-width: 373px) {
    .overview .schedule .inner .date {
        line-height: 25px;
    }
    .overview .schedule .inner .open-start {
        width: 100% ;
    }
    .day_night {
        display: block ;
        line-height: 25px ;
        padding-left: 0 ;
    }
    .day_night span:first-child {
        padding-left: 0 ;
    }
    .overview .schedule .inner .open-start .link.buynow, .overview .schedule .inner .open-start .link.finished {
        line-height: 25px;
    }
}
*/


/*-----------------------------------------------------
live_info
-----------------------------------------------------*/
.live_info {
    background: url(../images/live_info_bg.jpg) no-repeat fixed center ;
    background-size: cover ;
    width: 100% ;
    margin-top: -210px ;
    z-index: 40 ;
}

.live_info .wrap {
    padding: 150px 90px ;
}
.live_info .title {
    margin-bottom: 15px;
    text-align: center ;
    font-size: 45px;
    line-height: 36px;
    font-family: 'Roboto Condensed', sans-serif;
}
.live_info .lead {
    color: #ececec ;
    text-align: center ;
    font-size: 18px ;
    line-height: 28px ;
}
.live_info hr {
    margin: 50px 0 ;
    border: 1px solid #eee ;
    height: 0 ;
}

.vip_list {
    display: flex ;
    display: -webkit-flex ;
    justify-content: space-between ;
    margin-top: 30px ;
}
.vip_list_li {
    width: 190px ;
    padding: 160px 20px 20px ;
    background: rgba(255, 255, 255, 0.8) ;
    background-size: 65% ;
    background-position: center 15px ;
    background-repeat: no-repeat ;
    color: #4b4b4b ;
}
.vip_list_li p {
    font-size: 12px ;
    line-height: 1.3 ;
    margin-top: 15px ;
}
.vip_list_li.vip01 {
    background-image: url(../images/icon-vip-01.svg?180522);
}
.vip_list_li.vip02 {
    background-image: url(../images/icon-vip-02.svg);
}
.vip_list_li.vip03 {
    background-image: url(../images/icon-vip-03.svg);
}
.vip_list_li.vip04 {
    background-image: url(../images/icon-vip-04.svg);
}
.vip_note {
    color: #f7176d ;
}

.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: 1200px) {
    .live_info .wrap {
        width: auto ;
        padding: 120px 50px ;
    }
    .vip_list_li {
        width: 20% ;
        margin: 0 5px ;
    }
    
}
@media screen and (max-width: 768px) {
    .live_info {
        background: url(../images/live_info_bg_mobile.jpg) no-repeat center top ;
        background-size: cover ;
        margin-top: -300px ;
    }
    .live_info .wrap {
        padding: 70px 25px ;
    }
    .live_info .title {
        font-size: 29px;
        line-height: 1.2;
    }
    .live_info .lead {
        font-size: 16px ;
        line-height: 25px
    }
    .live_info hr {
        margin: 30px 0 ;
        border: 1px solid #eee ;
        height: 0 ;
    }
    
    .vip_list {
        display: block ;
        margin-top: 15px ;
    }
    .vip_list_li {
        margin: 5px 0 ;
        width: auto ;
        padding: 20px 20px 20px 110px;
        background-size: 90px auto;
        background-position: left center;
        min-height: 90px ;
        box-sizing: border-box ;
    }
    .vip_list_li p {
        margin-top: 0 ;
    }
    
    .sticks_list {
        padding-top: 0 ;
    }
    .sticks_list li {
        font-size: 13px ;
    }
}




/*-----------------------------------------------------
ticket-thum
-----------------------------------------------------*/
.ticket-info {
    margin-top: 60px;
    padding: 45px;
    text-align: center;
    background-image: linear-gradient(-45deg, #E87BD8 0%, #7ED8E9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E87BD8', endColorstr='#7ED8E9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.ticket-info .title {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
}
.ticket-info .lead {
    color: #ececec;
}
.ticket-info .ticket-thum {
    margin-top: 30px;
}
.ticket-info .ticket-thum:after {
    content: "";
    display: block;
    clear: both;
}
.ticket-info .cont-thum {
    float: left;
    width: calc(25% - 30px);
    margin-right: 40px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.5);
    padding: 160px 20px 20px;
    min-height: 240px;
    background-size: 65%;
    background-position: center 15px;
    background-repeat: no-repeat;
}
.ticket-info .cont-thum:last-child {
    margin-right: 0;
}
.ticket-info .cont-thum p {
    line-height: 1.2;
    font-size: 12px;
}
.ticket-info .cont-thum.vip01 {
    background-image: url(../images/icon-vip-01.svg);
}
.ticket-info .cont-thum.vip02 {
    background-image: url(../images/icon-vip-02.svg);
}
.ticket-info .cont-thum.vip03 {
    background-image: url(../images/icon-vip-03.svg);
}
.ticket-info .cont-thum.vip04 {
    background-image: url(../images/icon-vip-04.svg);
}

.ticket-info .list-nml {
    margin-top: 45px;
    font-size: 12px;
    color: #fff;
}

.ticket-info .list-nml a {
    color: #000;
}


/*-----------------------------------------------------
concert_info
-----------------------------------------------------*/
/*
.concert_info {
    background-color: rgba(20, 20, 20, 0.8) ;
    background-image: radial-gradient(rgba(52, 52, 52, 0.6) 21%, transparent 24%), radial-gradient(rgba(52, 52, 52, 0.6) 21%, transparent 24%);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
    padding: 100px 0 ;
    color: #fff ;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
    position: relative ;
    z-index: -1 ;
}

.concert_info_inner {
    max-width: 1020px ;
    margin: 0 auto ;
    padding: 0 50px ;
}
.concert_info_inner h1 {
    text-align: center ;
    font-size: 45px ;
    font-family: 'Roboto Condensed', sans-serif;
}


*/
.overview {
    margin-top: 30px ;
}
.label {
    border-bottom: 1px solid #999;
    padding-bottom: 6px;
    font-size: 12px;
    font-weight: bold;
    display: -webkit-flex ;
    display: flex ;
}
.label .area {
    width: 230px;
}
.label .venue {
    width: 220px;
}
.label .date {
    width: 320px;
}
.cont {
    display: -webkit-flex ;
    display: flex ;
    padding: 15px 0 ;
    align-items: center ;
    border-bottom: 1px solid #999;
}
.cont .area {
    width: 230px;
    font-weight: bold;
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
}
.cont .area span {
    display: inline-block ;
}
.cont .venue {
    width: 220px;
    font-size: 15px ;
}
.cont .date {
    width: 180px;
}
.cont .date span {
    font-size: 17px ;
}
.cont .schedule {
    width: auto ;
    margin-left: auto ;
}
.cont .schedule_inner {
    display: -webkit-flex ;
    display: flex ;
    padding: 15px 0 ;
    align-items: center ;
}



.cont .schedule_inner:nth-child(2n) {
    border-top: 1px solid #5c5c5c ;
}
.schedule_inner .live {
    padding-right: 20px ;
}
.schedule_inner .live_noon i {
    color: #fd9c55 ;
    font-size: 20px ;
    vertical-align: middle ;
    padding-right: 10px ;
}
.schedule_inner .live_night i {
    color: #9c72b5 ;
    font-size: 20px ;
    vertical-align: middle ;
    padding-right: 10px ;
}

.schedule_inner .ticket_buynow {
    font-size: 15px ;
    font-weight: bold ;
    text-align: center ;
}
.schedule_inner .ticket_buynow a {
    display: block ;
    padding: 5px 10px ;
    transition: .3s;
}
.ticket_buynow.button {
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    overflow: hidden;
}
.ticket_buynow.button a:hover {
    color: #fff;
    text-decoration: none ;
}
.ticket_buynow.button::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 120%;
    height: 100%;
    background: #37b0cf;
    transform-origin: right top;
    transform: skewX(-30deg) scale(0, 1);
    transition: transform .3s;
}
.ticket_buynow.button:hover::before {
    transform-origin: left top;
    transform: skewX(-30deg) scale(1, 1);
}

.schedule_inner .ticket_available {
    font-size: 15px ;
    font-weight: bold ;
    border: 1px solid #717171 ;
    padding: 5px 10px ;
    color: #717171 ;
}

.ticket_soldout {
    border: 1px solid #cecece ;
    color: #cecece ;
    font-size: 15px ;
    font-weight: bold ;
    padding: 5px 10px ;
}
.ticket_finished {
    border: none ;
    color: #cecece ;
    font-size: 15px ;
    font-weight: bold ;
}


@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 .venue,
    .cont .date{
        width: auto ;
    }   
    .cont .schedule_inner {
        max-width: auto ;
        padding: 5px 0 ;
    }
    .schedule_inner .live_night i {
        font-size: 16px ;
    }
    .schedule_inner .live_noon i {
        font-size: 16px ;
    }
}
@media screen and (max-width: 768px) {
/*
    .concert_info {
        padding: 70px 0 ;
    }
    .concert_info_inner {
        padding: 0 30px ;
    }
    .concert_info_inner h1 {
        font-size: 30px ;
    }
*/
    .cont .area {
        font-size: 24px ;
    } 
    .cont .schedule_inner {
        flex-wrap: wrap ;
        align-items: center ;
    }
    .schedule_inner .live {
        padding: 10px 0 ;
    }
    .schedule_inner .ticket_buynow {
        font-size: 13px ;
        margin: 0 10px ;
    }
    .schedule_inner .ticket_available {
        font-size: 13px ;
        margin: 0 10px ;
    }
    
    .ticket_soldout, .ticket_finished {
        margin-left: 10px ;
    }
}



/*-----------------------------------------------------
youtube
-----------------------------------------------------*/
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------------
sponsor
-----------------------------------------------------*/
ul.sponsor {
    padding: 30px 30px;
    text-align: center;
    font-size: 0;
    display: flex ;
    flex-wrap: wrap ;
    justify-content: center ;
}
ul.sponsor li {
    font-size: 12px;
    margin: 0 15px;
    width: 120px;
    height: 90px ;
}

ul.sponsor li a {
    display: block;
    width: 100% ;
    height: 100% ;
    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% ;
    }
}


/*-----------------------------------------------------
sub_page
-----------------------------------------------------*/
.sub_pagetitle {
    margin: 0 auto ;
    text-align: center ;
    padding: 120px 0 50px ;
}
.sub_pagetitle h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 120px ;
    letter-spacing: 5px ;
    line-height: 150px ;
}
.sub_pagetitle p {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    color: #f7176d;
    letter-spacing: 2px;
}
#container.events {
    background: #060c21 ;
}
.events_wrap {
    max-width: 850px ;
    margin: 0 auto ;
    padding-bottom: 150px ;
    position: relative ;
    z-index: 0 ;
}
.events_inner {
    margin: 50px 0 ;
    border-radius: 5px ;
    position: relative ;
}
#DisitalStars.events_inner {
    background: -moz-linear-gradient(top left, #17557b, #345c8b, #91367a); 
    background: -webkit-linear-gradient(top left, #17557b, #345c8b, #91367a); 
    background: linear-gradient(to bottom right, #17557b, #345c8b, #91367a); 
    animation: DisitalStars 5s ease infinite;
    background-size: 280% 280% ;
    padding-bottom: 50px ;
    position: relative ;
}
#DisitalStars.events_inner:before {
    content: '' ;
    background: url(../images/events_ds_top_bg.png) no-repeat right top ;
    background-size: cover ;
    position: absolute ;
    border-radius: 4px ;
    padding-bottom: 64.7% ;
    width: 100% ;
    top: 0 ;
    left: 0 ;
    z-index: 2 ;
}
@keyframes DisitalStars {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

#LetsPaint.events_inner {
    background: #e2e0e3 ;
    padding-bottom: 64.70% ;
    z-index: -1 ;
}
#LetsPaint.events_inner:before {
    content: '' ;
    background: url(../images/events_lp_top_bg.png) no-repeat top ;
    background-size: contain ;
    position: absolute ;
    top: 0 ;
    left: 0 ;
    padding-bottom: 58.82% ;
    width: 100% ;
    z-index: 0 ;
}
#LetsPaint.events_inner:after {
    content: '' ;
    background: url(../images/events_lp_bottom_bg.jpg) no-repeat bottom ;
    background-size: contain ;
    position: absolute ;
    bottom: 0 ;
    left: 0 ;
    padding-bottom: 64.70% ;
    width: 100% ;
    z-index: 0 ;
    border-radius: 5px ;
}

.events_inner .main {
    padding: 0 50px ;
}
.events_intr {
    font-size: 15px ;
}
.events_intr p {
    padding-top: 25px ;
}
.events_intr .credit_ill {
    font-size: 9px ;
    padding-top: 15px ;
}
.events_schedule {
    margin-top: 30px ;
}
.sche_list {
    display: -webkit-flex ;
    display: flex ;
    height: 75px ;
    line-height: 75px ;
}
.sche_list p {
    padding: 0 25px ;
}
.sche_title {
    font-size: 22px ;
    font-weight: bold ;
    font-family: 'Roboto Condensed', sans-serif;
    width: 110px ;
}
.sche_date {
    width: 110px ;
}
.sche_date span {
    font-size: 16px ;
}
.sche_time {
    width: 125px ;
}

#DisitalStars .events_intr {
    padding-top: 26.3% ;
    width: 420px ;
    margin: 0 auto 0 0 ;
}
#DisitalStars .sche_list {
    border-top: 1px solid #9093a7 ;
}
#DisitalStars .sche_list:last-child {
    border-bottom: 1px solid #9093a7 ;
}

#LetsPaint .main {
    position: relative ;
    z-index: 5 ;
    color: #656565 ;
}
#LetsPaint .events_intr {
    padding-top: 35.29% ;
    width: 500px ;
    margin: 0 auto 0 0 ;
}
#LetsPaint .sche_list {
    border-top: 1px solid #b9b9b9 ;
}
#LetsPaint .sche_list:last-child {
    border-bottom: 1px solid #b9b9b9 ;
}

.events_notice {
    margin-top: 30px ;
}
.notice_box {
    border: 1px solid #b9b9b9 ;
    border-radius: 5px ;
    padding: 25px ;
}
.notice_title {
    font-size: 22px ;
    font-weight: bold ;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center ;
    line-height: 30px ;
}
.notice_title span {
    display: inline-block ;
}
.notice_subtitle {
    font-size: 16px ;
    font-weight: bold ;
    margin-top: 15px ;
    padding-bottom: 5px ;
}
.notice_list li {
    position: relative ;
    padding-left: 10px ;
    font-size: 15px ;
    line-height: 20px ;
    padding-bottom: 5px ;
}
.notice_list li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

.events_cancel {
    position: relative ;
    color: #9b9b9b !important;
    overflow: hidden ;
}
.events_cancel:after {
    content: '' ;
    width: 95% ;
    border-bottom: 1px solid #2e2e2e ;
    position: absolute ;
    top: 50% ;
    right: 0 ;
    left: 0 ;
    margin: 0 auto ;
}



@media screen and (max-width: 1080px) {
    .events_wrap {
        padding: 0 25px 150px ;
    }
}

@media screen and (max-width: 900px) {
    .events_intr {
        font-size: 13px ;
    }
    .events_intr p {
        padding-top: 10px ;
    }
    .sche_list {
        display: block ;
        height: auto ;
        line-height: inherit ;
        padding: 10px 0 ;
    }
    .sche_list p {
        padding: 0 ;
    }
    .sche_title {
        line-height: 35px ;
        font-size: 20px ;
        width: auto ;
    }
    .sche_date {
        display: inline-block ;
        width: auto ;
        padding-right: 15px !important;
    }
    .sche_time {
        display: inline-block ;
    }
    .sche_place {
        line-height: 20px ;
    }
    
    #LetsPaint .events_intr {
        width: 68% ;
    }
    #DisitalStars .events_intr {
        width: 54% ;
    }
    
    .events_cancel:after {
        display: none ;
    }
    .events_cancel .sche_date,
    .events_cancel .sche_time,
    .events_cancel .sche_place,
    .events_cancel .sche_title {
        position: relative ;
    }
    .events_cancel .sche_date:after,
    .events_cancel .sche_time:after {
        content: '' ;
        width: 100% ;
        border-bottom: 1px solid #2e2e2e ;
        position: absolute ;
        top: 50% ;
        right: 0 ;
        left: 0 ;
        margin: 0 auto ;
    }
    .events_cancel .sche_title:after {
        content: '' ;
        width: 100px ;
        border-bottom: 1px solid #2e2e2e ;
        position: absolute ;
        top: 50% ;
        left: 0 ;
    }
    .events_cancel .sche_place:after {
        content: '' ;
        width: 190px ;
        border-bottom: 1px solid #2e2e2e ;
        position: absolute ;
        top: 50% ;
        left: 0 ;
    }
}

@media screen and (max-width: 768px) {
    .sub_pagetitle {
        padding: 80px 15px 25px ;   
    }
    .sub_pagetitle h1 {
        font-size: 50px ;
        line-height: 70px ;
    }
    .sub_pagetitle p {
        font-size: 10px ;
        letter-spacing: 1px ;
    }
    .events_wrap {
        padding: 0 15px 50px ;
    }
    .events_inner {
        margin-top: 25px ;
    }
    .events_inner .main {
        padding: 0 15px ;
    }
    
    #DisitalStars.events_inner:before {
        content: '' ;
        background: url(../images/events_ds_top_bg_mobile.png) no-repeat top ;
        background-size: contain ;
        padding-bottom: 70.58% ;
    }
    #DisitalStars .main {
        z-index: 5 ;
        position: relative ;
    }
    #DisitalStars .events_intr {
        width: auto ;
        padding-top: 75% ;
    }
    
    #LetsPaint.events_inner:before {
        content: '' ;
        background: url(../images/events_lp_top_bg_mobile.png) no-repeat top ;
        background-size: contain ;
        padding-bottom: 36.29% ;
    }
    #LetsPaint .events_intr {
        width: auto ;
    }
    
    .notice_box {
        padding: 15px ;
    }
    .notice_title {
        font-size: 20px ;
    }
    .notice_subtitle {
        font-size: 14px ;
        margin-top: 10px ;
    }
}






/*-----------------------------------------------------
goods
-----------------------------------------------------*/
#container.goods {
    background: #060c21;
}
.goods_title {
    font-family: 'Roboto Condensed', sans-serif ;
    font-size: 40px ;
    font-weight: bold ;
    text-align: center ;
    padding-top: 50px ;
}
.goods_wrap {
    max-width: 1000px ;
    margin: 0 auto ;
    padding-top: 25px ;
    padding-bottom: 25px ;
}
.goods_inner {
    display: -webkit-flex ;
    display: flex ;
    justify-content: space-between ;
    flex-wrap: wrap ;
    width: 100% ;
}
.goods_box {
    width: 23% ;
    border-radius: 5px ;
    margin: 0 10px 20px ;
    background: #fff ;
    padding: 15px ;
    position: relative ;
    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: #a5208b ;
    font-weight: bold ;
    font-size: 21px ;
    margin-top: 15px ;
    font-family: 'Roboto Condensed', sans-serif ;
    line-height: 23px ;
    padding-bottom: 20px ;
}
.goods_box .goods_price {
    color: #3d3e3e ;
    font-size: 15px ;
    font-weight: bold ;
    position: absolute ;
    bottom: 10px ;
    right: 0 ;
    left: 0 ;
}
.goods_box_dummy {
    height: 0 ; 
    background: none ;
    padding: 0;
    margin: 0 10px;
}

.goods hr {
    max-width: 1040px ;
    margin-top: 25px ;
    border: solid 2px #fff ;
}

.lity {
    background: rgba(0, 0, 0, 0.7) !important;
}


.goods_collabo {
    max-width: 980px ;
    padding: 0 30px ;
    margin: 0 auto ;
    padding-top: 25px ;
}
.goods_collabo_title {
    font-size: 25px ;
    font-weight: bold ;
}
.goods_collabo p {
    font-size: 17px ;
}

.collabo_DS, .collabo_kk, .collabo_OC, .collabo_FF {
    margin-top: 50px ;
}
.collabo_FF {
    margin-bottom: 150px ;
}

.collabo_DS .goods_collabo,
.collabo_DS .goods_wrap {
    background: rgba(79, 62, 150, 0.3) ;
}
.collabo_kk .goods_collabo,
.collabo_kk .goods_wrap {
    background: rgba(240, 212, 94, 0.3) ;
}
.collabo_OC .goods_collabo,
.collabo_OC .goods_wrap {
    background: rgba(248, 114, 223, 0.3) ;
}
.collabo_FF .goods_collabo,
.collabo_FF .goods_wrap {
    background: rgba(75, 144, 239, 0.3) ;
}

.collabo_DS .goods_collabo, 
.collabo_kk .goods_collabo, 
.collabo_OC .goods_collabo,
.collabo_FF .goods_collabo {
    border-radius: 4px 4px 0 0 ;
}
.collabo_DS .goods_wrap, 
.collabo_kk .goods_wrap, 
.collabo_OC .goods_wrap,
.collabo_FF .goods_wrap {
    max-width: 1040px ;
    border-radius: 0 0 4px 4px ;
}
.collabo_DS .goods_inner, 
.collabo_kk .goods_inner, 
.collabo_OC .goods_inner,
.collabo_FF .goods_inner {
    max-width: 1000px ;
    margin: 0 auto ;
}


@media screen and (max-width: 1080px) {
    .goods_wrap {
        margin: 0 25px ;
    }
    .goods_inner {
        justify-content: center ;
    }
    .goods_box {
        width: 30% ;
    }
    .lity-wrap {
        margin: 0 10px !important;
    }
    .collabo_DS .goods_collabo, 
    .collabo_kk .goods_collabo, 
    .collabo_OC .goods_collabo,
    .collabo_FF .goods_collabo {
        margin: 0 25px ;
        padding: 25px 25px 0 ;
    }
    .goods hr {
        margin: 0 25px ;
    }
}
@media screen and (max-width: 768px) {
    .goods_title {
        font-size: 30px ;
    }
    .goods_wrap {
        margin: 0 10px ;
        padding-top: 25px ;
        padding-bottom: 50px ;
    }
    .goods_box {
        width: 45% ;
        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 ;
    }
    .collabo_DS .goods_collabo, 
    .collabo_kk .goods_collabo, 
    .collabo_OC .goods_collabo,
    .collabo_FF .goods_collabo {
        margin: 0 10px ;
        padding: 15px 15px 0 ;
    }
    .collabo_DS .goods_wrap, 
    .collabo_kk .goods_wrap, 
    .collabo_OC .goods_wrap,
    .collabo_FF .goods_wrap {
        padding-bottom: 15px ;
    }
    .goods_collabo_title {
        font-size: 20px ;
    }
    .goods_collabo p {
        font-size: 14px ;
    }
    .goods hr {
        margin: 0 10px ;
    }
}





/*-----------------------------------------------------
goods
-----------------------------------------------------*/
.section-goods-ex {
    background: #E0E0E0;
}

#container.goods .pageheader h1:after {
    background-position: center -120px;
}

#container.goods .section .wrap {
    /*padding: 20px 90px 90px;*/
}

.goods-list {
    font-size: 0;
}
.goods-list li {
    display: inline-block;
    width: calc(100% / 3);
    font-size: 12px;
    line-height: 14px;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px;
}
.goods-list li > div {
    display: block;
    text-decoration: none;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px;
    /*min-height: 450px;*/
}
.goods-list .goods-img {
    display: block;
}
.goods-list .goods-img span {
}
.goods-list img {
    max-width: 100%;
}
.goods-list .goods-title {
    margin-top: 10px;
    /*min-height: 36px;*/
    color: #2a2a2a;
    font-size: 14px;
    line-height: 1.3;
}

.goods-list .goods-size {
    margin-top: 2px;
    color: #999;
    font-size: 12px;
    line-height: 1.2;
}

.goods-list .goods-price {
    margin-top: 30px;
    font-size: 13px;
    font-weight: bold;
    color: #111;
}
.goods-list .goods-price span {
}

.goods-info {
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    padding: 45px 60px;
    position: relative;
    background: #fff;
    border-radius: 6px;
    margin: 30px 10px 20px;
    font-size: 16px;
    text-align: center;
}

.goods-list .goods-note {
    margin-top: 10px;
    color: #666;
    font-size: 12px;
}


/*-----------------------------------------------------
goods-gift
-----------------------------------------------------*/

.goods-gift {
    margin-top: 45px;
    background: #fff;
    border: 1px solid #dcdcdc;

    border-radius: 6px;
    font-size: 14px;
    color: #6d6d6d;
}

.goods-gift .col2 .wrap-first {
    float: left;
    width: calc(100% - 290px);
    box-sizing: border-box;
    padding: 60px;
}

.goods-gift .col2 .wrap-last {
    float: right;
    width: 200px;
    box-sizing: border-box;
    padding: 20px 60px 20px 0;
}

.goods-gift .col2 .wrap-last img {
    width: 100%;
    height: auto;
}

/*-----------------------------------------------------
FAQ
-----------------------------------------------------*/
#container.faq {
    padding-top: 50px;
}
.section.section-faq .wrap {
    padding: 60px 90px;
}

.faq-wrap {

}

.faq-title {
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: .9px solid #fff;
    padding-bottom: 20px;
    font-size: 45px;
    line-height: 1.2;
    margin-top: 90px;
}

.faq-title:first-child {
    margin-top: 0;
}

.faq {
    border-bottom: .9px solid #fff;
    padding: 45px 0;
    box-sizing: border-box;
}

.faq-q {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.faq-q span {
    color: #9e9e9e;
    margin-right: 10px;
}
.faq-a {
    font-size: 18px;
}

.faq.faq-concertmap {
    background: url(../images/concertmap.png) no-repeat right 45px;
    background-size: 316px auto;
    padding-right: 376px;
    min-height: 447px;
}

.faq a {
    color: #000;
}


/*------------------------teaser----------------------*/
#container.top {
    background: url(../images/teaser-bg.jpg) no-repeat center bottom;
    background-attachment: fixed;
    background-size: cover;
}
.teaser {
    position: relative;
}
.teaser-inner {
    position: relative;
    width: 60%;
    margin: 0 auto;
    padding: 200px 0 140px;
}
.teaser-logo {
    background: url(../images/teaser-logo.svg) no-repeat center;
    padding-bottom: calc(100% * 208 / 560);
    background-size: 100% auto;
    margin-bottom: 50px;
}
.teaser-bnr-contest {
    width: 600px;
    margin: 50px auto 0;
}
.teaser-bnr-contest img {
    width: 100%;
}


.logo_miku {
    background: url(../images/logo_miku.png) no-repeat center;
    background-size: 120px auto;
    width: 120px;
    height: 40px;
    display: block;
    z-index: 2;
    margin: 0 auto ;
    margin-top: 100px ;
}

.overview-title {
    width: 50%;
    margin: 0 auto;
}

.overview-title img {
    width: 100%;
}

.overview-title-txt {
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.overview + .overview-title {
    margin-top: 120px;
}

@media screen and (max-width: 768px) {
    #container.top {
        background: url(../images/teaser-bg-mobile.jpg) no-repeat center top ;
        background-size: contain;
        width: 100% ;
    }
    .teaser-inner {
        position: relative;
        width: 90%;
        padding: 220px 0 100px;
    }
    .teaser-bnr-contest {
        width: 100% ;
        margin: 25px auto 0;
    }
    .logo_miku {
        background: url(../images/logo_miku.png) no-repeat center;
        background-size: 80px auto;
        width: 80px;
        height: 26px;
        margin-top: 50px ;
    }
    .overview-title {
        width: 75%;
        margin: 0 auto;
    }
    .overview-title img {
        width: 100%;
    }
    .overview-title-txt {
        font-size: 16px;
        margin-top: 10px;
    }
    .overview + .overview-title {
        margin-top: 50px;
    }
}


/*-----------------------------------------------------
setlist
-----------------------------------------------------*/

.setlist {
    background: rgba(53, 53, 53, 0.7) ;
}
.setlist_title {
    margin-bottom: 50px;
    text-align: center;
    font-size: 45px;
    line-height: 36px;
    font-family: 'Roboto Condensed', sans-serif;
}
.setlist_box {
    border: 1px solid #fff ;
    margin-top: 25px ;
    background: rgba(21, 21, 21, 0.5) ;
}
.setlist_name {
    text-align: center ;
    font-size: 18px ;
    font-weight: bold ;
    padding: 25px 25px ;
    cursor: pointer ;
}
.setlist_name span {
    padding-right: 20px ;
    position: relative ;
    display: inline-block ;
    line-height: 23px ;
}
.setlist_name .setlist_name_country {
    font-size: 14px ;
    padding: 0 ;
}
.closeIcon > span:after {
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    content: '\F106';
}
.openIcon > span:after {
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    content: '\F107';
}
.setlist_inner {
    display: -webkit-flex ;
    display: flex ;
    justify-content: space-between ;
    padding: 5px 25px 25px ;
}
.setlist_cont {
    width: 48% ;
}
.setlist_cont li {
    padding: 10px 10px 10px 40px ;
}
.setlist_cont .band {
    padding: 10px ;
}
.band .music_title span {
    display: inline-block ;
}
.setlist_cont li:nth-child(odd) {
    background: rgba(90, 91, 93, 0.55) ;
}
.music_title {
    font-size: 15px ;
    line-height: 30px ;
}
.music_num {
    width: 30px ;
    margin-left: -30px ;
    font-weight: bold ;
    display: inline-block ;
    font-size: 15px ;
}
.music_act {
    text-align: right ;
}
.music_act span {
    padding-left: 20px ;
    position: relative ;
    display: inline-block ;
}
.music_act span:after {
    display: block ;
    position: absolute ;
    font-family: 'Font Awesome 5 Free';
    content: '\f001';
    left: 0 ;
    top: -2px ;
    font-weight: bold ;
}
.music_act span.miku:after {
    color: #50fff2 ;
}
.music_act span.rin:after {
    color: #ffb550 ;
}
.music_act span.len:after {
    color: #fff250 ;
}
.music_act span.luka:after {
    color: #ff80f1 ;
}
.music_act span.meiko:after {
    color: #ff5050 ;
}
.music_act span.kaito:after {
    color: #506bff ;
}

.setlist_inner.menuOff {
    display: none ;
}

.setlist_encore {
    background: rgba(90, 91, 93, 0.55) ;
    padding: 10px ;
}
.setlist_encore li {
    background: rgba(26, 26, 26, 0.55) !important;
    margin-top: 10px ;
}
.music_encore {
    font-size: 15px ;
    font-weight: bold ;
}


@media screen and (max-width: 1200px) {
    .setlist .wrap {
        width: auto ;
        padding: 120px 50px ;
    }
}

@media screen and (max-width: 768px) {
    .setlist .wrap {
        padding: 70px 25px ;
    }
    .setlist_inner {
        display: block ;
        padding: 0 ;
    }
    .setlist_cont {
        width: auto ;
    }
    .setlist_cont li {
        padding: 10px 10px 10px 35px;
    }
    .music_title {
        font-size: 13px ;
        line-height: 25px ;
    }
    .music_num {
        font-size: 13px ;
        width: 26px;
        margin-left: -26px;
    }
    .music_act {
        font-size: 11px ;
    }
    
    .setlist_name span {
        display: block ;
    }
    .setlist_name .setlist_name_country {
        font-size: 14px ;
        padding: 0 ;
    }
    .closeIcon > span:after {
        left: 0 ;
        right: -110px ;
    }
    .openIcon > span:after {
        left: 0 ;
        right: -110px ;
    }
}












