@charset "UTF-8";
/*-----------------------------------------------------
	SNS BUTTON
-----------------------------------------------------*/

.txt-mobile-s {
	font-size: 12px !important;
}

/*-----------------------------------------------------
	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;
}

#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: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid #fff;
}

#header .wrap {}

#header h1 {
	height: 40px;
	width: 210px;
	margin-left: 20px;
}

#header h1 a {
	display: block;
	width: inherit;
	height: inherit;
	background: url(../images/id_mikuexpo_japan_txt_black.png) 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/bg1008-04-mobile.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: middle;
	/*padding-top: 70px;*/
	padding-top: 0;
	padding-bottom: 30px;
}

.top-logo {
	width: 68%;
	/*background: url(../images/logo-copy-japan-01.svg) no-repeat center;*/
	/*padding-bottom: 39.6%;*/
	background: url(../images/logo-copy-japan-mobile-06.svg) no-repeat center;
	padding-bottom: 38%;
	background-size: 100% auto;
	margin-bottom: 20px;
	margin-left: 20px;
}

.top-logo-en {
	width: 75%;
	background: url(../images/logo-copy-en-02.svg) no-repeat center;
	padding-bottom: 39.6%;
	background-size: 100% auto;
	margin-bottom: 10px;
	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;
}

.news-top {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	z-index: 1;
}

.news-top ul li {
	display: block;
	width: 100%;
}

.news-top ul li a {
	color: #f0f0f0;
	background: linear-gradient(45deg,  rgba(55,176,207,0.9) 0%,rgba(55,176,207,0.9) 27%,rgba(237,90,158,0.9) 90%,rgba(237,90,158,0.9) 100%); /* W3C */
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	width: 100%;
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	position: relative;
}

.android .news-top ul li a {
	background: rgba(55,176,207,0.9);
}

