@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;
}

#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: 30px;
	display: block;
	line-height: 50px;
	height: 50px;
	width: 50px;
	text-align: center;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.3);
	/*border: 1px solid rgba(255, 255, 255, 0.6);*/
	border-radius: 50%;
	transition-duration: .3s;
	z-index: 999;
}

#pageTop:after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	line-height: 50px;
	height: 50px;
	width: 50px;
	text-align: center;
	color: #fff;
	font-family: 'fontello';
	content: '\e808';
	font-size: 16px;
	transition-duration: .1s;
}

#pageTop:hover {
	background: rgba(0, 0, 0, 0.6);
}

#pageTop:hover:after {
	font-size: 28px;
}

#pageTop.hide {
	bottom: -60px;
}
/*-----------------------------------------------------
	container
-----------------------------------------------------*/

#container {
	position: relative;
	min-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	z-index: 1;
	overflow-x: hidden;
}
/*-----------------------------------------------------
	header
-----------------------------------------------------*/

#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	height: 50px;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*#header {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	height: 50px;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid #fff;
}*/

#header .wrap {
	min-width: 1200px;
}

#header h1 {
	height: 50px;
	width: 240px;
	margin-left: 30px;
	float: left;
	transition-duration: .3s;
}

#header h1 a {
	display: block;
	width: inherit;
	height: inherit;
	background: url(../images/id_mikuexpo_japan_txt_black.png) left center no-repeat;
	background-size: 240px 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: #2d2d2d;
	position: relative;
	overflow: hidden;
	transition-duration: .3s;
}

#nav #gmenu > li a:hover {
	color: #37b0cf !important;
}
/*#nav .localheader {
	position: absolute;
	display: block;
	box-sizing: border-box;
	top: 30px;
	left: 0;
	width: 100%;
	height: 40px;
	text-align: right;
}

#nav .localheader h1 {
	height: 40px;
	width: 260px;
	position: absolute;
	display: block;
	left: 30px;
	top: 0;
	transition-duration: .3s;
}

#nav .localheader h1 a {
	display: block;
	width: inherit;
	height: inherit;
	background: url(../images/id_mikuexpo_japan_txt_black.png) 0 center no-repeat;
	background-size: 260px auto;
	text-indent: -9999px;
}

#nav .localmenu {
	display: inline-block;
	box-sizing: border-box;
	height: 40px;
	margin-right: 20px;
}

#nav .localmenu > li {
	display: inline-block;
}

#nav .localmenu > li > a {
	font-family: 'Aldrich', sans-serif;
	display: inline-block;
	text-decoration: none;
	padding: 0 20px;
	height: 40px;
	line-height: 44px;
	font-size: 13px;
	text-align: center;
	color: #2d2d2d;
	position: relative;
	overflow: hidden;
	transition-duration: .3s;
}*/
/*-----------------------------------------------------
	cont-top
-----------------------------------------------------*/

#container.top {
	width: 100%;
}

.cont-top-outer {
	position: relative;
	z-index: 1;
}

.cont-top-outer:after {
	position: absolute;
	display: block;
	content: "";
	top: 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;
}
/*.ipad .cont-top {
	min-height: 910px;
}

.ipad .cont-top .wrap {
	min-height: 910px;
}*/

.cont-top .wrap {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	display: table;
	position: relative;
}

.cont-top .wrap .inner {
	/*padding: 20px 500px 0 70px;*/
	padding: 0 500px 0 70px;
	display: table-cell;
	vertical-align: middle;
}

.top-logo {
	width: 100%;
	background: url(../images/logo-copy-japan-01.svg) no-repeat center;
	padding-bottom: calc(100% * 301 / 760);
	background-size: 100% auto;
	margin-bottom: 30px;
	position: relative;
}

.top-logo-en {
	width: 100%;
	background: url(../images/logo-copy-en-02.svg) no-repeat center;
	padding-bottom: calc(100% * 301 / 760);
	background-size: 100% auto;
	margin-bottom: 30px;
	position: relative;
}

.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;
}

.news-top {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}

.news-top.news-on {
	z-index: 3;
}

.news-top ul li {
	display: block;
	width: 100%;
}

