footer{
    width: 100%;
    padding: 280px 0 80px;
    text-align: center;
    background-image: url("../images/kome/bg-fotter.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
footer .footer-logo{
    width: 95px;
    margin: 0 auto;
}


@media screen and (max-width: 480px) {
    footer{margin-top: -120px;}
    footer .footer-logo {
        width: 65px;
        margin: 0 auto;
    }
}