.news-top ul li a .inner {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-top ul li a .date {
	margin-right: 10px;
}




.news-top ul li div {
	color: #f0f0f0;
	background: linear-gradient(45deg,  rgba(55,176,207,0.9) 0%,rgba(55,176,207,0.9) 27%,rgba(237,90,158,0.9) 90%,rgba(237,90,158,0.9) 100%); /* W3C */
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	width: 100%;
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	position: relative;
}

.news-top ul li div .inner {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-top ul li div .date {
	margin-right: 10px;
}







.logo_miku {
	background: url(../images/logo_miku.png) no-repeat center;
	background-size: 64px auto;
	width: 64px;
	height: 28px;
	position: absolute;
	bottom: 88px;
	/*bottom: 128px;*/
	right: 20px;
	display: block;
	z-index: 2;
}

.credit_neco {
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-size: 10px;
	position: absolute;
	bottom: 88px;
	/*bottom: 128px;*/
	left: 20px;
	display: block;
	text-shadow: 0 0 3px #fff;
	z-index: 2;
}

.news-top-list {
	background: #666;
	overflow: hidden;
}

.news-top-list ul li a {
	color: #f0f0f0;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	padding: 0 30px;
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	position: relative;
}

.news-top-list ul li:nth-child(1) a,
.news-top-list ul li:nth-child(3) a,
.news-top-list ul li:nth-child(5) a {
	background: rgba(146, 146, 146, 0.9);
}

.news-top-list ul li:nth-child(2) a,
.news-top-list ul li:nth-child(4) a {
	background: rgba(130, 130, 130, 0.9);
}

.news-top-list ul li a .news-desc {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-top-list ul li a .news-date {
	color: #fff;
	/*margin-right: 20px;*/
	display: inline-block;
	min-width: 86px;
}

/*---------------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;
}

.area-img {
	background: url(../images/schedule_jp2016_3.svg) no-repeat left top;
	background-size: auto 250px;
	height: 50px;
	width: 100%;
	margin-bottom: 10px;
}

.area-img-en {
	background: url(../images/schedule_jp2016_3_en.svg) no-repeat left top;
	background-size: auto 250px;
	height: 50px;
	width: 100%;
	margin-bottom: 10px;
}

.area-img:last-child {
	margin-bottom: 0;
}

.area-fukuoka {
	background-position: 0 0;
}

.area-osaka {
	background-position: 0 -50px;
}

.area-nagoya {
	background-position: 0 -100px;
}

.area-sapporo {
	background-position: 0 -150px;
}

.area-tokyo {
	background-position: 0 -200px;
}

.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.section-about-miku p:nth-child(3) {
	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/contest/bnr_contest_mobile.jpg) no-repeat center;
	/*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 10px 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-06.svg) no-repeat center top;
	background-size: auto 450px;/* 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 .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;
	position: relative;
}

.overview .cont:after {
	content: "";
	display: block;
	clear: both;
}
.overview .cont.soldout:before {
	display: block;
	content: "";
	width: 90px;
	height: 32px;
	position: absolute;
	right: 0px;
	top: 10px;
	font-family: serif;
	color: #e66060;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	background: url(../images/img-soldout.png) no-repeat center;
	background-size: 90px auto;
	z-index: 100;
}
.overview .cont.finished:before {
	display: block;
	content: "";
	width: 90px;
	height: 32px;
	position: absolute;
	right: 0px;
	top: 10px;
	font-family: serif;
	color: #e66060;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	background: url(../images/img-finished.png) no-repeat center;
	background-size: 90px auto;
	z-index: 100;
}
/*---------------------------------------------------*/
.overview .cont .place {
}

.overview .cont .place:after {
	content: "";
	display: block;
	clear: both;
}

.overview .cont .area {
	float: left;
	width: 90px;
	position: relative;
	text-indent: -9999px;
}

.overview .cont .venue {
	float: left;
	width: calc(100% - 90px);
}

.overview .cont .area:after {
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	display: block;
	height: 30px;
	width: 90px;
	background: url(../images/txt-area-jp-04.svg) no-repeat left top;
	background-size: auto 150px;
}

.overview-en .cont .area:after {
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	display: block;
	height: 30px;
	width: 90px;
	background: url(../images/txt-area-en-05.svg) no-repeat left top;
	background-size: auto 150px;
}

.overview .cont.cont-fukuoka .area:after {
	background-position: left 0;
}
.overview .cont.cont-osaka .area:after {
	background-position: left -30px;
}
.overview .cont.cont-nagoya .area:after {
	background-position: left -60px;
}
.overview .cont.cont-sapporo .area:after {
	background-position: left -90px;
}
.overview .cont.cont-tokyo .area:after {
	background-position: left -120px;
}
/*---------------------------------------------------*/
.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: 100px;
}

.overview-en .schedule .inner .date {
	float: left;
	width: 80px;
}

.overview .schedule .inner .open-start {
	float: right;
	width: calc(100% - 100px);
}

.overview-en .schedule .inner .open-start {
	float: left;
	width: calc(100% - 80px);
}

.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: 130px;
	box-sizing: border-box;
	position: relative;
	padding-left: 20px;
	font-size: 12px;
}

.overview-en .schedule .inner .open-start .day-night {
	width: 110px;
}

.overview .schedule .inner .open-start .time {
	float: left;
	text-align: right;
	width: calc(100% - 130px);
}

.overview-en .schedule .inner .open-start .time {
	width: calc(100% - 110px);
}

.overview .schedule .inner .date .md {
	font-size: 18px;
	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: 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: 10px;
	text-align: center;
	font-size: 11px;
}

.overview .schedule .inner .open-start .day-night span.soldout {
	font-size: 11px;
	line-height: 20px;
	background: #E66092;
	color: #fff;
	padding: 0 4px;
	border-radius: 1px;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: -2px;
}
/*-----------------------------------------------------
	news
-----------------------------------------------------*/
#container.news {
	
}

#container.news .pageheader h1:after {
	background-position: center -100px;
}

.section.section-news .wrap {
	margin: 0 10px;
}

.news-list {
	
}

.news-list li.news-cont {
	font-size: 16px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
	background: #fff;
	border-radius: 6px;
	padding: 20px;
	overflow: hidden;
	zoom: 1;
}

.news-list li.news-cont:after {
	content: "";
	display: block;
	clear: both;
}

.news-list .date-ctg {
	
}

.news-list .cont {
	
}

.news-list .date-ctg .date {
	color: #666;
	font-size: 11px;
	margin-bottom: 10px;
}

.news-list .date-ctg .ctg {
	font-size: 12px;
	display: none;
}

.news-list .title {
	font-size: 15px;
	line-height: 22px;
	color: #2d2d2d;
	margin-bottom: 30px;
}

.news-list .title br {
	display: none;
}

.news-list .desc {
	
}

.news-list .desc p,
.news-list .desc .img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.news-list .desc p:last-child {
	margin-bottom: 0;
}

.news-list .desc p:first-child {
	margin-top: 0;
}

.news-list .desc p {
	font-size: 12px;
	line-height: 18px;
}

.news-list .desc .img img {
	max-width: 100%;
	display: block;
	height: auto;
	max-height: 400px;
}

.news-list .desc .caption {
	color: #999;
	font-size: 10px;
	margin-top: -15px;
	margin-bottom: 20px;
}

/*---------------------------------------------------*/
.detail-ep {
	font-size: 12px;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 45px;
}

.detail-ep .list-num {
	
}

.detail-ep .list-note {
	font-weight: bold;
	margin-left: 5px;
	font-size: 12px;
}



/*-----------------------------------------------------
	ticket
-----------------------------------------------------*/
.ticket {
}