.news-top ul li a {
	color: #f0f0f0;
	/*background: rgba(55, 176, 207, 0.9);*/
	
	background: linear-gradient(60deg, rgba(55,176,207,0.8) 0%, rgba(55,176,207,0.8) 27%, rgba(237,90,158,0.8) 90%, rgba(237,90,158,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e637b0cf', endColorstr='#e6ed5a9e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	display: block;
	box-sizing: border-box;
	text-decoration: none;
	width: calc(100% - 490px);
	padding-left: calc((100% - 1020px) / 2);
	padding-right: 60px;
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	border-color: #000;
	transition-duration: .3s;
}

.news-top ul li:nth-child(1) a {
	width: calc(100% - 570px + 0px);
}

.news-top ul li:nth-child(2) a {
	width: calc(100% - 570px + 30px);
}

.news-top ul li:nth-child(3) a {
	width: calc(100% - 570px + 60px);
}

.news-top ul li a:after {
	position: absolute;
	content: "";
	right: -80px;
	top: 0;
	border: 50px solid transparent;
	border-left-width: 30px;
	border-left-style: solid;
	/*border-left-color: rgba(55, 176, 207, 0.9);*/
	border-left-color: rgba(237,90,158,0.8);
	border-bottom: 0;
	height: 0;
	width: 0;
	transition-duration: .3s;
}

.news-top ul li a .inner {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-top ul li a .date {
	min-width: 110px;
	display: inline-block;
}

.news-top ul li a:hover {
	width: 100%;
	padding-right: calc((100% - 1020px) / 2);
}









.news-top ul li div {
	color: #f0f0f0;
	background: linear-gradient(60deg, rgba(55,176,207,0.8) 0%, rgba(55,176,207,0.8) 27%, rgba(237,90,158,0.8) 90%, rgba(237,90,158,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e637b0cf', endColorstr='#e6ed5a9e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	width: calc(100% - 490px);
	padding-left: calc((100% - 1020px) / 2);
	padding-right: 60px;
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	border-color: #000;
	transition-duration: .3s;
}

.news-top ul li:nth-child(1) div {
	width: calc(100% - 490px);
}

.news-top ul li:nth-child(2) div {
	width: calc(100% - 490px + 30px);
}

.news-top ul li div:after {
	position: absolute;
	content: "";
	right: -80px;
	top: 0;
	border: 50px solid transparent;
	border-left-width: 30px;
	border-left-style: solid;
	border-left-color: rgba(237,90,158,0.8);
	border-bottom: 0;
	height: 0;
	width: 0;
	transition-duration: .3s;
}

.news-top ul li div .inner {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-top ul li div .date {
	min-width: 110px;
	display: inline-block;
}















.logo_miku {
	background: url(../images/logo_miku.png) no-repeat center;
	background-size: 80px auto;
	width: 80px;
	height: 34px;
	position: absolute;
	bottom: 26px;
	right: 20px;
	display: block;
	z-index: 2;
}

.credit_neco {
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-size: 10px;
	position: absolute;
	bottom: 10px;
	right: 20px;
	display: block;
	text-shadow: 0 0 3px #fff;
	z-index: 2;
}

.news-top-list {
	
}

.news-top-list ul li a {
	color: #f0f0f0;
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	padding-left: calc((100% - 1020px) / 2);
	padding-right: 60px;
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	transition-duration: .3s;
	border-color: rgba(28, 28, 28, 0.7);
}

.news-top-list ul li:nth-child(1) a {
	width: calc(100% - 540px + 30px);
	background: linear-gradient(60deg, rgba(28, 28, 28, 0.5) 0%, rgba(28, 28, 28, 0.5) 30%, rgba(28, 28, 28, 0.7) 90%, rgba(28, 28, 28, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.news-top-list ul li:nth-child(2) a {
	width: calc(100% - 540px + 60px);
	background: linear-gradient(60deg, rgba(28, 28, 28, 0.5) 0%, rgba(28, 28, 28, 0.5) 30%, rgba(28, 28, 28, 0.7) 90%, rgba(28, 28, 28, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.news-top-list ul li:nth-child(3) a {
	width: calc(100% - 540px + 90px);
	background: linear-gradient(60deg, rgba(28, 28, 28, 0.5) 0%, rgba(28, 28, 28, 0.5) 30%, rgba(28, 28, 28, 0.7) 90%, rgba(28, 28, 28, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.news-top-list ul li:nth-child(4) a {
	width: calc(100% - 540px + 120px);
	background: linear-gradient(60deg, rgba(28, 28, 28, 0.5) 0%, rgba(28, 28, 28, 0.5) 30%, rgba(28, 28, 28, 0.7) 90%, rgba(28, 28, 28, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.news-top-list ul li:nth-child(5) a {
	width: calc(100% - 540px + 150px);
	background: linear-gradient(60deg, rgba(28, 28, 28, 0.5) 0%, rgba(28, 28, 28, 0.5) 30%, rgba(28, 28, 28, 0.7) 90%, rgba(28, 28, 28, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*.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);
	border-color: 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);
	border-color: rgba(130, 130, 130, 0.9);
}*/

.news-top-list ul li a:after {
	position: absolute;
	content: "";
	right: -80px;
	top: 0;
	border: 50px solid transparent;
	border-left-width: 30px;
	border-left-style: solid;
	border-left-color: inherit;
	border-bottom: 0;
	height: 0;
	width: 0;
	transition-duration: .3s;
}

.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: 110px;
}

.news-top-list ul li a:hover {
	width: 100%;
	padding-right: calc((100% - 1020px) / 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;
}

.top-anime02-03 {
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	animation-delay: 1.6s;
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
}

/*-----------------------------------------------------
	section
-----------------------------------------------------*/

.section-wrap {
	overflow: hidden;
}

.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;
	padding-left: 0.5em;
}

.section h1.section-title-en {
	letter-spacing: 0;
}

.section h1.section-title-sp0 {
	letter-spacing: 0.2em;
}

.section h1.section-title-sp0-2 {
	letter-spacing: 0;
}

.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;
}

.area-img {
	background: url(../images/schedule_jp2016_3.svg) no-repeat left top;
	height: 85px;
	width: 100%;
	background-size: auto 425px;
	margin-bottom: 10px;
}

.area-img-en {
	background: url(../images/schedule_jp2016_3_en.svg) no-repeat left top;
	height: 85px;
	width: 100%;
	background-size: auto 425px;
	margin-bottom: 10px;
}

.area-img:last-child {
	margin-bottom: 0;
}

.area-fukuoka {
	background-position: 0 0;
}

.area-osaka {
	background-position: 0 -85px;
}

.area-nagoya {
	background-position: 0 -170px;
}

.area-sapporo {
	background-position: 0 -255px;
}

.area-tokyo {
	background-position: 0 -340px;
}

.section.section-about-jt {
	background: #EEEEEE;
	color: #2d2d2d;
}

.section.section-about-jt .wrap {
	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/contest/bnr_contest_l.jpg) no-repeat center;
	/*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: 20px;
	/*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: 120px 90px 20px;
	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-06.svg) no-repeat center top;
	background-size: auto 1080px;/* 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.en .pageheader h1:after {
	background-position: center -120px;
}

#container.live .section-wrap {
	padding-bottom: 70px;
}

#container.live .section .wrap {
	padding: 70px 90px;
}

.overview {
	/*width: 1020px;*/
}
/*---------------------------------------------------*/
.overview .label {
	border-bottom: 1px solid #2d2d2d;
	zoom: 1;
	padding-bottom: 6px;
}

.overview .label:after {
	content: "";
	display: block;
	clear: both;
}

.overview .label .area {
	float: left;
	width: 320px;
}

.overview .label .venue {
	float: left;
	width: 200px;
}

.overview .label .date {
	float: left;
	width: 320px;
}

.overview .label .open-start {
	float: right;
	width: 180px;
	text-align: right;
}
/*---------------------------------------------------*/
.overview .cont {
	border-bottom: 1px solid #2d2d2d;
	zoom: 1;
	line-height: 50px;
	padding: 16px 0;
	font-size: 16px;
	color: #2d2d2d;
	position: relative;
}

.overview .cont:after {
	content: "";
	display: block;
	clear: both;
}
.overview .cont.soldout:before {
	display: block;
	content: "";
	width: 120px;
	height: 42px;
	position: absolute;
	left: 15px;
	top: 80px;
	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: 120px auto;
	transform: rotate(-4deg);
	z-index: 100;
}
.overview .cont.finished:before {
	display: block;
	content: "";
	width: 120px;
	height: 42px;
	position: absolute;
	left: 15px;
	top: 80px;
	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: 120px auto;
	transform: rotate(-4deg);
	z-index: 100;
}
/*---------------------------------------------------*/
.overview .cont .place {
	float: left;
	width: 520px;
	zoom: 1;
}

.overview .cont .place:after {
	content: "";
	display: block;
	clear: both;
}

.overview .cont .area {
	float: left;
	width: 320px;
	position: relative;
	text-indent: -9999px;
}

.overview .cont .venue {
	float: right;
	width: 200px;
}

.overview .cont .area:after {
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	display: block;
	height: 60px;
	width: 200px;
	background: url(../images/txt-area-jp-04.svg) no-repeat left top;
	background-size: auto 300px;
}

.overview-en .cont .area:after {
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	display: block;
	height: 60px;
	width: 200px;
	background: url(../images/txt-area-en-05.svg) no-repeat left top;
	background-size: auto 300px;
}

.overview .cont.cont-fukuoka .area:after {
	background-position: left 0;
}
.overview .cont.cont-osaka .area:after {
	background-position: left -60px;
}
.overview .cont.cont-nagoya .area:after {
	background-position: left -120px;
}
.overview .cont.cont-sapporo .area:after {
	background-position: left -180px;
}
.overview .cont.cont-tokyo .area:after {
	background-position: left -240px;
}
/*---------------------------------------------------*/
.overview .cont .schedule {
	float: right;
	width: 500px;
}

.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: 180px;
}

.overview .schedule .inner .open-start {
	float: right;
	width: 320px;
}

.overview .schedule .inner .open-start .inner {
	zoom: 1;
	border-bottom: 1px solid #ccc;
}

.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: 200px;
	box-sizing: border-box;
	position: relative;
	padding-left: 30px;
}

.overview-en .schedule .inner .open-start .day-night {
	font-size: 12px;
}

.overview .schedule .inner .open-start .time {
	float: right;
	width: 120px;
	text-align: right;
}

.overview .schedule .inner .date .md {
	font-size: 22px;
	padding: 0 2px;
}

.overview .schedule .inner .date .week {
	font-size: 12px;
	vertical-align: top;
}

.overview-en .schedule .inner .date .week {
	vertical-align: bottom;
	margin-left: 3px;
}
/*---------------------------------------------------*/
.overview .schedule .inner .open-start .day-night:after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	line-height: 50px;
	height: 50px;
	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;
}

.overview .schedule .inner .open-start .day-night span.soldout {
	font-size: 12px;
	line-height: 24px;
	background: #E66092;
	color: #fff;
	padding: 0 4px;
	border-radius: 1px;
	display: inline-block;
	margin-left: 5px;
	transform: rotate(-4deg);
	position: relative;
	top: -2px;
}

/*-----------------------------------------------------
	news
-----------------------------------------------------*/
#container.news {
	width: 100%;
	background: url(../images/bg-page-news.jpg) no-repeat center bottom;
}

#container.news .pageheader h1:after {
	background-position: center -240px;
}

.news-list {
	padding-bottom: 320px;
}

.news-list li.news-cont {
	font-size: 16px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	zoom: 1;
}

.news-list li.news-cont:after {
	content: "";
	display: block;
	clear: both;
}

.news-list .date-ctg {
	float: left;
	width: 240px;
	padding: 60px 0 0 60px;
	box-sizing: border-box;
}

.news-list .cont {
	float: right;
	width: calc(100% - 240px);
	box-sizing: border-box;
	padding: 60px;
}

.news-list .date-ctg .date {
	color: #666;
	line-height: 26px;
}

.news-list .date-ctg .ctg {
	font-size: 12px;
	display: none;
}

.news-list .title {
	font-size: 22px;
	line-height: 26px;
	color: #2d2d2d;
	margin-bottom: 45px;
}

.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 .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;
}

.news-list .desc .link a:after {
	position: relative;
	font-family: 'fontello';
	content: '\e807';
	margin-left: 6px;
}

/*.news-list li.news-cont:before {
	content: "";
	display: block;
	width: 1px;
	height: 120%;
	background: #ececec;
	position: absolute;
	top: 0;
	left: 240px;
	-webkit-transform: rotate(18deg);
	-moz-transform: rotate(18deg);
	-ms-transform: rotate(18deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
}*/

.news-list .desc .link a {
	margin-right: 30px;
}

/*---------------------------------------------------*/
.detail-ep {
	/*background: #ececec;*/
	/*border-radius: 4px;*/
	/*padding: 30px 20px;*/
	font-size: 13px;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 60px;
}

.detail-ep .list-num {
	
}

.detail-ep .list-note {
	font-weight: bold;
	margin-left: 5px;
	font-size: 12px;
}


/*-----------------------------------------------------
	ticket
-----------------------------------------------------*/
.ticket {
	/*border-bottom: 1px solid #2d2d2d;*/
}

.ticket .cont {
	border: 1px solid #D0D0D0;
	/*border-bottom: none;*/
	box-sizing: border-box;
	padding: 45px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	zoom: 1;
	/*background: repeating-linear-gradient(
		-45deg,
		#e9ebeb,
		#e9ebeb 10px,
		#ECEEEE 10px,
		#ECEEEE 16px
	);*/
	background: #EDEFEF;
}

.ticket .cont:after {
	content: "";
	display: block;
	clear: both;
}

.ticket .main {
	width: 300px;
	float: left;
}

.ticket .name {
	font-size: 24px;
	margin-bottom: 30px;
	color: #2d2d2d;
}

.ticket .coverage {
	margin-top: 10px;
}

.ticket .coverage div {
	color: #2d2d2d;
	background: #f7f7f7;
	padding: 4px 8px;
	font-size: 14px;
	display: inline-block;
	line-height: 20px;
}

.ticket .coverage i.icon-sun-inv {
	color: #e2b625;
	margin-right: 5px;
	font-size: 20px;
	line-height: 20px;
	vertical-align: sub;
}

.ticket .coverage i.icon-moon-inv {
	color: #9c72b5;
	margin-right: 5px;
	font-size: 20px;
	line-height: 20px;
	vertical-align: sub;
}

.ticket .price span {
	font-size: 18px;
	color: #2d2d2d;
}

.ticket .sub {
	width: calc(100% - 300px);
	float: right;
	box-sizing: border-box;
	/*border-left: 1px solid #ececec;
	padding-left: 45px;
	color: #7b7b7b;*/
	font-size: 14px;
	color: #666;
	min-height: 236px;
}



/*-----------------------------------------------------
	ticket-schedule
-----------------------------------------------------*/
.ticket-schedule {
	border-top: 1px solid #B3B3B3;
}
.ticket-schedule .cont {
	border-bottom: 1px solid #B3B3B3;
	zoom: 1;
	font-size: 16px;
	color: #2d2d2d;
	padding: 45px 0;
}

.ticket-schedule .cont:after {
	content: "";
	display: block;
	clear: both;
}

.ticket-schedule .main {
	width: 270px;
	float: left;
}
.ticket-schedule .name {
	font-size: 22px;
}
.ticket-schedule .sub {
	width: calc(100% - 270px);
	float: left;
	box-sizing: border-box;
}

.ticket-schedule .note {
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
}

.ticket-schedule .link-btn {
	
}

.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 {
	/*display: inline-block;*/
	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: 200px auto;
	padding-right: 230px;
	min-height: 200px;
}

/*---------------------------------------------------*/
.ticket-schedule .pg-cont {
	margin-bottom: 45px;
}

.ticket-schedule .pg-cont:last-child {
	/*margin-bottom: 0;*/
}

.ticket-schedule .pg-area {
	font-size: 22px;
	margin-bottom: 10px;
	letter-spacing: 4px;
}

.ticket-schedule .pg {
	zoom: 1;
	border-bottom: 1px solid #ccc;
	padding: 12px 0;
	font-size: 16px;
}

.ticket-schedule .pg.label {
	font-size: 12px;
	color: #666;
	padding: 0 0 3px;
}

.ticket-schedule .pg:after {
	content: "";
	display: block;
	clear: both;
}

.ticket-schedule .pg-name {
	width: 340px;
	float: left;
}

.ticket-schedule .pg-date {
	width: calc(100% - 370px);
	float: right;
}

.ticket-schedule .pg-date span {
	font-size: 12px;
	margin: 0 3px;
}

.ticket-schedule .pg-menu {
	margin-top: 45px;
}

.ticket-schedule .pg-menu a {
	display: inline-block;
	min-width: 90px;
	padding: 4px 0;
	text-decoration: none;
}

.ticket-schedule .pg-menu i {
	color: #ccc;
	transition-duration: .3s;
}

.ticket-schedule .pg-menu a:hover + i {
	margin-left: 10px;
	color: #101010;
}

.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: 24px 0;
}

.ticket-contact .cont:after {
	content: "";
	display: block;
	clear: both;
}

.ticket-contact .main {
	width: 200px;
	float: left;
	font-size: 14px;
	line-height: 18px;
}

.ticket-contact .sub {
	width: calc(100% - 200px);
	float: left;
	box-sizing: border-box;
	line-height: 18px;
}

.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;
}


/*-----------------------------------------------------
	credit
-----------------------------------------------------*/
.credit {
	text-align: center;
	font-size: 12px;
	margin-top: 60px;
	margin-bottom: 10px;
	padding: 0 120px;
}

.credit .inner {
	margin-bottom: 4px;
}

.credit .label {
	color: #999;
	/*margin-bottom: 4px;*/
	display:inline-block;
	margin-left: 5px;
}

.credit .name {
	color: #666;
	display:inline-block;
	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;
	margin-bottom: 5px;
}

.credit .name span {
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
}

.credit .name span:after {
	display: inline-block;
	position: relative;
	content: "/";
	margin: 0 5px;
	font-size: 12px;
	line-height: 14px;
	color: #999;
}
.credit .name span:last-child:after {
	content: "";
	margin-right: 0;
}
.credit .name span.label2 {
	color: #999;
	margin-left: 5px;
}
.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 -480px;
}
#container.exhibition .section .wrap {
	padding-top: 30px;
}

/*-----------------------------------------------------
	exhibition-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 450px 60px 60px;
	box-sizing: border-box;
	min-height: 540px;
}
.exhibition-schedule .main.main-parco {
	background: url(../images/exh-parco.jpg) no-repeat right top;
	background-size: auto 540px;
}
.exhibition-schedule .main.main-animate {
	background: url(../images/exh-animate.jpg) no-repeat right top;
	background-size: auto 540px;
}
.exhibition-schedule .main.main-parco-en {
	background: url(../images/exh-parco-en.jpg) no-repeat right top;
	background-size: auto 540px;
	padding-right: 420px;
}
.exhibition-schedule .main.main-animate-en {
	background: url(../images/exh-animate-en.jpg) no-repeat right top;
	background-size: auto 540px;
	padding-right: 420px;
}
.exhibition-schedule .main.main-umekita {
	padding: 60px;
	min-height: 10px;
}
.exhibition-schedule .name {
	font-size: 24px;
	color: #000;
	margin-bottom: 30px;
	margin-top: 10px;
}

.exhibition-schedule .main .list-cont {
	margin-top: 30px;
	font-size: 0;
}

.exhibition-schedule .main .list-cont li {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 6px;
}

.exhibition-schedule .main .list-cont li span {
	display: block;
	background: #969696;
	color: #fff;
	font-size: 13px;
	padding: 3px 6px;
	border-radius: 2px;
}

.exhibition-schedule .main .list-cont li a {
	display: block;
	background: #37b0cf;
	color: #fff;
	font-size: 13px;
	padding: 3px 6px;
	border-radius: 2px;
	text-decoration: none;
}

.exhibition-schedule .main .list-nml {
	font-size: 12px;
	margin-top: 10px;
}

.exhibition-schedule .main .list-nml li {
	margin-bottom: 0;
}

.exhibition-schedule .sub {
	/*border-top: 1px solid #ccc;*/
	padding: 10px 60px 30px;
}

.exhibition-schedule .shop-list {
	
}

.exhibition-schedule .shop-list .shop {
	zoom: 1;
	padding: 18px 0;
	border-bottom: 1px solid #dcdcdc;
}

/*.exhibition-schedule .main.main-umekita + .sub .shop-list .shop {
	border-top: 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 {
	padding-bottom: 4px;
	font-size: 13px;
	color: #6d6d6d;
}

.exhibition-schedule .shop-list .shop-name {
	width: 550px;
	float: left;
}

.exhibition-schedule .shop-list .shop-info {
	width: 200px;
	float: left;
}

.exhibition-schedule .shop-list .shop-time {
	width: calc(100% - 750px);
	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;
	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;
}

.bnr-letsgo-jp {
	display: block;
	height: 120px;
	background: url(../images/bnr_letsgo_anime_jp.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;
}

/*-----------------------------------------------------
	collabo
-----------------------------------------------------*/
#container.collabo .pageheader h1:after {
	background-position: center -600px;
}

.collabo-list {
	padding-bottom: 320px;
}

.collabo-list li.collabo-cont {
	font-size: 16px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 90px 60px 60px;
	margin-bottom: 30px;
	position: relative;
	background: #fff;
	border-radius: 6px;
	overflow: hidden;
	zoom: 1;
}

.collabo-list li.collabo-cont:after {
	content: "";
	display: block;
	clear: both;
}

.collabo-list .titlebox {
	text-align: center;
	margin-bottom: 90px;
}
.collabo-list .title {
	font-size: 22px;
	line-height: 28px;
	color: #2d2d2d;
}
.collabo-list .title-note {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #e66060;
	margin-top: 10px;
}

.collabo-list .main {
	float: left;
	width: calc(100% - 360px);
	box-sizing: border-box;
}

.collabo-list .sub {
	float: right;
	width: 300px;
	box-sizing: border-box;
}

.collabo-list .main.w100 {
	float: none;
	width: 100%;
	box-sizing: border-box;
}

.collabo-list .desc.multi {
	border-top: 1px solid #ccc;
	padding-top: 60px;
	margin-top: 60px;
}

.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 .desc .img.ms-menu img {
	height: 400px;
}*/

.collabo-list .drink-ms {
	background: url(../images/ms-menu.jpg) no-repeat right top;
	background-size: 240px auto;
	padding-right: 270px;
	min-height: 360px;
	box-sizing: border-box;
}

.collabo-list .desc .caption {
	color: #999;
	font-size: 10px;
	margin-top: -15px;
	margin-bottom: 20px;
}

.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: 30px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.5;
	border: 2px dotted #ccc;
}

.collabo-list .logo-gekirare,
.collabo-list .logo-ms,
.collabo-list .logo-km,
.collabo-list .logo-pl {
	margin-top: 45px;
	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: 200px;
	height: auto;
}


/*---------------------------------------------------*/
.collabo-schedule {
	border-top: 1px solid #ccc;
}

.collabo-schedule .shimamura {
	zoom: 1;
	border-bottom: 1px solid #ccc;
	padding: 12px 0;
	font-size: 14px;
}

.collabo-schedule .shimamura:after {
	content: "";
	display: block;
	clear: both;
}

.collabo-schedule .shimamura-name {
	width: 140px;
	float: left;
}

.collabo-schedule .shimamura-date {
	width: 220px;
	float: left;
}

.collabo-schedule .shimamura-num {
	width: 80px;
	float: left;
}

.collabo-schedule .shimamura-link {
	width: calc(100% - 440px);
	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 {
	padding: 30px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 1.5;
	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: 160px auto;
	padding-right: 180px;
	box-sizing: border-box;
}


/*-----------------------------------------------------
	goods-detail
-----------------------------------------------------*/
#container.goods-detail .pageheader h1:after {
	background-position: center -360px;
}

#container.goods-detail .pageheader .wrap {
	padding: 60px 90px 20px;
}

#container.goods-detail .section .wrap {
	padding: 45px 90px;
}

