
@charset "utf-8";

/* ------------------------------------------------------------
					loading
------------------------------------------------------------ */

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.6);
    z-index: 99;
}

#loader {
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 100;
}

#loader p{
    font-size: 20px;
}

/* ------------------------------------------------------------
    animation main
------------------------------------------------------------ */

/* スキップボタン */
#animeSkip {
    cursor: pointer;
    width: 10%;
    position: absolute;
    z-index: 200;
    top:2%;
    right: 3%;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    /* opacity: 0.5;*/
}

/* 00シーン */
#animeBk {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    z-index: 11;
}

/* 01シーン */
#sceneOneCopy {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}

#sceneOneBkForest1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12;
}

/* 02シーン */
#sceneTwoBkForest2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}


#sceneTwoRustic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 21;
}

/* 03シーン */
#sceneThreeBeNot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 32;
}
#sceneThreeBk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
}

.bkGround {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 32;
}

/* 04シーン */
#sceneFourBk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 40;
}

/* 05シーン */
#sceneFiveEssentric {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 51;
}

#sceneFiveBk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.bkGroundS05 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 52;
}

/* 06シーン */
#sceneSixBk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 61;
}

/*#sceneFiveBanner {*/
/*    z-index: 61;*/
/*}*/

/*#sceneFiveAccess {*/
/*    z-index: 61;*/
/*}*/

#sceneSixCoordination {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 62;
}

/* 07シーン */
#sceneSevenBkSky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*z-index: 70;*/
    z-index: 60;
}

#sceneSevenWeWant {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 71;
}

#sceneEightBk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 80;
}

/* ------------------------------------------------------------
    animation parts
------------------------------------------------------------ */

.transparentBlock {
    /* 透明 */
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}


