html {
    scroll-behavior: smooth;
}

body.lp {
    background-color: #fff;
    background-image: none;
    overflow-x: clip;
}

body.lp .intercom-lightweight-app,
body.lp .intercom-namespace {
    display: none;
}

.lp-page .lp-fixed-contact {
    position: fixed;
    z-index: 10;
}

.lp-page .lp-fixed-contact > a {
    align-items: center;
    background-color: #fea218;
    border-radius: 4em;
    color: #fff;
    display: flex;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    gap: 8px;
    justify-content: center;
    letter-spacing: 1px;
    line-height: 1.8571428571;
    padding: 10px 20px;
}

.lp-page .lp-fixed-contact > a::before {
    background-image: url(../images/lp/icon-contact.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 13px;
    width: 18px;
}

.lp-page .lp-fixed-contact > a:active,
.lp-page .lp-fixed-contact > a:hover {
    background-color: #ffcb47;
}

.lp-page .lp-footer {
    background-color: #372d31;
}

.lp-page .lp-footer .lp-footer-copyright {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
@media (min-width: 576px) {

    .lp-page .lp-fixed-contact {
        bottom: 7px;
        right: 7px;
    }

    .lp-page .lp-footer {
        padding-block: 18px;
        padding-inline: 32px;
    }
}
@media (min-width: 1200px) {

    .lp-page .lp-footer {
        padding-inline: 0;
    }

    .lp-page .lp-footer .lp-footer-inner {
        margin-inline: auto;
        max-width: 1200px;
    }

    .lp-page .lp-footer .lp-footer-copyright {
        font-weight: 500;
    }
}
@media (max-width: 575.96px) {

    .lp-page .lp-fixed-contact {
        bottom: 5px;
        right: 5px;
    }

    .lp-page .lp-footer {
        padding-block: 16px;
        padding-inline: 24px;
    }
}
