

/* lp common */
._bg_kogao_light2 {
    background-color: rgb(193 121 182 / 20%);
}
.lp_sp {
    display: none;
}
.lp_header {
    top: -60px;
    height: 60px!important;
    padding: 10px 20px;
    align-items: center;
    justify-content: space-between;
}
.header_logo {
    position: static;
    transform: none;
}
.header_logo a {
    display: flex;
    height: 100%!important;
}
.header_logo img {
    height: 100%!important;
}
.header_logo img:first-of-type {
    height: 35px;
}
.header_logo img:first-of-type {
    margin-right: 20px!important;
}
.header_btn {
    font-weight: 500;
    height: 100%;
    padding: 0 1.5em;
    background: #cb497e;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 20px;
}

.lp_mv {
    display: block;
    margin-bottom: 50px;
}
.lp_mv img {
    width: 100%;
}
.courseCon_main .textArea {
    font-size: 20px;
}


/* lp cta */
.lp .cta {
    max-width: none;
    border: 0;
    margin: 70px 0;
}
._wrap_lp_cta {
    display: block;
    max-width: calc(1080px + 100px);
}
.lp .cta_fukidashi {
    font-size: 42px;
    text-align: center;
    margin-bottom: 1em;
    font-weight: 600;
    color: #cb497e;
}
.lp .cta_fukidashi span {
    position: relative;
    display: inline-block;
}
.lp .cta_fukidashi span:before,
.lp .cta_fukidashi span:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #cb497e;
}
.lp .cta_fukidashi span:before {
    left: -1.2em;
    transform: rotate(60deg);
}
.lp .cta_fukidashi span:after {
    right: -1.2em;
    transform: rotate(-60deg);
}
.lp .cta img {
    width: 100%;
    border: 3px solid #cb497e;
}
.lp .cta ._ctaBtn {
    color: white;
    background: #cb497e;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-top: 40px;
    box-shadow: 2px 2px 3px rgb(0 0 0 / 60%);
}
@media screen and (max-width: 1009px) {
    ._wrap_lp_cta .cta_fukidashi {
        font-size: clamp(20px,4.1vw,42px);
    }
}

@media screen and (max-width: 699px) {
    .courseCon_main .textArea {
        font-size: 16px;
    }
    .header_btn {
        font-size: 12px;
        padding: 0 1em;
    }
    .lp .cta ._ctaBtn {
        font-size: clamp(20px,4vw,28px);
        height: 12vw;
        min-height: 60px;
        margin-top: 5vw;
    }
}
@media screen and (max-width: 559px) {
    .lp_sp {
        display: inherit;
    }
    .lp .cta_fukidashi {
        font-size: 24px;
    }
    .lp .cta_fukidashi span:before {
        left: -2.2em;
    }
    .lp .cta_fukidashi span:after {
        right: -2.2em;
    }
}


/* lp salon */
.lp footer {
    margin-top: 0;
    padding: 5px 0;
}
.lp .salonCon {
    padding: 50px 0;
}
.salonCon .logoArea {
    padding-top: 0!important;
}