@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,700;1,700&display=swap');
:root {
  /* color */
  --red: #fc0000;
  --blue: #019ccc;
  --yellow: #ffee00;
}
/*===================
    common
===================*/
.headWrap {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.page h2 {
  font-size: clamp(2rem, 4.8vw, 2.4rem);
}
h4 {
  font-size: clamp(2.4rem,6.4vw,3.2rem);
  font-weight: bold;
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 26px;
}
h4 .big {
  font-size: clamp(3.2rem,8.533vw,4rem);
}
h4 .red {
  color: var(--red);
}
#flow h3{
  color: var(--white)
}
#flow h3 .en{
  color: var(--white);
}
a.cv {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #000;
  background: var(--yellow);
  line-height: 1;
  padding: 20px 0 !important;
  border-radius: 50vw;
  margin-top: 10px;
  width: 100%;
  transition: .4s;
}
a.cv:hover{
  background: var(--red);
  color: var(--white);
}
a.cv .arrow{
  position: relative;
    padding-left: 40px;
}
a.cv .arrow::before{
    content: "▶";
    position: absolute;
  font-size: 1rem;
    top: 7px;
}
.btnRed a.more::after {
  width: 13px;
  height: 13px;
  top: 35%;
  margin-left: 10px;
  background-size: contain;
}
.ipadBrNone {
  display: none;
}
@media screen and (max-width: 540px) {
  a.cv {
    font-size: 1.4rem;
  }
  h4 {
    line-height: 1.2;
    padding: 0;
  }
  h4::before {
    width: 14px;
    height: 12px;
    left: 14px;
    top: 8px;
  }
  h4::after {
    width: 14px;
    height: 12px;
    right: 15px;
    top: 47px;
  }
}
/*===================
    modal
===================*/
body.modaal-open {
  position: fixed;
  width: 100%;
}
.modaal-content {
  padding: 40px;
}
.modaal-content .flex {
  gap: 4% !important;
}
.headLine01 {
  margin-bottom: 14px;
  padding-left: 15px;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
}
.headLine01::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 22px;
  background: url(../../../img/common/icon01.png) no-repeat;
  left: 0;
  top: 14px;
}
.headLine01 span {
  margin: 0 20px -3px 0;
  display: inline-block;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0px;
  vertical-align: baseline;
}
.headLine01 span {
  font-size: clamp(3.2rem,8.533vw,4rem);
  vertical-align: -5px;
  margin-right: 10px;
}
.mapBox {
  position: relative;
  width: 709px;
  height: 418px;
}
.access .mapBox {
  float: left;
  width: 709px;
  border: 1px solid #c5c5c5;
}
.mapBox iframe,
.mapBox object,
.mapBox embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dlBox {
  margin-top: -5px;
  float: right;
  width: 100%;
  max-width: 360px;
  font-size: 13px;
}
.dlBox dt {
  margin-bottom: 4px;
  font-weight: 700;
}
.dlBox dd {
  padding-bottom: 18px;
}
.btnFlex {
  display: flex;
  gap: 4% !important;
}
.btnFlex .btnWhite {
  width: 50%;
}
.btnFlex .btnWhite a.more {
  background: var(--black);
  color: #fff;
  padding: 32px 0 !important;
  margin-top: 32px;
  position: relative;
  transition: .4s;
}
.btnFlex .btnWhite a.more:hover{
  background: var(--white);
  color: var(--black);
  border: 1px solid var(--black);
}
.modaal-close{
  position: absolute !important;
  color: var(--black) !important;
}
.modaal-close:after, .modaal-close:before{
  background: var(--black) !important;
}
.btncv2{
  width: 50%;
}
.btncv2 .modalCv{
    padding: 32px 0 !important;
    margin-top: 32px;
    transition: .4s;
}
.btncv2 .modalCv:hover{
  color: var(--white);
 background: var(--red);
}
.btnFlex .btnRed {
  width: 50%;
}
.btnFlex .btnRed a.more {
  padding: 32px 0;
  margin-top: 32px;
}
.btnFlex .btnRed a.more::after {
  top: 40%;
}
@media screen and (max-width: 1000px) {
  body.modaal-open {
    position: block;
  }
  .modaal-content {
    padding: 32px;
  }
  .modaal-content .flex {
    gap: 0 !important;
    display: block;
  }
  .dlBox {
    width: 100%;
  }
  .mapBox iframe,
  .mapBox object,
  .mapBox embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
  }
  .modaal-content-container {
    padding: 10px;
  }
  .mapBox {
    width: auto;
    height: 160px;
    margin-bottom: 24px;
  }
  .dlBox {
    width: 100%;
    float: none;
  }
  .modaal-content-container {
    padding: 0 !important;
  }
  .dlBox dl:nth-child(2),
  .dlBox dl:nth-child(3) {
    float: left;
    width: 50%;
  }
  .btnFlex .btnRed a.more::after {
    margin-left: 80px;
    width: 18px;
    height: 18px;
  }
  .btnFlex .btnWhite a.more::after {
    margin-left: 80px;
    width: 20px;
    height: 20px;
  }
  .modaal-close{
    top: 0 !important;
    right: 0 !important;
  }
}
@media screen and (max-width: 540px) {
  .btnFlex {
    display: block;
  }
  .btnFlex .btnWhite a.more {
    margin-top: 10px;
    padding: 20px 0 !important;
  }
  .btnFlex .btnRed a.more {
    padding: 20px 0;
    margin-top: 24px;
  }
  .btnFlex .btnRed a.more::after {
    margin-left: 70px;
    width: 18px;
    height: 18px;
  }
  .modaal-content-container .btnFlex .btnWhite {
    width: 100%;
  }
  .modaal-content-container .btnFlex .btnRed {
    width: 100%;
  }
  .modaal-content-container .btnFlex .btnWhite a.more::after {
    margin-left: 70px;
  }
  .btncv2{
    width: 100%;
  }
.headLine01::before{
  top: 8px;
}
}
/*===================
    mainVisual
===================*/
#mainVisual .area::after{
  display: none;
}
#mainVisual .mvTtl {
  bottom: 40px;
  right: 4%;
}
#mainVisual .area .mvlogo{
    position: absolute;
    right: 0;
    top: 3.77vh;
    z-index: -5;
    width: 1180px;
}
.classTtl {
  background: #000;
  text-align: center;
  padding: 24px 0;
  border-top: 1px solid var(--white);
  font-family: var(--en);
  font-weight: bold;
  font-size: clamp(3.2rem,8.533vw,4rem);
  color: var(--white);
}
.classTtl span{
  position: relative;
}
.classTtl span::before{
  content: "";
  position: absolute;
  background: url(../img/star.png) no-repeat;
  background-size: contain;
  width: 17px;
  height: 39px;
  left: -20px;
  top: 8px;
}
@media screen and (max-width: 1000px) {
  .classTtl{
    padding: 16px 0;
  }
}
@media screen and (max-width: 540px) {
  #mainVisual .mvTtl {
    width: 100%;
    right: 0;
  }
  .classTtl img {
    max-width: 50%;
  }
  .classTtl span::before{
    width: 12px;
    height: 28px;
    left: -15px;
    top: 7px;
  }
}
/*===================
    campaign
===================*/
#campaign {
  padding: 80px 0 100px;
}
#campaign .detail {
  text-align: left;
}
#campaign .period {
  text-align: left;
}
#campaign ul.annotation li {
  text-align: left;
}
#campaign .ttl .admission {
  max-width: 323px;
  width: 100%;
}
#campaign .ttl .price {
  max-width: 418px;
  width: 100%;
}
#campaign .ttl {
  width: 34.83%;
  margin: 0;
}
#campaign .detail {
  width: 50%;
  margin: 0;
}
#campaign .people{
  /* bottom: -154px; */
}
@media screen and (max-width: 1000px) {
  #campaign{
    padding: 64px 0;
  }
  #campaign .ttl {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #campaign .detail {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #campaign .period {
    text-align: center;
  }
  #campaign ul.annotation li {
    text-align: center;
  }
  #campaign::after{
    top: -10px;
  }
}
@media screen and (max-width: 540px) {
  #campaign ul.annotation li {
    text-align: left;
  }
}
/*===================
    dreams
===================*/
#dreams {
  padding: 100px 0;
  background: #fff;
  position: relative;
  z-index: -2;
  overflow: hidden;
}
#dreams .wrap {
  text-align: center;
}
#dreams .headWrap::after {
  width: 90%;
}
#dreams ul {
  display: flex;
  gap: 1.67%;
  margin-top: 20px;
}
#dreams ul li {
  width: calc(100% / 3);
  padding: 38px 32px;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
}
#dreams ul li .ttl {
  text-align: center;
  color: var(--red);
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 14px;
}
#dreams ul li .read {
  text-align: center;
  margin-bottom: 16px;
}
#dreams ul li img {
  border-radius: 5px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #dreams {
    padding: 64px 0;
  }
  #dreams ul {
    display: block;
  }
  #dreams ul li {
    width: 90%;
    padding: 32px 32px;
    margin: 0 auto;
    margin-bottom: 32px;
  }
  #dreams ul li:last-child {
    margin-bottom: 0;
  }
  #dreams::before {
    top: 0;
    left: -250px;
    max-height: 500px;
    max-width: 500px;
  }
}
@media screen and (max-width: 540px) {
  #dreams ul li {
    width: 90%;
    padding: 24px 16px;
    margin-bottom: 32px;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.16);
  }
  #dreams::before {
    max-height: 300px;
    max-width: 300px;
    top: -10px;
    left: -102px;
  }
  #dreams::before {
    width: 50%;
    height: 45%;
    top: 20px;
    left: -6%;
    background-size: contain;
  }
  #dreams::after {
    width: 60%;
    height: 50%;
    bottom: 0;
    right: -60px;
    background-size: contain;
  }
  #dreams ul li .read{
    font-size: 1.4rem;
  }
  #dreams .headWrap{
    margin-bottom: 24px;
  }
}
/*===================
    flow
===================*/
#flow {
  padding: 100px 0;
  background: #000;
  position: relative;
  overflow:hidden ;
}
#flow ul {
  display: flex;
  width: 99%;
}
#flow li {
  margin-right: -1%;
}
@media screen and (max-width: 1000px) {
  #flow {
    padding: 64px 0;
  }
  #flow ul {
    display: block;
    gap: 0;
    width: 100%;
  }
  #flow::before{
    right: -210px;
    top: 0;
    width: 100%;
    height: 60%;
    background-size: contain;
  }
  #flow li {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 540px) {

  #flow::before{
    right: -110px;
    top: 0;
    width: 100%;
    height: 40%;
    background-size: contain;
  }
}
/*===================
    school
===================*/
#school {
  padding: 90px 0 80px;
  position: relative;
  z-index: 2;
  background: url(../img/bg_school.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#school ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
#school ul li {
  width: calc(93.33% / 5);
}
#school ul li .imgWrap {
  overflow: hidden;
}
#school ul li .imgWrap img {
  transition: 0.4s all;
}
#school ul li .modaal-btn:hover .imgWrap img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#school ul li .name {
  font-size: clamp(1.6rem,4.266vw,1.8rem);
  font-family: var(--en);
  text-align: center;
  color: #fff;
  background: #000;
  line-height: 1;
  padding: 9px 0 10px;
  position: relative;
  margin-top: -1;
}
#school ul li .name::before{
  content: "";
  position: absolute;
  background: url(../img/blank.png) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  #school ul li {
    width: calc(93.33% / 3);
  }
}
@media screen and (max-width: 540px) {
  #school {
    padding: 64px 0 64px;
      background: url(../img/bg_school_sp.jpg) no-repeat;
  }
  #school ul {
    row-gap: 24px;
  }
  #school ul li {
    width: calc(97.33% / 2);
  }
  a.cv.more {
    font-size: 1.2rem;
  }
  a.cv .arrow{
    padding-left: 10px;
  }
  a.cv .arrow::before {
    font-size: .8rem;
    top: 5px;
  }
  .btnRed a.more::after {
    width: 14px;
    height: 14px;
    top: 35%;
    margin-left: 2px;
  }
  .btncv a::before{
    width: 5px;
    height: 5px;
    right: 10px;
  }
  #school ul li .name::before{
    right: 10px;
  }
  .btncv2 .modalCv{
    margin-top: 16px;
    padding: 20px 0 !important;
  }
  
}
/*===================
    class-lead
===================*/
#class-lead{
  background: #fff;
  position: relative;
}
#class-lead::before{
  content: "";
  position: absolute;
  background: url(../img/bg_kids_lead.png) no-repeat;
  background-size: contain;
  width: 342px;
  height: 444px;
  bottom: 0;
  right: 0;
}
#class-lead .flex{
  align-items: center;
}
#class-lead .leadbg{
  width: 50%;
  position: relative;
  z-index: 1;
}
#class-lead .leadDetail{
  width: calc(50% - (8.33vw + 20px));
  padding-right: 8.33vw;
  padding-left: 20px;
}
#class-lead .leadDetail h4{
  color: var(--red);
  font-weight: bold;
  /* font-size: 3.2rem; */
  padding: 0;
  margin-bottom: 32px;
  display: block;
  text-align: left;
  position: relative;  
}
#class-lead .leadDetail h4::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  height: 1px;
  width: 224px;
  background: var(--red);
}
#class-lead .leadDetail p{
  font-size: clamp(1.4rem,3.733vw,1.8rem);
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  #class-lead{
    padding-bottom: 64px;
  }
  #class-lead .flex{
    display: block;
  }
  #class-lead .leadbg{
    width: 100%;
  }
  #class-lead .leadDetail{
      width: 90%;
      margin: 0 auto;
      padding: 0;
  }
  #class-lead .leadDetail h4{
    margin: 24px 0 24px;
  }
  #class-lead .leadDetail h4::before{
    left: auto;
    width: 300px;
  }
  #class-lead::after{
    content: "";
    position: absolute;
    background: url(../img/bg_kids_lead2.png) no-repeat;
    background-size: contain;
    width: 342px;
    height: 444px;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 540px) {
  #class-lead .leadDetail h4::before{
    width: 80px;
  }
}
@media screen and (max-width: 375px) {
    #class-lead .leadDetail h4::before{
    width: 70px;
  }
}
/*===================
    class-intro
===================*/
#class-intro {
  padding: 100px 0 130px;
  background: var(--red);
}
#class-intro .inner .textBox {
    background: #fff;
    border-radius: 32px;
    border: 5px solid var(--red);
    box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.39);
    padding: 60px 120px;
}
#class-intro .inner .textBox .tag {
    font-size: clamp(3.2rem, 8.533vw, 5.6rem);
    letter-spacing: -0.25rem;
    margin-bottom: 24px;
    display: inline-block;
    color: var(--red);
    text-align: center;
    display: block;
    line-height: 1;
}
#class-intro .inner .textBox .head {
  margin: 24px 0;
  font-size: clamp(2.4rem, 6.4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.58;
  text-align: center;
}
#class-intro .inner .textBox .detail {
  line-height: 1.8;
  margin-bottom: 40px;
  font-size: clamp(1.4rem, 3.73vw, 1.6rem);
  text-align: center;
}
#class-intro .inner .textBox .flex{
  width: 100%;
  justify-content: space-between;
}
#class-intro .inner .textBox .flex img {
  width: 47.81%;
  object-fit: contain;
}
@media screen and (max-width: 1000px) {
    #class-intro{
    padding: 64px 0;
  }
  #class-intro .inner .textBox{
    padding: 40px 24px;
    border-radius: 24px;
  }
  #class-intro .inner .textBox .head {
    margin: 16px 0;
  }
  #class-intro .inner .textBox .detail {
    margin-bottom: 16px;
    text-align: left;
  }
  #class-intro .inner .textBox .flex img:first-child{
    margin-bottom: 16px;
  }
  #class-intro .inner .textBox .tag{
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 540px) {
  #class-intro .inner .textBox .flex{
    display: block;
  }
  #class-intro .inner .textBox .flex img{
    width: 100%;
  }
}
/*===================
    schedule
===================*/
#schedule {
  background: #f7f7f7;
  padding: 120px 0 100px;
  position: relative;
  z-index: -1;
  overflow: hidden;

}
#schedule h3,
#challenge h3,
#audition h3 {
  position: relative;
  padding: 15px;
  color: #ffffff;
  font-size: clamp(2rem, 4.8vw, 2.4rem);
  font-weight: bold;
  text-align: center;
  width: fit-content;
  padding: 16px 8.33% 20px;
  line-height: 1;
  margin: 0 auto 40px;
}
#schedule h3::before,
#challenge h3::before,
#audition h3::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  transform: skew(-20deg);
  content: "";
  z-index: -1;
}
#schedule .wrap {
  position: relative;
}
#schedule .flexImg {
  margin-bottom: 40px;
  display: flex;
}
#schedule .flexImg .img01 {
  max-width: 384px;
  max-height: 300px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
