footer {
    text-align: center;
    font-size: max(1.2vw, 12px);
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 500;
    margin-top: 12.5vw;
}

.footer-link a {
    display: block;
    margin-bottom: 45px;
    color: #D93751;
}


.footer-link a:hover{
  color : #3F3F3F;
}


footer hr {
    width: 95%;
    height: 1px;
    margin: 0 auto;
    border: none;
    background-color: #cccccc;
}

.footer-logo {
    margin: 100px 0px;
}

.footer-logo img {
    width: 400px;
    height: 50px;
}

.links-up {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.links-column {
    width: 25%;
    margin: 0 25px;
}

.footer-sns {
    margin-top: 55px;
}

.footer-sns p {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #D93751;
}

.sns-wrapper {
    display: flex;
    justify-content: center;
}

.sns-logo {
    background-color: #d93751;
    border-radius: 50%;
    text-align: center;
    margin: 0px 10px;
    height: 50px;
    width: 50px;
}

.sns-logo:hover{
    background-color: #3F3F3F;
    border-radius: 50%;
    text-align: center;
    margin: 0px 10px;
    height: 50px;
    width: 50px;
}

.links-under {
    margin: 50px 0px;
    display: flex;
    justify-content: center;
}

.links-under a {
    margin: 0px 25px;
}

.banners {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    flex-wrap: wrap;
}

/* .banners-line {
    display: flex;
    justify-content: center;
} */

/* .banners-up {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
} */

.banner {
    margin: 0px 10px 20px 10px;
}

.banner img{
    width: 450px;
    height: auto;
}

/* @media all and (width < 930px) {
    .banners-up {
        display: block;
    }
} */

.right {
    margin-bottom: 20px;
}

.right-contents {
    font-size: 7px;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #333;
}

/* @media all and (width >= 910px) {
    .links-up-2 {
        display: none;
    }

    .links-up-3 {
        display: none;
    }
}

@media all and (600px <= width < 910px) {
    .links-up-1 {
        display: none;
    }

    .links-up-2 {
        display: block;
    }

    .links-up-3 {
        display: none;
    }
}

@media all and (width < 600px) {
    .links-up-1 {
        display: none;
    }

    .links-up-2 {
        display: none;
    }

    .links-up-3 {
        display: block;
    }
} */