@charset "UTF-8";

/* =====================================================
  mainvisual
===================================================== */
.pre-inc .mvarea{
	position: relative;
}
.pre-inc .mvarea video{
	display: block;
	width: 100%;
	height: auto;
	transition: opacity 1s;
}
.pre-inc .mvarea video.end{
	opacity: 0;
}
.pre-inc .mvarea .over{
	position: absolute;
	inset: 0;
}
.pre-inc .mvarea .over .mvpanel{
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1s;
}
.pre-inc .mvarea .over .mvpanel.on{
	opacity: 1;
}
.pre-inc .mvarea .over .mvpanel img{
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px){
	.pre-inc .mvarea{
		aspect-ratio: 1 / 1;
		overflow: hidden;
	}
	.pre-inc .mvarea video{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}
	.pre-inc .mvarea .over{
		inset: 0;
	}
	.pre-inc .mvarea .over .mvpanel img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

/* =====================================================
  koudou
===================================================== */
.pre-inc #koudou{
	padding: 5em 0;
}
.pre-inc #koudou .inner{
	color: #333;
	text-align: center;
	line-height: 1;
}
.pre-inc #koudou .inner p{
	font-size: 2.875em;
	letter-spacing: 0.08em;
	margin-bottom: 0.652174em;
}
.pre-inc #koudou .inner h2{
	font-size: 3.75em;
	letter-spacing: 0.04em;
	margin-bottom: 0.666667em;
}
@media screen and (max-width: 768px) {
	.pre-inc #koudou .inner p {
		font-size: 1.4375em;
		line-height: 1.5;
	}
	.pre-inc #koudou .inner h2{
		font-size: 1.875em;
		letter-spacing: 0.04em;
		margin-bottom: 0.666667em;
	}
}
/* =====================================================
  merit
===================================================== */
.pre-inc #merit{
	background: #860005;
	padding: 2.5em 0;
}
.pre-inc .merit_info{
	text-align: center;
}
.pre-inc .merit_info img{
	width: 81.705em;
}
@media screen and (max-width: 768px) {
	.pre-inc #merit .inner{
		padding: 0 1em;
	}
}
/* =====================================================
  intro
===================================================== */
.pre-inc #intro{
	background: url("../img/top/intro_bg.webp") repeat-y;
	background-size: 100% auto;
	padding: 6.25em 0 5em;
	margin-bottom: 5.875em;
	overflow: hidden;
}
.pre-inc #intro .cap_w{
	font-size: 12px; /* 0.6875em; */
}
.pre-inc #intro .cap_bk{
	background: rgb(0 0 0 / 80%);
    padding: 0.5em;
    right: 0;
    bottom: 0;
}
.pre-inc .intro_header{
	text-align: center;
	margin-bottom: 6.875em;
}
.pre-inc .intro_header h2{
	display: inline-block;
	width: 29.875em;
	margin-bottom: 3.125em;
}
.pre-inc .intro_leadtext p{
	color: #221815;
	font-size: 1.125em;
	letter-spacing: 0.05em;
}
.pre-inc .midosuji_label{
	display: inline-block;
	width: 11.125em;
	margin: 1.75em 0;
}
.pre-inc .contents_head .head_title h3{
	color: #94252a;
	font-size: 5.625em;
	line-height: 0.7;
	margin-bottom: 0.5em;
}
.pre-inc .contents_head .head_title p{
	color: #221815;
	font-size: 1.125em;
	letter-spacing: 0.15em;
	line-height: 2;
}
.pre-inc .intro_contents{
	margin-bottom: 5em;
}
.pre-inc #retreat .contents_head{
	display: flex;
	justify-content: space-between;
}
.pre-inc #retreat .contents_main{
	margin-top: -5.75em;
}
.pre-inc .intro_contents figure{
	position: relative;
	display: inline-block;
}
.pre-inc #comfort .contents_head{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 1.875em;
}
.pre-inc #comfort .contents_head p{
	text-align: right;
}
.pre-inc .comfort_flex{
	display: flex;
	justify-content: space-between;
	column-gap: 1.25em;
}
.pre-inc .comfort_flex .flexleft,.pre-inc .comfort_flex .flexright{
	width: calc((100% - 1.25em) / 2);
}
.pre-inc .calmlyflex{
	display: flex;
	justify-content: space-between;
}
.pre-inc .calmlyflex .contents_head{
	width: 38.75em;
}
.pre-inc .calmlyflex .contents_head .head_image{
	text-align: right;
	margin-top: 4.5em;
}
.pre-inc .calmlyflex .contents_main{
	width: 30em;
}
.pre-inc .viewimg{
	position: relative;
	margin-top: 5.5em;
}
.pre-inc .viewimg h4{
	position: absolute;
	top: 2.5em;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #FFF;
	font-size: 2em;
	text-align: center;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.pre-inc #intro{
		padding: 3em 0;
		margin-bottom: 0;
	}
	.pre-inc .intro_header h2 {
		width: 80%;
		margin-bottom: 1.5em;
	}
	.pre-inc .contents_head .head_title h3 {
		font-size: 2.5em;
		margin-bottom: 0.5em;
	}
	.pre-inc #retreat .contents_head,.pre-inc #comfort .contents_head,.pre-inc #calmly .contents_head {
		display: block;
		margin-bottom: 1em;
	}
	.pre-inc #retreat .contents_head .head_image,.pre-inc #comfort .contents_head .head_image,.pre-inc #calmly .contents_head .head_image{
		margin: 1em 0;
	}
	.pre-inc #retreat .contents_main {
		margin-top:0;
	}
	.pre-inc #comfort .head_title h3{
		text-align: right;
	}
	.pre-inc .calmlyflex {
		display: block;
	}
	.pre-inc .calmlyflex .contents_head,.pre-inc .calmlyflex .contents_main{
		width: 100%;
	}
	.pre-inc .intro_contents {
		margin-bottom: 3em;
	}
	.pre-inc .viewimg {
		margin-top: 3em;
	}
	.pre-inc .viewimg h4 {
		top: 0.5em;
		font-size: 1.25em;
	}
	
}