#schedule .flexImg .img02 {
  max-width: 384px;
  max-height: 300px;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-left: 1.67%;
}
#schedule .flexImg .img03 {
  max-width: 373px;
  max-height: 300px;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-left: 3.33%;
}
#schedule .ttl {
  font-size: clamp(2rem, 4.8vw, 2.4rem);
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--red);
}
#schedule .ttl span {
  font-size: clamp(1.2rem, 3.2vw, 1.4rem);
}
#schedule .comment {
  font-size: clamp(1.4rem, 3.73vw, 1.6rem);
  line-height: 1.8;
}
#schedule .detail {
  position: relative;
  padding-left: 17.17%;
}
#schedule .wrap::before {
  content: "";
  position: absolute;
  background-image: url(../img/schedule_girl.png);
  max-width: 130px;
  max-height: 475px;
  width: 100%;
  height: 100%;
  background-size: contain;
  bottom: -30px;
  left: 0;
  background-repeat: no-repeat;
  animation: pikopiko 1s steps(2, start) infinite;
}
#schedule .flexImgSp {
  display: none;
}
@media screen and (max-width: 1000px) {
  #schedule .flexImg {
    margin-bottom: 32px;
  }
  #schedule .detail {
    padding-left: 28%;
  }
  #schedule h3, 
  #challenge h3, 
  #audition h3{
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 540px) {
  #schedule {
    padding: 80px 0 60px;
  }
  #schedule .flexImg {
    display: none;
  }
  #schedule .flexImgSp {
    display: block;
    text-align: right;
  }
  #schedule .flexImgSp .lessonImg {
    display: flex;
    margin-bottom: 24px;
    width: 100%;
    gap: 2.67%;
  }
  #schedule .flexImgSp .img03 {
    width: 70%;
    margin-bottom: 32px;
  }
  #schedule .detail {
    padding-left: 0;
  }
  #schedule .wrap::before {
    max-width: 65px;
    max-height: 237px;
    width: 100%;
    height: 100%;
    top: 170px;
    left: 0;
  }
}
/*===================
    Parents-voices
===================*/
#Parents-voices {
  padding: 100px 0;
  position: relative;
  background: #fff;
  overflow: hidden;
}
#Parents-voices::before {
    content: "";
    position: absolute;
    background: url(../img/bg_campaign_halftone.png) no-repeat;
    background-size: contain;
    left: 0;
    bottom: 0;
    width: 601px;
    height: 598px;
}
#Parents-voices::after {
    content: "";
    position: absolute;
    background: url(../img/bg_campaign_halftone.png) no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
    width: 601px;
    height: 598px;
}
#Parents-voices h3{
  color: var(--red);
}
#Parents-voices .read {
  font-size: clamp(1.6rem, 4.26vw, 2rem);
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
#Parents-voices .read span.pc{
  display: inline-block;
}
#Parents-voices .inner {
  padding: 60px 40px;
  background: #fff;
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.16);
}
#Parents-voices .voices1 {
  margin-bottom: 40px;
}
#Parents-voices .inner .textBox {
  padding-left: 180px;
  position: relative;
}
#Parents-voices .voices1 .textBox::before {
  content: "";
  position: absolute;
  background: url(../img/pictogram01.png);
  width: 160px;
  height: 160px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#Parents-voices .voices2 .textBox::before {
  content: "";
  position: absolute;
  background: url(../img/pictogram02.png);
  width: 160px;
  height: 160px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#Parents-voices .inner .textBox .head {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4.8vw, 2.4rem);
  font-weight: bold;
  color: var(--red);
  line-height: 1.5;
}
#Parents-voices .inner .textBox .head span {
  font-size: clamp(1.2rem, 3.2vw, 1.4rem);
}
#Parents-voices .inner .textBox p {
  line-height: 1.8;
  font-size: clamp(1.4rem, 3.73vw, 1.6rem);
}
@media screen and (max-width: 1000px) {
  #Parents-voices .read {
    margin-bottom: 32px;
  }
  #Parents-voices {
    padding: 60px 0;
  }
  #Parents-voices .inner {
    padding: 32px;
  }
  #Parents-voices .read span.sp{
    display: inline-block;
  }
  #Parents-voices .read span.pc{
      display: none;
  }
}
@media screen and (max-width: 540px) {
  #Parents-voices .inner .textBox {
    padding-left: 0;
  }
  #Parents-voices .inner .textBox .head {
    padding-top: 120px;
  }
  #Parents-voices .voices1 .textBox::before,
  #Parents-voices .voices2 .textBox::before {
    background: none;
  }
  #Parents-voices .voices1 .textBox .head::before {
    content: "";
    position: absolute;
    background: url(../img/pictogram01.png);
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #Parents-voices .voices2 .textBox .head::before {
    content: "";
    position: absolute;
    background: url(../img/pictogram02.png);
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #Parents-voices::after{
    width: 100vw;
  }
  #Parents-voices::before{
        width: 100vw;
  }
}
/*===================
    gallery
===================*/
#gallery {
  padding-bottom: 50px;
  background: #fff;
}
#gallery .scroll-infinity .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#gallery .scroll-infinity .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
  gap: 20px;
  padding-left: 20px;
}
#gallery .scroll-infinity .scroll-infinity__list .scroll-infinity__item {
  width: 466px;
}
#gallery .scroll-infinity .scroll-infinity__list .scroll-infinity__item img {
  width: 100%;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 1000px) {
  #gallery {
    padding-bottom: 0;
  }
  #gallery .scroll-infinity .scroll-infinity__list .scroll-infinity__item {
    width: calc(100vw / 3);
  }
}