.ticket .cont {
	border: 1px solid #D0D0D0;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;zoom:1;
	background: #EDEFEF;
}

.ticket .cont:after {
	content: "";
	display: block;
	clear: both;
}

.ticket .main {
	
text-align: center;
}

.ticket .name {
	font-size: 20px;
	margin-bottom: 20px;
	color: #2d2d2d;
	/* text-align: center; */
}

.ticket .coverage {
	margin-top: 10px;
}

.ticket .coverage div {
	color: #2d2d2d;
	background: #f7f7f7;
	padding: 2px 8px;
	font-size: 12px;
	display: inline-block;
	line-height: 20px;
}

.ticket .coverage i.icon-sun-inv {
	color: #e2b625;
	margin-right: 5px;
	font-size: 16px;
	line-height: 16px;
	vertical-align: text-top;
}

.ticket .coverage i.icon-moon-inv {
	color: #9c72b5;
	margin-right: 5px;
	font-size: 16px;
	line-height: 16px;
	vertical-align: text-top;
}

.ticket .price span {
	font-size: 16px;
	color: #2d2d2d;
}

.ticket .sub {
	font-size: 11px;
	color: #666;
	margin-top: 20px;
}



/*-----------------------------------------------------
	ticket-schedule
-----------------------------------------------------*/
.ticket-schedule {
	border-top: 1px solid #B3B3B3;
}
.ticket-schedule .cont {
	border-bottom: 1px solid #B3B3B3;zoom:1;
	font-size: 14px;
	color: #2d2d2d;
	padding: 20px 0;
}

.ticket-schedule .cont:after {
	content: "";
	display: block;
	clear: both;
}

.ticket-schedule .main {
	
text-align: center;
}
.ticket-schedule .name {
	font-size: 20px;
}
.ticket-schedule .sub {
	
margin-top: 30px;
}

.ticket-schedule .note {
	font-size: 11px;
	color: #666666;
	margin-top: 10px;
}

.ticket-schedule .link-btn {
	text-align: center;
}

.ticket-schedule .shop-list {
	margin-top: 30px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
}

.ticket-schedule .shop-list .shop {
	zoom: 1;
	border-top: 1px solid #ccc;
	padding: 18px 0;
}

.ticket-schedule .shop-list .shop:after {
	content: "";
	display: block;
	clear: both;
}

.ticket-schedule .shop-list .shop-name {
	width: 170px;
	float: left;
}

.ticket-schedule .shop-list .shop-name div {
	background: #9a9a9a;
	padding: 1px 5px;
	color: #fff;
	text-align: center;
}

.ticket-schedule .shop-list .shop-info {
	width: calc(100% - 200px);
	float: right;
	padding-top: 1px;
}

.ticket-schedule .code {
	display: inline-block;
	margin-right: 60px;
}

.ticket-schedule .link {
	display: inline-block;
}

.ticket-schedule .link li {
	display: inline-block;
	margin-right: 30px;
}

.img-live-bag {
	background: url(../images/live-bag.jpg) no-repeat right top;
	background-size: 100px auto;
	padding-right: 130px;
	min-height: 100px;
}


/*---------------------------------------------------*/
.ticket-schedule .pg-cont {
	margin-bottom: 45px;
}

.ticket-schedule .pg-cont:last-child {
	/*margin-bottom: 0;*/
}

.ticket-schedule .pg-area {
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: 4px;
	text-align: center;
}

.ticket-schedule .pg {
	zoom: 1;
	border-bottom: 1px solid #ccc;
	padding: 12px 0;
	font-size: 10px;
}

.ticket-schedule .pg.label {
	font-size: 10px;
	color: #666;
	padding: 0 0 1px;
}

.ticket-schedule .pg:after {
	content: "";
	display: block;
	clear: both;
}

.ticket-schedule .pg-name {
	width: 30%;
	float: left;
}

.ticket-schedule .pg-date {
	width: 68%;
	float: right;
}

.ticket-schedule .pg-date .inner {
	border-bottom: 1px solid #dcdcdc;
	padding: 6px 0; 
}
.ticket-schedule .pg-date .inner:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.ticket-schedule .pg-date .inner:first-child {
	padding-top: 0;
}

.ticket-schedule .pg-menu {
	margin-top: 10px;
}

.ticket-schedule .pg-menu div {
	display: inline;
	padding: 0 5px;
	font-size: 12px;
}

.ticket-schedule .pg-menu i {
	display: none;
}

.add-ticket {
	font-size: 0.8em;
	color: #e66060;
	line-height: 1;
}

/*-----------------------------------------------------
	ticket-contact
-----------------------------------------------------*/
.ticket-contact {
	border-top: 1px solid #ccc;
}

