@charset "utf-8";
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
 background: #000;
 color:#fff;
}
* {
	outline:none;
}
body {
	font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	background-color: #000;
	text-align: justify;
}
a { color: #00a0e9; }
a:hover { text-decoration: none; }
.sp {display:none;}
.ah {
	-webkit-transition: all  0.3s ease;
	transition: all 0.3s ease;
}
.ah:hover {
	opacity: 0.7;
}
#fullWrap{
	min-width: 1200px;
	position: relative;
}

/* CONTENTS --------------------------------- 
-------------------------------------------------*/

#top{
	margin-top: 100px;
	position: relative;
}
.contWrap{
	width: 1200px;
	margin: 0 auto;
}
.comSection{
   padding-top: 60px;
   z-index: 100;
}
.comSection h2{
	width: 430px;
	height: 73px;
	line-height: 73px;
	border-radius: 37px;
	font-size:34px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 50px;
	text-align: center;
}
/*#top_disc {
	background: #000;
	position: relative;
	height: 1935px;
	z-index: -1;
}
#detailBox {
	width: 1050px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#detailBox h2 {
	width: 648px;
	height: 146px;
	padding-top: 646px;
	margin-bottom: 40px;
}
#detailBox p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}
#hall_pic {
	width: 1050px;
	height: 340px;
	padding: 40px 0;
}
#detailBox h3 {
	text-align: center;
	font-size: 30px;
	line-height: 68px;
	padding-bottom: 20px;
}*/

#scTBL{
	width: 100%;
	margin-bottom: 40px;
	table-layout: fixed;
}
#scTBL th,#scTBL td{
	text-align: center;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	font-size: 16px;
	line-height: 26px;
	word-break: keep-all;
	height: 85px;
	padding: 5px 12px;
	box-sizing: border-box;
}
#scTBL th{
	background: #7f7f80;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
}
#scTBL td{
	background: #fff;
	color: #29314b;
	font-weight: bold;
	font-size: 14px;
}
#scTBL td:nth-child(8),#scTBL td:nth-child(2){
	text-align: left;
	padding-left: 20px;
}

#scTBL th:nth-child(2),
#scTBL td:nth-child(2){
	width: 70px;
}

#scTBL th:nth-child(1),
#scTBL td:nth-child(1){
	width: 30px;
	text-align: center;
}
#scTBL th:nth-child(4),
#scTBL td:nth-child(4),
#scTBL th:nth-child(3),
#scTBL td:nth-child(3),
#scTBL th:nth-child(3){
	width: 15px;
	text-align: center;
}
#scTBL th:nth-child(5),
#scTBL td:nth-child(5) {
	width: 40px;
	text-align: center;
}
#scTBL th:nth-child(6),
#scTBL td:nth-child(6){
	width: 15px;
}
#scTBL th:nth-child(7),
#scTBL td:nth-child(7){
	width:15px;
	text-align: center;
}
#scTBL th:nth-child(8),
#scTBL td:nth-child(8){
	width: 80px;
}

