
body {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
/*	background: url("../images/tamplate/slice.png") no-repeat center top;*/
}
#mainvisual{
	height: 810px;
	background-color: unset;
	background-image: unset;
}

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

/* メインスライド */
#slick_fade{
	width: 100%;
	height: 810px;
	pointer-events: none;
}
#slick_fade li img{
	width: 100%;
	height: 810px;
	object-fit: cover;
	object-position: center;
}
.footer_info::before {
	display: none;
}

.btn01 a {
	padding: 12px 50px 6px 0;
}
@media screen and (max-width:640px) {

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

#mainvisual{
	height:480px;
	margin-bottom: 110px;
}

.mainvisual_wrap{
	height: 480px;
}

/* メインスライド */
#slick_fade{
	height: 480px;
}
#slick_fade li img{
	height: 480px;
}
	.tit-wrap_en-tit, .tit-vertical .tit-wrap_en-tit {
		font-size: 80px;
		padding: 0 20px 0px;
	}

}
