/*.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: -600px;
	-webkit-transform: translate(-50%,0);
	        -ms-transform: translate(-50%,0);
	    transform: translate(-50%,0);
}
.action .title__en{
	right: -500px;
}


/* pallax */
.plx_bg{
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_content.png) no-repeat center 0;
	-webkit-background-size: cover;
	background-size: cover;
	-o-transition: ease 1s;
	transition: ease 1s;
	-webkit-transition: ease 1s;
}
.plx_bg.action{
	opacity: 1;
}

.main {
	margin-bottom: 10px;
}

.honeycombHeader{
	background: url(../img/bg_main.png) repeat-x center top;
}

.tab_list {
	position: relative;
}
.tab_list.tab_list_btm {
	margin-bottom: 50px;
}
.tab_list ul {
	overflow: hidden;
	width: 980px;
	margin: 0 auto 40px;
}
.tab_list li {
	float: left;
	margin-left: 10px;
}
.tab_list li:first-child {
	margin: 0;
}

/* content */
#contents .mod-box-inr{
	width: 100%;
}
.content_wrap {
	text-align: center;
}
.content_wrap h2 {
	margin-bottom: 40px;
}
.content_wrap div {
	position: relative;
	margin-bottom: 50px;
	z-index: 1;
}
.content_tab {
	display: none;
	opacity: 0;
	-o-transition: ease 1s;
	transition: ease 1s;
	-webkit-transition: ease 1s;
}
.content_tab.show {
	display: block;
	opacity: 1;
}

.content_wrap div.content_eva_01,
.content_wrap div.content_eva_02,
.content_wrap div.content_eva_03 {
	position: absolute;
	z-index: 0;
}
.content_eva_01 img {
	position: absolute;
	top: 800px;
	left: 0;
	width: 68.1%;
	z-index: 0;
}
.content_eva_02 img {
	position: absolute;
	top: 800px;
	left: 0;
	width: 85.6%;
	z-index: 0;
}
.content_eva_03 img {
	position: absolute;
	top: 500px;
	right: 0;
	width: 52.85%;
	z-index: 0;
}

.content_wrap .next_btn{
	position: relative;
	margin: 70px 0 110px;
}