.ticket-contact .cont {
	border-bottom: 1px solid #ccc;zoom:1;
	font-size: 12px;
	color: #2d2d2d;
	padding: 16px 0;
}

.ticket-contact .cont:after {
	content: "";
	display: block;
	clear: both;
}

.ticket-contact .main {
	font-size: 14px;
	line-height: 18px;
}

.ticket-contact .sub {
	/* box-sizing: border-box; */
	line-height: 18px;
	margin-top: 10px;
}

.ticket-contact .sub .label {
	padding: 3px 8px;
	background: #989898;
	color: #e9ebeb;
	margin-right: 10px;
}

.ticket-contact .sub .name {
	display: inline-block;
	min-width: 220px;
}

.ticket-contact .sub .info {
	margin-top: 10px;
	display: inline-block;
}

.ticket-contact .sub .info div {
	display: inline-block;
	margin-right: 30px;
	margin-top: 3px;
}



/*-----------------------------------------------------
	credit
-----------------------------------------------------*/
.credit {
	text-align: center;
	font-size: 11px;
	margin-top: 45px;
	margin-bottom: 10px;
	padding: 0 10px;
}

.credit .inner {
	margin-bottom: 6px;
}

.credit .label {
	color: #999;
	margin-bottom: 2px;
}

.credit .name {
	color: #666;
	font-size: 0;
}

.credit .logo-cfm {
	height: 29px;
	line-height: 29px;
	padding-right: 125px;
	background: url(../images/logo-cfm.svg) no-repeat center right;
	background-size: 120px auto;
	display: inline-block;
	margin-bottom: 5px;
}

.credit .name span {
	display: inline-block;
	font-size: 11px;
	line-height: 14px;
}

.credit .name span:after {
	display: inline-block;
	position: relative;
	content: "/";
	margin: 0 5px;
	font-size: 11px;
	line-height: 14px;
	color: #999;
}
.credit .name span:last-child:after {
	content: "";
	margin-right: 0;
}

.credit .name span.label2 {
	color: #999;
}
.credit .name span.label2:after {
	content: "";
	margin-right: 0;
}

/*-----------------------------------------------------
	youtube
-----------------------------------------------------*/
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------------
	exhibition
-----------------------------------------------------*/
#container.exhibition .pageheader h1:after {
	background-position: center -200px;
}


/*-----------------------------------------------------
	exhibition-schedule
-----------------------------------------------------*/
.exhibition-schedule {
	
}
.exhibition-schedule .cont {
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	margin-bottom: 10px;
	position: relative;
	background: #fff;
	border-radius: 6px;
	zoom: 1;
	font-size: 12px;
	overflow: hidden;
}

.exhibition-schedule .cont:after {
	content: "";
	display: block;
	clear: both;
}

.exhibition-schedule .main {
	padding: 20px;
	box-sizing: border-box;
}
.exhibition-schedule .main.main-parco {
	background: url(../images/exh-parco.jpg) no-repeat right top;
	background-size: auto 200px;
}
.exhibition-schedule .main.main-animate {
	background: url(../images/exh-animate.jpg) no-repeat right top;
	background-size: auto 200px;
}
.exhibition-schedule .main.main-parco-en {
	background: url(../images/exh-parco-en.jpg) no-repeat right top;
	background-size: auto 200px;
}
.exhibition-schedule .main.main-animate-en {
	background: url(../images/exh-animate-en.jpg) no-repeat right top;
	background-size: auto 200px;
}

.exhibition-schedule .name {
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-right: 140px;
	box-sizing: border-box;
	min-height: 130px;
}

.exhibition-schedule .name br {
	display: none;
}

.exhibition-schedule .main.main-umekita .name {
	padding-right: 0;
	min-height: 10px;
}

.exhibition-schedule .main .list-cont {
	margin-top: 20px;
	font-size: 0;
}

.exhibition-schedule .main .list-cont li {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 5px;
}

.exhibition-schedule .main .list-cont li span {
	display: block;
	background: #969696;
	color: #fff;
	font-size: 12px;
	padding: 3px 5px;
	border-radius: 2px;
}

.exhibition-schedule .main .list-cont li a {
	display: block;
	background: #37b0cf;
	color: #fff;
	font-size: 12px;
	padding: 3px 5px;
	border-radius: 2px;
}

.exhibition-schedule .main .list-nml {
	font-size: 11px;
	margin-top: 10px;
}

.exhibition-schedule .main .list-nml li {
	margin-bottom: 0;
}

.exhibition-schedule .sub {
	border-top: 1px solid #ccc;
	padding: 10px 20px;
}

.exhibition-schedule .shop-list {
	
}

.exhibition-schedule .shop-list .shop {
	zoom: 1;
	padding: 10px 0;
	border-bottom: 1px solid #dcdcdc;
}

