/* mv */
.lp-mv-wrap {
    position: relative;
    background-image: url(../img/lp/mv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
    overflow: hidden;
}

.lp-mv-title {
    position: absolute;
    left: 0%;
    width: 45%;
    bottom: 0;
    filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.2));
    z-index: 5;
}

.lp-mv-title img {
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 1500px) {
    .lp-mv-title {
        width: 50%;
        bottom: 5%;
    }
}
@media (max-width: 1300px) {
    .lp-mv-title {
        width: 60%;
        bottom: 5%;
    }
}
@media (max-width: 1040px) {
    .lp-mv-title {
        width: 70%;
        bottom: 5%;
    }
}
@media (max-width: 768px) {
    .lp-mv-wrap {
        height: 100vh !important;
        height: 100dvh !important;
        background-size: auto 120%;
        background-position: 90% center;
    }

    .lp-mv-title {
        width: 70%;
        left: 0%;
        top: auto;
        bottom: 10%;
    }
}
@media (max-width: 500px) {
    .lp-mv-title {
        width: 100%;
        left: 0%;
        top: auto;
        bottom: 15%;
    }
}
/* 継続 */
.keizoku-wrap {
    position: relative;
    overflow: hidden;
}

.keizoku-box {
    display: flex;
    text-align: center;
}

.keizoku-box h2 {
    font-size: 40px;
    letter-spacing: 0.05rem;
    line-height: 1.4;
    margin-bottom: 25px;
    z-index: 3;
}

.keizoku-box p {
    font-size: 16px;
    letter-spacing: 0.1rem;
    line-height: 1.8;
    margin-bottom: 40px;
    font-weight: 500;
    z-index: 3;
}

.night-time {
    width: 50%;
    background: linear-gradient(to bottom, #444444 0%, #000000 100%);
    color: #babfc0;
    padding: 120px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.morning-time {
    width: 50%;
    padding: 120px 20px;
    background: linear-gradient(135deg, #75bafb 26%, #ff7044 67%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.morning-time h2 {
    color: #ffffff;
    font-weight: 800;
    z-index: 3;
}
.morning-time p {
    color: #ffffff;
    z-index: 3;
}

.morning-time h2 .txt {
    color: #ffff00;
    font-size: 60px;
    z-index: 3;
}
.morning-time h2 .white-space {
    white-space: nowrap;
}

.night-time-box {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 600px;
    flex-wrap: nowrap !important;
}

.night-time-box div {
    background-color: #babfc0;
    color: #000;
    padding: 5px 15px;
    font-size: 22px;
    font-weight: bold;
    flex: 1;
    white-space: nowrap;
}

.morning-time-box {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.morning-time-box div {
    background-color: #ffffff;
    color: #d94300;
    padding: 5px 15px;
    font-size: 22px;
    font-weight: bold;
    flex: 1;
    white-space: nowrap;
}

.pc-moon-sun {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    z-index: 1;
    pointer-events: none;
}

.pc-moon-sun img {
    width: 100%;
    height: auto;
}
.sp-moon {
    display: none;
}
.sp-sun {
    display: none;
}

@media (max-width: 768px) {
    .keizoku-box {
        flex-direction: column !important;
    }

    .night-time {
        position: relative;
        width: 100%;
        padding: 80px 20px 100px;
    }
    .morning-time {
        position: relative;
        width: 100%;
        padding: 200px 20px 60px;
    }
    .morning-time h2 .txt {
        font-feature-settings: "palt";
    }
    .keizoku-box h2 {
        font-size: 38px;
    }

    .pc-moon-sun {
        display: none;
    }

    .sp-moon {
        display: block;
        position: absolute;
        bottom: 0%;
        width: 280px;
        z-index: 1;
        pointer-events: none;
        transform: rotate(0deg);
    }
    .sp-sun {
        display: block;
        position: absolute;
        top: 0%;
        width: 280px;
        z-index: 1;
        pointer-events: none;
        transform: rotate(180deg);
    }

    .night-time-box {
        display: grid;
        gap: 8px;
        width: 100%;
        justify-content: normal;
    }

    .night-time-box div {
        width: 100% !important;
    }

    .morning-time-box {
        display: grid;
        gap: 8px;
        width: 100%;
        justify-content: normal;
    }

    .morning-time-box div {
        width: 100% !important;
    }
}

.benefits-morning-wrap {
    padding: 80px 20px;
}

.sun-line {
    text-align: center;
    margin-bottom: 10px;
}

.sun-line img {
    width: 160px;
    height: auto;
}

.benefits-morning-wrap h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 1.4;
}

.benefits-morning {
    max-width: 1040px;
    margin: 0 auto 30px;
}

.benefits-morning-inner {
    background-color: #fff;
    border-left: 8px solid #e35205;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
}

.benefits-morning-box {
    display: flex;
    align-items: center;
    padding: 30px 40px;
    position: relative;
}

.number {
    font-size: 70px;
    font-weight: bold;
    color: #f8d5c3;
    line-height: 1;
    margin-right: 25px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.benefits-morning-box h3 {
    margin: 0;
    color: #e35205;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
}

.benefits-morning-box::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: 2px solid #e35205;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e35205'%3E%3Cpath d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.benefits-morning-txt {
    background-color: #f9f9f9;
    padding: 30px 40px;
}

.benefits-morning-txt p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    letter-spacing: 0.02em;
}

@media (max-width: 768px) {
    .benefits-morning-wrap {
        padding: 50px 15px;
    }

    .benefits-morning-wrap h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .benefits-morning {
        margin-bottom: 20px;
    }

    .benefits-morning-box {
        display: block;
        padding: 20px 50px 20px 20px;
    }

    .number {
        font-size: 70px;
        margin-right: 15px;
    }

    .benefits-morning-box h3 {
        padding-top: 5%;
        font-size: 26px;
        white-space: nowrap;
    }

    .benefits-morning-box::after {
        right: 15px;
        width: 28px;
        height: 28px;
        background-size: 16px;
    }

    .benefits-morning-txt {
        padding: 20px;
    }

    .benefits-morning-txt p {
        font-size: 14px;
    }
}

.asakatu-features-wrap {
    max-width: 1040px;
    margin: 0 auto;
    padding: 60px 0px;
}

.asakatu-features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
    gap: 40px;
}

.asakatu-features-txt,
.asakatu-features-img {
    flex: 1;
}

.asakatu-features-img img {
    width: 100%;
    height: auto;
    display: block;
}

.asakatu-features-txt h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #000;
}

