@charset 'utf-8';


#stage{
    overflow: hidden;
}


#main{
    width:100%; height: 100%;
}

#main .inner{
    height: 100%;
}


#bgAnime{
    position: fixed;
    left:0; top:45px;
}

#mesh{
    position: fixed;
    left:0; top:45px;
}

#bgAnimeIn{
    display:none;
}



/* [OPENING 画面] */
#openingbox{
    position:relative;
    width:100%; height: 100%;
    visibility: 'hidden';
}

#openingbox p, #openingbox div{
    position: absolute;
}

#openingbox #ologo{
    left:50%; top:39.8%;
    margin-left: -187px;
    display: none;
}

#openingbox #ochara1{
    left:57%; top:36%;
    margin-left: 90px;
    display: none;
}

#openingbox #ochara2{
    left:50%; top:38%;
    margin-left: 110px;
    display: none;
}

#openingbox #ochara3{
    left:50%; top:46.2%;
    margin-left: 100px;
    display: none;
}

#openingbox #author{
    left:50%; top:50%;
    margin-left: -250px;
    margin-top: -95px;
    display: none;
}



/* [FIX 画面] */
#header{
    display: none;
}

#mesh{
    display: none;
}

#fixbox{
    position:relative;
    min-width: 1100px;
    visibility: hidden;
}


#fixbox .ground{
    position: fixed;
    left:0; top:700px;
    width: 100%; height: 400px;
    min-width: 1100px;
    background: url('../img/ground.png') no-repeat center top;
}


#fixbox .chara{
    position: fixed;
    left:0; top:170px;
    width: 100%;
    min-width: 1100px;
    text-align: center;
}

#fixbox .chara img{
    width: 63%;
    margin-left: 20px;
}

#fixbox .mainLogo{
    position: fixed;
    left:50%; top:530px;
    margin-left: -235px;
}

#fixbox .pdate{
    position: fixed;
    left:50%; top:760px;
    margin-left: -180px;
}



#fixbox .catchcopys{
    position: fixed;
    left:0; top:60px;
    width: 100%;
    min-width: 1100px;
}

#fixbox .copy1{
    position: absolute;
    left:17%; top:0;
    width: 88px;
}

#fixbox .copy2{
    position: absolute;
    right:23%;top:0;
    width: 88px;
}

#fixbox .catchcopy1 img, #fixbox .catchcopy2 img{
    width:95%;
}



#fixbox .innerbox{
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
    background: url('../img/nav/nav_line.png') repeat-y;
}


#fixbox .review{
    position: fixed;
    left:50%; top:60px;
    margin-left: -216px;
}


/* NAVS */
#fixbox .navs{
    float:left;
}

#fixbox .mainNav{
    margin: 73px 0 0 20px;
}

#fixbox .mainNav li{
    margin-bottom: 12px;
}

#fixbox .navCountdown{
    width: 240px; height: 48px;
    margin-top: 35px;
    background: url('../img/nav/countdown_bg.png') no-repeat;
}

#fixbox .navCountdown span{
    display:block;
    padding: 12px 0 0 20px;
}



/* BANNERS */
#fixbox .bnrs{
    float:right;
    margin: 85px 20px 0 0;
}

#fixbox .bnrs li{
    padding-bottom:15px;
}

#fixbox .bnrs .bnrRasengan{margin-left: 50px;}
#fixbox .bnrs .bnrNarutoAi{margin-left: 0;}
#fixbox .bnrs .bnrPesent{margin-left: 20px;}



#footer{
    display:none;
}


/* Twitter Widget */
.twtWgt{
    width:220px;
    box-sizing: border-box;
    margin: 40px 0 0 20px;
    padding: 15px 5px;
    background: url('../../common/img/bg_washi.jpg');
    border-top:10px solid #e50e83;
    border-bottom:10px solid #e50e83;
}


.twtWgt .ttl{
    margin-bottom: 15px;
    text-align: center;
}

.twtWgt .twtbtn{
    margin-top: 15px;
    text-align: center;
}