.exhibition-schedule .shop-list .shop:last-child {
	border-bottom: none;
}

.exhibition-schedule .shop-list .shop:after {
	content: "";
	display: block;
	clear: both;
}

.exhibition-schedule .shop-list .shop-label {
	display: none;
}

.exhibition-schedule .shop-list .shop-name {
	font-size: 13px;
	color: #000;
}

.exhibition-schedule .shop-list .shop-info {
	width: 60%;
	float: left;
}

.exhibition-schedule .shop-list .shop-time {
	width: 40%;
	float: right;
	text-align: right;
}

.exhibition-schedule .shop-list .shop-info .week,
.exhibition-schedule .shop-list .shop-info .year {
	font-size: 12px;	
}



/*-----------------------------------------------------
	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-letsgo-jp {
	display: block;
	background: url(../images/bnr_letsgo_mobile_jp.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;
}
/*-----------------------------------------------------
	collabo
-----------------------------------------------------*/
/*#container.collabo .pageheader h1:after {
	background-position: center -225px;
	background-size: auto 270px;
}*/

#container.collabo .pageheader h1:after {
	background-position: center -250px;
	/*background-size: auto 320px;*/
}

.collabo-list li.collabo-cont {
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 10px;
	position: relative;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
}

.collabo-list .titlebox {
	text-align: center;
	margin-bottom: 30px;
}
.collabo-list .title {
	font-size: 15px;
	line-height: 22px;
	color: #2d2d2d;
}
.collabo-list .title br {
	display: none;
}
.collabo-list .title-note {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #e66060;
	margin-top: 10px;
}

.collabo-list .main {
	
}

.collabo-list .sub {
	margin-top: 30px;
}

.collabo-list .desc p,
.collabo-list .desc .img {
	margin-top: 20px;
	margin-bottom: 20px;
}

.collabo-list .desc p:last-child,
.collabo-list .desc .img:last-child{
	margin-bottom: 0;
}

.collabo-list .desc p:first-child,
.collabo-list .desc .img:first-child{
	margin-top: 0;
}

.collabo-list .desc .img img {
	max-width: 100%;
	display: block;
	height: auto;
	max-height: 400px;
}

.collabo-list .drink-ms {
	background: url(../images/ms-menu.jpg) no-repeat right top;
	background-size: 150px auto;
	padding-right: 170px;
	min-height: 360px;
	box-sizing: border-box;
}

.collabo-list .link a:after {
	position: relative;
	font-family: 'fontello';
	content: '\e807';
	margin-left: 6px;
}

.collabo-list .link a {
	margin-right: 30px;
}

.collabo-list .sub .box {
	margin-bottom: 10px;
}

.collabo-list .sub .box:last-child {
	margin-bottom: 0;
}

.collabo-list .sub .box1 {
	padding: 20px;
	border-radius: 8px;
	font-size: 12px;
	line-height: 1.4;
	border: 2px dotted #ccc;
}

.collabo-list .logo-gekirare,
.collabo-list .logo-ms,
.collabo-list .logo-km,
.collabo-list .logo-pl {
	margin-top: 30px;
	margin-bottom: 10px;
}
.collabo-list .logo-gekirare img {
	width: 120px;
	height: auto;
}
.collabo-list .logo-ms img {
	width: 160px;
	height: auto;
}
.collabo-list .logo-km img {
	width: 100%;
	height: auto;
}

.collabo-list .logo-pl img {
	width: 180px;
	height: auto;
}

/*---------------------------------------------------*/
.collabo-schedule {
	border-top: 1px solid #ccc;
}

.collabo-schedule .shimamura {
	zoom: 1;
	border-bottom: 1px solid #ccc;
	padding: 12px 0;
	font-size: 12px;
}

.collabo-schedule .shimamura:after {
	content: "";
	display: block;
	clear: both;
}

.collabo-schedule .shimamura-name {
	margin-bottom: 5px;
}

.collabo-schedule .shimamura-date {
}

.collabo-schedule .shimamura-num {
	width: 50%;
	float: left;
}

.collabo-schedule .shimamura-link {
	width: 50%;
	float: right;
	text-align: right;
}
.collabo-list .shimamura-pick {
	margin-top: 20px;
}
.collabo-list .shimamura-pick img {
	width: 100%;
	height: auto;
}
.collabo-list .sub .box1.shimamura {
	border: 1px solid #ccc;
	background: #ccc;
	margin-bottom: 30px;
	color: #202020;
}
.collabo-list .contact {
	margin-top: 20px;
	font-size: 0;
}

.collabo-list .contact span {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	margin-right: 5px;
}

.collabo-list .contact span img {
	display: inline-block;
	height: 20px;
	width: auto;
}
.collabo-list .shimamura-seminar {
	background: url(../images/miku-v3_pkg_rgb.jpg) no-repeat right 10px;
	background-size: 120px auto;
	padding-right: 120px;
	box-sizing: border-box;
}