.goods-item {
	
}

.goods-item .item-cont {
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 30px 60px 60px 30px;
	position: relative;
	background: #fff;
	border-radius: 24px;
	text-align: left;
	width: 100%;
	zoom: 1;
}

.goods-item .item-cont:after {
	content: "";
	display: block;
	clear: both;
}

.goods-item .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #111;
	margin-top: 45px;
}

.goods-item .desc {
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.4;
}

.goods-item ul.other {
	margin-top: 15px;
	text-align: left;
}

.goods-item ul.other > li {
	display: block;
	position: relative;
	padding-left: 12px;
	font-size: 12px;
	line-height: 1.8;
	text-indent: 0;
}

.goods-item ul.other > li:before {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
}

.goods-item .price {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.6;
}

.goods-item .price span {
	font-size: 18px;
	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: 13px;
	display: inline-block;
}

.goods-item .shop ul li span {
	display: block;
	background: #868686;
	color: #fff;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0 5px 5px 0;
	text-decoration: none;
}

.goods-item .main {
	float: left;
	width: 580px;
	box-sizing: border-box;
}

.goods-item .sub {
	float: right;
	width: calc(100% - 625px);
	box-sizing: border-box;
}

.goods-item .contact {
	margin-top: 20px;
	font-size: 0;
}

