@charset "utf-8";

img {max-width: 100%;height:auto;}
html{scroll-behavior: smooth;}


body{
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: clamp(12px, 5vw, 14px);
    letter-spacing: 0.12em;
    line-height: 1.75;
    background-color: #181814;
    color: #eee8e8;
}
h1{
    font-family: 'Roboto', sans-serif;
    /* font-size: 60px; */
    font-size: clamp(40px, 10vw, 60px);
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h2{
    font-family: 'Roboto', sans-serif;
    font-size: clamp(50px, 10vw, 60px);
    font-weight: 700;
    text-transform: uppercase;
    /* border: 1px solid #704b4b; */
}
h3{
    font-size: 18px;
    text-transform: uppercase;
}
h4{
    text-align: center;
}
#wrapper{
    max-width: 1000px;
    margin: 0 auto;
}

/* ----------------------------------------- */
/* トップページ */
/* ----------------------------------------- */

.wrapbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 601px;
    height: auto;
    margin: 0 auto;
    /* padding: 40px 0; */
    /* background: #000; */
  }
    
  .inner_wrap {
    width: 100%;
    height: auto;
    /* margin: 0 0 2% 0; */
    overflow: hidden;
  }
  
  .inner_wrap .boxInner{
    width: inherit;
    height: inherit;
    opacity: 0;
  }
  
  .isPlay{
    animation-name: play;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8,0,.5,1);
    position: relative;
    opacity: 1 !important;
  }
    
  .isPlay:before{
    animation-name: maskOut;
    animation-duration: .5s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.8,0,.5,1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient( 109.6deg,  rgba(24, 24, 20, 1)2%, rgba(24, 24, 20, 1) 91.1% );
    /* background-image: linear-gradient( 109.6deg,  rgba(156,252,248,1) 11.2%, rgba(110,123,251,1) 91.1% ); */
  }
  
  @keyframes play {
    from {
      transform: translateX(-100%);
    }
    
    to {
      transform: translateX(0);
    }
  }
  
  @keyframes maskOut {
    from {
      transform: translateX(0);
    }
    
    to {
      transform: translateX(100%);
    }
  }

.toppage h1.abs{
    z-index:100;
    position: absolute;
    color: white;
    font-size: 60px;
    left:70px;
    top: 300px;
    line-height: 1.3em;
}

.toppage h1.abs .rsp01,
.toppage h1.abs .rsp02{
    display: none;
}

/* ズームする アニメーション */
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

/* //このクラス名で、ズームするアニメーションを呼び出せる */
.slick-animation {
  animation: fadezoom 5s 0s forwards;
}

/* ----------------------------------------- */
/* ハンバーガーnav */
/* ----------------------------------------- */

