@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 {
	color: #666666;
	line-height: 18px;
	padding: 30px 0 20px;
	border-top: 1px solid #e3e3e3;
	background: #f1f1f1;
	/*background: #fff;*/
}

#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: #666;
}

#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: #666;
}

#footer .ft-menu a,
#footer .ft-link a {
	color: #2d2d2d;
}

#footer .copyright {
	font-size: 10px;
}

.copy_piapro {
	display: inline-block;
	background: url(../images/logo_piapro.svg) no-repeat right center;
	padding-right: 60px;
	margin-right: 10px;
}
/*-----------------------------------------------------
	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.2);
	border: 1px solid rgba(255, 255, 255, 0.4);
	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: #999;
	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-image: linear-gradient(-45deg, rgba(44,44,48,0.70) 0%, rgba(6,3,20,0.70) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c30', endColorstr='#060314',GradientType=1 );
	/*border-bottom:1px solid rgba(44,44,48,0.70);*/
}

/*#header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	height: 50px;
	width: 100%;
	background-image: linear-gradient(-45deg, rgba(44,44,48,0.70) 0%, rgba(6,3,20,0.70) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c30', endColorstr='#060314',GradientType=1 );
}*/

#header .wrap {
	min-width: 1200px;
}

#header h1 {
	height: 50px;
	width: 250px;
	margin-left: 30px;
	float: left;
	transition-duration: .3s;
}

#header h1 a {
	display: block;
	width: inherit;
	height: inherit;
	background: url(../images/id_mikuexpo_na_txt.svg) left center no-repeat;
	background-size: 247px auto;
	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-family: 'Aldrich', sans-serif;
	display: inline-block;
	text-decoration: none;
	padding: 0 20px;
	height: 50px;
	line-height: 53px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
	transition-duration: .3s;
}

#nav #gmenu > li a:hover {
	color: #37b0cf !important;
}

/*-----------------------------------------------------
	cont-top
-----------------------------------------------------*/

#container.top {
	width: 100%;
}

.cont-top-outer {
	position: relative;
	z-index: 1;
	/*background: #d0d0d0;*/
}

.cont-top-outer:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	/*height: 100%;*/
	height: 1291px;
	background: url(../images/bg-na-top2.jpg) right top no-repeat;
	background-size: auto 1400px;
	z-index: -1;
}

.cont-top-outer:before {
	position: absolute;
	display: block;
	content: "";
	/*height: 100%;*/
	height: 1291px;
	width: 560px;
	background: url(../images/bg-na-top2-right.jpg) left 0 no-repeat;
	left: 50%;
	margin-left: 600px;
	background-size: auto 1400px;
	top: 0;
	z-index: -1;
}

/*.cont-top-outer:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	height: 100%;
	background: url(../images/bg1008-04.jpg) center 0px no-repeat;
	background-size: 1200px auto;
	z-index: -1;
}

.cont-top-outer:before {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 295px;
	background: url(../images/bg1008-04-right.jpg) left 0 no-repeat;
	left: 50%;
	margin-left: 600px;
	background-size: 295px auto;
	top: 0;
	z-index: -1;
}*/

.cont-top {
	height: 100%;
	position: relative;
	max-height: 940px;
}

.cont-top .wrap {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: table;
	position: relative;
}

.cont-top .wrap .inner {
	padding: 0px 510px 0 90px;
	/*padding: 280px 460px 0 70px;*/
	display: table-cell;
	vertical-align: middle;
}

.top-logo {
	width: 100%;
	background: url(../images/logo-copy-na5.svg) no-repeat center;
	/*padding-bottom: calc(100% * 426 / 1018);*/
	padding-bottom: calc(100% * 564 / 1018);
	background-size: 100% auto;
	margin-bottom: 30px;
	/*margin-top: -80px;*/
}

.sns-top {
	width: 100%;
	position: relative;
	text-align: left;
	box-sizing: border-box;
	padding-left: 10px;
}

