/* PC用 */
#stage_board{
    display:flex;
}
#overview{
    width:400px;
    padding:15px;
    animation:fade_in 3s;
}
#flyer_space{
    animation:fade_in 3s;
    text-align:center;
}

#flyer_space img{
    max-width:400px;
    text-align:center;
    margin:0 auto;
}
#member{
    display:flex;
    flex-wrap:wrap;
}
#member div{
    margin:0.2em 0.6em;
}


.stage_list_image{
    max-width:200px;
    max-height:200px;
    text-align:center;
}

.new_flyer{
    width:500px;
    animation:fade_in 3s;
}

.new_text{
    opacity:0;
    animation:fade_in 3s 1.5s;
    animation-fill-mode: forwards;
}

/* ステージリスト */
#stage_list{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:50px;
}
#stage_list div{
    text-align:center;
    margin:0 auto;
}
