body {
  margin: auto;
  font-family: "Zen Old Mincho", serif !important;
}

header {
  display: flex;
  align-items: center;
  padding-left: 40px;
  height: 70px;
  background-color: #000;
}
@media screen and (max-width: 979px) {
  header {
    justify-content: center;
    padding-left: 0;
    height: 13.334vw;
  }
}
header h1 {
  width: 100px;
}
@media screen and (max-width: 979px) {
  header h1 {
    width: 18.67vw;
  }
}
header h1 img {
  width: 100%;
}

.movieScript {
  margin: auto;
  padding: 57px 60px 0;
}
@media screen and (max-width: 979px) {
  .movieScript {
    padding: 60px 20px;
    max-width: none;
  }
}

.movieScript_title {
  margin: auto;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .movieScript_title {
    padding: 0 vw(20);
    font-size: vw(24);
    line-height: 1.2;
  }
}

.movieScript_text {
  margin: 22px auto 70px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 979px) {
  .movieScript_text {
    margin: vw(60) auto vw(86);
    padding: 0 vw(20);
    font-size: vw(24);
    line-height: 2.3;
  }
}
.movieScript_text .br {
  display: block;
  padding-top: 1.5em;
}

.closeButton {
  border: none;
  width: 240px;
  height: 40px;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  background-color: #333;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.06em;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}
@media screen and (max-width: 979px) {
  .closeButton {
    width: 100%;
    height: vw(84);
    font-size: vw(24);
  }
}
@media screen and (min-width: 980px) {
  .closeButton:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease-out;
  }
}

footer {
  background-color: #000;
}

.copyright {
  display: flex;
  align-items: center;
  margin: 140px auto 0;
  padding-left: 100px;
  height: 100px;
  letter-spacing: 0.105em;
  color: #b0b0b0;
  font-size: 14px;
}
@media screen and (max-width: 979px) {
  .copyright {
    justify-content: center;
    margin-top: vw(40);
    padding: 0;
    height: vw(140);
    font-size: vw(20);
  }
}
