

#start_button{
    display: inline-block;
    background-color:rgb(174, 209, 154);
    width: 160px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    font-size:27px;
    opacity: 1;
}


#x{
    display: inline-block;
    background-color:rgb(49, 56, 45);
    width: 55px;
    height: 55px;
    border-radius: 10px;
    text-align: center;
    font-size: 35px;
    color:rgb(255,255,255);
    opacity: 1;
}
.tate{
    position: absolute;
    top: -30px;
    left: -5px;
    border: 5px solid rgb(174, 209, 154);
    width: 50px;
    height: 240px;
    border-radius: 80px;
    z-index: 999;
    opacity: 0;
}

.naname1{
    position: absolute;
    top: -70px;
    left: 60px;
    border: 5px solid rgb(174, 209, 154);
    width: 50px;
    height: 320px;
    border-radius: 100px;
    z-index: 999;
    transform: rotate(-45deg);
    opacity: 0;
}

.naname2{
    position: absolute;
    top: -70px;
    left: -70px;
    border: 5px solid rgb(174, 209, 154);
    width: 50px;
    height: 320px;
    border-radius: 100px;
    z-index: 999;
    transform: rotate(45deg);
    opacity: 0;
} 

.above{
    display: inline-block;
    font-size: 17px;
}

.tokuten{
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    opacity: 0;
}


.candidate{
    display: inline-block;
    background-color:rgb(174, 209, 154);
    width: 100px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    font-size: 27px;
}


.container{
    position: relative;
    display: inline-block;
    background-color:rgb(220, 220, 220);
    width: 50px;
    height: 50px;
    border-radius: 15px;
    text-align: center;
    font-size: 32px;
}

body{
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align:center;
    font-family: "Mochiy Pop One", sans-serif;
}

h1{
    font-size: 50px;
}

html{
    overflow: hidden;
}
