@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
/*-------------------------------------------
px→vw
 * ex)
   width: sp(200)
   width: tab(200)
-------------------------------------------*/
.charmaid {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}
.charmaid header {
  z-index: 100;
}
.charmaid section {
  margin: 0 auto 50px auto;
}
.charmaidMovie {
  font-size: 0;
  background: url(../images/feature/charmaid/bg_movie.jpg);
  background-size: 100% 100%;
  padding-bottom: 10%;
}
.charmaidMovieInner {
  width: 66.555%;
  height: auto;
  aspect-ratio: 409 / 727;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.charmaidMovieInner iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 101%;
  transform: translate(-50%, -50%);
}
.charmaidLineup {
  background: url(../images/feature/charmaid/bg_lineup.jpg);
  background-size: 100% 100%;
  text-align: center;
  padding: 0 3%;
}
.charmaidLineupList {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin: 3%;
}
.charmaidLineupList li {
  max-width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .charmaidLineupList {
    margin: 2% 0 5%;
  }
}
.charmaidLineupTitle {
  margin-top: 5%;
}