.sns-top .bnr-twitter a {
	display: inline-block;
	line-height: 32px;
	height: 32px;
	background: #2d2d2d;
	/*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: 11px;
	transition-duration: .2s;
}

.sns-top .bnr-twitter a:hover {
	background: #2d2d2d;
}

.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: left;
}

.logo_miku {
	background: url(../images/logo_miku.png) no-repeat center;
	background-size: 80px auto;
	width: 80px;
	height: 34px;
	position: absolute;
	bottom: 46px;
	right: 40px;
	display: block;
	z-index: 2;
}

.credit_neco {
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-size: 10px;
	position: absolute;
	bottom: 20px;
	right: 40px;
	display: block;
	text-shadow: 0 0 3px #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;
	position: relative;
	z-index: 2;
}

.section {
	position: relative;
	color: #6D6D6D;
}

.section .wrap {
	padding: 120px 90px;
	position: relative;
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	min-height: 590px;
}

.section h1 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 45px;
	color: #2d2d2d;
}

.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: 425px;
}

.col2 .wrap-last {
	float: right;
	width: 425px;
}

/*.section.section-soon {
	padding-top: 50px;
	
}

.section.section-soon .wrap {
	height: 580px;
	background: url(../images/logo-na-soon.svg) no-repeat center;
	background-size: 920px auto;
	padding: 0;
	padding-top: 490px;
	min-height: 200px;
}*/

.section.section-about-jt {
	color: #2d2d2d;
	/*background: #EEEEEE;*/
}

.section.section-about-jt .wrap {
	padding-top: 160px;
	padding-bottom: 300px;
	background: url(../images/bg-sect-about-jt.jpg) no-repeat center bottom;
}

.section.section-about-jt .wrap:before {
	background: url(../images/bg-sect-about-jt-left.jpg) no-repeat left bottom;
	display: block;
	content: "";
	position: absolute;
	width: 148px;
	height: 100%;
	top: 0;
	left: -148px;
}

.section.section-about-jt .wrap:after {
	background: url(../images/bg-sect-about-jt-right.jpg) no-repeat left bottom;
	display: block;
	content: "";
	position: absolute;
	width: 148px;
	height: 100%;
	top: 0;
	right: -148px;
}

.section.section-about-jt .credit-about {
	color: #666;
	width: 100%;
	left: 0;
	text-align: center;
}

.section.section-about-expo {
	background: #101010;
}

.section.section-about-expo .wrap {
	padding-right: 540px;
	color: #fff;
	background: url(../images/bg-sect-about-expo.jpg) no-repeat center top;
}

.section.section-about-expo .wrap:before {
	background: url(../images/bg-sect-about-expo-left.jpg) no-repeat left top;
	display: block;
	content: "";
	position: absolute;
	width: 148px;
	height: 100%;
	top: 0;
	left: -148px;
}

.section.section-about-expo .wrap:after {
	background: url(../images/bg-sect-about-expo-right.jpg) no-repeat left top;
	display: block;
	content: "";
	position: absolute;
	width: 148px;
	height: 100%;
	top: 0;
	right: -148px;
}

.section.section-about-miku {
	background: #262626;
}

.section.section-about-miku .wrap {
	padding-right: 685px;
	color: #fff;
	background: url(../images/bg-sect-about-miku2.jpg) no-repeat center 70px;
}

.section.section-about-miku .wrap:after {
	background: url(../images/bg-sect-about-miku2-right.jpg) no-repeat left 70px;
	display: block;
	content: "";
	position: absolute;
	width: 148px;
	height: 100%;
	top: 0;
	right: -148px;
}

.credit-about {
	font-size: 10px;
	color: #999;
	display: inline-block;
	line-height: 14px;
	position: absolute;
	left: 90px;
	bottom: 30px;
}

.section.section-contest,
.section.section-contest-en {
	background: #101010;
}

.section.section-contest .wrap {
	padding: 0;
	display: block;
	min-height: 10px;
	background: url(../images/bnr_contest_l.jpg) no-repeat center;
	/*padding-bottom: calc(100% * 220 / 1200);*/
	/*background-size: 100% auto;*/
	
	width: 100%;
	height: 220px;
}

.section.section-contest-en .wrap {
	padding: 0;
	display: block;
	min-height: 10px;
	background: url(../../images/contest/bnr_contest_l_en.jpg) no-repeat center;
	/*background: url(../images/bnr_contest_l_en.jpg) no-repeat center;*/
	/*padding-bottom: calc(100% * 220 / 1200);*/
	/*background-size: 100% auto;*/
	width: 100%;
	height: 220px;
}

.section.section-about-expo h1,
.section.section-about-miku h1 {
	color: #fff;
}

.section.section-about-illustration {
	background: #f1f1f1;
}

.section.section-about-illustration .wrap {
	background: #f1f1f1 url(../images/bg-sect-about-illustration.jpg) no-repeat center bottom;
}

.section.section-about-illustration .wrap:after {
	background: #f1f1f1 url(../images/bg-sect-about-illustration-left.jpg) no-repeat right bottom;
	display: block;
	content: "";
	position: absolute;
	width: 652px;
	height: 100%;
	top: 0;
	left: -652px;
}

.section.section-about-illustration .wrap-first {
	width: 40%;
	padding-top: 60px;
}

.section.section-about-illustration .wrap-last {
	width: calc(50% - 120px);
}

.section.section-about-illustration .wrap-last img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2px;
	box-shadow: 0 0 80px 80px #f1f1f1;
}