.goods-item .contact span {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	margin-right: 5px;
}

.goods-item .contact span img {
	display: inline-block;
	height: 20px;
	width: auto;
	/*margin-left: 10px;*/
}

.goods-item .img img {
	max-width: 100%;
	display: block;
	height: auto;
	max-height: 600px;
}

.goods-item .sns {
	text-align: left;
	margin-bottom: 0;
	margin-top: 30px;
}

.goods-item .sns .snsbtn {
	margin-right: 10px;
	margin-left: 0;
}


/*-----------------------------------------------------
	goods-list
-----------------------------------------------------*/
#container.goods .pageheader h1:after {
	background-position: center -360px;
}

.goods-list {
	font-size: 0;
}
.goods-list li {
	display: inline-block;
	width: 25%;
	font-size: 12px;
	line-height: 14px;
	vertical-align: top;
	box-sizing: border-box;
	padding: 10px;
}
.goods-list a {
	display: block;
	text-decoration: none;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 20px;
}
.goods-list .goods-img {
	
}
.goods-list .goods-img span {
}
.goods-list img {
	max-width: 100%;
}
.goods-list .goods-title {
	margin-top: 10px;
	min-height: 54px;
	color: #2a2a2a;
	font-size: 14px;
	line-height: 1.3;
}
.goods-list .goods-price {
	margin-top: 10px;
	color: #666;
	font-size: 13px;
}
.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;
}

