@charset "utf-8";
/* CSS Document */

html{overflow-y: scroll; }
	
body{width: 100%;
	min-width: 821px;
	background: rgba(0,0,0,1.00);}

.font-min1{font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-style: normal;}
	
.font-min2{font-family: 'Zen Old Mincho', serif;
	font-weight: 900;
	font-style: normal;}
	
.font-goth1{font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	font-style: normal;}
	
.font-goth2{font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 900;
	font-style: normal;}

.start_filter,.start_filter2{width: 100%;
	height: 100vh;
	position: fixed; top: 0; left: 0;
	background:rgba(255,255,255,1.00);
	z-index: 9999;}

.loading_block{width: 15%;
	text-align: center;
	position: fixed; top: 35%; left: 42.5%;}

.loading_img2{/*-webkit-animation:blink 2s linear infinite;
	-moz-animation:blink 2s linear infinite;
	-o-animation:blink 2s linear infinite;
	animation:blink 2s linear infinite;*/}

.loading_img2 img{width: 100%;}

@-webkit-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-moz-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@-o-keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}
@keyframes blink {
	0% {opacity:0;}
	40% {opacity:1.0;}
	60% {opacity:1.0;}
	100% {opacity:0;}
}


#container{width: 100%;
	position: relative;}

.delighter1.delighter{transition: all .5s ease-out;
  transform: translateY(-55%);
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);}

