.front-page section.movie {
  position: relative;
  z-index: 1;
  padding: 100px 0 0;
  background: #ffffff;
}
@media (max-width: 835px) {
  .front-page section.movie {
    padding-top: 48px;
  }
}
.front-page section.movie::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 20%;
  height: 50%;
  background: #e5ecf5;
  clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
}
@media (max-width: 835px) {
  .front-page section.movie::before {
    clip-path: polygon(0 0, 100% 0%, 30% 100%, 0% 100%);
  }
}
.front-page section.movie .movie_inner {
  padding-inline: 6.25%;
}
.front-page section.movie .movie_title {
  width: fit-content;
  margin: 0 auto 48px;
}
@media (max-width: 835px) {
  .front-page section.movie .movie_title {
    margin-bottom: 24px;
  }
}
.front-page section.movie .movie_title .ja {
  font-size: clamp(2rem, 4vw, 4rem);
}
.front-page section.movie .movie_content {
  display: flex;
  gap: 20px 40px;
}
@media (max-width: 835px) {
  .front-page section.movie .movie_content {
    flex-flow: column;
  }
}
.front-page section.movie .movie_content_item {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.front-page section.movie .movie_content .movieArea {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
}
.front-page section.movie .movie_content .movieArea iframe {
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}
.front-page section.movie .movie_content .movieTitle {
  text-align: center;
  font-size: 2.2rem;
  margin-top: 16px;
}
@media (max-width: 835px) {
  .front-page section.movie .movie_content .movieTitle {
    font-size: 1.5rem;
  }
}
.front-page section.movie .textDeco {
  text-align: right;
  font-size: clamp(8rem, 20vw, 20rem);
  font-weight: 600;
  color: #f7f7f7;
  line-height: 1;
  margin-bottom: -0.2em;
  pointer-events: none;
}
@media (max-width: 835px) {
  .front-page section.search .deco_parallelogram {
    display: none;
  }
}
@media (max-width: 835px) {
  .front-page section.newsContents .newsContents_head_title {
    text-align: center;
  }
}
