#mainvisual{
	/* background:url(../images/mv_top.jpg); */
	background:url(../images/mv02.jpg);
	background-size:cover;
	background-position: center;
	height:650px;
}
.mainvisual_wrap{
	height:100%;
}

#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{
	position:absolute;
	top:40px;
  text-align: center;
	display:flex;
	justify-content: center;
	flex-direction: row-reverse;
  align-items: flex-start;
	gap:15px;
}
.mainvisual_catch p{
	color:#333;
  font-size:45px;
  text-shadow:0 0 5px rgba(255,255,255,0.7);
  letter-spacing: 0.1em;
	font-family: 'Noto Serif JP', serif;
  font-weight:600;
  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;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	background:#fff;
	padding:25px 15px;
	letter-spacing: 0.2em;
	line-height:1;
}
.mainvisual_catch p:nth-child(2){
	margin:42px 0 0;
}


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

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

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

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

.mainvisual_wrap{
	height: 450px;
	width:100%;
}

/* トップページキャッチフレーズ */
.mainvisual_catch {
	position: absolute;
	left: 0;
	top:65px;
	width:100%;
}
.mainvisual_catch h2 {
	margin-bottom: 10px;
	font-size: 22px;
}
.mainvisual_catch p {
	font-size: 24px;
	flex-direction: column;
	gap:5px;
	padding:15px;
}

/* メインスライド */
#slick_fade{
	right:0;
	height: 550px;
}
#slick_fade li img{
	height: 450px;
	object-position: 46%;
}

}
