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

body {
	background-color: #000;
}
#mainWrap {
	position: relative;
	width: 100%;
	height: 100vh;
	position: sticky;
	top: 0;
	z-index: -1;
}
#mainWrap #videoWrap {
	position: relative;
	width: 100%;
	height: 100%;
}
#mainWrap #videoWrap video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



#sec01 {
	position: relative;
	color: #fff;
	background-color:rgba(0,0,0,0.7);
	position: relative;
	height: 100vh;
	min-height: 1000px;
	width: 100%;
	/*position: sticky;*/
	top: 0;
	z-index: -1;
}
#sec01 .titBox {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#sec01 .titBox .h2Box {
	padding-top: 30px;
	container-type: inline-size;
}
#sec01 .titBox h2 {
	display: inline-block;
	text-align: center;
	font-size: clamp(13px, 4cqw, 46px);
	letter-spacing: 0.2em;
	padding-left: 0.2em;
	border-bottom: rgba(255,255,255,0.6) solid 1px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
#sec01 .titBox p.pos {
	text-align: center;
	font-size: clamp(12px, 2.8cqw, 30px);
}
#sec01 .titBox p.time {
	text-align: center;
}
#sec01 .titBox h4 {
	display: block;
	text-align: center;
	font-size: clamp(13px, 4.5cqw, 53px);
	padding: 1em 0 0;
	letter-spacing: 0.2em;
	padding-left: 0.2em;
	
}
#sec01 .titBox h3 {
	text-align: center;
	margin-top: 0.1em;
	display: inline-block;
	border: rgba(255,255,255,0.6) solid 1px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	padding: 0.3em 2em;
	font-size: clamp(13px, 3.0cqw, 46px);
	letter-spacing: 0.1em;
	background-color: rgba(139,0,2,0.5);
}
#sec01 .logoBox {
	position: relative;
	width: 20%;
	max-width: 200px;
	left: 50%;
	transform: translateX(-50%);
}
#sec01 .logoBox img {
	opacity: 0;
	transform: scale(1.2);
}
#sec01 .logoBox.active img {
	transition: 2s ease-out 0.1s;
	opacity: 1;
	transform: scale(1);
}
#sec01 .logoBox .frea {
	position: absolute;
	width: 124%;
	left: 47%;
	bottom: 36%;
opacity: 0;
		transform: scale(0) translateX(-50%);
	transform-origin: left center;
	
}
._load #sec01 .logoBox .frea {
animation: flea 1s ease 0.5s forwards;
}
@keyframes flea {
	0% {
		opacity: 0;
		transform: scale(0) translateX(-50%);
	}
	30% {
		opacity: 1;
		transform: scale(2) translateX(-50%);
    }
	100% {
		opacity: 1;
		transform: scale(1) translateX(-50%);
    }
}




#sec02 {
	position: relative;
	background-color: #000;
}
#sec02 .imgWrap {
	overflow: hidden;
	position: relative;
	opacity: 1;
	transform: translateY(0);
}

#sec02 .imgWrap.active {
	transition: 3s;
}
#sec02 .imgWrap img {
	transform: scale(1.2);
}
#sec02 .imgWrap.active img {
	transform: scale(1);
	transition: 4s 1s;
}

#sec02 .txtBox {
	position: absolute;
	left: 0;
	bottom: 56%;
	width: 60%;
	max-width: 900px;
	left: 50%;
	transform: translateX(-50%);
	container-type: inline-size;
}
#sec02 .txtBox p.engTxt {
		text-align: center;
	font-size: 3.4cqw;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0.1em;
	/*text-shadow: 0px 0px 5px #1e83fc;*/
	
}
#sec02 .txtBox h3 {
	font-weight: 300;
	text-align: center;
	font-size: 4.4cqw;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 1em 0;
	/*text-shadow: 0px 0px 5px #1e83fc;*/
	color: #fff;
}
#sec02 .txtBox p.lead {
		text-align: center;
	font-size: 1.8cqw;
	font-size: clamp(13px, 1.8cqw, 18px);
	color: #fff;
	line-height: 2.8;
	/*text-shadow: 0px 0px 5px #1e83fc;*/
}