/* =====================================================
  animetion
===================================================== */
.pre-inc .intro_header h2,.pre-inc .intro_header .areamap{
	transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.pre-inc .intro_header.on h2{
	transform: translateY(0);
  opacity: 1.0;
}
.pre-inc .intro_header .intro_leadtext p,.pre-inc .intro_header .intro_leadtext .midosuji_label{
	opacity: 0;
	transition: 1s ease-in-out;
}
.pre-inc .intro_header.on .intro_leadtext p{
  opacity: 1.0;
	transition-delay: 0.5s
}
.pre-inc .intro_header.on .intro_leadtext .midosuji_label{
  opacity: 1.0;
	transition-delay: 1.5s
}
.pre-inc .intro_header.on .areamap{
	transform: translateY(0);
  opacity: 1.0;
	transition-delay: 2.5s
}

.pre-inc #retreat .head_title h3{
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform: translateX(-30px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.pre-inc #retreat.on .head_title h3{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	transform: translateX(0);
}
.pre-inc #retreat .head_title p{
	opacity: 0;
	transition: 1s ease-in-out;
}
.pre-inc #retreat.on .head_title p{
	opacity: 1.0;
	transition-delay: .75s
}
.pre-inc #retreat .head_image{
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform: translateX(30px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.pre-inc #retreat.on .head_image{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	transform: translateX(0);
	transition-delay: 1.75s
}
.pre-inc #retreat .contents_main{
	transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.pre-inc #retreat.on .contents_main{
	transform: translateY(0);
  opacity: 1.0;
	transition-delay: 2.5s
}

.pre-inc #comfort .head_title h3{
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform: translateX(30px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.pre-inc #comfort.on .head_title h3{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	transform: translateX(0);
}
.pre-inc #comfort .head_title p{
	opacity: 0;
	transition: 1s ease-in-out;
}
.pre-inc #comfort.on .head_title p{
	opacity: 1.0;
	transition-delay: .75s
}
.pre-inc #comfort .head_image{
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform: translateX(-30px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.pre-inc #comfort.on .head_image{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	transform: translateX(0);
	transition-delay: 1.75s
}
.pre-inc #comfort .flexleft{
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform: translateX(-30px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.pre-inc #comfort.on .flexleft{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	transform: translateX(0);
	transition-delay: 2.5s
}
.pre-inc #comfort .flexright{
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform: translateX(30px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.pre-inc #comfort.on .flexright{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	transform: translateX(0);
	transition-delay: 2.5s
}

.pre-inc #calmly .head_title h3{
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform: translateX(-30px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.pre-inc #calmly.on .head_title h3{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	transform: translateX(0);
}
.pre-inc #calmly .head_title p{
	opacity: 0;
	transition: 1s ease-in-out;
}
.pre-inc #calmly.on .head_title p{
	opacity: 1.0;
	transition-delay: .75s
}
.pre-inc #calmly .head_image{
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform: translateX(-30px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.pre-inc #calmly.on .head_image{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	transform: translateX(0);
	transition-delay: 1.75s
}
.pre-inc #calmly .contents_main{
	-webkit-transition: 0.8s ease-in-out;
	-moz-transition: 0.8s ease-in-out;
	-o-transition: 0.8s ease-in-out;
	transition: 0.8s ease-in-out;
	transform: translateX(30px);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
}
.pre-inc #calmly.on .contents_main{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	transform: translateX(0);
	transition-delay: 2.5s
}












