.f-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    color: #FC813A;
    width: 143px;
    height: 48px;
    border-radius: 5px;
    background-color: #FDE7A4;
    text-align: center;
    line-height: 20px;
    letter-spacing: 0.03em;
}

.f-fv-line {
    width: 500px;
    margin-top: 30px;
    transition: .3s;
}
.f-fv-line:hover {
    transition: .3s;
    opacity: .7;
}

/* プルプル */
.btn-center {
    text-align: center;
}
.btn-link {
    display: inline-block;
}
.purupuru {
    animation: purupuru 2s infinite;
}
@keyframes purupuru {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 2px);
    }
    35% {
        transform: translate(0px, -2px);
    }
    80% {
        transform: translate(0px, 2px);
    }
    85% {
        transform: translate(0px, -2px);
    }
    90% {
        transform: translate(0px, 2px);
    }
    95% {
        transform: translate(0px, -2px);
    }
    100% {
        transform: translate(0px, 2px);
    }
}
/* プルプル */

.elm {
    opacity: 0;
}

.f-cta-banner {
    display: block;
    max-width: 1100px;
    margin-block-start: clamp(6rem, 4.592rem + 3.756vw, 10rem);
    margin-left: auto;
    margin-right: auto;
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    transition: .3s;
    margin-bottom: 10px;
}
.f-cta-banner:hover {
    transition: .3s;
    opacity: .7;
}
.f-cta-banner>.img_sp {
    display: none;
}
.f-fv-line>.img_sp {
    display: none;
}

.c-to-line-btn>.img_sp {
    display: none;
}
.footer-privacy {
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline;
    color: #fff;
}
.l-footer__copyright {
    position: relative!important;
    background-color: initial!important;
}
.footer-box {
    background: #444;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 99;
}
.l-footer {
    padding-block: 134px 90px!important;
}

@media screen and (max-width:1023px) {
    .l-header__right {
        display: block
    }
    .l-header__list>li:not(:last-child) {
        display: none;
    }
    .f-header {
        width: 93px;
        height: 35px;
        font-size: 11px;
        line-height: 1.3;
        letter-spacing: 0;
        margin-right: 43px;
    }
    .f-fv-line {
        width: 311px;
    }
    .f-fv-line>.img {
        display: none;
    }
    .f-fv-line>.img_sp {
        display: block;
    }
    .p-fv__content {
        margin-block-start: 100px;
    }
    .p-fv__textWrap {
        margin-block-start: 20px;
    }
    .f-cta-banner>.img {
        display: none;
    }
    .f-cta-banner>.img_sp {
        display: block;
        width: 100%;
    }
    .f-cta-banner {
        margin-right: 20px;
        margin-left: 20px;
    }
    .f-cta-banner {
        border-radius: 20px;
        box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.25);
    }
    .c-to-line-btn>.img_sp {
        display: block;
    }
    .c-to-line-btn>.img {
        display: none;
    }
    .p-cta.p-cta--sp {
        aspect-ratio: 207 / 97;
        max-width: 207px;
        width: 100%;
        bottom: 0;
        inset-block-start: calc(90px + env(safe-area-inset-bottom));
        inset-inline-end: 0;
        top: revert;
    }
}
@media screen and (max-width:768px) {
    .footer-privacy {
        font-size: 10px;
    }
    .l-footer {
        z-index: 101;
        padding-block: 134px 140px !important;
    }
    .footer-box {
        z-index: 101;
        margin-top: -20px;
    }
}