@charset "utf-8";@media (min-width: 500px)
{
    .featureContents .feature-detail2 .feature-kv-container
    {
        background-image: url(/photo/page/20220525/banner_collect2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    }            
}
@media (max-width: 750px)
{
    .featureContents .feature-detail2 .feature-kv-container
    {
        background-image: url(/photo/page/20220525/banner_collect_sp2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
   　 background-position: bottom center;
    }        
}
@media (min-width: 500px) {
    .crumbsList {
        display: none;
    }
}
@media (max-width: 750px) {
    .crumbsList {
        display: none;
    }
}