@charset "UTF-8";
/*-----------------------------------------------------
	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 {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	padding: 30px 0 10px;
}

#footer .wrap {
	text-align: center;
	padding: 0;
}

#footer .ft-menu {
	margin: 0 0 20px 0;
	padding-bottom: 30px;
	font-size: 14px;
	border-bottom: 1px solid #D6D8D7;
}

#footer .ft-menu span {
	padding: 0 5px;
	color: #666;
}

#footer .ft-menu .inquiry {
	margin-right: 60px;
}

#footer ul.ft-link {
	font-size: 12px;
	margin-bottom: 10px;
}

#footer .ft-link li {
	display: inline-block;
	margin: 0 10px;
	color: #666;
}

#footer .ft-menu a,
#footer .ft-link a {
	color: #fff;
}

#footer .copyright {
	font-size: 10px;
}

.copy_piapro {
	display: inline-block;
	background: url(../images/logo_piapro_white.svg) no-repeat right center;
	padding-right: 45px;
	background-size: 40px auto;
}
/*-----------------------------------------------------
	pagetop
-----------------------------------------------------*/

#pageTop {
	display: none;
}
/*-----------------------------------------------------
	container
-----------------------------------------------------*/

#container {
	position: relative;
	box-sizing: border-box;
	z-index: 1;
	overflow-x: hidden;
}
/*-----------------------------------------------------
	header
-----------------------------------------------------*/

#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	height: 40px;
	width: 100%;
    background: rgba(0, 0, 0, 0.38);
}

#header .wrap {}

#header h1 {
	height: 40px;
	width: 230px;
	margin-left: 20px;
}

#header h1 a {
	display: block;
	width: inherit;
	height: inherit;
    background: url(../images/id_mikuexpo_may_txt.svg) left center no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	text-indent: -9999px;
}

.navBtn {
	display: block;
	position: absolute;
	height: 40px;
	width: 40px;
	background: url(../images/icon_menu_close.svg) 0 0 no-repeat;
	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 {
	position: absolute;
	width: calc(100% - 80px);
	top: 0;
	left: -100%;
	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;
}

@-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);
}*/

#nav #gmenu {
	padding: 0;
}

#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;
}
/*-----------------------------------------------------
	TOP
-----------------------------------------------------*/

#container.top {
	width: 100%;
}

.cont-top-outer {
	position: relative;
	z-index: 1;
    background: url(../images/bg-may-top-mobile.png) center 30px no-repeat;
    background-size: 100% auto;
}

.cont-top {
	height: 100%;
	width: 100%;
	position: relative;
}

.cont-top .wrap {
	height: 100%;
	width: 100%;
	display: table;
	position: relative;
}

.cont-top .wrap .inner {
	display: table-cell;
	vertical-align: bottom;
	/*padding-top: 160px;*/
	padding-bottom: 60px;
}

.top-logo {
	width: 84%;
    background: url(../images/logo_malaysia.svg) no-repeat center;
    padding-bottom: 50%;
	background-size: 100% auto;
	margin:0 6% 10px 10%;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
}

.top-finished {
	margin-bottom: 20px;
	padding-left: 20px;
	text-align: center;
}

.top-finished .inner-finished {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #E9EAEC;
	line-height: 28px;
	padding: 0 30px;
	border-radius: 2px;
	background: #e66092;
}

.sns-top {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	/*padding-left: 20px;*/
	text-align: center;
}

.sns-top .bnr-twitter a {
	display: inline-block;
	line-height: 32px;
	height: 32px;
    background: #05173c;
	/*border: 1px solid #dcdcdc;*/
	color: #fff;
	text-align: left;
	padding: 0 12px 0 8px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 2px;
	font-size: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition-duration: .2s;
}

.sns-top .bnr-twitter a span {
	display: none;
}

.sns-top .bnr-twitter i {
	font-size: 18px;
	vertical-align: middle;
	vertical-align: sub;
	/*color: #55acee;*/
}

.sns-top .sns {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.sns-top .sns .snsbtn {
	margin-left: 0;
}


.logo_miku {
	background: url(../images/logo_miku.png) no-repeat center;
    background-size: 80px auto;
    width: 80px;
    height: 30px;
    position: absolute;
    bottom: 15px;
    right: 20px;
    display: block;
    z-index: 2;
}

.badge-tshirt {
    background: url(../images/badge-tshirt.svg) no-repeat center;
    background-size: 110px auto;
    width: 110px;
    height: 110px;
    position: absolute;
    top: -130px;
    right: 0;
    display: block;
    z-index: 2;
}

.badge-ticket {
    background: url(../images/badge-tshirt.svg) no-repeat center;
    background-size: 110px auto;
    width: 110px;
    height: 110px;
    position: absolute;
    top: -130px;
    right: 0;
    display: block;
    z-index: 2;
}

.credit_illu {
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-size: 10px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: block;
	text-shadow: 0 0 3px #5776a8;
	color: #fff;
	z-index: 2;
}

/*---------------animation----------------*/

.top-anime01 {
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-moz-animation-duration: 3s;
	animation-delay: .8s;
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
}

.top-anime02 {
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
	-moz-animation-delay: 1.8s;
}

.top-anime02-02 {
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-delay: 2.0s;
	-webkit-animation-delay: 2.0s;
	-moz-animation-delay: 2.0s;
}

/*-----------------------------------------------------
	section
-----------------------------------------------------*/

.section-wrap {
	overflow: hidden;
}

.section {
	position: relative;
	color: #f0f0f0;
}

.section .wrap {
	/*width: calc(100% - 40px);*/
	/*margin: 0 auto;*/
	margin: 0 20px;
	padding: 45px 0;
	position: relative;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 20px;
}

.section h1 {
	font-size: 30px;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}

.section h1.section-title span {
	display: inline-block;
	position: relative;
	color: #ffffff;
}

.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: 12px;
	line-height: 20px;
}

