.mv {
  width: 100%;
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 130px;
  }
}
.mv .mv_title {
  max-width: min(100%, 674px);
  display: block;
  margin-inline: auto;
}
.mv .hero {
  margin-top: 20px;
  margin-inline: auto;
  width: fit-content;
  max-width: min(100%, 793px);
}
.mv .hero .hero_item {
  width: 100%;
}
.mv .hero .hero_item .hero_img {
  width: 100%;
}
.mv .sv {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}
.mv .sv .sv_role {
  background: #231815;
  color: #fad7d1;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50px;
  width: fit-content;
  line-height: 1;
  padding: 5px 12px 7px;
  white-space: nowrap;
}
.mv .sv .sv_dr {
  font-size: 13px;
  font-weight: 700;
}

.section .section_no {
  font-size: 26px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .section .section_no {
    font-size: 20px;
  }
}
.section .section_title {
  text-align: center;
  color: #ff726d;
  font-size: 36px;
  margin-bottom: 30px;
  letter-spacing: 5px;
  -webkit-text-stroke: 4px #231815;
  position: relative;
}
@media screen and (max-width: 450px) {
  .section .section_title {
    -webkit-text-stroke: 3px #231815;
  }
}
.section .section_title span {
  -webkit-text-stroke: 0 #ff726d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 900px) {
  .section .section_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 450px) {
  .section .section_title {
    font-size: 20px;
  }
}

.movie {
  width: fit-content;
  margin-inline: auto;
}
.movie .poster {
  width: 100%;
  max-width: 668px;
}
@media screen and (max-width: 767px) {
  .movie video {
    width: 100%;
    height: calc((100vw - 40px) * 405 / 720);
  }
}