.about_me,.create_play,.asking_play,.the_ranking{
    float: left;
    display: inline-block;
    min-width: 60%;
    flex-grow: 1;
}
.about_me_info{
    text-align: left;
    display: flex;
    border-radius: 20px;
    background-color: hsl(0deg 21% 84% / 20%);
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 5px dashed pink;
    overflow:hidden;
}
@media (min-width:500px) {
    .head_img_wrap,.head_img{
        width: 128px;
        height: 128px;
    }
    .my_info h2{
        font-weight: 900;
        line-height: 1.3em;
        font-size: 25px;
        padding-bottom: 10px;
    }
    .my_info_gender{
        font-size: 35px;
    }
    .detail_info{
        width: calc(100% - 128px);
    }
}@media (max-width:500px) and (min-width:450px){
    .head_img_wrap,.head_img{
        width: 100px;
        height: 100px;
    }
    .my_info h2{
        font-weight: 900;
        line-height: 1em;
        font-size: 22px;
        padding-bottom: 0px;
    }
    .my_info_gender{
        font-size: 27px;
    }
    .detail_info{
        width: calc(100% - 100px);
    }
}@media(max-width:450px) and (min-width:400px){ 
    .head_img_wrap,.head_img{
        width: 80px;
        height: 80px;
    }
    .my_info h2{
        font-weight: 900;
        line-height: 1em;
        font-size: 21px;
        padding-bottom: 0px;
    }
    .my_info_gender{
        font-size: 25px;
    }
    .my_info{
        font-size: 15px;
    }
    .detail_info{
        width: calc(100% - 80px);
    }
}@media(max-width:400px){
    .head_img_wrap,.head_img{
        width: 65px;
        height: 65px;
    }
    .my_info h2{
        font-weight: 900;
        line-height: 1em;
        font-size: 18px;
        padding-bottom: 0px;
    }
    .my_info_gender{
        font-size: 25px;
    }
    .my_info{
        font-size: 15px;
    }
    .detail_info{
        width: calc(100% - 65px);
    }
}
.my_info_gender{
    font-weight: bold;
    font-family: 'genderfont';
}
.head_img{
    border-radius: 50%;
}
.detail_info{
    padding-left: 30px;
    line-height: 40px;
}
.my_info{
    width: 100%;
}
.create_play h2{
    font-weight: 900;
    line-height: 1.3em;
    font-size: 25px;
    padding-bottom: 10px;
}
.now_playing_header h2,.asking_play h2{
    font-weight: 900;
    line-height: 1.3em;
    font-size: 22px;
    padding-bottom: 12px;
}

.male{
    color: blue;
}
.female{
    color: pink;
}
.other{
    color: purple;
}
.now_playing{
    text-align: left;
    padding-top: 50px;
    
}
.now_playing_detail{
    width: 100%;
    padding-top: 20px;
}
@media (min-width:768px) {
    .now_playing_detail{
        padding-left: 2.5%;
    }
}
.now_playing_inner_head,.now_playing_inner_item{
    display: inline-block;

}
.button-30 {
    align-items: center;
    appearance: none;
    background: initial;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgb(45 35 66 / 40%) 0 2px 4px, rgb(45 35 66 / 30%) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    box-sizing: border-box;
    color: #FF4742;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-weight: 800;
}
.button-30:hover {
    background-color: #FF4742;
    background-position: 0 0;
    color: #FFFFFF;
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #b91914 0 -3px 0 inset;
    transform: translateY(2px);
    transition: .5s;
}
.button-30:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(3px);
}
@media (min-width: 600px) {
    .button-30{
        font-size: 18px;
        height: 48px;
        padding-left: 16px;
        padding-right: 16px;
    }
}@media (max-width: 600px) and (min-width:300px) {
    .button-30{
        font-size: 15px;
        height: 42px;
        padding-left: 14px;
        padding-right: 14px;
    }
}@media (max-width: 300px){
    .button-30{
        font-size: 14px;
        height: 39px;
        padding-left: 8px;
        padding-right: 8px;
    }
}
#current_select_playing{
    font-weight: bolder;
}

.create_play,.asking_play{
    text-align: left;
    padding-top: 20px;
}

.creat_play_item{
    padding: 10px 0 10px;
    font-size: 19px;
    min-height: 30px;
    line-height: 30px;
    display: flex;
    width: 100%;
    max-width: 500px;
}
.create_play_title{
    width: 150px;
    font-size: 17px;
}
.creat_play_wrap{
    margin-top: 50px;
    width: 100%;
}
.creat_play_input{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    background-color: #fff;
    flex-grow: 1;
    font-weight: 500;
    border-width: 1px;
    border-radius: 3px;
}
.creat_play_input:invalid { 
    color: gray; 
}
.creat_play_input option { 
    color: black; 
}
.creat_play_input option[value=""][disabled] {
    color: gray;
    display: none;
}
.sign_up_button{
    color: #7c2529 !important;
    float: right;
    cursor: pointer;
    border: 2px solid transparent;
}
.sign_up_button:hover{
    background-color: rgba(0,0,0,.05) !important;
}
#creat_play_warming{
    color: red;
    display: none;
    font-size: 16px;
    padding-left: 150px;
}
.ask_to_login{
    width: 100%;
    max-width: 800px;
    margin: auto;
    height: 200px;
    display: inline-block;
    border-radius: 40px;
    background: #FFE6E6;
}
.ask_to_login_suggest{
    padding-top: 30px;
    font-size: 24px;
    color: #6781bd;
    font-weight: bolder;
}
.obvious_link_lobby{
    color: blue;
}
.obvious_link_lobby:hover{
    text-decoration:underline;
}
.hoverable {
    border-radius: 30px;
    background-color: #ffffffab;
    border: 2px solid #008CBA;
    color: rgb(0, 0, 0);
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}
.hoverable:hover {
    background-color: #008CBA;
    color: white;
}
@media (min-width : 1000px) {
    .hoverable{
        padding: 9px 16px;
    }
}@media (max-width : 1000px) and (min-width : 500px){
    .hoverable{
        padding: 7px 10px
    }
}@media (max-width : 500px){
    .hoverable{
        padding: 5px 10px 5px 10px;
        font-weight: 300;
    }
}
.ranking_inner_wrap{
    max-width: 800px;
    margin: auto;
}
.red_name{
    color: blue;
}
@media (max-width:400px) {
    #close_400{
        display: none;
    }
    
}