.l-kv {
  position: relative;
  width: 100%;
  min-width: 136.6rem;
}
.l-kv_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-kv {
    min-width: initial;
  }
}

.l-lead {
  position: relative;
  padding-top: 11rem;
  padding-bottom: 10rem;
}
.l-lead_container {
  position: relative;
}
.l-lead_inner {
  position: relative;
  z-index: 1;
}
.l-lead_text {
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  text-align: center;
}
.l-lead_illust-bg {
  position: absolute;
  top: -2rem;
  left: -10.2rem;
  z-index: 0;
  width: 33rem;
  transform: scaleY(-1);
}
@media screen and (max-width: 768px) {
  .l-lead {
    padding-top: 5.8rem;
    padding-bottom: 3.7rem;
  }
  .l-lead_illust-bg {
    display: none;
  }
}

.l-gallery {
  margin-bottom: 10rem;
}
.l-gallery_photo_year {
  top: -7rem;
  right: 10rem;
}
.l-gallery_photo_list_item_illust-hexagon {
  display: none;
}
.l-gallery_photo_illust-ball {
  position: absolute;
  top: 26.6rem;
  left: 4.5rem;
  width: 12.5rem;
}
.l-gallery_photo_illust-flask {
  position: absolute;
  bottom: 4.2rem;
  right: 3.4rem;
  width: 20rem;
}
.l-gallery_illust-bg-01 {
  top: 21rem;
  right: -13.4rem;
  width: 43rem;
  transform: scale(-1, -1) rotate(16deg);
}
.l-gallery_illust-bg-02 {
  bottom: 17.8rem;
  left: -9.4rem;
  width: 38.1rem;
}
.l-gallery_illust-bg-03 {
  bottom: -20.3rem;
  right: -18rem;
  width: 43.2rem;
}
@media screen and (max-width: 768px) {
  .l-gallery {
    margin-bottom: 5rem;
  }
  .l-gallery_photo_year {
    top: -2.2rem;
    right: 0rem;
  }
  .l-gallery_photo_list_item_illust-hexagon {
    display: block;
    position: absolute;
    top: 10.6rem;
    left: -2.6rem;
    width: 7.2rem;
  }
  .l-gallery_photo_illust-ball {
    top: 4.4rem;
    left: initial;
    right: -0.6rem;
    transform: scaleX(-1);
    width: 7.2rem;
  }
  .l-gallery_photo_illust-flask {
    bottom: 2rem;
    right: -1rem;
    width: 11.4rem;
  }
}

.l-archive {
  margin-bottom: 10rem;
}
.l-archive_button.is-large {
  margin-inline: auto;
  padding-left: 4rem;
}
@media screen and (max-width: 768px) {
  .l-archive {
    margin-bottom: 5rem;
  }
  .l-archive_button.is-large {
    padding-left: 4rem;
  }
}

.l-bottomLink {
  padding-top: 3.7rem;
  padding-bottom: 14rem;
}
.l-bottomLink_inner {
  position: relative;
}
.l-bottomLink_button {
  margin: auto;
}
.l-bottomLink_illust-people {
  position: absolute;
  top: -28rem;
  left: 19.4rem;
  z-index: 1;
  width: 19.2rem;
}
@media screen and (max-width: 768px) {
  .l-bottomLink {
    padding-bottom: 11rem;
  }
  .l-bottomLink_illust-people {
    display: none;
  }
}
