  .text__center {
  text-align: center;
}
.js-modal-btn {
  cursor: pointer;
  opacity: 1;
  position: relative;
}
.js-modal-btn:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.large__image {
  text-align: center;
  margin: 0 auto;
}
.large__image img {
  width: 600px;
}
.large__image img.icon__movie {
  width: auto;
}
.icon__movie {
  top: 70%;
}
.footer__logo {
  margin-bottom: 30px;
  font-size: 1.4rem;
}
.footer__logo img {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    font-size: 1.2rem;
  }
  .footer__logo img {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .large__image img {
    width: 100%;
  }
  .lower .contents__img__left {
    order: 1;
  }
  .lower .content__box__text {
    order: 2;
  }
}
.h2__small {
  font-size: 15px !important;
}
.lower .contents__title__02__02 span {
  font-size: 2rem;
}