.lower-kyujin_d .kyujin_container .movie_wrap {
  margin-top: 40px;
}
.lower-kyujin_d .kyujin_container .movie_wrap .movie {
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16/9;
  max-width: 640px;
}
.lower-kyujin_d .kyujin_container .movie_wrap iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1229px) {
  .header__nav {
    display: none;
  }
}
.header__nav__list__item {
  margin: 0 14px;
}
@media screen and (min-width: 1230px) and (max-width: 1295px) {
  .header__nav__list__item {
    margin: 0 10px;
  }
}
.header__nav__list__item a {
  font-size: 1.45rem;
}
@media (max-width: 1229px) {
  .header__hamburger {
    display: flex;
  }
}
.hamburger__menu__inner {
  max-width: 320px;
  width: 100%;
  margin: auto;
}
.hamburger__menu .hamburger__menu__nav__list__item {
  flex: 1 1 auto;
  width: 100%;
}
.hamburger__menu .hamburger__menu__nav__list__item:nth-child(n+2) {
  border-top: none;
}
@media (max-width: 834px) {
  .hamburger .hamburger__menu {
    padding-top: 68px;
  }
}
.lower-movie .movie__lead {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  padding: 40px 50px 0;
}
@media screen and (min-width: 835px) and (max-width: 1380px) {
  .lower-movie .movie__lead {
    width: 80%;
  }
}
@media (max-width: 834px) {
  .lower-movie .movie__lead {
    padding: 20px 24px 0;
  }
}
.lower-movie .movie__body__inner {
  max-width: 1300px;
}
@media (max-width: 834px) {
  .lower-movie .movie__body__inner {
    padding: 0 5%;
  }
}
.lower-movie .movie__contents {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-movie .movie__contents {
    margin-top: 40px;
  }
}
.lower-movie .movie__contents__ttl .ja {
  text-align: center;
}
.lower-movie .movie__contents__ttl span {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  background: url(../img/common/wave.png) left bottom / auto 7px repeat-x;
}
@media (max-width: 834px) {
  .lower-movie .movie__contents__ttl span {
    font-size: 2.3rem;
  }
}
.lower-movie .movie__contents .movieList {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 3.75%;
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-movie .movie__contents .movieList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 5%;
  }
}
@media (max-width: 834px) {
  .lower-movie .movie__contents .movieList {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    gap: 26px;
  }
}
.lower-movie .movie__contents .movieList__item {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 36px;
}
@media (max-width: 834px) {
  .lower-movie .movie__contents .movieList__item {
    padding-top: 26px;
    border-radius: 15px;
    margin: 0 auto;
    width: 100%;
  }
}
.lower-movie .movie__contents .movieList__item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  border-radius: 25px;
  background-size: auto auto;
  background-color: rgba(240, 237, 230, 0);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #f0ede6 4px, #f0ede6 6px);
}
@media (max-width: 834px) {
  .lower-movie .movie__contents .movieList__item::after {
    border-radius: 20px;
  }
}
.lower-movie .movie__contents .movieList .movieArea {
  position: relative;
  aspect-ratio: 9 / 16;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.lower-movie .movie__contents .movieList .movieArea iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 834px) {
  .lower-movie .movie__contents .movieList .movieArea::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    background-color: #fc8389;
    z-index: -1;
  }
}
.lower-movie .movie__contents .movieList .textArea {
  position: relative;
  display: grid;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-movie .movie__contents .movieList .textArea {
    overflow: hidden;
    border-radius: 0 0 15px 15px;
  }
}
.lower-movie .movie__contents .movieList .textArea__text {
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
  z-index: 1;
  font-feature-settings: "palt";
}
@media screen and (min-width: 835px) and (max-width: 1200px) {
  .lower-movie .movie__contents .movieList .textArea__text {
    font-size: 1.55rem;
  }
}
@media (max-width: 834px) {
  .lower-movie .movie__contents .movieList .textArea__text {
    background-color: #fc8389;
    border-radius: 8px;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: 0.075em;
  }
}
.lower-movie .movie__contents .movieList .textArea::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: calc(100% + 52px);
  background-color: #fc8389;
  z-index: 0;
  border-radius: 0 0 20px 20px;
  pointer-events: none;
}
.lower-movie .movie__contents .movieList__item.-vert {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-row-gap: 0;
}
@media (max-width: 834px) {
  .lower-movie .movie__contents .movieList__item.-vert {
    display: block;
    max-width: 360px;
  }
}
.lower-movie .movie__contents .movieList__item.-vert .movieArea {
  max-width: 270px;
  aspect-ratio: 9 / 16;
}
@media (max-width: 834px) {
  .lower-movie .movie__contents .movieList__item.-vert .movieArea {
    max-width: inherit;
    padding-inline: 8%;
  }
}
@media (max-width: 834px) {
  .lower-movie .movie__contents .movieList__item.-vert .movieArea::after {
    height: 36px;
  }
}
.lower-movie .movie__contents .movieList__item.-vert .textArea__text {
  padding: 8px 7% 28px;
}
@media (max-width: 834px) {
  .lower-movie .movie__contents .movieList__item.-vert .textArea__text {
    padding: 4px 7% 24px;
  }
}
.lower-movie .movie__contents .movieList__item.-horiz {
  grid-column: 1 / -1;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .lower-movie .movie__contents .movieList__item.-horiz {
    padding-top: 16px;
    margin-top: 0;
    max-width: 560px;
  }
}
.lower-movie .movie__contents .movieList__item.-horiz .movieArea {
  max-width: 700px;
  aspect-ratio: 16 / 9;
}
@media (max-width: 834px) {
  .lower-movie .movie__contents .movieList__item.-horiz .movieArea {
    padding-inline: 4.2%;
  }
}
@media (max-width: 834px) {
  .lower-movie .movie__contents .movieList__item.-horiz .movieArea::after {
    height: 50px;
  }
}
.lower-movie .movie__contents .movieList__item.-horiz .textArea__text {
  text-align: center;
  padding: 14px 5% 32px;
}
@media (max-width: 834px) {
  .lower-movie .movie__contents .movieList__item.-horiz .textArea__text {
    padding: 6px 7% 22px;
    text-align: left;
  }
}
