@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:block;}
.pc { display: none; }
.ah {
	-webkit-transition: all  0.3s ease;
	transition: all 0.3s ease;
}
#fullWrap{
	min-width: 640px;
	position: relative;
}


/* HEADER --------------------------------- 
-------------------------------------------------*/
header {
	width: 100%;
	height: 101px;
	background: #000;
	position: fixed;
	z-index: 999;
}
#h_logo {
	width: 413px;
	height: 100px;
	position: fixed;
	top: 0;
	left: 64px;
	z-index: 99999999;
}
#h_logo a {
	width: 100%;
	display: block;
	height: 100px;
	background: url(../images/sp/header_logo.png) center center no-repeat;
	transition: all .4s ease;
}
#h_logo.active a{ width: 60% }
#menu_nav {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 0;
	right: 0;
	background: #7f7f80;
	z-index: 99999;
}
nav {
	width: 100px;
	height: 0;
	position: fixed;
	top: 0;
	right: 0;
	background: #7f7f80;
	z-index: 99998;
	padding-top: 100px;
}
nav ul {
	padding-top: 22px;
	display: none;
	padding-left: 20px;
}
nav ul.active {
	display: block;
}
nav li {
	width: 300px;
	height: 50px;
	margin-left: 10px;
	padding: 8px 0;
	position: relative;
}
nav li a {
	display: block;
	width: 300px;
	height: 50px;
	opacity: 0;
	transition: 0.5s ease;
	transform: translateX(-20px);
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
nav li.active a {
	opacity: 1;
	transform: translateX(0);
}
#menuBtn {
	float: right;
	height: 100px;
	width: 100px;
	z-index: 10000;
	position: relative;
}
#menuBtn a {
	height: 100px;
	display: block;
	position: relative;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger { position: relative; }
.menu-trigger span {
	position: absolute;
	left: 50%;
	width: 30px;
	height: 4px;
	background-color: #fff;
	margin-left: -15px;
}
.menu-trigger span:nth-of-type(1) { top: 39px; }
.menu-trigger span:nth-of-type(2) { top: 50px; }
.menu-trigger span:nth-of-type(3) { top: 61px; }
.menu-trigger.active span:nth-of-type(1) {
	top: 36px;
	transform: translateY(14px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) { opacity: 0; }
.menu-trigger.active span:nth-of-type(3) {
	top: 64px;
	transform: translateY(-14px) rotate(315deg);
}

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

#top{
	position: relative;
	padding-top:100px;
}
.contWrap{
	width: 640px;
}
.comSection{
   padding-top: 70px;
}
.comSection h2{
	width: 320px;
	height: 54px;
	line-height: 54px;
	border-radius: 37px;
	font-size:25px;
	color: #fff;
	font-weight: bold;
	margin: 0 auto 50px;
	text-align: center;
}
#top_disc {
	background: #000 url(../images/disc_bg.png) right top no-repeat ;
	position: relative;
	height: 2150px;
}
#detailBox h2 {
	padding-top: 340px;
	padding-left: 40px;
	margin-bottom: 60px;
}
#detailBox h3 {
	font-size: 30px;
	line-height: 68px;
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}
#hall_pic {
	padding-bottom: 30px;
}
#detailBox p {
	color: #fff;
	font-size: 20px;
	line-height: 42px;
	padding: 0 40px;
	margin-bottom: 50px;
}
#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: 20px;
	line-height: 26px;
	word-break: keep-all;
	height: 85px;
	padding: 5px 12px;
}
#scTBL th{
	background: #7f7f80;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
}
#scTBL td{
	background: #fff;
	color: #29314b;
	font-weight: bold;
		font-size: 16px;
}
/*#scTBL td:nth-child(8){
	text-align: left;
	padding-left: 20px;
}*/

