/* MUSIC
##################################### */
#music .btn_hover{
    width: 240px;
}

.music_box{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.music_box figure{
    position: relative;
    padding: 2px;
    background: #fff;
}
.music_box .cd_data figure:before, .music_box .cd_data figure:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: #ff149d;
    -webkit-transition: width .3s ease-out, height .3s ease-out;
    -o-transition: width .3s ease-out, height .3s ease-out;
    transition: width .3s ease-out, height .3s ease-out;
}
.music_box .cd_data figure:before{
    top: 0;
    left: 0;
}
.music_box .cd_data figure:after{
    bottom: 0;
    right: 0;
}
.music_box .cd_data:hover figure:before, .music_box .cd_data:hover figure:after{
    width: 100%;
    height: 100%;
}
.music_box figure img{
    position: relative;
    width: 100%;
    z-index: 1;
}
.music_box .data_day{
    text-align: center;
    color: #ff149b;
    margin: 15px 0;
    position: relative;
}
.music_box .data_day:after{
    position: absolute;
    content: '';
    border-bottom: 1px solid #333;
    width: 100px;
    height: auto;
    top: 44px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.music_box .data_ttl{
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
    margin-top: 30px;
}

    /* detail######################## */
.music_detail .list_ttl{
    line-height: 1.5;
}
.music_detail .list_ttl:after{
    bottom: 15px;
}
.music_detail img{
    width: 100%;
}
.music_wrap, .shop_list{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.music_wrap{
    margin-top: 35px;
    margin-bottom: 80px;
}
.date_wrap li:not(:last-child){
   margin-bottom: 2.0rem; 
}
.music_info .data_day{
    color: #ff149b;
}
.date_wrap .streaming_info .btn_hover{
    margin-top: 10px;
}
.music_detail .data_ttl{
    color: #0096ff;
}
.artist_list{
    margin-left: 2em;
    margin-bottom: 5px;
}
.special_ttl{
    text-align: center;
    font-weight: normal;
    position: relative;
}
.special_ttl:before, .special_ttl:after{
    content: '';
    position: absolute;
    height: auto;
    border-bottom: 1px solid;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.special_ttl:before{
    top: -17px;    
}
.shop_list .data_info{
    line-height: 1.5;
    margin: 10px 0;
}
.btn_area{
    margin-bottom: 100px;
}

/* MUSIC pc
===================================== */
@media screen and (min-width: 769px) {
    #music .btn_prev:after{
        top: 10px;
    }
    .music_box li{
        width: 280px;
    }
    .music_box li:not(:nth-child(3n)){
        margin-right: 8rem;
    }
    .music_box li:not(:nth-last-child(-n+3)){
        margin-bottom: 50px;
    }
    
    /* detail######################## */
    .music_detail{
        font-size: 20px;
        font-size: 2.0rem;
    }
    .music_wrap ul{
        width: 46%;
    }
    .date_wrap{
        margin-right: 8%;
    }
    .special_ttl{
        font-size: 30px;
        font-size: 3.0rem;
        margin-bottom: 80px;
    }
    .special_ttl:before, .special_ttl:after{
        width: 50%;
    }
    .special_ttl:after{
        top: 75px;    
    }
    .artist_list{
        font-size: 12px;
        font-size: 1.2rem;
    }
    .shop_list li{
        width: 30%;
    }
    .shop_list li:not(:nth-child(3n)){
        margin-right: 5%;
    }
    .shop_list li:not(:nth-last-child(-n+3)){
        margin-bottom: 30px;
    } 
    .data_goods, .data_info span{
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/* MUSICsp
===================================== */
@media screen and (max-width: 768px) {
    #music .btn_prev:after{
        top: 15px;
    }
    .music_box li:not(:last-child){
        margin-bottom: 5rem;
    }
    /* detail######################## */
    .data_info spna, .data_goods, .data_info span{
        font-size: 12px;
        font-size: 1.2rem;
    }
    .music_detail .list_ttl {
        letter-spacing: .2rem;
        font-size: 20px;
        font-size: 2.0rem;
    }
    .date_wrap{
        margin-bottom: 4rem;
    }
    .special_ttl{
        font-size: 20px;
        font-size: 2.0rem;
        margin-bottom: 50px;
    }
    .special_ttl:before, .special_ttl:after{
        width: 80%;
    }
    .special_ttl:after{
        top: 53px;    
    }
    .artist_list{
        font-size: 10px;
        font-size: 1.0rem;
    }
    .shop_list li:not(:last-child){
        margin-bottom: 3rem;
    }
}