.drawer-menu{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

/* ----------------------------------------- */
/* FIRST STEPのsection */
/* ----------------------------------------- */

.toppage .title{
    /* max-width: 50%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
}

.first_stp{
    padding: 180px 3%;
    display: flex;
    justify-content: space-between;
}

.first_stp .textbox{
    max-width: 50%;
}


/* ----------------------------------------- */
/* first_stp section　ここまで */
/* ----------------------------------------- */

/* スタジオ 写真 */
.studio{
    display: flex;
    max-width: 100%;
    margin-bottom: 170px;
}
.studio .imgbox{
    width: 60%;
}
.studio .textbox{
    max-width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    pad: 0px 4%;
}
.studio .desc{
    max-width: 80%;
}

/* ----------------------------------------- */
/* studio section　ここまで */
/* ----------------------------------------- */

.stage{
    width: 100%;
    display: flex;
}
.stage .textbox{
    max-width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    pad: 0px 4%;
}
.stage .imgbox{
    width: 60%;
}

.stage .desc{
    max-width: 90%;
}

section.stage{
    margin-bottom: 180px;
}


/* ----------------------------------------- */
/* stage section　ここまで */
/* ----------------------------------------- */
.instructor h2,
.instructor p{
    margin-bottom: 50px;
}
.instructor{
margin-bottom: 150px;
display: flex;
flex-direction: column;
align-items: center;
}
.instructor .textbox{
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* ----------------------------------------- */
/* カスタマーボイス　リンク*/
/* ----------------------------------------- */

.cvoice{
    margin-bottom: 120px;
}
.cvoice h4{
    margin-bottom: 10px;
}
.cvoice p{
    padding: 0 4%;
}
/* .cvoice{
    width: 100%;
} */

/* .cvoice img{
    aspect-ratio: 280 / 170;
} */

.cvoice_block{
    padding: 0px 4%;
    max-width: 100%;
    display: flex;
    gap: 1%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.cvoice_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 1px solid #b39f9f; */
    max-width: 280px;
    margin-bottom: 50px;
}
.cent{
    text-align: center;
    margin-bottom: 80px;
}

.cvoice .imgbox{
    aspect-ratio: 280 / 170;
    margin-bottom: 30px;
}

.cvoice span{
    text-align: center;
    font-size: 15px;
}
.cvoice_box .textbox{
    width: 95%;
    margin-bottom: 50px;
    /* border: 1px solid #641111; */
}


/*矢印が右に移動する*/
.btnarrow{
    /*矢印と下線の基点とするためrelativeを指定*/
	position: relative;
    /*形状*/
    display: inline-block;
	padding: 0 20px;
    color: #e7e7e7;
    text-decoration: none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    /* font-weight: 400;
    font-family: 'Lora', serif; */
    font-size: 16PX;
    margin-top: 15px;
    margin-left: 35%;
}

/*矢印と下線の形状*/
.btnarrow::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
	position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
	background:#d4d4d4;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    bottom:-3px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
	background:#dddddd;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow:hover::before{
    left:20%;
}

.btnarrow:hover::after{
    right:-5%;
}

/* ----------------------------------------- */
/* フッター */
/* ----------------------------------------- */

footer{
    border-top: 1px solid white;
    padding-top: 60px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

footer h3{
    margin-bottom: 10px;
    margin-top: 10px;
}

.ft_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
    flex-wrap: wrap;
}

.ft_inner_left{
    width: 50%;
    text-align: center;
    padding-left: 10%;
    /* margin-right: 30%; */
    line-height: 2;
    /* border: 1px solid #a5a5a5; */
}

.snsicon{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    /* border: 1px solid #797979; */

}
.snsicon .mr{
    margin-right: 20px;
}

.snsicon li a{
    text-align: center;
}

.ft_inner_right{
    width: 50%;
    padding-left: 10vw;
    line-height: 2.5;
    /* border: 1px solid #792d2d; */
}

.copyright{
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 10px;

}
.bd_top{
    /* display: inline-block; */
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}
.bd_btm_1{
    /* display: inline-block; */
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}
.bd_btm_2{
    /* display: inline-block; */
    height: 6px;
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid #d8d8d8;
}

.toppage .about{
    margin-bottom: 170px;
    padding: 0px 5%;
}
/* ----------------------------------------- */
/* トップページ ここまで*/
/* ----------------------------------------- */



/* ----------------------------------------- */
/* voiceページ  */
/* ----------------------------------------- */

.c_voice .topimg{
    position: relative;
    /* background-image: url(../img/top03_pic.png); */
    background-image: url(../img/voice_top_pic.png);
    width: 100%;
    height: 100vh;
    background-size:cover;
    background-position: 80%;
}
.c_voice .abs{
    position: absolute;
    top: 300px;
    left:100px;
    line-height: 1.2;
}
.voice_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 170px 5%;
    /* border: 1px solid #e22121; */
}
.voice_box .voice_inner h3{
    text-align: center;
}

.voice_box .inner_text{
    margin-left: 10%;
}
/* voice詳細 セクション */
.bg01{
    width: 100%;
    background-image: url(../img/voice_01sec.png);
    background-repeat: no-repeat;
    background-position: 24% 10%;
}

.bg02{
    background-image: url(../img/voice_02sec.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: 85% 10%;
}

.bg03{
    background-image: url(../img/voice_03sec.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: 83% 10%;
}

.bg04{
    background-image: url(../img/voice_04sec.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: 45% 10%;
}

.voice_desc h4{
    font-size: 16px;
    margin-bottom: 30px;
}
.voice_desc{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 150px;
}
.voice_desc p{
    max-width: 80%;
}
.c_voice_block{
    margin-bottom: 170px;
}

/* voiceページメディアクエリ */
@media screen and (max-width:768px){
    .c_voice .abs{
        top: 200px;
        left:50px;
    }
}

@media screen and (max-width:576px){
    .c_voice .voice_box{
        flex-direction: column;
        align-items: center;    
    }
    .voice_box .voice_inner h3{
        margin-bottom: 30px;
    }
    .voice_box{
        padding: 60px 4%;
    }
    .voice_box .inner_text{
        width: 90%;
        margin-left: 0;
    }
    .voice_desc p{
        max-width: 85%;
    }
    .c_voice_block{
        margin-bottom: 100px;
    }
}

/* ----------------------------------------- */
/* プライバシーポリシー */
/* ----------------------------------------- */
.policy_block span{
    font-size: 16px;
}

.privacy_policy h1{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 24px; 
    margin-bottom: 35px;
    text-align: center;
}

.privacy_policy h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.12em;
    line-height: 1.75;
    color: #e8eaee;
    margin: 35px auto 18px;
    /* border: 1px solid #d89f9f; */
}

.policy_block{
    padding: 80px 30px;

}

.policy_block p{
    margin-left: 20px;
}

.last{
    margin-top: 30px;
    text-align: right;
}


/* ----------------------------------------- */
/* 見学・体験申し込みフォーム form */
/* ----------------------------------------- */



.icon-del{
    margin-bottom: 30px;
    background-color: #f5f5f0;
    color: #1F1F1F;
}

.dateitem{
    margin-bottom: 10px;
}

.form .btnarrow{
    text-align: center;
    margin-top: 0px;
    margin-left: 30%;
}
/* --------------------------------------- */

input[type=date] {
    font-size: 18px;
  }

.form_box_item span{
    color: #ff7676;
}
.form_box{
    display: flex;
    justify-content: center;
    padding: 80px 10% 210px 10%;
}
.request_form h1{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #d8d8d8;
    text-align: center;
    margin-top: 100px;
    /* border: 1px solid #7c2828; */
}
.request_form h2{
    font-size: 18px;
    color: #d1d1d1;
    text-align: center;
}


.text_input{
    border: 1px solid #454545;
    border-radius: 2px;
    height: 40px;
    margin: 10px 0 40px 0;
    width: 300px;
    background-color: #f5f5f0;
    color: #1F1F1F;
    padding-left: 10px;
}
.text_input_short{
    border: 1px solid #454545;
    border-radius: 2px;
    height: 40px;
    margin: 10px 0 40px 0;
    width: 150px;
    background-color: #f5f5f0;
    color: #1F1F1F;
    padding-left: 10px;
}
.select_input{
    border: 1px solid #454545;
    border-radius: 2px;
    height: 40px;
    margin: 10px 0 40px 0;
    width: 200px;
    padding: 5px 10px;
    background-color: #f5f5f0;
    color: #1F1F1F;
}
.inquiry_input{
    border: 1px solid #454545;
    border-radius: 2px;
    height: 180px;
    margin: 10px 0 50px 0;
    width: 300px;
    background-color: #f5f5f0;
    color: #1F1F1F;
    padding: 10px;
}

#output{
    font-size: 13px;
}


/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.slider img {
    width:20vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

/*==================================================
スライダーのためのcss
===================================*/


/* ----------------------------------------- */
/* クラスレッスンについて our class */
/* ----------------------------------------- */

.our_class .fixed_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* border: 1px solid #a2a2a2; */
}
.our_class .fixed_inner{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.our_class .fixed_inner .cent{
    text-align: center;
}
.our_class h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    /* font-size: clamp(40px, 2vw, 60px); */
    color: #fff;
    text-transform: uppercase;
    padding-top: 55vh;
    padding-left: 5%;
}
.our_class h2{
    font-size: clamp(50px, 2vw, 55px);
    margin-bottom: 50px;
}
.our_class #container{
    margin-bottom: 10px;
}
.our_class .textbox{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.our_class .text_desc{
    max-width: 80%;
}

/* テキスト下から */
.our_class h1{
    line-height: 1.2;
}
.top_catch{
    overflow: hidden;
    display: inline-block;
    line-height: 1;
}
.top_catch span {
    display: inline-block;
    transform: translateY(100%);
}
.top_catch.top_catch_01 span{
    animation: an_page_title 0.6s 0.9s ease-out forwards;
}
.top_catch.top_catch_02 span{
    animation: an_page_title 0.6s 1.1s ease-out forwards;
}
.top_catch.top_catch_03 span{
    animation: an_page_title 0.6s 1.3s ease-out forwards;
}
@keyframes an_page_title{
    0%{
      transform: translateY(100%);
    }
    100%{
      transform: translateY(0%);
    }
  }
  
/* ----------------------------------------- */
/* parallax */
/* ----------------------------------------- */
.top_img{
	width: 100%;
    height: 100vh;
    background: url(../img/top_pic.png);
    background-position:60%;
    background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;    
}
/* .bg{
	background: url(../img/top04_pic.png) no-repeat center;
	background-size:cover;
	border: 10px solid #eea8a8;
} */
section.fixed{
    position: -webkit-sticky;/*Safari*/
    position: sticky;
	top:0px;/*Header高さ分で止まるようにする*/
    background-color: #181814;
	/* padding:100px 30px 100px 30px; */
	min-height: 100vh;
}
.our_class .fixed_title{
    /* width: 80%; */
	padding: 30px 10% 130px 10%;
}
.our_class .fixed_jazz{
	padding:150px 0 100px;
}
.our_class .fixed_ballet{
    padding:130px 0 100px;
}
.our_class .fixed_conte{
	padding:130px 0 100px;
}
.our_class .fixed_hiphop{
	padding:130px 0 100px;
}

section.fixed:nth-of-type(2n){
	color: rgba(255, 255, 255, 0.6);
    text-align: right;
	padding:400px 150px 300px;
    max-height: 100vh;
}

section.fixed:nth-of-type(4n){
        color: rgba(255, 255, 255, 0.6);
        text-align: left;
        padding:400px 150px 300px;
        max-height: 100vh;

}
section.fixed:nth-of-type(6n){
        color: rgba(255, 255, 255, 0.6);
        text-align: left;
        padding:350px 50px 100px;
        max-height: 100vh;
}
section.fixed:nth-of-type(8n){
        color: rgba(255, 255, 255, 0.6);
        text-align: left;
        padding:350px 200px 100px;
        max-height: 100vh;
}

/* section.fixed:last-of-type{
	padding:170px 30px 100px 30px;
} */

section.fixed:nth-of-type(2){
	background:url("../img/ourclass_jazz.png") no-repeat center;
	background-size:cover;
}

section.fixed:nth-of-type(4){
	background:url("../img/ourclass_ballet.png") no-repeat 20%;
	background-size:cover;
    background-position: 80%;
}

section.fixed:nth-of-type(6){
	background:url("../img/ourclass_cont.png") no-repeat center;
	background-size:cover;
}

section.fixed:nth-of-type(8){
	background:url("../img/ourclass_hiphop.png") no-repeat center;
	background-size:cover;
}


/*＝＝＝＝＝＝＝＝＝＝＝タブレット以下の見え方＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width:768px){
    
    .our_class .fixed_title{
        padding:100px 7% 100px 7%;
    }
    .our_class .fixed_jazz{
        padding: 112px 0 100px;
    }
    .our_class .fixed_ballet{
        padding:60px 0 100px;
    }
    .our_class .fixed_conte{
        padding:80px 0 100px;
    }
    .our_class .fixed_hiphop{
        padding:130px 0 100px;
    }
    
}
@media screen and (max-width:600px){
    .our_class .text_desc{
        max-width: 90%;
    }
    .our_class .fixed_jazz{
        padding: 100px 0 100px;
    }
    .our_class .fixed_conte{
        padding:80px 0 100px;
    }

	section.fixed,
	section.fixed:last-of-type{
    position:relative!important;/*sticky解除*/
	top:0;/*70px⇒0pxに戻す*/
	min-height: auto;
	padding:40px 0;
    }
}