#scTBL th:nth-child(2),
#scTBL td:nth-child(2){
	width: 200px;
	text-align: center;
}
#scTBL th:nth-child(8),
#scTBL td:nth-child(8){
	width: 200px;
	text-align: center;
}
#scTBL th:nth-child(1),
#scTBL td:nth-child(1),
#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),
#scTBL th:nth-child(5),
#scTBL td:nth-child(5),
#scTBL th:nth-child(6),
#scTBL td:nth-child(6),
#scTBL th:nth-child(7),
#scTBL td:nth-child(7)
{
	width:80px;
	text-align: center;
}

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: 70px; }
/*ul#prfList > li:last-child{ margin-bottom: 20px; }*/
.photoArea{
}
.prfArea{
	width: 560px;
	padding: 40px;
}
.prfArea > h3{
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #7b919d;
	line-height: 42px;
}

#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: 20px;
	line-height: 1.8;
}
.officialLink {
	width: 360px;
	height: 100px;
	margin: auto;
}
.officialLink a{
	height: 100px;
	display: block;
	background: #7f7f80;
	position: relative;
	text-decoration: none;
}
.officialLink a span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 100px;
	text-align: center;
	color: #fff;
}
.officialLink a:before {
	content: "";
	width: 23px;
	height: 23px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
}
.officialLink a:after {
	content: "";
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 47%;
	right: 60px;
	margin-right: 10px;
	transform: rotate(45deg);
}
#copyRight {
	font-size: 16px;
	line-height: 30px;
	padding: 0 40px;
}

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