.section.section-about-illustration .wrap-last .credit-about {
	display: block;
	position: relative;
	text-align: right;
	margin-top: 6px;
	left: 0;
	bottom: 0;
}

.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-en .wrap-first .lead {
	text-indent: 0;
}

.section.section-about-themesong .wrap-last {
	width: 620px;
}

/*-----------------------------------------------------
	page
-----------------------------------------------------*/
.pageheader {
	position: relative;
	padding-top: 51px;
	text-align: center;
}
.pageheader .wrap {
	padding: 80px 90px 60px;
	position: relative;
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
}
.pageheader h1 {
	padding-top: 120px;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	color: #2d2d2d;
	letter-spacing: 2px;
	
}
.pageheader h1:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	height: 120px;
	width: 100%;
	background: url(../images/pagetitle.svg) no-repeat center top;
	background-size: auto 960px;/* height 120px * num */
}

#container .pageheader p {
	font-size: 16px;
	margin-top: 90px;
	padding: 0 120px;
	color: #666;
}

#container .pageheader a {
	color: #37b0cf;
}


/*---------------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 {
	
}
/*---------------------------------------------------*/
.overview .label {
	border-bottom: 1px solid #2d2d2d;
	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: 250px;
}

.overview .label .venue {
	float: left;
	width: 200px;
}

.overview .label .date {
	float: left;
	width: 320px;
}

/*---------------------------------------------------*/
.overview .cont {
	border-bottom: 1px solid #2d2d2d;
	zoom: 1;
	font-size: 14px;
	line-height: 20px;
	color: #2d2d2d;
}

.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: 250px;
	position: relative;
	text-indent: -9999px;
}

.overview .cont .venue {
	float: right;
	width: 200px;
	line-height: 72px;
}

.overview .cont .venue.long {
	padding: 16px 0;
	line-height: 20px;
}

.overview .cont .area:after {
	position: absolute;
	content: "";
	left: 0;
	top: 24px;
	display: block;
	height: 29px;
	width: 220px;
	background: url(../images/txt-na-city5.svg) no-repeat left top;
	background-size: auto 300px;
}

.overview .cont.cont-seattle .area:after {
	background-position: left 0;
}
.overview .cont.cont-sf .area:after {
	background-position: left -30px;
}
.overview .cont.cont-la .area:after {
	background-position: left -60px;
}
.overview .cont.cont-dallas .area:after {
	background-position: left -90px;
}
.overview .cont.cont-toronto .area:after {
	background-position: left -120px;
}
.overview .cont.cont-ny .area:after {
	background-position: left -150px;
}
.overview .cont.cont-mexico .area:after {
	background-position: left -180px;
}
.overview .cont.cont-chicago .area:after {
	background-position: left -210px;
}
.overview .cont.cont-houston .area:after {
	background-position: left -240px;
}
.overview .cont.cont-monterrey .area:after {
	background-position: left -270px;
}
/*---------------------------------------------------*/
.overview .cont .schedule {
	float: right;
	width: 570px;
}

