/*.main{
	height: 1936px;
}*/
/* title */
.title__ja{
	-webkit-transition: all .5s ease-out;
	        -o-transition: all .5s ease-out;
	        transition: all .5s ease-out;
	position: absolute;
	top: 0;
	left: -30px;
	z-index: 1;
}
.action .title__ja{
	left: 0;
}
.title__en{
	-webkit-transition: all .5s ease-out;
	        -o-transition: all .5s ease-out;
	        transition: all .5s ease-out;
	position: absolute;
	top: 167px;
	right: -700px;
	-webkit-transform: translate(-50%,0);
	        -ms-transform: translate(-50%,0);
	    transform: translate(-50%,0);
}
.action .title__en{
	right: -672px;
}


/* pallax */
.plx_bg{
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_fixed.jpg) no-repeat center top;
	background-attachment: fixed;
	-o-transition: ease 1s;
	transition: ease 1s;
	-webkit-transition: ease 1s;
}
.plx_bg.action{
	opacity: 1;
}

/* content */
.content_01{
	height: 963px;
	background: url(../img/bg_content_01.png) no-repeat center 20px;
}
.content_01_01{
	position: absolute;
	top: 29px;
	left: 50%;
	-webkit-transform:translate(-50%, 0);
	        -ms-transform:translate(-50%, 0);
	    transform:translate(-50%, 0);
}
.content_01_02{
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -331px;
	-webkit-transform: translate(-50%, 0);
	        -ms-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
}
.content_01_03{
	position: absolute;
	top: -101px;
	left: 50%;
	margin-left: 70px;
	-webkit-transform:translate(-50%, 0);
	        -ms-transform:translate(-50%, 0);
	    transform:translate(-50%, 0);
}
.content_01_04{
	position: absolute;
	top: 275px;
	left: 50%;
	margin-left: 410px;
	-webkit-transform:translate(-50%, 0);
	        -ms-transform:translate(-50%, 0);
	    transform:translate(-50%, 0);
}

.content_02{
	height: 970px;
	background: url(../img/bg_content_02.png) no-repeat center top;
	padding-bottom: 100px;
}
.content_02:before {
	content: "";
	position: absolute;
	left: 0;
	top: -120px;
	width: 100%;
	height: 120px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)),color-stop(50%, rgba(0,0,0,1)),to(rgba(0,0,0,0)));
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
	z-index: 0;
}
.content_02:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)),color-stop(50%, rgba(0,0,0,1)),to(rgba(0,0,0,0)));
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
	z-index: -1;
}
.content_02_02{
	position: absolute;
	top: -120px;
	left: 50%;
	-webkit-transform:translate(-50%, 0);
	        -ms-transform:translate(-50%, 0);
	    transform:translate(-50%, 0);
}
.content_02_03{
	position: absolute;
	top: 200px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        -ms-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
}
.content_02_04{
	position: absolute;
	top: 457px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        -ms-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
}
.next_btn{
	position: absolute;
	bottom: 90px;
}
