@charset "UTF-8";

.l-footer {
    position: relative;
    background: #43360A;
    margin-top: 119px;
}
.l-footer::before {
    content: "";
    position: absolute;
    background: #eee url(/images/top/footer__bg.webp) no-repeat center / cover;
    width: 100%;
    height: 119px;
    top: -119px;
    right: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
}
