.sns_icons a {
    border-bottom: none;
    padding: 0 20px 0 0;
    display: inline-block;
}
.sns_icons a:nth-child(2) {
    padding: 0;
}

.sns_icons a:after {
    content: '';
}

body > header .menu li{
    letter-spacing: 2px;
    /*margin: 0 20px;*/
    /*margin: 0 12px;*/
    margin: 0 8px;
    font-family: 'Cabin', sans-serif;
    display: inline-block;
}
body > header .menu li:first-child{
    margin-left: 12px;
}

.footer_sns {
    position: absolute;
    bottom: 30px;
    right: 520px;
    font-size: 11px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .footer_sns {
        position: absolute;
        bottom: 90px;
        right: 70px;
    }
}

.footer_sns span:first-child {
    display: block;
}