@charset "UTF-8";

/* ***************************** */
/* Academy */
/* ***************************** */
#academySection {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: clamp(40px, 5.2vw, 70px);
  margin-bottom: clamp(40px, 8vw, 200px);
}
#academySection .container{
  padding-right: clamp(30px, 6vw, 140px);
  padding-left: clamp(30px, 6vw, 140px);
  padding-top: clamp(30px, 6vw, 80px);
  padding-bottom: clamp(30px, 6vw, 80px);
}


@media (max-width: 768px) {
  #academySection {
    margin-bottom: clamp(10px, 2vw, 200px);
  }
}

@media (max-width: 767px) {
  #academySection {
    height: clamp(450px, 124vw, 1240px);
  }
}

#academySection .container {
  margin-right: 0px;
  margin-left: 0px;
}

#academySection h1 {
  font-family: Open Sans;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: clamp(40px, 8vw, 140px);
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
}

#academySection p {
  font-family: Open Sans;
  font-weight: 100;
  letter-spacing: 0.1em;
  font-size: clamp(11px, 2.2vw, 32px);
  line-height: 1;
  color: #787878;
  margin: 0;
}

#academySection .video-wrapper {
  position: absolute;
  top: clamp(40px, 8vw, 120px);
  right: 0px;
  z-index: -1;
  width: 75%;
}

/* ***************************** */
/* Movie */
/* ***************************** */
#movieSection {
  text-align: center;
}

#movieSection h2 {
  margin-top: 0px;
}

#movieSection .video-wrapper {
  margin-top: clamp(40px, 8vw, 100px);
  margin-bottom: clamp(40px, 8vw, 80px);
}
@media (max-width: 767px) {
  #movieSection .video-wrapper {
    position: relative;
    width: 100vw;
    left: -20px;
  }
}

#movieSection .popup-btn-wrapper {
  text-align: right;
  margin-bottom: clamp(21px, 4.2vw, 80px);
}


.back-text {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.13);
  width: 100vw;
  font-family: Open Sans;
  font-weight: bold;
}

#movieSection .back-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15vw;
  z-index: -1;
}
@media (max-width: 767px) {
  #movieSection .back-text {
    top: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #movieSection .back-text {
    top: -30px;
  }
}



#movieSection .animate-wrapper {
  position: relative;
}



/* ***************************** */
/* Original */
/* ***************************** */
#originalSection {
  text-align: center;
}

#originalSection .img-wrapper {
  position: relative;
  z-index: 3;
  margin-right: 150px;
  margin-bottom: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #originalSection .img-wrapper {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  #originalSection .img-wrapper {
    margin-top: 110px;
  }
}


#originalSection .img-wrapper img.thumbnail {
  width: 100%;
}

#originalSection .popup-btn-wrapper {
  text-align: right;
}

#originalSection .img-wrapper .video-wrapper {
  position: absolute;
  top: -180px;
  right: -90px;
}

#originalSection .img-wrapper .video-wrapper video {
  width: 220px;
}

@media (max-width: 767px) {
  #originalSection .img-wrapper .video-wrapper {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #originalSection .img-wrapper .video-wrapper {
    top: -90px;
    right: -30px;
  }

  #originalSection .img-wrapper .video-wrapper video {
    width: 180px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #originalSection .img-wrapper .video-wrapper video {
    width: 200px;
  }
  #originalSection .img-wrapper .video-wrapper {
    top: -100px;
    right: -50px;
  }
}

@media (min-width: 1200px) {
  #originalSection .img-wrapper .video-wrapper {
    top: -70px;
    right: -120px;
  }
}

#originalSection .video-wrapper._sp {
  position: relative;
  z-index: 3;
  margin-top: 30px;
}

#originalSection .back-text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 13vw;
  z-index: 1;
}
@media (max-width: 767px) {
  #originalSection .back-text {
    top: -10px;
  }
}
@media (min-width: 768px) {
  #originalSection .back-text {
    top: -20px;
  }
}



#originalSection .animate-wrapper {
  position: relative;
}

@media (max-width: 767px) {
  #originalSection .popup-btn-wrapper {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #originalSection .animate-wrapper {
    margin-top: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {

  #originalSection .animate-wrapper {
    margin-top: 70px;
  }
}

@media (min-width: 1200px) {
  #originalSection .animate-wrapper {
    margin-top: 80px;
  }
}


/* ***************************** */
/* Curriculum */
/* ***************************** */
#curriculumSection {
  text-align: center;
}

#curriculumSection h2 {
  font-family: Open Sans;
  font-weight: bold;
}

#curriculumSection .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 4.4vw, 40px);
  margin-bottom: 30px;
}

#curriculumSection p {
  font-family: Noto Sans JP;
  font-weight: medium;
  font-size: clamp(10px, 2vw, 32px);
  line-height: 1;
  color: #707070;
  margin-top: 0;
  margin-bottom: clamp(25px, 5vw, 112px);
}

#curriculumSection .plan-wrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: clamp(20px, 4vw, 60px);
  max-width: 1100px;
  margin: auto;
}

@media (max-width: 767px) {
  #curriculumSection .plan-wrapper {
    flex-direction: column;
  }
}

#curriculumSection .plan-wrapper .plan-item {
  width: calc(50% - 15px);
}

@media (max-width: 767px) {
  #curriculumSection .plan-wrapper .plan-item {
    width: 90%;
    min-width: 250px;
    margin: auto;
  }
}

#curriculumSection .plan-wrapper .plan-item h4 {
  margin-bottom: clamp(5px, 1vw, 30px);
  display: inline-block;
}

#curriculumSection .plan-wrapper .plan-item .plan-description {
  border: 2px solid #707070;
  border-radius: 40px;
  font-family: Noto Sans JP;
  letter-spacing: -1px;
  font-size: clamp(13px, 2.6vw, 24px);
  line-height: 1.2;
  background: #ffffff51;
  min-height: clamp(110px, 22vw, 180px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  #curriculumSection .plan-wrapper .plan-item .plan-description {
    border-radius: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #curriculumSection .plan-wrapper .plan-item .plan-description {
    border-radius: 30px;
  }
}

#curriculumSection .video-wrapper.v1 {
  margin-bottom: clamp(20px, 4vw, 200px);
  max-width: 900px;
  margin: auto;
  margin-bottom: 60px;
}

#curriculumSection .sub-title button.popup-btn {
  height: clamp(27px, 5.4vw, 55px);
  width: clamp(44px, 8.8vw, 80px);
}
#curriculumSection .sub-title button.popup-btn img {
  width: clamp(12px, 2.4vw, 30px);
}
#curriculumSection .plan-wrapper button.popup-btn {
  height: clamp(24px, 4.8vw, 36px);
  width: clamp(40px, 8vw, 50px);
  margin-left: clamp(10px, 2vw, 20px);
}
#curriculumSection .plan-wrapper button.popup-btn img {
  width: clamp(12px, 2.4vw, 24px);
}


/* ***************************** */
/* Login */
/* ***************************** */
#loginSection {
  text-align: center;
}