.delighter1.delighter.started,.delighter2.delighter.started,.delighter3.delighter.started,.delighter4.delighter.started,.delighter5.delighter.started,.delighter6.delighter.started,.delighter7.delighter.started{transform: none;
  opacity: 1;
  -ms-filter: blur(0);
  filter: blur(0);}
  
 .delighter2.delighter{transition: all .5s ease-out;
  transform: translateY(5vh);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
.delighter3.delighter{transition: all .5s ease-out;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
 .delighter4.delighter{transition: all .5s ease-out 0.1s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
  .delighter5.delighter{transition: all .5s ease-out 0.2s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
  .delighter6.delighter{transition: all .5s ease-out 0.3s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}
  
  .delighter7.delighter{transition: all .5s ease-out 0.4s;
  transform: translateX(5vw);
  opacity: 0;
   -ms-filter: blur(6px);
  filter: blur(6px);}

.bg1{width: 100%;
	height: 100vh;
	background:url("../img/bg_1.jpg");
	background-size: cover;
	background-position: center bottom;
	position: fixed; top: 0; left: 0;
	z-index: 0;}

.bg2{width: 100%;
	height: 100vh;
	background: url("../img/bg_pattern2.png");
	background-repeat: repeat;
	position: fixed; top: 0; left: 0;
	z-index: 0;
	webkit-animation:bg_move 2s linear infinite;
	-moz-animation:bg_move 2s linear infinite;
	animation:bg_move 2s linear infinite;}
	
@-webkit-keyframes smoke {
	0% {background-position: 0 0;}
	100% {background-position: -30px 20px;}
}
@-moz-keyframes smoke {
	0% {background-position: 0 0;}
	100% {background-position: -30px 20px;}
}
@keyframes bg_move {
	0% {background-position: 0 0;}
	100% {background-position: -30px 20px;}
}

.text0{font-size: 1.8vw;
	line-height: 150%;}

.text1{font-size: 1.4vw;
	line-height: 150%;}
	
.text2{font-size: 1.1vw;
	line-height: 150%;}
	
.text3{font-size: 1.0vw;
	line-height: 150%;}
	
.text4{font-size: 0.8vw;
	line-height: 150%;}

.text_title1{font-size: 2.2vw;}

.text_cast1{font-size: max(2.3vw,32px);
	line-height: 120%;}

.bg_bk1{background: rgba(0,0,0,0.90);}

.bg_bk2{background: rgba(0,0,0,1.00);}

main{min-height: 85vh;
	position: relative;
	z-index: 1;}

header{position: sticky;
  	top: 0;
	z-index: 5;}

.pc_menu{width: 100%;
	background: rgba(255,255,255,1.00);
	border-top: rgba(208,20,90,1.00) solid 5px;
	position: sticky;
  	top: 0;
	z-index: 5;}

.pc_menu_inner{overflow: hidden;
	padding-left: 10%;}

.header_logo{width: 8%;
	padding:0 1%;
	position: fixed; top: 10px; left: 10px;
	z-index: 5;}
	
.header_logo img{width: 100%;}

.pc_menu_btn1{font-size: max(1.2vw,16px);
	line-height: 300%;
	text-align: center;
	padding: 0 0.75%;
	transition: 0.3s all;
	float: left;}
	
.pc_menu_btn1 a{display: block;
	color: rgba(208,20,90,1.00);
	transition: 0.3s all;}

.pc_menu_btn1 a:hover{color: rgba(119,151,241,1.00);}

.pc_menu_icon{width: 3%;
	padding: 0.5% 0.75%;
	float: left;
	transition: 0.3s all;}

.pc_menu_icon:hover{transform: scale(1.05,1.05);}

.pc_menu_icon img{width: 100%;
	vertical-align: middle;}

/**/
.top_spacer{width: 60%;
	min-width: 750px;
	margin: 0 auto;}
	
.top_spacer img{width: 100%;}

.main_img_box2{width: 100%;
	position: relative;}

.slider_box{width: 99.9%;
	position: absolute; top: 0; left: 0;}

.main_img{width: 100%;
	position: relative;
	}

.main_img_img{width: 60%;
	min-width: 750px;
	padding: 0 5px;
	margin: 0 auto;}

.main_img_img .pc{position: relative;
	padding-bottom : 56.25%;}

.main_img_img img{width: 100%;
	height: 100%;
	position: absolute; top: 0; left: 0;}
/**/

.main_img_box{width: 100%;
	position: relative;
	overflow: hidden;}
	
.main_bn1{width: 50%;
	float: left;
	overflow: hidden;}
	
.main_bn2{width: 60%;
	margin: 0 auto;}
	
.main_bn1 img,.main_bn2 img{width: 100%;
	transition: 0.3s all;}

.main_bn1 img:hover,.main_bn2 img:hover{transform: scale(1.035,1.035);}

.con_box1{width: 100%;}

.con_inner1{width: 60%;
	margin: 0 auto;}
	
.con_inner2{width: 100%;
	overflow: hidden;}

.con_inner_box1{width: 45%;
	float: left;}
	
.con_inner_box2{width: 55%;
	float: left;}

.con_title1{width: 40%;
	margin: 0 auto;}
	
.con_title2{width: 30%;
	margin: 0 auto;}

.news_box{width: 60%;
	margin: 0 auto;
	display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */}

.news_block1{width: 29%;
	 padding: 0 1.5%;
	 margin: 0 0.5% 20px;
	 background: rgba(255,245,193,1.00);
	 border-radius: 10px;}

.news_img1{width: 100%;
	margin: 0 auto;
	background: rgba(255,255,255,0.50);
	text-align: center;
	position: relative;	}

.news_img1 img{width: 100%;}

.news_img1_img{width: 100%;
	height: 100%;
	position: absolute; top: 0; left: 0;
	overflow: hidden;
	display: flex;
	flex-direction: column; /* 上から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */}

.news_block2{width: 97%;
	 padding: 15px 1.5%;
	 background: rgba(255,245,193,1.00);
	 border-radius: 10px;
	 overflow: hidden;}

.news_block2 a{display: block;}

.news_block2 .news_img1{width: 25%;
	background: rgba(255,255,255,0.50);
	text-align: center;
	position: relative;
	float: left;}

.news_text{width: 73%;
	padding-left: 2%;
	float: left;}

.news_text img{max-width: 100%;
	height: auto;}

.news_text iframe{max-width: 100%;}

.bar_dot{width: 100%;
	height: 1px;
	border-bottom: rgba(0,0,0,0.50) dotted 1px;}

.news_img1_img img{object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s all;}

.news_block1:hover .news_img1_img img{transform: scale(1.05,1.05);}

.menher_img1{width: 70%;
	margin: 0 auto;}
	
.menher_img1 img{width: 100%;}

.menher_img2{width: 100%;}

.menher_img2 img{width: 100%;}

.yt_box{display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */}

.yt_block1{width: 23%;
	margin: 0 1%;
	position: relative;}

.yt_img1,.yt_img1 img,.yt_filter1,.yt_filter1 img,.yt_filter2,.yt_filter2 img{width: 100%;
	transition: 0.3s all;}

.yt_filter1,.yt_filter2{position: absolute; top: 0; left: 0;}

.yt_block1:hover .yt_filter1{opacity: 0.7;}

.title_box1{width: 40%;
	margin: 0 auto;}

.kids_img1,.kids_img1 img{width: 100%;}

/* map */
#map_wrapper {
    position: relative;
    width: 70%;
	margin: 0 auto;
}

#map_wrapper:before {
    content:"";
    display: block;
    padding-top: 28.12%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#map_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}	



footer{width: 100%;
	padding-bottom: 80px;
	text-align: center;
	background: rgba(255,255,255,1.00);
	border-top: rgba(208,20,90,1.00) solid 5px;
	position: relative;}
	
.footer_logo{width: 10%;
	margin: 0 auto;}

#page-top{width: 60px;
	height: 60px;
	position: fixed; bottom: 10px; right: 10px;
	z-index: 8;}
	
#page-top img{width: 100%;
	height: 100%;}

.btn1{width: 15vw;
	margin: 0 auto;
	line-height: 250%;
	border-radius: 100px;
	transition: 0.3s all;}

.btn2{width: 30vw;
	margin: 0 auto;
	transition: 0.3s all;}

.btn1:hover,.btn2:hover{transform: scale(1.05,1.05);}

.btn1 a,.btn2 a{display: block;}
.btn2 a{padding: 15px 0;}

/* under */
.page_title_img{width: 25%;
	margin: 0 auto;}
	
.page_title_img img{width: 100%;}

.page_title_text{width: 90%;
	margin: 0 auto;}

.top_img1{width: 100%;}

.top_img2{width: 60%;
	margin: 0 auto;}

.top_img3{width: 30%;
	margin: 0 auto;}

.top_img1 img,.top_img2 img,.top_img3 img{width: 100%;}

.member1{width: 25%;
	float: left;}
	
.member_img1{width: 80%;
	margin: 0 auto;}
	
.member_img1 img{width: 100%;}

.talent1{width: 100%;}

.talent_img1{width: 20%;
	float: left;}

.talent_img1 img{width: 100%;}

.talent_text1{width: 78%;
	padding-left: 2%;
	float: left;}

.window1{width: 60%;
	margin: 0 auto;
	background: rgba(255,255,255,1.00);
	border: rgba(208,20,90,1.00) solid 5px;
	border-radius: 10px;}
	
.window_title1{width: 96%;
	padding: 10px 2%;
	background: rgba(208,20,90,1.00);}

.window_title1 img{width: 4%;}

.window_textbox1{width: 90%;
	padding: 0 5%;
	overflow: hidden;}
	
.window_text1{width: 100%;}
	
.window_img1,.window_img2{width: 100%;}

.window_img1 img,.window_img2 img{width: 100%;}

.window2{width: 58%;
	padding: 0 1%;
	margin: 0 auto;}
	
.school_bg1{background: url("../img/school/bg1.jpg");
	background-repeat: repeat;}
	
.school_bg2{background: url("../img/school/bg2.jpg");
	background-repeat: repeat;}
	
.school_bg3{background: url("../img/school/bg3.jpg");
	background-repeat: repeat;}
	
.school_bg4{background: url("../img/school/bg4.jpg");
	background-repeat: repeat;}

.spo_box{display: inline-block;}

.spo_box_inner1{float: left;}

.sp_box_inner2{line-height: 300%;
	float: left;}

.spo_g{font-size: 2.6vw;}

.spo_s{font-size: 1.8vw;}

.spo_y{font-size: 1.4vw;}

.spo_img1{width: 60%;
    margin: 0 auto;}

.spo_img1 img{width: 100%;}

.spo_bar1{width: 100%;
    height: 1px;
    border-bottom: #FF0004 double 4px;}

.form_block1{width: 96%;
	 padding: 15px 2%;
	 background: rgba(255,245,193,1.00);
	 border-radius: 10px;
	 overflow: hidden;}

.form_table1{width: 100%;}

.form_table1 table{width: 95%;}

.form_td1{width: 30%;}

.form_td2{width: 70%;}

.form_td2 input,.form_td2 textarea{padding: 5px;
	margin-bottom: 10px;}

.input1{width: 70%;}

.input2{width: 15%;}

.form_td2 textarea{width: 90%;
	resize: none;}

.btn_box1{width: 25%;
	margin: 0 auto;}

.submit1{width: 100%;}

input.submit1{width: 100%;
	margin: 0 auto;
	cursor: pointer;}

.audition_img1{width: 100%;}

.audition_img1 img{width: 25%;}

.audition_img1 video{width: 50%;}

.link_img1{width: 60%;
	margin: 0 auto;
	transition: 0.3s all;}

.link_img1:hover{transform: scale(1.02,1.02);
	filter: brightness(125%);}

.link_img1 img{width: 100%;}

.form_btn1{width: 60%;
	margin: 0 auto;
	line-height: 150%;
	background:rgba(255,110,0,1.00);
	border-radius: 10px;
	transition: 0.3s all;}
	
.form_btn1:hover{transform: scale(1.05,1.05);}
	
.form_btn1 a{display: block;
	padding: 20px 0;}

.school_img1{width: 48%;
	padding: 0 1%;
	margin: 0 auto;
	float: left;}
	
.school_img2{width: 60%;
	margin: 0 auto;}
	
.school_img1 img,.school_img2 img{width: 100%;}

.school_block_l1{width: 30%;
	float: left;}

.school_block_l1 img{width: 100%;}

.school_block_r1{width: 68%;
	padding-left: 2%;
	float: left;}

.school_btn1{width: 30%;
	margin: 0 auto;
	line-height: 200%;
	background: rgba(195,172,146,1.00);
	border-radius: 5px;
	transition: 0.3s all;}
	
.school_btn1:hover{filter: brightness(120%);}
	
.school_btn1 a{display: block;}

@media screen and ( max-width:821px )
{
body{min-width: 320px;}

.start_filter_bg1{width: 100%;
	height: 100%;
	background-size: 8% auto;
	background-repeat: repeat;}

.loading_block{width: 50%;
	text-align: center;
	position: fixed; top: 35%; left: 25%;}

.header_logo{width: 90%;
	padding:10px 5% 10px 5%;
	position: sticky;
  	top: 0;
	background: rgba(255,255,255,1.00);
	z-index: 5;}

.text0{font-size: 7.0vw;}

.text1{font-size: 4.6vw;
	line-height: 150%;}
	
.text2{font-size: 4.0vw;
	line-height: 150%;}
	
.text3{font-size: 3.8vw;
	line-height: 150%;}
	
.text4{font-size: 3.4vw;
	line-height: 150%;}

.text_title1{font-size: 7vw;}

.con_title1{width: 90%;}

.con_title2{width: 60%;
	margin: 0 auto;}

/**/
.main_img_box{margin-top: 0;}

.top_spacer{width: 90%;
	min-width: 0;}

.main_img{margin-top: 0;}

.main_img_img{width: 90%;
	min-width: 0;
	margin: 0 auto;}

.main_img_img .sp{position: relative;
	padding-bottom : 85%;}

.main_img_img img{width: 100%;
	height: auto;
	position: absolute; top: 0; left: 0;}
/**/	


.main_img_box{width: 100%;
	height: auto;}

.main_bn1,.main_bn2{width: 100%;
	float: none;
	overflow: hidden;}
	
.main_bn1 img{width: 100%;
	transition: 0.3s all;}

.main_bn1 img:hover{transform: scale(1.0,1.0);}

.top_tex1t{width: 90%;}

.con_inner1{width: 90%;
	margin: 0 auto;}

.con_inner_box1{width: 100%;
	float: none;}
	
.con_inner_box2{width: 100%;
	float: none;}

.news_box{width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row; /* 左から */
	flex-wrap: wrap; /* 複数行に配置、左から右へ、上から下へ、の順番に。 */
	justify-content: center; /* 中央寄せ */}

.news_block1{width: 77%;
	 padding: 0 1.5%;
	 margin: 10px 0;}

.news_img1{width: 90%;
	margin: 10px auto;}

.news_block2{width: 77%;
	 padding: 15px 1.5%;
	 margin: 0 auto 15px;}

.news_block2 .news_img1{width: 75%;
	margin: 0 auto;
	background: rgba(255,255,255,0.50);
	text-align: center;
	position: relative;
	float: none;}

.news_text{width: 95%;
	margin: 15px auto 0;
	padding-left: 0;
	float: none;}

.yt_block1{width: 80%;
	margin: 0 auto 10px;
	position: relative;}

.yt_block1:hover .yt_filter1{opacity: 1.0;}

.title_box1{width: 80%;
	margin: 0 auto;}

/* map */
#map_wrapper {
    position: relative;
    width: 90%;
	min-width: 0;
	margin: 0 auto;
}

#map_wrapper:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#map_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer{width: 100%;
	text-align: center;
	position: relative;}

.footer_logo{width: 30%;}

#page-top{width: 60px;
	height: 60px;
	position: fixed; bottom: 0; right: 10px;
	z-index: 8;}
	
