:root {
  --color-black: #333;
  --color-light-black: #575757;
  --color-dark-black: #090909;
  --color-pure-black: #000;
  --color-white: #fff;
  --color-gray: #c9c9c9;
  --color-light-gray: #efefef;
  --color-dark-gray: #909090;
  --color-dark-gray-2: #8e8e8e;
}

.movie {
  padding: 60px 0;
}
.movie.--skew {
  transform: skew(0, -5deg);
}
.movie.--skew > div {
  transform: skew(0, 5deg);
}
.movie__inner {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .movie__inner {
    width: 82.98%;
  }
}
.movie__inner.--wide {
  max-width: 1180px;
}
@media screen and (max-width: 767px) {
  .movie__inner.--wide {
    width: 100%;
  }
}
.movie__inner.--full {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .movie__inner.--full {
    width: 100%;
  }
}
.movie__inner > .parts-btn {
  margin: 104px auto 0;
}
@media screen and (max-width: 767px) {
  .movie__inner > .parts-btn {
    margin: 80px auto 0;
  }
}
.movie__text {
  font: 500 16px/2 "Noto Sans JP", "sans-serif";
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .movie__text {
    font: 500 14px/2 "Noto Sans JP", "sans-serif";
  }
}
.movie__text:last-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .movie__text:last-child {
    margin-bottom: 50px;
  }
}
.movie__text + .movie__text {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .movie__text + .movie__text {
    margin-top: 28px;
  }
}
.movie__contents + .movie__intro {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .movie__contents + .movie__intro {
    margin-top: 120px;
  }
}
.movie .parts-title-sec-sub {
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .movie .parts-title-sec-sub {
    margin: 10px 0 0;
  }
}
.movie__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
}
@media screen and (max-width: 767px) {
  .movie__contents {
    grid-template-columns: 1fr;
    gap: 46px;
  }
}
.movie__link {
  transition: 0.3s;
}
@media (hover: hover) {
  .movie__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .movie__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.movie__link-thumb {
  width: 100%;
}
.movie__link-name {
  font: 500 14px/2 "Noto Sans JP", "sans-serif";
  letter-spacing: 1.12px;
}/*# sourceMappingURL=style.css.map */