@charset "UTF-8";

.l-sticky{
    position: sticky;
    left: 0;
    bottom: 0;
    padding: 15px;
    width: 100%;
    background: #f6f6f6;
    z-index: 100 !important;
}
@media (max-width: 768px) {
    .l-sticky{
        bottom: 65px;
    }    
}

.mobile-page-u96-campaign {
    background: url(/service/linemusic/images/p/bg-campaign.png) center top / cover no-repeat;
    text-align: center;
    padding: 52px 0 83px;

}
@media (max-width: 768px) {
    .mobile-page-u96-campaign {
        background: url(/service/linemusic/images/s/bg-campaign.png) center top / cover no-repeat;
        text-align: center;
        padding: 4.8vw 0 11vw;
    }
}
