@charset "UTF-8";




* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}


ul, li{
  list-style:none;
}

img{
  display:block;
  width:100%;
  height:auto;
}




a{
  text-decoration:none;
  color:#000;
  -webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
}


a:hover{
  -webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  -o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
  transition: 0.4s cubic-bezier(0.78, .18, .34, .98);
}




.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}


html{
	overflow-x: hidden;
}


body{
	color: #000;
	position: relative;
	line-height: 160%;
	font-family: "HelveticaNeue", sans-serif;
	font-family:HelveticaNeue;
}


	body{
	width: 100%;
	background-size: 200% 200%;
	animation: bggradient 15s ease infinite;
}

	
	




 .sec {
  position: relative;
  height: 150vh;
  z-index:999;
}

 .movie_sec.sec {
  height: 100vh;
}


 .sec.movie_sec {
  z-index:99;
}




 #chapter00 {
  height: 100vh;
}

 #chapter00 .overArea {
  position: absolute;
  top: 50%;
  left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  z-index: 5;
  color: #fff;
}




 #chapter00 .topSlider {
  overflow: hidden;
  height: 100vh;
  opacity: 0;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

 #chapter00 .topSlider.show {
  opacity: 1;
}
 #chapter00 .img {
  height: 100vh;
}
 #chapter00 .img img {
  width: 100%;
}




 .secBox {
  height: 100vh;
  position: relative;
  position: sticky;
  display: block;
  top: 0;
  left: 0;
}
 .imgFade1 {
  opacity: 0;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
  -o-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) .6s;
}
 .imgFade1.show {
  opacity: 1;
}


 .imgFade2 {
  -webkit-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -ms-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 1s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  top: 30px;
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  position: relative;
}
 .imgFade2.show {
  opacity: 1;
  top: 0;
}








#first_view{
	position:relative;
}




.top_movie {
	height: 100vh;
	width: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: -99;
	overflow: hidden;
}


.top_movie_wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}


.top_movie_wrap video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	min-width: 100%;
	min-height:100%;
	transform: translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
}












.inner{
  max-width:1280px;
  padding:0 5%;
  margin:0 auto;
}






.bg_img{
  width: 100%;
  height: 86%;
}



.bg_img > div{
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}










.mute{
  position:absolute;
  z-index:9999;
  right:30px;
  bottom:30px;
  width:30px;
  height:30px;
}


.mute span{
  position:absolute;
  z-index:-99;
  top: 60%;
  left: 60%;
  width: 28px;
  height:3px;
  background:#000;
  transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);

}




.mute-video svg {
  padding: 7px;
  width: 40px;
  height: 40px;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 1;
  background: #fff;
}


.loader
{
  position: absolute;
  display: inline-block;
  top:50%;
  left:50%;
  margin-left:-17px;
  margin-top:-30px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid #000;
  border-right-color: transparent;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
}


@-webkit-keyframes spin
{
  0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
  50%  { -webkit-transform: rotate(180deg); opacity: 1; }
  100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}

@-moz-keyframes spin
{
  0% { -moz-transform: rotate(0deg); opacity: 0.4; }
  50%  { -moz-transform: rotate(180deg); opacity: 1; }
  100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}




	section.sec01{
	position:relative;
	padding:0px 0 500px;
	}
	
	
	
	
	
	
	.p_box{
		position:relative;
	}
	
	
	
	.cap{
	margin-top:10px;
	text-align:right;
	padding:0 20px;
	}


.cap a{
	font-size: 13px;
	line-height:130%;
	display:inline-block;
}


.cap p{
	font-size: 13px;
	line-height:130%;
	display:inline-block;
}


	
	.w_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
	
	
	
	
	
	
	
.post_video{
	width:100%;
}


	



.main_img{
	position:relative;
}




.m_logo{
	position: absolute;
	z-index: 999;
	left:10%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	opacity:0;
}




.m_logo p{
	display:inline-block;
    width: 320px;
}

.m_text{
	position: absolute;
	z-index: 999;
	opacity:0;
}

.m_text p{
	font-size:18px;
	color:#fff;
}

		.text01 {
		top: 18%;
		left: 52%;
		}

.text02{
	top: 48%;
	right: 11%;
}

.text03{
	top: 80%;
	left: 45%;
}




.main_img.active .m_logo{
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98) .2s;
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98) .2s;
	-ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98) .2s;
	-o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98) .2s;
	transition: 0.4s cubic-bezier(0.78, .18, .34, .98) .2s;
	opacity:1;
}

.main_img.active .text01{
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98) .6s;
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98) .6s;
	-ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98) .6s;
	-o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98) .6s;
	transition: 0.4s cubic-bezier(0.78, .18, .34, .98) .6s;
	opacity:1;
}

.main_img.active .text02{
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98) 1s;
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98) 1s;
	-ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98) 1s;
	-o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98) 1s;
	transition: 0.4s cubic-bezier(0.78, .18, .34, .98) 1s;
	opacity:1;
}

.main_img.active .text03{
	-webkit-transition: 0.4s cubic-bezier(0.78, .18, .34, .98) 1.4s;
	-moz-transition: 0.4s cubic-bezier(0.78, .18, .34, .98) 1.4s;
	-ms-transition: 0.4s cubic-bezier(0.78, .18, .34, .98) 1.4s;
	-o-transition: 0.4s cubic-bezier(0.78, .18, .34, .98) 1.4s;
	transition: 0.4s cubic-bezier(0.78, .18, .34, .98) 1.4s;
	opacity:1;
}




