@charset "UTF-8";

.complete~#mv_outer .mv_text{ 
transition: opacity 1s 10s ease-in-out; 
opacity: 0; 
}

/*----アクセスパーツ----*/
#pc_none + div{
    display: none;
}
#pc_none +div .inner_item_img img{
    height: 100%!important;
}
#sp_none + div .inner_item_img img{
    height: 100%!important;
}

@media screen and (max-width:768px){
    #pc_none + div{
        display: block;
    }
    #sp_none + div{
        display: none;
    }
}

@media screen and (max-width:480px){
    #pc_none + div .inner_item{
        width: 48%!important;
    }
    #pc_none + div .inner_item:nth-of-type(2n){
        margin-left: 4%!important;
    }
}