/*-----------------------------------------------------
	special
-----------------------------------------------------*/
#container.special {
	background: #232323;
}

#container.special .pageheader h1 {
	color: #fff;
}

#container.special .pageheader h1:after {
	background-position: center -720px;
}

#container.special .section .wrap {
	padding-bottom: 270px;
}

.special-list-01 {
	width: 720px;
	margin: 0 auto;
}

.special-list-01 li {
	margin-bottom: 60px;
	/*padding: 30px 30px 10px;
	background: #424242;
	border: 1px solid #434343;
	border-radius: 2px;*/
}

.special-list-01 li:last-child {
	margin-bottom: 0;
}

.special-list-01 .cont-title {
	text-align: center;
	font-size: 18px;
	/*line-height: 20px;*/
	color: #fff;
	margin-bottom: 10px;
}

.wowow {
	margin-left: auto;
	margin-right: auto;
	width: 640px;
}

.wowow video {
	width: 100% !important;
	height: auto !important;
}


/*---------------------------------------------------*/
.ticket-schedule .gen-cont {
	margin-bottom: 45px;
}

.ticket-schedule .gen-cont-sub {
	border: 1px solid #DADADA;
	background: #DCDCDC;
	padding: 45px;
	margin-top: 60px;
}

.ticket-schedule .gen-cont:last-child {
	/*margin-bottom: 0;*/
}

