@charset "UTF-8";
/*-----------------------------------------------------
COMMON
-----------------------------------------------------*/

.break {
    display: none;
}
/*-----------------------------------------------------
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-right: 10px;
}
/*-----------------------------------------------------
footer
-----------------------------------------------------*/

#footer {
    line-height: 18px;
    padding: 30px 0 20px;
}

#footer .wrap {
    text-align: center;
    padding: 0;
}

#footer .ft-menu {
    margin: 0 120px 20px 120px;
    padding-bottom: 30px;
    font-size: 14px;
    border-bottom: 1px solid #D6D8D7;
}

#footer .ft-menu span {
    padding: 0 5px;
    color: #fff;
}

#footer .ft-menu .inquiry {
    margin-right: 60px;
}

#footer ul.ft-link {
    margin: 0 60px 10px 60px;
    font-size: 12px;
}

#footer .ft-link li {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}

#footer .ft-menu a,
#footer .ft-link a {
    color: #fff;
}

#footer .copyright {
    font-size: 10px;
    margin-top: 30px;
}

.copy_piapro {
    display: inline-block;
    background: url(../images/logo_piapro_white.svg) no-repeat right center;
    background-size: 42px auto;
    padding-right: 50px;
    margin-right: 10px;
    line-height: 20px;
}
/*-----------------------------------------------------
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(255, 255, 255, 0.1);
    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;
}
/*-----------------------------------------------------
container
-----------------------------------------------------*/

#container {
    position: relative;
    min-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 1;
    overflow-x: hidden;
}



/*-----------------------------------------------------
header
-----------------------------------------------------*/

#header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    height: 50px;
    width: 100%;
    background: rgba(0, 0, 0, 0.38);
}

#header .wrap {
    min-width: 1200px;
}

#header h1 {
    height: 50px;
    width: 212px;
    margin-left: 30px;
    float: left;
    transition-duration: .3s;
}

#header h1 a {
    display: block;
    width: inherit;
    height: inherit;
    background: url(../images/id_mikuexpo_may_txt.svg) left center no-repeat;
    background-size: auto 8px;
    overflow: hidden;
    text-indent: -9999px;
}

#header .navBtn {
    display: 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;
    letter-spacing: 1px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
}


/*-----------------------------------------------------
cont-top
-----------------------------------------------------*/

#container.top {
    width: 100%;
}

.cont-top-outer {
    position: relative;
    z-index: 1;
}

.cont-top-outer:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    margin-top: -375px;
    left: 50%;
    margin-left: -370px;
    width: 858px;
    height: 1291px;
    background: url(../images/bg-may-top.png) right 10px no-repeat;
    background-size: auto 750px;
    z-index: -1;
}

.cont-top-outer:before {
    position: absolute;
    display: block;
    content: "";
    height: 1291px;
    width: 192px;
    background: url(../images/bg-may-top-right.png) left 10px no-repeat;
    top: 50%;
    margin-top: -375px;
    left: 50%;
    margin-left: 488px;
    background-size: auto 750px;
    z-index: -1;
}

.cont-top {
    height: 100%;
    position: relative;
    max-height: 920px;
}

.cont-top .wrap {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: table;
    position: relative;
}

.cont-top .wrap .inner {
    padding: 0px 580px 60px 90px;
    display: table-cell;
    vertical-align: middle;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    position: relative;
    left: -20px;
}

.top-logo {
    width: 100%;
    background: url(../images/logo_malaysia.svg) no-repeat center;
    padding-bottom: calc(100% * 310 / 560);
    background-size: 100% auto;
    margin-bottom: 45px;
    position: relative;
}

.top-finished {
    margin-bottom: 30px;
    padding-left: 10px;
    text-align: center;
}

.top-finished .inner-finished {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #E9EAEC;
    line-height: 44px;
    padding: 0 60px;
    border-radius: 2px;
    background: #e66092;
}

.sns-top {
    width: 100%;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.sns-top .bnr-twitter a {
    display: inline-block;
    line-height: 32px;
    height: 32px;
    background: #05173c;
    color: #fff;
    text-align: left;
    padding: 0 12px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 2px;
    font-size: 11px;
    transition-duration: .2s;
}

.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;
}

.logo_miku {
    background: url(../images/logo_miku.png) no-repeat center;
    background-size: 120px auto;
    width: 120px;
    height: 40px;
    position: absolute;
    bottom: 46px;
    right: 40px;
    display: block;
    z-index: 2;
}

.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;
}

/*---------------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;
}

/*-----------------------------------------------------
section
-----------------------------------------------------*/

