@charset "utf-8";

/* ↓  OPENING  ↓ */
.loading {
  width: 100%;
  height: 100vh;
  transition: all 1s;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100%;
  height: 100vh;
  transition: all 1s;
  background: #000;
  background: linear-gradient(90deg, #151918 10%, #2b654f 100%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation img{
  width: 60%;
  max-width: 380px;
  padding-bottom: 100px;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

 .loading-anime-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 75%;
  transform: scale(0, 1);
  animation: loading 1.2s ease 0.3s 1 forwards;
}
 .loading-anime-line:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #1ce3a7;
    position: absolute;
    top: 50%;
	 left: 0;
    transform: translateY(-50%);
    border-radius: 9999px;
}
 .loading-anime-line:after {
    content: "";
    width: 10px;
    height: 10px;
    /* background: #1C9CE3; */
    background-color: #1ce3bb;
    position: absolute;
    top: 50%;
	 right: 0;
    transform: translateY(-50%);
    border-radius: 9999px;
}
@keyframes loading {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes fadein-keyframes {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }





/* ↓  header  ↓ */
body{
  padding-top: 110px;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  background-color: #000;
  height: 100px;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 30px;
  backdrop-filter: blur(15px);
  background-color: rgb(0 0 0 / 70%);
}
header h1{
  max-width: 155px;
  margin: 0 0 -1px 5px;
  padding: 0 0 0 30px;
  /* flex-shrink: 1; */
}
h1 a{
  color: #fff;
  transition: .3s ease-in-out;
}
h1 a img{
  object-fit: cover;
}
header nav{
  width: calc(100% - 300px);
  margin-right: 2%;
  margin-left: auto;
}
header nav ul{
  width: 100%;
  padding-bottom: 1px;  
  display: flex;
  justify-content: flex-end;
  /* flex-wrap: wrap; */
  gap: 3%;
}
header nav ul li{
  display: flex;
  flex-direction: column;
  flex: 0 10 auto;
}
header nav ul li a{
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 1px #fff;
  color: transparent;
  /* background: linear-gradient(to right, #10b597 10%, #c7e7de 30%, #10b597 50%, #fff 50%) 100%; */
  background: linear-gradient(to right, #10b597 10%, #83d8c0 30%, #10b597 50%, #fff 50%) 100%;
  background-clip: text;
  background-size: 200% 100%;
  transition: 0.3s;
}

header nav ul li a .menu_ja{
  white-space: nowrap;
  font-family: "IBM Plex Sans JP", sans-serif;
  /* font-size: 1rem; */
  font-size: clamp(0.5rem, -1.568rem + 3.01vw, 1rem);
  font-weight: 700;
  text-shadow: none;
}
header nav ul li a .menu_en{
  white-space: nowrap;
  font-family: "Syncopate", sans-serif;
  /* font-size: 1.7rem; */
  font-size: clamp(0.9rem, -4.883rem + 7.71vw, 1.7rem);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

/* visual_img */
.visual_img{
  display: flex;
  height: 550px;
}
.visual_img .v_slogan{
  width: 45%;
  background-color: #000;
}
.visual_img .v_slogan .slogan{
  margin: 70px 0 0 12%;
  padding: 0 20px 0 20px;
}
.visual_img .v_slogan P.slogan1{
  padding-bottom: 8px;
  
}
.visual_img .v_slogan P.slogan1 strong{
  display: block;
  line-height: 58px;
  letter-spacing: 0.2rem;
  font-family: "Syncopate", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  text-transform: uppercase;
}


.visual_img .v_slogan ul{
  padding: 30px 0 20px 0;
}
.visual_img .v_slogan ul li{
  padding-bottom: 7px;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.02rem;
}
.visual_img .v_slogan ul li span{
  background: linear-gradient(transparent 70%, #378a6f 80%);
  border-radius: 60% 50% 60% 5%/80% 75% 15% 75%;
}
.visual_img .v_slogan ul li span{
  padding-bottom: 3px;
  font-size: 1.6rem;
  font-weight: 400;
  text-shadow:0px 1px 5px #111;
  letter-spacing: 0.1rem;
}


.visual_img .v_slogan P.slogan2 span{
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 20px;
  letter-spacing: 0.1rem;
  color: #fff;
}
.visual_img .v_slogan P.slogan3{
  padding: 28px 40px 0 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  line-height: 36px;
}
.visual_img .v_slogan P.slogan3 em{
  display: block;
  max-width: 380px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
}
.visual_img .v_slogan P.slogan3 span{
  font-size: 3.4rem;
  font-family: "Klee One", serif;
  font-weight: 400;
}

.visual_img .v_img{
  width: 55%;
  background-image: url(../images/keyvisual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% 45%;
}
.visual_img .headfoot_bnr{
  padding: 380px 0 0 0;
  text-align: right;
}
.visual_img .headfoot_bnr p{
  max-width: 230px;
  margin: 0 0 15px auto;
}
.visual_img .headfoot_bnr p a{
  filter: brightness(1.1);
  transition: .2s ease-in-out;
}

body.index main{
  overflow: hidden;
}

/* 今月のオーディション */
main article.AD_top{
  display: none;
  padding: 150px 0 0 0;
  background-color: #000;
}
main article.AD_top .AD_top_wrapper{
  width: 90%;
  margin: 0 auto;
  padding: 0 20px;
}
main article.AD_top .AD_top_wrapper .h2_top{
  text-align: center;
  font-size: 1.4rem;
}
main article.AD_top .AD_top_wrapper h2{
  max-width: 400px;
  margin-bottom: 30px;
  text-align: center;
  font-family:  "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 3.5rem;
  color: #05CE8A;
  /* border-bottom: 1px solid #05CE8A; */
}
main article.AD_top .AD_top_wrapper h2 span.en{
  margin-right: 3px;
  font-weight: 500;
  font-size: 3.5rem;
}
main article.AD_top .AD_top_wrapper .AD_top_sec{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  overflow: visible;
}
main article.AD_top .AD_top_wrapper .AD_top_sec section{
  max-width: 277px;
  margin: 0 1vw;
}
main article.AD_top .AD_top_wrapper .AD_top_sec section a{
  display: block;
  color: #fff;
}
main article.AD_top .AD_top_wrapper .AD_top_sec .AD_top_sec_p{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
main article.AD_top .AD_top_wrapper .AD_top_sec .AD_top_sec_p .date{
  order: 1;
  height: 26px;
  font-family: "Krona One", sans-serif;
  font-size: 1.9rem;
}
main article.AD_top .AD_top_wrapper .AD_top_sec .AD_top_sec_p .date time{
  display: block;

}
main article.AD_top .AD_top_wrapper .AD_top_sec .AD_top_sec_p h3{
  order: 2;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
main article.AD_top .AD_top_wrapper .AD_top_sec .AD_top_sec_p .target{
  order: 3;
  display: flex;
  height: 20px;
}
main article.AD_top .AD_top_wrapper .AD_top_sec .AD_top_sec_p p.ADTOP_B{
  order: 4;
  text-align: right;
  font-size: 1.3rem;
  background-image: url(../images/tri_button.svg);
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: 98%;
  margin-top: 5px;
  padding-right: 33px;
}
main article.AD_top .AD_top_wrapper .AD_top_sec .AD_top_sec_p .target p{
  margin-right: 6px;
  padding: 1px 10px;
  display: flex;
  align-items: center;
  border: 0.2px solid #fff;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 400;
}
main article.AD_top .AD_top_wrapper .AD_top_sec .AD_top_sec_p .target p.general{
  font-weight: 500;
  background-color: #dfdfdf;
  color: #000;
}

/* About us */
section.aboutus_wrapper{
  max-width: 1000px;
  margin: 0 auto;
  padding: 200px 20px 150px 20px;
}
section.aboutus_wrapper .aboutus{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
section.aboutus_wrapper p.au_img{
  order: 1;
  max-width: 450px;
}
section.aboutus_wrapper .au_text{
  order: 2;
  max-width: 400px;
}
section.aboutus_wrapper .au_text h2{
  max-width: 300px;
}
section.aboutus_wrapper .au_text h2 span.en{
  font-size: 3.5rem;
  /* text-transform: capitalize; */
}
section.aboutus_wrapper p.au_slogan{
  padding-top: 150px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
}
section.aboutus_wrapper .ent_wrapper{
  position: relative;
  padding: 150px 20px 0 20px;
}
section.aboutus_wrapper .ent_wrapper .ent_box{
  max-width: 575px;
  margin: 0 auto;
  padding: 50px 45px;
  border: 1px solid #fff;
  border-image: linear-gradient(to right, #ACACAC, #696969, #ACACAC) 1;
  background-color: #000;
}
section.aboutus_wrapper .ent_wrapper .ent_box h2{
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
section.aboutus_wrapper .ent_wrapper .ent_box h2,
section.aboutus_wrapper .ent_wrapper .ent_box h2 span.h2line{
  line-height: 58px;
  letter-spacing: 0.2rem;
  font-family: "Syncopate", sans-serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 52px;
}
section.aboutus_wrapper .ent_wrapper .ent_box h2 span.h2line{
  font-size: 5.4rem;
  background: linear-gradient(transparent 0.65em, #378a6f 0, #378a6f calc(0.85em) , transparent 0);
}
section.aboutus_wrapper .ent_wrapper .ent_box h2 span.h2line span{
  text-transform: lowercase;
  font-size: 4.5rem;
}
section.aboutus_wrapper .ent_wrapper .ent_box p{
  letter-spacing: 0.12rem;
  font-weight: 400;
  line-height: 17px;
}
section.aboutus_wrapper .ent_wrapper .ent_box p br{
  display: none;
}
section.aboutus_wrapper .ent_wrapper .ent_box p span{
  font-size: 1.6rem;
  color: #378a6f;
}
section.aboutus_wrapper .ent_wrapper .ent_box p span.centuryg{
  padding-right: 0.2rem;
  font-size: 1.7rem;
  color: #fff;
  font-family: "Questrial", sans-serif;
}
section.aboutus_wrapper .ent_wrapper .ent_box p span.span_wrap{
  color: #fff;
}
section.aboutus_wrapper .ent_wrapper .ent_box p.ent_kpop{
  font-family: "Syncopate", sans-serif;
  font-weight: bold;
  line-height: 16px;
}
section.aboutus_wrapper .ent_wrapper .ent_box ul{
  padding: 18px 0 32px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 7px;
}
section.aboutus_wrapper .ent_wrapper .ent_box ul .li_last{
  padding: 19px;
  display: flex;
  align-items: center;
  background-color: #1f1f1f;
}
section.aboutus_wrapper .ent_wrapper .ent_box ul .others{
  display: flex;
}
section.aboutus_wrapper .ent_wrapper .ent_record{
  width: 530px;
  height: 530px;
  background-image: url(../images/record.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
  position: absolute;
  top: 158px;
  left: 53%;
  z-index: -1;
  animation: 8s linear infinite rotation1;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
section.aboutus_wrapper .ent_wrapper .record_light{
  width: 530px;
  height: 530px;
  padding: 10px;
  background-image: url(../images/record_light.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0;
  position: absolute;
  top: 158px;
  left: 53%;
  z-index: -1;
}

/* Feature */
article.feature{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
  background-image: url(../images/Feature_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
}
article.feature .container{
  max-width: 900px;
  margin: 0 auto;
}
article.feature h2{
  margin-bottom: 60px;
  text-align: center;
}
article.feature h2 .ja{
  color: #dadada;
}
article.feature h2 .en{
  color: #a7a7a7;
  font-weight: 500;
}
article.feature .ft_wrapper{
  max-width: 1201px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap-reverse;
  flex-direction: row-reverse;
}
article.feature .ft_wrapper section.sec5{
  order: 5;
}
article.feature .ft_wrapper section.sec4{
  order: 4;
}
article.feature .ft_wrapper section.sec3{
  order: 3;
}
article.feature .ft_wrapper section.sec2{
  order: 2;
}
article.feature .ft_wrapper section.sec1{
  order: 1;
}

article.feature section{
  max-width: calc((100% - 30px) / 3);
  min-width: 340px;
  height: 380px;
  padding: 40px 45px;
  background-color: #000;
}
article.feature section .ft_h{
  max-width: 300px;
  margin-bottom: 23px;
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.feature section .ft_h h3{
  width: 70%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
article.feature section .ft_h p{
  width: calc(100% - 150px);
  font-family: "Montserrat", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  color: #05CE8A;
}
article.feature section p{
  line-height: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #ebebeb;
}
article.feature section p.p2{
  margin-top: 7px;
}
article.feature section p.p3{
  margin-top: 15px;
  font-size: 1.1rem;
}


/* Trainer */
section.trainer{
  padding-top: 100px;
}
section.trainer h2{
  padding-bottom: 30px;
  text-align: center;
}
section.trainer .trainer_wrapper{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
section.trainer .trainer_wrapper .trainer_content{
  display: flex;
  justify-content: space-between;
  gap: 2%;
  margin-bottom: 50px;
}
section.trainer .trainer_wrapper .trainer_content p{
  max-width: 430px;
}
section.trainer .trainer_wrapper .trainer_content p img{
  margin-top: 30px;
}
section.trainer .trainer_wrapper .trainer_content .trainer_text{
  max-width: 420px;
}
section.trainer .trainer_wrapper .trainer_content .trainer_text h3{
  margin-bottom: 30px;
  text-align: center;
  line-height: 30px;
  font-family: "Syncopate", sans-serif;
  font-weight: 500;
  font-size: 5rem;
  text-transform: uppercase;
  text-shadow: 1.5px 1.5px 2px #006946;
  color: #009160;
}
section.trainer .trainer_wrapper .trainer_content .trainer_text h3 span.trainer_h3{
  padding: 3px 10px;
  font-weight: 500;
  font-size: 1.2rem;
  border: 1px solid #fff;
  color: #fff;
}
section.trainer .trainer_wrapper .trainer_content .trainer_text p{
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  font-size: 1.4rem;
}
section.trainer .trainer_wrapper .trainer_content .trainer_text ul{
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 30px 40px;
}
section.trainer .trainer_wrapper .trainer_content .trainer_text ul li{
  font-size: 1.4rem;
}
section.trainer .trainer_wrapper .trainer_content .trainer_text .Biography{
  width: 100%;
  padding: 20px 35px;
  background-color: #313131;
}
section.trainer .trainer_wrapper .trainer_content .trainer_text .Biography h4{
  width: 100%;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 400;
}
section.trainer .trainer_wrapper .trainer_content .trainer_text .Biography ol{
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
section.trainer .trainer_wrapper .trainer_content .trainer_text .Biography ol li{
  margin-bottom: 7px;
  line-height: 19px;
  font-size: 1.2rem;
  font-weight: 300;
}
section.trainer .trainer_wrapper .trainer_content .trainer_text .Biography ol li span{
  padding-right: 6px;
}
section.trainer .trainer_wrapper p.bnr img{
  width: 100%;
  margin-bottom: 120px;
}


/* Audition */
section.audition{
  background-color: #212624;
  padding-top: 130px;
  overflow: hidden;
}
section.audition .audition_wrapper{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
section.audition .audition_wrapper p{
  max-width: 450px;
}
section.audition .audition_wrapper .audition_text{
  max-width: 440px;
}
section.audition .button_wrap{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
section.audition .slider_wrapper{
  width: 100%;
  margin: 100px 0 110px auto;
  display: flex;
  gap: 0 20px;
}
section.audition .slider_wrapper .slider{
  max-width: 240px;
  margin-right: 10px;
  flex-shrink: 0;
}
section.audition .slider_wrapper .slider img{
  width: 100%;
  border-radius: 10px;
}


/* lesson */
section.lesson{
  background-color: #000;
}
section.lesson .button_wrap{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px 100px 20px;
}
section.lesson .lesson_wrapper{
  max-width: 1000px;
  margin: 0 auto;
  padding: 140px 20px 20px 20px;
  display: flex;
  justify-content: space-between;
}
section.lesson .lesson_wrapper .lesson_text{
  order: 1;
  max-width: 435px;
  padding-left: 20px;
}
section.lesson .lesson_wrapper p.lesson_img{
  max-width: 450px;
  min-width: 370px;
}


/* Live */
section.live{
  padding: 120px 0 70px 0;
  background-color: #2F2F2F;
}
section.live .live_wrapper{
  max-width: 1201px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
section.live .live_wrapper h2{
  order: 1;
  margin-top: 50px;
}
section.live .live_wrapper h2 .en{
  font-weight: 700;
  font-size: 3.5rem;
}
section.live .live_wrapper .live_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
section.live .live_wrapper .live_item p{
  max-width: 540px;
  /* height: 198px; */
}
/* section.live .live_wrapper .live_item p a img{
  max-width: 350px;
  height: 198px;
} */


/* News */
section.news{
  padding: 110px 0 ;
  background-color: #000;
}
section.news .news_wrapper{
  max-width: 1201px;
  margin: 0 auto;
  padding: 0 20px;
}
section.news .news_wrapper h2 span.ja{
  padding-left: 5px;
}
section.news .news_wrapper ul li{
  padding: 20px 70px;
  border-bottom: 1px solid #fff;
}
section.news .news_wrapper ul li:first-child{
  border-top: 1px solid #fff;
}
section.news .news_wrapper ul li a{
  display: block;
  width: 100%;
  display: flex;
  color: #fff;
}
section.news .news_wrapper ul li a .news_img{
  display: flex;
}
section.news .news_wrapper ul li a .news_img img{
  max-width: 250px;
}
section.news .news_wrapper ul li a .news_img p{
  display: table;
}
section.news .news_wrapper ul li a .news_img p time{
  padding: 0 50px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.4rem;
}
section.news .news_wrapper ul li a .news_text{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.news .news_wrapper ul li a .news_text h3{
  margin-bottom: 3px;
}
section.news .news_wrapper ul li a .news_text h3 span{
  padding: 1px 12px 2px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 400;
} 
/* section.news .news_wrapper ul li a .tri_button{
  width: 100px;
  margin: 0 0 0 auto;
  height: 150px;
  padding-left: 40px;
}
section.news .news_wrapper ul li a .tri_button img{
  width: 45px;
} */


/* Contact */
article.contact{
  background-image: url(../images/Feature_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0 120px 0;
}
article.contact .contact_wrapper{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
article.contact .contact_wrapper h2{
  margin-bottom: 40px;
  text-align: center;
}
article.contact .contact_wrapper p{
  text-align: center;
}
article.contact .contact_wrapper p.mail{
  margin: 0 auto;
  padding-top: 10px;
}
article.contact .contact_wrapper section{
  max-width: 750px;
  margin: 50px auto 0 auto;
  padding: 95px 85px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
article.contact .contact_wrapper section h3{
  font-size: 4rem;
  color: #000;
}
article.contact .contact_wrapper section h3 span{
  font-size: 4rem;
  color: #06c755;
}
article.contact .contact_wrapper section .contact_text{
  max-width: 280px;
}
article.contact .contact_wrapper section .contact_text p{
  font-size: 1.5rem;
  color: #000;
}
article.contact .contact_wrapper section .contact_text .line_button{
  margin-top: 20px;
  text-align: center;
  background-color: #06c755;
  transition: 0.2s;
}
article.contact .contact_wrapper section .contact_text .line_button span{
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
article.contact .contact_wrapper section .contact_text .line_button a{
  display: block;
  padding: 18px 0;
}


/* Access */
section.access{
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 20px 150px 20px;
  position: relative;
}
section.access h2{
  padding-bottom: 10px; 
  text-align: center;
  line-height: 40px;
}
section.access .g_iframe{
  max-width: 650px;
  height: 450px;
}
section.access .g_iframe iframe{
  width: 100%;
  height: 100%;
}
section.access .access_text{
  position: absolute;
  top: 290px;
  left: 60%;
  width: 38%;
  padding: 70px 0 80px 0;
  background-color: rgba(44, 50, 49, 0.97);
}
section.access .access_text .access_text_wrap{
  width: 70%;
  margin: 0 auto;
}
section.access .access_text dl dt{
  padding-bottom: 30px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
  color: #3dbc92;
}
section.access .access_text dl dt br{
  display: none;
}
section.access .access_text dl dd{
  font-size: 1.5rem;
}
section.access .access_text dl dd.access2{
  padding-bottom: 40px;
}
section.access .access_text .map_button{
  width: 185px;
  height: 35px;
  margin: 40px auto 0 auto;
  background-color: #009160;
  transition: 0.2s;
}
section.access .access_text .map_button a{
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 35px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fdfdfd;
}


/* Studio */
section.studio{
  max-width: 1201px;
  margin: 80px auto 120px auto;
  padding: 0 20px;
}
section.studio .studio_img{
  width: 100%;
  display: flex;
  gap: 2%;
}
section.studio .studio_img p{
  max-width: 380px;
  /* height: 280px; */
}


/* SNS */
section.sns{
  padding: 55px 0 100px 0;
  background-color: #242927;
}
section.sns h2{
  text-align: center;
}
section.sns h2 .en{
  font-size: 3rem;
}
section.sns .sns_item{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  gap: 2%;
}
section.sns .sns_item p{
  width: calc(100% / 4);
  border: 1px solid #fff;
  background-color: #1c211f;
  transition: 0.8s;
}
section.sns .sns_item p a{
  display: block;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
}


/* footer */
footer{
  padding-top: 75px;
}
footer .footer_top{
  max-width: 1201px;
  margin: 0 auto 80px auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
footer .footer_top address{
  max-width: 230px;
  font-style: normal;
}
footer .footer_top address p.address_logo{
  margin-bottom: 20px;
  padding-right: 20px;
  text-align: center;
}
footer .footer_top address span{
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
}
footer .footer_top address p.address_p{
  padding: 10px 0 10px 0;
  line-height: 20px;
  font-size: 1.4rem;
}
footer .footer_top address p.mail{
  height: 20px;
  font-style: normal;
  font-size: 1.6rem;
}
footer .footer_top address p.time{
  margin-top: 5px;
}
footer .footer_top address p.time time{
  font-size: 1.4rem;
}
footer .footer_top .headfoot_bnr{
  padding-top: 30px;
}
footer .footer_top .headfoot_bnr a{
  width: 230px;
  display: block;
  transition: .2s ease-in-out;
}
footer .footer_top .headfoot_bnr p a img{
  margin-bottom: 20px;
  background-color: #585858;
}

footer .footer_top nav{
  width: 600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 13%;
  padding: 30px 45px 0 60px;
}
footer .footer_top nav dl{
  max-width: 150px;
}
footer .footer_top nav dl dt{
  width: 100%;
  margin-bottom: 5px;
  display: block;
  line-height: 30px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #9f9f9f;
}
footer .footer_top nav dl dd ul li a{
  line-height: 35px;
  font-size: 1.2rem;
  color: #fff;
   /* hover↓ */
  padding-bottom: 3px;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 0.5px;
  transition: background-size 0.5s;
  display: inline;
}

footer hr{
  width: 95%;
  margin: 0 auto;
  padding: 0 20px;
}
footer nav.ft_bottom ul{
  max-width: 1201px;
  margin: 0 auto;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  gap: 2.5%;
}
footer nav.ft_bottom ul li a{
  margin-top: 5px;
  display: block;
  font-size: 1.3rem;
  color: #a5a5a5;
  /* hover↓ */
  padding-bottom: 3px;
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 0.5px;
  transition: background-size 0.5s;
  display: inline;
}
footer p.ft_copy{
  margin-top: 70px;
  padding: 0 10px;
  text-align: center;
  line-height: 100px;
  font-family: "Montserrat", sans-serif;
  font-size: 9rem;
}
footer small{
  margin:5px 0 30px 0;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  color: #a5a5a5;
}

/* title */
.title_img{
  width: 100%;
  height: 320px;
  padding: 0 20px;
  background-image: url(../images/Feature_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0;
}
.title_img .title{
  padding: 60px 0 0 20px;
}
.title_img .title .title_en{
  line-height: 50px;
  font-family: "Syncopate", sans-serif;
  text-transform: uppercase;
  font-size: 5rem;
}
.title_img .title .title_ja{
  margin-top: 5px;
  line-height: 30px;
  font-size: 2.4rem;
}

/* system.html */
body.system h2{
  font-size: 3rem;
}
 .price td{
  height: 60px;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
.price th{
  height: 220px;
}
.price th h3{
  position: relative;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-family: "Inter","Noto Sans JP", sans-serif;
  z-index: 2;
}
.price th h3::before,
.price th h3::after{
  content:"";
  display:block;
  width:calc(100% + 40px);
  height:6px;
  background-color:#31BA8C;
  position:absolute;
  top:12px;
  left:-20px;
  z-index: -1;
}
.price th h3::after{
  top:26px;
}
.price th h3::before{
  background-color:#eaf1ef;
}
.price .t3 th h3::before{
  background-color:#253031;
}
.price .t3 th h3::after{
  background-color:#6E807E;
}
.price th .th{
  height: 100%;
  padding: 20px;
}
.price th .th .p-list_wrap{
  max-width: 255px;
  margin: 0 auto;
}
.price th .th .p-list_wrap div{
  padding-top: 20px;
}
.price th .th .p-list_wrap .list4{
  border-bottom: 2px solid #b5b5b5;
}
.price th .th .p-list_wrap h4{
  font-size: 1.6rem;
  font-weight: 800;
}
.price th .th p{
  font-size: 1.8rem;
}
.price th .th p.yen{
  padding: 0 0 20px 26px;
  font-size: 1.6rem;
}
.price th .th .p-list_wrap p.yen span{
  font-family: "Inter", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  background: linear-gradient(90deg, #34CD9A 0%, #07625b 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price th .th p.consultation{
  padding: 14% 0;
  font-size: 2.6rem;
  line-height: 35px;
}
.price th .th p.consultation span{
  font-weight: 400;
}
tr td.circle{
  font-size: 1.8rem;
}
tr td .sale{
  display: flex;
}
tr td .sale p{
  width: 40%;
  text-align: center;
}
tr td .sale p.off{
  width: 60%;
}
tr td .sale p.off,
tr th .th p.off span{
  position: relative;
}
tr th .th p.off{
  margin: 7px 0 4px 0;
}
tr th .th p.off span{
  padding: 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  color: #B2B2B2;
}
tr td .sale p.off::before,
tr th .th p.off span::before{
  content:"";
  display:block;
  width:100%;
  height:1px;
  background-color:#B2B2B2;
  position:absolute;
  top:11px;
  left:0px;
}
tr td .sale p.off::before{
  background-color:#000;
  top:13px;
}

.table_btn{
  max-width: 275px;
  height: 55px;
  margin: 30px auto 10px auto;
  background-color: #64C1FB;
  box-shadow: 3px 3px 7px 0 rgba(0, 0, 0, .5);
  transition: 0.3s;
}
.t2 .table_btn{
  background-color: #039F67;
}
.t3 .table_btn{
  background-color: #B4B4B4;
}
.table_btn a{
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  line-height: 55px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
}

.title_en br{
  display: none;
}
section.price{
  max-width: 1240px;
  margin: 100px auto 150px auto;
  padding: 0 20px;
}
section.price .pri_h{
  display: flex;
  flex-direction: column;
}
section.price .pri_h h2{
  margin: 60px auto 30px auto;
  order: 2;
}
section.price .pri_h p{
  max-width: 663px;
  margin: 0 auto;
  order: 1;
}
section.price table{
  border-collapse: separate;
  border-spacing: 0;

  border: 1px solid #fff;
  box-shadow: 0px 0px 5px #05CE8A;
}
section.price .t1{
  max-width: 375px;
  min-width: 283px;
  margin-top: 20px;
  border: 1px solid #E4F0FF;
  color: #000;
}
section.price .t1 tr th{
  background-color: #E4F0FF;
}
section.price .t1 tr td{
  border-top: 1px solid #E4F0FF;
  background-color: #CDE3FD;
}

section.price .t2{
  max-width: 420px;
  min-width: 283px;
  border: 1px solid #000;
  color: #000;
}
section.price .t2 tr th{
  background-color: #fff;
}
section.price .t2 tr td{
  border-top: 1px solid #fff;
  background-color: #eee;
}
section.price tr:last-child{
  height: 350px;
}
.price .t2 .t2_top,
.price .t3 .t2_top{
  height: 1px;
  background-color: #000000;
  border-top: 0.5px solid #05CE8A;
}
.price .t3 .t2_top{
  border-top: none
}

section.price .t3{
  max-width: 420px;
  border: 1px solid #000;
}
section.price .t3 tr td{
  border-top: 1px solid #000;
  background-color: #181818;
}
.t3 tr td .sale p.off::before{
  background-color:#fff;
}
.t3 tr td .t3_text{
  padding: 30px 0;
}
.t3 tr td .t3_text_kr{
  padding: 20px 0 0 0;
}
.t3 .table_btn{
  margin: 90px auto 10px auto;
}
section.price .table_wrap{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 6%;
}

.flow{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.flow h2{
  margin: 0;
}
.flow section h3{
  padding: 20px 0 10px 0;
  font-size: 2rem;
}
.flow .course2 h3{
  color: #05CE8A;
}
.flow .course1 h3,
.flow .course3 h3{
  color: #B4B4B4;
}
.flow section ol{
  display: flex;
  gap: 2%;
}
article.flow section ol li{
  width: calc(100% / 5);
  padding: 30px 1%;
  background-color: #303030;
}
article.flow section ol li h4{
  text-align: right;
  line-height: 30px;
  font-size: 2rem;
  font-weight: 400;
  color: #bababa;
}
article.flow section ol li h4 span{
  font-size: 5rem;
}
article.flow section ol li p{
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
}
article.flow section ol li p.img{
  margin: 30px 0;
}
article.flow section.course2 ol li h4{
  color: #05CE8A;
}
article.flow section.course3 ol li h4{
  color: #fff;
}
article.flow section p.flow_b{
  max-width: 663px;
  margin: 80px auto 150px auto;
  text-align: center;
}


/* counseling.html */
.counesling_h{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 2%;
}
.counesling_h section{
  margin: 100px auto;
  padding: 20px;
  border: 1px solid #fff;
}
.counesling_h section h3{
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  border-bottom: 0.5px solid #fff;
}
.counesling_h section h3 strong{
  font-size: 2.4rem;
}
.counesling_h section h3 strong span{
  font-size: 2.4rem;
  color: #9fb6cd;
}
.counesling_h section h3 strong span.counesl_pro{
  color: #05CE8A;
}

.traial_h p{
  text-align: center;
  border-bottom: 2px solid #9fb6cd;
  border-image: linear-gradient(to right,#757575 0%, #9E9E9E 10%, #E8E8E8 70%, #9E9E9E 90%, #757575 100%);
  border-image-slice: 1;
  font-size: 2rem;
  color: transparent;
	background: linear-gradient(0deg, #757575 0%, #9E9E9E 10%, #E8E8E8 70%, #9E9E9E 90%, #757575 100%); 
	background-clip: text;
}
.counsel_h p{
  text-align: center;
  border-bottom: 2px solid #05CE8A;
  border-image: none;
  font-size: 2rem;
  color: #05CE8A;
}

.traial_main{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.traial_main h2{
  margin: 40px 0;
  padding-bottom: 5px;
  font-size: 4rem;
  color: transparent;
	background: linear-gradient(0deg, #707070 0%, #bbb 30%, #f0f0f0 70%, #9E9E9E 70%, #757575 90% 100%); 
	background-clip: text;
}
.counsel_main h2{
  margin-bottom: 60px;
  color: #05CE8A;
}
.traial_main h2 span{
  padding: 0 20px;
  border: 1px solid #9E9E9E;
  border-radius: 30px;
  font-size: 1.8rem;
  color: #fff;
}
.counsel_main h2 span{
  border: 1px solid #05CE8A;
}
.traial_main p{
  text-align: center;
}
.traial_main .sec_wrap{
  background: linear-gradient(to right, #999 0%, #bbb 10%, #f3f3f3 70%, #bbb 90%, #999 100%);
  border-radius: 10px;
  padding: 1px;
}
.traial_main .sec{
  padding: 40px 2%;
  display: flex;
  justify-content: space-between;
  gap: 2%;
  border-radius: 10px;
}
.traial_main .sec_wrap .sec{
  padding: 5%;
  gap: 5%;
  background-color: #2d2d2d;
}
.traial_main .sec_pro{
  border: 1px solid #05CE8A;
}
.counsel_main .sec section{
  max-width: 355px;
}
.traial_main .sec_wrap section{
  width: 50%;
}
.traial_main .sec section h3{
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom:1px solid;
  border-image: linear-gradient(to right, #757575 0%, #9E9E9E 10%, #E8E8E8 100%)1;
}
.counsel_main .sec section{
  display: flex;
  flex-direction: column;
}
.counsel_main .sec section p.text{
  flex-grow: 1;
}
.counsel_main .sec section h3{
  border-bottom:1px solid #05CE8A;
  border-image: none; 
}
.traial_main .sec section p{
  padding: 25px 0 10px 0;
  text-align: left;
}
section.trial_wrapper .flow h2,
section.counsel_wrapper .flow h2{
  margin-top: 50px;
  font-size: 3.5rem;
}
.counsel_bottom{
  margin: 70px auto 100px auto;
  padding: 0 20px;
}
.counsel_bottom p{
  max-width: 450px;
  margin: 0 auto  ;
  text-align: center;
  line-height: 24px;
  color: #d4d4d4;
}
.counsel_bottom .counsel_btn{
  max-width: 250px;
  margin: 30px auto 0 auto;
}
.counsel_bottom .counsel_btn a{
  height: 53px;
  display: block;
  padding: 12px;
  text-align: center;
  background-color: #05CE8A;
  border-radius: 50px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 26px;
  color: #000;
  transition: 0.3s;
}
.meeting_bottom .counsel_btn a{
  background: linear-gradient(to right, #808080 0%, #9E9E9E 30%, #c1c1c1 70%, #9E9E9E 95%, #808080 100%);
  border-radius: 50px;
  color: #2d2d2d;
  position: relative;
  z-index: 0;
}
.meeting_bottom .counsel_btn a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 50px;
  background: linear-gradient(to right, #a3a3a3 0%, #c7c7c7 30%, #f4f4f4 70%, #c3c3c3 95%, #9f9f9f 100%);
  opacity: 0;
  transition: opacity 0.3s;
}




.trial_wrapper{
  padding: 80px 0 30px 0;
  background-color: #2d2d2d;
}
.counsel_wrapper{
  padding: 80px 0 30px 0;
}

.trial_wrapper article.flow section ol li{
  background-color: #000;
}
.traial_main .sec section p.img{
  margin-top: 10px;
  padding: 0;
}

section.law,
section.privacy{
  padding: 100px 20px;
  background-color: #fafafa;
  color: #000;
}
section.law h2,
section.privacy h2{
  margin-bottom: 50px;
  text-align: center;
  font-size: 2rem;
  color: #000;
}
section.law table{
  max-width: 700px;
  margin: 0 auto;
  border-collapse: collapse;
  color: #333;
}
section.law table tr{
  border-bottom: 1px dashed #05CE8A;
}
section.law table tr th{
  width: 30%;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #222;
}
section.law table tr td{
  width: 70%;
  padding: 20px;
  line-height: 22px;
  font-size: 1.4rem;
  font-weight: 400;
}
section.law table tr td span{
  font-size: 1.2rem;
}
section.law table tr a,
section.privacy ol li p a{
  display: inline-block;
  margin: 0 5px;
  font-size: 1.4rem;
  font-style: italic;
  border-bottom: 1px solid #7c7c7c;
  color: #686868;
  transition: .3s;
}
section.privacy .privacy_h{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px 80px 40px;
  text-align: center;
}
section.privacy .privacy_h p{
  display: inline-block;
  text-align: start;
}
section.privacy ol{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
section.privacy ol li h3{
  margin: 40px 0 20px 0;
}
section.privacy ol li h3 span{
  padding: 2px 10px;
  border-bottom: 1px solid #05CE8A;
  font-size: 1.6rem;
}
section.privacy ol li p{
  padding-left: 10px;
}
section.privacy ol li p.privacy_p{
  padding-top: 20px;
}
section.privacy ol li p.privacy_p span img{
  margin-bottom: 4px;
}
body.trainer section.trainer .trainer_wrapper h2{
  margin: 0;
  line-height: 42px;
}
body.trainer section.trainer .trainer_wrapper h2 span.ja{
  text-transform: capitalize;
  font-family: "Questrial", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.25rem;
}
body.trainer section.trainer .trainer_wrapper h2 span.en{
  font-size: 4rem;
}
body.trainer section.trainer .trainer_wrapper p.h2_bottom{
  /* max-width: 650px; */
  margin: 0 auto;
  line-height: 23px;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  color: #d4d4d4;
}
body.trainer section.trainer .trainer_wrapper .trainer_content{
  margin: 150px auto 100px auto;
}
body.trainer section.trainer .trainer_wrapper .trainer_content .trainer_text{
  padding-left: 10px;
}
body.trainer section.trainer .trainer_wrapper .trainer_content .trainer_text h3{
  margin: 0;
  text-align: left;
  line-height: 40px;
}
body.trainer section.trainer .trainer_wrapper .trainer_content .trainer_text h3 span.trainer_name{
  font-size: 5rem;
}
body.trainer section.trainer .trainer_wrapper .trainer_content .trainer_img{
  position: relative;
}
body.trainer section.trainer .trainer_wrapper .trainer_content .trainer_img p a{
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  text-shadow: 0 0 10px #05CE8A;
  transition: 0.3s;
  position: absolute;
  top: 95%;
  left: 10px;;
}
body.trainer section.trainer .trainer_wrapper .trainer_content .trainer_img p a img{
  margin: 0 5px 6px 0;
  filter: drop-shadow(0 0 5px #05CE8A);
}
body.trainer section.trainer .trainer_wrapper .trainer_content .trainer_img p a span{
  font-size: 3rem;
  line-height: 61px;
}
body.trainer section.trainer .trainer_wrapper .trainer_content .Biography{
  background-color: #000;
  padding: 35px 0 70px 0;
}
body.trainer section.trainer .trainer_wrapper .trainer_text h4{
  width: 80%;
  padding: 5px 20px;
  background-color: #039F67;
  font-size: 2.4rem;
  color: #000;
}
body.trainer section.trainer .trainer_wrapper section.career dl dd ul{
  padding: 10px 0 0 20px;
}
body.trainer section.trainer .trainer_wrapper section.career dl dd ul li,
body.counseling section.meeting_ul_sec ul li{
  list-style-type: circle;
  line-height: 25px;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
}
body.counseling section.meeting_ul_sec ul li{
  font-size: 1.7rem;
}
body.counseling section.meeting_ul_sec ul{
  padding: 20px;
}
body.trainer section.trainer .trainer_wrapper section.career dl dd ul li.list_none,
body.counseling section.meeting_ul_sec ul li.list_none{
  list-style: none;
}
body.trainer section.trainer .trainer_wrapper section.career dl dt{
  margin-top: 30px;
}
body.trainer section.trainer .trainer_wrapper section.career dl dt span{
  padding: 3px 15px;
  font-size: 1.4rem;
  border: 1px solid #05CE8A;
  border-radius: 50px;
}
body.audition section.audition{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #000;
}
body.audition section.audition h2{
  margin: 100px auto 10px auto;
  text-align: center;
  text-transform: capitalize;
  font-size: 1.6rem;
  font-family:"Century Gothic", sans-serif;
  letter-spacing: 0.1rem;
}
body.audition section.audition .ent_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-bottom: 80px;
}
body.audition section.audition .ent_wrap .ent{
  max-width: calc((100% - 35px) / 8);
}
body.audition section.audition p,
.comment p{
  text-align: center;
}
.comment p{
  padding-bottom: 16px;
}
section.aboutus_wrapper .comment p{
  padding-bottom: 28px;
  line-height: 28px;
}
.comment p:last-child,
section.aboutus_wrapper .comment p:last-child{
  padding-bottom: 0;
}
section.aboutus_wrapper .comment p .tab,
section.aboutus_wrapper .comment p .sp{
  display: none;
}
section.aboutus_wrapper .comment p .pc{
  display: block;
}
body.audition p strong,
body.audition p em,
.comment p strong,
.comment p em{
  font-size: 1.6rem;
  font-weight: 400;
  color: #05CE8A;
}
section.aboutus_wrapper .comment p strong{
  padding: 0 3px;
}
body.audition section.audition p span{
  display: block;
  padding-top: 45px;
  font-size: 2rem;
  letter-spacing: 0.15rem;
}
body.audition section.audition p em{
  font-style: normal;
  font-size: 6.5rem;   
  font-weight: 600;
}
body.audition section.audition p em span{
  display: inline;
  font-size: 2rem;
}
body.audition section.audition p.pointintime{
  padding-top: 5px;
  font-size: 1.4rem;
}
.comment{
  max-width: 663px;
  margin: 120px auto;
  padding: 35px 10px;
  position: relative;
}
section.aboutus_wrapper .comment{
  margin: 160px auto 0 auto;
  padding: 50px 10px;
}
.comment::before{
  content:"";
  display:block;
  width:25%;
  height:1px;
  background-color:#05CE8A;
  position:absolute;
  top:0;
  left:0;
}
.comment::after{
  content:"";
  display:block;
  width:25%;
  height:0.8px;
  background-color:#05CE8A;
  position:absolute;
  bottom:0;
  right:0;
}
body.audition .line_wrap{
  padding: 100px 0;
  background-image: url(../images/audition_line_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 0 0 1px #112720;
}
body.audition section.line{
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  gap: 10%;
}
body.audition section.line .mockup_wrap{
  width: 50%;
}
body.audition section.line .text_wrap{
  width: 50%;
}
body.audition section.line .text_wrap h2{
  margin: 40px auto 30px auto;
  text-align: center;
  line-height: 55px;
  text-transform: capitalize;
  font-size: 2.8rem;
  font-family: "Questrial", sans-serif;
  letter-spacing: 0.15rem;
}
body.audition section.line .text_wrap h2 em{
  font-size: 7.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  letter-spacing: 0;
  color: #05CE8A;
}
body.audition section.line .text_wrap .line_text{
  padding: 50px 10px;
  text-align: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
body.audition section.line .text_wrap .line_text p{
  line-height: 45px;
  font-size: 1.8rem;
  font-weight: 500;
}
body.audition section.line .mockup_wrap p.img{
  max-width: 200px;
  margin: 0 auto 15px auto;
}
body.audition section.line .mockup_wrap .id_wrap{
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  position: relative;
  /* border: 1px solid #05CE8A; */
}
body.audition section.line .mockup_wrap .id_wrap p.search{
  width: 20%;
  padding: 10px;
  text-align: center;
  border: 1px solid #05CE8A;
  background-color: #05CE8A;
}
body.audition section.line .mockup_wrap .id_wrap p.lineid{
  width: 80%;
  padding: 10px;
  text-align: center;
  border: 1px solid #05CE8A;
  background-color: #000;
  transition: .3s;
}
body.audition section.line .mockup_wrap .id_wrap p.lineid a{
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
}
body.audition section.line .mockup_wrap .id_wrap p.line_cursor{
  position: absolute;
  right: 3%;
  bottom: -4px;
}
body.audition .scrolldown{
  padding: 100px 0 0 0;
  text-align: center;
}
body.audition .scrolldown .scroll_text{
  padding-bottom: 10px;
  font-size: 1.1rem;
  color: #05CE8A;
}
body.audition .scrolldown .scroll_text span{
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-style: italic;
  font-size: 1.9rem;
  letter-spacing: 0.05rem;
}
body.audition article.debut{
  max-width: 1040px;
  margin: 0 auto;
  padding: 100px 20px 70px 20px;
}
body.audition article.debut h2{
  font-size: 2.6rem;
}
body.audition article.debut section{
  width: 90%;
  max-height: 150px;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
  gap: 5%;
  border: 1px solid #05CE8A;
}
body.audition article.debut section.step2{
  margin-left: 2%;
}
body.audition article.debut section.step3{
  margin-left: 4%;
}
body.audition article.debut section.step4{
  margin-left: 6%;
}
body.audition article.debut section.step5{
  margin-left: 8%;
}
body.audition article.debut section .step{
  margin: auto 0;
  padding: 0 0.5% 0 3%;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  color: #05CE8A;
}
body.audition article.debut section .step span{
  font-size: 5rem;
  font-weight: 400;
}
body.audition article.debut section .text{
  padding-left: 3%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid #05CE8A;
}
body.audition article.debut section .text h3{
  font-size: 1.8rem;
  color: #05CE8A;
}
body.audition .threeline{
  padding-top: 50px;
  text-align: center;
}
body.audition section.trainee_wrapp{
  max-width: 703px;
  margin: 0 auto 160px auto;
  padding: 0 20px;
}
body.audition section.trainee_wrapp .trainee_wrapp{
  width: 100%;
  margin-bottom: 160px;
  padding: 20px;
  border: 1px solid #05CE8A;
}
body.audition section.trainee_wrapp .trainee{
  padding: 40px;
  border: 1px solid #05CE8A;
}
body.audition section.trainee_wrapp .trainee h3{
  padding: 0 0 20px 20px;
  font-size: 2.6rem;
  color: #05CE8A;
}
body.audition section.trainee_wrapp .trainee ul{
  margin-left: 10%;
  padding-left: 10%;
  border-left: 1px solid #05CE8A;
}
body.audition section.trainee_wrapp .trainee ul li{
  line-height: 40px;
  font-size: 1.6rem;
}
body.audition section.trainee_wrapp .comment{
  width: 100%;
  padding: 35px 5%;
  position: relative;
  text-align: center;
}
body.audition section.trainee_wrapp .comment::before,
body.audition section.trainee_wrapp .comment::after{
  content:"";
  display:block;
  width:25%;
  height:1px;
  background-color:#05CE8A;
  position:absolute;
  top:0;
  left:0;
}
body.audition section.trainee_wrapp .comment::after{
  height:0.8px;
  top: unset;
  left: unset;
  bottom:0;
  right:0;
}

body.audition article.monthlytest{
  max-width: 703px;
  margin: 0 auto;
  padding: 0 20px 130px 20px;
}
body.audition article.monthlytest h2{
  font-size: 2.6rem;
}
body.audition article.monthlytest section{
  padding: 20px;
  border: 1px solid #05CE8A;
}
body.audition article.monthlytest section .sec_wrapp{
  padding: 45px 20px 70px 20px;
  text-align: center;
  border: 1px solid #05CE8A;
}
body.audition article.monthlytest section .sec_wrapp h3{
  margin-bottom: 30px;
  font-family: "Questrial", sans-serif;
  text-transform: capitalize;
  font-size: 1.8rem;
}
body.audition article.monthlytest section .sec_wrapp h3 em{
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  color: #05CE8A;
}
body.audition article.monthlytest section .sec_wrapp table{
  width: 90%;
  margin: 0 auto;
  border-spacing: 0;
  color: #05CE8A;
}
body.audition article.monthlytest section .sec_wrapp table tr{
  line-height: 40px;
}
body.audition article.monthlytest section .sec_wrapp table tr th{
  width: 30%;
  padding-right: 10%;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  border-right: 1px solid #05CE8A;
}
body.audition article.monthlytest section .sec_wrapp table tr td{
  width: 70%;
  padding-left: 10%;
  text-align: start;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08rem;
}
body.audition article.monthlytest section .sec_wrapp table tr td span{
  font-size: 1.2rem;
}
body.audition article.monthlytest section .sec_wrapp table tr td ol li{
  line-height: 20px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #f9f9f9;
}