/* ----------------------------------------- */
/* faq よくある質問 */
/* ----------------------------------------- */

.faq_block{
    padding: 130px 0px 150px;
}
.faqpage h1{
    font-size: 20px;
    margin-left: 50px;
    margin-bottom: 50px;
}
.faq_block span{
    font-size: 15px;
}

.faq_block .btnarrow{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    letter-spacing: 0.12em;
    line-height: 1.75;
    color: rgb(235, 235, 235);
    margin-top: 30px;
    margin-left: 60%;
    /* border: 1px solid #000; */
}
.faq_block h3{
    margin-left: 0px;

}

/*==================================================
アコーディオン
===================================*/


/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #ccc
}

/*アコーディオンタイトル*/
.faqpage .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
    /* background: #000; */
}

/*アイコンの＋と×*/
.faqpage .title::before,
.faqpage .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #cecece;
    
}
.faqpage .title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.faqpage .title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/

.faqpage .title.close::before{
	transform: rotate(45deg);
}

.faqpage .title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.faq_block .box {
    display: none;/*はじめは非表示*/
    background: #3f3f3f;
	margin:0 3% 3% 3%;
    padding: 3%;
    line-height: 2em;
}

@media only screen and (max-width: 768px) {
    img, object, embed, video {max-width: 100%;height:auto;}

    .faq_block .btnarrow {
     margin-left: 50%;
    }
}
@media only screen and (max-width: 576px) {
    img, object, embed, video {max-width: 100%;height:auto;}
    .faq_block .btnarrow {
     margin-left: 35%;
    }
}
@media only screen and (max-width: 690px) {
    img, object, embed, video {max-width: 100%;height:auto;}

    .ft_block{
        flex-direction: column;
        align-items: center;
    }
    .ft_inner_left{
        padding-left: 0;
        width: 100%;
        text-align: center;
    }
    .ft_inner_right{
        padding-left: 0;
        width: 100%;
        margin-top: 40px;
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    img, object, embed, video {max-width: 100%;height:auto;}
    .faq_block .btnarrow {
     margin-left: 20%;
    }
}

/* ----------------------------------------- */
/* タイムテーブル 、アクセス　*/
/* ----------------------------------------- */
.timetable main{
    padding: 130px 4% 0px 4%;
}


/* ----------------------------------------- */
/* テーブルデザイン共通　↓*/
/* ----------------------------------------- */

.table_box {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 200;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    background: linear-gradient(to bottom, #494646, #0d0707);
}

.table_box th {
    text-align: center;
    font-size: 18px;
    padding: 10px;
    border: solid 1px #ffffff;
    background: #797979;
}
.table_box th span{
    font-size: 14px;
    font-weight: 200;
}
.table_box td {
    padding: 10px;
    border: solid 1px #ffffff;
    width: 20%;
}

/* ----------------------------------------- */
/* テーブルデザイン共通　↑*/
/* ----------------------------------------- */

.timetable .rsp{
    display: none;
   }
.timetable .description{
    margin: 30px 0px 200px 20px;
}

.map {
    position: relative;
    width: 100%;
    padding-top: 75%; /* = height ÷ width × 100 */
}
.map iframe {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 80%;
}
.schedule h1{
    text-align: center;
    font-size: clamp(40px, 10vw, 55px);
    margin-bottom: 30px;
}
.schedule .txt{
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 90px;
}

/* アクセス */
.timetable h2{
    text-align: center;
    margin-bottom: 40px;
}
.timetable .access{
    text-align: center;
    line-height: 2em;
    margin-bottom: 50px;
}
.access .txt{
    margin-bottom: 20px;
}
#link_access{
    scroll-margin-top: 80px;
}





/* ----------------------------------------- */
/* 料金システム　*/
/* ----------------------------------------- */
.system{
    padding: 130px 4% 200px 4%;
}

.system h2{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: clamp(12px, 5vw, 20px);
    margin-bottom: 40px;
}

.system h1{
    font-size: clamp(40px, 10vw, 55px);
    margin-bottom: 0px;
}

.system .desc{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.system .desc p{
    width: 70%;
    margin-bottom: 50px;
}
.system th{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.system .textbox p{
    width: fit-content;
    font-size: 16px;
    border-bottom: 1px solid #c9c9c9;
}

.table_block p{
    text-align: end;
}


.fixed_btn{
    position: fixed;
    z-index: 1000;
    top: 10px; 
    right: 0px;
}

.fixed_btn{
    width: 160px;
    height:80px;
    background-color: rgba(75, 75, 75, .5);
    padding: 80px;
    text-align: center;
}

/*========= 見学・体験申し込みボタン ===============*/

/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:rgba(75, 75, 75, .7);
	border-radius: 3px;
	width: 140px;
	height: 70px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:.9rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    z-index: 1000;
    top: 10px; 
    right: 0px;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(200px);
}

/*　左の動き　*/

#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(200px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(200px);
  }
}