.ticket-schedule .gen-area {
	font-size: 22px;
	margin-bottom: 10px;
	letter-spacing: 4px;
}

.ticket-schedule .gen {
	zoom: 1;
	border-bottom: 1px solid #ccc;
	padding: 12px 0;
	font-size: 16px;
}

.ticket-schedule .gen.label {
	font-size: 12px;
	color: #666;
	padding: 0 0 3px;
}

.ticket-schedule .gen:after {
	content: "";
	display: block;
	clear: both;
}

.ticket-schedule .gen-name {
	width: 200px;
	float: left;
}

.ticket-schedule .gen-web {
	width: 100px;
	float: left;
}

.ticket-schedule .gen-tel {
	width: calc(100% - 330px);
	float: right;
}

.ticket-schedule .gen-shop {
	width: calc(100% - 200px);
	float: right;
}

.ticket-schedule .gen-tel span {
	font-size: 12px;
	margin: 0 3px;
}

.ticket-schedule .gen-menu {
	margin-top: 30px;
}

.ticket-schedule .gen-menu a {
	display: inline-block;
	min-width: 90px;
	padding: 4px 0;
	text-decoration: none;
}

.ticket-schedule .gen-menu i {
	color: #ccc;
	transition-duration: .3s;
}

.ticket-schedule .gen-menu a:hover + i {
	margin-left: 10px;
	color: #101010;
}