.section-wrap {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.section {
    position: relative;
    color: #f0f0f0;
}

.section .wrap {
    padding: 120px 90px;
    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 h1.section-title {
    letter-spacing: 0.5em;
    font-size: 34px;
    text-align: center;
    margin-bottom: 45px;
}

.section h1.section-title-en {
    letter-spacing: 0;
}

.section h1.section-title-sp0 {
    letter-spacing: 0.2em;
}

.section h1.section-title span {
    display: inline-block;
    position: relative;
    color: #ffffff;
}

.win .section h1.section-title span {
    color: #ed5a9e;
}

.section h1.section-title span:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: attr(title);
    width: 100%;
    height: 100%;
    color: #ed5a9e;
    -webkit-mask-image:-webkit-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,1));
}

.section h1.section-title span:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: attr(title);
    width: 100%;
    height: 100%;
    color: #54A2C7;
    -webkit-mask-image:-webkit-linear-gradient(45deg, rgba(0,0,0,1), rgba(0,0,0,0));
}

.section p.lead {
    font-size: 16px;
    line-height: 28px;
}

.section p.subtitle {
    font-weight: bold;
    /*color: #2d2d2d;*/
}

.col2 {
    zoom: 1;
}

.col2:after {
    content: "";
    display: block;
    clear: both;
}

.col2 .wrap-first {
    float: left;
    width: 480px;
}

.col2 .wrap-last {
    float: right;
    width: 480px;
}

.section.section-about-jt {
    background: #333333 url(../images/bg-sect-about-jt.jpg) no-repeat center bottom;
}

.section.section-about-jt .wrap {
    padding-top: 160px;
    padding-bottom: 260px;
}

.section.section-about-jt .credit-about {
    /*color: #666;*/
    width: 100%;
    left: 0;
    text-align: center;
}


.section.section-about-cafe {
    background: #545454;
}

.section.section-about-jt h1,
.section.section-about-cafe h1 {
    text-align: center;
    margin-bottom: 90px;
}

.section.section-about-miku {
    background: #676767;
}

.section.section-about-miku .wrap {
    padding-right: 420px;
    color: #fff;
    background: url(../images/bg-sect-about-miku.png) no-repeat right center;
    background-size: auto 400px;
}


.credit-about {
    font-size: 10px;
    color: #999;
    display: inline-block;
    line-height: 14px;
    position: absolute;
    left: 90px;
    bottom: 30px;
}

.section.section-about-miku h1 {
    color: #fff;
}

.section.section-about-themesong .wrap-first {
    width: 380px;
}

.section.section-about-themesong .wrap-first .lead {
    font-size: 24px;
    text-indent: -0.5em;
    margin-bottom: 5px;
}

.section.section-about-themesong .wrap-last {
    width: 620px;
}

/*-----------------------------------------------------
page
-----------------------------------------------------*/
.pageheader {
    position: relative;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
}
.pageheader .wrap {
    padding: 60px 90px 0;
    position: relative;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}
.pageheader h1 {
    font-size: 120px;
    line-height: 120px;
    position: relative;
    letter-spacing: 2px;
}
.pageheader h2 {
    font-size: 16px;
}


/*---------------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
-----------------------------------------------------*/
#container.live .pageheader h1:after {
    background-position: center 0;
}

#container.live .section-wrap {
    padding-bottom: 70px;
}

#container.live .section .wrap {
    padding: 70px 90px;
}

.overview {
    margin-top: 45px;
}
/*---------------------------------------------------*/
.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;
}

/*---------------------------------------------------*/
.overview .cont {
    border-bottom: 1px solid #999;
    zoom: 1;
    font-size: 14px;
    line-height: 20px;
}

.overview .cont:after {
    content: "";
    display: block;
    clear: both;
}
/*---------------------------------------------------*/
.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;
}

/*---------------------------------------------------*/
.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: 180px;
    line-height: 72px;
}

.overview .schedule .inner .open-start {
    float: right;
    width: 390px;
}

.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: 220px;
    box-sizing: border-box;
    position: relative;
    padding-left: 24px;
    font-size: 13px;
    line-height: 40px;
}

.overview .schedule .inner .open-start .link {
    float: right;
    width: 170px;
    /*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: 12px;
}

.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 .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;
}

/*-----------------------------------------------------
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;
}

/*-----------------------------------------------------
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 0 30px;
    text-align: center;
    font-size: 0;
}
ul.sponsor li {
    display: inline-block;
    font-size: 12px;
    margin: 0 5px;
}

ul.sponsor li a {
    display: block;
    width: 140px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    color: #333;
    text-decoration: none;
}

ul.sponsor li a .logo {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background-image: url(../images/sponsor160105.png);
    background-repeat: no-repeat;
    background-size: auto 90px;
}
ul.sponsor li a .desc {
    margin-top: 6px;
}
ul.sponsor .logo-ana {
    background-position: 0 0;
}
ul.sponsor .logo-tom {
    background-position: -90px 0;
}

.email-jp {
    background: url(../images/emal-jp.png) no-repeat right center;
    padding-right: 180px;
    background-size: 175px auto;
    margin-left: 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;
}



