#main.teaser::before{background-image:url(../img/common/bg01.png); background-position:center; background-repeat:no-repeat; background-size:cover;}
#main.teaser #main-inner{display:block !important;}
#main.teaser #main-inner #frame{margin:0 auto !important;}

/*
================================================================================================================
楽曲追加
================================================================================================================
*/
#frame .box.music{font-style:italic; line-height:180%; text-align:center;}
#frame .box.music ul li:nth-child(1){
width:70%;
max-width:300px;
background:linear-gradient(135deg, #ffa5d6 0%,#9ce3ed 33%,#ffd86f 66%,#ffa5d6 100%);
border-radius:3px;
padding:5px;
margin:0 auto;}
#frame .box.music ul li:nth-child(2){
color:#000;
font-size:24px;
font-weight:900;
margin:20px auto 0;}
@media screen and (max-width:480px){#frame .box.music ul li:nth-child(2){font-size:18px; margin:10px auto 0;}}
@media screen and (max-width:370px){#frame .box.music ul li:nth-child(2){font-size:16px;}}