@media screen and (max-width: 540px) {
  #gallery .scroll-infinity .scroll-infinity__list .scroll-infinity__item {
    width: calc(100vw / 2);
  }
}

/*=========================================================
                    regular
=========================================================*/
.regular .menu-list {
  flex-flow: wrap;
  row-gap: 10px;
}
/*===================
    mainVisual
===================*/
.regular .classTtl img {
  max-width: 308px;
}
.regular .classTtl {
  padding: 20px;
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 540px) {
  .regular .classTtl img {
    max-width: 70%;
  }
  .regular .classTtl {
    padding: 20px;
  }
}
/*===================
    distinguished
===================*/
#distinguished {
  padding: 160px 0 160px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  position: relative;
  z-index: -2;
  overflow: hidden;
}
#distinguished::before {
  content: "";
  background: url(../img/expg_logo_bg.png);
  max-height: 958px;
  max-width: 1150px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -40px;
  left: -180px;
  z-index: -2;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.05;
}
#distinguished .wrap {
  text-align: center;
}
#distinguished .flex {
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.35);
  padding: 40px 40px 64px;
  gap: 3.33%;
  align-items: center;
}
#distinguished .distinguishedImg {
  width: 47.42%;
}
#distinguished .detail {
  width: 42.5%;
  position: relative;
}
#distinguished .detail::before {
  position: absolute;
  content: "アーティスト本人によるレッスン（PSYCHIC FEVER）";
  color: var(--black);
  width: max-content;
  font-size: 1.2rem;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#distinguished .detail .ttl {
  color: var(--red);
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
#distinguished .detail .read {
  font-size: clamp(1.4rem, 3.73vw, 1.6rem);
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  #distinguished {
    padding: 80px 0 80px;
  }
  #distinguished .flex {
    display: block;
    padding: 32px 32px 56px;
  }
  #distinguished .distinguishedImg {
    width: 100%;
    margin-bottom: 24px;
  }
  #distinguished .distinguishedImg img {
    width: 100%;
  }
  #distinguished .detail img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  #distinguished .detail {
    width: 100%;
  }
  #distinguished .detail .ttl {
    margin-bottom: 24px;
  }
  #distinguished .detail .read {
    margin-bottom: 24px;
  }
  #distinguished::before {
    top: -130px;
    left: -90px;
    max-height: 500px;
    max-width: 500px;
  }
}
@media screen and (max-width: 540px) {
  .regular h4::before {
    top: 5px;
    left: 5px;
  }
  .regular h4::after {
    top: 5px;
    right: 5px;
  }
  #distinguished .detail img {
    width: 100%;
  }
  #distinguished::before {
    max-height: 300px;
    max-width: 300px;
    top: -10px;
    left: -102px;
  }
}
/*===================
    class-intro
===================*/
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 540px) {
}
/*===================
    schedule
===================*/
/*.regular #schedule h3::after {
  content: "＼ レギュラークラスに通うとこんな体験が!! ／";
  position: absolute;
  color: var(--black);
  width: 150%;
  font-size: clamp(1.4rem, 3.73vw, 1.6rem);
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}*/
.regular #schedule .detail::before {
  display: none;
}
.regular #schedule .wrap::before {
  content: "";
  position: absolute;
  background-image: url(../img/schedule_yamaguchi.png);
  max-width: 151px;
  max-height: 500px;
  width: 100%;
  height: 100%;
  background-size: contain;
  bottom: -40px;
  left: 0;
  background-repeat: no-repeat;
  animation: pikopiko 1s steps(2, start) infinite;
  z-index: 2;
}
@media screen and (max-width: 540px) {
  .regular #schedule .detail::before {
    max-width: 125px;
    max-height: 186px;
    top: -208px;
    left: 0;
  }
  .regular #schedule .wrap::before {
    max-width: 70px;
    max-height: 232px;
    left: 0;
    top: 180px;
  }
}

