@charset "utf-8";

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	position: relative;
}

/* !header
---------------------------------------------------------- */
#header {
	
}

.btnMenu {
	display: none;
	width: 36px;
	height: 36px;
	position: relative;
}
.btnMenu span {
    display: block;
    background: #515151;
    width: 24px;
    height: 2px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.btnMenu.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
.btnMenu.active span:nth-child(2) {
    opacity: 0;
}
.btnMenu.active a span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg); 
}

#gNavi {
	
} 

/*** hover ***/
@media screen and (min-width: 960px) {
	
}

/*** sp ***/
@media screen and (max-width: 768px) {
	.btnMenu {
		display: block;
	}
}

	
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	position: relative;
}
#mainVisual .kv img {
	width: 100%;
}
#mainVisual .head {
	position: absolute;
	left: 4rem;
	top: 5.2rem;
	width: 36.4rem;
}
#mainVisual .logo {
	position: absolute;
	right: 4.4rem;
	bottom: 5rem;
	width: 26.8rem;
}

/*** スマホ 320px ~ 768px***/
@media screen and (max-width: 768px) {
	#mainVisual .kv {
		width: 100%;
		height: 100dvh;
	}

	#mainVisual .kv img {
		height: 100%;
		object-fit: cover;
	}
	#mainVisual .head {
		left: 2rem;
		top: 2.6rem;
		width: 18.2rem;
	}
	#mainVisual .logo {
		right: auto;
		left: 2.2rem;
		bottom: 2.5rem;
		width: 13.4rem;
	}
	
	
	
}

/* !contents
---------------------------------------------------------- */
#contents {
	
} 

.inner,
.innerSmall  {
	margin: 0 auto;
	padding: 0 5rem;
	max-width: 115rem;
}
.innerSmall {
	max-width: 110rem;
}


/*** hover ***/
@media screen and (min-width: 960px) {

}

/*** スマホ 320px ~ 768px***/
@media screen and (max-width: 768px) {
	.inner, 
	.innerSmall {
		padding: 0 2rem;
	}
}

/* !footer
---------------------------------------------------------- */ 
#footer {
}

#footer .footerIn {
	
} 
#copyright {
	
}

/*** hover ***/
@media screen and (min-width: 960px) {
	
}

/*** スマホ 320px ~ 768px***/
@media screen and (max-width: 768px) {

}

