:root {
    --header_logo_width_pc: auto;
    --footer_bg_color: #0D0E0F;
    --footer_copyright_bg_color: #0D0E0F;
    --footer_copyright_color: #fff;
    --section_width_default: 1280px;
    --section_width_wide: 1080px;
    --footer_nav_global_color: #fff;
}

/** header **/
@media screen and (min-width: 769px) {
    .p-hdr_logo_set {
        align-items: center;
        display: flex;
        flex-direction: row;
        gap: 20px;
    }
    .p-hdr_logo_set__text {
        /* color: #4d4a45; */
        font-size: 20px;
        /* font-weight: 700; */
    }
}

** footer **/
.p-footer__head_inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    justify-content: space-between;
}
.p-footer__logo {
    width: 40%;
}
.p-footer__logo_image {
    width: 100%;
}
.p-footer__logo_image svg {
    max-width: 225px;
}
.p-footer__logo_image.-white svg path {
    fill: #fff;
}
.p-footer-limix__logo_text {
    width: 100%;
    font-size: 13px;
    margin-top: 14px;
}
.p-footer-limix__logo_text.-white {
    color: #fff;
}
@media screen and (min-width: 769px) {
    .p-footer__head {
        padding: 40px 0;
    }
    .p-footer__head_inner {
        display: flex;
        flex-wrap: nowrap;
        gap: 30px;
        justify-content: space-between;
        max-width: 1280px;
        margin: 0 auto;
    }
    .p-footer__row {
        display: flex;
        width: auto;
        gap: 30px;
    }
    .p-footer__copyright {
        text-align: left;
        max-width: 1280px;
        margin: 0 auto;
        padding: 20px 0px;
    }
}