@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

/*-----------cmn---------------*/

section h2{
	/*text-align: left;*/
}

/*----------------*/

#s1{
	position: relative;
	margin: 0 auto 0;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	max-width: 2000px;
}

#s1>p{
	text-align: center;
	margin-bottom: 25px;
	padding: 0 10px;
	margin-bottom: 40px;
}

#s1>p>span{
    font-family: "微软雅黑" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;	font-size: 2rem;
}

.headshowroom{
	overflow: hidden;
	margin-bottom: 100px;
	position: relative;
	padding-top: 2vw;
}
.headshowroom:after{
	content: "";
	z-index: -1;
	background: #F5F1F1;
	display: block;
	width: 40vw;
	height: 80%;
	position: absolute;
	top: -2vw;
	left: 49%;
}
#s1>div:nth-of-type(2n).headshowroom:after{
	left: calc(51% - 40vw);
}
.headshowroom>div:nth-of-type(1){
	width: 53vw;
	max-width: 1060px;
	box-sizing: border-box;
}
.headshowroom>div:nth-of-type(2){
	width: calc(100% - 53vw);
	padding: 40px 40px 0 40px;
	box-sizing: border-box;
	max-width: 640px;
}
.headshowroom h3{
	padding: 0;
	font-size: 2.6rem;
	margin-bottom: 40px;
}

.headshowroom:last-child h3{
	margin-bottom: 10px;
}