/*===================
    challenge
===================*/
#challenge {
  padding: 100px 0 260px;
  /* background: #f7f7f7; */
}
.regular #challenge{
  background: #fff;
}
#challenge .inner {
  position: relative;
  height: 42.85vw;
}
#challenge .inner::after {
  content: "";
  background: url(../img/challenge_bg.jpg);
  /* max-width: 624px;
  max-height: 416px; */
  position: absolute;
  width: 78.33%;
  height: 42.85vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
}
#challenge .inner .textBox {
  position: absolute;
  z-index: 1;
  width: 50%;
  padding: 32px;
  background: #fff;
  left: 0;
  bottom: -30px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.35);
}
#challenge .inner .textBox .tag {
  position: relative;
  padding: 15px;
  color: #ffffff;
  font-size: clamp(1.2rem, 3.2vw, 1.4rem);
  font-weight: bold;
  text-align: center;
  width: fit-content;
  padding: 8px 24px 10px;
  line-height: 1;
}
#challenge .inner .textBox .tag::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--red);
  transform: skew(-20deg);
  content: "";
  z-index: -1;
}
#challenge .inner .textBox .head {
  margin: 24px 0;
  font-size: clamp(2rem, 5.333vw, 3.2rem);
  font-weight: 900;
  line-height: 1.58;
  color: var(--red);
}
#challenge .inner .textBox .detail {
  /* font-weight: bold; */
  line-height: 1.8;
  margin-bottom: 32px;
  font-size: clamp(1.4rem, 3.73vw, 1.6rem);
}
#challenge .inner .textBox img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #challenge {
    padding: 80px 0 150px;
  }
  #challenge .inner {
    position: relative;
    height: 76vw;
  }
  #challenge .inner::after {
    width: 100%;
    height: 55.85vw;
    background-size: cover;
    background-position: center;
  }
  #challenge .inner .textBox {
    width: 80%;
    padding: 32px 24px;
    right: -15px;
    top: 240px;
  }
  #challenge .inner .textBox .head {
    margin: 0 0 16px;
  }

  #challenge .inner .textBox .detail {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  #challenge .inner {
    position: relative;
    height: 87vw;
  }
}
@media screen and (max-width: 540px) {
  #challenge {
    padding: 80px 0 80px;
  }
  #challenge .inner {
    position: relative;
    height: 174vw;
  }
  #challenge .inner .textBox {
    width: 80%;
    padding: 32px 24px;
    /* right: -5px; */
    /* top: 160px; */
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
/*===================
    audition
===================*/
#audition {
  padding: 0 0 260px;
  /* background: #f7f7f7; */
}
.regular #audition{
  background: #fff;
}
#audition .inner {
  position: relative;
  height: 42.85vw;
}
#audition .inner::after {
  content: "";
  background: url(../img/audition_bg.jpg);
  /* max-width: 624px;
  max-height: 416px; */
  position: absolute;
  width: 78.33%;
  height: 42.85vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#audition .inner .textBox {
  position: absolute;
  z-index: 1;
  width: 50%;
  padding: 32px;
  background: #fff;
  right: 0;
  bottom: -150px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.35);
}
#audition .inner .textBox .tag {
  position: relative;
  padding: 15px;
  color: #ffffff;
  font-size: clamp(1.2rem, 3.2vw, 1.4rem);
  font-weight: bold;
  text-align: center;
  width: fit-content;
  padding: 8px 24px 10px;
  line-height: 1;
}
#audition .inner .textBox .tag::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--red);
  transform: skew(-20deg);
  content: "";
  z-index: -1;
}
#audition .inner .textBox .head {
  margin: 24px 0;
  font-size: clamp(2rem, 5.333vw, 3.2rem);
  font-weight: 900;
  line-height: 1.58;
  color: var(--red);
}
#audition .inner .textBox .detail {
  /* font-weight: bold; */
  line-height: 1.8;
  margin-bottom: 32px;
  font-size: clamp(1.4rem, 3.73vw, 1.6rem);
}
#audition .inner .textBox img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  #audition {
    padding: 0px 0 210px;
  }
  #audition .inner {
    position: relative;
    height: 90vw;
  }
  #audition .inner::after {
    width: 100%;
    height: 55.85vw;
    background-size: cover;
    background-position: center;
  }
  #audition .inner .textBox {
    width: 80%;
    padding: 32px 24px;
    right: -15px;
    top: 240px;
  }
  #audition .inner .textBox .head {
    margin: 0 0 16px;
  }

  #audition .inner .textBox .detail {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  #audition .inner {
    position: relative;
    height: 100vw;
  }
}
@media screen and (max-width: 540px) {
  #audition .inner {
    position: relative;
    height: 210vw;
  }
  #audition .inner .textBox {
    width: 80%;
    padding: 32px 24px;
    /* right: -5px; */
    /* top: 160px; */
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #audition{
    padding-top: 50px;
  }
}
/*===================
    tiktok
===================*/
#tiktok {
  padding: 120px 0 100px;
  background: var(--black);
  color: var(--color1);
  /* margin-bottom: 100px; */
  position: relative;
  z-index: -1;
  overflow: hidden;
}
#tiktok h3 {
  color: var(--black);
  margin-bottom: 56px;
}
#tiktok h3::before {
  background: var(--color1);
}
#tiktok .tiktokImg {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 1.67%;
}
#tiktok .detail {
  position: relative;
}
#tiktok .detail .ttl {
  font-size: clamp(2.4rem, 6.4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.58;
  margin-bottom: 40px;
  color: #fff;
}
#tiktok .detail .read {
  line-height: 1.8;
  margin-bottom: 40px;
  font-size: clamp(1.4rem, 3.73vw, 1.6rem);
  color: #fff;
}
#tiktok a.more {
  color: var(--white);
  position: relative;
  width: 233px;
  display: inline-block;
  font-size: clamp(1.4rem, 3.73vw, 1.6rem);
  padding-bottom: 14px;
  border-bottom: 2px solid var(--white);
  transition: .4s;
  font-weight: bold;
}
#tiktok .btn{
  text-align: right;
}
#tiktok a.more:hover{
  opacity: .4;
}
#tiktok a.more::before {
  content: "▶";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4rem;
}
#tiktok .logoOnly,
#tiktok .spImg {
  display: none;
}
#tiktok .tiktokImg .logo{
  width: 40%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  #tiktok {
    padding: 60px 0 60px;
  }
  #tiktok .tiktokImg .logo{
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  #tiktok .tiktokImg {
    display: none;
  }
  #tiktok .detail .ttl,
  #tiktok .detail .read {
    margin-bottom: 24px;
  }
  #tiktok .detail .ttl {
    text-align: center;
  }
  #tiktok .detail .read {
    padding-right: 0%;
  }
  #tiktok h3 {
    margin-bottom: 40px;
  }
  #tiktok .logoOnly,
  #tiktok .spImg {
    display: block;
  }
  #tiktok .logoOnly {
    width: 60%;
    margin: 0 auto 34px;
  }
  #tiktok .spImg {
    margin-bottom: 32px;
  }
  #tiktok .spImg .img01 {
    margin-bottom: 12px;
  }
  #tiktok .spImg .img01 img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    /* border-radius: 5px; */
  }
  #tiktok .spImg .img02 img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    /* border-radius: 5px; */
  }
  #tiktok .btn{
    text-align: center;
  }
}