#page-top img{width: 100%;
	height: 100%;}

.btn1{width: 80vw;
	line-height: 300%;}

.btn2{width: 80%;}

.btn1:hover,.btn2:hover{transform: scale(1.0,1.0);}

/* under */
.page_title_img{width: 55%;
	margin: 0 auto;}
	
.page_title_img img{width: 100%;}

.top_img1{width: 100%;}

.top_img2{width: 90%;
	margin: 0 auto;}

.top_img3{width: 90%;}

.top_img1 img,.top_img2 img{width: 100%;}

.member1{width: 50%;
	float: left;}
	
.member_img1{width: 80%;
	margin: 0 auto;}
	
.member_img1 img{width: 100%;}

.talent_img1{width: 60%;
	margin: 0 auto;
	float: none;}

.talent_img1 img{width: 100%;}

.talent_text1{width: 100%;
	padding-left: 0;
	float: none;}

.window1{width: calc(90% - 10px);}

.window2{width: 82%;
	padding: 0 4%;}

.window_title1{width: 96%;
	padding: 10px 2%;
	background: rgba(208,20,90,1.00);}

.window_title1 img{width: 8%;}

.window_textbox1{width: 95%;
	padding: 0 2.5%;
	overflow: hidden;}

.window_img2{width: 100%;
	overflow-y: scroll;}

