@import url("https://use.typekit.net/kkq3tzr.css");


@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost-VariableFont_wght.ttf");
}
@font-face {
  font-family: 'NotoSansJP';
  src: url("../fonts/NotoSansJP-VariableFont_wght.ttf");
}


section.miyajisec{
	font-family: "futura-pt","NotoSansJP", CenturyGothic, AppleGothic, sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .07em;
}



#canteraHead{
	position: fixed;
	padding: 10px 0 10px;
	left: 0;
	width: 100%;
	z-index: 10;
	background: rgba(0,0,0,0);
	
	transition: all .2s ease-in-out;
}
#canteraHead.viewHead{
	background: rgba(0,0,0,.6);
}

.canteraHeadIn{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	
	align-items: center;
	
}
.canteraheadlogo{
	opacity: 0;
	text-align: left;
	width: 59%;
	transition: all .3s ease-in-out;
}
#canteraHead.viewHead .canteraheadlogo{
	opacity: 1;
}
.canteraheadlogo img{
	width: 120px;
	height: auto;
}


.headMenu{
	opacity: 0;
	display: flex;
	gap: 20px;
	width: 25%;
	transition: all .3s ease-in-out;
}
#canteraHead.viewHead .headMenu{
	opacity: 1;
}

.headMenu li a{
	background: #FFDD00;
	border: 2px solid #FFDD00;
	font-weight: bold;
	padding: 6px 10px 5px;
	display: inline-block;
	
	line-height: 100%;
	
	color: #000000;
	
	font-style: italic;
	
	font-size: 16px;
}



.canteraSNS{
	display: flex;
	gap: 20px;
	width: 13%;
}

.canteraSNS li{
	width: 30px;
}
.canteraSNS li img{
	width: 100%;
	height: auto;
}




#promotion{
	position: relative;
	width: 100%;
	height: calc(100vh - 160px);
	background: #000;
	border-bottom: 20px solid #FFDD00;
}

.promoTxt{
	position: absolute;
	top: calc(58% - 78px);
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 2;
}
.promoTxt img{
	width: auto;
	
	height: 48vh;
	max-height: 470px;
}


.promoIn {
	clip-path: inset(0 100% 0 0); /* 上 右 下 左 */
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.promoIn.openmov {
	animation: revealRight 1.2s ease forwards;
	animation-delay: 0.2s; /* 1秒後に開始 */

}



@keyframes revealRight {
	to {
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}


.slider{
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 1;
}
.slider div{
	height: 100%;
}
.slideImg{
	width: 100%;
	height: 100%;
}
.slideImg img{
	width: 100%;
	height: 100%;
	 object-fit: cover;
}


.promoBtnLists{
	display: flex;
	flex-wrap: wrap;
	
	gap:8px;
	
	position: absolute;
	bottom: 8px;
	left: 50%;
	
	width: 100%;
	justify-content: center;
	
	transform: translateX(-50%);
	z-index: 2;
}
.promoBtn{
	width: 230px;
	background: rgba(0,0,0,.5);
	position: relative;
}
.promoBtn::before{
	content: "";
	bottom: 10px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.promoBtn a{
	display: block;
	padding: 13px 0 20px;
	text-align: center;
}
.promoBtn a span{
	color: #FFDD00;
	font-size: 10px;
	font-weight: 700;
	display: block;
	margin-bottom: 3px;
}

.promoBtn a p{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}


.promoBtnSP{
	position: absolute;
	bottom: 8px;
	right: 5%;
	z-index: 1;
	width: 300px;
	z-index: 5;
}
.promoBtnSP div.promoBtnSPBana{
	width: 300px;
}

.promoBtnSP div.promoBtnSPBana a{
	width: 100%;
	display: block;
}
.promoBtnSP div.promoBtnSPBana a img{
	width: 100%;
	height: auto;
	display: block;
}



/*VISION*/

#vision{
	background: #000;
	position: relative;
	padding: 100px 0;
}

.visionBg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000 url("../images/vision_bg_pc.jpg") no-repeat center top;
	background-size: cover;
	opacity: .4;
	z-index: 1;
	top: 0;
	left: 0;
}

.visionTxt{
	position: relative;
	z-index: 2;
}
.visiohchara{
	text-align: center;
	margin-bottom: 50px
}
.visiohchara img{
	width: 100px;
	height: auto;
}
h2.visiontitle{
	font-size: 50px;
	text-align: center;
	line-height: 130%;
	margin-bottom: 50px
}
h2.visiontitle > span{
	color: #fff;
	position: relative;
	display: inline-block;
	line-height: 100%;
	z-index: 1;
	letter-spacing: .2em;
	padding: 0 20px;
}
h2.visiontitle > span:nth-of-type(2){
	font-size: 32px;
}
h2.visiontitle > span::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: -1px;
	left: 0;
	background: #FFDD00;
	z-index: -1;
	
}

