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;
}


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

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

.textBox{
    width:95vw;
    margin: 5vw auto;
}

.textBoxImg{
    width:95vw;
}

.parent{
    position: relative;
    top:116vw;
}

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


    position: absolute;
    left:5vw;
    top:126vw;
}

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

    position: absolute;
    right:5vw;
    top:126vw;

    z-index: 10;
    
}