: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-detail {
  padding: 60px 0;
}
.movie-detail.--skew {
  transform: skew(0, -5deg);
}
.movie-detail.--skew > div {
  transform: skew(0, 5deg);
}
.movie-detail .parts-btn {
  margin: 0 auto;
}
.movie-detail__inner {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .movie-detail__inner {
    width: 82.98%;
  }
}
.movie-detail__inner.--wide {
  max-width: 1180px;
}
@media screen and (max-width: 767px) {
  .movie-detail__inner.--wide {
    width: 100%;
  }
}
.movie-detail__inner.--full {
  max-width: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .movie-detail__inner.--full {
    width: 100%;
  }
}
.movie-detail__movie-name {
  font: 500 22px/1.8181818182 "Noto Sans JP", "sans-serif";
  letter-spacing: 0.88px;
}
@media screen and (max-width: 767px) {
  .movie-detail__movie-name {
    font: 500 20px/1.2 "Noto Sans JP", "sans-serif";
    margin-bottom: 4px;
  }
}
.movie-detail__page-title {
  font: 500 25px/1.6 "Noto Sans JP", "sans-serif";
  letter-spacing: 1px;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  .movie-detail__page-title {
    font: 500 27px/1.4444444444 "Noto Sans JP", "sans-serif";
    margin-bottom: 46px;
  }
}
.movie-detail__youtube {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .movie-detail__youtube {
    height: max(188px, 50.1333333333vw);
    width: 100%;
    margin-bottom: 10px;
  }
}
.movie-detail__attribute-list {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .movie-detail__attribute-list {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.movie-detail__attribute {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-shrink: 1;
  gap: 30px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .movie-detail__attribute {
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-black);
  }
}
.movie-detail__attribute:nth-child(2) {
  border-left: 1px solid var(--color-black);
  border-right: 1px solid var(--color-black);
}
@media screen and (max-width: 767px) {
  .movie-detail__attribute:nth-child(2) {
    border-left: none;
    border-right: none;
  }
}
.movie-detail__attribute-name {
  font: 700 16px/1.75 "Noto Sans JP", "sans-serif";
  letter-spacing: 0.32px;
}
@media screen and (max-width: 767px) {
  .movie-detail__attribute-name {
    width: 100px;
  }
}
.movie-detail__attribute-data {
  font: 500 16px/1.75 "Noto Sans JP", "sans-serif";
  letter-spacing: 0.32px;
}
.movie-detail__section {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .movie-detail__section {
    margin-bottom: 50px;
  }
}
.movie-detail__section-text {
  letter-spacing: 0.28px;
}
.movie-detail__capture-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: -30px;
}
@media screen and (max-width: 767px) {
  .movie-detail__capture-list {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .movie-detail__capture-list-image {
    width: 100%;
  }
}
.movie-detail__customer {
  border: 1px solid var(--color-black);
  padding: 30px;
}
.movie-detail__customer-name {
  font: 700 16px/1.75 "Noto Sans JP", "sans-serif";
  letter-spacing: 0.32px;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .movie-detail__customer-name {
    margin-bottom: 10px;
  }
}
.movie-detail__customer-exp {
  letter-spacing: 0.28px;
}/*# sourceMappingURL=style.css.map */