.music-inner ul:last-child{background:#fff;}

/*
================================================================================================================
レギュラーステージ/決勝トーナメント 切り替え
================================================================================================================
*/
#music{
display:flex;
position:relative;
width:100%;
margin:30px auto;
justify-content:space-between;
z-index:3;}
#music > a{
display:block;
width:calc((100% / 2) - 5px);
color:#fff;
background:#133479;
font-size:22px;
letter-spacing:.5px;
text-align:center;
border-radius:10px;
padding:10px 0;
transition:.35s ease-in-out;
opacity:.5;}
#music > a:hover,
#music > a.select{opacity:1;}
#music > a.select{pointer-events:none;}
@media screen and (max-width:980px){#music > a{font-size:20px;}}
@media screen and (max-width:800px){#music{margin:20px auto;}}
@media screen and (max-width:480px){
#music{flex-wrap:wrap;}
#music > a{width:100%;}
#music > a + a{margin-top:10px;}}
@media screen and (max-width:480px){#music > a{font-size:18px;}}