h2.visiontitle > span > span {
  opacity: 0;
  transform: translateY(10px);
  display: inline-block;
  transition: all 0.3s ease;
}

h2.visiontitle > span > span.show {
  opacity: 1;
  transform: translateY(0);
}



.visionRead{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 220%;
	letter-spacing: .2em;
}
.visionRead span{
	color:#FFDD00;
}



/*INSTRUCTOR*/

#instructor{
	padding: 100px 0;
}

.instructorIn{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.instructorTitle{
	font-size: 90px;
	transform: rotate(90deg);
	transform-origin:0 0;
	position: absolute;
	top: 0;
	left: 0.8em;
	line-height: 100%;
}

.instLists{
	padding-left: 15%;
	display: flex;
	flex-wrap: wrap;
	gap:30px 5%;
}

.instBox{
	width: 30%;
	cursor: pointer;
}

.instBox {
	clip-path: inset(0 100% 0 0); /* 上 右 下 左 */
	transform: translateY(20px);
	opacity: 0;
}

.instBox.viewBox {
	animation: instBoxView .6s ease forwards;
}


@keyframes instBoxView {
	to {
		clip-path: inset(0 0 0 0);
		opacity: 1;
		transform: translateY(0);
	}
}






.instPic img:hover {
	transform: scale(1.15) !important;
}



.instPic{
	margin-bottom: 10px;
	overflow: hidden;
}

.instPic img{
	width: 100%;
	height: auto;
	transition: all .2s ease-in-out;
}
.instBox h3{
	line-height: 100%;
	font-size: 24px;
	padding: 0 30px 0 0;
	position: relative;
	display: inline-block;
}
.instBox h3::after{
	content: "";
	background: url("../images/plus_btn.png") no-repeat right 0px bottom 0;
	background-size: 20px 20px;
	position: absolute;
	bottom: 2px;
	right: 0;
	width: 20px;
	height: 20px;
	transition: all .2s ease-in-out;
}
.instBox:hover h3::after{
	transform: rotate(90deg) scale(1.2);
}







.instModal {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.8);

	display: flex;
	justify-content: center;
	align-items: center;

	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 10;
	

}

.instModal.active {
  opacity: 1;
  visibility: visible;
}

/* ★ ここが重要 */
.modalInner {
	background: #fff;
	width: 90%;
	max-width: 700px;
	position: relative;

	border: 8px solid #FFDD00
}
.modalInnerScrol{
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	position: relative;
	overflow-y: auto;      /* 中だけスクロール */
	max-height: 90vh;      /* ウィンドウの90% */
}
.modalInner .instModPic{
	margin-bottom: 20px;
	text-align: center;
}
.modalInner .instModPic img{
	width: 60%;
	height: auto;
}

.modalInner h3{
	font-size: 24px;
	margin-bottom: 20px;
}

.modalInner h4{
	font-size: 18px;
	margin-bottom: 10px;
}
.modalInner p{
	font-size: 14px;
	margin-bottom: 20px;
}
.modalInner ul {
	font-size: 14px;
	margin-left: 1.2em;
	margin-bottom: 20px;
}
.modalInner ul li{
	list-style-type: circle;
	font-size: 14px;
	margin-bottom: 10px;
}



