@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: #666666;
	font-size: 12px;
	line-height: 18px;
	padding: 30px 0 10px;
	border-top: 1px solid #e3e3e3;
	background: #f1f1f1;
	/*background: #fff;*/
}

#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: #2d2d2d;
}

#footer .copyright {
	font-size: 10px;
}

.copy_piapro {
	display: inline-block;
	background: url(../images/logo_piapro.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-color: rgba(44,44,48,0.90);
}

#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_na_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%;
	background: #e9eaea url(../images/bg-na-top-mobile2.jpg) center 0 no-repeat;
	background-size: 100% auto;
}

.cont-top-outer {
	position: relative;
	z-index: 1;
}

.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: top;
	padding-top: 170px;
}

.top-logo {
	width: 68%;
	background: url(../images/logo-copy-na5.svg) no-repeat center;
	/*padding-bottom: 38%;*/
	padding-bottom: 55.5%;
	background-size: 100% auto;
	margin-bottom: 20px;
	margin-left: 20px;
}

.sns-top {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding-left: 20px;
}

.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: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	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;
	margin-bottom: 10px;
	text-align: left;
}

.sns-top .sns .snsbtn {
	margin-left: 0;
}


.logo_miku {
	background: url(../images/logo_miku.png) no-repeat center;
	background-size: 64px auto;
	width: 64px;
	height: 28px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: block;
	z-index: 2;
}

.credit_neco {
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-size: 10px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	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;
}

.section {
	position: relative;
	color: #6D6D6D;
}

.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: 22px;
	line-height: 24px;
	margin-bottom: 20px;
	text-align: center;
	color: #2d2d2d;
}

.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: #EEEEEE url(../images/bg-sect-about-jt.jpg) no-repeat left bottom;
	color: #2d2d2d;
}

.section.section-about-jt .wrap {
	padding-bottom: 240px;
}

.section.section-about-jt .credit-about {
	color: #666;
	width: 100%;
	position: absolute;
	display: block;
	left: 0;
	bottom: 20px;
}

.section.section-about-expo {
	background: #101010 url(../images/bg-sect-about-expo.jpg) no-repeat center bottom;
	background-size: contain;
}

.section.section-about-expo .wrap {
	color: #fff;
	padding-bottom: 70px;
}

.section.section-about-miku {
	background: #262626 url(../images/bg-sect-about-miku.jpg) no-repeat center bottom;
	background-size: contain;
}

.section.section-about-miku .wrap {
	color: #fff;
	padding-bottom: 50px;
}

.section-about-miku p:nth-child(5) {
	padding-right: 120px;
}

/*.section.section-about-miku p:first-child {
	padding-right: 100px;
}*/

.credit-about {
	font-size: 9px;
	color: #999;
	display: inline-block;
	line-height: 14px;
	margin-top: 10px;
}

.section.section-contest {
	display: block;
	width: 100%;
	background: #101010 url(../images/bnr_contest_mobile.jpg) no-repeat center;
	padding-bottom: 50%;
	background-size: 100% auto;
	box-sizing: border-box;
}

.section.section-contest-en {
	display: block;
	width: 100%;
	background: #101010 url(../../images/contest/bnr_contest_mobile_en.jpg) no-repeat center;
	/*background: #101010 url(../images/bnr_contest_mobile_en.jpg) no-repeat center;*/
	padding-bottom: 50%;
	background-size: 100% auto;
	box-sizing: border-box;
}

.section.section-contest .wrap,
.section.section-contest-en .wrap {
	margin: 0;
}

.section.section-about-expo h1,
.section.section-about-miku h1 {
	color: #fff;
}

.section.section-about-illustration {
	background: #f1f1f1;
}

.section.section-about-illustration .wrap {
	
}

.section.section-about-illustration .wrap-last img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2px;
}

.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 {
	text-align: center;
}

.section.section-about-themesong .wrap-first .lead {
	font-size: 22px;
	margin-bottom: 5px;
}



















/*-----------------------------------------------------
	page
-----------------------------------------------------*/
.pageheader {
	position: relative;
	padding-top: 41px;
	text-align: center;
}
.pageheader .wrap {
	padding: 45px 30px 0;
	position: relative;
	box-sizing: border-box;
}
.pageheader h1 {
	padding-top: 50px;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	color: #2d2d2d;
	
}
.pageheader h1:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	background: url(../images/pagetitle.svg) no-repeat center top;
	background-size: auto 400px;/* height 50px * num */
}
#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 {
	
}
/*---------------------------------------------------*/
.overview .label {
	border-bottom: 1px solid #2d2d2d;
	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 #2d2d2d;
	zoom: 1;
	line-height: 42px;
	padding: 8px 0;
	font-size: 14px;
	color: #2d2d2d;
}

