@charset "UTF-8";
.ttl-bg-heading {
    background: url(/assets/img/asd/entry/bg_mainvisual.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 2rem;
}
.ttl-new {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
}


#select-gyosyu-apparel-cat {
    font-size: 0.875rem;
    width: 20rem;
}


/* タブレット */
@media screen and (max-width:768px) {

}

/* sp */
@media screen and (max-width:575px) {
    .ttl-bg-heading {
        background: url(/assets/img/asd/entry/bg_mainvisual_sp.jpg) center center no-repeat;
        background-size: cover;
    }
    #select-gyosyu-apparel-cat {
        max-width: 100%;
    }

}
