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

.box{
    width:88vw;
    position: absolute;
    top:15vw;
    left:6vw;
    z-index: -1;
}

.car{
    width:76vw;
    position: absolute;
    top:60vw;
    left:12vw;
}

.tennis{
    width:76vw;
    position: absolute;
    top:87vw;
    left:12vw;
}

.gym{
    width:76vw;
    position: absolute;
    top:114vw;
    left:12vw;
}

.back{
    width:2vw;
    position: absolute;
    top:33vw;
    left:10vw;
    z-index: 1;
}

.text2{
    width:90vw;
   text-align: center;
   transform: translate(4vw,28vw);

}

.text3{
    width:90vw;
    text-align: center;
    transform: translate(5vw,30vw);

}

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


    position: absolute;
    left:5vw;
    top:27vw;

    z-index: 10;
}





















































.text3{
    width:90vw;
    text-align: center;
    z-index: 1;
}