.overview .cont:after {
	content: "";
	display: block;
	clear: both;
}
/*---------------------------------------------------*/
.overview .cont .place {
}

.overview .cont .place:after {
	content: "";
	display: block;
	clear: both;
}

.overview .cont .area {
	float: left;
	width: 180px;
	position: relative;
	text-indent: -9999px;
}

.overview .cont .venue {
	float: left;
	width: calc(100% - 180px);
	line-height: 16px;
	text-align: right;
	padding-top: 6px;
}

/*.android .overview .cont .venue {
	float: none;
	text-align: right;
}*/

.overview .cont .area:after {
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	display: block;
	height: 29px;
	width: 180px;
	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.cont-monterrey .area:after {
	height: 29px;
	width: 180px;
	background-size: auto 285px;
	background-position: left -255px;
}

/*---------------------------------------------------*/
.overview .cont .schedule {
	
}

.overview .schedule .inner {
	zoom: 1;
	border-bottom: 1px solid #ccc;
}

.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;
}

.overview .schedule .inner .open-start {
	float: right;
	width: calc(100% - 120px);
}

.overview .schedule .inner .open-start .inner {
	zoom: 1;
	border-bottom: 1px solid #ccc;
	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;
}

.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 {
	font-weight: bold;
}

.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/sponsor160407.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: -770px 0;
}*/


ul.sponsor {
	padding: 30px 10px 30px;
	text-align: center;
	font-size: 0;
}
ul.sponsor li {
	display: inline-block;
	font-size: 10px;
	margin: 0 5px 10px;
	position: relative;
	vertical-align: top;
}

ul.sponsor li a {
	display: block;
	width: 100px;
	height: 100px;
	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: 70px;
	height: 70px;
	top: 15px;
	left: 15px;
	background-image: url(../images/sponsor160407.png);
	background-repeat: no-repeat;
	background-size: auto 70px;
}

ul.sponsor .sponsor-txt {
	text-align: center;
	line-height: 12px;
	font-size: 10px;
	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: -70px 0;
}
ul.sponsor a.logo-finehorse:after {
	background-position: -140px 0;
}
ul.sponsor a.logo-gsc:after {
	background-position: -210px 0;
}
ul.sponsor a.logo-gumi:after {
	background-position: -280px 0;
}
ul.sponsor a.logo-hobbystock:after {
	background-position: -350px 0;
}
ul.sponsor a.logo-kinokuniya:after {
	background-position: -420px 0;
}
ul.sponsor a.logo-maxfactory:after {
	background-position: -490px 0;
}
ul.sponsor a.logo-mtv81:after {
	background-position: -560px 0;
}
ul.sponsor a.logo-squishable:after {
	background-position: -630px 0;
}
ul.sponsor a.logo-thousandtoys:after {
	background-position: -700px 0;
}
ul.sponsor a.logo-tom:after {
	background-position: -770px 0;
}
ul.sponsor a.logo-volks:after {
	background-position: -840px 0;
}







/*-----------------------------------------------------
	event
-----------------------------------------------------*/
.bnr-event {
	display: block;
	padding-bottom: 52%;
	background: url(../images/event/bnr-event-mobile.jpg) no-repeat 0 0;
	background-size: 100% auto;
	margin-top: 30px;
}

#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: 13px;
	overflow: hidden;
}

.exhibition-schedule .cont:after {
	content: "";
	display: block;
	clear: both;
}

.exhibition-schedule .main {
	padding: 30px;
	box-sizing: border-box;
}

.exhibition-schedule .event-title {
	margin-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}

.exhibition-schedule .event-title img {
	max-width: 100%;
}

.exhibition-schedule .event-title-txt {
	display: none;
}

.exhibition-schedule .sub {
	padding: 10px 30px 30px;
}

/*-------------------------Digital Stars--------------------------*/

.exhibition-schedule .cont.cont-ds {
	background: #0a0b1b url(../images/event/ds-img.jpg) right top -24px no-repeat;
	background-size: 100% auto;
	color: #fff;
}

.exhibition-schedule .cont.cont-ds .event-title {
	padding-right: 20%;
	margin-bottom: 70px;
}

.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;
}

.exhibition-schedule .cont.cont-ds .shop-list .shop span {
	display: block;
}

.exhibition-schedule .cont.cont-ds .shop-list .shop a {
	margin-right: 10px;
}

.exhibition-schedule .cont.cont-ds .shop-list .shop .ds-ticket {
	margin-top: 5px;
	display: inline-block;
}

.exhibition-schedule .cont.cont-ds .shop-list .shop .ds-feat {
	font-size: 12px;
}

/*-------------------------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 .event-title {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 34px;
	margin-bottom: 64px;
}

.sff-wrap {
	/*border-top: 1px solid #5A5A5A;*/
}

