/* あらすじ画面 */
* {
    margin: 0;
    padding: 0;
}

/* 画面サイズ */
.display_size {
    position: relative;
    width: 1920px;
    height: 1080px;
}

/* あらすじスキップ */
.storyskip_japan {
    position: absolute;
    width: 420px;
    height: 39px;
    top: 20px;
    right: 0px;
    color: white;
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
}

/* １つ先に進む */
.storyfront_japan {
    position: absolute;
    width: 287px;
    height: 38px;
    top: 1030px;
    right: 50px;
    color: white;
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
}

/* 一つ前にもどる */
.storyback_japan {
    position: absolute;
    width: 390px;
    height: 38px;
    top: 1030px;
    left: 70px;
    color: white;
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
}

/* あらすじ画面１ */
#OP_1_japan.display_size {
    display: none;
    background-image: url("game_material/game_material/ background/summary-1.png");
}

#story_1_japan {
    position: absolute;
    width: 1920px;
    height: 1080px;
    top: 183px;
    left: 111px;
    color: white;
    font-size: 90px;
    line-height: 1;
    user-select: none;
}

#story_bgm {
    display: none;
}

/* あらすじ画面２ */
#OP_2_japan.display_size {
    display: none;
    background-image: url("game_material/game_material/ background/summary-2.png");
}

#story_2_japan {
    position: absolute;
    width: 1920px;
    height: 1080px;
    top: 130px;
    left: 111px;
    color: white;
    font-size: 90px;
    line-height: 1;
    user-select: none;
}

/* あらすじ画面３ */
#OP_3_japan.display_size {
    display: none;
    background-image: url("game_material/game_material/ background/summary-3.png");
}

#story_3_japan {
    position: absolute;
    width: 1920px;
    height: 1080px;
    top: 183px;
    left: 111px;
    color: white;
    font-size: 80px;
    line-height: 1;
    user-select: none;
}

/* あらすじ画面4 */
#OP_4_japan.display_size {
    display: none;
    background-image: url("game_material/game_material/ background/summary-4.5.png");
}

#story_4_japan {
    position: absolute;
    width: 1920px;
    height: 1080px;
    top: 183px;
    left: 111px;
    color: white;
    font-size: 80px;
    line-height: 1;
    user-select: none;
}

/* あらすじ画面5 */
#OP_5_japan.display_size {
    display: none;
    background-image: url("game_material/game_material/ background/summary-5.png");
}

#story_5_japan {
    position: absolute;
    width: 1920px;
    height: 1080px;
    top: 370px;
    left: 111px;
    color: white;
    font-size: 90px;
    line-height: 1;
    user-select: none;
}