@charset "utf-8";

.footerNaviLink {
    width: 100%;
    max-width: max-content;
}

.footerNaviLink:hover{
    text-decoration: underline;
    color: var(--black);
}