.p_box{
	overflow:hidden;
	max-width:1080px;
	margin:0 auto;
}


.p01{
	margin-top:80px;
}

.p01_detail{
	padding:0 80px;
}

.p01_title h4{
	font-size:22px;
}

.p01_title p{
	font-size:18px;
	font-style: italic;
	display:block;
	margin-top:10px;
}

.p01_note{
	margin-top:30px;
}

.p01_note p{
	font-size:12px;
	line-height:150%;
}



.p01_01{
	position:relative;
	z-index: 99;
	padding-left: 40%;
	margin-top:70px;
}


.p01_02{
	width: 52%;
	margin-top:-120px;
}

.p02{
	margin-top:80px;
}

.p02_wrap{
	display:flex;
    gap: 30px;
}

.p03{
	margin-top:80px;
}

.p04{
	margin-top:80px;
}

.p05{
	margin-top:80px;
	position:relative;
}

.p05_wrap{
	padding: 0 30%;
}

.p05 .cap{
	padding: 0 30%;
}

.p05 video{
	width:100%;
}

.p06{
	margin-top:80px;
}

.p07{
	margin-top:80px;
}

.p07_wrap{
	display:flex;
    gap: 30px;
}


.p08{
	z-index: 99;
	margin-top:80px;
}

.p08_wrap{
	width:60%;
}

.p08 .cap{
	padding-right:20%;
}


.p09{
	margin-top:-120px;
	display:flex;
	justify-content: flex-end;
}

.p09_wrap{
	width:48%;
}


.p09 .cap{
	padding-right:0;
}

.p10{
	margin-top:80px;
}

.p10_wrap{
	padding: 0 30%;
}

.p10 .cap{
		padding: 0 30%;
}

.p10 video{
	width:100%;
}

.p11{
	margin-top:80px;
	position:relative;
	z-index:99;
	display:flex;
	justify-content: flex-end;
}

.p11_wrap{
	width:55%;
}



.p12{
	margin:-20% auto 0;
}

.p12_wrap{
	width:50%;
	padding-left:10%;
}



.p13{
	margin-top:80px;
}

.p14{
	margin-top:80px;
}



.p15{
	margin-top:80px;
}

.p15_wrap{
	display:flex;
    gap: 30px;
}

	

.p16{
	margin-top:80px;
}

.p16_wrap{
	display:flex;
	gap:60px;
}


.p16_wrap > div:last-child{
	margin-top:200px;
}




.one.show{
	opacity: 1;
	z-index:999;
	-webkit-transition: 0.6s ease;
	-moz-transition: 0.6s ease;
	-ms-transition: 0.6s ease;
	-o-transition: 0.6s ease;
	transition: 0.6s ease;
}


#footer{
	margin-top:40px;
	-webkit-transition: 0.1s ease;
	-moz-transition: 0.1s ease;
	-ms-transition: 0.1s ease;
	-o-transition: 0.1s ease;
	transition: 0.1s ease;
}



#footer{
	position:relative;
}


#footer .cresit{
	padding: 120px 0;
}



#footer .cresit p{
	text-align:center;
	font-size:13px;
	line-height:160%;
}





























	.onlySp {
	display: none!important;
	}










@media screen and (max-width: 719px) {
  
  
  
	.onlyPc {
		display: none!important;
	}
	
	
	.onlySp {
    display: block!important;
  }
	
	
	
.top_movie_wrap video {
		width: 110%;
		height:auto;
	}
	
	
	
	
	#footer{
		margin-top: 40px;
	}
	
	
		
	#footer .cresit {
		padding: 80px 0;
	}
	
	#footer:after {
		
		height: 90%;
	}
	
  
   #chapter00 {
    padding-bottom: 0px;
  }
			
	
	
	
	
	.ss26_wrap {
		display: block;
	}

	.m_logo {
		top: 53px;
		width: 100%;
		text-align: center;
	}

	
	.m_logo {
		top: 53px;
		left:0;
	}
	
	.m_logo p {
		width: 140px;
	}
	
	.m_text p {
		font-size: 12px;
	}
	
	
	.text01{
		top: 32%;
		left: 17%;
	}

	.text02{
		top: 48%;
		right: 11%;
	}
	
	.text03{
		top: 81%;
		left: 11%;
	}
	
	.p02_wrap {
		gap: 15px;
	}
	
	.p07_wrap {
		gap: 15px;
	}
	
	.p09 .cap {
		padding: 0 20px 0 0;
	}
	
	.p15_wrap {
		gap: 15px;
	}
	
	.p16_wrap {
		gap: 22px;
	}
	
	.p16 .cap {
		padding: 0 0px;
	}
	
	
	.p01_detail {
		padding: 0 30px;
	}
	
	
	.p01_title h4 {
		font-size: 18px;
	}
	
	
	.p01_title p {
		font-size: 12px;
	}
	
	.p01_note p {
		font-size: 9px;
	}
	
	
	.p05_wrap{
		padding: 0% 10%;
	}
	
	
	.p05 .cap {
		padding: 0 10%;
	}
	
	
	.p10_wrap{
		padding: 0 10% ;
	}
	
	.p10 .cap{
		padding: 0 10%;
	}
	
		
	.l-scroll_img_wrapper img {
		height: 500px!important;
	}
	
	
	
	
	.cap a {
		font-size: 9px;
	}
	
	.cap p {
		font-size: 9px;
	}
	
	#footer .cresit p {
		font-size: 9px;
	}
	
	
	
	
	
	
	
	
}


