a {
    text-decoration: none;
    color: black;
}

body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

.title {
    text-align: center;
    font-family: '游明朝 Medium', 'Noto Serif JP';
    font-size: 100px;
    line-height: 1;
}

.sub-title {
    text-align: center;
    font-family: '游明朝 Medium', 'Noto Serif JP';
    font-weight: bold;
}

.choice {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    font-size: xx-large;
    font-weight: bold;
}

.item, .item:visited{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000000;
    background: #bcbcbc;
    border-bottom: solid 6px #5a5a5a;
    border-radius: 9px;
}

.item:hover {
    color: #000000;
    background: #bcbcbc;
    border-bottom: 2px solid #5a5a5a;
}

.dialog {
    text-align: center;
    font-size: 60px;
}

.alert {
    text-align: center;
    color: Red;
}

table {
    margin: 0% 10%;
    text-align: center;
}

table,
table td {
    border-collapse: collapse;
    width: 110px;
    height: 110px;
    table-layout: fixed;
    font-size: 60px;
}

.info {
    text-align: center;
    font-size: 100px;
    line-height: 0.9;
}

#popup-wrapper {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    font-size: 35px;
}
  
#popup-inside {
    text-align: center;
    width: 100%;
    max-width: 1000px;
    background: white;
    margin: 10% auto;
    padding: 40px;
    position: relative;
}
  
#close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#close-last {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#again, #back {
    width: 500px;
    height: 100px;
    padding: 20px;
    font-size: 40px;
}

#start-elite, #start-super, #start-sennin {
    width: 200px;
    height: 150px;
    padding: 20px;
    font-size: 30px;
}

.redo, .rule, .redo-phone, .rule-phone{
    color: #000000;
    background-color: #bcbcbc;
    border-radius: 100vh;
    border-bottom: solid 6px #5a5a5a;
    width: 300px;
    height: 100px;
    font-size: 40px;
    font-weight: bold;
}

.redo:hover, .rule:hover, .redo-phone:hover, .rule-phone:hover {
    color: #000000;
    background: #bcbcbc;
    margin-top: 3px;
    border-bottom: 2px solid #5a5a5a;
}

#display {
    font-size: 80px;
    text-align: center;
}

.phone {
    color: Blue;
}

.last-home {
    display: flex;
    justify-content: center;
    align-items: center;
}

.last-home > .phone {
    width: calc(100% / 2);
    width: 50% ;
    text-align: right;
}

.last-home > .copy {
    width: calc(100% / 2);
    width: 50% ;
}

.btn-phone {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-phone > .rule-phone {
    width: calc(100% / 2.86);
    width: 35% ;
}

.btn-phone > .no-space {
    width: calc(100% / 10);
    width: 10% ;
}

.btn-phone > .redo-phone {
    width: calc(100% / 2.86);
    width: 35% ;
}