.p-section__title {
  margin: 0 0;
}
@media screen and (max-width: 767px) {
  .p-section__title {
    margin: 0 0;
  }
}
.p-section__lead {
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .p-section__lead {
    margin: 10px auto 0;
  }
}
.p-section__contents {
  margin: 28px auto 0;
  padding: 0 0;
}
@media screen and (max-width: 767px) {
  .p-section__contents {
    margin-top: 14px;
    padding: 0 0;
  }
}
.p-section__movie {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-section__movie {
    margin-top: 30px;
  }
}
.p-section__btnList {
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-section__btnList {
    margin: 30px auto 0;
  }
}

.p-movieModal__logo {
  width: 52.3%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-movieModal__logo {
    width: 83.43%;
  }
}
.p-movieModal__lead {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 15px auto 38px;
  font-family: "bryant-web", sans-serif;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-movieModal__lead {
    margin: 7px auto 28px;
    font-size: 16px;
  }
}
.p-movieModal__lead-txt.--size-s {
  font-size: 22px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .p-movieModal__lead-txt.--size-s {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
}
.p-movieModal__lead-txt.--size-b {
  margin-left: 0.6em;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-movieModal__lead-txt.--size-b {
    margin-left: 0.55em;
    letter-spacing: -0.03em;
  }
}
.p-movieModal__movie .video-js {
  height: auto;
}
.p-movieModal__movie .video-js .vjs-big-play-button {
  margin-left: -65px;
  margin-top: -65px;
  width: 130px;
  height: 130px;
  background: url(../img/play_icon.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-movieModal__movie .video-js .vjs-big-play-button {
    margin-left: -33px;
    margin-top: -33px;
    width: 66px;
    height: 66px;
  }
}
.p-movieModal__movie .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  display: none !important;
}