.overview .schedule .inner {
	zoom: 1;
	border-bottom: 1px solid #ccc;
	/*padding: 20px 0;*/
}

.overview .schedule .inner:last-child {
	border-bottom: none;
}

.overview .schedule .inner:after {
	content: "";
	display: block;
	clear: both;
}

.overview .schedule .inner .date {
	float: left;
	width: 140px;
	line-height: 72px;
}

.overview .schedule .inner .open-start {
	float: right;
	width: 430px;
}

.overview .schedule .inner .open-start .inner {
	zoom: 1;
	border-bottom: 1px solid #ccc;
	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: 230px;
	box-sizing: border-box;
	position: relative;
	padding-left: 24px;
	font-size: 13px;
	line-height: 40px;
}

.overview .schedule .inner .open-start .link {
	float: right;
	width: 160px;
	text-align: right;
	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 {
	line-height: 40px;
	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%;
}

/*-----------------------------------------------------
	letsgo
-----------------------------------------------------*/
.bnr-letsgo-en {
	display: block;
	height: 120px;
	background: url(../images/bnr_letsgo_anime_en.jpg) no-repeat 0 0;
	margin-top: 45px;
	-webkit-animation: letsgo-anime infinite steps(4,end) 1s;
	-moz-animation: letsgo-anime infinite steps(4,end) 1s;
	-ms-animation: letsgo-anime infinite steps(4,end) 1s;
}

@-webkit-keyframes letsgo-anime {
	100%	 { background-position-y: -480px; }
}
@-moz-keyframes letsgo-anime {
	100%	 { background-position-y: -480px; }
}
@-ms-keyframes letsgo-anime {
	100%	 { background-position-y: -480px; }
}
.bnr-jorte {
	display: block;
	height: 120px;
	background: url(../images/bnr_jorte.jpg) no-repeat 0 0;
	margin-top: 20px;
}

/*-----------------------------------------------------
	sponsor
-----------------------------------------------------*/
ul.sponsor {
	padding: 30px 130px 30px;
	text-align: center;
	font-size: 0;
}
ul.sponsor li {
	display: inline-block;
	font-size: 12px;
	margin: 0 5px 10px;
	position: relative;
	vertical-align: top;
}

ul.sponsor li a {
	display: block;
	width: 120px;
	height: 120px;
	box-sizing: border-box;
	/*border: 1px solid #ddd;*/
	border-radius: 6px;
	text-decoration: none;
	position: relative;
}

ul.sponsor li a:after {
	display: block;
	position: absolute;
	content: "";
	width: 90px;
	height: 90px;
	top: 15px;
	left: 15px;
	background-image: url(../images/sponsor160407.png);
	background-repeat: no-repeat;
	background-size: auto 90px;
}

ul.sponsor .sponsor-txt {
	text-align: center;
	line-height: 14px;
	font-size: 11px;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	color: #666;
}

ul.sponsor a.logo-ana:after {
	background-position: 0 0;
}
ul.sponsor a.logo-bushiroad:after {
	background-position: -90px 0;
}
ul.sponsor a.logo-finehorse:after {
	background-position: -180px 0;
}
ul.sponsor a.logo-gsc:after {
	background-position: -270px 0;
}
ul.sponsor a.logo-gumi:after {
	background-position: -360px 0;
}
ul.sponsor a.logo-hobbystock:after {
	background-position: -450px 0;
}
ul.sponsor a.logo-kinokuniya:after {
	background-position: -540px 0;
}
ul.sponsor a.logo-maxfactory:after {
	background-position: -630px 0;
}
ul.sponsor a.logo-mtv81:after {
	background-position: -720px 0;
}
ul.sponsor a.logo-squishable:after {
	background-position: -810px 0;
}
ul.sponsor a.logo-thousandtoys:after {
	background-position: -900px 0;
}
ul.sponsor a.logo-tom:after {
	background-position: -990px 0;
}
ul.sponsor a.logo-volks:after {
	background-position: -1080px 0;
}










/*-----------------------------------------------------
	event
-----------------------------------------------------*/
.bnr-event {
	display: block;
	height: 280px;
	background: url(../images/event/bnr-event.jpg) no-repeat 0 0;
	margin-top: 60px;
}

#container.exhibition .pageheader h1:after {
	background-position: center 0px;
}