/*===================
    faq
===================*/
#faq {
  padding: 100px 0 100px;
  position: relative;
  overflow: hidden;
  /* background: #fff; */
}
#faq h3 .en{
  color: var(--white);
}
#faq .wrap {
    background: #fff;
    border-radius: 32px;
    border: 5px solid var(--red);
    overflow: hidden;
    position: relative;
    box-shadow: 0px 7px 35px rgba(0, 0, 0, 0.39);
}
#faq .wrap .inner{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}
#faq .wrap h3{
  width: 100%;
  padding: 32px 0;
  background: var(--red);
  color: #fff;
}
#faq .accordion-content {
  display: none;
}
#faq .accordion-header {
  background-color: #000;
  color: #fff;
  padding: 14px 24px 14px 24px;
  margin: 16px 0 0;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
  font-size: clamp(1.6rem, 4.26vw, 1.8rem);
  font-weight: bold;
  border-radius: 16px;
}
#faq .accordion-header::before,
#faq .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #fff;
}
#faq .accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
#faq .accordion-header.active::after {
  transform: rotate(0deg);
}
#faq .accordion-content {
  background-color: #fff;
  padding: 16px;
  line-height: 1.8;
  font-size: clamp(1.4rem, 3.73vw, 1.6rem);
}
#faq .accordion-header span,
#faq .accordion-content span {
  padding-left: 32px;
  position: relative;
  display: inline-block;
}
#faq .accordion-content span.aq {
  padding-left: 0;
}
#faq .accordion-header span::before {
  position: absolute;
  content: "Q.";
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  top: 45%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
} 
#faq .accordion-header:hover {
  background-color: #262626;
}
#faq span.indent {
  display: inline-block;
  padding-left: 1rem;
  text-indent: -1rem;
}
.regular #faq {
  padding: 120px 0 100px;
}
#faq .category {
  font-size: clamp(2rem, 4.8vw, 2.4rem);
  font-weight: 900;
  line-height: 1.58;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  #faq {
    padding: 80px 0 60px;
  }
  #faq .wrap{
    border-radius: 24px;
  }
  #faq .wrap .inner{
    width: 90%;
    margin-bottom: 48px;
  }
  .regular #faq {
    padding: 60px 0 60px;
  }
  #faq::before {
    max-width: 80px;
}
#faq::after {
    max-width: 80px;
}
}
@media screen and (max-width: 540px) {
  #faq{
    padding: 64px 0;
  }
  #faq .accordion-header {
    padding: 16px 40px 16px 16px;
    margin: 1+px 0 0;
  }
  #faq .accordion-content {
    padding: 16px 16px 24px 16px;
  }
  #faq .accordion-content span.aq::before {
    top: 22px;
  }
  #faq .category {
    margin-top: 40px;
  }
  #faq .wrap h3{
    padding: 16px 0 24px;
  }
}