/* page.css */
.topWrap {
	padding: 12rem 0 7rem;
}
.topWrap .inner {
	margin: 0 auto;
	max-width: 120rem;
}
.topWrap .display {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topWrap .display .info {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
	margin-right: -1rem;
	width: 40%;
	color: #FF748A;
}
.topWrap .display .imgs {
	position: relative;
	z-index: 1;
	width: calc(60% + 0.8rem);
}
.topWrap .display .logo {
	position: absolute;
	right: 7.5rem;
	bottom: -9rem;
	z-index: 3;
	width: 20.6rem;
}
.topWrap .head {
	margin-bottom: 5rem;
	font-size: 0;
}
.topWrap .display .txt {
	font-size: 0;
}
.topWrap .display .txt img {
	height: 1.6rem;
}
.topWrap .display .txt p {
	opacity: 0;
}
.topWrap .display .txt p + p {
	margin-top: 2.5rem;
}
.fadeInTxt.animated p {
	animation: fadeInTxt 1s ease-in-out forwards;
}
.fadeInTxt p:nth-child(2) {
	animation-delay: 0.1s;
}
.fadeInTxt p:nth-child(3) {
	animation-delay: 0.2s;
}
.fadeInTxt p:nth-child(4) {
	animation-delay: 0.3s;
}
.fadeInTxt p:nth-child(5) {
	animation-delay: 0.4s;
}
.fadeInTxt p:nth-child(6) {
	animation-delay: 0.5s;
}
.fadeInTxt p:nth-child(7) {
	animation-delay: 0.6s;
}
.fadeInTxt p:nth-child(8) {
	animation-delay: 0.7s;
}
.fadeInTxt p:nth-child(9) {
	animation-delay: 0.8s;
}
.fadeInTxt p:nth-child(10) {
	animation-delay: 0.9s;
}
.fadeInTxt p:nth-child(11) {
	animation-delay: 1s;
}
.fadeInTxt p:nth-child(12) {
	animation-delay: 1.1s;
}
.fadeInTxt p:nth-child(13) {
	animation-delay: 1.2s;
}
.fadeInTxt p:nth-child(14) {
	animation-delay: 1.3s;
}
.fadeInTxt p:nth-child(15) {
	animation-delay: 1.4s;
}
.fadeInTxt p:nth-child(16) {
	animation-delay: 1.5s;
}
.fadeInTxt p:nth-child(17) {
	animation-delay: 1.6s;
}
.fadeInTxt p:nth-child(18) {
	animation-delay: 1.7s;
}
@keyframes fadeInTxt {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.topWrap .display .mask {
	pointer-events: none;
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 2;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: url(../img/bg_about_mask.png)no-repeat center;
	background-size: 100% 100%;
}
.aboutSwiper {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.aboutSwiper .swiper-slide img {
	object-fit: cover;
	height: 66.2rem;
}

.head-wall {
	overflow: hidden;
	font-size: 0;
}
.head-wall img {
	width: 100%;
}

.lesson-wrap {
	overflow: hidden;
}
.lesson-wrap .bgWall {
	overflow: hidden;
	width: 100%;
}
.lesson-wrap .bgWall ul {
	display: flex;
	justify-content: center;
	width: auto;
}
.lesson-wrap .bgWall li {
	min-width: 37.5rem;
}
.lesson-wrap .bgWall li img {
	object-fit: cover;
	width: 100%;
	height: 25rem;
}
.lessonList {
	position: relative;
}
.lessonList .sideLeft,
.lessonList .sideRight {
	display: flex;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: calc(50vw - 52.5rem);
	height: 100%;
}
.lessonList .sideLeft {
	justify-content: flex-end;
	right: calc(50% + 52.5rem);
}
.lessonList .sideRight {
	left: calc(50% + 52.5rem);
}
.lessonList .sideLeft img,
.lessonList .sideRight img {
	object-fit: cover;
	min-width: 52rem;
	height: 100%;
}
.lessonList .number {
	position: absolute;
	left: 0.8rem;
	top: -7.1rem;
	z-index: 2;
	width: 14.2rem;
}
.lessonList ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	position: relative;
	z-index: 2;
	padding: 2.4rem;
	background: #fff;
}

.lessonList ul li {
	position: relative;
}

.lessonList ul li .caption {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.lessonList ul li img {
	width: 100%;
}

.commonWrap {
	overflow: hidden;
	position: relative;
	z-index: 2;
	background: #FF748A;
}
.commonWrap .bgs {
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.commonWrap .bg1 {
	top: -3rem;
	right: calc(50% - 10rem);
	/* width: 60.625%; */
	width: 116.5rem;
}
.commonWrap .bg2 {
	top: 79.7rem;
	left: calc(50% + 22.5rem);
	/* width: 34.84375%; */
	width: 66.9rem;
}
.commonWrap .bg3 {
	top: 125.46rem;
	right: calc(50% - 4rem);
	/* width: 54.94%; */
	width: 105.5rem;
}
.commonWrap .bg4 {
	top: 97.734rem;
	left: calc(50% + 6rem);
	/* width: 50.885%; */
	width: 97.7rem;
}
.commonWrap .bg5 {
	top: 5.8rem;
	right: calc(50% - 12.4rem);
	/* width: 63.125%; */
	width: 121.2rem;
}
.commonWrap .bg6 {
	bottom: -35rem;
	left: calc(50% - 6rem);
	/* width: 64.71875%; */
	width: 124.2rem;
}

.movieWrap {
	position: relative;
	z-index: 2;
	padding: 16rem 0 0;
}
.movieWrap .movie {
	position: relative;
	padding-top: 56.25%;
}
.movieWrap .movie iframe {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.instagramWrap {
	position: relative;
	z-index: 2;
	padding: 15rem 0 0;
}
.instagramWrap ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}
.instagramWrap li img {
	width: 100%;
}

.megaWrap {
	position: relative;
	z-index: 2;
	padding: 14rem 0 0;
}
.megaWrap .note {
	margin-bottom: 1.5rem;
	text-align: center;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 500;
}
.megabannerSwiper {
	overflow: hidden;
	position: relative;
	margin: 0 -2rem;
	padding: 0 2rem;
}
.megabannerSwiper .swiper-slide {
	overflow: hidden;
	border-radius: 1.2rem;
}
.megabannerSwiper .swiper-button-prev:after,
.megabannerSwiper .swiper-button-next:after {
	display: none;
}
.megabannerSwiper .swiper-button-prev,
.megabannerSwiper .swiper-button-next {
	width: 4rem;
	height: 4rem;
	background: no-repeat center;
	background-size: 100%;
}
.megabannerSwiper .swiper-button-prev {
	left: 0;
	background-image: url(../img/icon_prev.svg);
}
.megabannerSwiper .swiper-button-next {
	right: 0;
	background-image: url(../img/icon_next.svg);
}

.photoWrap {
	position: relative;
	margin-top: 2rem;
	z-index: 3;
}
.photoWrap .head {
	margin: 2.8rem 0 4rem;
	text-align: center;
}
.photoWrap .head img {
	height: 5rem;
}
.photosSwiper {
	position: relative;
	z-index: 1;
}
.photosSwiper .swiper-slide {
	width: 32rem;
}
.photosSwiper .swiper-slide img {
	object-fit: cover;
	width: 100%;
	height: 42.6rem;
	border-radius: 1rem;
}
.photosSwiper .swiper-wrapper {
	-webkit-transition-timing-function: linear!important;
	transition-timing-function: linear!important;
}

.storeWrap {
	position: relative;
	z-index: 2;
	padding: 15rem 0 0;
	color: #fff;
}
.storeWrap .hdL {
	margin-bottom: 0;
}
.storeWrap .storePart {
	padding: 4rem 0 4rem 4rem;
}
.storeWrap .storePart + .storePart {
	border-top: 1px solid;
}
.storeWrap .head {
	margin-bottom: 0.8rem;
	text-align: center;
	font-size: 3.5rem;
	font-weight: 500;
}
.storeWrap th {
	padding: 0.5rem 0;
	width: 30rem;
	letter-spacing: -0.05em;
	font-size: 2.5rem;
	font-weight: 500;
}
.storeWrap td {
	padding: 0.6rem 0;
	font-size: 2.2rem;
	font-weight: 300;
}

.storeWrap .storePart p {
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.76;
	text-align: center;
	padding: 0.5rem 0;
}

.storeWrap .storePart a {
	color: #fff;
}

.footLogos {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15rem 0;
}
.footLogos a {
	margin: 0 2rem;
}
.footLogos .logo1 {
	width: 16rem;
}
.footLogos .logo2 {
	width: 16.6rem;
}


/*** hover ***/
@media screen and (min-width: 960px) {
	.footLogos a:hover {
		opacity: 0.7;
	}
	
}

/*** スマホ 320px ~ 768px***/
@media screen and (max-width: 768px) {
	.topWrap {
	    padding: 4rem 0;
	}
	.topWrap .display {
		display: block;
	}
	.topWrap .display .info {
	    margin: 0 0 4rem;
	    width: auto;
	}
	.topWrap .display .imgs {
	    width: auto;
	}
	.topWrap .display .txt img {
	    height: 2.2rem;
	}
	.aboutSwiper .swiper-slide {
		padding-top: 98.5%;
		height: auto;
	}
	.aboutSwiper .swiper-slide img {
		position: absolute;
		left: 0;
		top: 0;
	    height: 100%;
	}
	.topWrap .display .logo {
	    right: 1rem;
	    bottom: -2rem;
	    width: 10.5rem;
	}
	.head-wall {
		padding: 0 3.2rem 1.4rem;
	}
	
	.lesson-wrap .bgWall li {
	    min-width: 12rem;
	}
	.lesson-wrap .bgWall li img {
	    height: 8.5rem;
	}
	.lesson-wrap .inner {
		padding: 0;
	} 
	.lessonList .number { 
	    left: 0.5rem;
	    top: -3.5rem;
	    width: 7rem;
	}
	.lessonList ul {
		gap: 0.6rem;
	    padding: 1.6rem;
	}
	.lessonList .sideLeft, 
	.lessonList .sideRight {
		width: 50vw;
	}
	.lessonList .sideLeft {
		right: auto;
		left: -3.2rem;
	}
	.lessonList .sideRight {
		left: auto;
		right: -3.2rem;
	}
	
	.commonWrap .bg1 {
		top: -3.3rem;
		right: 50%;
		transform: translateX(50%);
		width: 50.4rem;
	}
	.commonWrap .bg2 {
		top: 46.35rem;
		left: calc(50% - 6rem);
		width: 29rem;
	}
	.commonWrap .bg3 {
		top: calc(100% - 1.5rem);
		right: -2rem;
		width: 45.7rem;
	}
	.commonWrap .bg4 {
		top: 53rem;
		left: calc(50% - 15rem);
		width: 42.3rem;
	}
	.commonWrap .bg5 {
		top: 30rem;
		right: 50%;
		transform: translateX(50%);
		width: 52.8rem;
	}
	.commonWrap .bg6 {
		bottom: -18rem;
		left: 50%;
		transform: translateX(-50%);
		margin-right: -3rem;
		width: 53.8rem;
	}
	
	.movieWrap {
	    padding: 6rem 0 0;
	}
	
	.instagramWrap {
	    padding: 5.5rem 0 0;
	}
	.instagramWrap ul {
	    grid-template-columns: repeat(2, 1fr);
	    gap: 1rem;
	}
	
	.megaWrap {
	    padding: 6rem 0 0;
	}
	.megaWrap .note {
	    margin-bottom: 1rem;
	    font-size: 1.6rem;
	}
	.megabannerSwiper .swiper-button-prev, 
	.megabannerSwiper .swiper-button-next {
	    width: 2.4rem;
	    height: 2.4rem;
	}
	.megabannerSwiper .swiper-button-prev {
		left: 1rem;
	}
	.megabannerSwiper .swiper-button-next {
		right: 1rem;
	}
	.photoWrap {
	    margin-top: 1rem;
	}
	.photosSwiper .swiper-slide {
	    width: 18rem;
	}
	.photosSwiper .swiper-slide img {
	    height: 24rem;
	}
	.photoWrap .head img {
		width: 26rem;
	}
	
	.storeWrap {
	    padding: 6rem 0 0;
	}
	.storeWrap .head {
	    margin-bottom: 0.8rem;
	    font-size: 1.75rem;
	}
	.storeWrap .storePart {
	    padding: 2rem 0;
	}

	.storeWrap .storePart p {
		font-size: 1.25rem;
		padding: 0.25rem 0;
	}

	.storeWrap th {
		display: block;
	    padding: 0 0 0.3rem;
	    width: 100%;
	    font-size: 1.3rem;
	}
	.storeWrap td {
		display: block;
	    padding: 0 0 0.8rem;
	    width: 100%;
		font-size: 1rem;
	}
	
	.footLogos {
		padding: 6rem 0;
	}
	.footLogos .logo1,
	.footLogos .logo2 {
	    width: 10rem;
	}
	
}
@media screen and (max-width: 640px) {
	.topWrap .display .txt img {
		height: 1.5rem;
	}
	
}

.snsWrap {
	width: 100%;
	background: #fff;
	padding: 5rem;
	border-radius: 3rem;
}

.snsWrap ul li img {
	border-radius: 1rem;
	width: 100%;
}

.snsWrap .sns {
	margin-top: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4rem;
}

.snsWrap .sns a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 6rem;
	height: 6rem;
}

.snsWrap .sns a img {
	width: auto;
	max-width: unset;
	height: 100%;
}

/*** スマホ 320px ~ 768px***/
@media screen and (max-width: 768px) {
	.snsWrap {
		width: calc(100% + 4rem);
		padding: 2.5rem;
		border-radius: 1.5rem;
		margin: 0 -2rem;
	}

	.snsWrap ul li img {
		border-radius: .5rem;
	}

	.snsWrap .sns {
		margin-top: 2.5rem;
		gap: 2.6rem;
	}

	.snsWrap .sns a {
		width: 4rem;
		height: 4rem;
	}
}