#sec03 {
	background-color: #000;
	position: sticky;
	top: 0;
}
#sec03 .entBox {
overflow: hidden;
	position: relative;
	height: 100vh;
	transform: translateY(0);
}
#sec03 .entBox img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#sec03 .entBox.active {

}
#sec03 .entBox img {
transform: scale(1.2);
}
#sec03 .entBox.active img {
	transition: 6s;
transform: scale(1);
}

#sec04 {
	background-color: #000;
	/*padding: 8% 0;*/
	min-height: 100vh;
	position: relative;
	background-image: url("../../img/bg-dia.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50%;
	position: relative;
overflow: hidden;
}
#sec04::after {
	content: "";
	position: absolute;
	width: 98vw;
	height: 12vh;
	left: 0;
	bottom: 100%;
	border-top: 6vh transparent solid;
	border-right: 49vw transparent solid;
	border-bottom: 6vh #000 solid;
	border-left: 49vw #000 solid;

}

#sec04 .gateWrap {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/*margin-bottom: 30px;*/
	width: 90%;

}
#sec04 .gateWrap .gateBox{
	width: 80%;
	max-width: 500px;
	position: relative;
	margin: 0 auto;
	/*left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);*/
}
#sec04 .gateWrap .gateBox .txt {
	position: absolute;
	width: 74%;
	left: 13%;
	top: 0;
	opacity: 0;
	filter: blur(10px);
	transform: scale(1.2);
}
#sec04 .gateWrap .gateBox .txt {
	transition: 1.6s ease-in 1.5s;
	opacity: 1;
	filter: blur(0px);
	transform: scale(1);
}
#sec04 .gateWrap .gateBox .dia {
	position: absolute;
	width: 10.5%;
	left: 43%;
	top: 0;
	opacity: 0;
	
}
#sec04 .gateWrap .gateBox .dia {
	transition: 1s 0.1s;
	opacity: 1;
}
#sec04 .gateWrap .gateBox .flea {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	mix-blend-mode:screen;
	opacity: 0;
}
#sec04 .gateWrap .gateBox .flea {
	transition: 0.5s 1s;
	opacity: 1;
}
#sec04 .gateWrap .gateBox .flea2 {
	position: absolute;
	width: 30%;
	left: 37%;
	top: -67%;
	animation-name: flicker;
	animation-duration: 4s;
	animation-delay: 1.3s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	mix-blend-mode:screen;
opacity: 0;
}
#sec04 .gateWrap .gateBox .sub {
	width: 72%;
	margin-left: 14%;
	padding-top: 1%;
	opacity: 0;
}
#sec04 .gateWrap .gateBox .sub {
	transition: 1s 3.5s;
	opacity: 1;
}
#sec04 .txtBox {
	color: #fff;
	padding: 50px 0;
}
#sec04 .txtBox h3 {
	text-align: center;
	font-size: 28px;
	padding: 1em 0;
	letter-spacing: 0.2em;
}
#sec04 .txtBox .lead {
	text-align: center;
	line-height: 3;
	font-size: 16px;
	nt-size: clamp(13px, 1.8cqw, 18px);
}

#sec05 {
	padding: 8% 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
	clip-path: inset(0);

}
#sec05::before {
	content: "";
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../../img/bg-02_sp.jpg");
	background-size: cover;
	background-position: center center;
	z-index: -1;
}

#sec05 .bgBox img {
	opacity: 0.3;
}
#sec05 .itemWrapWrap {
	padding: 3% 0;
	position: relative;
	/*background: #f0f0f0;
background: linear-gradient(90deg, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);*/
}
/*#sec05 .itemWrapWrap:nth-child(2n) {
	background: linear-gradient(270deg, rgba(240, 240, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
}*/
#sec05 .itemWrapWrap::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 53%;
	height: 100%;
	z-index: -1;
	background-image: url("../../img/cont-01.jpg");
	background-position: left bottom;
	background-size: cover;
	opacity: 0.35;
	filter: brightness(200%) contrast(30%) saturate(30%);
}
#sec05 .item02::after {
	background-image: url("../../img/cont-02.jpg");
	left: auto;
	right: 0;
	background-position: center center;
}
#sec05 .item03::after {
	background-image: url("../../img/cont-031.jpg");
}
#sec05 .item04::after {
	background-image: url("../../img/cont-04.jpg");
	left: auto;
	right: 0;
}
#sec05 .itemWrap {
	position: relative;
	
}

