@charset "utf-8";
.footer-wrap{position:relative;width:100%;padding:32px 10px 18px;text-align:center;color:#FFF;line-height:1;background-color:#402515}
.footer-wrap::before{content:"";width:100%;height:60px;display:block;position:absolute;top:-60px;left:0;background-image:url(../img/bg-footer.png);background-repeat:repeat-x;background-position:top center;z-index:-1}
@media(max-width:768px) {
.footer-wrap::before{height:30px;top:-30px;background-image:url(../img/bg-footer-sp.png)}
}
.footer-logo{margin-bottom:28px}
.footer-list{display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:16px}
.footer-bnr{display:inline-block;margin:0 10px 12px;border-radius:2px;overflow:hidden}
.footer-bnr img{max-width:100%;vertical-align:bottom}
.footer-bnr:hover{filter:brightness(1.1)}
.Copyright{letter-spacing:.08em}