.c-site-footer {
    color: #ffffff;
    background: #000000 url("../img/header/main-bg.png") repeat center top / auto 86px;
}
.c-site-footer__links {
    background: var(--color-drawer);
    padding: 22px 20px 23px;
}
.c-footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 19px;
}
.c-footer-menu a {
    color: rgba(255, 255, 255, 0.58);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    transition: color 0.5s ease;
}
.c-footer-menu a:hover {
    color: rgba(255, 255, 255, 1);
}
.c-site-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 20px 33px;
    text-align: center;
}
.c-site-footer__logo {
    width: 180px;
    height: auto;
}
.c-site-footer__temple {
    width: 180px;
    height: 23px;
    margin-top: 32px;
}
.c-site-footer__copy {
    display: block;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.72);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: 10px;
}

@media (min-width: 768px) {
    .c-site-footer__links {
        padding: 34px 40px 34px;
    }
    .c-footer-menu {
        flex-direction: row;
        gap: 48px;
    }
    .c-footer-menu a {
        font-size: 16px;
        line-height: 19px;
    }
    .c-site-footer__brand {
        padding: 32px 40px 39px;
    }
}