.ticket-schedule .gen-date {
	font-size: 18px;
	margin-bottom: 60px;
}


/*-----------------------------------------------------
	goods - exhibition
-----------------------------------------------------*/
.section-goods-parco,
.section-goods-other {
	background: #E0E0E0;
}

.section-goods-animate {
	/*background: #E0E0E0;*/
}

.section-goods-parco .lead,
.section-goods-animate .lead {
	padding: 0 120px;
}

.page-menu {
	margin-top: 10px;
	text-align: center;
	font-size: 0;
}

.page-menu li {
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	line-height: 20px;
	border-right: 1px solid #C1C1C1;
}

.page-menu li:first-child {
	border-left: 1px solid #C1C1C1;
}

.section-goods-other .goods-list {
	text-align: center;
}

/*-----------------------------------------------------
	goods - cd
-----------------------------------------------------*/
.list-num.list-cd {
	/*padding: 20px;
	background: #f5f5f5;
	border: 1px solid #ececec;
	border-radius: 4px;*/
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin: 20px 0;
	padding: 10px 0;
	font-size: 12px;
}
.list-num.list-cd li {
	font-size: 12px;
	display: list-item;
}
.list-num.list-cd li span {
	font-weight: bold;
	margin-left: 5px;
	font-size: 11px;
}

#no50 .item-cont .main {
	width: 520px;
}

#no50 .item-cont .sub {
	width: calc(100% - 520px);
}


/*-----------------------------------------------------
	Photo contest
-----------------------------------------------------*/
#container.photo {
	background: #232323;
}

#container.photo .pageheader h1 {
	color: #fff;
	font-size: 22px;
}

#container.photo .pageheader h1:after {
	background-position: center -840px;
}

#container.photo .pageheader p {
	padding: 0 160px;
	color: #fff;
	margin-bottom: 30px;
}

#container.photo .section .wrap {
	padding: 0;
	background: #fff;
	border-radius: 12px;
	margin-bottom: 120px;
	margin-top: 45px;
}

.photo-sect {
	padding: 90px;
	font-size: 16px;
	color: #535353;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
}

.photo-sect:last-child {
	border-bottom: none;
}

.photo-sect .list-nml {
	font-size: 12px;
}

.photo-sect .list-nml .list-nml {
	margin-top: 10px;
}

.photo-sect h2 {
	font-size: 26px;
	margin-bottom: 30px;
}

.photo-sect-sub {
	background: #f7f7f7;
	padding: 60px;
	margin-top: 30px;
	border-radius: 12px;
	border: 1px solid #ececec;
	text-align: left;
}

/*.photo-sect .goods-list li {
	width: 16.6%;
	padding: 5px;
}*/

.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 li {
	width: 16.6%;
	padding: 5px;
}

.photo-sect .goods-list.collage a {
	background: #DADADA;
	border: 1px solid #ccc;
}

.photo-sect .goods-list .goods-title {
	margin-top: 10px;
	min-height: 48px;
	color: #2a2a2a;
	font-size: 12px;
	line-height: 1.3;
}

.photo-sect .photo1 {
	background: url(../images/photo/ex01.jpg) no-repeat right 10px top 0px;
	background-size: 380px auto;
	min-height: 460px;
	padding-right: 590px;
	padding-left: 10px;
}

