@charset "UTF-8";
/* CSS Document */
/*body::after {display: none;}*/
#captionBox {
	background-color: #fff;
}
#sec01 {
	position: relative;
	background-color: #fff;
	overflow: hidden;
}
#sec01 .imgBox {
	position: relative;
/*	opacity: 0;
	transition: opacity 1s;*/
	transition: transform 5.5s;
	transform: scale(1.05);
}
._load #sec01 .imgBox {
/*	opacity: 1;*/
	transform: scale(1);
}
#sec01 .imgBox .name01,#sec01 .imgBox .name02 {
	position: absolute;
	width: 2.5%;
	left: 38%;
	bottom: 29%;
}
#sec01 .imgBox .name02 {
	left: 43%;
	bottom: 32%;
}
#sec01 .h2Box {
	position: absolute;
	width:42%;
	left: 3%;
	top: 7%;
	transition-duration: 1s;
	overflow: visible;
	
	width: 49%;
	left: 0;
	top: 3%;
	filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 1))drop-shadow(0px 0px 5px rgba(0, 0, 0, 1));
	padding: 4%;
}
#sec01 .h2Box > div {
	opacity: 0;
	transition-duration: 1s;
	/*filter: blur(10px) drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));*/
	transform: scale(1.2);
	transform-origin: left center;
}
#sec01 .h2Box .h2-01 {
		width: 66%;
}
#sec01 .h2Box.active .h2-01 {
	opacity: 1;
	transition-delay: 1.5s;
	/*filter: blur(0px) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3))drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));*/
	transform: scale(1);
}
#sec01 .h2Box .h2-02 {
	margin-top: 6.4%;
}
#sec01 .h2Box.active .h2-02 {
	opacity: 1;
	transition-delay: 2.5s;
	/*filter: blur(0px) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3))drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));*/
	transform: scale(1);
}
#sec01 .h2Box .h2-03 {
	width: 40.0%;
	margin-left: 0.6%;
	margin-top: 6.6%;
	
}
#sec01 .h2Box.active .h2-03 {
	opacity: 1;
	transition-delay: 3.5s;
	/*filter: blur(0px) drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3))drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));*/
	transform: scale(1);
}
/*#sec01 .h2Box {
	position: absolute;
	width: 44%;
	left: 0;
	top: 3%;
	filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 1))drop-shadow(0px 0px 5px rgba(0, 0, 0, 1));
	
	mask-image: linear-gradient(to bottom, #000, #000 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
	mask-size: 200% 300%;
	mask-position: 0% 100%;
	padding: 5%;

}
._load #sec01 .h2Box  {
	transition: all 3.0s ease-out 1s;
	will-change: opacity, transform, mask-position;
	mask-position: 0 0;
  transform: translateY(0) scale(1);
}
#sec01 .h2Box h2 {
	
}
#sec01 .h2Box .eng {
	position: absolute;
	width: 58%;
	left: 40%;
	top: 48%;
	opacity: 0;
	transform: scale(2);
	
}
._load #sec01 .h2Box .eng {
	transition: transform 1.2s ease-out 1.7s, opacity 1.2s ease-out 2.2s;
	opacity: 1;
	transform: scale(1);
	line-height: 1;
}*/

#sec02 {
	background-image: url("../img/base.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 6% 0 0;
	color: #fff;
}
#sec02 .h3Box {

}
#sec02 .h3Box h3 {
	text-align: center;
	color: #b49f20;
	font-size: 48px;
	line-height: 2;
	letter-spacing: 0.5em;
	padding-left: 0.3em;
	padding-bottom: 1em;
	opacity: 0;
	transform: translateY(20px);
	transition: 1s ease-out;
}
#sec02 .h3Box h3.active {
	opacity: 1;
	transform: translateY(0px);
}
#sec02 .h3Box .lead {
	text-align: center;
	font-size: 20px;
	line-height: 2.4;
	padding-bottom: 2em;
	opacity: 0;
	transform: translateY(20px);
	transition: 1s ease-out;
}
#sec02 .h3Box .lead.active {
	opacity: 1;
	transform: translateY(0px);
}
#sec02 .gaikanBox {
	max-width: 900px;
	
	mask-image: linear-gradient(to bottom, #000, #000 33%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
	mask-size: 100% 300%;
	mask-position: 0% 100%;
}
#sec02 .gaikanBox.active {
	transition: all 4.0s ease-out;
	will-change: opacity, transform, mask-position;
	mask-position: 0 0;
  transform: translateY(0) scale(1);
}
#sec02 {}
ul.caption {}
ul.caption li {
	text-indent: -1em;
	margin-left: 1em;
}
ul.caption li::before {
	content: "※";
}


@media screen and (max-width : 959px ){
	#sec02 .h3Box h3 {
		font-size: clamp(26px, 3.5vw, 28px);
	}
	#sec02 .h3Box .lead {
		font-size: clamp(14px, 2vw, 16px);
	}
}

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

	#sec01 .imgBox .name01,#sec01 .imgBox .name02 {
		position: absolute;
		width: 5%;
		left: 27%;
		bottom: 19%;
	}
	#sec01 .imgBox .name02 {
		left: 33%;
		bottom: 21%;
	}

	#sec01 .h2Box {
		position: absolute;
/*		width: 75%;
		left: 6%;
		top: 6%;*/
		width: 83%;
    left: 2.0%;
    top: 4.0%;

	}
	#sec02 .h3Box h3 {
		font-size: clamp(20px, 5.9vw, 23px);
		padding-left: 0.6em;
		/*letter-spacing: 1.0em;*/
		padding-top: 1em;
		
	}
	#sec02 .h3Box .lead {
		font-size: clamp(13px, 3.7vw, 15px);
	}

}