/*========= vegas スライダー ===============*/

#slider2 {
    width: 100%;
    height: 100vh;
	background-size:cover;
    background-position:center;
}

/*==================================================
 fadeUP
===================================*/

.fadeUp {
    animation-name:fadeUpAnime;
    animation-duration:0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode:forwards;
    opacity: 0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
        transform: translateY(10px);
      }
    
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* ----------------トップページメディアクエリ------------------ */

@media only screen and (max-width: 768px) {
    img, object, embed, video {max-width: 100%;height:auto;}

    .toppage h1.abs {
        font-size: 53px;
        left: 55px;
        top: 475px;
        line-height: 1.3em;
    }
   .toppage .title h3{
    font-size: 15px;
    margin-bottom:30px;
   }
   .first_stp {
    flex-direction: column;
    align-items: center;
    padding: 80px 3% 120px;
    }
    .first_stp .textbox{
        max-width: 80%;
    }
    .studio{
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 120px;
    }
    .studio .textbox{
        max-width: 90%;
    }
    .studio .imgbox {
        width: 80%;
    }
    .studio .desc{
        margin: 30px;
    }
    section.stage{
        flex-direction: column;
        align-items: center;
        margin-bottom: 120px;
    }
    .stage .textbox{
        max-width: 90%;
    }
    .stage .imgbox {
        width: 80%;
    }
    .stage .desc{
        margin: 30px;
    }
    .instructor {
        margin-bottom: 130px;
    }
    .cvoice{
        margin-bottom: 130px;
    }
    .cvoice_box{
        /* border: 1px solid #b39f9f; */
        max-width: 500px;
    }
    .cvoice_box .textbox {
        max-width: 400px;
        /* margin-bottom: 100px; */
        /* border: 1px solid #641111; */
    }
}