/*===================
    txtBox
===================*/
.txtBox .ttl{
  font-size: clamp(2.8rem,6.9333vw,3.2rem);
  color: var(--red);
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.1rem;
  font-weight: bold;
}
.txtBox .mainTxt{
  text-align: center;
  font-size: clamp(1.6rem,4.2666vw,1.8rem);
  line-height: 2;
  font-weight: normal;
}
.txtBox .imgList{
  display: flex;
  gap: 1.67vw;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {}
@media screen and (max-width: 540px) {
  .txtBox .ttl{
    margin-bottom: 20px;
  }
  .txtBox .imgList{
    display: grid;
    row-gap: 20px;
    margin-top: 32px;
  }
  .regular .txtBox .ttl{
    font-size: 2.4rem;
  }
}
/*===================
    catch
===================*/
#catch{
  padding-bottom: 120px;
}
.regular #catch{
  padding: 120px 0;
  position: relative;
  overflow: hidden;
  background: var(--white);
}
@media screen and (max-width: 1000px) {
  #catch{
  padding-bottom: 64px;  
  }
}
@media screen and (max-width: 540px) {
  .regular #catch::before {
    width: 50%;
    height: 45%;
    top: 20px;
    left: -6%;
    background-size: contain;
  }
  .regular #catch::after {
    width: 60%;
    height: 50%;
    bottom: 0;
    right: -60px;
    background-size: contain;
  }
}
/*===================
    regular2Bg
===================*/
.regular2Bg{
  position: relative;
  overflow: hidden;
}
.regular2Bg::before{
  content: "";
  position: absolute;
  background: url(../img/class_bg_left.png);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: repeat-y;
  background-size: contain;
}
.regular2Bg::after{
  content: "";
  position: absolute;
  background: url(../img/class_bg_right.png);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-repeat: repeat-y;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
.regular2Bg::before{
  width: 135vw;
}
.regular2Bg::after{
  width: 120vw;
}
}