@charset "UTF-8";
/**
* Foundation
* ========================== */
@import url("https://cdn.jsdelivr.net/npm/destyle.css@4.0.0/destyle.min.css");

* {
    background-repeat: no-repeat;
}

@media (prefers-color-scheme: dark) {
    body::-webkit-scrollbar {
        background-color: #fff;
    }

    body::-webkit-scrollbar-thumb {
        background: #d6d6d6;
        border-radius: 6px;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
        background-clip: padding-box;
    }

    ::-webkit-scrollbar-track {
        margin-top: 3px;
        margin-bottom: 3px;
    }
}

@media screen and (min-width: 600px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    height: 100svh;
}

body,
input,
select,
textarea {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
    font-size: 12px;
    width: 100%;
    color: #000000;
    background-color: #ffffff;
}

body.fixed {
    position: fixed;
    width: 100%;
}

a {
    color: #000000;
}

a:hover {
    color: #000000;
}

img {
    max-width: 100%;
}

/**
* Layout
* ========================== */
.top_contents {
    display:none;
}
.age_popup_close{
    display:none;
}

.body-wrap {
    overflow-x: hidden;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
}

.body-wrap__bnr {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    max-width: 480px;
    padding: 0 12px 8px;

    a {
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .body-wrap__bnr {
        max-width: 100%;
        width: 100%;
    }
}

.l-wrap {
    max-width: min(69.444vw, 1000px);
    margin-left: auto;
    margin-right: auto;
}

.l-wrap.--large {
    max-width: min(83.333vw, 1200px);
}

.l-wrap.--middle {
    max-width: min(55.556vw, 800px);
}

.l-wrap.--small {
    max-width: min(41.667vw, 600px);
}

.l-section {
    padding: 100px 0 0 0;
}

.l-section > *:first-child {
    margin-top: 0;
}

.l-section > *:last-child {
    margin-bottom: 0;
}

.l-section.--large {
    padding: 120px 0 0 0;
}

.l-section.--middle {
    padding: 80px 0 0 0;
}

.l-section.--small {
    padding: 60px 0 0 0;
}

.l-section.--pt-0 {
    padding-top: 0;
}

.l-section.--pb-0 {
    padding-bottom: 0;
}

.l-main-form {
    padding: 20px 25px 40px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

@media screen and (max-width: 500px) {
    .l-main-form {
        border: none;
    }
}

/* Object
* ========================== */
/* Component ------------ */
/* Project ------------ */
.p-header-form {
    margin-bottom: 25px;
}

.p-header-form .e-heading {
    font-size: 15px;
    font-weight: 500;
    background-color: #cccccc;
    line-height: 1;
    border-radius: 9999px;
    text-align: center;
    padding: 8px 0;
}

.p-header-form .e-text {
    text-align: center;
    color: #ff0000;
    margin-top: 15px;
}

.p-footer {
    background-color: #e3eff6;
}

body.home .p-footer {
    padding-bottom: 160px;
}
body.thanks .p-footer {
    padding-bottom: 40px;
}

body.age {
    background-color: #000f26;
    position: relative;
}

.p-footer__in {
    padding: 30px 35px 0;
}

.p-footer__in .e-heading {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.p-footer__in .e-sns {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
    width: 250px;
    margin: 0 auto;
}

.p-footer__in .e-sns li {
    flex: 1;
}

.p-footer__in .e-text {
    border-top: 2px solid #cccccc;
    text-align: center;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 700;
    padding-top: 25px;
}

.p-footer__in .e-tel {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 0 10px;
    font-weight: 700;
    margin-top: 10px;
}

.p-footer__in .e-tel dt {
    font-size: 18px;
    margin-bottom: 4px;
}

.p-footer__in .e-tel dd {
    font-size: 30px;
}

.p-footer__in .e-info {
    text-align: center;
    margin: 20px auto 0;
    width: 280px;

    dt {
        font-size: 11px;
        background-color: #ffffff;
        font-weight: 400;
    }
    dd {
        font-size: 12px;
        margin-top: 4px;
    }

    + .e-info {
        margin-top: 10px;
    }
}

.lp-section-01 {
    color: #ffffff;
    position: relative;

    .l-inner {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        text-align: center;
        padding-top: 28px;

        .e-catch-01 {
            border-top: 3px solid #ffffff;
            border-bottom: 3px solid #ffffff;
            font-size: 17px;
            font-weight: 500;
            padding: 15px 0;
            display: inline-block;
            letter-spacing: -0.05em;

            .m-text-01 {
                color: #ffff00;
                font-size: 20px;
                font-weight: 700;
            }

            .m-text-02 {
                color: #ffff00;
            }
        }

        .e-bnr-01 {
            margin-top: 32px;
            padding: 0 24px;

            dt {
                font-size: 17px;
                font-weight: 700;
            }

            dd {
                margin-top: 16px;
            }
        }
    }
}

.lp-section-02,
.lp-section-03,
.lp-section-04 {
    color: #ffffff;
    position: relative;

    .l-inner {
        width: 100%;
        position: absolute;
        left: 50%;
        top: -16px;
        transform: translate(-50%, 0);
        text-align: center;

        .e-catch-01 {
            dt {
                width: 83px;
                margin: 0 auto;
            }

            dd {
                width: 254px;
                margin: 8px auto 0;
            }
        }

        .e-info-01 {
            width: 180px;
            margin: 16px auto 0;
        }

        .l-wrap-title {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0 12px;
            margin-top: 12px;
        }

        .e-title-01 {
            width: 200px;
        }
        .e-title-02 {
            width: 144px;
        }
        .e-title-03 {
            width: 245px;
            margin: 20px auto 0;
        }

        .e-catch-02 {
            width: 96px;
        }

        .e-img-01 {
            position: relative;
            width: 194px;
            margin: 24px auto 0;
            transform: translateX(-20px);

            .m-catch-01 {
                position: absolute;
                right: -90px;
                top: -8px;
                width: 96px;
            }
        }

        .swiper-lp-con02__wrap,
        .swiper-lp-con03__wrap {
            position: relative;
            width: 273px;
            margin: 24px auto 0;

            .swiper-pagination-lp-con02,
            .swiper-pagination-lp-con03 {
                position: absolute;
                bottom: -30px;

                .swiper-pagination-bullet {
                    background: none;
                    opacity: 1;
                    border: 1px solid #ffffff;
                    width: 10px;
                    height: 10px;
                }

                .swiper-pagination-bullet-active {
                    background-color: #ffffff;
                }
            }
        }

        .e-text-01 {
            margin-top: 50px;
            font-size: 12px;
            font-weight: 700;
        }

        .e-text-02 {
            margin-top: 20px;
            font-size: 12px;
        }

        .e-text-03 {
            margin-top: 50px;
            font-size: 12px;
        }
    }
}

.lp-section-cta {
    padding: 16px;
    font-size: 12px;

    .e-bnr-01 {
        margin-top: 30px;
    }
}

.lp-section-05 {
    background-color: #27286f;
    padding: 30px 12px;
    text-align: center;
}

.lp-section-05 .e-info {
    background-color: #ffffff;
    padding: 16px 0;
}

.lp-section-05 .e-info + .e-info {
    margin-top: 28px;
}

.lp-section-05 .e-info > .m-heading {
    background-color: #27286f;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 9999px;
    width: 180px;
    line-height: 1;
    padding: 10px 0;
    margin: 0 auto;
}

.lp-section-05 .e-info > .m-text {
    margin-top: 20px;
}

.lp-section-05 .e-info > .m-text > dt {
    font-size: 14px;
    font-weight: 700;
}

.lp-section-05 .e-info > .m-text > dd {
    margin-top: 15px;
    display: inline-block;
    text-align: left;
    font-size: 12px;
}

.lp-section-05 .e-info > .m-text > dd.s-red {
    color: #ff0000;
}

.lp-section-06 {
    background-color: #fff7d8;
    padding: 32px 0;
    text-align: center;

    .e-heading-01 {
        .m-heading-01 {
            width: 140px;
            margin: 0 auto;
        }

        .m-title-01 {
            font-size: 17px;
            font-weight: bold;
            margin-top: 16px;
        }
    }

    .e-img-01 {
        margin: 28px auto 0;
        width: 268px;
    }

    .e-note-01 {
        margin-top: 28px;
        display: inline-block;
        text-align: left;
        font-size: 12px;
    }
}

.home-section-05 {
    background-image: url(../img/home-bg-05.webp);
    background-position: center top;
    background-size: cover;
    padding: 30px;
}

.home-section-05 .e-note {
    margin-top: 30px;
    text-align: center;
}

.home-section-05 .e-note li {
    padding-left: 1em;
    text-indent: -1em;
}

.lp-section-07 {
    background-color: #27286f;
    padding: 30px 12px;
}

.lp-section-07 .e-info {
    background-color: #ffffff;
    padding: 20px 12px;
}

.lp-section-07 .e-info + .e-info {
    margin-top: 28px;
}

.lp-section-07 .e-info > .m-heading {
    background-color: #27286f;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 9999px;
    width: 180px;
    line-height: 1;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
}

.lp-section-07 .e-info > .m-text {
    margin-top: 20px;
}

.lp-section-07 .e-info > .m-text > dt {
    font-size: 13px;
    font-weight: 700;
}

.lp-section-07 .e-info > .m-text > dd {
    margin-top: 12px;
    display: inline-block;
    text-align: left;
}

.lp-section-07 .e-info > .m-text > dd > div {
    padding-left: 1em;
    text-indent: -1em;
}

.lp-section-07__procedure {
    border-top: 2px solid #cccccc;
    padding: 0 16px;
    margin-top: 25px;
}

.lp-section-07__procedure > .e-heading {
    display: flex;
    gap: 0 8px;
    margin-top: 36px;
}

.lp-section-07__procedure > .e-heading > .m-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-size: 17px;
    font-weight: 700;
    background-color: #27286f;
    color: #ffffff;
}

.lp-section-07__procedure > .e-heading > .m-heading {
    flex: 1;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 1.4;
    margin-top: -2px;
    color: #27286f;

    .s-note-01 {
        display: block;
        font-size: 12px;
        color: #000000;
        font-weight: 400;
        margin-top: 8px;
    }
}

.lp-section-07__procedure > .e-img-column {
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
    margin-top: 25px;
}

.lp-section-07__procedure > .e-img-column img {
    width: 110px;
}

.lp-section-07__procedure > .e-img-column p {
    flex: 1;
    text-align: left;
}

.lp-section-07__procedure > .e-img-01 {
    width: 90px;
    margin: 25px auto 0;
}

.lp-section-07__procedure > .e-img-02 {
    width: 230px;
    margin: 25px auto 0;
}

.lp-section-07__note-01 {
    border-top: 2px solid #cccccc;
    padding: 20px 16px 10px;
    margin-top: 40px;
    text-align: left;
}

.lp-section-07__note-01 .e-list li {
    padding-left: 1em;
    text-indent: -1em;
}

.lp-section-07__note-01 .e-note {
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 25px;
}

.lp-section-07__note-02 {
    text-align: left;
}

.lp-section-07__note-02 .e-note dd {
    padding-left: 1em;
    text-indent: -1em;
}

.lp-section-07__note-02 .e-privacy {
    margin-top: 20px;
}

.transition-fade {
    transform: translateY(30px);
    opacity: 0;
    transition: all 1s 0.7s;
}

.transition-fade.is-inview {
    transform: translateY(0);
    opacity: 1;
}

.p-form {
    padding: 0 10px;
}

.p-form .e-item + .e-item {
    margin-top: 30px;
}

.p-form .e-item .m-heading {
    font-size: 15px;
    font-weight: 500;
}

.p-form .e-item .m-heading span {
    font-size: 11px;
    font-weight: 400;
    margin-left: 10px;
}

.p-form .e-item .m-content {
    margin-top: 10px;
}

.p-form .e-item .m-content.--v-column {
    display: flex;
    justify-content: space-between;
    gap: 0 10px;
}

.p-form .e-item .m-content.--v-column > * {
    flex: 1;
}

.p-form .e-item.--v-conf {
    border-bottom: 1px solid #000000;
    padding: 0 8px 20px;
}

.p-form .e-item.--v-conf + .e-item.--v-conf {
    margin-top: 20px;
}

.p-form .e-item.--v-conf .m-content {
    font-size: 15px;
    font-weight: 500;
}

.p-form .e-item .m-content .s-item > dt {
    font-size: 15px;
    font-weight: 500;
}

.p-form .e-item .m-content .s-item > dd {
    margin-top: 4px;
}

.p-form .e-item .m-content .s-file {
    display: flex;
    align-items: center;
    gap: 0 35px;
}

.p-form .e-item .m-content .s-file + .s-file {
    margin-top: 15px;
}

.p-form .e-item .m-content .s-file > dt {
    font-size: 11px;
    font-weight: 500;
}

.p-form .e-item .m-content .s-file > dd {
    flex: 1;
}

.p-form .e-item .m-content .s-unit {
    display: flex;
    align-items: flex-end;
    gap: 0 8px;
    font-size: 15px;
}

.p-form .e-item .m-content .s-note {
    font-size: 11px;
    margin-top: 20px;
}

.p-form .e-item .m-content .s-receipt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.p-form .e-text-01 {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin: 40px 0 20px;
}

.p-form .l-button-wrap {
    margin-bottom: 40px;

    > * + * {
        margin-top: 10px;
    }

    &.--v-margin-top {
        margin-top: 40px;
    }
}

.p-form .e-button,
.p-form .e-submit {
    display: block;
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    padding: 20px 0;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
}

.p-form .e-button {
    background-color: #f0323c;
}

.p-form .e-submit {
    background-color: #f0323c;
}
.p-form .e-button.--v-sub,
.p-form .e-submit.--v-sub {
    background-color: #cccccc;
    color: #000000;
}

.p-form input[type="text"],
.p-form select,
.p-form textarea {
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    padding: 10px 8px;
    font-size: 12px;
}
.p-form textarea {
    height: 80px;
}

.p-form input[type="file"]::file-selector-button {
    font-size: 11px;
    background: #ffffff;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    padding: 8px 28px;
    text-align: center;
    margin-right: 8px;
}

label:has(input[type="checkbox"]) {
    display: block;
}
.visibility-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.checkbox-text {
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 28px;
    position: relative;
    font-size: 12px;
}
input[type="checkbox"]:checked + .checkbox-text::after {
    opacity: 1;
}
.checkbox-text::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 1px solid #cbcbcb;
    border-radius: 4px;
}
.checkbox-text::after {
    content: "";
    display: block;
    width: 5px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: rotate(35deg) skewY(16deg) translateY(-50%);
    transform-origin: center right;
    border-right: 2px solid #f0323c;
    border-bottom: 2px solid #f0323c;
    opacity: 0;
}

.p-form .custom-select {
    position: relative;
}

.p-form .custom-select::after {
    content: "▼";
    /* 下矢印の文字 */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* クリックを無効化 */
    color: #808080;
}

.p-page-age {
    overflow: hidden;
    z-index: 1000;
}

.p-page-age__conf {
    position: fixed;
    left: 0;
    bottom: -100px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
    color: #ffffff;
    padding: 30px 0 80px;
    opacity: 0;
    transition: all 1s 0.3s;
}

.p-page-age__conf .e-text dt {
    font-size: 17px;
    font-weight: 400;
}

.p-page-age__conf .e-text dd {
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
}

.p-page-age__conf .e-button {
    margin-top: 30px;
}

.p-page-age__conf .e-button li + li {
    margin-top: 12px;
}

.p-page-age__conf .e-button li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 65px;
    font-size: 25px;
    font-weight: 700;
    border: 1px solid #ffffff;
    border-radius: 6px;
    margin: 0 auto;
}