@media only screen and (max-width: 710px) {
    img, object, embed, video {max-width: 100%;height:auto;}

   .toppage h3{
    font-size: 14px
   }

}

@media only screen and (max-width: 576px) {
    img, object, embed, video {max-width: 100%;height:auto;}

    .first_stp{
        flex-direction: column;
        align-items: center;

        padding: 66px 3%;
    }

    .toppage .title{
        margin-bottom: 50px;
    }

    .toppage .textbox{
        max-width: 80%;
    }    
}

@media only screen and (max-width: 480px) {
    img, object, embed, video {max-width: 100%;height:auto;}

    .toppage h1.abs .rsp01,
    .toppage h1.abs .rsp02{
        display: inline;
    }

}

/* ----------------クラスページメディアクエリ------------------ */

@media only screen and (max-width: 768px) {
    img, object, embed, video {max-width: 100%;height:auto;}

    .our_class .text_desc{
        max-width: 80%;
    }
}

@media only screen and (max-width: 576px) {
    img, object, embed, video {max-width: 100%;height:auto;}
    .our_class h2{
        font-size: clamp(37px, 2vw, 55px);
        margin-bottom: 30px;
    }
    .our_class .text_desc{
        max-width: 85%;
    }
}


/* ----------------タイムテーブルページメディアクエリ------------------ */

@media only screen and (max-width: 630px) {
    img, object, embed, video {max-width: 100%;height:auto;}
    .timetable .rsp{
    display: inline;
    }
}