#sec05 .itemWrap .imgBox {
	width: 50%;
	position: relative;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
	overflow: hidden;
}
#sec05 .itemWrap .imgBox img {
	transform: scale(1.2);
}
#sec05 .itemWrap .imgBox.active img {
	transform: scale(1.0);
	transition: 4s;
}
#sec05 .item01 .imgBox .add {
	position: absolute;
	width: 70%;
	left: 10%;
	top: 10%;
}
#sec05 .item04 .imgBox .add {
	position: absolute;
	width: 30%;
	left: 35%;
	top: 20%;
}
#sec05 .itemWrap .txtBox {
	position: absolute;
	width: 55%;
	right: 0;
	top: 50%;
	transform: translateY(-45%);
	background-color: #fff;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
	padding: 5%;
	container-type: inline-size;
}
#sec05 .itemWrap .txtBox .engTxt {
	font-size: 8cqw;
	display: inline-block;
	width: auto;
	color: #868686;
	position: relative;
	margin-bottom: 1em;
	letter-spacing: 0.05em;
}
#sec05 .itemWrap .txtBox .engTxt::after {
	content: "";
	position: absolute;
	width:50%;
	left: 25%;
	top: 130%;
	height: 5px;
	background-color: #868686;
}
#sec05 .itemWrap .txtBox dl {}
#sec05 .itemWrap .txtBox dt {
	font-size: 4.4cqw;
	padding: 1em 0;
}
#sec05 .itemWrap .txtBox dd {
	font-size: 2.8cqw;
	font-size: clamp(12px, 2.8cqw, 16px);
	line-height: 2;
}
#sec05 .itemWrapWrap:nth-child(2n) .imgBox {
	margin-left: 50%;
}
#sec05 .itemWrapWrap:nth-child(2n) .txtBox {
	right: auto;
	left: 0;
}
#sec05 .item02 .imgBox:nth-child(2) {
	margin-top: 1.5%;

}
#sec05 .item03 .imgBox:nth-child(2) {
	margin-top: 2%;

}
#sec05 .item02 .imgBox .engTxt { 
/*	font-size:1.6cqw;*/
	font-size: clamp(16px, 1.7cqw, 24px);
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	color: #fff;
	letter-spacing: 0em;
}
#sec05 .item02 .imgBox:nth-child(1) .engTxt { 
	right: auto;
	left: 0.5em;
	color: #000;
	text-shadow: 0px 0px 3px #fff,0px 0px 5px #fff,0px 0px 7px #fff;
}

#sec05 .item02 .txtBox .engTxt {
	color: #3a4585
}
#sec05 .item02 .txtBox .engTxt::after {
	background-color: #3a4585;
}
#sec05 .item03 .txtBox .engTxt {
	color: #9d938d
}
#sec05 .item03 .txtBox .engTxt::after {
	background-color: #9d938d;
}
#sec05 .item04 .txtBox .engTxt {
	color: #599220
}
#sec05 .item04 .txtBox .engTxt::after {
	background-color: #599220;
}
#sec05 .itemWrapWrap {
	margin-bottom: 10%;
}



#cmWrap {
	background-color: #555;
	background: #635850;
background: linear-gradient(135deg, rgba(99, 88, 80, 1) 0%, rgba(51, 39, 23, 1) 50%, rgba(38, 28, 5, 1) 50%);
	position: relative;
	z-index: 1;
	padding: 5% 0 5%;
}
#cmWrap #cmBox {
	max-width: 800px;
}
#cmWrap #cmBox h3 {
	color: rgba(255,255,255,0.8);
	font-size: 30px;
	text-align: center;
	padding: 1em 0;
	position: relative;
	margin-bottom: 1em;
}
#cmWrap #cmBox h3::before,#cmWrap #cmBox h3::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 0.5em;
	height: 0.5em;
	background-color: rgba(255,255,255,0.3);
	transform: translateX(-50%) rotateZ(45deg);
}
#cmWrap #cmBox h3::after {
	top: auto;
	bottom: 0;
}
#cmWrap #cmBox .movBox {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}
#cmWrap #cmBox .movBox video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}



