body{
    background-image: url(../img_story2/background.white.png);
    background-repeat: no-repeat;
    background-size: 100vw;
    color:white;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 13px;
}

.skip{
    width: 20vw;
    position: absolute;
    top:10vw;
    right:8vw;
}

.place{
    width:80vw;
    position: absolute;
    top:19vw;
    left:10vw;
    z-index: 10;
}

.bomb{
    width:40vw;
    position: absolute;
    top:86vw;
    left:30vw;
    z-index: 20;
}


.back{
    width:2vw;
    position: absolute;
    top:149vw;
    left:10vw;
}

.message{
    width:94vw;
    position: absolute;
    top:121vw;
    left:3vw;
}

.next{
    width:2vw;
    position: absolute;
    top:149vw;
    right:10vw;
}


.clickBack{
    display: inline-block;
    width: 44vw;
    height:50vw;


    position: absolute;
    left:5vw;
    top:126vw;
    z-index: 10;
}

.clickNext{
    display: inline-block;
    
    width: 44vw;
    height:50vw;


    position: absolute;
    right:5vw;
    top:126vw;
    z-index: 10;
}
