@charset "UTF-8";
/* CSS Document */
.main-visual {
  ;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin: 0 50px;
  top: 0%;
  margin-bottom: 30px;
  height: calc(52vw - 52px);
  box-sizing: border-box;
  width: calc(100vw - 100px);
  margin-top: 80px;
}
@media screen and (max-width:700px) {
  .main-visual-mobile {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 0 auto;
    top: 0%;
    margin-bottom: 30px;
    margin-top: 70px;
  }
}
.main-visual h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5.5rem;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  z-index: 1000;
}
.main-visual-line-01 {
  position: absolute;
  top: 0%;
  right: -50px;
}
.main-visual-line-01 img, .main-visual-line-02 img {
  max-width: 30vw;
}
.main-visual-line-02 {
  position: absolute;
  bottom: -50px;
  left: -50px;
}
.main-visual-line-common {
  top: 0%;
  right: 50px;
  position: absolute;
}
.main-visual-line-common-voice {
  top: 0%;
  right: 0px;
  position: absolute;
}
.lead {
  text-align: right;
  font-size: 2rem;
  line-height: 2.5;
  margin-bottom: 200px;
  font-weight: 700;
  color: #111;
}
@media screen and (max-width:920px) {
  .main-visual {
    ;
    /*  background: url("../images/top/top01.png");*/
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 0 auto;
    top: 0%;
    margin-bottom: 30px;
    height: calc(52vw - 52px);
    box-sizing: border-box;
    width: calc(100vw - 40px);
    margin-top: 70px;
  }
  .main-visual h2 {
    font-size: 3.0rem;
    top: 28%;
    left: 50%;
  }
  .main-visual-line-common, .main-visual-line-common-voice {
    display: none;
  }
  .main-visual-line-01 {
    top: -6%;
  }
}
.lead {
  font-size: 2.5rem;
  margin: 0 20px 130px 0;
}
.main-visual text01 {
  color: #BA5EFE;
}
.main-visual text02 {
  color: #5FFFD3;
}
.main lead {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.youtube {
  padding: 0 0 50px;
}
.youtube .wrapper {
  position: relative;
}
.youtube-image {
  width: 100%;
  padding-bottom: 100px;
  padding-right: 50px;
  box-sizing: border-box;
}
.youtube-text {
  position: absolute;
  right: 0;
  top: -50px;
}
.main-visual-line-01 img {
  max-width: 30vw;
}
.main-visual-line-02 img {
  max-width: 30vw;
}
@media screen and (max-width:920px) {
  .lead {
    font-size: 1.1rem;
    margin: 0 15px 50px 0;
  }
  .common-headline {
    width: 100%;
  }
  .main-visual-line-01 img, .main-visual-line-02 img {
    max-width: 40vw;
  }
}
/*装飾の見出し*/
.top-merit, .top-QandA, .top-lesson, .top-voice, .top-access {
  padding: 130px 50px 130px 50px;
  position: relative;
}
.top-merit:before, .top-QandA:before {
  content: "";
  width: 90%;
  height: 100%;
  background-color: #FF793C;
  border: #111 3px solid;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 150px 150px 0;
  z-index: -10;
}
.common-headline h3 {
  font-size: 2rem;
  padding: 20px 40px;
  background: #000000;
  color: #fff;
  display: inline-block;
  position: relative;
}
.common-headline h3::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: solid 3px #000000;
  position: absolute;
  z-index: -5;
  right: -20px;
  bottom: -20px;
}
.common-headline h3::before {
  content: "";
  position: absolute;
  background-image: url("../images/top/triangle.png");
  background-size: cover;
  width: 71px;
  height: 97px;
  left: -70px;
  top: -80px;
}
.common-headline {
  padding-bottom: 50px;
}
.common-headline img {
  display: block;
  margin: 0 0 -9px 40px;
  position: relative;
  z-index: 1;
}
.common-headline-purple h3 {
  font-size: 2rem;
  padding: 20px 40px;
  background: #BB5FFF;
  color: #111;
  display: inline-block;
  position: relative;
}
.common-headline-green h3 {
  font-size: 2rem;
  padding: 20px 40px;
  background: #50FEDD;
  color: #111;
  display: inline-block;
  position: relative;
}
.purple-button, .green-button {
  display: block;
  padding: 1.2em 0;
  box-shadow: 8px 8px #fff, 8px 8px 0 3px #111;
  border-radius: 60px;
  color: #111;
  cursor: pointer;
  text-decoration: none;
  border: solid 3px;
}
.purple-button {
  background-color: #BB5FFF;
}
.green-button {
  background-color: #50FEDD;
}
.green-button:hover, .purple-button:hover {
  box-shadow: none;
  transform: translateY(5px);
}
.common-button {
  text-align: center;
  max-width: 375px;
  width: 46%;
  margin: 0 auto;
}
.common-button p {
  padding-top: 50px;
  padding-bottom: 10px;
  font-size: 2.0rem;
}
@media screen and (max-width:920px) {
  .common-headline {
    padding: 0 0 30px;
  }
  .common-headline img {
    width: 170px;
    margin: 0 0 -9px 25px;
  }
  .common-headline h3 {
    font-size: 1.4rem;
    margin: 0 0 -9px 15px;
    padding: 15px 20px;
  }
  .common-headline h3::before {
    width: 40px;
    height: 56px;
    top: -40px;
    left: -40px;
  }
  .common-headline h3::after {
    right: -15px;
    bottom: -15px;
  }
  .common-button {
    width: 90%;
  }
  .common-button p {
    font-size: 1.5rem;
    padding-top: 30px
  }
  .top-merit, .top-QandA, .top-lesson, .top-voice, .top-access {
    padding: 80px 35px;
  }
  .top-merit:before {
    border-radius: 0 75px 75px 0;
  }
  .top-merit:before, .top-QandA:before {
    width: 93%;
  }
  .green-button, .purple-button {
    padding: 0.7em 4em;
  }
}
.top-merit-lesson {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 0;
}
.top-merit-lesson img, .top-lesson-class-hiphop img, .top-lesson-class-k-pop img {
  box-shadow: 8px 8px #fff, 8px 8px 0 3px #111;
}
.flex-rev {
  flex-direction: row-reverse;
}
.top-merit-lesson-text {
  color: #fff;
  max-width: 520px;
}
.top-merit-lesson-text03 {
  padding: 0 120px 0 0;
}
.top-merit-lesson-text h4 {
  font-size: 3.0rem;
  border-bottom: solid #fff 3px;
  padding-bottom: 10px;
  font-weight: 700;
}
.top-merit-lesson-text h4 span {
  font-size: 6.0rem;
  font-weight: 700;
  padding-right: 10px;
}
.top-merit-lesson-text p {
  font-size: 2.0rem;
}
.text-8 {
  font-size: 4.0rem;
  margin: 0 3px;
}
.top-merit-lesson-text02 {
  padding: 0 0 0 120px;
}
.top-lesson .common-headline-lesson h3 {
  font-size: 2rem;
  padding: 20px 40px;
  background: #BB5FFF;
  color: #333;
  display: inline-block;
  position: relative;
}
.top-lesson .common-headline-lesson h3::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: solid 3px #000000;
  position: absolute;
  z-index: -5;
  right: -20px;
  bottom: -20px;
}
.top-lesson .common-headline-lesson h3::before {
  content: url("../images/top/triangle.png");
  position: absolute;
  top: -73px;
  left: -66px;
}
@media screen and (max-width:920px) {
  .top-merit-lesson {
    display: block;
  }
  .top-merit-lesson-text01, .top-merit-lesson-text02, .top-merit-lesson-text03 {
    padding: 0 30px 0 0;
  }
  .top-merit-lesson {
    padding: 0px;
  }
  .top-merit-lesson-text h4 {
    font-size: 2.0rem;
    padding: 40px 0 0;
  }
  .top-merit-lesson-text h4 span {
    font-size: 3.3rem;
  }
  .top-merit-lesson-text p {
    font-size: 1.6rem;
    padding: 10px 0 10px;
  }
}
/*ここまで*/
.top-lesson-danser {
  position: absolute;
  right: 0px;
  top: 0;
}
.top-lesson-danser img {
  padding: 0px 50px 0 0;
  margin-top: -20px;
}
/*
.top-lesson-danser h4 {
  position: absolute;
  top: 290px;
  right: 300px;
  font-size: 1.6rem;
  color: #111;
  text-align: center;
  border-bottom: solid 3px #FF793C;
  padding-bottom: 5px;
}*/
.top-lesson-class {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.top-lesson-class-area {
  display: flex;
  align-items: flex-start;
  width: 44%;
}
.top-lesson-class-area-kpop {
  margin-top: 70px;
}
.top-lesson-class-item {
  position: relative;
}
.top-lesson-class-text {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: inline-block;
  width: 100%;
}
.top-lesson-class-text .lesson-class {
  font-size: 2.0rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.top-lesson-class-text p {
  font-size: 1.6rem;
  padding-bottom: 10px;
}
@media screen and (max-width:920px) {
  .top-lesson-class {
    display: block;
    margin-top: 300px;
  }
  .top-lesson-danser img {
    padding: 130px 0 0 0;
  }
  .top-lesson-class-area {
    width: 100%;
  }
  .top-lesson-class-area > img {
    height: 200px;
  }
  .top-lesson-class-text p {
    font-size: 1.2rem;
    padding-bottom: 10px;
  }
  .top-lesson-class-area-kpop {
    margin-top: 30px;
  }
}
/* 文字の下線を消す */
/* ホバー時 */
.top-voice {
  position: relative;
}
.top-voice:before {
  content: "";
  width: 90%;
  height: 100%;
  background-color: #FF793C;
  border: #111 3px solid;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 150px 0 0 150px;
  z-index: -10;
}
.top-voice {
  padding: 130px 50px;
}
/*ここまで*/
.voice-slide {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 50px 0 0;
}
.voice-slide01 .voice-slide02 .voice-slide-03 {
  text-align: center;
}
.voice-slide-comment {
  font-size: 2.0rem;
  padding-top: 30px;
}
.voice-slide-information {
  font-size: 1.2rem;
  padding-top: 10px;
}
.voice-slide-item {
  width: 30%;
  box-sizing: border-box;
  position: relative;
}
.voice-slide-item .voice-slide-comment {
  background-color: #fff;
  padding: 20px 20px;
  border: #111 3px solid;
}
.voice-slide-item .voice-slide-information {
  position: absolute;
  bottom: -1em;
  right: -1em;
  background-color: #BB5FFF;
  padding: .5em;
  border: #111 3px solid;
}
@media screen and (max-width:920px) {
  .common-headline-voice {}
  .voice-slide {
    display: block;
    text-align: center;
    padding: 30px 0 0;
  }
  .voice-slide-item {
    width: 100%;
    padding: 0 20px 20px;
  }
  .voice-slide-item .voice-slide-comment {
    background-color: #fff;
    border: #111 3px solid;
  }
  .voice-slide-comment {
    font-size: 1.4rem;
    padding-top: 30px;
  }
  .voice-slide-item02, .voice-slide-item03 {
    display: none;
  }
  .top-voice {
    padding: 60px 50px;
  }
  .top-voice:before {
    border-radius: 75px 0 0 75px
  }
}
@media screen and (max-width:700px) {
  .voice-slide-item {
    padding: 0 0 20px;
  }
}
/*
@media screen and (max-width:400px){
	.voice-slide-item .voice-slide-comment{
		position: absolute;
		width:150px;
		bottom: 0.5em;
        right: -10em;
	}
}
*/
.top-trial {
  background-image: url("../images/top/trial.jpg");
  background-size: cover;
  background-position: center;
  width: calc(100% - 140px);
  margin: 130px auto;
  border: 3px solid #222;
  padding: 100px 0;
  position: relative;
  z-index: -100;
}
.top-trial ul {
  display: flex;
}
.top-trial-item {
  background-color: #fff;
  width: 330px;
  height: auto;
  margin-right: 8px;
  text-align: center;
  padding: 30px;
  position: relative;
  border: #111 3px solid;
}
.top-trial-number {
  position: relative;
  display: inline-block;
}
.top-trial-group {
  position: relative;
  display: inline-block;
}
.top-trial-group img {
  top: 40%;
  left: 33%;
  position: absolute;
}
.top-trial-text span {
  border-bottom: solid 3px #FF793C;
  font-weight: 700;
}
.top-trial-number {
  font-size: 10rem;
  font-weight: 700;
  opacity: 0.1;
}
.top-trial-text {
  font-size: 2.0rem;
  margin-bottom: 10px;
}
.top-trial-01-text {
  font-size: 1.6rem;
}
.top-trial-02-text {
  font-size: 1.6rem;
}
.top-trial-03-text {
  font-size: 1.6rem;
}
.background-image img {
  text-align: center;
  padding: 0 50px;
  position: relative;
}
@media screen and (max-width:920px) {
  .top-trial {
    background-image: none;
    border: none;
    margin: 80px 0;
    width: 100%;
    padding: 0 20px;
  }
  .top-trial ul {
    display: block;
    text-align: center;
    padding-top: 30px;
  }
  .top-trial-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-trial-item-end {
    width: 100%;
    margin-bottom: 0px;
  }
}
.QandA-group01 {
  padding-bottom: 15px;
}
.top-QandA-text span {
  font-size: 3.0rem;
}
.top-QandA-text dt, .top-QandA-text dd {
  display: inline;
  font-size: 2.0rem;
  color: #fff;
  border-bottom: solid 3px #fff;
  line-height: 4rem;
}
.top-acces {
  position: relative;
}
.access-image {
  border: #111 3px solid;
  margin-bottom: 30px;
}
.top-access-button {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.access-wrapper {
  width: 100%;
  max-width: 748px;
  margin: 50px auto 100px;
}
.address-text {
  font-size: 2.0rem;
  background-color: #fff;
  border: #111 3px solid;
  width: 535px;
  height: auto;
  position: absolute;
  top: 90%;
  right: 5%;
  padding: 50px 0 50px 30px;
}
.address-text {
  height: auto;
  background-color: #fff;
  border: #111 3px solid;
  box-shadow: 8px 8px #fff, 8px 8px 0 3px #111;
}
.address-text-access {
  display: inline-block;
  padding-top: 30px;
  border-bottom: solid 3px #FF793C;
}
.top-access {
  position: relative;
}
.address-text-access {
  display: inline-block;
  padding-top: 30px;
}
.access-button {
  margin: 0;
}
@media screen and (max-width:920px) {
  .top-QandA:before {
    border-radius: 0 75px 75px 0;
  }
  .top-QandA-text dt, .top-QandA-text dd {
    font-size: 1.6rem;
    border-bottom: solid 1px #fff;
  }
  .top-access-button {
    display: block;
  }
  .access-image {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .address-text {
    position: absolute;
    width: 235px;
    font-size: 1.2rem;
    margin: 0 auto;
    padding: 20px;
    top: 90%;
    right: 10%;
  }
  .address-text-access {
    padding-top: 10px
  }
  .access-wrapper {
    width: 95%;
    margin: 20px auto 50px;
  }
  .access-button {
    margin: 0 auto;
  }
}
.vegas-content-scrollable {
  position: static;
  height: 100%;
  overflow: auto;
}
.top-slide-mobile {
  display: none;
}
.lead-mobile {
  display: none;
}
@media screen and (max-width:920px) {
  .top-slide {
    display: none;
  }
  .lead {
    display: none;
  }
  .top-slide-mobile {
    position: relative;
    display: inherit;
    min-height: calc(166vw - 66px);
  }
  .lead-mobile {
    position: absolute;
    display: block;
    color: #fff;
    transform: translate(-50%, -50%);
    top: 75%;
    left: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 2.0rem;
  }
}
@media screen and (max-width:600px) {
  .main-visual h2 {
    font-size: 2.0rem;
  }
  .lead-mobile {
    font-size: 1.4rem;
  }
}