/*-----------------------------------------------------
	goods-detail
-----------------------------------------------------*/
#container.goods-detail .pageheader h1:after {
	background-position: center -150px;
}

.goods-item {
	
}

.goods-item .item-cont {
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	background: #fff;
	border-radius: 6px;
	text-align: left;
}

.goods-item .title {
	font-size: 15px;
	line-height: 22px;
	color: #2d2d2d;
}

.goods-item .desc {
	margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
}

.goods-item ul.other {
	margin-top: 10px;
	text-align: left;
}

.goods-item ul.other > li {
	display: block;
	position: relative;
	padding-left: 10px;
	font-size: 11px;
	line-height: 1.6;
	text-indent: 0;
}

.goods-item ul.other > li:before {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
}

.goods-item .price {
	margin-top: 15px;
	font-size: 11px;
	line-height: 1.6;
}

.goods-item .price span {
	font-size: 14px;
	font-weight: bold;
}

.goods-item .shop {
	margin-top: 10px;
	display: block;
}

.goods-item ul {
	margin-top: 2px;
	font-size: 0;
}

.goods-item ul li {
	font-size: 12px;
	display: inline-block;
}

.goods-item .shop ul li span {
	display: block;
	background: #868686;
	color: #fff;
	padding: 2px 4px;
	border-radius: 2px;
	margin: 0 5px 5px 0;
	text-decoration: none;
}

.goods-item .main {

}

.goods-item .sub {
	margin-top: 30px;
}

.goods-item .contact {
	margin-top: 30px;
	font-size: 0;
}

.goods-item .contact span {
	display: inline-block;
	font-size: 11px;
	line-height: 16px;
	margin-right: 5px;
}

.goods-item .contact span img {
	display: inline-block;
	height: 16px;
	width: auto;
	/*margin-left: 10px;*/
}

.goods-item .img img {
	max-width: 100%;
	display: block;
	height: auto;
	max-height: 400px;
}

.goods-item .sns {
	text-align: left;
	margin-bottom: 0;
	margin-top: 30px;
}

.goods-item .sns .snsbtn {
	margin-right: 10px;
	margin-left: 0;
}

.sp-horizontal .sp-previous-arrow {
	left: -17px;
}

.sp-horizontal .sp-next-arrow {
	right: -17px;
}


/*-----------------------------------------------------
	goods-list
-----------------------------------------------------*/
#container.goods .pageheader h1:after {
	background-position: center -150px;
}

.goods-list {
	font-size: 0;
}
.goods-list li {
	display: inline-block;
	width: 50%;
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
	box-sizing: border-box;
	padding: 3px;
}

.goods-list li:nth-child(odd) {
	padding-left: 0;
}

.goods-list li:nth-child(even) {
	padding-right: 0;
}

.goods-list a {
	display: block;
	text-decoration: none;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 10px;
}
.goods-list .goods-img {
	
}
.goods-list .goods-img span {
}
.goods-list img {
	max-width: 100%;
}
.goods-list .goods-title {
	margin-top: 10px;
	min-height: 50px;
	color: #2a2a2a;
	font-size: 12px;
	line-height: 1.2;
}
.goods-list .goods-price {
	/*margin-top: 10px;*/
	color: #666;
	font-size: 11px;
}
.goods-list .goods-price span {
}

.goods-info {
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	background: #fff;
	border-radius: 3px;
	margin: 20px 0 20px;
	font-size: 13px;
	text-align: center;
}

.goods-info .txt-ll {
	font-size: 15px;
}

.goods-info .btn-l {
	font-size: 13px;
}


/*-----------------------------------------------------
	special
-----------------------------------------------------*/
#container.special {
	background: #232323;
}

#container.special .pageheader h1 {
	color: #fff;
}

#container.special .pageheader h1:after {
	background-position: center -300px;
}

#container.special .section .wrap {
	padding-bottom: 90px;
}

.special-list-01 {
	
}

.special-list-01 li {
	margin-bottom: 60px;
}

.special-list-01 li:last-child {
	margin-bottom: 0;
}

.special-list-01 .cont-title {
	text-align: center;
	font-size: 14px;
	/*line-height: 20px;*/
	color: #fff;
	margin-bottom: 10px;
}

/*---------------------------------------------------*/
.ticket-schedule .gen-cont {
	margin-bottom: 45px;
}

.ticket-schedule .gen-cont-sub {
	border: 1px solid #DADADA;
	background: #DCDCDC;
	padding: 20px;
	margin-top: 60px;
}

.ticket-schedule .gen-cont:last-child {
	/*margin-bottom: 0;*/
}

