@charset "UTF-8";
.c-ttl {
    margin-bottom: 80px;
}
.mv_img {
    position: relative;
    z-index: 1;
}
.mv_img .img source,
.mv_img .img img {
    width: 100%;
    height: auto;
}
.mv_read {
    position: absolute;
    top: -140px;
    right: 0;
    right: -webkit-calc( (100% - (1440px - 143px)) / 2);
    right: calc( (100% - (1440px - 143px)) / 2);
    z-index: 2;
}
.mv_read source,
.mv_read img {
    width: 164px;
    height: auto;
}
.mv_marquee {
    position: absolute;
    bottom: 90px;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 2;
}
.marquee__inner {
    display: flex;
    width: max-content;
    animation: marquee 60s linear infinite;
}
.marquee__inner:first-child {
    margin-top: 0;
}
.marquee__inner li {
    white-space: nowrap;
}
.marquee__inner li source,
.marquee__inner li img {
    width: 3724px;
    height: auto;
}
@keyframes marquee {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}
.lesson_wrap {
    padding-top: 100px;
}
.service_ttl {
    text-align: center;
}
.service_ttl .read {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 24px;
    line-height: 1.5;
    color: #8A10A0;
    margin-bottom: 20px;
}
.service_ttl .read span {
    padding-bottom: 6px;
    border-bottom: 3px solid #8A10A0;
}
.service_ttl .ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 40px;
    line-height: 1.47;
}
.lesson_lst {
    margin-top: 80px;
}
.lesson_box {
    width: -webkit-calc(100% - 96px);
    width: calc(100% - 96px);
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 40px;
}
.lesson_in {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    padding: 60px;
    border-radius: 8px;
    position: relative;
}
.video_in {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.videoOverlay {
    background: rgba(138, 16, 160, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
.video_main {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 650px;
    box-sizing: border-box;
    z-index: 9999;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 60px;
}
.video_main video {
    width: 100%;
    height: auto;
}
@media (min-width: 900px) {
    .lesson_box {
        height: 100svh;
    }
    .lesson_in {
        height: inherit;
    }
    .lesson_box.lesson01 {
        z-index: 1;
    }
    .lesson_box.lesson02 {
        z-index: 2;
    }
    .lesson_box.lesson03 {
        z-index: 3;
    }
}
.lesson_box.lesson01 .lesson_in {
    background: #F9F9F9;
}
.lesson_box.lesson02 .lesson_in {
    background: #F2F2F2;
}
.lesson_box.lesson03 .lesson_in {
    background: #ECECEC;
}
.lesson_cnt {
    width: -webkit-calc(100% - 44.167vw);
    width: calc(100% - 44.167vw);
    box-sizing: border-box;
    padding-left: 124px;
}
.lesson_cnt .label {
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-size: 16px;
    line-height: 80%;
    margin-bottom: 30px;
}
.lesson_cnt .label span {
    display: inline-block;
    padding-left: 18px;
    position: relative;
}
.lesson_cnt .label span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #FF8D02;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.lesson_cnt .mds {
    font-weight: 500;
    font-variation-settings: "wght" 500;
    font-size: 72px;
    line-height: 90%;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    color: #8A10A0;
}
.lesson_cnt .ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 30px;
}
.lesson_cnt .lst {
    margin-bottom: 30px;
}
.lesson_cnt .lst li {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    line-height: 150%;
    padding: 4px 0;
    padding-left: 42px;
    position: relative;
    margin-bottom: 10px;
}
.lesson_cnt .lst li:last-child {
    margin-bottom: 0;
}
.lesson_cnt .lst li:before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../svg/icn_check.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.lesson_cnt .txt {
    max-width: 400px;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 185%;
}
.lesson_img {
    width: 44.167vw;
}
.lesson_img source,
.lesson_img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.lesson_cnt .coming {
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 2;
}
.menu_wrap {
    padding: 100px 0;
}
.menu_read {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 150%;
    margin-top: 40px;
    text-align: center;
}
.menu_in {
    margin-top: 80px;
}
.charm_wrap {
    background: #F9F9F9;
    padding: 100px 0;
}
.charm_in {
    margin-top: 100px;
}
.charm_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.charm_txt {
    max-width: 400px;
}
.charm_txt .ttl {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 32px;
    line-height: 150%;
}
.charm_txt .txt {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 185%;
    margin-top: 40px;
}
.charm_cnt.is-ver1 .charm_lst {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.charm_cnt.is-ver1 .charm_lst li {
    width: -webkit-calc((100% - 48px) / 2);
    width: calc((100% - 48px) / 2);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 20px 0 30px;
    border-top: 1px solid rgba(44, 44, 44, 0.1);
}
.charm_cnt.is-ver1 .charm_lst li .txt {
    font-size: 20px;
    line-height: 150%;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    padding-left: 30px;
}
.charm_cnt.is-ver2 {
    margin-top: 70px;
    padding-top: 100px;
    border-top: 1px solid #4A4A4A;
}
.charm_cnt.is-ver2 .charm_box {
    flex-direction: row-reverse;
}
.charm_cnt.is-ver2 .charm_img source,
.charm_cnt.is-ver2 .charm_img img {
    border-radius: 8px;
}
.charm_cnt.is-ver2 .charm_lst {
    margin-top: 60px;
    display: flex;
    gap: 0 18px;
}
.charm_cnt.is-ver2 .charm_lst source,
.charm_cnt.is-ver2 .charm_lst img {
    border-radius: 8px;
}
.charm_cnt.is-ver2 .charm_lst li .txt {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    line-height: 150%;
    margin-top: 10px;
}
.charm_add {
    margin-top: 40px;
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 150%;
}
.charm_add a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.plan_wrap {
    padding: 100px 0;
}
.service_ttl.is-plan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.plan_txt {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 200%;
}
.initial_wrap {
    margin-top: 80px;
}
.trainer_wrap {
    padding: 100px 0 170px;
    background: rgba(74, 74, 74, .03);
}
.service_ttl.is-trainer {
    text-align: left;
}
.splide.trainer {
    margin-top: 80px;
}
.faq_wrap {
    padding: 100px 0 140px;
}
.service_ttl.is-faq {
    text-align: left;
}
.faq_txt {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 200%;
    margin-top: 40px;
    margin-bottom: 80px;
}
.faq_flx {
    display: flex;
    justify-content: space-between;
}
.faq_menu {
    width: -webkit-calc(100% - 65.3%);
    width: calc(100% - 65.3%);
    box-sizing: border-box;
}
.faq_menu .lst {
    position: sticky;
    top: 40px;
}
.faq_menu .lst li {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    overflow: hidden;
    margin-bottom: .4em;
}
.faq_menu .lst li a {
    display: inline-block;
    color: transparent;
    text-shadow: 0 0 0 #4A4A4A, 0 1.5em 0 #4A4A4A;
    transition: text-shadow .2s;
}
.faq_menu .lst li.is-active a {
    font-weight: bold;
    color: #8A10A0;
    padding-left: 1em;
    position: relative;
    transition: none;
    text-shadow: none !important;
}
.faq_menu .lst li.is-active a:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #8A10A0;
    z-index: 1;
    transition: all .2s ease;
}
.faq_in {
    width: 65.3%;
    box-sizing: border-box;
}
.faq_box {
    margin-top: 80px;
}
.faq_box:first-child {
    margin-top: 0;
}
@media (min-width: 900px) {
    .faq_box {
        position: relative;
        /*height: 100svh;*/
        transition: all .2s ease;
    }
    .faq_inner {
        width: 100%;
        height: 100%;
        background: #fff;
    }
    .faq_lst {
        height: 100%;
        /*overflow-y: auto;*/
    }
    #faq01 {
        z-index: 1;
    }
    #faq02 {
        z-index: 2;
    }
    #faq03 {
        z-index: 3;
    }
    #faq04 {
        z-index: 4;
    }
}
.faq_mds {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 32px;
    line-height: 150%;
}
.faq_lst {
    margin-top: 40px;
}
.faq_cnt {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    margin-top: 10px;
    transition: all .2s ease;
}
.faq_cnt:first-child {
    margin-top: 0;
}
.faq_q a {
    display: block;
    font-weight: 700;
    font-variation-settings: "wght" 700;
    font-size: 16px;
    line-height: 150%;
    padding: 30px;
}
.faq_q a span {
    display: block;
    position: relative;
    padding-left: 50px;
    padding-right: 30px;
}
.faq_q a span:before,
.faq_q a span:after{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
}
.faq_q a span:before {
    width: 30px;
    height: 26px;
    left: 0;
    top: 0;
    background: url(../svg/icn_q.svg) no-repeat center / 100% auto;
}
.faq_q a span:after {
    width: 20px;
    height: 20px;
    right: 0;
    top: 2px;
    background: url(../svg/icn_plus.svg) no-repeat center / 100% auto;
    transition: transform .2s ease;
}
.faq_q.is-open a span:after {
    transform: rotate(135deg);
}
.faq_a {
    display: none;
    padding: 0 30px 30px;
}
.faq_a .txt {
    font-weight: 400;
    font-variation-settings: "wght" 400;
    font-size: 16px;
    line-height: 185%;
    border-top: 1px solid #D9D9D9;
    padding-top: 30px;
    padding-left: 50px;
    position: relative;
}
.faq_a .txt:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 28px;
    left: 0;
    top: 28px;
    background: url(../svg/icn_a.svg) no-repeat center / 100% auto;
}
@media (min-width: 768px) {
    .charm_add a:hover {
        color: #8A10A0;
    }
    .faq_menu .lst li a:hover {
        text-shadow: 0 -1.5em 0 #4A4A4A, 0 0 0 #4A4A4A;
    }
    .faq_cnt:hover {
        border-color: #8A10A0;
    }
}
@media screen and (min-width:920px) and (max-width:1480px) {
    .mv_read {
        right: 143px;
    }
}
@media screen and (min-width:768px) and (max-width:1000px) {
    .mv_read {
        right: 9.931vw;
    }
    .mv_read source,
    .mv_read img {
        width: 11.389vw;
        min-width: 120px;
    }
}
@media screen and (min-width:768px) and (max-width:1240px) {
    .marquee__inner li source,
    .marquee__inner li img {
        width: 300.323vw;
        height: auto;
    }
    .service_ttl .read {
        font-size: 20px;
    }
    .service_ttl .ttl {
        font-size: 36px;
    }
    .lesson_box {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
    }
    .lesson_cnt {
        width: -webkit-calc(100% - 50%);
        width: calc(100% - 50%);
        padding-left: 40px;
    }
    .lesson_cnt .mds {
        font-size: 5.806vw;
    }
    .lesson_img {
        width: 50%;
    }
    .charm_txt {
        max-width: 49%;
    }
    .charm_img {
        width: 49%;
    }
    .charm_img source,
    .charm_img img {
        width: 100%;
        height: auto;
    }
    .charm_cnt.is-ver1 .charm_lst li {
        width: -webkit-calc((100% - 24px) / 2);
        width: calc((100% - 24px) / 2);
    }
    .charm_cnt.is-ver2 .charm_lst {
        display: flex;
        flex-wrap: wrap;
        gap: 18px 18px;
    }
    .charm_cnt.is-ver2 .charm_lst li {
        width: -webkit-calc((100% - 18px * 2) / 3);
        width: calc((100% - 18px * 2) / 3);
    }
    .charm_cnt.is-ver2 .charm_lst source,
    .charm_cnt.is-ver2 .charm_lst img {
        width: 100%;
        height: auto;
    }
    .initial_box .cp span {
        padding: 0.484vw 1.613vw;
        font-size: 1.29vw;
    }
    .initial_pay dd span {
        font-size: 3.226vw;
    }
}
@media screen and (min-width:768px) and (max-width:900px) {
    .lesson_box {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        margin-bottom: 10px;
    }
    .lesson_in {
        flex-wrap: wrap;
        padding: 30px;
    }
    .lesson_cnt {
        width: 100%;
        box-sizing: border-box;
        padding: 34px 0 0;
        order: 2;
    }
    .lesson_cnt .label {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .lesson_cnt .mds {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .lesson_cnt .ttl {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .lesson_cnt .lst {
        margin-bottom: 20px;
    }
    .lesson_cnt .lst li {
        font-size: 14px;
        line-height: 24px;
        padding: 0;
        padding-left: 34px;
    }
    .lesson_cnt .lst li:before {
        width: 24px;
        height: 24px;
    }
    .lesson_cnt .txt {
        max-width: none;
        font-size: 14px;
    }
    .lesson_img {
        width: 80%;
        text-align: center;
        order: 1;
        margin: 0 auto;
    }
    .lesson_img source,
    .lesson_img img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .lesson_cnt .coming {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .lesson_cnt .coming img {
        width: 80px;
        height: auto;
    }
}
@media only screen and (max-width: 768px) {
    .c-ttl {
        margin-bottom: 40px;
    }
    .mv_img {
        position: relative;
        z-index: 1;
    }
    .mv_read {
        top: -12.308vw;
        right: 4.872vw;
    }
    .mv_read source,
    .mv_read img {
        width: 18.974vw;
        height: auto;
        min-width: 74px;
    }
    .mv_marquee {
        bottom: 30px;
    }
    .marquee__inner li source,
    .marquee__inner li img {
        width: 1655px;
        height: auto;
    }
    .lesson_wrap {
        padding: 0 20px;
        padding-top: 40px;
    }
    .service_ttl .read {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .service_ttl .read span {
        padding-bottom: 5px;
        border-bottom: 2px solid #8A10A0;
    }
    .service_ttl .ttl {
        font-size: 24px;
        line-height: 1.5;
    }
    .lesson_lst {
        margin-top: 40px;
    }
    .lesson_box {
        width: 100%;
        margin-bottom: 10px;
    }
    .lesson_in {
        flex-wrap: wrap;
        padding: 30px;
    }
    .lesson_cnt {
        width: 100%;
        box-sizing: border-box;
        padding: 34px 0 0;
        order: 2;
    }
    .lesson_cnt .label {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .lesson_cnt .mds {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .lesson_cnt .ttl {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .lesson_cnt .lst {
        margin-bottom: 20px;
    }
    .lesson_cnt .lst li {
        font-size: 14px;
        line-height: 24px;
        padding: 0;
        padding-left: 34px;
    }
    .lesson_cnt .lst li:before {
        width: 24px;
        height: 24px;
    }
    .lesson_cnt .txt {
        max-width: none;
        font-size: 14px;
    }
    .lesson_img {
        width: 100%;
        text-align: center;
        order: 1;
    }
    .lesson_img source,
    .lesson_img img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .lesson_cnt .coming {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .lesson_cnt .coming img {
        width: 80px;
        height: auto;
    }
    .menu_wrap {
        padding: 60px 0;
    }
    .menu_read {
        font-size: 14px;
        margin-top: 20px;
        padding: 0 20px;
    }
    .menu_in {
        margin-top: 40px;
        padding: 0 20px;
    }
    .charm_wrap {
        padding: 60px 20px;
    }
    .charm_in {
        margin-top: 40px;
    }
    .charm_box {
        display: block;
    }
    .charm_txt {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .charm_txt .ttl {
        font-size: 20px;
        text-align: center;
    }
    .charm_txt .txt {
        font-size: 14px;
        margin-top: 20px;
    }
    .charm_img source,
    .charm_img img {
        width: 100%;
        height: auto;
    }
    .charm_cnt.is-ver1 .charm_lst {
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .charm_cnt.is-ver1 .charm_lst li {
        width: -webkit-calc((100% - 15px) / 2);
        width: calc((100% - 15px) / 2);
        padding: 10px 0;
    }
    .charm_cnt.is-ver1 .charm_lst li .txt {
        font-size: 12px;
        padding-left: 10px;
    }
    .charm_cnt.is-ver1 .charm_lst li .icn img {
        width: 30px;
        height: auto;
    }
    .charm_cnt.is-ver2 {
        margin-top: 50px;
        padding-top: 0;
        border-top: none;
    }
    .charm_cnt.is-ver2 .charm_img {
        margin-bottom: 40px;
    }
    .charm_cnt.is-ver2 .charm_img source,
    .charm_cnt.is-ver2 .charm_img img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .charm_cnt.is-ver2 .charm_lst {
        width: -webkit-calc(100% + 40px);
        width: calc(100% + 40px);
        box-sizing: border-box;
        margin-top: 40px;
        margin-left: -20px;
        display: flex;
        gap: 0 20px;
        padding: 0 20px;
    }
    .charm_cnt.is-ver2 .charm_lst source,
    .charm_cnt.is-ver2 .charm_lst img {
        width: 140px;
        height: auto;
        border-radius: 8px;
    }
    .charm_cnt.is-ver2 .charm_lst li .txt {
        font-size: 14px;
        margin-top: 8px;
    }
    .charm_add {
        margin-top: 20px;
        font-size: 12px;
    }
    .plan_wrap {
        padding: 60px 20px;
    }
    .service_ttl.is-plan {
        display: block;
    }
    .plan_txt {
        font-size: 14px;
        line-height: 185%;
        margin-top: 20px;
    }
    .initial_wrap {
        margin-top: 40px;
    }
    .trainer_wrap {
        padding: 60px 0;
    }
    .service_ttl.is-trainer {
        padding: 0 20px;
    }
    .splide.trainer {
        margin-top: 40px;
    }
    .faq_wrap {
        padding: 60px 20px;
    }
    .faq_txt {
        font-size: 14px;
        line-height: 185%;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .faq_flx {
        display: block;
    }
    .faq_menu {
        display: none;
    }
    .faq_in {
        width: 100%;
    }
    .faq_box {
        margin-top: 40px;
    }
    .faq_mds {
        font-size: 16px;
    }
    .faq_lst {
        margin-top: 20px;
    }
    .faq_q a {
        font-size: 13px;
        padding: 20px;
    }
    .faq_q a span {
        padding-left: 28px;
        padding-right: 20px;
    }
    .faq_q a span:before {
        width: 18px;
        height: 18px;
    }
    .faq_q a span:after {
        width: 12px;
        height: 12px;
        top: 4px;
    }
    .faq_a {
        padding: 0 20px 20px;
    }
    .faq_a .txt {
        font-size: 13px;
        padding-top: 20px;
        padding-left: 28px;
    }
    .faq_a .txt:before {
        width: 16px;
        height: 16px;
        top: 22px;
    }
    .video_main {
        width: 90vw;
        max-width: 350px;
        padding: 46px 40px 20px 40px;
    }
    .video_main .popup_close {
        top: 14px;
        right: 10px;
    }
}