#container.exhibition .section .wrap {
	padding-top: 30px;
}
/*-----------------------------------------------------
	event-schedule
-----------------------------------------------------*/

.exhibition-schedule {}

.exhibition-schedule .cont {
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
	background: #fff;
	border-radius: 6px;
	zoom: 1;
	font-size: 16px;
	overflow: hidden;
}

.exhibition-schedule .cont:after {
	content: "";
	display: block;
	clear: both;
}

.exhibition-schedule .main {
	padding: 60px;
	box-sizing: border-box;
}

.exhibition-schedule .event-title {
	margin-bottom: 45px;
	padding-top: 30px;
	text-align: center;
}

.exhibition-schedule .event-title img {
	max-width: 100%;
}

.exhibition-schedule .event-title-txt {
	font-weight: bold;
	margin-bottom: 10px;
	display: none;
}

.exhibition-schedule .sub {
	padding: 10px 60px 60px;
}

/*-------------------------Digital Stars--------------------------*/

.exhibition-schedule .cont.cont-ds {
	background: #0a0b1b url(../images/event/ds-img.jpg) right top no-repeat;
	background-size: 100% auto;
	color: #fff;
}

.exhibition-schedule .cont.cont-ds .main {
	padding-right: 525px;
	min-height: 560px;
}

.exhibition-schedule .cont.cont-ds .shop-list {
	border-top: 1px solid #424473;
}

.exhibition-schedule .cont.cont-ds .shop-list .shop {
	padding: 12px 0;
	border-bottom: 1px solid #424473;
	position: relative;
}

.exhibition-schedule .cont.cont-ds .shop-list .shop span.ds-date {
	display: inline-block;
	min-width: 220px;
}

.exhibition-schedule .cont.cont-ds .shop-list .shop .ds-where {
	margin-right: 20px;
}

.exhibition-schedule .cont.cont-ds .shop-list .shop .ds-ticket {
	/*display: inline-block;
	margin-left: 20px;*/
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	text-align: right;
}

.exhibition-schedule .cont.cont-ds .shop-list .shop .ds-feat {
	font-size: 13px;
	margin-left: 220px;
}



/*-------------------------Short Film Festival--------------------------*/

.exhibition-schedule .cont.cont-film {
	background: #110004 url(../images/event/film-img.jpg) center top no-repeat;
	background-size: 100% auto;
	color: #fff;
}

.exhibition-schedule .cont.cont-film .main {
	padding-left: 240px;
	padding-right: 240px;
}

.exhibition-schedule .cont.cont-film .event-title {
	padding-top: 90px;
}

.exhibition-schedule .cont.cont-film .event-title-txt {
	text-align: center;
}

.sff-wrap {
	border-top: 1px solid #5A5A5A;
}

.sff-wrap .sff {
	box-sizing: border-box;
	border-bottom: 1px solid #5A5A5A;
	padding: 30px 0;
	font-size: 15px;
}

.sff-wrap .sff-city {
	font-size: 22px;
	margin-bottom: 15px;
	color: #C10137;
	font-weight: bold;
}

.sff-wrap .sff-spec span {
	color: #C10137;
	display: inline-block;
	/*min-width: 60px;*/
	margin-left: 30px;
	margin-right: 10px;
}

.sff-wrap .sff-spec span:first-child {
	margin-left: 0;
}

.sff-wrap .sff-date,
.sff-wrap .sff-time,
.sff-wrap .sff-where,
.sff-wrap .sff-ticket {
	margin-top: 6px;
}

.sff-wrap .sff .list-nml {
	margin-top: 6px;
}

.sff-wrap .sff .list-nml li {
	margin-bottom: 6px;
}

.sff-wrap .sff .list-nml li span {
	/*font-weight: bold;*/
	color: #fff;
}

.sff-wrap .sff-desc {
	margin-top: 30px;
}

.sff-badge {
	margin-top: 45px;
	border: 1px solid #790815;
	padding: 30px;
	padding-right: 260px;
	border-radius: 4px;
	background: #620613 url(../images/event/img_pins.png) right 30px center no-repeat;
	background-size: 200px auto;
}
/*-------------------------Let’s Draw--------------------------*/

