.mv {
  position: relative;
  height: calc(100vh - 10rem);
  background: url(../img/index/mv_bg.webp) no-repeat center/cover;
}
@media (min-width: 769px) {
  .mv {
    height: 100vh;
  }
}
.mv::after {
  display: block;
  content: "";
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  aspect-ratio: 970/562;
  background: url(../img/index/mv_deco.webp) no-repeat center/100%;
}
@media (min-width: 769px) {
  .mv::after {
    top: 50%;
    width: 108rem;
  }
}
.mv h1 img {
  position: absolute;
  top: calc(50% + 3rem);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30rem;
}
@media (min-width: 769px) {
  .mv h1 img {
    width: 65rem;
    top: calc(50% + 3.75rem);
  }
}

section#schedule {
  padding: 5rem 0;
  background: #E2F6EE;
}
@media (min-width: 769px) {
  section#schedule {
    padding: 10rem 0;
  }
}
section#schedule .section_head {
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 768px) {
  section#schedule .section_head {
    padding-bottom: 6rem;
  }
}
@media (min-width: 769px) {
  section#schedule .section_head {
    margin-bottom: 7rem;
  }
}
section#schedule .section_head .en {
  position: relative;
  color: #009BB0;
  font-size: 6rem;
  font-weight: 100;
  font-family: "Poppins";
  line-height: 1;
  z-index: 1;
}
@media (min-width: 769px) {
  section#schedule .section_head .en {
    font-size: 12rem;
  }
}
section#schedule .section_head .jp {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  z-index: 1;
}
@media (min-width: 769px) {
  section#schedule .section_head .jp {
    font-size: 3.6rem;
  }
}
section#schedule .section_head .jp span {
  padding: 0 2rem;
  background: linear-gradient(transparent 60%, #B3E9F0 30%);
}
@media (min-width: 769px) {
  section#schedule .section_head .jp span {
    padding: 0 4rem;
  }
}
section#schedule .section_head::before {
  display: block;
  content: "";
  position: absolute;
  aspect-ratio: 320/268;
  background: url(../img/index/schedule_char1.webp) no-repeat center/100%;
}
@media (max-width: 768px) {
  section#schedule .section_head::before {
    top: -10rem;
    left: -5rem;
    width: 16.5rem;
  }
}
@media (min-width: 769px) {
  section#schedule .section_head::before {
    top: -1.1rem;
    left: 0;
    width: 32rem;
  }
}
section#schedule .section_head::after {
  display: block;
  content: "";
  position: absolute;
  aspect-ratio: 324/236;
  background: url(../img/index/schedule_char2.webp) no-repeat center/100%;
}
@media (max-width: 768px) {
  section#schedule .section_head::after {
    bottom: 0;
    right: -5rem;
    width: 17rem;
  }
}
@media (min-width: 769px) {
  section#schedule .section_head::after {
    top: -3.5rem;
    right: 3rem;
    width: 32.4rem;
  }
}
@media (min-width: 769px) {
  section#schedule .schedule_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  section#schedule .schedule_list .schedule_item:nth-child(n+2) {
    margin-top: 5rem;
  }
}
@media (min-width: 769px) {
  section#schedule .schedule_list .schedule_item {
    width: calc(50% - 1.5rem);
  }
  section#schedule .schedule_list .schedule_item:nth-child(n+3) {
    margin-top: 5rem;
  }
}
section#schedule .schedule_list .schedule_item .band {
  max-width: 37rem;
  margin: 0 auto 1.5rem;
  padding: 0.4em 0;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  border-radius: 100rem;
}
@media (min-width: 769px) {
  section#schedule .schedule_list .schedule_item .band {
    margin-bottom: 2rem;
  }
}
section#schedule .schedule_list .schedule_item .band .coming_soon {
  display: block;
  margin-top: 0.4rem;
  font-family: "Poppins";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (min-width: 769px) {
  section#schedule .schedule_list .schedule_item .band .coming_soon {
    font-size: 1.6rem;
  }
}
section#schedule .schedule_list .schedule_item .band.orange {
  background: linear-gradient(to right bottom, #EFDB46, #F2982F);
}
section#schedule .schedule_list .schedule_item .band.green {
  background: linear-gradient(to right bottom, #C3F45A, #16CD8D);
}
section#schedule .schedule_list .schedule_item .date {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: fit-content;
  margin: 0 auto 2rem;
  padding: 0 1rem;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(transparent 75%, #FFEF86 25%);
}
@media (min-width: 769px) {
  section#schedule .schedule_list .schedule_item .date {
    margin-bottom: 4rem;
  }
}
section#schedule .schedule_list .schedule_item .date > span {
  display: block;
  font-size: 2.8rem;
}
@media (min-width: 769px) {
  section#schedule .schedule_list .schedule_item .date > span {
    font-size: 3.8rem;
  }
}
section#schedule .schedule_list .schedule_item .date > span.year span {
  margin-right: 0.1em;
  font-size: 3.6rem;
}
@media (min-width: 769px) {
  section#schedule .schedule_list .schedule_item .date > span.year span {
    font-size: 4.8rem;
  }
}
section#schedule .schedule_list .schedule_item .date > span.month_day span {
  margin-right: 0.1em;
  font-size: 5rem;
}
@media (min-width: 769px) {
  section#schedule .schedule_list .schedule_item .date > span.month_day span {
    font-size: 8rem;
  }
}
section#schedule .schedule_list .schedule_item .date > span.week {
  margin-left: 0.15em;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media (min-width: 769px) {
  section#schedule .schedule_list .schedule_item .date > span.week {
    font-size: 3rem;
  }
}
section#schedule .schedule_list .schedule_item a {
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  section#schedule .schedule_list .schedule_item a:hover > img {
    transform: scale(1.05);
  }
}
section#schedule .schedule_list .schedule_item a > img {
  transition: transform 0.5s;
}
section#schedule .schedule_list .schedule_item a p {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.4em 1em;
  color: #fff;
  background: #302C2C;
}
section#schedule .schedule_list .schedule_item a p::after {
  display: block;
  content: "";
  width: 1.677rem;
  height: 0.562rem;
  background: url(../img/common/thumbnail_arrow.svg) no-repeat center;
  margin-left: 0.4em;
}
section#schedule .schedule_list .schedule_item--seki a p {
  background: #B17632;
}
section#comment {
  overflow: hidden;
  padding: 5rem 0;
  background: #FFFFED;
}
@media (min-width: 769px) {
  section#comment {
    padding: 10rem 0;
  }
}
section#comment::before {
  position: absolute;
  top: 3.5rem;
  left: 50%;
  width: min(100rem, 85vw);
  aspect-ratio: 1000/180;
  content: "";
  background: url("../img/top/comment-bg.svg") no-repeat center/contain;
  transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 768px) {
  section#comment::before {
    top: 4rem;
    width: 60rem;
  }
}
section#comment h2 {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto 3rem;
  padding: 0 0.35em;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
  background: linear-gradient(transparent 55%, #B9E7ED 55%, #B9E7ED 92%, transparent 92%);
}
@media (min-width: 769px) {
  section#comment h2 {
    width: 26rem;
    font-size: 3.2rem;
    margin-bottom: 4.7rem;
    padding-inline: 0;
  }
}
section#comment .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  section#comment .container {
    width: calc(100% - 10rem);
    max-width: none;
  }
}
section#comment .comment_list {
  display: grid;
  align-items: start;
  gap: 3rem;
}
@media (min-width: 769px) {
  section#comment .comment_list {
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(0, 52.7rem));
    gap: 5.8rem;
    justify-content: center;
    width: min(100%, 111.2rem);
    margin-inline: auto;
  }
}
section#comment .comment_item {
  padding: 2rem;
  background: #fff;
  box-shadow: 0.6rem 0.6rem 0 #E2F6EE;
}
@media (min-width: 769px) {
  section#comment .comment_item {
    padding: 3rem;
  }
}
section#comment .comment_item__head {
  padding-bottom: 1rem;
  color: #009BB0;
  border-bottom: 2px solid #009BB0;
}
section#comment .comment_item__position, section#comment .comment_item__name {
  font-family: "Poppins";
  font-weight: 500;
}
section#comment .comment_item__position {
  white-space: nowrap;
  font-size: clamp(1.05rem, 3.4vw, 1.6rem);
  line-height: 1.625;
}
@media (min-width: 769px) {
  section#comment .comment_item__position {
    font-size: 1.6rem;
  }
}
section#comment .comment_item__name {
  font-size: clamp(2rem, 6.4vw, 2.4rem);
  line-height: 1.0833;
}
@media (min-width: 769px) {
  section#comment .comment_item__name {
    font-size: 2.4rem;
  }
}
section#comment .comment_item__body {
  margin-top: 2.5rem;
  color: #191919;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7143;
}
@media (min-width: 769px) {
  section#comment .comment_item__body {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.header .logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
}
.header .logo img {
  width: 9rem;
  filter: brightness(0) invert(1);
}
.header .logo span {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
}
@media (min-width: 769px) {
  .header .logo img {
    width: 12.6rem;
  }
  .header .logo span {
    font-size: 1.4rem;
  }
}

.mv {
  background-image: url("../img/top/mv.webp");
}
.mv::after {
  display: none;
}
.mv h1 img {
  top: 52%;
  width: 130%;
  max-width: none;
}
@media (min-width: 769px) {
  .mv h1 img {
    top: 50%;
    width: 108rem;
  }
}

section#schedule .section_head::before {
  background-image: url("../img/top/schedule-character-seki.webp");
}
section#schedule .section_head::after {
  background-image: url("../img/top/schedule-character-kani.webp");
}
