.heaven-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  padding-top: 30px;
  padding-bottom: 40px;
}
.heaven-banner .slot {
  display: flex;
  justify-items: center;
  justify-content: center;
}
.heaven-banner .slot + .slot {
  margin-top: 10px;
}
.heaven-banner .slot a {
  display: block;
}
.heaven-banner .slot a img {
  height: 42px;
}
.heaven-banner .slot a + a {
  margin-left: 10px;
}
.heaven-banner .slot-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
}
.heaven-banner .slot-column a {
  margin-top: 16px;
  display: block !important;
}
.heaven-banner .slot-column a img {
  width: 80dvw;
}

.heaven-menu-pc {
  display: flex;
}/*# sourceMappingURL=heaven.css.map */