.lp_fv {
	text-align: center;
    background: #24110b;
	display: flex;
	justify-content: center;
}
.lp_fv .slider_img {
    width: 100%;
	max-width: 1200px;
    object-fit: cover;
    object-position: center;
}
.imgs_content img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: bottom;
    box-sizing: border-box;
}
.sp_content {
    width: 100%;
}
.sp_content img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    vertical-align: bottom;
}
.sp_content {
    display: none;
}
#overlay-btn {
	height: auto;
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
}
#overlay-btn  img {
	width: 100%;
    vertical-align: bottom;
    max-width: 900px;
	vertical-align: bottom;
}
#footer {
	padding-bottom: 100px;
}
@media only screen and (max-width: 1300px) {
	.lp_fv .slider_img {
		width: 65%;
	}
}
@media only screen and (max-width: 736px) {
    .imgs_content {
        display: none;
    }    
    .sp_content {
        display: initial;
    }
	#footer {
		padding-bottom: 21vw;
	}
}