.section p.subtitle {
	font-weight: bold;
	color: #2d2d2d;
	text-align: center;
}

.col2 {}

.col2 .wrap-first {}

.col2 .wrap-last {
	margin-top: 30px;
}

.section.section-about-jt {
    background: #333333 url(../images/bg-sect-about-jt.jpg) no-repeat center bottom;
    background-size: auto 300px;
}

.section.section-about-jt .wrap {
	padding-bottom: 160px;
}

.section.section-about-jt .credit-about {
	color: #999;
	width: 100%;
	position: absolute;
	display: block;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.section.section-about-cafe {
	background: #545454;
}

.section.section-about-miku {
    background: #676767 url(../images/bg-sect-about-miku.png) no-repeat right bottom;
    background: #676767 url(../images/bg-sect-about-miku.png) no-repeat right 0 bottom -100px;
    background-size: auto 300px;
}

.section.section-about-miku .wrap {
	color: #fff;
	padding-bottom: 150px;
}

.section-about-miku p:nth-child(4) {
	/*padding-right: 140px;*/
}

.credit-about {
	font-size: 9px;
	color: #999;
	display: inline-block;
	line-height: 14px;
	margin-top: 10px;
}

.section.section-about-miku h1 {
	color: #fff;
}

.section.section-about-themesong .wrap-first {
	text-align: center;
}

.section.section-about-themesong .wrap-first .lead {
	font-size: 22px;
	margin-bottom: 5px;
}


/*-----------------------------------------------------
	page
-----------------------------------------------------*/
.pageheader {
	position: relative;
	text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
}
.pageheader .wrap {
	padding: 30px 30px 0;
	position: relative;
	box-sizing: border-box;
}
.pageheader h1 {
	font-size: 50px;
	line-height: 50px;
	position: relative;	
}
.pageheader h2 {
    font-size: 12px;
}
#container .pageheader p {
	font-size: 12px;
	margin-top: 30px;
	padding: 0 30px;
	color: #666;
}



/*-----------------------------------------------------
	overview
-----------------------------------------------------*/
#container.live .pageheader h1:after {
	background-position: center 0;
}

#container.live.en .pageheader h1:after {
	background-position: center -50px;
}

.overview {
	margin-top: 30px;
}
/*---------------------------------------------------*/
.overview .label {
	border-bottom: 1px solid #999;
	zoom: 1;
	padding-bottom: 2px;
	font-size: 10px;
}

.overview .label:after {
	content: "";
	display: block;
	clear: both;
}

.overview .label .area {
	float: left;
	width:  50px;
}

.overview .label .venue {
	float: left;
	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;
	line-height: 42px;
	padding: 8px 0;
	font-size: 14px;
}

.overview .cont:after {
	content: "";
	display: block;
	clear: both;
}
/*---------------------------------------------------*/
.overview .cont .place {
}

.overview .cont .area {
	float: left;
	width: 180px;
	position: relative;
    line-height: 20px;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.overview .cont .venue {
	float: left;
	width: calc(100% - 180px);
	line-height: 20px;
	text-align: right;
	padding-top: 6px;
}

/*---------------------------------------------------*/
.overview .cont .schedule {
	
}

.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: 150px;
}

.overview .schedule .inner .open-start {
	float: right;
	width: calc(100% - 150px);
}

.overview .schedule .inner .open-start .inner {
	zoom: 1;
	border-bottom: 1px solid #999;
	font-size: 13px;
}

.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: 70px;*/
	box-sizing: border-box;
	position: relative;
	padding-left: 20px;
	font-size: 12px;
    
    text-align: right;
}

.overview .schedule .inner .open-start .link {
	/*float: right;
	width: 100px;*/
	line-height: 16px;
	padding-bottom: 12px;
	text-align: right;
	color: #ed5a9e;
}

.overview .schedule .inner .open-start .link br {
	display: none;
}

.overview .schedule .inner .open-start .link.buynow,
.overview .schedule .inner .open-start .link.finished {
	font-weight: bold;
}

.overview .schedule .inner .open-start .link.finished {
	
}

.overview .schedule .inner .open-start .day-night span:first-child {
	margin-right: 10px;
}

