@charset "UTF-8";

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

/* sectionResult
---------------------------------------------------- */
.resultList {
  max-width: 616px;
}

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