.window_img_inner{width: 200%;}

.spo_g{font-size: 5vw;}
    
.spo_s{font-size: 4vw;}
    
.spo_y{font-size: 3vw;}

.spo_img1{width: 75%;
    margin: 0 auto;}

.kids_td1{width: 27%;}

.form_block1{width: 85%;
	padding: 0 2.5%;
	margin: 0 auto;}

.form_table1 table{width: 90%;
	padding: 0 5%;}

.form_td1{width: auto;
	display: block;}

.form_td2{width: auto;
	display: block;}

.input1{width: 90%;}

.input2{width: 50%;}

.form_td2 textarea{width: 90%;}

.btn_box1{width: 75%;}

.audition_img1{text-align: center;}

.audition_img1 img{width: 80%;}

.audition_img1 video{width: 100%;}

.link_img1{width: 80%;
	margin: 0 auto;
	transition: 0.3s all;}

.link_img1:hover{transform: scale(1.0,1.0);
	filter: brightness(100%);}

.form_btn1{width: 80%;}
	
.form_btn1:hover{transform: scale(1.0,1.0);}

.school_img1{width: 48%;
	padding: 0 1%;
	margin: 0 auto;
	float: left;}
	
.school_img2{width: 100%;
	margin: 0 auto;}
	
.school_img1 img{width: 100%;}

.school_block_l1{width: 100%;
	margin: 0 auto;
	float: none;}

.school_block_l1 img{width: 100%;}

.school_block_r1{width: 100%;
	padding-left: 0;
	float: none;}

.school_btn1{width: 90%;
	line-height: 250%;}
	
.school_btn1:hover{filter: brightness(100%);}

}


























