.level {
  display: none;
}

.top-img {
  background: url(../img/2024/top_pc.png) no-repeat center bottom;
  background-size: cover;
}

@media screen and (max-width: 599px) {
  .top-img {
    background: url(../img/shincha/top_sp.png) no-repeat center center;
  }
}
.p_img img {
  width: 100%;
}

.sub_01 .bg_top {
  background-image: url(../img/2024/sub01_top.png);
}/*# sourceMappingURL=style2024.css.map */