@charset "UTF-8";

section.mv {
    height: 100vh;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

.mv_inner {
	position: relative;
	animation: firstzoom 0.6s;
}

canvas {
    position: fixed;
}

@keyframes firstzoom {
  0% {
    transform: scale(10);
	  opacity: 0;
  }
  80% {
    transform: scale(1);
	  opacity: 1;
  }
	85% {
    transform: scale(1.1);		
	}
	90% {
    transform: scale(1);		
	}
	95% {
    transform: scale(1.05);		
	}
	100% {
    transform: scale(1);		
	}
}

.mv_title {
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.mv_inner h1 {
    font-size: 13rem;
    font-weight: 900;
    line-height: 135px;
    transform: rotate(-11deg);
    letter-spacing: 0;
    margin: 0 auto;
    text-align: center;
    color: #000;
    width: max-content;
    padding: 20px 0 30px;
    position: relative;
    z-index: 99;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.mv_inner h1 span {
    display: block;
    margin: 16px auto 0;
    line-height: 46px;
    width: 100%;
    font-size: 3.6rem;
    font-weight: 900;
    padding: 10px 0 0;
    letter-spacing: 2px;
	position: relative;
}

.mv_inner h1 span:after {
    position: absolute;
    right: 60px;
    top: 10px;
    height: 60px;
    width: 2px;
    background: #000;
    content: "";
    transform: rotate(25deg);
}

.mv_inner h1 span:before {
    position: absolute;
    left: 54px;
    top: 10px;
    content: "";
    width: 2px;
    height: 60px;
    background: #000;
    transform: rotate(-35deg);
}

.mv_inner :after {
    content: "";
}

.mv_inner:after {
    position: absolute;
    width: 400px;
    height: 400px;
    content: "";
    display: block;
    /* background: rgba(255,255,255,0.5); */
    border-radius: 100%;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -200px;
}

section.concept {
    padding: 200px 0;
    min-height: 100vh;
    position: relative;
}

.concept_inner {
    max-width: 900px;
    margin: 0 auto;
    height: max-content;
}

.concept_title {
    display: block;
    font-size: 6rem;
    line-height: 100px;
    letter-spacing: 4px;
    margin-bottom: 50px;
    font-weight: 900;
}

.concept_inner p {
	line-height: 65px;
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: 3px;
}

.TextTyping span {
	display: none;
	font-weight: 700;
	font-size: 5rem;
	letter-spacing: 4px;
}

/*文字列後ろの線の設定*/
.TextTyping::after {
 	content: "|";
	font-size: 3.25rem;
	animation: typinganime 0.5s ease infinite;
}

@keyframes typinganime{
	from{opacity:0}
	to{opacity:1}
}

section.instructor {
    position: relative;
}

section.instructor:after {
    position: absolute;
    width: 80%;
    background: #000;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
    display: block;
}

.instructor_cap h3  span {
    display: block;
    font-size: 2rem;
    font-weight: 600;
}

a.instructor_more:after {
    position: absolute;
    content: "";
    height: 2px;
    margin-top: -1px;
    width: 70px;
    background: #fff;
    right: 115px;
    top: 50%;
	transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

a.instructor_more:hover:after {
    position: absolute;
    content: "";
    height: 2px;
    margin-top: -1px;
    width: 0px;
    background: #fff;
    right: 115px;
    top: 50%;
}

.instructor_cap {
    width: 49%;
    color: #fff;
    padding: 100px 0;
}

.instructor_cap h2 {
    font-size: 8rem;
    margin-bottom: 20px;
    color: #ff4e00;
    letter-spacing: 5px;
    font-family: 'Reem Kufi Fun', sans-serif;
}

.instructor_inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 100px;
    position: relative;
    width: 95%;
    z-index: 99;
}

.instructor_image {
    width: 42%;
    margin: 0;
    position: relative;
	background-image: url("../img/home/shimada.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
    z-index: 99;
}

.instructor_cap h3 {
    font-size: 4.5rem;
    font-family: 'Reem Kufi Fun', sans-serif;
    margin-bottom: 50px;
    letter-spacing: 3px;
}

.instructor_cap h4 {
    font-size: 2rem;
    font-family: 'Reem Kufi Fun', sans-serif;
    letter-spacing: 1.5px;
}

a.instructor_more {
    display: block;
    text-align: right;
    color: #fff;
    font-family: 'Reem Kufi Fun', sans-serif;
    font-size: 2rem;
    margin-top: 50px;
    letter-spacing: 2px;
}

a.instructor_more:hover {
	color: #ff4e00;
}

.features h2 {
    font-size: 8rem;
    font-family: 'Reem Kufi Fun', sans-serif;
    letter-spacing: 5px;
    margin-bottom: 50px;
    line-height: 70px;
}

.features_inner {
    max-width: 1100px;
    margin: 0 auto;
}

section.features {
    padding: 150px 0;
    position: relative;
}

p.features_cap {
    font-size: 2.5rem;
    font-weight: 600;
    border-left: 6px solid;
    letter-spacing: 1px;
    padding-left: 50px;
    line-height: 48px;
    margin-bottom: 50px;
}

ul.features_list {
    display: flex;
    align-items: normal;
    flex-wrap: wrap;
    justify-content: center;
}

.features_list li {
    border-radius: 20px;
    width: 31%;
    padding: 50px;
    backdrop-filter: blur(12px);
    background: rgb(255,255,255);
    background: linear-gradient(320deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.4) 100%);
}

.features_list li h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #fff;
}

.features_list li p {
    font-size: 1.45rem;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.features_list li:nth-child(2) {margin: 0 3%;}

.features_list li:nth-child(4) {margin-top: 3%;margin-right: 3%;width: 48%;}

.features_list li:nth-child(5) {
    margin-top: 3%;
    width: 48%;
}

.course h2 {
    font-size: 8rem;
    font-family: 'Reem Kufi Fun', sans-serif;
    margin-bottom: 50px;
    letter-spacing: 5px;
}

.course_inner {
    max-width: 1100px;
    margin: 0 auto;
}

.course_content {
    display: flex;
    justify-content: space-between;
}

.course_area {
    width: 49%;
    background: #fff;
    padding: 65px;
    text-align: center;
    border-radius: 15px;
}

.course_area p {
    font-weight: 500;
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 30px;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.course_area p span {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 8px;
}

.course_area h3 {
    font-size: 3rem;
    font-weight: 600;
    border-bottom: 1px solid;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.course_area h3 span {
    color: #ff4e00;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-family: 'Reem Kufi Fun', sans-serif;
    font-size: 1.6rem;
}

.course_price {
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course_price span {
    font-family: 'Reem Kufi Fun', sans-serif;
    font-size: 4rem;
}

.course_price_month {
    background: #000;
    color: #fff;
    width: max-content;
    border-radius: 100px;
    letter-spacing: 2px;
    padding: 5px 19px;
    margin: 0 15px 0 0;
}

a.cv_btn {
    display: block;
    color: #fff;
    background: #ff4e00;
    padding: 22px;
    border-radius: 6px;
    font-size: 1.8rem;
    margin-top: 30px;
    font-weight: 500;
}

a.cv_btn:hover {
	background: #000;
	color: #fff;
}

section.course {
    position: relative;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

section.mv {
    height: 90vh;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}

.mv_inner {
	position: relative;
	width: 100%;
	animation: firstzoom 0.6s;
}

canvas {
    position: fixed;
}

@keyframes firstzoom {
  0% {
    transform: scale(10);
	  opacity: 0;
  }
  80% {
    transform: scale(1);
	  opacity: 1;
  }
	85% {
    transform: scale(1.1);		
	}
	90% {
    transform: scale(1);		
	}
	95% {
    transform: scale(1.05);		
	}
	100% {
    transform: scale(1);		
	}
}

.mv_title {
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.mv_inner h1 {
    font-size: 7rem;
    font-weight: 900;
    line-height: 80px;
    transform: rotate(-10deg);
    letter-spacing: 0;
    margin: 0 auto;
    text-align: center;
    color: #000;
    width: max-content;
    padding: 20px 10px 30px 0;
    position: relative;
    z-index: 99;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.mv_inner h1 span {
    display: block;
    margin: 13px auto 0;
    line-height: 16px;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 900;
    padding: 10px 0 0;
    letter-spacing: 1px;
    position: relative;
}

.mv_inner h1 span:after {
    position: absolute;
    right: -12px;
    top: 10px;
    height: 30px;
    width: 2px;
    background: #000;
    content: "";
    transform: rotate(25deg);
}

.mv_inner h1 span:before {
    position: absolute;
    left: -15px;
    top: 10px;
    content: "";
    width: 2px;
    height: 30px;
    background: #000;
    transform: rotate(-35deg);
}

.mv_inner :after {
    content: "";
}

.mv_inner:after {
    position: absolute;
    width: 400px;
    height: 400px;
    content: "";
    display: block;
    /* background: rgba(255,255,255,0.5); */
    border-radius: 100%;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -200px;
}

section.concept {
    padding: 80px 7% 0 7%;
    min-height: max-content;
    position: relative;
}

.concept_inner {
    max-width: 900px;
    margin: 0 auto;
    height: max-content;
}

.concept_title {
    display: block;
    font-size: 2.6rem;
    line-height: 48px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 900;
}

.concept_inner p {
	line-height: 34px;
	font-weight: 700;
	font-size: 1.4rem;
	letter-spacing: 2px;
}

.TextTyping span {
	display: none;
	font-weight: 700;
	font-size: 5rem;
	letter-spacing: 4px;
}

/*文字列後ろの線の設定*/
.TextTyping::after {
 	content: "|";
	font-size: 3.25rem;
	animation: typinganime 0.5s ease infinite;
}

@keyframes typinganime{
	from{opacity:0}
	to{opacity:1}
}

section.instructor {
    position: relative;
    margin-top: 80px;
}

section.instructor:after {
    position: absolute;
    width: 90%;
    background: #000;
    height: 100%;
    content: "";
    top: 0;
    right: 0;
    display: block;
}

.instructor_cap h3  span {
    display: block;
    font-size: 1.8rem;
    font-weight: 600;
}

a.instructor_more:after {
    position: absolute;
    content: "";
    height: 2px;
    margin-top: -1px;
    width: 40px;
    background: #fff;
    right: 94px;
    top: 50%;
}

.instructor_cap {
    width: 86%;
    color: #fff;
    text-align: right;
    padding: 50px 0 0;
    margin: 0 auto;
}

.instructor_cap h2 {
    font-size: 4rem;
    margin-bottom: 20px;
    color: #ff4e00;
    letter-spacing: 3px;
    font-family: 'Reem Kufi Fun', sans-serif;
}

.instructor_inner {
    display: block;
    justify-content: space-between;
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
    width: 100%;
    z-index: 99;
}

.instructor_image {
    width: 80%;
    margin: 0;
    position: relative;
    background-image: url("../img/home/shimada.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99;
    height: 300px;
}

.instructor_cap h3 {
    font-size: 2.4rem;
    font-family: 'Reem Kufi Fun', sans-serif;
    margin-bottom: 30px;
    letter-spacing: 3px;
}

.instructor_cap h4 {
    font-size: 1.5rem;
    font-family: 'Reem Kufi Fun', sans-serif;
    letter-spacing: 0.5px;
}

a.instructor_more {
    display: block;
    text-align: right;
    color: #fff;
    font-family: 'Reem Kufi Fun', sans-serif;
    font-size: 1.5rem;
    margin-top: 30px;
    letter-spacing: 2px;
}

.features h2 {
    font-size: 4rem;
    font-family: 'Reem Kufi Fun', sans-serif;
    letter-spacing: 3px;
    margin-bottom: 30px;
    line-height: 50px;
}

.features_inner {
    max-width: 1100px;
    margin: 0 auto;
}

section.features {
    padding: 80px 7% 0;
    position: relative;
}

p.features_cap {
    font-size: 1.4rem;
    font-weight: 600;
    border-left: 2px solid;
    letter-spacing: 1px;
    padding-left: 25px;
    line-height: 28px;
    margin-bottom: 30px;
}

ul.features_list {
    display: block;
    align-items: normal;
    flex-wrap: wrap;
    justify-content: center;
}

.features_list li {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
    padding: 30px;
    backdrop-filter: blur(12px);
    background: rgb(255,255,255);
    background: linear-gradient(320deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.4) 100%);
}

.features_list li h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #fff;
}

.features_list li p {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.features_list li:nth-child(2) {margin: 0 0 10px;}

.features_list li:nth-child(4) {margin-top: 0;margin-right: 0;width: 100%;}

.features_list li:nth-child(5) {
    margin-top: 0;
    width: 100%;
}

.course h2 {
    font-size: 4rem;
    font-family: 'Reem Kufi Fun', sans-serif;
    margin-bottom: 30px;
    letter-spacing: 3px;
}

.course_inner {
    max-width: 86%;
    margin: 0 auto;
}

.course_content {
    display: block;
    justify-content: space-between;
}

.course_area {
    width: 100%;
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 10px;
}

.course_area p {
    font-weight: 500;
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.course_area p span {
    display: block;
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 8px;
}

.course_area h3 {
    font-size: 2.2rem;
    font-weight: 600;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.course_area h3 span {
    color: #ff4e00;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-family: 'Reem Kufi Fun', sans-serif;
    font-size: 1.3rem;
}

.course_price {
    font-size: 1.5rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course_price span {
    font-family: 'Reem Kufi Fun', sans-serif;
    font-size: 3rem;
    margin-right: 5px;
}

.course_price_month {
    background: #000;
    color: #fff;
    width: max-content;
    border-radius: 100px;
    letter-spacing: 2px;
    padding: 3px 11px;
    margin: 0 15px 0 0;
}

a.cv_btn {
    display: block;
    color: #fff;
    background: #ff4e00;
    padding: 18px;
    border-radius: 5px;
    font-size: 1.4rem;
    margin-top: 20px;
    font-weight: 500;
}

section.course {
    position: relative;
    padding-top: 80px;
}

}
