@charset "UTF-8";

html{
	margin: 0;
	background: url(../../img/index/bg.png) repeat #080808;
	background-attachment: fixed!important;
	background-size: cover;
}
body.loading{
	display:none;
}

body{
	position: absolute;
	overflow: scroll;

}

nav.act{
	opacity:0;
	transition:0.3;
}

nav{
	position: fixed;
	top: 30px;
	right: 60px;
	color: #fff;
	letter-spacing: 2px;
	z-index:1001;
	cursor: pointer;
	transition: 0.3s;
	opacity:1.0;
}

nav:hover{
	opacity: 0.7;
	transition:0.2s;
}
nav:after{
	position:absolute;
	height: 1px;
	width: 60px;
	right:-70px;
	top:6px;
	content:"";
	background: #fff;
	transition: 0.3s;
}

nav:hover:after{
	width:0;
	transition: 0.2s;
}

#wrap{
	padding-bottom: 60px;
}

#bg--video{
	position: fixed;
	left:0;
	top:0;
	width: 110%;
}
#bg--video img{
	width: 100%;
}
#bg--video:after{
	content: "";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index:2;
	background: #000;
	opacity: 0.9;
}
#bg--video .pattern{
	position: fixed;
	background: url(../img/index/bg_pattern.png) #000;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index:3;
}
/*.light{
	width: 500px;
	height: 500px;
	position:absolute;
	left:0;
	top:0;
	background:rgba(255,255,255,.5);
	background-blend-mode: overlay;
	border-radius: 250px;
	filter: blur(100px);
	z-index: 5;
}*/


#bg--video video{
	width: 100%;
}


/* #mv
--------------------*/

#mv{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 600px;
	margin: 0 auto;
}



#mv p.link{
	width: 100%;
	height: 24px;
	text-align: center;
	margin-top: 52px;
	position: relative;
}

/*p.link a:hover{
	letter-spacing: 2px!important;
	transition: 0.3s;
}
*/
#mv p.link a{
	height: 100%;
	display: inline-block;
	background: url(../img/index/movie.svg) no-repeat left;
	color: #1a8ed4;
	padding: 3px 0 0 30px;
	letter-spacing: 1.5px;
	position: relative;
	overflow-x: hidden;
	overflow-y: visible;
	transition: 0.3s;
}

@keyframes showreel {
	0%{left:28px; width:0;}
	40%{left: 28px; width: 60px;}
	80%{left:150%;width:0;}
	100%{left: 150%; width: 0;}
}

#mv p.link a:after{
	content:"";
	position: absolute;
	left:0;
	bottom:0px;
	animation: showreel 0.9s ease-in infinite;
	background: #1a8ed4;
	height:1px;
	width: 200px;
}

p.link a:hover:before{
	content:"";
	position: absolute;
	left:28px;
	bottom:0px;
	background: #1a8ed4;
	height:1px;
	width: 200px;
}

.block{
	width: 88vw;
	margin: 0 auto;
	background-size: cover;
	z-index:1;
}

#work{
	position: relative;
	z-index:100;
	letter-spacing: -100px;
}

#work ul.list{
	text-align: left;
	letter-spacing: -10px;
}

#work li{
	opacity:0;
	transition:0.5s;
	filter: blur(0.5px);
}
#work{margin-top:160px;}
#work.act{	margin-top: 200px; transition: 1.0s;}

