@charset "UTF-8";
/* CSS Document */

#sec01 {
	margin-top: 200vh;
	height: 100vh;
	background-color: #fff;
	position: sticky;
	overflow: hidden;
top: 0;
}
#sec01 .imgBox {
	transform: translate(0) scale(1.1);
	opacity: 1;
}
#sec01 .imgBox.active {
	transition: 5s 1s;
	transform: translate(0) scale(1);
}
/*#sec01 .h2Box {
	position: absolute;
	display: block;
	width: 35%;
	bottom: 5%;
	right: 55%;
	letter-spacing: 0.1em;
	container-type: inline-size;
	color: #fff;
}
#sec01 .h2Box h2 {
	font-size: clamp(13px, 4.6cqw, 46px);
	line-height: 2;
	letter-spacing: 0.1em;
}
#sec01 .h2Box .engTxt {
	font-size: 32px;
	font-weight: 500;
}
#sec01 .h2Box .lead {
	font-size: 14px;
	line-height: 2.0;
}
#sec01 .flwBox {
	position: absolute;
	width: 30%;
	bottom: -8%;
	right: 3%;
}
*/
#sec02 {
	background-color: rgba(255,255,255,0.8);
	padding: 10% 0;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#sec02 .imgBox {
	overflow: hidden;
	position: relative;
}
#sec02 .imgBox img,
#sec03 .imgBox img{
	transform: translate(0) scale(1.2);
	opacity: 1;
}
#sec03 .imgBox img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#sec02 .imgBox.active img,
#sec03 .imgBox.active img
{
	transition: 6s 1s;
	transform: translate(0) scale(1);
}
#sec02 .flex01 {
	padding-top: 5%;
}
#sec02 .flex01 .leftBox {
	width: 48%;
	display: flex;
justify-content: center;
align-items: center;
}
#sec02 .flex01 .leftBox .engTxt {
	font-size: 32px;
	font-weight: 500;
}
#sec02 .flex01 .rightBox {
	width: 48%;
}


#sec02 .h3Box  h3 {
	font-size: clamp(13px, 1.5cqw, 46px);
	padding: 0.6em 0;
}
#sec02 .h3Box  h4 {
	font-size: 20px;
	padding: 0.6em 0;
}
#sec02 .h3Box  .lead {
	font-size: 14px;
	line-height: 2.0;
}


#sec03 {
	background-color: #000;
	position: sticky;
	top: 0;
	overflow: hidden;
	margin-bottom: 30vh;
}
#sec03 .img01 {
	height: 100vh;
	
}
 .capRoom {
	position: absolute;
	font-size: 16px;
	right: 3%;
	bottom: 3%;
	 color: #fff;
}
#sec04 {
	background-color: #000;
	position: sticky;
	top: 0;
	height: 100vh;
}
#sec04 .flex01 {
	position: relative;
	padding: 5% 0;
	z-index: 1;
}
#sec04 .flex01 .leftBox {
	width: 50%;
	color: #fff;
	display: flex;
justify-content: center;
align-items: center;

}
#sec04 .flex01 .h3Box .engTxt {
	font-size: 32px;
	font-weight: 500;
}
#sec04 .flex01 .h3Box h3 {
	font-size: clamp(13px, 1.5cqw, 46px);
	padding: 0.6em 0;
}
#sec04 .flex01 .h3Box .lead {
	font-size: 14px;
	line-height: 2.0;
}
#sec04 .flex01 .imgBox {
	width: 50%;
}
#sec05 {
	position: relative;
	padding: 5% 0 0;
	z-index: 1;
}
#sec05 .imgs {
	width: 50%;
	margin-left: 50%;
	background-color: #000;
	padding-bottom: 50px;
}
#sec05 .imgBox {
	margin-bottom: 50px;
	position: relative;
}
#sec05 .imgBox:last-child {
	margin-bottom: 0;
}

#sec06 {
	background-color: #000;
	padding-bottom: 10%;
	position: relative;
   z-index: 1;

}
#sec06 .imgs {
	width: 50%;
	margin-left: 50%;
}




@media screen and (max-width: 959px) {
	#sec01 {
		height: auto;
	}
	#sec02 {
    padding-top: 30vh;
	}
	#sec02 .h3Box h3,
	#sec02 .flex01 .leftBox .engTxt,
	#sec04 .flex01 .h3Box h3,
	#sec04 .flex01 .h3Box .engTxt{
    font-size: clamp(13px, 3.0cqw, 46px);
    padding: 0.6em 0;
	}
	#sec02 .h3Box .lead,
	#sec04 .flex01 .h3Box .lead {
		font-size: clamp(11px, 1.8cqw, 16px);
    padding: 0.6em 0;
	}
	#sec04 .flex01 .leftBox {
		padding-left: 5%;
		padding-right: 3%;
	}
	#sec05 {
		margin-top: -40vh;
	}
	
}

@media screen and (max-width: 599px) {
	#sec02 {
		background-color: #fff;
		padding-top: 10vh;
	}
	#sec02 .flex01 .leftBox,
	#sec02 .flex01 .rightBox,
	#sec04 .flex01 .leftBox,
	#sec04 .flex01 .rightBox 
	{
		width: 100%;
	}
	#sec02 .flex01 .leftBox {
		padding: 10vh 0;
	}
	#sec02 .h3Box h3,
	#sec02 .flex01 .leftBox .engTxt,
	#sec04 .flex01 .h3Box h3,
	#sec04 .flex01 .h3Box .engTxt{
    font-size: clamp(13px, 5.0cqw, 46px);
    padding: 0.6em 0;
		text-align: center;
	}
	#sec02 .h3Box .lead,
	#sec04 .flex01 .h3Box .lead {
		font-size: clamp(11px, 3.5cqw, 16px);
    padding: 0.6em 0;
		text-align: center;
	}
	#sec02 .rightBox .imgBox {
		width: 70%;
		margin: 0 auto;
	}
	#sec03 {}
	#sec03 .imgBox {
		height: auto;
	}
	#sec03 .imgBox img {
		object-fit: contain;
		height: auto;
	}
	 .capRoom {
		 font-size: 13px;
		right: 3%;
		bottom: 3%;
	}
	#sec04 {
		margin-top: -30vh;
		position: relative;
		height: auto;
	}
	#sec04 .flex01 .imgBox {
		width: 100%;
		padding-top: 50px;
	}
	#sec05 {
		background-color: #000;
	position: relative;
	padding: 5% 0 0px 0;
	z-index: 1;
		margin: 0;
}
#sec05 .imgs,#sec06 .imgs {
	width: 80%;
	margin:0 auto;
}
#sec05 .imgBox {
}
	#sec06 {
		padding-bottom: 50px;
	}



}