ul#pgmList > li{
	padding: 60px;
	color: #fff;
}
ul#pgmList > li:nth-child(odd){
	background: #d7576b;
}
ul#pgmList > li:nth-child(even){
	background: #b3152e;
}
.pgmIn{
	position: relative;
}
.pgmIn > h3{
	background: #fff;
	width: 167px;
	height: 167px;
	border-radius: 167px;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
.pgmIn > h3 > span{
	position: absolute;
	width: 167px;
	margin: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
ul#pgmList > li:nth-child(odd) .pgmIn > h3{
	color: #d7576b;
}
ul#pgmList > li:nth-child(even) .pgmIn > h3{
	color: #b3152e;
}
.pgmDetail{
	padding-left: 237px;
}
.pgmDetail > p,
dl.stageList{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 35px;
}
.pgmDetail > p{
	margin-bottom: 20px;
}
dl.stageList dd{
	margin-bottom: 20px;
}
.castList,
.castList > h3{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 35px;
}
ul#prfList > li{
	margin-bottom: 120px;
}
.photoArea{
	float: left;
}
.prfArea{
	float: right;
	width: 510px;
}
.prfArea > h3{
   font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #7b919d;
	line-height: 30px;
}
#small_h3 {
	font-size: 28px !important;
	line-height: 40px !important;
}
.prfArea > h3 > span{
	font-size: 20px;
	line-height: 32px;
}
.prfArea > h3 > span > span{
	font-size: 16px;
}
.prfTxt{
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 30px;
}
.officialLink {
	width: 510px;
	height: 142px;
}
.officialLink a{
	display: block;
	height: 142px;
	background: #7f7f80;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
	text-decoration: none;
}
.officialLink a:before {
	content: "";
	width: 40px;
	height: 40px;
	background: url(../images/arw.png) no-repeat center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 80px;
}
.officialLink a span {
	display: block;
	font-size: 34px;
	font-weight: bold;
	line-height: 142px;
	text-align: center;
	color: #fff;
}
.officialLink a:hover{
	background: #bead9f;
}

/* FOOTER --------------------------------- 
-------------------------------------------------*/

.foot01{
	max-width: 1200px;
	background: #fff no-repeat center center;
	background-size: 95% auto;
	width:100%;
	margin:0 auto;
}
.foot02{
	width: 100%;
	padding: 24px 0;
	background: #004da3;
}
.foot02 .footLeft {
	width: 230px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	text-align: left;
	float: left;
}
.foot02 .footRight {
	width: 500px;
	margin: 0 auto;
	padding: 0 20px 0 0;
	text-align: right;
	float: right;
	font-size:12px;
	line-height: 20px;
}
.foot02 .footRight a{
	color: #fff;
}
#aLogo{
	width: 100%;
	height: 50px;
	background: #004da3;
	position: relative;
}
#aLogo a{
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
#aLogo a img{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#aLogo #copyR{
	position: absolute;
	top:8px;
	right: 20px;
	font-size:12px;
}
a.aLink{
	color: #3c7bb5 !important;
}
footer{
	margin-top:30px;
	background-color: #fff;
}
#navWrap{
	position: fixed;
	min-width: 1200px;
	background: #000;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 9999;
}
#navWrap h3{
	position: absolute;
	margin: auto;
	top: 50%;
	left: 36px;
	transform: translateY(-50%);
	margin-top: -5px;
}
nav > ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	position: absolute;
	margin: 0;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
nav > ul > li a{
	color: #7f7f80;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	height: 100%;
	line-height: 100px;
	display: block;
}
nav > ul > li{
	margin:0 30px;
}
#pageTop {
	z-index: 10000;
	display: none;
	width: 70px;
	height: 70px;
}
#pageTop a{
	display: block;
	background: #004da2;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#pageTop a:hover{
	background: none;
}
#program h2{ background: #7f7f80; }
#schedule h2 { background: #7f7f80; }
#profile h2 { background: #7f7f80; }
#movie h2 { background: #7f7f80; }
#report h2 { background: #7f7f80; }
#program {
	position: relative;
}
#program article {
	margin-bottom: 15px;
	position: relative;
}
#program article.r  { background: #e10221; }
#program article.dr  { background:#fff; }
#program article.b { background: #2a71b9; }
.program_thumb {
	width: 175px;
	height: 175px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 85px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center center;
}
.program_thumb span {
	width: 175px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 43px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-39%);
	color: #7f7f80;
}

.program_thumb2 {
	width: 175px;
	height: 175px;
	border-radius: 50%;
	background: #a10000;
	position: absolute;
	top: 50%;
	left: 85px;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center center;
}
.program_thumb2 span {
	width: 175px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 43px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-39%);
}


#prg01 { background: #000; border-bottom: 1px dotted #fff; }
#prg02 { background: #000; border-bottom: 1px dotted #fff; }
#prg03 { background: #000; border-bottom: 1px dotted #fff;}
#prg04 { background: #000; border-bottom: 1px dotted #fff;}
#prg01 .prorgram_text { color: #fff; }
#prg02 .prorgram_text { color: #fff; }
#prg03 .prorgram_text { color: #fff; }
#prg04 .prorgram_text { color: #fff; }