#work li:nth-child(1).act{opacity: 0.95; filter: blur(0); margin-top:0; transition: 0.5s; transition-delay:0.05s;}
#work li:nth-child(2).act{opacity: 0.95; filter: blur(0); margin-top:0; transition: 0.5s;transition-delay:0.1s;}
#work li:nth-child(3).act{opacity: 0.95; filter: blur(0); margin-top:0; transition: 0.5s;transition-delay:0.15s;}
#work li:nth-child(4).act{opacity: 0.95; filter: blur(0); margin-top:0; transition: 0.5s;transition-delay:0.2s;}
#work li:nth-child(5).act{opacity: 0.95; filter: blur(0); margin-top:0; transition: 0.5s;transition-delay:0.25s;}
#work li:nth-child(6).act{opacity: 0.95; filter: blur(0); margin-top:0; transition: 0.5s;transition-delay:0.3s;}
#work li:nth-child(7).act{opacity: 0.95; filter: blur(0); margin-top:0; transition: 0.5s;transition-delay:0.35s;}
#work li:nth-child(8).act{opacity: 0.95; filter: blur(0); margin-top:0; transition: 0.5s;transition-delay:0.4s;}
#work li:nth-child(9).act{opacity: 0.95; filter: blur(0); margin-top:0; transition: 0.5s;transition-delay:0.45s;}
#work li:nth-child(10).act{opacity: 1.0; filter: blur(0); margin-top:0; transition: 0.5s;transition-delay:0.5s;}
#work li:nth-child(11).act{opacity: 1.0; filter: blur(0); margin-top:0; transition: 0.5s;transition-delay:0.55s;}
#work li:nth-child(12).act{opacity: 1.0; filter: blur(0); margin-top:0; transition: 0.5s;transition-delay:0.6s;}
#work li:nth-child(13).act{opacity: 1.0; filter: blur(0); margin-top:0; transition: 0.5s;transition-delay:0.65s;}
#work li:nth-child(14).act{opacity: 1.0; filter: blur(0); margin-top:0; transition: 0.5s;transition-delay:0.7s;}
#work li:nth-child(15).act{opacity: 1.0; filter: blur(0); margin-top:0; transition: 0.5s;transition-delay:0.75s;}
#work li:nth-child(16).act{opacity: 1.0; filter: blur(0); margin-top:0; transition: 0.5s;transition-delay:0.8s;}
#work li.act{opacity: 1.0; transition: 0.5s;}



#work li:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.0;
	transition: 0.3s;
}

#work li:hover:after {
	opacity: 0;
	transition: 0.3s;
	pointer-events: none;
}



#work li{
	display: inline-block;
	width: 41.5vw;
	height: auto;
	position: relative;
	transition: 0.5s;
	overflow: hidden;
	margin-bottom: 5vw;
	box-shadow: 0 0 0 0 #000;
/*	max-width: 565px;*/
}

@media screen and (min-width:2050px){
/*	#work ul li:not(:nth-child(2n)){
		margin-right: 30px!important;
	}
*/}

#work li:hover{
	box-shadow: 0 0 0.1px 0px #000;
	transition: 0.3s;
}
#work li img{
	transform: scale(1.0);
	transition: 0.5s;
	filter: grayscale(10%) blur(0);
	width: 100%;
}
#work li:hover img{
	transform: scale(1.1);
	transition: 0.5s;
	filter: grayscale(00%) blur(0);
}
#work ul{
	text-align: center;
}
#work ul li:not(:nth-child(2n)){
	margin-right: 5vw;
}

#work ul li:nth-child(2n){
	top: 150px;
}

#work li p{
	display: none
}

#main{
	height: 100%;
	filter: blur(0px);
	transition: 0.5s all;
}


#main.act{
	filter: blur(20px);
	transition: 0.5s all;
}


#modal{
	position:fixed;
	width:90%;
	max-width: 1300px;
	height: 100%;
	background: rgba(0,0,0,0.9);
	top:0;
	right: -10%;
	z-index:1000;
	transition: 0.5s all;
	opacity: 0;
	filter: blur(50px);
	transition-timing-function:ease-in;
	pointer-events: none;
	overflow: scroll;
/*	box-shadow: 0 0 150px 150px #000;*/
}

#modal figure{
	margin-bottom: 24px;
}

#modal.act{
	right:0%;
	transition: 0.6s all;
	opacity: 1.0;
	filter: blur(0);
	transition-timing-function:ease-out;
	pointer-events: auto;
}

#modal .ttl{
	margin-top: 165px;
	margin-left: 190px;
	transition: 0.7s all;

}

#modal.act .ttl{
	margin-top: 165px;
	margin-left: 145px;
	transition: 0.7s all;

}

#modal .ttl strong{
	font-size: 50px;
	color: #fff;
	letter-spacing: 7px;
	font-weight: 200;
}

#modal .ttl p{
	font-size: 13px;
	margin-top: 15px;
	color: #444;
	letter-spacing: 2px;
}

#modal .content{
	margin-left: 185px;
	margin-top: 75px;
	margin-bottom: 75px;
	color: #fff;
	transition: 1.0s all;
	min-width: 980px;
}

#modal.act .content{
	margin-left:145px;
	transition: 0.4s all;
}


#modal .content .modalLeft{
	float: left;
	font-size: 12px;
	line-height: 2.5;
}
#modal .content .modalRight{
	float: right;
	font-size: 12px;
	line-height: 2.0;
	margin-right: 125px;
}

#modal .content .modalRight strong{
	color: #444;
}

#modal .content .modalRight dd{
	margin-bottom: 1.0em;
}

footer{
	margin-top:6vw;
	padding-top: 6vw!important;
}