.mv_wrap::before {
  height: 885px;
}

#mainvisual {
  width: 100%;
	height: 811px;
	background-color: unset;
	background-image: unset;
}

.mainvisual_wrap {
	height: 811px;
}

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

/* キャッチフレーズ */
.mainvisual_catch {
  position: absolute;
  bottom: 118px;
  left: 107px;
  width: 100%;
  z-index: 1;
}

.mainvisual_catch p {
  color: rgba(255, 255, 255, 0.4);
  font-family: 'playfair-display',serif;
  font-weight: 400;
  font-style: normal;
  font-size: 98px;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

h1 {
  top: 43px;
}

/* メインスライド */
#slick_fade {
  width: 89.6%;
	height: 811px;
  margin-left: auto;
}

#slick_fade li img {
	width: 100%;
	height: 811px;
	object-fit: cover;
	object-position: center;
}
#slick_fade li.mv_align img {
	width: 100%;
	height: 811px;
	object-fit: cover;
	object-position: top;
}

@media screen and (max-width: 1500px) and (min-width: 640px) {
  #slick_fade {
    width: 95%;
  }
}

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

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

#mainvisual {
	height: 380px;
}

.mainvisual_wrap {
	height: 380px;
}

.mainvisual_catch {
  bottom: 80px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.mainvisual_catch p {
  font-size: 24px; 
}

/* トップページキャッチフレーズ */


/* メインスライド */
#slick_fade{
  width: 100%;
	height: 380px;
}
#slick_fade li img{
	height: 380px!important;
}
#slick_fade li.mv_align img {
	object-position: center;
}

}