#prg01 .program_thumb { background: #00aebb; }
#prg01 .program_thumb span { color: #fff; }
#prg02 .program_thumb { background: #4d61a9; }
#prg02 .program_thumb span { color: #fff; }
#prg03 .program_thumb { background: #6fba2c; }
#prg03 .program_thumb span { color: #fff; }
#prg04 .program_thumb { background: #ff8400; }
#prg04 .program_thumb span { color: #fff; }
.prorgram_text {
	width: 751px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 0px;
	padding: 50px 50px;
	margin-left: 315px;
}
/*.prorgram_text strong {
	font-size: 24px;
	font-weight: bold;
	line-height: 45px;
}*/
.prorgram_text p {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 35px;
}
.prorgram_text p:last-child{ margin-bottom: 0; }
.prorgram_text p.single { line-height: 270px; }


.prorgram_text2 {
	width: 751px;
	color: #a10000;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	padding: 40px 50px;
	margin-left: 315px;
}
/*.prorgram_text strong {
	font-size: 24px;
	font-weight: bold;
	line-height: 45px;
}*/
.prorgram_text2 p {
	font-size: 24px;
	font-weight: bold;
	line-height: 45px;
	margin-bottom: 35px;
}
.prorgram_text2 p:last-child{ margin-bottom: 0; }
.prorgram_text2 p.single { line-height: 270px; }


#program small {
	display: block;
	font-size: 16px;
	line-height: 5px;
	margin-bottom: 0px;
}
.w_link {
	color: #fff;
}
#prfList > li:last-child {
	margin-bottom: 0px;
}
#copyRight {
	font-size: 16px;
	line-height: 30px;
	padding: 80px 0;
	text-align: center;
}

.yellow {
	font-weight: bold;
	color: #E3FF00;
}


#mv { padding-top: 0px; }
#introduction article {
	padding: 45px 0;
}
#introduction article h3 {
	font-size: 34px;
	font-weight: bold;
	line-height: 34px;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 10px;
}
#introduction article p {
	width: 1000px;
	margin: auto;
	font-size: 20px;
	font-weight: bold;
	line-height: 43px;
	letter-spacing: 0.04em;
	color: #000;
}
#intro_disc1 { background: #feaf00; }
#intro_disc1 h3 { color: #9b0f4d;
 }
#intro_disc1 p { text-align: center; } 
#intro_disc2 { background: #fff; }
#intro_disc2 h3 { color: #feaf00;
 }


#youtube {
	text-align: center;
	width: 1140px;
	margin: 0 auto;
}

#youtubeBox {
	text-align: center;
	width: 960px;
	margin: 0 auto;
}

#youtube p {
	padding-top: 10px;
	font-weight: bold;
}