.asakatu-features-txt p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.asakatu-features-txt div p span {
    color: #e35205;
    font-weight: bold;
    margin-left: 10px;
}

@media (min-width: 769px) {
    .asakatu-features-txt div {
        display: flex;
        justify-content: space-between;
        border-top: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
        padding: 15px 0;
        margin: 20px 0;
    }

    .asakatu-features-txt div p {
        margin: 0;
        font-size: 14px;
        font-weight: bold;
    }

    .asakatu-features-txt div p span {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .asakatu-features-wrap {
        padding: 0px 20px;
    }

    .asakatu-features {
        flex-direction: column !important;
        margin-bottom: 60px;
        gap: 20px;
        align-items: flex-start;
    }
    .asakatu-features:nth-child(even) {
        flex-direction: row-reverse;
    }

    .asakatu-features-img {
        order: -1;
        width: 100%;
    }

    .asakatu-features-txt {
        width: 100%;
    }

    .asakatu-features-txt h3 {
        font-size: 26px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .asakatu-features-txt div {
        display: block;
        border-top: 1px dotted #ccc;
        margin: 20px 0;
    }

    .asakatu-features-txt div p {
        margin: 0;
        padding: 12px 0;
        border-bottom: 1px dotted #ccc;
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        font-size: 15px;
        font-weight: bold;
    }

    .asakatu-features-txt div p span {
        font-size: 24px;
        margin-left: 15px;
    }
}
.morning-training {
    position: relative;
    background: url(../img/lp/morning-training-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    padding: 100px 20px;
}

.morning-training h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}

.morning-training p {
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.02em;
}

@media (max-width: 768px) {
    .morning-training {
        padding: 60px 15px;
    }

    .morning-training h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .morning-training p {
        font-size: 14px;
        line-height: 1.8;
        text-align: center;
    }

    .morning-training p br {
        display: block; /* 改行を維持 */
    }
}
/* CTA */
.trial-reservation {
    background: linear-gradient(135deg, #75bafb 26%, #ff7044 67%);
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.trial-reservation > div {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 60px 40px;
    max-width: 1040px;
    width: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.trial-reservation h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
    line-height: 1.4;
}

.trial-reservation p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
    color: #333;
}

/* 体験予約ボタン */
.trial-reservation .btn-reservation {
    background-color: #d71a0e;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    padding: 25px 60px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none; /* 下線を消す */
    width: 100%;
    max-width: 550px;
    position: relative;
    transition:
        background-color 0.3s,
        transform 0.3s,
        box-shadow 0.3s;
    box-shadow: 0 5px 15px rgba(215, 26, 14, 0.3);
    /* 文字の透明化を防ぐ */
    opacity: 1;
}

.trial-reservation .btn-reservation::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 40px;
    transition: right 0.3s ease;
}

.trial-reservation .btn-reservation:hover {
    background-color: #ff2d1e;
    color: #ffffff !important;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(215, 26, 14, 0.5);
    opacity: 1 !important;
    text-decoration: none;
}

.trial-reservation .btn-reservation:hover::after {
    right: 30px;
}

@media (max-width: 768px) {
    .trial-reservation .btn-reservation {
        font-size: 24px;
        padding: 20px 40px;
        white-space: nowrap;
    }
    .trial-reservation .btn-reservation::after {
        right: 20px;
        width: 10px;
        height: 10px;
    }
    .trial-reservation .btn-reservation:hover::after {
        right: 12px;
    }
}

@media (max-width: 768px) {
    .trial-reservation {
        /* padding: 60px 15px; */
    }
    .trial-reservation > div {
        padding: 40px 20px;
        border-radius: 10px;
    }
    .trial-reservation h2 {
        font-size: 34px;
        /* white-space: nowrap; */
        margin-bottom: 20px;
    }
    .trial-reservation p {
        font-size: 14px;
        margin-bottom: 30px;
    }
}
/* --- フッター --- */
.honmachi_lp_footer_wrap {
    background-color: #2a2a2a;
    color: #fff;
    padding-top: 60px;
}

.honmachi_lp_footer {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_brand {
    width: 215px;
    /* width: 30%; */
}

.honmachi_lp_footer_wrap .footer_logo {
    display: block;
    width: 215px;
}

.honmachi_lp_footer_wrap .footer_logo img {
    width: 100%;
    height: auto;
}

.footer_sns_list_lp {
    display: flex;
    justify-content: space-around;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media (max-width: 768px) {
    .footer_sns_list_lp {
        display: flex;
        justify-content: center;
        gap: 0;
        list-style: none;
        padding: 0;
        margin: 0;
    }
}

.footer_sns_list_lp img {
    width: 35px;
    height: auto;
}

.footer_sns_list_lp li {
}

.footer_sns_list_lp li a {
    display: flex;
    align-items: center;
}

.honmachi_lp_footer_wrap .footer_info {
}

.honmachi_lp_footer_wrap .footer_info h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
}

.honmachi_lp_footer_wrap .footer_info p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 10px;
    color: #ccc;
}

.footer_contact {
}

.honmachi_lp_footer_wrap .contact_box {
    border: 1px solid #666;
    padding: 20px;
    text-align: left;
}

.honmachi_lp_footer_wrap .contact_label {
    font-size: 18px;
    margin-bottom: 5px;
}

.honmachi_lp_footer_wrap .contact_tel {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
    white-space: nowrap;
}

.honmachi_lp_footer_wrap .contact_time {
    font-size: 12px;
    color: #ccc;
}

.honmachi_lp_footer_wrap .footer_copy {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.05em;
}

@media (max-width: 768px) {
    .honmachi_lp_footer_wrap {
        padding-top: 40px;
    }

    .honmachi_lp_footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 100px;
    }

    /* ロゴ・SNS */
    .honmachi_lp_footer_wrap .footer_brand {
        width: 100%;
        margin-bottom: 40px;
    }

    .honmachi_lp_footer_wrap .footer_logo {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .honmachi_lp_footer_wrap .footer_logo img {
        margin: 0 auto;
        max-width: 240px;
    }

    .honmachi_lp_footer_wrap .footer_sns_list_lp_lp {
        justify-content: center;
    }
    .honmachi_lp_footer_wrap .footer_sns_list_lp li {
    }

    .honmachi_lp_footer_wrap .footer_sns_list_lp li a {
        display: flex;
        align-items: center;
        padding: 0 20px;
    }

    .honmachi_lp_footer_wrap .footer_info {
        width: 100%;
        margin-bottom: 40px;
    }

    .honmachi_lp_footer_wrap .footer_info h3 {
        font-size: 22px;
    }

    .honmachi_lp_footer_wrap .footer_info p {
        font-size: 15px;
    }

    .honmachi_lp_footer_wrap .footer_contact {
        width: 100%;
    }

    .honmachi_lp_footer_wrap .contact_box {
        /* margin: 0 10px; */
        padding: 25px 15px;
        text-align: center;
    }

    .honmachi_lp_footer_wrap .contact_tel {
        font-size: 30px;
    }
}
/* sp版固定メニュー */
/* @media (max-width: 600px) {
    .honmachi_lp .p-fixed__list-item {
        width: 34%;
        border-right: 2px solid #333333;
    }
    .honmachi_lp .p-fixed {
        position: fixed;
        bottom: 0;
        z-index: 999;
        width: 100%;

        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.4s ease;
    }

    .honmachi_lp .p-fixed.is-show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
} */
@media (max-width: 600px) {
    /* メインの固定枠：クラスを繋げて指定 */
    .p-fixed.honmachi_lp {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.4s ease;
        padding: 0;
        margin: 0;
    }

    /* 表示状態：クラスを繋げて指定 */
    .p-fixed.honmachi_lp.is-show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .honmachi_lp .p-fixed__list {
        display: flex;
        justify-content: space-around;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .honmachi_lp .p-fixed__list-item {
        width: 33.333%;
    }

    .honmachi_lp .p-fixed__list-item-link {
        transition: opacity 0.3s;
    }

    .honmachi_lp .p-fixed__list-item-link:hover {
        opacity: 0.8;
    }
}
.honmachi_lp.totop {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

/* 追記：スクロール後の表示状態 */
.honmachi_lp.totop.is-show {
    opacity: 1;
    visibility: visible;
}