.closemodai{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 60px;
	text-align: center;
	line-height: 100%;
	cursor: pointer;
	color: #000;
	background: #fff;
	z-index: 2;
}
.closemodai::before{
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 2px;
	background: #000;
	top: 35px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}
.closemodai::after{
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 2px;
	background: #000;
	top: 35px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
}






/*INSTRUCTOR*/

#classlist{
	padding: 100px 0;
	background: #000;
}

.classlistIn{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.classBoxs{
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
	gap:20px 0;
	
	position: relative;
}
.classBox{
	padding: 30px;
	border: 1px solid rgba(255,255,255,0.30);
	color: #fff;
}

.classBox h3{
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;

}
.classBox h3 span{
	color: #FFDD00;
}
.classBox p{
	font-size: 16px;
	margin-bottom: 14px;
	text-align: center;
}

.classBox .classgenre{
	display: flex;
	gap:0 2%;
	justify-content: center;
}
.classBox .classgenre .classgenreBox{
	background: rgba(217,217,217,0.30);
	padding: 15px;
	text-align: center;
	font-size: 24px;
	color: #FFDD00;
}
.classBox .classgenre .classgenreBox span{
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	padding-left: 10px;
}
.box-1 .classgenreBox{
	width:70%;
}
.box-3 .classgenreBox{
	width:32%;
}


.priceBox{
	border: 6px solid #FFDD00;
	padding: 50px 30px;
	position: relative;
	margin-bottom: 80px;

}
.priceBoxBtmtxt{
	position: absolute;
	bottom: 15px;
	right: 12px;
	font-size: 12px;
	line-height: 100%;
	color: #fff;
}
.priceBox h3{
	position: absolute;
	z-index: 1;
	top: -15px;
	left: 50%;
	padding: 0 20px;
	background: #000;
	
	color: #fff;
	
	font-size: 24px;
	line-height: 100%;
	
	transform: translateX(-50%);
}

.priceLists{
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.priceList{
	display: flex;
	flex-wrap: wrap;
	
	color: #fff;
	
	align-items: center;
	
	padding: 20px 0 ;
	border-top: 1px solid rgba(255,255,255,.2);
}
.priceName{
	width: 33%;
	font-size: 24px;
}
.priceTime{
	width: 15%;
	font-size: 24px;
}
.priceTxt{
	width: 17%;
	font-size: 30px;
	color: #FFDD00;
}
.priceOther{
	width: 35%;
	font-size: 16px;
}

.taikenBtn{
	text-align: center;
}
.taikenBtn a{
	display: inline-block;
	line-height: 100%;
	padding: 40px 55px 40px 25px;
	color: #fff;
	font-weight: bold;
	
	background: #FF6684;
	
	font-size: 24px;
	
	position: relative;
	
	text-align: left;
	
	
}
.taikenBtn a::before{
	content: "";
	width: 15px;
	height: 15px;
	border-top: 1px solid #FFDD00;
	border-right: 1px solid #FFDD00;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 49%;
	right: 30px;
}



.inviewBox{
	transform: translateY(20px);
	transition: .4s all ease-in-out;
	opacity: 0;
}

.inviewBox.viewBox{
	transform: translateY(0);
	opacity: 1;
}


/*INFORMATION*/

#infomation{
	padding: 100px 0;
}

.infoIn{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

.infoBanas{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:20px 2%;
}
.infoBana{
	width: 49%;
}
.infoBana a{
	display: block;
}
.infoBana a img{
	width: 100%;
	height: auto;
}



/*ACCESS*/

#access{
	padding: 100px 0 0;
	background: #000;
}

.accessIn{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	
	display: flex;
	
	flex-wrap: wrap;
	
	gap:0 5%;
}


.accessL{
	width: 35%;
	border-right: #FFDD00 solid 6px ;
}

.accessR{
	width: 60%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.accessR h3{
	color: #FFDD00;
	font-size: 16px;
	margin-bottom: 8px;
}
.accessR p{
	color: #fff;
	font-size: 16px;
}

.accessMap{
	padding-top: 100px;
	width: 100%;
	height: 590px;
	border-bottom: 20px solid #FFDD00;
}


.accessMap iframe{
	width: 100%;
	height: 470px;
}





/*ACCESS*/

#contact{
	padding: 100px 0 100px;
	background: #000;
	position: relative;
}

.contactIn{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	
	display: flex;
	
	flex-wrap: wrap;
	
	justify-content: space-between;
	
	gap:0 5%;
	
	z-index: 2;
	align-items: end;
}

.contactBg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000 url("../images/contact_bg.jpg") no-repeat center center;
	background-size: cover;
	opacity: .4;
	z-index: 1;
	top: 0;
	left: 0;
}