@media screen and (max-width: 959px) {
	#sec01 {
		margin-top: 0vh;
		height: 100vh;
		min-height: 100vh;
		position: sticky;
		top: 0;
	}
	#yokokuWrap dl {
		display: block;
	}
	#yokokuWrap dt {
		letter-spacing: 0em;
		padding: 0.5em;
		width: 12em;
		margin: 0 auto 0.3em;;
	}
	
}
@media screen and (max-width: 599px) {
	#mainWrap {
		height: 90vw;
	}
	#mainWrap #videoWrap {

	}
	#sec01 .titBox {
    position: relative;
    top: 40%;

	}
	#sec01 .logoBox {
    width: 30%;
    max-width: 200px;
		margin-bottom: 17%;
	}

	#sec01 .titBox h2 {
    font-size: clamp(16px, 8cqw, 46px);
		line-height: 1.3;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#sec01 .titBox h3 {
    font-size: clamp(16px, 6.8cqw, 46px);
		padding: 0.3em;
		width: 90%;
	}
	#sec01 .titBox h4 {
    font-size: clamp(13px, 7.5cqw, 53px);
		padding-bottom: 0.3em;
}
	#sec02 .txtBox {
	  bottom: 36%;
	  width: 90%;
	  max-width: 350px;
	}
	#sec02 .txtBox p.engTxt {
	  font-size: 4.4cqw;
	}
	#sec02 .txtBox h3,#sec04 .txtBox h3 {
	  font-size: 5.8cqw;
	  letter-spacing: 0.1em;
		line-height: 1.3;
	}
	#sec02 .txtBox p.lead,#sec04 .txtBox .lead {
	  text-align: center;
	  font-size: 3.6cqw;
	  color: #fff;
	  line-height: 2.0;
	  letter-spacing: 0em;
	}
	#sec03 {
	  overflow: hidden;
	}
	#sec03 .entBox {
	  height: 50vh;
	}
	#sec04::after {
    height: 6vh;
    border-top: 3vh transparent solid;
    border-right: 49vw transparent solid;
    border-bottom: 3vh #000 solid;
    border-left: 49vw #000 solid;
	}
	#sec04 .gateWrap {
		width: 90%;
		max-width: 350px;
		container-type: inline-size;
	}
	#sec04 .gateWrap .gateBox{
	
	}
		#sec05 .itemWrapWrap {
    padding: 5% 0;
}
	#sec05 .itemWrap {
		display: block;
		width: 90%;
	}
	#sec05 .itemWrap .imgBox {
		width: 100%;
		position: relative;
		box-shadow: 0px 0px 12px rgba(0,0,0,0.3);
	}
	#sec05 .item01 .imgBox .add {
		position: absolute;
		width: 70%;
		left: 10%;
		top: 10%;
	}
	#sec05 .item04 .imgBox .add {
		position: absolute;
		width: 30%;
		left: 35%;
		top: 20%;
	}
	#sec05 .itemWrap .txtBox {
		position: static;
		width: 90%;
		margin-left: 5%;
		transform: translateY(-5%);
		padding: 5%;
		container-type: inline-size;
		text-align: center;
	}
	#sec05 .itemWrap .txtBox dt {
		font-size: 5.4cqw;
		padding: 1em 0;
	}
	#sec05 .itemWrap .txtBox dd {
		text-align: justify;
		letter-spacing: -0.05em;
	}
	#sec05 .itemWrapWrap:nth-child(2n) .imgBox {
    margin-left: 0%;
}
	#sec05 .itemWrapWrap::after {
    width: 100%;
    height: 100%;
}
	#cmWrap {
		padding-top: 30px;
	}
	#cmWrap #cmBox h3 {
    font-size: 4.8cqw;
	}
	
}
