
#mainvisual{
	height: 1105px;
	background-color: unset;
	background-image: unset;
}
.mainvisual_wrap{
	height: 1100px;
}

#mainvisual .inner{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#mainvisual::before {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - (50% + 15px));
    height: 1349px;
    background:url("../images/mv2.png") top left no-repeat;
    content: "";
    z-index: -1;
}
#mainvisual::after {
position: absolute;
    top: 255px;
    left: 0;
    width: calc(100% - (50% + 395px));
    height: 1201px;
    background: url(../images/mv1.png) top right no-repeat;
    content: "";
    z-index: -1;
}

/* メインスライド */
#slick_fade{
	width: 100%;
	height: 1100px;
}
#slick_fade li img{
	width: 100%;
	height: 1100px;
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width:640px) {

#wrapper, html, body{
	min-height:500px;
}

#mainvisual{
	height:760px;
}

#mainvisual::before {
    width: 73%;
    height: 485px;
    background-size: cover;
}

#mainvisual::after {
    top: auto;
    bottom: -90px;
    left: 0;
    width: 50%;
    height: 500px;
    background-size: cover;
}

.mainvisual_wrap{
	height: 760px;
}

/* メインスライド */
#slick_fade{
	height: 450px;
}
#slick_fade li img{
	height: 450px;
}

}