.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 .md {
	font-size: 16px;
	padding: 0 2px;
}
.overview .schedule .inner .date .year {
	display: none;
}
.overview .schedule .inner .date .week {
	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;
	text-align: center;
}

.overview .soon {
	font-size: 26px;
	font-weight: bold;
	 text-align: center;
}

/*-----------------------------------------------------
	ticket-thum
-----------------------------------------------------*/
.ticket-info {
	margin-top: 45px;
	padding: 20px;
	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 */
}

.android .ticket-info {
	background-color: #ba72cb;
}

.ticket-info .title {
	font-size: 20px;
	margin-bottom: 10px;
	color: #fff;
}
.ticket-info .lead {
	color: #ececec;
	line-height: 1.4 !important;
}
.ticket-info .ticket-thum {
	margin-top: 10px;
}

.ticket-info .cont-thum {
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.5);
	padding: 20px 20px 20px 110px;
	background-size: 90px auto;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 10px;
	text-align: left;
	min-height: 90px;
}

.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: 30px;
	font-size: 11px;
	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%;
}

/*-----------------------------------------------------
	letsgo
-----------------------------------------------------*/
.bnr-letsgo-en {
	display: block;
	background: url(../images/bnr_letsgo_mobile_en.jpg) no-repeat 0 0;
	background-color: #000;
	background-size: 100% auto;
	padding-bottom: 34%;
	margin-top: 30px;
}

.bnr-jorte {
	display: block;
	background: url(../images/bnr_jorte_mobile.jpg) no-repeat 0 0;
	background-color: #000;
	background-size: 100% auto;
	padding-bottom: 34%;
	margin-top: 10px;
}

/*-----------------------------------------------------
	sponsor
-----------------------------------------------------*/
ul.sponsor {
	padding: 30px 0 30px;
	text-align: center;
	font-size: 0;
}
ul.sponsor li {
	display: inline-block;
	font-size: 10px;
	margin: 0 5px;
}
ul.sponsor li a {
	display: block;
	width: 110px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 5px;
	color: #333;
	text-decoration: none;
}
ul.sponsor li a .logo {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	background-image: url(../images/sponsor160105.png);
	background-repeat: no-repeat;
	background-size: auto 70px;
}
ul.sponsor li a .desc {
	margin-top: 6px;
}
ul.sponsor .logo-ana {
	background-position: 0 0;
}
ul.sponsor .logo-tom {
	background-position: -70px 0;
}

.email-jp {
	background: url(../images/emal-jp.png) no-repeat right center;
	padding-right: 155px;
	background-size: 150px auto;
	margin-left: 10px;
}









/*-----------------------------------------------------
	goods
-----------------------------------------------------*/
.section-goods-ex {
	background: #E0E0E0;
}

#container.goods .pageheader h1:after {
	background-position: center -50px;
}

#container.goods .section .wrap {
	padding-top: 30px;
}

.goods-list {
	font-size: 0;
}
.goods-list li {
	display: block;
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
	box-sizing: border-box;
	margin-bottom: 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;
	text-align: center;
}
.goods-list .goods-img {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.goods-list .goods-img span {
}
.goods-list img {
	max-width: 100%;
}
.goods-list .goods-title {
	margin-top: 10px;
	color: #2a2a2a;
	font-size: 14px;
	line-height: 1.3;
}

.goods-list .goods-size {
	margin-top: 2px;
	color: #999;
	font-size: 11px;
	line-height: 1.2;
}

.goods-list .goods-price {
	margin-top: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #111;
}
.goods-list .goods-price span {
}

.goods-list .goods-note {
	margin-top: 10px;
	color: #666;
	font-size: 12px;
}

/*-----------------------------------------------------
	goods-gift
-----------------------------------------------------*/

.goods-gift {
	margin-top: 30px;
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 20px;
	border-radius: 6px;
	font-size: 14px;
	color: #6d6d6d;
}

.goods-gift .col2 .wrap-first {
	
}

.goods-gift .col2 .wrap-last {
	margin-top: 30px;
}

.goods-gift .col2 .wrap-last img {
	width: 100%;
	height: auto;
}



/*-----------------------------------------------------
FAQ
-----------------------------------------------------*/
#container.faq {
    padding-top: 40px;
}
.section.section-faq .wrap {
    padding: 30px 20px;
}

.faq-wrap {
    
}

.faq-title {
    font-family: 'Roboto Condensed', sans-serif;
    border-bottom: .9px solid #fff;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 60px;
}

.faq-title:first-child {
    margin-top: 0;
}

.faq {
    border-bottom: .9px solid #fff;
    padding: 20px 0;
    box-sizing: border-box;
}

.faq-q {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.faq-q span {
    color: #9e9e9e;
    margin-right: 5px;
}
.faq-a {
    font-size: 14px;
}

.faq.faq-concertmap {
    background: url(../images/concertmap.png) no-repeat center bottom 30px;
    background-size: auto 300px;
    padding-bottom: 350px;
}

.faq a {
    color: #000;
}













































