@charset "utf-8";

/*========= VISUAL ===============*/
.visual {
    background: url(../images/livervisual.webp) center / cover;
}

/* VISUAL SP */
@media (max-width: 768px) {
    .visual {
    background: url(../images/livervisual_sp.webp) center / cover;
}
} /* VISUAL SP 768px */



