.p-hero {
  position: relative;
  padding-top: 110px;
  background: url(../img/bg_kv.jpg) top center repeat;
  background-size: cover;
}
.p-hero::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../img/bg_news_fade.png) bottom center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .p-hero {
    padding-top: 80px;
  }
}
.p-hero__container {
  position: relative;
  opacity: 0;
}
.is-op-end .p-hero__container {
  opacity: 1;
}
.is-skip .p-hero__container {
  transition: opacity 0.4s cubic-bezier(0.23, 0.93, 0.5, 1);
  opacity: 1;
}
@media not all and (max-width: 900px) {
  .p-hero__container {
    padding-bottom: 47px;
  }
}
.p-hero__pic {
  position: relative;
  z-index: 1;
  width: 82%;
  max-width: 1100px;
  margin: 0 auto;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.p-hero__pic-dummy {
  width: 100%;
  padding-top: 140.5454545455%;
}
.p-hero__pic-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .p-hero__pic {
    width: 100%;
  }
}
.p-hero__deco {
  position: absolute;
  top: 0;
  width: 9%;
}
.p-hero__deco.--left {
  left: 0;
  transform: translateX(-100%);
}
.p-hero__deco.--right {
  right: 0;
  transform: translateX(100%);
}
.is-op-end .p-hero__deco {
  transform: translate(0);
  transition: transform 1.4s cubic-bezier(0.23, 0.93, 0.5, 1) 2s;
}
.is-skip .p-hero__deco {
  transform: translateY(0);
  transition: transform 1.4s cubic-bezier(0.23, 0.93, 0.5, 1) 0s;
}
.p-news {
  padding-bottom: 100px;
  padding-top: 100px;
  background: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-news {
    padding-top: 70px;
    padding-bottom: 78px;
  }
}
.p-news__deco-dot {
  position: absolute;
  bottom: 22.5%;
  left: 6.5%;
  width: 10%;
}
@media screen and (max-width: 900px) {
  .p-news__deco-dot {
    bottom: 16.5%;
    left: 17.5%;
    width: 18%;
  }
}
.p-news__deco-heart {
  position: absolute;
  top: 5.6%;
  right: 7%;
  width: 9.5%;
}
@media screen and (max-width: 900px) {
  .p-news__deco-heart {
    top: -3%;
    right: 8%;
    width: 17%;
  }
}
.p-news__container {
  position: relative;
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 0.6s cubic-bezier(0.1, 0.92, 0.79, 0.97) 0s, opacity 0.6s cubic-bezier(0.1, 0.92, 0.79, 0.97) 0s;
}
.is-active .p-news__container {
  opacity: 1;
  transform: translateX(0);
}
@media not all and (max-width: 900px) {
  .p-news__container {
    display: flex;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 900px) {
  .p-news__container {
    padding-bottom: 54px;
  }
}
.p-news__ttl {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-news__ttl {
    top: -8px;
    left: -6px;
    margin-right: 5%;
  }
}
@media screen and (max-width: 900px) {
  .p-news__ttl {
    left: -3px;
    margin-bottom: 23px;
  }
}
.p-news__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.p-movie__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-movie__bg {
    height: 100%;
  }
}
.p-movie__bg-inner {
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 120%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .p-movie__bg-inner {
    width: 225%;
    height: 150%;
  }
}
.p-movie__bg-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.p-movie__bg-inner #youtubePlayer_player_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-movie__container {
  padding: 11% 0;
}
@media screen and (max-width: 900px) {
  .p-movie__container {
    padding: 22% 0;
  }
}
.is-nonSlide .p-movie__list {
  width: 75%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .is-nonSlide .p-movie__list {
    width: 90%;
  }
}
.p-movie__thumb {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.p-movie__thumb figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1);
}
@media not all and (max-width: 900px) {
  .p-movie__list-item:hover .p-movie__thumb figure {
    transform: scale(1.05);
  }
}
.p-movie__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: opacity 0.4s cubic-bezier(0.23, 0.93, 0.5, 1);
  opacity: 0.5;
}
.swiper-slide-active .p-movie__thumb::after, .swiper-slide-duplicate-active .p-movie__thumb::after {
  opacity: 0.2;
}
.is-nonSlide .p-movie__thumb::after {
  opacity: 0;
}
@media not all and (max-width: 900px) {
  .p-movie__list-item:hover .p-movie__thumb::after {
    opacity: 0;
  }
}
.p-movie__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 900px) {
  .p-movie__play {
    width: 77px;
    height: 77px;
  }
}
.swiper-slide-active .p-movie__play, .swiper-slide-duplicate-active .p-movie__play {
  opacity: 1;
}
.is-nonSlide .p-movie__play {
  opacity: 1;
}
.p-movie__play .p-in-text {
  font-weight: 700;
  font-size: 18px;
  transition: color 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 900px) {
  .p-movie__play .p-in-text {
    font-size: 12.5px;
    font-weight: 400;
  }
}
.p-movie__list-item:hover .p-movie__play .p-in-text {
  color: #E8343D;
}
.p-movie__play-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie__play-deco svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  transform: scaleX(1) rotate(-90deg) translate(1.5px, -1.5px);
}
.p-movie__play-deco circle {
  stroke-width: 6;
  stroke: #ffffff;
  stroke-linecap: round;
  fill: transparent;
  transition: stroke 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.swiper-slide-active .p-movie__play-deco circle, .swiper-slide-duplicate-active .p-movie__play-deco circle {
  animation: play 7.6s cubic-bezier(0.87, 0, 0.13, 1) infinite;
}
.is-nonSlide .p-movie__play-deco circle {
  animation: play 7.6s cubic-bezier(0.87, 0, 0.13, 1) infinite;
}
.p-movie__list-item:hover .p-movie__play-deco circle {
  stroke: #E8343D;
}
@keyframes play {
  0% {
    stroke-dasharray: 0 1112;
  }
  100% {
    stroke-dasharray: 1112 1112;
  }
}
.p-movie__btn {
  position: absolute;
  top: 50%;
  width: 120px;
  height: 120px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.is-nonSlide .p-movie__btn {
  display: none;
}
.p-movie__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 60px;
  background: url(../img/arrow_movie.png) center center no-repeat;
  background-size: contain;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-movie__btn-prev {
  left: 10.5%;
}
.p-movie__btn-prev::after {
  transform: translate(calc(-50% - 3px), -50%) scale(-1, 1);
}
@media not all and (max-width: 900px) {
  .p-movie__btn-prev:hover::after {
    transform: translate(calc(-50% - 8px), -50%) scale(-1, 1);
  }
}
.p-movie__btn-next {
  right: 10.5%;
}
.p-movie__btn-next::after {
  transform: translate(calc(-50% + 3px), -50%);
}
@media not all and (max-width: 900px) {
  .p-movie__btn-next:hover::after {
    transform: translate(calc(-50% + 8px), -50%);
  }
}

.p-cs {
  padding-top: 137px;
  padding-bottom: 128px;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-cs {
    padding-top: 82px;
    padding-bottom: 100px;
  }
}
.p-cs__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.p-cs__container {
  width: 83%;
}
.p-cs__inner {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 0.6s cubic-bezier(0.1, 0.92, 0.79, 0.97) 0s, opacity 0.6s cubic-bezier(0.1, 0.92, 0.79, 0.97) 0s;
}
.is-active .p-cs__inner {
  opacity: 1;
  transform: translateX(0);
}
@media not all and (max-width: 900px) {
  .p-cs__inner {
    display: flex;
  }
}
.p-cs__inner.--cast {
  margin-bottom: 74px;
}
@media screen and (max-width: 900px) {
  .p-cs__inner.--cast {
    margin-bottom: 79px;
  }
}
.p-cs__inner.--staff {
  transition-delay: 0.6s;
}
.p-cs__ttl {
  font-size: 100px;
  line-height: 1;
}
@media not all and (max-width: 900px) {
  .p-cs__ttl {
    flex-shrink: 0;
    margin-right: 13.1%;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 900px) {
  .p-cs__ttl {
    margin-bottom: 19px;
    font-size: 40px;
  }
}
.p-cs__ttl span {
  display: inline-block;
  vertical-align: baseline;
}
@media not all and (max-width: 900px) {
  .p-cs__ttl span {
    transform: translate(-15px, 0px);
  }
}
.p-cs__list {
  display: grid;
  grid-template-columns: 54.5% 45.5%;
  row-gap: 32px;
  flex-grow: 1;
}
@media screen and (max-width: 900px) {
  .p-cs__list {
    grid-template-columns: 62% 38%;
    row-gap: 19px;
  }
}
.p-cs__list-item.--wide {
  margin-bottom: -17px;
  grid-area: 1/1/2/3;
}
@media screen and (max-width: 900px) {
  .p-cs__list-item.--wide {
    margin-bottom: 3px;
  }
}
.p-cs__role {
  margin-bottom: 2px;
  color: #E7BE80;
  font-size: 12px;
  letter-spacing: 0.14rem;
}
.p-cs__name {
  font-size: 20px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 900px) {
  .p-cs__name {
    font-size: 18px;
    letter-spacing: 0.03rem;
  }
}
.p-cs__name span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.02rem;
}

.p-intro {
  padding-top: 116px;
  background: url(../img/bg_intro.jpg) center center repeat;
  background-size: cover;
  color: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-intro {
    padding-top: 70px;
  }
}
.p-intro__deco-heart {
  position: absolute;
  width: 9.5%;
}
@media screen and (max-width: 900px) {
  .p-intro__deco-heart {
    width: 25%;
  }
}
.p-intro__deco-heart.--right {
  top: 9.5%;
  right: 7.5%;
}
@media screen and (max-width: 900px) {
  .p-intro__deco-heart.--right {
    top: 2%;
    right: auto;
    left: -5.5%;
  }
}
.p-intro__deco-heart.--left {
  bottom: 9%;
  left: 9%;
}
@media screen and (max-width: 900px) {
  .p-intro__deco-heart.--left {
    bottom: 45%;
    left: auto;
    right: 0.5%;
  }
}
.p-intro__container {
  padding-bottom: 126px;
}
@media screen and (max-width: 900px) {
  .p-intro__container {
    padding-bottom: 80px;
  }
}
.p-intro__ttl {
  position: relative;
  margin-bottom: 24px;
}
@media not all and (max-width: 900px) {
  .p-intro__ttl {
    left: -6px;
    top: -8px;
  }
}
@media screen and (max-width: 900px) {
  .p-intro__ttl {
    margin-bottom: 27px;
    left: 6px;
    letter-spacing: -0.02rem;
  }
}
.p-intro__pic {
  position: relative;
  margin-bottom: 56px;
}
@media screen and (max-width: 900px) {
  .p-intro__pic {
    margin-bottom: 0;
  }
}
.p-intro__pic-img {
  opacity: 0;
  transform: translateY(26px);
  transition: transform 1.2s cubic-bezier(0.1, 0.92, 0.79, 0.97), opacity 1s cubic-bezier(0.1, 0.92, 0.79, 0.97);
}
.is-active .p-intro__pic-img {
  opacity: 1;
  transform: translateY(0);
}
.p-intro__pic-img.--left {
  transition-delay: 0s;
}
@media not all and (max-width: 900px) {
  .p-intro__pic-img.--left {
    width: 61%;
  }
}
@media screen and (max-width: 900px) {
  .p-intro__pic-img.--left {
    width: 100%;
  }
}
.p-intro__pic-img.--right {
  transition-delay: 0.3s;
}
@media not all and (max-width: 900px) {
  .p-intro__pic-img.--right {
    position: absolute;
    right: 0;
    top: 23%;
    width: 32.9%;
  }
}
@media screen and (max-width: 900px) {
  .p-intro__pic-img.--right {
    position: relative;
    margin-left: auto;
    width: 53.8461538462%;
    transform: translate(-15%, -22%);
  }
}
.p-intro__pic-img.--center {
  transition-delay: 0.6s;
}
@media not all and (max-width: 900px) {
  .p-intro__pic-img.--center {
    position: absolute;
    top: 71%;
    left: 55%;
    width: 32.9%;
  }
}
@media screen and (max-width: 900px) {
  .p-intro__pic-img.--center {
    position: relative;
    width: 53.8461538462%;
    transform: translate(14%, -44%);
  }
}
.p-intro__catch {
  width: 57%;
  margin-bottom: 41px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: -webkit-clip-path 1s cubic-bezier(0.23, 0.93, 0.5, 1) 0.6s;
  transition: clip-path 1s cubic-bezier(0.23, 0.93, 0.5, 1) 0.6s;
  transition: clip-path 1s cubic-bezier(0.23, 0.93, 0.5, 1) 0.6s, -webkit-clip-path 1s cubic-bezier(0.23, 0.93, 0.5, 1) 0.6s;
}
.is-active .p-intro__catch {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 900px) {
  .p-intro__catch {
    margin-top: 2px;
    margin-bottom: 43px;
    width: 100%;
  }
}
@media not all and (max-width: 900px) {
  .p-intro__inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
.p-intro__deco {
  width: 33%;
  flex-shrink: 0;
  margin-right: 7.5%;
  padding-top: 6px;
  opacity: 0;
  transform: translateY(26px);
  transition: transform 1.2s cubic-bezier(0.1, 0.92, 0.79, 0.97) 1s, opacity 1s cubic-bezier(0.1, 0.92, 0.79, 0.97) 1s;
}
.is-active .p-intro__deco {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .p-intro__deco {
    width: 100%;
    padding-top: 0;
  }
}
.p-intro__desc {
  font-size: 14.5px;
  letter-spacing: 0.08rem;
  line-height: 1.7;
  flex-grow: 1;
  opacity: 0;
  transform: translateX(26px);
  transition: transform 1.2s cubic-bezier(0.1, 0.92, 0.79, 0.97) 1s, opacity 1s cubic-bezier(0.1, 0.92, 0.79, 0.97) 1s;
}
.is-active .p-intro__desc {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 900px) {
  .p-intro__desc {
    margin-bottom: 48px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.p-ticket {
  padding-top: 114px;
  padding-bottom: 130px;
  background: #ffffff;
}
@media screen and (max-width: 900px) {
  .p-ticket {
    padding-top: 70px;
    padding-bottom: 75px;
  }
}
.p-ticket__deco-dot {
  position: absolute;
  width: 9.5%;
}
@media screen and (max-width: 900px) {
  .p-ticket__deco-dot {
    width: 25%;
  }
}
.p-ticket__deco-dot.--right {
  bottom: 41.6%;
  right: 15.5%;
}
@media screen and (max-width: 900px) {
  .p-ticket__deco-dot.--right {
    bottom: auto;
    top: 24%;
    right: 6%;
  }
}
.p-ticket__deco-dot.--left {
  top: 17.3%;
  left: 6.8%;
}
@media screen and (max-width: 900px) {
  .p-ticket__deco-dot.--left {
    top: auto;
    bottom: 2.2%;
    left: -0.2%;
  }
}
.p-ticket__deco-heart {
  position: absolute;
  width: 9.5%;
}
@media screen and (max-width: 900px) {
  .p-ticket__deco-heart {
    width: 25%;
  }
}
.p-ticket__deco-heart.--right {
  top: 1.6%;
  right: 6.8%;
}
@media screen and (max-width: 900px) {
  .p-ticket__deco-heart.--right {
    top: 3%;
    right: auto;
    left: 0.5%;
  }
}
.p-ticket__deco-heart.--left {
  bottom: 6.8%;
  left: 2.8%;
}
@media screen and (max-width: 900px) {
  .p-ticket__deco-heart.--left {
    width: 24%;
    bottom: 27.5%;
    left: auto;
    right: 3.6%;
  }
}
.p-ticket__ttl {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-ticket__ttl {
    margin-bottom: 25px;
  }
}
.p-ticket__container {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 0.6s cubic-bezier(0.1, 0.92, 0.79, 0.97) 0s, opacity 0.6s cubic-bezier(0.1, 0.92, 0.79, 0.97) 0s;
}
.is-active .p-ticket__container {
  opacity: 1;
  transform: translateX(0);
}
@media not all and (max-width: 900px) {
  .p-ticket__inner {
    display: flex;
  }
}
@media not all and (max-width: 900px) {
  .p-ticket__img {
    flex-shrink: 0;
    width: 40.5%;
    margin-right: 8%;
  }
}
@media screen and (max-width: 900px) {
  .p-ticket__img {
    width: 77%;
    margin: 0 auto 49px;
  }
}

@media not all and (max-width: 900px) {
  .p-ticket_data {
    flex-grow: 1;
    padding-top: 10px;
  }
}
.p-ticket_data__ttl {
  margin-bottom: 23px;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__ttl {
    margin-bottom: 18px;
  }
}
.p-ticket_data__ttl .p-in-ttl {
  display: block;
}
.p-ticket_data__ttl .p-in-ttl + .p-in-ttl {
  margin-top: 4px;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__ttl .p-in-ttl + .p-in-ttl {
    margin-top: 3px;
  }
}
.p-ticket_data__ttl .p-in-ttl span {
  position: relative;
  display: inline-block;
  padding: 1px 21px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__ttl .p-in-ttl span {
    padding: 2px 15px;
    font-size: 16px;
    letter-spacing: 0.11rem;
  }
}
.p-ticket_data__ttl .p-in-ttl span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.23, 0.93, 0.5, 1);
  transform-origin: left center;
}
.is-active .p-ticket_data__ttl .p-in-ttl span::before {
  transform: scaleX(1);
}
.p-ticket_data__txt {
  margin-bottom: 27px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.06rem;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__txt {
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 1.7;
  }
}
.p-ticket_data__sale {
  position: relative;
  display: inline-block;
  color: #ffffff;
  margin-bottom: 35px;
  padding: 1px 24px;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__sale {
    margin-bottom: 26px;
    padding: 1px 20px;
    font-size: 17px;
    letter-spacing: 0.08rem;
  }
}
.p-ticket_data__sale::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #E8343D;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.23, 0.93, 0.5, 1);
  transform-origin: left center;
}
.is-active .p-ticket_data__sale::before {
  transform: scaleX(1);
}
.p-ticket_data__list + .p-ticket_data__list {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__list + .p-ticket_data__list {
    margin-top: 20px;
  }
}
.p-ticket_data__list-ttl {
  position: relative;
  display: inline-block;
  min-width: 72px;
  color: #ffffff;
  margin-bottom: 8px;
  padding: 1px 5px;
  text-align: center;
  font-size: 11px;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__list-ttl {
    min-width: 70px;
    padding: 2px 3px;
  }
}
.p-ticket_data__list-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  transform: scaleX(0);
  transition: transform 0.8s cubic-bezier(0.23, 0.93, 0.5, 1);
  transform-origin: left center;
}
.is-active .p-ticket_data__list-ttl::before {
  transform: scaleX(1);
}
.p-ticket_data__list-ttl span {
  display: inline-block;
  vertical-align: baseline;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__list-ttl span {
    letter-spacing: 0.04rem;
  }
}
.p-ticket_data__list-data {
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: 0.04rem;
  line-height: 1.8;
}
.p-ticket_data__caution-list {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  line-height: 1.85;
}

.p-theater {
  padding: 130px 0 128px;
  background: url(../img/bg_intro.jpg) center center repeat;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .p-theater {
    padding: 60px 0 60px;
  }
}
.p-theater__deco-heart {
  position: absolute;
  width: 9.5%;
}
.p-theater__deco-heart.--right {
  bottom: 17%;
  right: 3.3%;
}
.p-theater__deco-heart.--left {
  top: 16.5%;
  left: 9%;
}
.p-theater__img-inner {
  display: block;
  overflow: hidden;
}
.p-theater__img-inner img {
  transition: transform 0.8s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .p-theater__img-inner:hover img {
    transform: scale(1.03);
  }
}




.p-bnr__container {
  max-width: 86.666%;
}
@media not all and (max-width: 900px) {
  .p-bnr__container {
    max-width: 750px;
  }
}