.ticket-schedule .gen-area {
	font-size: 16px;
	margin-bottom: 10px;
	letter-spacing: 4px;
	text-align: center;
}

.ticket-schedule .gen {
	zoom: 1;
	border-bottom: 1px solid #ccc;
	padding: 12px 0;
	font-size: 10px;
}

.ticket-schedule .gen.label {
	font-size: 10px;
	color: #666;
	padding: 0 0 1px;
}

.ticket-schedule .gen:after {
	content: "";
	display: block;
	clear: both;
}

.ticket-schedule .gen-name {
	width: 20%;
	float: left;
}

.ticket-schedule .gen-web {
	width: 20%;
	float: left;
}

.ticket-schedule .gen-tel {
	width: 58%;
	float: right;
}

.ticket-schedule .gen-shop {
	width: 78%;
	float: right;
}

.ticket-schedule .gen-tel span {
	font-size: 12px;
	margin: 0 3px;
}

.ticket-schedule .gen-menu {
	margin-top: 10px;
}

.ticket-schedule .gen-menu div {
	display: inline;
	padding: 0 5px;
	font-size: 12px;
}

.ticket-schedule .gen-menu i {
	display: none;
}

.ticket-schedule .gen-date {
	font-size: 16px;
	margin-bottom: 45px;
	text-align: center;
}

.ticket-schedule .gen-cont .txt-red {
	text-align: center;
}

/*-----------------------------------------------------
	goods - exhibition
-----------------------------------------------------*/
.section-goods-parco,
.section-goods-other {
	background: #E0E0E0;
}

.section-goods-animate {
	/*background: #E0E0E0;*/
}

.page-menu {
	margin-top: 10px;
	text-align: center;
	font-size: 0;
}

.page-menu li {
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 20px;
	border-right: 1px solid #C1C1C1;
}

.page-menu li a span {
	display: none;
}

.page-menu li:first-child {
	border-left: 1px solid #C1C1C1;
}

.section-goods-other .goods-list {
	text-align: center;
}

/*-----------------------------------------------------
	goods - cd
-----------------------------------------------------*/
.list-num.list-cd {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin: 20px 0;
	padding: 10px 0;
	font-size: 11px;
}
.list-num.list-cd li {
	font-size: 11px;
	display: list-item;
}
.list-num.list-cd li span {
	font-weight: bold;
	margin-left: 5px;
	font-size: 10px;
}






/*-----------------------------------------------------
	Photo contest
-----------------------------------------------------*/
#container.photo {
	background: #232323;
}

#container.photo .pageheader h1 {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

#container.photo .pageheader h1:after {
	background-position: center -350px;
	/*background-size: auto 320px;*/
}

#container.photo .pageheader p {
	color: #fff;
	padding: 0;
}

#container.photo .section .wrap {
	padding: 0;
	background: #fff;
	border-radius: 12px;
	margin-bottom: 120px;
	margin-top: 45px;
}

.photo-sect {
	padding: 20px;
	font-size: 12px;
	color: #535353;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
}

.photo-sect:last-child {
	border-bottom: none;
}

.photo-sect .list-nml {
	font-size: 11px;
}

.photo-sect .list-nml .list-nml {
	margin-top: 10px;
}

.photo-sect h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

.photo-sect-sub {
	background: #f7f7f7;
	padding: 20px;
	margin-top: 30px;
	border-radius: 12px;
	border: 1px solid #ececec;
	text-align: left;
}