.photo-sect .photo2 {
	background: url(../images/photo/ex02.jpg) no-repeat right 10px top 0px;
	background-size: 550px auto;
	min-height: 390px;
	padding-right: 640px;
	padding-left: 10px;
}

.photo-sect .result {
	width: 80%;
	margin: 0 auto;
	border-top: 1px solid #dcdcdc;
	padding: 45px 0;
}

.photo-sect .photo-ex {
	display: none;
}

.special-photo {
	background: #fff url(../images/photo/special-photo.jpg) no-repeat right top;
	padding: 45px 580px 45px 60px;
	box-sizing: border-box;
	min-height: 330px;
	margin-bottom: 120px;
	border-radius: 6px;
	font-size: 16px;
}

.photo-sect .prize-title {
	font-size: 26px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 45px;
}

.photo-sect .prize {
	background: #f7f7f7;
	border: 1px solid #DEDEDE;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 30px 45px 30px 30px;
	text-align: left;
	width: 80%;
	margin: 0 auto 10px auto;
}

.photo-sect .prize:after {
	content: "";
	display: block;
	clear: both;
}

.photo-sect .prize .prize-img {
	width: 300px;
	float: left;
}

.photo-sect .prize .prize-desc {
	width: calc(100% - 360px);
	float: right;
}

.photo-sect .prize .prize-img img {
	max-width: 100%;
	height: auto;
}

.photo-sect .prize .prize-city {
	margin-bottom: 30px;
}

.photo-sect .prize .prize-city span {
	font-size: 20px;
	background: #969696;
	color: #fff;
	padding: 0 20px;
	line-height: 36px;
	display: inline-block;
	border-radius: 2px;
}

.photo-sect .prize .prize-name {
	font-size: 22px;
	font-weight: bold;
}

.photo-sect .prize .prize-comment {
	margin-top: 15px;
}


/*-----------------------------------------------------
	goods-gift
-----------------------------------------------------*/

.goods-gift {
	margin-top: 45px;
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 60px;
	border-radius: 6px;
	font-size: 14px;
}

.goods-gift .col2 .wrap-first {
	float: left;
	width: calc(100% - 445px);
}

.goods-gift .col2 .wrap-last {
	float: right;
	width: 400px;
}

.goods-gift .col2 .wrap-last img {
	width: 100%;
	height: auto;
}

/*-----------------------------------------------------
	map-link
-----------------------------------------------------*/
a.map-link {
	padding-left: 17px;
	padding-right: 6px;
	font-size: 11px;
	line-height: 18px;
	position: relative;
	margin-left: 10px;
	display: inline-block;
	border-radius: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #8e8e8e;
	/*background: #353535;
	color: #fff;*/
}
a.map-link:before {
	font-family: 'fontello';
	content: '\e814';
	position: absolute;
	left: 6px;
	top: 0;
}

/*-----------------------------------------------------
	goods - card
-----------------------------------------------------*/
#no51 .item-cont .main {
	width: 580px;
}

#no51 .item-cont .sub {
	width: calc(100% - 580px);
}


/*-----------------------------------------------------
	page-note
-----------------------------------------------------*/
.page-note {
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 60px;
	border-radius: 6px;
	font-size: 14px;
	color: #202020;
}

.page-note h2 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 30px;
	margin-top: 60px;
}

.page-note h3 {
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.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: 14px;
	line-height: 1.8;
}

/*-----------------------------------------------------
	badge-now
-----------------------------------------------------*/
.badge-now {
	display: block;
	position: relative;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-color: #000;
	background-image: url(../images/badge-now.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 75% auto;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
}

/*-----------------------------------------------------
	bnr-exhibition
-----------------------------------------------------*/
.bnr-exhibition {
	margin-top: 20px;
	width: 450px;
}

.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 left 45px top 45px;
	background-size: 200px auto;
	margin-top: 30px;
	padding: 45px 45px 45px 290px;
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 14px;
}

.exhibition-schedule .exh-dayo-title {
	font-size: 22px;
	color: #101010;
}

.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 {
	float: right;
	margin-left: 20px;
}

/*-----------------------------------------------------
	gallery
-----------------------------------------------------*/

#container.gallery {
	background: #232323;
}

#container.gallery .pageheader h1:after {
	background-position: center -960px;
}

#container.gallery .pageheader h1 {
	color: #fff;
	font-size: 22px;
}

#container.gallery .section-title {
	margin-bottom: 0;
	margin-top: 90px;
}

#container.gallery .section-title:first-child {
	margin-top: 0;
}

#container.gallery h2 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin-top: 45px;
}

.gallery-wrap {
	font-size: 0;
	margin-top: 10px;
	text-align: center;
}

.gallery-wrap li {
	font-size: 14px;
	display: inline-block;
	padding: 0 5px 10px 5px;
	box-sizing: border-box;
}

.gallery-wrap li img {
	width: 100%;
	height: auto;
}

.gallery-photo li {
	width: calc(100% / 4);
}

.gallery-illu li {
	width: calc(100% / 4);
}

.special-gallery {
	background: #fff url(../images/gallery/special-gallery.jpg) no-repeat right top;
	padding: 45px 580px 45px 60px;
	box-sizing: border-box;
	min-height: 330px;
	margin-bottom: 120px;
	border-radius: 6px;
	font-size: 16px;
}









