#mainvisual{
	height: calc(100vh - 200px);
	max-height:600px;
}
.mainvisual_wrap{
	height: calc(100vh - 200px);
	max-height:600px;
}

#mainvisual .inner{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
		display:flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
}

/* キャッチフレーズ */
.mainvisual_catch{
	display:flex;
	flex-direction: column;
	justify-content: center;
    text-align: center;
		height:210px;
}
.mainvisual_catch p{
  color:#dd8141;
  font-size:42px;
  text-shadow:0 0 5px rgba(255,255,255,0.7),0 0 5px rgba(255,255,255,0.7),0 0 5px rgba(255,255,255,0.7),0 0 5px rgba(255,255,255,0.7),0 0 5px rgba(255,255,255,0.7),0 0 5px rgba(255,255,255,0.7),0 0 5px rgba(255,255,255,0.7),0 0 5px rgba(255,255,255,0.7),0 0 5px rgba(255,255,255,0.7),0 0 5px rgba(255,255,255,0.7),0 0 5px rgba(255,255,255,0.7),0 0 5px rgba(255,255,255,0.7);
  letter-spacing: 0.15em;
	font-family: 'Noto Serif JP', serif;
  animation: textUp 0.4s both cubic-bezier(0.23, 1, 0.59, 0.94);
  animation-delay: 1.6s;
	display:flex;
	justify-content: center;
	align-items: center;
	gap:10px;
}
.mainvisual_catch p:first-child{
	margin:0 0 17px;
}
.mainvisual_catch p:nth-child(2){
	font-size:28px;
}
@keyframes textUp {
    0% {
      transform: translateY(100px);
			opacity: 0;
    }
    
    100% {
			opacity: 1;
      transform: translateY(0);
    }
}

.mainvisual_catch p.com_name{
	margin:60px 0 0;
	font-size:20px;
	text-align:center;
	line-height:1.6;
}

.mainvisual_catch p .bi{
	font-size:42px;
}

/* メインスライド */
#slick_fade{
	width: 100%;
	height: calc(100vh - 200px);
	max-height: 600px;
}
#slick_fade li img{
	width: 100%;
	height: calc(100vh - 200px);
	object-fit: cover;
	object-position: center;
	max-height: 600px;
}

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

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

#mainvisual{
	height:448px;
	/* background:url(../images/mv_sp.jpg); */
	background:url(../images/mv01.png);
	background-size:cover;
	background-position: center;
}

.mainvisual_wrap{
	height: 448px;
}

/* トップページキャッチフレーズ */
.mainvisual_catch {
	position: absolute;
	left: 0;
	top:131px;
	width:100%;
		justify-content: center;
}
.mainvisual_catch h2 {
	margin-bottom: 10px;
	font-size: 22px;
}
.mainvisual_catch p {
	font-size: 5.5vw;
	line-height:1.4;
	flex-direction: column;
	gap:5px;
}
.mainvisual_catch p:nth-child(2){
	font-size: 5.5vw;
}
.mainvisual_catch p span{
	display:block;
	font-size:8.5vw;
}
.mainvisual_catch p.com_name{
	font-size:18px;
	margin:40px 0 0;
}

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

}
