.heaven-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  padding-bottom: 20px;
}
.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-wrap {
  display: flex !important;
  justify-content: center;
  justify-items: center;
}

.heaven-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  width: 180px;
  height: 55px;
  border-bottom: solid 1px #fdc7dc;
  text-decoration: none;
  font-family: "hiragino-mincho-pron", sans-serif;
}
.heaven-link .main {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 900;
  color: #fc7bac;
  font-size: 16px;
}
.heaven-link .alpha {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 700;
  color: #808080;
  font-size: 9px;
}

.sp-menu-on-heven {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2px;
  margin-bottom: 2px;
}
.sp-menu-on-heven .menu-item {
  display: flex;
  justify-content: center;
  justify-items: center;
  flex-direction: column;
  width: 50dvw;
  height: 58px;
  outline: #fff 2px solid;
  background-color: #fdc1cb;
}
.sp-menu-on-heven .menu-item .main, .sp-menu-on-heven .menu-item .alpha {
  font-family: "hiragino-mincho-pron", sans-serif;
}
.sp-menu-on-heven .menu-item .main {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.sp-menu-on-heven .menu-item .alpha {
  font-size: 10px;
  color: #f38ea0;
}
.sp-menu-on-heven .menu-item:nth-child(4n), .sp-menu-on-heven .menu-item:nth-child(4n+1) {
  background-color: #fb8f9f;
}
.sp-menu-on-heven .menu-item:nth-child(4n) .main, .sp-menu-on-heven .menu-item:nth-child(4n+1) .main {
  color: #fff;
}
.sp-menu-on-heven .menu-item:nth-child(4n) .alpha, .sp-menu-on-heven .menu-item:nth-child(4n+1) .alpha {
  color: #fdbec9;
}
.sp-menu-on-heven .menu-item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M6.5 5l-1.5 1.5 5 5-5 5 1.5 1.5 6.5-6.5z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.sp-menu-on-heven .menu-footer {
  outline: #fff 2px solid;
}
.sp-menu-on-heven .menu-footer a img {
  width: 100%;
}/*# sourceMappingURL=heaven.css.map */