.headshowroom h3:before{
	top: -20px;
}
.headshowroom h3.more a{
	font-size: 1.1rem;
	line-height: 1.5;
	padding: 2px 15px;
	margin-left: 10px;
	position: relative;
	top: -4px;
}
.headshowroom h4{
	margin-bottom: 20px;
	font-size: 1.6rem;
	letter-spacing: 1px;
	font-family: "微软雅黑" ,  Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.headshowroom p{
	margin-bottom: 15px;
}
.headshowroom p:nth-last-of-type(1){
	margin-bottom: 0;
}

.headshowroom .lineupMVwrap{
	width: 53vw;
	max-width: 1060px;
	position: relative;
	overflow: hidden;
}
.headshowroom .lineupMVwrap p{
	display: block;
	background: rgba(0,0,0,0.6);
	color: rgba(255,255,255,0.8);
	letter-spacing: 0;
	line-height: 1.3;
	font-size: 1.2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.headshowroom .lineupMVwrap:hover p{
	opacity: 1;
}
.headshowroom .lineupMV:not(.noslide){
	cursor: pointer;
}
.headshowroom .lineupMV:after{
	content: "";
	display: block;
	width: 10%;
	height: 1px;
	background: #a4070a;
	opacity: 0;
	position: absolute;
	top: 50%;
	right: 15%;
	transition: 0.4s ease-in-out;
}
.headshowroom .lineupMV:hover:after{
	opacity: 1;
	right: 5%;
}
.headshowroom .lineupMV:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	border-top: 1px solid #a4070a;
	border-right: 1px solid #a4070a;
	opacity: 0;
	position: absolute;
	top: 50%;
	right: 15%;
	margin-top: -5px;
	transition: 0.4s ease-in-out;
	z-index: 1;
}
.headshowroom .lineupMV:hover:before{
	opacity: 1;
	right: 5%;
}
.headshowroom .lineupMV.noslide:after,
.headshowroom .lineupMV.noslide:before{
	display: none;
}
.headshowroom .lineupMV ul{
	display: table;
	table-layout: fixed;
	position: relative;
}
.headshowroom .lineupMV li{
	display: table-cell;
}
.headshowroom .lineupMV img{
	width: 100%;
	height: auto;
}



@media screen and (max-width: 980px){
	.headshowroom{
		padding: 0 10px 30px;
		margin-bottom: 40px;
	}
	.headshowroom:after{
		width: 60% !important;
		top: 0 !important;
		left: 20% !important;
		height: 100% !important;
	}
	.headshowroom>div{
		float: none;
		width: auto !important;
		max-width: none !important;
		padding: 20px 0 0 !important;
	}
	.headshowroom .lineupMVwrap{
		width: 80% !important;
		margin: 0 auto 30px !important;
		padding-top: 0 !important;
	}
	.headshowroom h3{
	margin-bottom: 20px;
	}
}

@media screen and (max-width: 850px){
	#s1 h2 + p span{
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 700px){
	.headshowroom h3{
		font-size: 2.2rem;
	}
	.headshowroom h3.more a{
		margin-left: 5px;
	}
	.headshowroom h4{
		font-size: 1.45rem;
		margin-bottom: 10px;
	}
	.headshowroom .lineupMVwrap p{
		display: none;
	}
}


/*------------*/

.pagenav{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.pagenav li{
	display: table-cell;
	vertical-align: middle;
	font-size: 1.7rem;
	letter-spacing: 1px;
	font-family: "微软雅黑" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	text-align: center;
}
.pagenav li a{
	display: block;
	padding: 10px;
	border-bottom: 1px solid #d4d4d4;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	position: relative;
}
.pagenav:last-child li a{
	border-bottom: none;
	border-top: 1px solid #d4d4d4;
}
.pagenav li a:hover{
	background: #F5F1F1;
}
.pagenav li.current a:before{
	content: "";
	width: 100%;
	height: 3px;
	background: #A4070A;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.pagenav:last-child li.current a:before{
	top: -1px;
	bottom: auto;
}

#s2{
	margin-bottom: 70px;
	border-top: 1px solid #d4d4d4;
	padding-top: 70px;
}

#s2 article{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: 1px solid #d4d4d4;
}
#s2 article:nth-last-of-type(1){
	border-bottom: none;
}
#s2 article>*{
	display: table-cell;
	vertical-align: middle;
}
#s2 article>*:nth-of-type(1){
	padding: 20px 0 20px;
	width: 25%;
	max-width: 300px;
	min-width: 180px;
}
#s2 article>*:nth-of-type(2){
	padding: 20px 0 20px 30px;
}
#s2 article h3{
	padding: 0;
	font-family: "微软雅黑" , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 1.7rem;
	letter-spacing: 1px;
	font-weight: bold;
}
#s2 article h3:before{
	display: none;
}
#s2 article h3 span{
	display: inline-block;
}
#s2 article p{
	font-size: 1.25rem;
}
#s2 article p.more{
	font-size: 1.3rem;
	margin-bottom: 10px;
}
#s2 article p.more a{
	font-size: 1.1rem;
	line-height: 1.5;
	padding: 2px 15px;
	margin-left: 10px;
	position: relative;
	top: -2px;
}
#exhibitionTab{
	overflow: hidden;
}
#exhibitionTab>div:nth-child(n+2){
	display: none;
}

@media screen and (max-width: 650px){
	#s2 article{
		display: block;
		padding: 10px 0;
	}
	#s2 article>*{
		display: block;
		padding: 0 !important;
		width: auto !important;
		min-width: 0 !important;
	}
	#s2 article>*:nth-of-type(1){
		margin: 0 auto 10px;
		width: 70% !important;
	}
	#s2 article h3{
		text-align: center;
	}
	#s2 article p.more a{
		margin-left: 5px;
	}
	#s2 article p.more{
		margin-bottom: 5px;
	}
}




#s3 ,
#s3 *{
	text-align: center !important;
}
#s3 h4{
	padding: 0;
	font-family: "微软雅黑" , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 1.7rem;
	letter-spacing: 1px;
	font-weight: bold;
}
#s3 h3:before,
#s3 h4:before{
	display: none;
}


#cal{
	text-align: center;
	margin-bottom: 50px;
}
#cal iframe{
	display: block;
	margin: 0 auto;
	border: none;
	width: 100%;
	height: 360px;
	max-width: 700px;
}