.p-page-age__conf .e-button li.m-yes a {
    background-color: #101e96;
    color: #ffffff;
    cursor: pointer;
}

.p-page-age__conf .e-button li.m-no a {
    background-color: #ffffff;
    color: #101e96;
}

.p-page-age__conf.is-inview {
    bottom: 0;
    opacity: 1;
}

@media screen and (max-height: 739px) {
    .p-page-age__conf {
        padding: 30px 0 40px;
    }
    .p-page-age__conf .e-text dd {
        margin-top: 20px;
    }
    .p-page-age__conf .e-button {
        margin-top: 20px;
    }
}

.p-page-thanks {
    position: relative;

    .e-button-01 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 50px;

        a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 320px;
            height: 60px;
            font-size: 15px;
            font-weight: 700;
            background-color: #ffffff;
            border-radius: 6px;
            margin: 0 auto;
        }
    }
}

/* @forward "_p-home"; */
/* Utility ------------ */
.u-lite {
    font-weight: 300;
}

.u-regular {
    font-weight: 400;
}

.u-medium {
    font-weight: 500;
}

.u-semi-bold {
    font-weight: 600;
}

.u-bold {
    font-weight: 700;
}

.u-txt-center-left {
    text-align: center !important;
}

@media screen and (max-width: 767px) {
    .u-txt-center-left {
        text-align: left !important;
    }
}

.u-txt-left-center {
    text-align: left !important;
}

@media screen and (max-width: 767px) {
    .u-txt-left-center {
        text-align: center !important;
    }
}

@media screen and (max-width: 1024px) {
    .u-sp-fs-20 {
        font-size: min(2.604vw, 20px);
    }

    .u-sp-fs-18 {
        font-size: min(2.344vw, 18px);
    }

    .u-sp-fs-16 {
        font-size: min(2.083vw, 16px);
    }

    .u-sp-fs-14 {
        font-size: min(1.823vw, 14px);
    }
}

@media screen and (max-width: 599px) {
    .u-sp-fs-20 {
        font-size: 5.333vw;
    }

    .u-sp-fs-18 {
        font-size: 4.8vw;
    }

    .u-sp-fs-16 {
        font-size: 4.267vw;
    }

    .u-sp-fs-14 {
        font-size: 3.733vw;
    }
}

.post-error {
    color:#ff0000;
    font-size:1.2em;
    background-color: #fff000;
}

.width-50 {
    width: 50%;
}