.exhibition-schedule .cont.cont-draw {
	background: #5A7D55;
	color: #fff;
	/*color: #D6CBB4;*/
}

.exhibition-schedule .cont.cont-draw .main {
	padding-right: 525px;
	background: url(../images/event/draw-img.png) right 45px top 80px no-repeat;
	background-size: 408px auto;
	min-height: calc(388px + 80px);
}

.exhibition-schedule .cont.cont-draw .shop-list {
	border-top: 1px solid #88A97C;
	/*background: #60B763;*/
}

.exhibition-schedule .cont.cont-draw .shop-list .shop {
	padding: 12px 0;
	border-bottom: 1px solid #88A97C;
}

.exhibition-schedule .cont.cont-draw .shop-list .shop span {
	display: inline-block;
	min-width: 220px;
}

.exhibition-schedule .cont.cont-draw .shop-list .shop a {
	margin-right: 10px;
	color: #8DE8FF !important;
}

.exhibition-schedule .cont.cont-draw .shop-list .other {
	display: inline-block;
	margin-left: 30px;
	font-size: 14px;
}

.draw-badge {
	margin-top: 45px;
	border: 1px solid #6C8E67;
	padding: 30px;
	padding-right: 260px;
	border-radius: 4px;
	background: #516D4D url(../images/event/img_pins.png) right 30px center no-repeat;
	background-size: 200px auto;
}
/*-------------------------Sticker Hunt--------------------------*/

.exhibition-schedule .cont.cont-sticker {
	background: #544339 ;
	color: #fff;
}

.exhibition-schedule .cont.cont-sticker .main {
	padding: 60px 180px;
}

.exhibition-schedule .cont.cont-sticker .event-title-txt {
	text-align: center;
}

.sticker-wrap {
	zoom: 1;
	margin-bottom: 12px;
}

.sticker-wrap:after {
	content: "";
	display: block;
	clear: both;
}

.sticker-wrap .sticker {
	float: left;
	width: calc(100% / 3 - 12px);
	box-sizing: border-box;
	border: 1px solid #DCD1CA;
	padding: 30px;
	padding-top: 270px;
	position: relative;
	background: #C1B7B1;
	margin-right: 12px;
	border-radius: 4px;
	color: #46352B;
}

.sticker-wrap .sticker:last-child {
	margin-right: 0;
}

.sticker-wrap .sticker:after {
	position: absolute;
	display: block;
	content: "";
	width: 240px;
	height: 240px;
	top: 20px;
	left: 50%;
	margin-left: -120px;
	background-image: url(../images/event/sticker.png);
	background-repeat: no-repeat;
	background-size: 240px auto;
	background-position: center 0;
}

/*.sticker-wrap.mh .sticker {
	min-height: 450px;
}*/

.sticker-wrap .sticker-city {
	font-weight: bold;
	margin-bottom: 10px;
	color: #34261e;
}

.sticker-wrap .sticker-desc {
	font-size: 14px;
}

.sticker-wrap .sticker01:after {
	background-position: center 0;
}

.sticker-wrap .sticker02:after {
	background-position: center -240px;
}

.sticker-wrap .sticker03:after {
	background-position: center -480px;
}

.sticker-wrap .sticker04:after {
	background-position: center -720px;
}

.sticker-wrap .sticker05:after {
	background-position: center -960px;
}

.sticker-wrap .sticker06:after {
	background-position: center -1200px;
}

.sticker-wrap .sticker07:after {
	background-position: center -1440px;
}

.sticker-wrap .sticker08:after {
	background-position: center -1680px;
}

.sticker-wrap .sticker09:after {
	background-position: center -1920px;
}

.sticker-wrap .sticker10:after {
	background-position: center -2160px;
}

.sticker-wrap .sticker11:after {
	background-position: center -2400px;
}

.sticker-wrap .sticker12:after {
	background-position: center -2640px;
}



/*-----------------------------------------------------
	goods
-----------------------------------------------------*/
#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-price {
	margin-top: 10px;
	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;
}