.foot01{
	background: #fff;
	padding: 10px 10px;
}
.foot01 p {
	width: 100%;
	height: 100%;
	margin: auto;
}
.foot02{
	width: 100%;
	padding-top: 40px;
	background: #004da3;
}
.foot02 .footLeft {
	width: 230px;
	padding-left: 10px;
	text-align: left;
	float: left;
}
.foot02 .footRight {
	width: 350px;
	padding-right: 10px;
	text-align: right;
	float: right;
	font-size:10px;
	line-height: 20px;
}
.foot02 .footRight a{
	color: #fff;
}
#aLogo{
	width: 100%;
	height: 50px;
	background: #004da3;
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
}
#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:25px;
	right: 10px;
	font-size:12px;
}
a.aLink{
	color: #3c7bb5 !important;
}
footer{
	margin-top: 30px;
	background-color: #fff;
}
#pageTop {
	z-index: 10000;
	display: none;
	width: 70px;
	height: 70px;
}
#pageTop a{
	display: block;
	background: #004da2;
}
#program h2{
	background: #7f7f80;
} 
#profile h2 {
	background: #7f7f80;
}
#schedule h2 {
	background: #7f7f80;
}
#movie h2 {
	background: #7f7f80;
}
#report h2 {
	background: #7f7f80;
}
#program {
	/*margin-top: -545px;*/
	position: relative;
}
#program article {
	width: 640px;
	margin-bottom: 20px;
	position: relative;
}
#program article.r  { background: #e10221; }
#program article.dr  { background: #fff; }
#program article.b { background: #2a71b9; }
.program_thumb {
	width: 165px;
	height: 165px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-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: 165px;
	height: 165px;
	border-radius: 50%;
	background: #a10000;
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-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: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	padding-bottom: 80px;
	margin-top: 265px;
}
/*.prorgram_text strong {
	font-size: 24px;
	font-weight: bold;
	line-height: 45px;
}*/
.prorgram_text p {
	font-size: 20px;
	font-weight: bold;
	line-height: 45px;
	margin-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
}
.prorgram_text p:last-child{ margin-bottom: 0; }
.prorgram_text p span {
	font-size: 18px;
}
.prorgram_text2 {
	width: 100%;
	color: #a10000;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	padding-bottom: 80px;
	margin-top: 265px;
}
/*.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: 40px;
	text-align: center;
}
.prorgram_text2 p:last-child{ margin-bottom: 0; }

#program small {
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
#schedule {
	position: relative;
}
#schedule .arw { 
	width: 70px;
	height: 70px;
	position: absolute;
	top: 62px;
	background: #7f7f80;
} 
#schedule .arw01 { left: 0;}
#schedule .arw02 { right: 0;}

#schedule .arw01 a { transform: rotate(-180deg);}
#schedule .arw a {
	display: block;
	height: 70px;
	background: url(../images/sp/arw.png) left 30px center no-repeat;
}
#scheduleBox {
	padding-top: 20px;
	overflow: auto;
}
#scheduleList {
	width: 1800px;
}
#loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFF;
	z-index: 99999999;
}
.w_link {
	color: #fff;
}

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

#introduction article {
	padding: 40px 0;
}
#introduction article h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 34px;
	letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 80px;
}
#introduction article p {
	width: 570px;
	margin: auto;
	font-size: 20px;
	font-weight: bold;
	line-height: 33px;
	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;
 }

#mv { padding-bottom: 10px; }

#scl_trigger {
	width: 10px;
	height: 10px;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	top: 300px;
}

#youtube {
	text-align: center;
}

#youtube p {
	font-size: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	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;
}

#mv_sub_text {
	font-size: 20px;
	font-weight: 500;
	line-height: 32px;
	position: absolute;
	right: 40px;
	left: 40px;
	bottom: 300px;
	color: #000;
	letter-spacing: -0.04em;
}
#schedule {
	margin-top: -70px;
	font
}
.photoArea {
	width: 640px;
	height: 380px;
}
#prof01 .photoArea { background: url(../images/sp/artist/1.jpg) no-repeat center; }
#prof02 .photoArea { background: url(../images/sp/artist/2.jpg) no-repeat center; }
#prof03 .photoArea { background: url(../images/sp/artist/3.jpg) no-repeat center; }
#prof04 .photoArea { background: url(../images/sp/artist/4.jpg) no-repeat center; }
#prof05 .photoArea { background: url(../images/sp/artist/5.jpg) no-repeat center; }

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

#notice {
	padding-top: 130px;

}

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

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

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

#notice2 p {
	font-size: 20px;
	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: 580px;
	margin: 0 auto;
	padding:  0 0 80px;
}
.spcomment .para {
	border-bottom:1px solid #fff;
	margin: 0;
	padding: 30px 0 30px;
	font-size:20px;
	line-height:2;
}
.spcomment strong {
	font-weight: bold;
	padding-top: 20px;
	display: block;
}
.youtubeBox {
	width: 100%;
	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:100%;
	padding:0 10px 10px;
}
.top_banners li a {
	display: block;
}
.top_banners li img {
	display: block;
	width:100%;
	height:auto;
}
.subpContent {
	padding:100px 0 0;
	width:100%;
	margin: 0 auto;
}
.subpContent h1 img {
	width: 100%;
	height:auto;
}
.subpInner {
	width:94%;
	margin:0 auto 30px;
	padding-top:30px;
}
.subpInner_para {
	padding:20px 0px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	text-align: center;
	font-weight: 700;
	font-size:20px;
	margin-bottom:50px;
	line-height:2;
}
.subpInner h4 {
	font-size:21px;
}
.subpInner_dl {
	margin-bottom:40px;
}
.subpInner_dl dt {
	font-size:22px;
	font-weight: 700;
	margin-bottom:10px;
}
.subpInner_dl dd {
	font-size:19px;
	margin-bottom:1.5em;
	word-break: break-all;
	line-height: 2.2;
}
.subpInner_dl dd h4 {
	font-weight: 700;
}
.subpInner_dl dd .subpInner_lists {
	padding-left:1em;
	margin-bottom:1em;
}
.subpInner_programs {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.subpInner_programs li {
	box-sizing: border-box;
	width:100%;
	border:1px solid #FFF;
	padding:14px;
	font-size:19px;
	margin-bottom:20px;
}
.subpInner_programs li:last-child {
	margin-bottom:0;
}
.subpInner_programs li strong {
	display: block;
	color:#000;
	background:#FFF;
	text-align: center;
	margin-bottom:10px;
	font-size:22px;
	line-height: 1.6
}
.caution {
	display: block;
	padding-left:1em;
	text-indent: -1em;
	font-size:19px;
	line-height:1.8;
}
.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;
	font-size:20px;
	line-height:2.2;
}
.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;
	font-size:20px;
}
.square_comment {
	padding:15px 25px;
	border:1px solid #FFF;
	margin:1.5em 0;
	font-size:20px;
	line-height:2;
}
.fundingUrl {
	font-size:20px;
	line-height:2;
}
.ytWrap {
	width:100%;
	padding-top:56.25%;
	position: relative;
}
.ytWrap iframe {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#movie .para {
	font-size:19px;
}

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