@charset "UTF-8";

/* MV
---------------------------------------------------- */
.mv {
  background-image: url(../img/02_antique/mv_pc.webp);
  @media (min-width: 769px) and (max-width: 1024px) {
    background-image: url(../img/02_antique/mv_tb.webp);
  }
  @media (max-width: 768px) {
    background-image: url(../img/02_antique/mv_sp.webp);
  }
}

/* sectionCategory
---------------------------------------------------- */
.sectionCategory_list {
  max-width: 688px;
}