footer {
    background-color: lavender;
    background-image: url(../images/bg-washi.jpg);
    padding: 4.8rem 1.6rem;
    color: black;
    text-align: center;
}
footer .sns-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.6rem;
    margin-bottom: 3.6rem;
}
footer .sns-list li {
    width: 6.4rem;
    height: 6.4rem;
    border-radius: 100%;
}
footer .privacy-link,
footer .terms-link{
    color: black;
    text-decoration: none;
    padding: 0 1.4rem;
    border-bottom: 0.2rem solid black;
    font-size: 1.5rem;
    margin: 0 1rem;
}
footer .yoko{
    width: fit-content;
    margin: auto;
}
footer small {
    display: block;
    margin-top: 2.4rem;
    font-weight: normal;
    font-size: 1.5rem;
}/*# sourceMappingURL=footer.css.map */


@media screen and (max-width: 768px) {
    footer {
        padding: 5rem 4rem;
        color: black;
        text-align: center;
    }
    footer .sns-list {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1.6rem;
        margin-bottom: 2rem;
    }
    footer .sns-list li {
        width: 6.5rem;
        height: 6.5rem;
    }
    footer small {
        margin-top: 0;
        font-size: 2rem;
    }
}