.red a:link  { color: #e10221; text-decoration: underline;}
.red a:visited  { color: #e10221; text-decoration: underline;}
.red a:hover  { color: #e10221; text-decoration: none;}
.dred a:link  { color: #790a1b; text-decoration: underline;}
.dred a:visited  { color: #790a1b; text-decoration: underline;}
.dred a:hover  { color: #790a1b; text-decoration: none;}

.f14 {
	font-size:14px;
}
#schedule {
	margin-top: 0px;
	position: relative;
	z-index: 10;
}
.photoArea {
	width: 631px;
	height: 646px;
}
#prof01 .photoArea { background: url(../images/artist/1.jpg) no-repeat center; }
#prof02 .photoArea { background: url(../images/artist/2.jpg) no-repeat center; }
#prof03 .photoArea { background: url(../images/artist/3.jpg) no-repeat center; }
#prof04 .photoArea { background: url(../images/artist/4.jpg) no-repeat center; }
#prof05 .photoArea { background: url(../images/artist/5.jpg) no-repeat center; }

.a a { color: #00aebb; }
.b a { color: #4d61a9; }
.s a { color: #6fba2c; }

#notice {
	padding-top: 100px;
}

#notice h2 {
	font-size: 24px;
	padding-bottom: 20px;
	font-weight: bold;
	line-height: 55px;
	text-align: center;
}

#notice2 {
	width: 1120px;
	margin: 50px auto;
	text-align: left;
	border: 2px solid #fff;
	padding: 40px;
	line-height: 20px;
}

#notice2 h2 {
	font-size: 24px;
	padding-bottom: 20px;
	font-weight: bold;
	line-height: 55px;
	text-align: center;
}

#notice2 p {
	font-size: 16px;
	padding-bottom: 0px;
	line-height: 40px;
	text-align: left;
}

#notice2 p a {
	color:#fff;
}

.t20 {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	background-color: #FF0004;
}

.spcomment {
	width: 1000px;
	margin: 0 auto;
}
.spcomment .para {
	border-bottom:1px solid #fff;
	margin: 0;
	padding: 30px 0 30px;
}
.spcomment strong {
	font-weight: bold;
	padding-top: 20px;
	display: block;
}
.youtubeBox {
	width: 800px;
	margin:0 auto 20px;
	text-align: center;
}
.top_banners {
	padding:20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.top_banners li {
	box-sizing: border-box;
	width:80%;
	padding:0 10px 10px;
}
.top_banners li a {
	display: block;
}
.top_banners li img {
	display: block;
	width:100%;
	height:auto;
	transition: all 0.3s ease
}
.top_banners li a:hover img {
	opacity:0.75;
}
.subpContent {
	padding:120px 0 0;
	width:1200px;
	margin: 0 auto;
}
.subpInner {
	width:900px;
	margin:0 auto 30px;
	padding-top:50px;
}
.subpInner_para {
	padding:20px 0px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	text-align: center;
	font-weight: 700;
	font-size:18px;
	margin-bottom:50px;
}
.subpInner_dl {
	margin-bottom:40px;
}
.subpInner_dl dt {
	font-size:18px;
	font-weight: 700;
	margin-bottom:10px;
}
.subpInner_dl dd {
	margin-bottom:1.5em;
}
.subpInner_dl dd h4 {
	font-weight: 700;
}
.subpInner_dl dd .subpInner_lists {
	padding-left:1em;
	margin-bottom:1em;
}
.rehearsal .subpInner_lists li {
	margin-bottom: 1em;
}
.subpInner_programs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.subpInner_programs li {
	box-sizing: border-box;
	width:49%;
	border:1px solid #FFF;
	padding:10px;
	font-size:15px;
}
.subpInner_programs li strong {
	display: block;
	color:#000;
	background:#FFF;
	text-align: center;
	margin-bottom:10px;
	font-size:16px;
}
.caution {
	display: block;
	padding-left:1em;
	text-indent: -1em;
	font-size:14px;
}
.toApplication {
	display: block;
	margin-top:10px;
	transition:all 0.3s ease;
}
.toApplication img {
	display: block;
	width:100%;
	height:auto;
}
.toApplication:hover {
	opacity:0.7;
}
.faq {
	padding-left:1em;
}
.faq dt {
	margin-top:10px;
	position: relative;
	padding-left:2em;
	padding-bottom:5px;
}
.faq dt:before {
	content:'Q.';
	position: absolute;
	left:0;
	top:0.2em;
	width:1.5em;
	height:1.5em;
	background:#FFF;
	color:#000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}
.faq dd {
	position: relative;
	padding-left:2em;
	padding-bottom:1em;
}
.faq dd:before {
	content:'A.';
	position: absolute;
	left:0;
	top:0.2em;
	width:1.5em;
	height:1.5em;
	background:#FFF;
	color:#000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}
.contact {
	padding-left:1em;
}
.square_comment {
	padding:15px 25px;
	border:1px solid #FFF;
	margin:1.5em 0;
}

#report h2{
	width: 430px;
	height: 73px;
	line-height: 73px;
	border-radius: 37px;
	font-size:34px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 0px;
	text-align: center;
}