.sff-wrap .sff {
	box-sizing: border-box;
	padding: 30px 0;
	border-top: 1px solid #5A5A5A;
}

.sff-wrap .sff-city {
	font-size: 18px;
	margin-bottom: 20px;
	color: #C10137;
	font-weight: bold;
}

.sff-wrap .sff-spec {
	font-size: 13px;
}

.sff-wrap .sff-spec span {
	color: #C10137;
	/*margin-right: 10px;*/
	display: inline-block;
	min-width: 50px;
}

.sff-wrap .sff-date,
.sff-wrap .sff-time,
.sff-wrap .sff-where,
.sff-wrap .sff-ticket {
	margin-top: 6px;
}

.sff-wrap .sff-date span,
.sff-wrap .sff-time span,
.sff-wrap .sff-where span,
.sff-wrap .sff-ticket span {
	display: block;
	margin-right: 10px;
	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: 20px;
	font-size: 13px;
}

.sff-badge {
	margin-top: 20px;
	border: 1px solid #790815;
	padding: 20px;
	padding-top: 80px;
	border-radius: 4px;
	background: #620613 url(../images/event/img_pins.png) center top 20px no-repeat;
	background-size: auto 46px;
}
/*-------------------------Let’s Draw--------------------------*/

.exhibition-schedule .cont.cont-draw {
	background: #5A7D55;
	color: #fff;
}

.exhibition-schedule .cont.cont-draw .main {
	background: url(../images/event/draw-img.png) center top 20px no-repeat;
	background-size: auto 180px;
}

.exhibition-schedule .cont.cont-draw .event-title {
	padding-top: 190px;
	margin-bottom: 30px;
}

.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: block;
}

.exhibition-schedule .cont.cont-draw .shop-list .shop a {
	margin-right: 10px;
	color: #8DE8FF !important;
}

.exhibition-schedule .cont.cont-draw .shop-list .other {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}

.draw-badge {
	margin-top: 20px;
	border: 1px solid #6C8E67;
	padding: 20px;
	padding-top: 80px;
	border-radius: 4px;
	background: #516D4D url(../images/event/img_pins.png) center top 20px no-repeat;
	background-size: auto 46px;
}
/*-------------------------Sticker Hunt--------------------------*/

.exhibition-schedule .cont.cont-sticker {
	background: #544339;
	color: #fff;
}

.exhibition-schedule .cont.cont-sticker .event-title {
	padding-top: 10px;
	margin-bottom: 20px;
}

.exhibition-schedule .cont.cont-sticker .event-title-txt {
	text-align: center;
}

.exhibition-schedule .cont.cont-sticker .sub {
	padding: 0 10px 30px;
}

.sticker-wrap {
	/*margin-bottom: 10px;*/
}

.sticker-wrap .sticker {
	box-sizing: border-box;
	border: 1px solid #DCD1CA;
	padding: 20px;
	padding-left: 170px;
	position: relative;
	background: #C1B7B1;
	border-radius: 4px;
	color: #46352B;
	margin-bottom: 10px;
	min-height: 160px;
}

.sticker-wrap .sticker:after {
	position: absolute;
	display: block;
	content: "";
	width: 150px;
	height: 150px;
	top: 5px;
	left: 5px;
	background-image: url(../images/event/sticker.png);
	background-repeat: no-repeat;
	background-size: 150px auto;
	background-position: center 0;
}

.sticker-wrap .sticker-city {
	font-weight: bold;
	margin-bottom: 10px;
	color: #34261e;
}

.sticker-wrap .sticker-desc {
	font-size: 12px;
	line-height: 1.4;
}

.sticker-wrap .sticker01:after {
	background-position: center 0;
}

.sticker-wrap .sticker02:after {
	background-position: center -150px;
}

.sticker-wrap .sticker03:after {
	background-position: center -300px;
}

.sticker-wrap .sticker04:after {
	background-position: center -450px;
}

.sticker-wrap .sticker05:after {
	background-position: center -600px;
}

.sticker-wrap .sticker06:after {
	background-position: center -750px;
}

.sticker-wrap .sticker07:after {
	background-position: center -900px;
}

.sticker-wrap .sticker08:after {
	background-position: center -1050px;
}

.sticker-wrap .sticker09:after {
	background-position: center -1200px;
}

.sticker-wrap .sticker10:after {
	background-position: center -1350px;
}

.sticker-wrap .sticker11:after {
	background-position: center -1500px;
}

.sticker-wrap .sticker12:after {
	background-position: center -1650px;
}

/*-----------------------------------------------------
	goods
-----------------------------------------------------*/
#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;
}
.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-price {
	margin-top: 10px;
	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;
}






















































