@charset "UTF-8";


#story{
	background: #fff;
	color:#000;
	height: auto;
}
#story .text{
	position: relative;
	padding-top:80px;
	padding-bottom:80px;
	background:#fff;
	width:50%;
}
#story .text .inner{
	padding:50px;
	margin:0 auto;
	max-width: 700px;
	opacity: 0;
	-webkit-transform: translate(0px,50px);
	   -moz-transform: translate(0px,50px);
	    -ms-transform: translate(0px,50px);
	     -o-transform: translate(0px,50px);
	        transform: translate(0px,50px);
}
#story.active .text .inner{
	opacity: 1;
	-webkit-transform: translate(0px,0px);
	   -moz-transform: translate(0px,0px);
	    -ms-transform: translate(0px,0px);
	     -o-transform: translate(0px,0px);
	        transform: translate(0px,0px);
	-webkit-transition: all .8s ease 0s;
	   -moz-transition: all .8s ease 0s;
	    -ms-transition: all .8s ease 0s;
	     -o-transition: all .8s ease 0s;
	        transition: all .8s ease 0s;
}
#story .text>.inner p{
	line-height: 1.8;
	font-size:14px;
	padding-bottom:1em;
}
#story .text>.inner .lead{
	text-align: right;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	padding-bottom:1em;
}
#story .v{
	position: absolute;
	right:0;
	top:0;
	/*float: right;*/
	width:50%;
	height: 100%;
	padding-top:60px;
	padding-bottom:70px;
	box-sizing:border-box;
}
#story .v .inner{
	position: relative;
	display: block;
	width:100%;
	height: 100%;
	max-width: 900px;
	margin:0 auto;
	line-height: 0;
}
#story .v .inner li{
	box-sizing:border-box;
	padding:10px 10px 0 0;
	display: inline-block;
	opacity:0;
}
#story.active .v .inner li{
	opacity: 1;
	-webkit-transition: all .8s ease-in-out;
	   -moz-transition: all .8s ease-in-out;
	    -ms-transition: all .8s ease-in-out;
	     -o-transition: all .8s ease-in-out;
	        transition: all .8s ease-in-out;
}
#story .v .inner li:nth-child(1){
	width:100%;
	height:35%;
	
}
#story.active .v .inner li:nth-child(1){
	-webkit-transition-delay: .2s;
	   -moz-transition-delay: .2s;
	    -ms-transition-delay: .2s;
	     -o-transition-delay: .2s;
	        transition-delay: .2s;
}
#story .v .inner li:nth-child(1) span{
	background:url(../img/story/v1.jpg) no-repeat center center;
	background-size:cover;
}
#story .v .inner li:nth-child(2){
	width:50%;
	height:30%;
}
#story.active .v .inner li:nth-child(2){
	-webkit-transition-delay: .4s;
	   -moz-transition-delay: .4s;
	    -ms-transition-delay: .4s;
	     -o-transition-delay: .4s;
	        transition-delay: .4s;
}
#story .v .inner li:nth-child(2) span{
	background:url(../img/story/v2.jpg) no-repeat center center;
	background-size:cover;
}
#story .v .inner li:nth-child(3){
	width:50%;
	height:30%;
}
#story.active .v .inner li:nth-child(3){
	-webkit-transition-delay: .6s;
	   -moz-transition-delay: .6s;
	    -ms-transition-delay: .6s;
	     -o-transition-delay: .6s;
	        transition-delay: .6s;
}
#story .v .inner li:nth-child(3) span{
	background:url(../img/story/v3.jpg) no-repeat center top;
	background-size:cover;
}
#story .v .inner li:nth-child(4){
	width:100%;
	height:35%;	
}
#story.active .v .inner li:nth-child(4){
	-webkit-transition-delay: .8s;
	   -moz-transition-delay: .8s;
	    -ms-transition-delay: .8s;
	     -o-transition-delay: .8s;
	        transition-delay: .8s;
}
#story .v .inner li:nth-child(4) span{
	background:url(../img/story/v4.jpg) no-repeat center top;
	background-size:cover;
}
#story .v .inner li span{
	display: block;
	width:100%;
	height:100%;
}
#story .v .inner li:nth-child(1),
#story .v .inner li:nth-child(4){
	width:100%;
}
#story .v .inner li:nth-child(2),
#story .v .inner li:nth-child(3){
	width:50%;
}
#story .v .inner li img{
	display: block;
	width:100%;
}