@media screen and (max-width: 768px) {
    #footer {
        .footer__inner .footer__navi {
            width: 100vw;
            margin-left: calc(50% - 50vw);
        }
        .footer__navi-links {
            font-size: 3.125vw;
            flex-wrap: wrap;
            width: 71.875%;
            margin-inline: auto;
            justify-content: flex-start;
            row-gap: .5em;
        }
        .footer__text {
            width: 100vw;
            margin-left: calc(50% - 50vw);
            .c-wrapper {
                width: 71.875%;
            }
        }
    }
}