.contactL{
	width: 50%;
}
.contactL h2{
	text-align: left;
}
.contactL p{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.contactR{
	width: 45%;
	display: flex;
	justify-content: flex-end;
}

.contactbana{
}
.contactbana a{
	background: #FF6684;
	position: relative;
	padding: 20px 70px 20px 50px;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .1em;
	
}
.contactbana a::before{
	content: "";
	width: 15px;
	height: 15px;
	border-top: 1px solid #FFDD00;
	border-right: 1px solid #FFDD00;
	transform: rotate(45deg) translateY(-50%);
	position: absolute;
	top: 50%;
	right: 30px;
}



/**/

.charaImgmov{
	position: absolute;
	animation: charamov1 3s alternate infinite ease-in-out;
}
.charaImgmov img{
	width: 100%;
	height: auto;
}
.charaImgmov.charainst{
	top: -155px;
	left: -20px;
	z-index: 3;
	width: 180px;
}
.charaImgmov.characlass{
	top: -80px;
	right: -20px;
	z-index: 3;
	width: 150px;
}
.charaImgmov.characlass{
	top: -80px;
	right: -20px;
	z-index: 3;
	width: 150px;
}
	


@keyframes charamov1 {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(20px);
  }
}





	
/**/


h2.secTitle{
	font-size: 48px;
	margin-bottom: 100px;
	position: relative;
	line-height: 100%;
	letter-spacing: .1em;
}
h2.secTitle span{
	position: relative;
	display: inline-block;
	z-index: 1;
}

h2.secTitle span::before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 6px;
	bottom: -20px;
	left: 0;
	background: #FFDD00;
	z-index: 0;
	
}
h2.secTitle.titleW{
	color: #fff;
}


@media screen and (max-width: 1260px) {

	.promoBtnSP{
		position: absolute;
		bottom: 8px;
		right: 2%;
		z-index: 1;
		width: 22vw;
	}
	.promoBtnSP div.promoBtnSPBana{
		width: 22vw;
	}


}


@media screen and (max-width: 1000px) {



	#canteraHead{
		position: fixed;
		padding: 10px 0 10px;
		left: 0;
		width: 100%;
		z-index: 10;
		background: rgba(0,0,0,0);

		transition: all .2s ease-in-out;
		
	}
	#canteraHead.viewHead{
		background: rgba(0,0,0,.6);
	}

	.canteraHeadIn{
		max-width: 94%;
		width: 94%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;

		align-items: center;

	}
	.canteraheadlogo{
		opacity: 0;
		text-align: left;
		width: 23%;
	}
	#canteraHead.viewHead .canteraheadlogo{
		opacity: 1;
		transform: translateY(-1px);
	}
	.canteraheadlogo img{
		width: 100%;
		height: auto;
		display: block;
	}


	.headMenu{
		opacity: 0;
		display: flex;
		gap: 20px;
		width: 46%;
	}
	#canteraHead.viewHead .headMenu{
		opacity: 1;
	}
	.headMenu li{
		width: 100%;
	}
	.headMenu li a{
		padding: 4px 6px 3px;
		font-size: 10px;
		border: 1px solid #FFDD00;
		width: 100%;
		text-align: center;
	}


	.canteraSNS{
		display: flex;
		gap: 10px;
		width: 24%;
	}

	.canteraSNS li{
		width: 22px;
	}
	.canteraSNS li img{
		width: 100%;
		height: auto;
	}


	.promoTxt{
		position: absolute;
		top: calc(53% - 78px);
		left: 0;
		transform: translateY(-50%);
		width: 100%;
		text-align: center;
		z-index: 2;
	}
	.promoTxt img{
		width: auto;

		height: 28vh;
		max-height: 470px;
	}	

	.promoBtn{
		width: 40%;
	}
	.promoBtnSP{
		position: absolute;
		bottom: 12vw;
		right: 50%;
		width: 22vw;
		transform: translateX(50%);
	}
	.promoBtnSP div.promoBtnSPBana{
		width: 22vw;
	}



}