.photo-sect .goods-list a {
	display: block;
	text-decoration: none;
	background: #fff;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}

.photo-sect .goods-list.collage a {
	background: #DADADA;
	border: 1px solid #ccc;
}

.photo-sect .goods-list .goods-title {
	margin-top: 10px;
	min-height: 50px;
	color: #2a2a2a;
	font-size: 12px;
	line-height: 1.2;
}

.photo-sect .photo1 {
	/*background: url(../images/photo/ex01.jpg) no-repeat right 10px top 0px;
	background-size: 380px auto;
	min-height: 10px;*/
	margin-bottom: 20px;
}

.photo-sect .photo2 {
	/*background: url(../images/photo/ex02.jpg) no-repeat right 10px top 0px;
	background-size: 550px auto;
	min-height: 10px;*/
	margin-bottom: 20px;
}

.photo-sect .result {
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid #dcdcdc;
	padding: 30px 0;
}

.photo-sect .photo-ex {
	display: inline-block;
}

.special-photo {
	background: #fff url(../images/photo/special-photo.jpg) no-repeat center bottom;
	background-size: 100% auto;
	padding: 20px 20px 250px 20px;
	box-sizing: border-box;
	margin-bottom: 60px;
	border-radius: 6px;
	font-size: 14px;
}



.photo-sect .prize-title {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
}

.photo-sect .prize {
	background: #f7f7f7;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
	margin-bottom: 10px;
}

.photo-sect .prize .prize-img {
	
}

.photo-sect .prize .prize-desc {
	margin-top: 10px;
}

.photo-sect .prize .prize-img img {
	max-width: 100%;
	height: auto;
}

.photo-sect .prize .prize-city {
	margin-bottom: 10px;
}

.photo-sect .prize .prize-city span {
	font-size: 16px;
	background: #969696;
	color: #fff;
	padding: 0 10px;
	line-height: 26px;
	display: inline-block;
	border-radius: 2px;
}

.photo-sect .prize .prize-name {
	font-size: 16px;
	font-weight: bold;
}

.photo-sect .prize .prize-comment {
	margin-top: 10px;
}





/*-----------------------------------------------------
	goods-gift
-----------------------------------------------------*/

.goods-gift {
	margin-top: 30px;
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 20px;
	border-radius: 6px;
	font-size: 14px;
}

.goods-gift .col2 .wrap-first {
	
}

.goods-gift .col2 .wrap-last {
	margin-top: 30px;
}

.goods-gift .col2 .wrap-last img {
	width: 100%;
	height: auto;
}

/*-----------------------------------------------------
	map-link
-----------------------------------------------------*/
a.map-link {
	padding-left: 17px;
	padding-right: 6px;
	font-size: 10px;
	line-height: 14px;
	position: relative;
	margin-left: 10px;
	display: inline-block;
	border-radius: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #8e8e8e;
	top: -1px;
}
a.map-link:before {
	font-family: 'fontello';
	content: '\e814';
	position: absolute;
	left: 6px;
	top: 0;
}


/*-----------------------------------------------------
	page-note
-----------------------------------------------------*/
.page-note {
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 20px;
	border-radius: 6px;
	font-size: 12px;
	color: #202020;
}

.page-note h2 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 40px;
}

.page-note h3 {
	text-align: left;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.page-note h2:first-child {
	margin-top: 0;
}

.page-note .list-kome {
	margin-top: 5px;
}

.page-note .list-kome li {
	display: list-item;
}

.page-note .list-kome.penlight li {
	font-size: 12px;
	line-height: 1.6;
}


/*-----------------------------------------------------
	badge-now
-----------------------------------------------------*/
.badge-now {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	margin-left: 30px;
	border-radius: 50%;
	background-color: #000;
	background-image: url(../images/badge-now.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 80% auto;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
}



/*-----------------------------------------------------
	bnr-exhibition
-----------------------------------------------------*/
.bnr-exhibition {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #666;
}

.bnr-exhibition .btn-m {
	padding-left: 30px;
	padding-right: 30px;
}

/*-----------------------------------------------------
	exhibition-dayo
-----------------------------------------------------*/
.exhibition-schedule .exh-dayo {
	background: #F7F7F7 url(../images/exh-dayo.jpg) no-repeat right 20px top 20px;
	background-size: 120px auto;
	margin-top: 30px;
	padding: 20px;
	border: 1px solid #D8D8D8;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 10px;
	
}

.exhibition-schedule .exh-dayo-title {
	font-size: 14px;
	color: #101010;
	padding-right: 150px;
	min-height: 160px;
}

.exhibition-schedule .exh-dayo-title br {
	display: none;
}


.exhibition-schedule .exh-dayo .list-nml {
	font-size: 12px;
	margin-top: 10px;
}

.exhibition-schedule .exh-dayo .list-nml li {
	margin-bottom: 0px;
}

.exhibition-schedule .bnr-joy {
	display: block;
	margin-bottom: 10px;
}


/*-----------------------------------------------------
	gallery
-----------------------------------------------------*/

#container.gallery {
	background: #232323;
}

#container.gallery .pageheader h1:after {
	background-position: center -400px;
}

#container.gallery .pageheader h1 {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}

#container.gallery .section-title {
	margin-bottom: 0;
	margin-top: 60px;
}

#container.gallery .section-title:first-child {
	margin-top: 0;
}

#container.gallery h2 {
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
}

.gallery-wrap {
	font-size: 0;
	margin-top: 10px;
	text-align: center;
}

.gallery-wrap li {
	font-size: 12px;
	display: inline-block;
	padding: 0 5px 10px 5px;
	box-sizing: border-box;
}

.gallery-wrap li img {
	width: 100%;
	height: auto;
}

.gallery-photo li {
	width: 50%;
}

.gallery-illu li {
	width: 50%;
}

.special-gallery {
	background: #fff url(../images/gallery/special-gallery.jpg) no-repeat center bottom;
	background-size: 100% auto;
	padding: 20px 20px 250px 20px;
	box-sizing: border-box;
	margin-bottom: 60px;
	border-radius: 6px;
	font-size: 14px;
}







