/*
******************************************************************
* #header
******************************************************************/

#contents .frame-top {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 109px;
    background: url(../img/bg_frame_top.png) repeat-x 0 0;
    text-align: center;
    -o-transition: ease 1s;
    transition: ease 1s;
    -webkit-transition: ease 1s;
    z-index: 6;
}
.logo_eva {
    display: block;
    position: absolute;
    top: 12px;
    left: 50%;
    width: 349px;
    margin: 0 0 0 -175px;
}
.logo_2018 {
	position: absolute;
    top: 95px;
    left: 50%;
    margin-left: -510px;
}
.logo_bisty {
    position: absolute;
    top: 16px;
    left: 50%;
    width: 86px;
    margin-left: -512px;
}
.logo_fields {
    position: absolute;
    top: 4px;
    right: 50%;
    width: 151px;
    margin-right: -493px;
}
#contents .sns_btn {
    position: absolute;
    z-index: 10;
    top: 100px;
    right: 0;
}

/*
******************************************************************
* #contents
******************************************************************/
.main {
    height: 100%;
    padding-top: 72px;
    margin: 0 auto;
}
.honeycombHeader {
    position: relative;
    background: url(../img/main_bg_01.png) repeat-x center top;
    height: 640px;
    z-index: 4;
    overflow: hidden;
    -webkit-transform: translate3d(0,-640px,0);
    -ms-transform: translate3d(0, -640px,0);
    transform: translate3d(0,-640px,0);
}
.main_img {
    opacity: 0;
    position: relative;
    top: 0;
    left: 17px;
    width: 1366px;
    height: 640px;
    margin: 0 auto;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.main_img.action {
	opacity: 1;
}
.title {
	opacity: 0;
    position: absolute;
    top: 240px;
    left: 50%;
    margin: 0 0 0 -162px;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%,0);
    z-index: 3;
}
.lighting_circle {
    position: absolute;
    top: -90px;
    left: 50%;
    margin-left: -678px;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: 2;
}


/* pallax */
.plx_bg.plx_bg_01{
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_fixed_01.png) no-repeat center top;
	background-attachment: fixed;
	-o-transition: ease 1s;
	transition: ease 1s;
	-webkit-transition: ease 1s;
}
.plx_bg.plx_bg_01:before {
    content: "";
    position: absolute;
    left: 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: 0;
}
.plx_bg.plx_bg_01.action{
	opacity: 1;
}

/* content */
#contents .mod-box-inr {
    width: 100%;
}
.main_contents {
	position: relative;
    padding-bottom: 70px;
}
.main_contents:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 13%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right 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(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    z-index: 3;
}
.main_contents:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 13%;
    height: 100%;
    background: -webkit-gradient(linear, right top, 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(right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
    z-index: 3;
}
.content_01{
    position: relative;
    z-index: 2;
    width: 1366px;
	height: 963px;
    margin: 0 auto 105px;
	background: url(../img/bg_content_01.png) no-repeat center 255px;
}
.content_01:before {
    content: "";
    position: absolute;
    left: -20%;
    bottom: -90px;
    z-index: 1;
    width: 150%;
    height: 80px;
    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%);
    -webkit-transform: rotate(-1.5deg);
    -moz-transform: rotate(-1.5deg);
    -ms-transform: rotate(-1.5deg);
    -o-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
}
.content_01:after {
    content: "";
    position: absolute;
    left: -20%;
    bottom: -240px;
    z-index: 0;
    width: 150%;
    height: 160px;
    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%);
    -webkit-transform: rotate(178deg);
    -moz-transform: rotate(178deg);
    -ms-transform: rotate(178deg);
    -o-transform: rotate(178deg);
    transform: rotate(178deg);
}
.content_01_01{
    position: absolute;
    top: 215px;
    left: 50%;
	-webkit-transform:translate(-50%, 0);
	        -ms-transform:translate(-50%, 0);
	    transform:translate(-50%, 0);
}
.content_01_02{
	position: absolute;
    top: 250px;
    left: 50%;
	margin-left: -308px;
	-webkit-transform: translate(-50%, 0);
	        -ms-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
}
.content_01_03{
	position: absolute;
    top: 60px;
    left: 50%;
	margin-left: 65px;
	-webkit-transform:translate(-50%, 0);
	        -ms-transform:translate(-50%, 0);
	    transform:translate(-50%, 0);
}
.content_01_04{
    position: absolute;
    top: 365px;
    left: 50%;
	margin-left: 450px;
	-webkit-transform:translate(-50%, 0);
	        -ms-transform:translate(-50%, 0);
	    transform:translate(-50%, 0);
}
.content_01_05{
    position: absolute;
    top: -25px;
    left: 50%;
	-webkit-transform:translate(-50%, 0);
	        -ms-transform:translate(-50%, 0);
	    transform:translate(-50%, 0);
}
.content_02{
    position: relative;
	height: 1917px;
    background: url(../img/bg_fixed_02.png) no-repeat center top;
    background-size: cover;
}
.content_02 .ttl {
    z-index: 3;
}
.content_02_01 {
	position: absolute;
	top: -170px;
	left: 50%;
	-webkit-transform:translate(-50%, 0);
	        -ms-transform:translate(-50%, 0);
	    transform:translate(-50%, 0);
}
.content_02_02{
	position: absolute;
	top: 82px;
	left: 50%;
	-webkit-transform:translate(-50%, 0);
	        -ms-transform:translate(-50%, 0);
	    transform:translate(-50%, 0);
}
.content_02_03{
	position: absolute;
	top: 360px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        -ms-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
}
.content_02_04{
	position: absolute;
	top: 1105px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        -ms-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
}
.content_02_05{
	position: absolute;
	top: 735px;
	left: 50%;
    width: 100%;
	-webkit-transform: translate(-50%, 0);
	        -ms-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
}
.next_btn{
	position: absolute;
	bottom: 102px;
}

#contents .frame-bottom {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 104px;
    background: url(../img/bg_frame_bottom.png) repeat-x 0 0;
    text-align: center;
    -o-transition: ease 1s;
    transition: ease 1s;
    -webkit-transition: ease 1s;
    z-index: 4;
}