@media screen and (max-width: 768px) {
	.promoTxt{
		position: absolute;
		top: calc(53% - 78px);
		left: 0;
		transform: translateY(-50%);
		width: 100%;
		text-align: center;
		z-index: 2;
	}
	.promoTxt img{
		width: auto;

		height: 28vh;
		max-height: 470px;
	}	

	.promoBtn{
		width: 40%;
	}
	.promoBtnSP{
		position: absolute;
		bottom: 90px;
		right: 50%;
		width: 36vw;
		transform: translateX(50%);
	}
	.promoBtnSP div.promoBtnSPBana{
		width: 100%;
	}

}




.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width: 480px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	
	


	section.miyajisec{
		letter-spacing: .07em;
	}




	#promotion{
		position: relative;
		width: 100%;
		height: calc(100vh - 70px);
		background: #000;
		border-bottom: 20px solid #FFDD00;
	}

	.promoTxt{
		position: absolute;
		top: 47%;
		left: 0;
		transform: translateY(-50%);
		width: 100%;
		text-align: center;
		z-index: 2;
	}
	.promoTxt img{
		width: 24%;
		max-width:  30%;
		height: auto;
		max-height: inherit;
	}


	.promoIn {
		clip-path: inset(0 100% 0 0); /* 上 右 下 左 */
		position: relative;
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	.promoIn.openmov {
		animation: revealRight 1.2s ease forwards;
		animation-delay: 0.2s; /* 1秒後に開始 */

	}


	
	
	

	.slider{
		width: 100%;
		height: 100%;
		opacity: .6;
		z-index: 1;
	}
	.slider div{
		height: 100%;
	}
	.slideImg{
		width: 100%;
		height: 100%;
	}
	.slideImg img{
		width: 100%;
		height: 100%;
		 object-fit: cover;
	}


	.promoBtnLists{
		display: flex;
		flex-wrap: wrap;

		gap:8px;

		position: absolute;
		bottom: 0;
		left: 0%;

		transform: translateX(0);
		z-index: 2;
		
		justify-content: center;
		
		width: 100%;
	}
	.promoBtn{
		width: 40%;
		background: rgba(0,0,0,.5);
		position: relative;
	}
	.promoBtn::before{
		content: "";
		bottom: 8px;
		left: 50%;
		position: absolute;
		transform: translateX(-50%) rotate(45deg);
		width: 10px;
		height: 10px;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	.promoBtn a{
		display: block;
		padding: 10px 0 14px;
		text-align: center;
	}
	.promoBtn a span{
		color: #FFDD00;
		font-size: 8px;
		font-weight: 700;
		display: block;
		margin-bottom: 2px;
	}

	.promoBtn a p{
		color: #fff;
		font-size: 12px;
		font-weight: 700;
	}

	.promoBtnSP{
		position: absolute;
		bottom: 24vw;
		right: 50%;
		width: 50vw;
		transform: translateX(50%);
	}
	.promoBtnSP div.promoBtnSPBana{
		width: 100%;
	}

	
	
	/*VISION*/

	#vision{
		background: #000;
		position: relative;
		padding: 50px 0;
	}

	.visionBg{
		position: absolute;
		width: 100%;
		height: 100%;
		background: #000 url("../images/vision_bg_sp.jpg") no-repeat center top;
		background-size: cover;
		opacity: .4;
		z-index: 1;
		top: 0;
		left: 0;
	}

	.visionTxt{
		position: relative;
		z-index: 2;
	}
	.visiohchara{
		text-align: center;
		margin-bottom: 30px
	}
	.visiohchara img{
		width: 80px;
		height: auto;
	}
	h2.visiontitle{
		font-size: 26px;
		text-align: center;
		line-height: 130%;
		margin-bottom: 50px
	}
	h2.visiontitle > span{
		color: #fff;
		position: relative;
		display: inline-block;
		line-height: 100%;
		z-index: 1;
		letter-spacing: .2em;
		padding: 0 12px;
	}
	h2.visiontitle > span:nth-of-type(2){
		font-size: 16px;
	}
	h2.visiontitle > span::after{
		content: "";
		position: absolute;
		width: 100%;
		height: 8px;
		bottom: -5px;
		left: 0;
		background: #FFDD00;
		z-index: -1;

	}

	h2.visiontitle > span > span {
	  opacity: 0;
	  transform: translateY(10px);
	  display: inline-block;
	  transition: all 0.3s ease;
	}

	h2.visiontitle > span > span.show {
	  opacity: 1;
	  transform: translateY(0);
	}



	.visionRead{
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		line-height: 220%;
		letter-spacing: .2em;
	}
	.visionRead span{
		color:#FFDD00;
	}



	/*INSTRUCTOR*/

	#instructor{
		padding: 70px 0;
	}

	.instructorIn{
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
		position: relative;
	}

	.instructorTitle{
		font-size: 32px;
		transform: rotate(90deg);
		transform-origin:0 0;
		position: absolute;
		top: 0;
		left: 0.8em;
		line-height: 100%;
	}

	.instLists{
		padding-left: 15%;
		display: flex;
		flex-wrap: wrap;
		gap:20px 5%;
	}

	.instBox{
		width: 47.5%;
		cursor: pointer;
	}

	.instBox {
		clip-path: inset(0 100% 0 0); /* 上 右 下 左 */
		transform: translateY(20px);
		opacity: 0;
	}

	.instBox.viewBox {
		animation: instBoxView .6s ease forwards;
	}





	.instPic img:hover {
		transform: scale(1.15) !important;
	}



	.instPic{
		margin-bottom: 7px;
		overflow: hidden;
	}

	.instPic img{
		width: 100%;
		height: auto;
		transition: all .2s ease-in-out;
	}
	.instBox h3{
		line-height: 100%;
		font-size: 12px;
		padding: 0 18px 0 0;
		position: relative;
		display: inline-block;
	}
	.instBox h3::after{
		content: "";
		background: url("../images/plus_btn.png") no-repeat right 0px bottom 0;
		background-size: 12px 12px;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 12px;
		height: 12px;
		transition: all .2s ease-in-out;
	}
	.instBox:hover h3::after{
		transform: rotate(90deg) scale(1.2);
	}







	.instModal {
		position: fixed;
		inset: 0;
		background: rgba(0,0,0,0.8);

		display: flex;
		justify-content: center;
		align-items: center;

		opacity: 0;
		visibility: hidden;
		transition: .3s;
		z-index: 10;


	}

	.instModal.active {
	  opacity: 1;
	  visibility: visible;
	}

	/* ★ ここが重要 */
	.modalInner {
		background: #fff;
		width: 90%;
		max-width: 700px;
		position: relative;

		border: 8px solid #FFDD00
	}
	.modalInnerScrol{
		width: 100%;
		padding: 12px 12px;
		box-sizing: border-box;
		position: relative;
		overflow-y: auto;      /* 中だけスクロール */
		max-height: 90vh;      /* ウィンドウの90% */
	}
	.modalInner .instModPic{
		margin-bottom: 10px;
		text-align: center;
	}
	.modalInner .instModPic img{
		width: 70%;
		height: auto;
	}

	.modalInner h3{
		font-size: 20px;
		margin-bottom: 16px;
	}

	.modalInner h4{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.modalInner p{
		font-size: 10px;
		margin-bottom: 10px;
	}
	.modalInner ul {
		font-size: 14px;
		margin-left: 1.2em;
		margin-bottom: 20px;
	}
	.modalInner ul li{
		list-style-type: circle;
		font-size: 10px;
		margin-bottom: 7px
	}



	.closemodai{
		position: absolute;
		top: 3px;
		right: 3px;
		width: 50px;
		height: 60px;
		text-align: center;
		line-height: 100%;
		cursor: pointer;
		color: #000;
		background: #fff;
		z-index: 2;
	}
	.closemodai::before{
		content: "";
		position: absolute;
		display: block;
		width: 50px;
		height: 2px;
		background: #000;
		top: 35px;
		left: 50%;
		transform: translateX(-50%) rotate(45deg);
	}
	.closemodai::after{
		content: "";
		position: absolute;
		display: block;
		width: 50px;
		height: 2px;
		background: #000;
		top: 35px;
		left: 50%;
		transform: translateX(-50%) rotate(-45deg);
	}




	main.main{
		overflow: hidden;
	}

	/*INSTRUCTOR*/

	#classlist{
		padding: 30px 0 50px;
		background: #000;
	}

	.classlistIn{
		width: 90%;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}

	.classBoxs{
		display: flex;
		flex-direction: column;
		margin-bottom: 50px;
		gap:20px 0;

		position: relative;
		
		width: 100%;
	}
	.classBox{
		padding: 18px 12px;
		border: 1px solid rgba(255,255,255,0.30);
		color: #fff;
		width: 100%;
	}

	.classBox h3{
		text-align: center;
		font-size: 20px;
		margin-bottom: 15px;

	}
	.classBox h3 span{
		color: #FFDD00;
	}
	.classBox p{
		font-size: 13px;
		margin-bottom: 14px;
		text-align: center;
	}

	.classBox .classgenre{
		display: flex;
		gap:0 2%;
		justify-content: center;
	}
	.classBox .classgenre .classgenreBox{
		background: rgba(217,217,217,0.30);
		padding: 12px 0;
		text-align: center;
		font-size: 16px;
		color: #FFDD00;
	}
	.classBox .classgenre .classgenreBox span{
		font-size: 9px;
		color: #ffffff;
		display: block;
		padding-left: 0;
	}
	.box-1 .classgenreBox{
		width:70%;
	}
	.box-3 .classgenreBox{
		width:32%;
	}


	.priceBox{
		border: 6px solid #FFDD00;
		padding: 30px 10px 40px;
		position: relative;
		margin-bottom: 50px;

	}
	.priceBoxBtmtxt{
		position: absolute;
		bottom: 10px;
		right: 10px;
		font-size: 11px;
		line-height: 100%;
		color: #fff;
	}

	.priceBox h3{
		position: absolute;
		z-index: 1;
		top: -15px;
		left: 50%;
		padding: 0 20px;
		background: #000;

		color: #fff;

		font-size: 24px;
		line-height: 100%;

		transform: translateX(-50%);
	}

	.priceLists{
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.priceList{
		display: flex;
		flex-wrap: wrap;
		
		justify-content: center;

		color: #fff;

		align-items: center;

		padding: 10px 0 ;
		border-top: 1px solid rgba(255,255,255,.2);
	}
	.priceName{
		width: 100%;
		font-size: 14px;
		text-align: center;
		padding-bottom: 10px;
		border-bottom: dotted 1px rgba(255,255,255,.2);
	}
	.priceTime{
		width: 50%;
		font-size: 14px;
		text-align: right;
		padding: 10px 10px 0 0;
	}
	.priceTime::after{
		content: " /";
		

	}
	.priceTxt{
		width: 50%;
		font-size: 18px;
		text-align: left;
		padding-top: 12px;
		color: #FFDD00;
	}
	.priceOther{
		width: 100%;
		font-size: 10px;
		text-align: center;
		padding-top: 4px;
	}

	.taikenBtn{
		text-align: center;
	}
	.taikenBtn a{
		width: 100%;
		display: inline-block;
		line-height: 100%;
		padding: 25px 20px;
		color: #fff;
		font-weight: bold;

		background: #FF6684;

		font-size: 14px;
		position: relative;
		
		text-align: left;
	}
	.taikenBtn a::before{
		content: "";
		width: 11px;
		height: 11px;
		border-top: 1px solid #FFDD00;
		border-right: 1px solid #FFDD00;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		right: 20px;
	}


	.inviewBox{
		transform: translateY(20px);
		transition: .4s all ease-in-out;
		opacity: 0;
	}

	.inviewBox.viewBox{
		transform: translateY(0);
		opacity: 1;
	}


	/*INFORMATION*/

	#infomation{
		padding: 70px 0;
	}

	.infoIn{
		width: 90%;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}

	.infoBanas{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap:20px 10%;
	}
	.infoBana{
		width: 100%;
	}
	.infoBana a{
		display: block;
	}
	.infoBana a img{
		width: 100%;
		height: auto;
	}



	/*ACCESS*/

	#access{
		padding: 60px 0 0;
		background: #000;
	}

	.accessIn{
		width: 90%;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;

		display: flex;

		flex-wrap: wrap;
		
		flex-direction: column;

		gap:0 5%;
	}


	.accessL{
		width: 100%;
		border-right: none;
		text-align: left;
	}
	.accessL h2{
		text-align: left;
		margin-bottom: 30px !important;
	}
	#access h2.secTitle span::before{
		display: none !important;
	}
	.accessR{
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 30px;
		padding-left: 20px;
		border-left: #FFDD00 solid 6px ;
	}

	.accessR h3{
		color: #FFDD00;
		font-size: 14px;
		margin-bottom: 8px;
	}
	.accessR p{
		color: #fff;
		font-size: 14px;
	}

	.accessMap{
		padding-top: 60px;
		width: 100%;
		height: 550px;
		border-bottom: 20px solid #FFDD00;
	}


	.accessMap iframe{
		width: 100%;
		height: 470px;
	}





	/*ACCESS*/

	#contact{
		padding: 60px 0 60px;
		background: #000;
		position: relative;
	}

	.contactIn{
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
		position: relative;

		display: flex;

		flex-wrap: wrap;

		justify-content: space-between;

		gap:0 5%;

		z-index: 2;
		align-items: end;
	}

	.contactBg{
		position: absolute;
		width: 100%;
		height: 100%;
		background: #000 url("../images/contact_bg.jpg") no-repeat center center;
		background-size: cover;
		opacity: .4;
		z-index: 1;
		top: 0;
		left: 0;
	}




	.contactL{
		width: 100%;
	}
	.contactL h2{
		text-align: center;
	}
	.contactL p{
		color: #fff;
		font-size: 14px;
		line-height: 180%;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
	}

	.contactR{
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.contactbana{
		width: 90%;
	}
	.contactbana a{
		background: #FF6684;
		position: relative;
		padding: 13px 0 13px 20px;
		display: inline-block;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: .1em;
		width: 100%;

	}
	.contactbana a::before{
		content: "";
		width: 11px;
		height: 11px;
		border-top: 1px solid #FFDD00;
		border-right: 1px solid #FFDD00;
		transform: rotate(45deg) translateY(-50%);
		position: absolute;
		top: 50%;
		right: 20px;
	}



	/**/

	.charaImgmov{
		position: absolute;
		animation: charamov1 3s alternate infinite ease-in-out;
	}
	.charaImgmov img{
		width: 100%;
		height: auto;
	}
	.charaImgmov.charainst{
		top: -100px;
		left: -30px;
		z-index: 3;
		width: 100px;
	}
	.charaImgmov.characlass{
		top: -50px;
		right: -20px;
		z-index: 3;
		width: 80px;
	}




	/**/


	h2.secTitle{
		font-size: 24px;
		margin-bottom: 40px;
		position: relative;
		line-height: 100%;
		letter-spacing: .1em;
	}
	h2.secTitle span{
		position: relative;
		display: inline-block;
		z-index: 1;
	}

	h2.secTitle span::before{
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 6px;
		bottom: -10px;
		left: 0;
		background: #FFDD00;
		z-index: 0;

	}
	h2.secTitle.titleW{
		color: #fff;
	}


	
}