#menu_area {
    position: relative;
    width: 100%;
    height: calc(100% - 51px);
    display: flex;
    justify-content: center;
}

.select_back {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
}

#stage_list {
    position: relative;
    width: 240px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: skewX(-2deg);
    overflow: auto;

    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

#stage_list::-webkit-scrollbar {
    display: none;
}

#stage_info {
    overflow: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    width:500px;
}

.one_stage {
    width: 100%;
    height: 80px;
}

.stage_div {
    position: relative;
    margin: 10px 20px;
    width: 200px;
    height: 60px;
    float: left;
    background: #5d5d5d;
    border-radius: 10px;
    cursor: pointer;
}

.stage_level {
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    top: -5px;
    display: inline-block;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    padding: 0 8px;
    margin: 0;
    letter-spacing: 0.1em;
    color: #fff;
    width: 100px;
    height: 20px;
    line-height: 20px;
    background: #70c7ff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}

.stage_level:before {
    position: absolute;
    content: '';
    top: 0;
    left: -7px;
    border: none;
    height: 28px;
    width: 7px;
    background: #70c7ff;
    border-radius: 5px 0 0 5px;
}

.stage_level:after {
    position: absolute;
    content: '';
    bottom: -7px;
    left: -5px;
    border: none;
    height: 7px;
    width: 5px;
    background: #4d99ca;
    border-radius: 5px 0 0 5px;
}

.stage_status {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: solid 1px rgba(255, 255, 255, 0.2);
    border-radius: 7px;
}

.stage_clear {
    background: linear-gradient(0deg, rgb(0, 195, 15) 50%, rgb(86, 255, 0) 100%);
}

.stage_clear:before {
    position: absolute;
    text-align: center;
    content: "CLEAR";
    color: #fff;
    font-size: 10px;
    top: -1px;
    right: 0px;
    width: 50px;
    height: 14px;
}

.stage_name {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.stage_info {
    font-size: 10px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}



#map_table {
    width: 265px;
    margin: 10px auto;
    margin-top: 40px;
    margin-bottom: 30px;
    height: 300px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

table {
    border-collapse: separate;
    border-spacing: 1px;
    margin: 0 auto;
    padding: 0;
    border: none;
    font-size: 0px;
    height: 100%;
}

td {
    padding: 0;
    border: solid 1px #6c6c6c;
    vertical-align: top;
    background-size: contain;
}

td img {
    width: 100%;
}

.auto_create_map {
    position: relative;
}

.auto_create_map:before {
    content: 'No data';
    font-size: 20px;
    font-weight: bold;
    color: #5f5f5f;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 40px);
}

.stage_select_on {
    background: #ff4e38;
    transform: scale(1.1);
}

.hart_img {
    background-image: url(/images/hart.png);
}

.wall_img {
    background-image: url(/images/wall.png);
}

.field_img {
    background-image: url(/images/field.png);
}

.cool_img {
    background-image: url(/images/cool.png);
}

.hot_img {
    background-image: url(/images/hot.png);
}

.ch_img {
    background-image: url(/images/ch.png);
}

.hc_img {
    background-image: url(/images/hc.png);
}

#stage_map {}

#stage_info_condition {
    position: relative;
    width: 75%;
    height: 100px;
    margin: 0 auto;
    margin-left: 100px;
    background: #5d5d5d;
    border-radius: 0px 5px 5px 5px;
    border: solid 2px #fff;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

#stage_info_condition:after {
    position: absolute;
    content: '';
    width: 100px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    top: -25px;
    padding: 5px 15px 0 15px;
    border-radius: 10px 0px 0px 0px;
    height: 0;
    border-style: solid;
    border-color: #ffffff00 #ffffff00 #5d5d5d #ffffff00;
    border-width: 0px 20px 20px 0px;
}

#stage_info_condition:before {
    position: absolute;
    content: '';
    width: 100px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    top: -25px;
    left: -2px;
    padding: 3px 17px 0 17px;
    border-radius: 10px 0px 0px 0px;
    height: 0;
    border-style: solid;
    border-color: #ffffff00 #ffffff00 #ffffff #ffffff00;
    border-width: 0px 20px 20px 0px;
}

#stage_info_condition span {
    position: absolute;
    top: -20px;
    left: 8px;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    z-index: 1;
}


#stage_info_name {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 50%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #2f2f2f;
    padding: 10px 0;
    padding-left: 20px;
}




.stage_info_data {
    padding: 5px 0;
    padding-left: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.stage_info_data:before {
    content: '';
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    color: #2f2f2f;
    margin-right: 5px;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 10px;
}



#stage_join_div {
    position: relative;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 40px;
    width: 60%;
    height: 40px;
    background: #ff4e38;
    border: solid 2px #fff;
    border-radius: 5px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

#stage_join_div a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 5px 0;
    text-decoration: none;
}

.stage_info_data_inline {
    display: inline-block;
}

.display_on {
    display: block;
}

.display_off {
    display: none;
}