/* フッタースタイル */
footer .footer-logo {
    margin-bottom: 30px;
}
footer .footer-logo img {
    max-width: 200px;
    height: auto;
}
footer .footer-nav {
    margin: 30px 0;
}
footer .footer-nav a {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 20px;
    transition: color 0.3s ease;
    display: inline-block;
}
footer .footer-nav a:hover {
    color: #e95f9e;
    text-decoration: none;
}
footer .footer-divider {
    width: 100%;
    max-width: 1200px;
    height: 1px;
    background-color: #ddd;
    margin: 30px auto;
}
footer .footer-copyright {
    color: #999;
    font-size: 12px;
    margin-top: 0;
}
@media (max-width: 639px) {
    footer .footer-nav a {
        font-size: 12px;
        margin: 10px 0;
        display: block;
    }
}
