.nav_wrap {
    position: absolute;
    z-index: 10;
    top: 934px;
    width: 100%;
    background: #00bfff;
}
@media (min-width: 1024px) {
    .nav_wrap{
        min-width: 1240px;
    }
}

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

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

/* キャッチフレーズ */
.mainvisual_catch {
    position: absolute;
    top: /*113px;*/80px;
    right: 40px;
    width: /*461px;*/570px;
    height: auto;
}
.mainvisual_catch img{
    width: 100%;
	filter: drop-shadow(0 0 3px #fff);
}
.mainvisual_open{
  position:absolute;
  top: 592px;
  right: /*20px;*/50px;
  width:/*495px;*/500px;
}
.mainvisual_open img{
  width:100%;
}

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

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

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

#mainvisual{
	height:/*350px;*/75vh;
}

.mainvisual_wrap{
	height: /*350px;*/75vh;
}
.nav_wrap {
    top: 0px;
	background: #fff;
}
/* トップページキャッチフレーズ */
.mainvisual_catch {
    position: absolute;
    right: /*20px;*/0;
    top: /*20px;*/auto;
    width: /*210px;*/75vw;
	bottom: 135px;
}
.mainvisual_catch h2 {
	margin-bottom: 10px;
	font-size: 22px;
}
.mainvisual_catch p {
	font-size: 15px;
}
.mainvisual_open {
    right: 10px;
    bottom: 20px;
    width: /*290px;*/75vw;
    top: /*240px;*/auto;
}

/* メインスライド */
#slick_fade{
	height: /*350px;*/75vh;
}
#slick_fade li img{
	height: /*350px;*/75vh;
	object-position: left -30px bottom 0;
}

}
