
footer {
    background: #272727;
    padding: 6rem 6rem 3rem;
    margin-top: 120px;
}
@media screen and (max-width: 768px) {
    footer {
        padding: 3rem 0 ;
    }
}
footer>.inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
    footer>.inner {
        flex-direction: column;
    }
}



footer ul.link-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer ul.link-wrapper li {
    border-left: 1px solid #fff;
    padding: 0 10px;
}
footer ul.link-wrapper li:last-of-type {
    border-right: 1px solid #fff;
}
footer ul.link-wrapper li a {
    text-decoration: none;
}

.footer-logo {
    width: 200px;
}
@media screen and (max-width: 768px) {
    .footer-logo {
        width: 50%;
    }
}

.sns {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .sns {
        margin-top: 3rem;
    }
}
.sns li {
    margin-right: 20px;
    width: 19px;
}
.sns li.fb {
    margin-right: 10px;
}
.sns li:last-of-type,
.sns li.fb:last-of-type {
    margin-right: 0;
}
.sns li.fb img {
    width: 55%;
}