@charset "UTF-8";



/* ==========================================================================
   story
========================================================================== */
/*------------------------------------------------------------
    bg
------------------------------------------------------------*/
.story_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/story/story_bg.jpg) center center no-repeat;
    background-size: cover;
}
.story_bg:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.story_bg.none_filter:after {
    background-color: rgba(255,255,255,0);
}



/*------------------------------------------------------------
    title
------------------------------------------------------------*/
.title_section {
    position: relative;
    width: 960px;
    height: 252px;
    margin: 0 auto;
}
.story_title_01 {
    position: absolute;
    top: 87px;
    left: 274px;
}



/*------------------------------------------------------------
    contents
------------------------------------------------------------*/
.contents_section {
    position: relative;
    width: 960px;
    height: 2449px;
    margin: 0 auto;
}
.story_img_01 {
    position: absolute;
    top: 0;
    left: -57px;
}
.story_img_02 {
    position: absolute;
    top: 382px;
    left: -57px;
}
.story_img_03 {
    position: absolute;
    top: 1152px;
    left: -57px;
    z-index: 1;
}
.story_img_04 {
    position: absolute;
    top: 1641px;
    left: -57px;
}



/*------------------------------------------------------------
    other
------------------------------------------------------------*/
.other_section {
    position: relative;
    width: 960px;
    height: 324px;
    margin: 0 auto;
}
.story_text_01 {
    position: absolute;
    top: 0;
    left: 330px;
}
.story_btn_01 {
    position: absolute;
    top: 87px;
    left: 221px;
    background: url(../img/story/story_btn_01_ov.png) 0 0 no-repeat;
}



/*------------------------------------------------------------
  hover
------------------------------------------------------------*/
.no-touchevents .story_btn_01 a img {
    transition: opacity 400ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.no-touchevents .story_btn_01 a:hover img {
    opacity: 0;
}


