
@media screen and (max-width: 420px) {
    .footer {
        width: 100%;
        height: auto;
        margin-top: 34px;
        background-size: cover;
    }
    .footer-top {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .footer-top-div1 {
        width: 100%;
        height: 215px;
        text-align: center;
    }
    .footer-top-div2 a img {
        padding: 0;
    }
    .footer-top-div2 {
        width: 100%;
        height: auto;
        text-align: center;
    }
    .footer-top-div3 {
        display: none;
    }
    .footer-bottom {
        line-height: initial;
        padding-top: 0.1px;
    }
    .footer-bottom p {
        color: #d8bed7;
        font-size: 14px;
        margin-top: 13px;
    }
}
/* -------------------分割線----------------------- */
@media screen and (max-width: 375px) {

}
/* -------------------分割線----------------------- */
@media screen and (max-width: 360px) {

}
/* -------------------分割線----------------------- */
@media screen and (max-width: 320px) {
    .footer-top-div2 a img {
        padding: 17px 0;
    }
}