/* GOODS
##################################### */
#goods .btn_hover{
    width: 240px;
}

.goods_box{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.goods_box figure{
    position: relative;
    padding: 2px;
    background: #fff;
}
.goods_box .goods_data figure:before, .goods_box .goods_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;
}
.goods_box .goods_data figure:before{
    top: 0;
    left: 0;
}
.goods_box .goods_data figure:after{
    bottom: 0;
    right: 0;
}
.goods_box .goods_data:hover figure:before, .goods_box .goods_data:hover figure:after{
    width: 100%;
    height: 100%;
}
.goods_box figure img{
    position: relative;
    width: 100%;
    z-index: 1;
}
.goods_box .data_day{
    text-align: center;
    color: #ff149b;
    margin: 15px 0;
    position: relative;
}
.goods_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);
}
.goods_box .data_ttl{
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.5;
    margin-top: 30px;
    text-align: center;
}

    /* detail######################## */
.goods_detail .list_ttl{
    line-height: 1.5;
}
.goods_detail .list_ttl:after{
    bottom: 15px;
}
.goods_detail img{
    width: 100%;
}
.goods_wrap, .shop_list{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.goods_wrap{
    margin-top: 20px;
}
.date_wrap li:not(:last-child){
   margin-bottom: 2.0rem; 
}
.info_wrap li {
    margin-bottom: 20px;
}
.goods_detail .label{
    color: #ff149b;
    margin-right: 1em;
    width: 4em;
    display: inline-block;
    letter-spacing: .3rem;
}

.btn_area{
    margin-bottom: 100px;
}

/* MUSIC pc
===================================== */
@media screen and (min-width: 769px) {
    #goods .btn_prev:after{
        top: 10px;
    }
    .goods_box li{
        width: 280px;
    }
    .goods_box li:not(:nth-child(3n)){
        margin-right: 8rem;
    }
    .goods_box li:not(:nth-last-child(-n+3)){
        margin-bottom: 50px;
    }
    
    /* detail######################## */
    .goods_wrap ul{
        width: 46%;
    }
    .date_wrap{
        margin-right: 8%;
    }
    
}

/* GOODSsp
===================================== */
@media screen and (max-width: 768px) {
    #goods .btn_prev:after{
        top: 15px;
    }
    .goods_box li:not(:last-child){
        margin-bottom: 5rem;
    }
    /* detail######################## */
    .data_info spna, .data_goods, .data_info span{
        font-size: 12px;
        font-size: 1.2rem;
    }
    .goods_detail .list_ttl {
        letter-spacing: .2rem;
        font-size: 20px;
        font-size: 2.0rem;
    }
    .date_wrap{
        margin-bottom: 4rem;
    }
}
