@charset "utf-8";
/* CSS Document */
#schedule {
  background-image: url("../img/top/top-main-base.jpg");
  background-position: center bottom;
  background-repeat: repeat;
  background-size: cover;
}
#pc-illust {}
/* ########### 767px以下 ＞md ########### */
@media (max-width: 767px) {
  #pc-illust {
    margin-top: -5rem;
  }
}
/* ########### 575px(sm)以下 ########### */
@media (max-width: 575px) {}
/*トップページ用 設定 OnlyTop*/