@charset "UTF-8";
@media not all and (max-width: 900px) {
  .l-header__logo {
    display: none;
  }
  .l-nav {
    display: none;
  }
  .l-sns::before {
    content: none;
  }
}
/*============================
.p-hero
============================*/
.p-hero {
  display: block;
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-hero::before {
    content: "";
    width: 100%;
    max-width: 1400px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: url("../img/top/top_bg_pc.png") no-repeat center top/100%;
  }
}
.p-hero__container {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-hero__container {
    width: 88.5714285714%;
    max-width: 1240px;
    display: grid;
    grid-template-columns: 310px auto;
    grid-template-rows: auto auto 1fr;
    gap: 50px 110px;
    grid-template-areas: "outline kv" "bnr kv" "timeline kv";
    margin: 0 auto;
    padding-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .p-hero__container {
    padding-top: 82px;
    margin-left: 9.3333333333%;
    margin-bottom: 50px;
  }
}
.p-hero__img {
  grid-area: kv;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-hero__img {
    width: 100%;
  }
}
.p-hero__img-inner {
  display: block;
  position: relative;
  transform: scale(1.1);
  transform-origin: top;
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-op-end .p-hero__img-inner, .is-skip .p-hero__img-inner {
  transform: scale(1);
}
.p-hero__outline {
  grid-area: outline;
  display: block;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-hero__outline {
    display: none;
  }
}
.p-hero__logo {
  width: 47%;
  display: block;
  position: absolute;
  top: 78%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-hero__catch {
  width: 95%;
  display: block;
  position: absolute;
  top: 5%;
  left: 2%;
  transition: -webkit-clip-path 1.4s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transition: clip-path 1.4s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transition: clip-path 1.4s cubic-bezier(0.25, 1, 0.5, 1) 1s, -webkit-clip-path 1.4s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.is-op-end .p-hero__catch, .is-skip .p-hero__catch {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-hero__sub_catch {
  width: 52%;
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-hero__deco {
  position: absolute;
  bottom: 15.8%;
  right: 0;
  width: 20%;
  height: 24%;
  background: #DD052A;
}
.p-hero__scroll {
  position: absolute;
  top: 0;
  left: 2.4%;
  padding-top: 50px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "Oswald", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.13rem;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-scrolled .p-hero__scroll {
  opacity: 0;
}
.p-hero__scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 30px;
  background: #ffffff;
  animation: scroll_line 3s cubic-bezier(0.25, 1, 0.5, 1) reverse infinite;
}
.p-hero__scroll-inner a {
  display: block;
}
@media screen and (max-width: 900px) {
  .p-hero__scroll-inner a {
    transform-origin: top;
    transform: scale(0.9);
  }
}
.p-hero__lead {
  position: relative;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .p-hero__lead {
    width: 45%;
    margin-top: 3.5%;
  }
}
@media screen and (max-width: 900px) {
  .p-hero__lead {
    width: 78%;
  }
}
@media not all and (max-width: 900px) {
  .p-hero__banner {
    grid-area: bnr;
    display: block;
    position: relative;
  }
}
.p-hero__timeline {
  display: block;
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-hero__timeline {
    grid-area: timeline;
    height: 100%;
  }
}
@media not all and (max-width: 900px){
  .p-hero__img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .p-hero__outline {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-hero__banner {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-hero__timeline {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 900px) {
  .p-hero__timeline {
    width: 100%;
    height: 355px;
    position: relative;
    margin: 12% 0 0 -5%;
  }
}
.p-hero__timeline-iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.p-hero__timeline-iframe .twitter-timeline, .p-hero__timeline-iframe iframe {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-hero_banner {
  pointer-events: none;
  /*
  @include pc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  */
}
@media screen and (max-width: 900px) {
  .p-hero_banner {
    width: 90%;
    max-width: 450px;
    margin-top: 22px;
  }
}
.p-hero_banner__container {
  /*
  @include pc {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
  }
  */
}
.p-hero_banner__slide {
  pointer-events: auto;
  /*
  @include pc {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc(322 / 1240 * 100%);
    max-width: 322px;
    background: $black;
    padding: 20px 22px;
  }
  */
}
@media not all and (max-width: 900px) {
  .p-hero_banner__slide {
    width: 100%;
    display: block;
    position: relative;
    background: #000;
    padding: 20px 22px;
  }
}
.p-hero_banner__item {
  overflow: hidden;
}
.p-hero_banner__item a {
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-hero_banner__item a:hover {
  transform: scale(1.06);
}
.p-hero_banner__pagination {
  display: flex;
  justify-content: center;
}
@media not all and (max-width: 900px) {
  .p-hero_banner__pagination {
    position: absolute;
    top: 0%;
    left: -8px;
    height: 100%;
    width: 22px;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 900px) {
  .p-hero_banner__pagination {
    margin-top: 10px;
  }
}
.p-hero_banner__pagination .swiper-pagination-bullet {
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
@media screen and (max-width: 900px) {
  .p-hero_banner__pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
@media not all and (max-width: 900px) {
  .p-hero_banner__pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .p-hero_banner__pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 10px;
  }
}
.p-hero_banner__pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

.p-hero_outline {
  display: block;
  position: relative;
}
.p-hero_outline__brand {
  width: 130%;
  position: relative;
  margin: -14% auto 0;
  left: -15%;
}
.p-hero_outline__show {
  display: block;
  position: relative;
  margin-top: 8%;
}
.p-hero_outline__nav {
  display: block;
  position: relative;
  margin-top: 15%;
}

.p-hero_nav {
  display: block;
  position: relative;
  padding-left: 26px;
}
.p-hero_nav__cap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  writing-mode: vertical-lr;
}
.p-hero_nav__list {
  display: block;
  position: relative;
}
.p-hero_nav__list-item {
  display: block;
  position: relative;
}
.p-hero_nav__list-item + .p-hero_nav__list-item {
  margin-top: 10px;
}
.p-hero_nav__link {
  display: block;
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-hero_nav__link {
    transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-hero_nav__link:hover {
    color: #DD052A;
  }
}
.p-hero_nav__link-text {
  display: block;
  position: relative;
  font-size: 22px;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1;
}

/*============================
CAST/STAFF
============================*/
.p-cs {
  padding-top: 6.2%;
}
@media screen and (max-width: 900px) {
  .p-cs {
    padding-top: 17.4%;
  }
}
.p-cs__container {
  text-align: center;
}
.p-cs__ttl {
  margin-bottom: 66px;
}
@media screen and (max-width: 900px) {
  .p-cs__ttl {
    margin-bottom: 32px;
  }
}
.p-cs__billing {
  position: relative;
  width: 57%;
  margin: 0 auto 28px;
}
@media screen and (max-width: 900px) {
  .p-cs__billing {
    width: 93.5%;
    margin-bottom: 14px;
  }
}
.p-cs__billing-comment {
  position: absolute;
  width: 3.3%;
  cursor: pointer;
  animation: flash 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}
@media screen and (max-width: 900px) {
  .p-cs__billing-comment {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-cs__billing-comment.--kamiya {
  top: 0.5%;
  left: 45%;
}
@media screen and (max-width: 900px) {
  .p-cs__billing-comment.--kamiya {
    top: -1%;
  }
}
.p-cs__billing-comment.--hojyo {
  top: 36.5%;
  left: 64.2%;
}
@media screen and (max-width: 900px) {
  .p-cs__billing-comment.--hojyo {
    top: 35%;
    left: 63.7%;
  }
}
.p-cs__billing-comment.--tmn {
  top: 93.7%;
  left: 72.2%;
}
@media screen and (max-width: 900px) {
  .p-cs__billing-comment.--tmn {
    top: 92%;
    left: 71%;
  }
}
.p-cs__billing-comment.--kodama {
  top: 51.7%;
  left: 44.9%;
}
@media screen and (max-width: 900px) {
  .p-cs__billing-comment.--kodama {
    top: 50%;
    left: 44.5%;
  }
}
.p-cs__billing-comment svg {
  fill: #ffffff;
  fill-rule: evenodd;
  transition: fill 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-cs__billing-comment svg {
    width: 10px;
  }
}
@media not all and (max-width: 900px) {
  .p-cs__billing-comment:hover svg {
    fill: #DD052A;
  }
}
.p-cs__spotify {
  width: 380px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-cs__spotify {
    width: 190px;
  }
}
.p-cs__spotify iframe {
  width: 100%;
}

/*============================
.p-movie
============================*/
.p-movie {
  padding-top: 5.5%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .p-movie {
    padding-top: 18.2%;
  }
}
.p-movie__ttl {
  margin-bottom: 46px;
}
@media screen and (max-width: 900px) {
  .p-movie__ttl {
    margin-bottom: 28px;
  }
}
.p-movie__ttl span {
  display: inline-block;
  transform: translate(-3%, 0);
}
@media screen and (max-width: 900px) {
  .p-movie__ttl span {
    letter-spacing: 0.06rem;
  }
}
.p-movie__slide {
  margin-right: calc(50% - 50vw);
}
.is-nonslide .p-movie__slide {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .is-nonslide .p-movie__slide {
    width: 100%;
  }
}
.p-movie__thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media not all and (max-width: 900px) {
  .p-movie__thumb {
    overflow: hidden;
  }
  .p-movie__thumb:hover figure {
    transform: scale(1.1);
  }
}
.p-movie__thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: url(../img/btn_play.svg) center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .p-movie__thumb::after {
    width: 35px;
    height: 35px;
  }
}
.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.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-movie__nav {
  position: absolute;
  top: 31px;
  right: 0%;
  display: flex;
}
@media screen and (max-width: 900px) {
  .p-movie__nav {
    top: 13px;
  }
}
.is-nonslide .p-movie__nav {
  display: none;
}
.p-movie__nav-item {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .p-movie__nav-item {
    width: 40px;
    height: 40px;
  }
}
.p-movie__nav-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 16px;
  background: url(../img/arrow_s.svg) center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .p-movie__nav-item::after {
    width: 14px;
    height: 11px;
  }
}
.p-movie__nav-item--prev {
  margin-right: 12px;
}
@media screen and (max-width: 900px) {
  .p-movie__nav-item--prev {
    margin-right: 7px;
  }
}
.p-movie__nav-item--prev::after {
  transform: translate(-50%, -50%) scaleX(-1);
}
@media not all and (max-width: 900px) {
  .p-movie__nav-item--prev:hover {
    transform: translateX(-5px);
  }
}
@media not all and (max-width: 900px) {
  .p-movie__nav-item--next:hover {
    transform: translateX(5px);
  }
}
.p-movie__nav-item--next svg {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transform: scaleX(-1) rotate(-90deg);
}
.p-movie__nav-item--next circle {
  stroke-width: 6;
  stroke-linecap: round;
  fill: transparent;
  stroke-dasharray: 0 1112;
  transition: stroke-dasharray cubic-bezier(0.25, 1, 0.5, 1) 0.9s;
}
.p-movie__btn {
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-movie__btn {
    width: 46.5%;
  }
}

/*============================
.p-news
============================*/
.p-news {
  position: relative;
  margin-top: 10.1%;
  padding: 8.5% 0;
}
@media screen and (max-width: 900px) {
  .p-news {
    margin-top: 20.3%;
    padding: 14.5% 0 17%;
  }
}
.p-news__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.p-news__bg-inner {
  height: 100% !important;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background: url(../img/bg_news.jpg) bottom center no-repeat;
  background-size: cover;
}
.p-news__outer {
  overflow-x: hidden;
}
@media not all and (max-width: 900px) {
  .p-news__wrap {
    margin-right: calc(50% - 50vw);
    display: flex;
    align-items: flex-start;
  }
}
@media not all and (max-width: 900px) {
  .p-news__ttl {
    flex-shrink: 0;
    margin-right: 7%;
    transform: translateY(-18px);
  }
}
@media screen and (max-width: 900px) {
  .p-news__ttl {
    margin-bottom: 33px;
  }
}
.p-news__ttl span {
  display: block;
  transform: translate(-3%, -19px);
}
@media screen and (max-width: 900px) {
  .p-news__ttl span {
    transform: translate(-1%, 0);
  }
}
.p-news__inner {
  flex-grow: 1;
}
.p-news__list {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .p-news__list {
    margin-right: calc(50% - 50vw);
    margin-bottom: 30px;
  }
}
.p-news__list-item + .p-news__list-item {
  margin-top: 10px;
}
.p-news__list-link {
  display: block;
  position: relative;
  padding: 27px 3% 25px;
  background: #000;
}
@media not all and (max-width: 900px) {
  .p-news__list-link {
    transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-news__list-link:hover {
    color: #DD052A;
    transform: translateX(10px);
  }
}
@media screen and (max-width: 900px) {
  .p-news__list-link {
    padding: 13px 4% 14px;
    align-items: flex-start;
  }
}
.p-news__list-date {
  position: relative;
  margin-bottom: 8px;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 900px) {
  .p-news__list-date {
    font-size: 10px;
    letter-spacing: 0.1rem;
  }
}
.p-news__list-ttl {
  line-height: 2;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 900px) {
  .p-news__list-ttl {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.04rem;
  }
}
.p-news__btn {
  max-width: 240px;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .p-news__btn {
    width: 46.5%;
  }
}
.p-news__btn.is-hidden {
  display: none;
}

/*============================
.p-ticket
============================*/
.p-ticket {
  position: relative;
  padding: 8.5% 0;
}
@media screen and (max-width: 900px) {
  .p-ticket {
    padding: 15.8% 0 27px;
  }
}
.p-ticket::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.p-ticket__container {
  z-index: 1;
}
.p-ticket__header {
  margin-bottom: 65px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-ticket__header {
    margin-bottom: 27px;
  }
}
.p-ticket__tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 40px;
}
@media screen and (max-width: 900px) {
  .p-ticket__tab {
    margin-bottom: 11px;
  }
}
.p-ticket__tab.is-hidden {
  display: none;
}
.p-ticket__tab-item {
  position: relative;
  margin-bottom: 10px;
  padding: 12px 0;
  border: 2px solid #ffffff;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not all and (max-width: 900px) {
  .p-ticket__tab-item {
    width: calc((100% - 30px) / 4);
    margin-left: 10px;
    transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-ticket__tab-item:nth-child(4n-3) {
    margin-left: 0;
  }
  .p-ticket__tab-item:hover {
    background: #ffffff;
    color: #000;
  }
}
@media screen and (max-width: 900px) {
  .p-ticket__tab-item {
    width: 49%;
    font-size: 10px;
    border-width: 1px;
    margin-left: 2%;
    padding: 8px 0;
    line-height: 1.7;
  }
  .p-ticket__tab-item:nth-child(odd) {
    margin-left: 0;
  }
}
.p-ticket__tab-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  transform: translate(-50%, 0%);
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .p-ticket__tab-item::after {
    border-width: 6px 6px 0 6px;
  }
}
.p-ticket__tab-item.is-current {
  background: #ffffff;
  color: #000;
}
@media not all and (max-width: 900px) {
  .p-ticket__tab-item.is-current {
    cursor: auto;
  }
}
.p-ticket__tab-item.is-current::after {
  transition: opacity 0.2s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  transform: translate(-50%, calc(100% - 1px));
}
.p-ticket__tab-item span {
  display: inline-block;
}
.p-ticket_data {
  display: none;
}
.p-ticket_data.is-active {
  display: block;
}
@media not all and (max-width: 900px) {
  .p-ticket_data__container {
    display: flex;
  }
}
.p-ticket_data__header {
  flex-grow: 1;
}
.p-ticket_data__ttl {
  margin-bottom: 18px;
  font-family: YakuHanMPs_Noto, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 31px;
  line-height: 1.5;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__ttl {
    margin-bottom: 19px;
    font-size: 17px;
    line-height: 1.6;
  }
}
.p-ticket_data__ttl .p-in-medium {
  display: inline-block;
  font-size: 25px;
  vertical-align: baseline;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__ttl .p-in-medium {
    font-size: 14px;
  }
}
.p-ticket_data__ttl .p-in-small {
  display: inline-block;
  font-size: 16px;
  vertical-align: baseline;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__ttl .p-in-small {
    font-size: 10px;
  }
}
.p-ticket_data__price {
  margin-bottom: 48px;
  font-size: 22px;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__price {
    margin-bottom: 16px;
    font-size: 13px;
  }
}
.p-ticket_data__price span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__price span {
    font-size: 10px;
  }
}
.p-ticket_data__desc {
  margin-bottom: 31px;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__desc {
    margin-bottom: 20px;
    line-height: 1.8;
  }
}
.p-ticket_data__box {
  margin-bottom: 29px;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__box {
    margin-bottom: 20px;
  }
}
.p-ticket_data__list + .p-ticket_data__list {
  margin-top: 18px;
}
.p-ticket_data__list-ttl {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__list-ttl {
    margin-bottom: 6px;
  }
}
.p-ticket_data__list-ttl span {
  display: inline-block;
  padding: 2px 8px;
  background: #ffffff;
  color: #000;
  letter-spacing: 0.06rem;
}
.p-ticket_data__list-data {
  letter-spacing: 0.02rem;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__list-data {
    line-height: 1.8;
  }
}
.p-ticket_data__list-data a {
  position: relative;
  display: block;
  padding-left: 18px;
  color: #DD052A;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .p-ticket_data__list-data a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 900px) {
  .p-ticket_data__list-data a {
    padding-left: 13px;
  }
}
.p-ticket_data__list-data a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-mask: url(../img/point_link.svg) center center no-repeat;
  mask: url(../img/point_link.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translateY(-50%);
  background: #DD052A;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__list-data a::before {
    top: 3px;
    width: 8px;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 900px) {
  .p-ticket_data__list-data a::before {
    top: 7px;
  }
}
.p-ticket_data__list-data span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__list-data span {
    font-size: 10px;
  }
}
.p-ticket_data__list-data .p-in-caution {
  margin-top: 10px;
}
.p-ticket_data__list-data .p-in-caution li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  line-height: 1.7;
}
@media not all and (max-width: 900px) {
  .p-ticket_data__inner {
    flex-shrink: 0;
    width: 43.7%;
    margin-left: 5%;
  }
}
@media not all and (max-width: 900px) {
  .p-ticket_data__img {
    padding-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .p-ticket_data__img {
    width: 72%;
    margin: 0 auto 20px;
  }
}
.p-ticket_data__link a {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  color: #DD052A;
  letter-spacing: 0.02rem;
  transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .p-ticket_data__link a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 900px) {
  .p-ticket_data__link a {
    padding-left: 13px;
  }
}
.p-ticket_data__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-mask: url(../img/point_link.svg) center center no-repeat;
  mask: url(../img/point_link.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translateY(-50%);
  background: #DD052A;
}
@media screen and (max-width: 900px) {
  .p-ticket_data__link a::before {
    top: 3px;
    width: 8px;
    transform: translateY(0%);
  }
}

/*============================
.p-modal
============================*/
.p-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 93.5vh;
  border-radius: 42px 42px 0 0;
  transform: translateY(100%);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 900px) {
  .p-modal {
    border-radius: 29px 29px 0 0;
  }
}
.p-modal.is-show {
  transform: translateY(0);
}
.p-modal__container {
  overflow-y: auto;
  height: 100%;
}
@media not all and (max-width: 900px) {
  .p-modal__container {
    position: relative;
    display: flex;
  }
}
.p-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#01193b 0%, #004a79 100%);
  opacity: 0.95;
  border-radius: 42px 42px 0 0;
}
@media screen and (max-width: 900px) {
  .p-modal::before {
    border-radius: 29px 29px 0 0;
  }
}
.p-modal__header {
  padding: 0 1.8% 0 2.4%;
  border-right: 1px solid #315f81;
}
@media screen and (max-width: 900px) {
  .p-modal__header {
    padding: 3% 6.7% 0;
  }
}
.p-modal__ttl {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-modal__ttl {
    padding-top: 46%;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 900px) {
  .p-modal__ttl {
    margin-bottom: 20.7%;
    text-align: left;
  }
}
.p-modal__ttl span {
  display: inline-block;
  font-family: "Oswald", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}
@media not all and (max-width: 900px) {
  .p-modal__ttl span {
    letter-spacing: -0.14rem;
    font-size: 84px;
    transform: skewY(11deg);
  }
}
@media screen and (max-width: 900px) {
  .p-modal__ttl span {
    font-size: 47px;
    transform: skewX(-10deg);
    letter-spacing: -0.12rem;
  }
}
.p-modal__inner {
  position: relative;
}
@media not all and (max-width: 900px) {
  .p-modal__inner {
    flex-grow: 1;
  }
}
.p-modal__close {
  position: absolute;
  top: 7%;
  right: 3%;
  width: 90px;
  cursor: pointer;
}
@media not all and (max-width: 900px) {
  .p-modal__close {
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-modal__close:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 900px) {
  .p-modal__close {
    top: 3.5%;
    right: 6%;
    width: 43px;
  }
}
.p-modal__close-line {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 7px;
}
@media screen and (max-width: 900px) {
  .p-modal__close-line {
    height: 25px;
    margin-bottom: 4px;
  }
}
.p-modal__close-line span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #ffffff;
}
.p-modal__close-line span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-27deg);
}
.p-modal__close-line span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(27deg);
}
.p-modal__close-txt {
  font-family: "Oswald", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0.34rem;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-modal__close-txt {
    font-size: 13px;
    letter-spacing: 0.14rem;
  }
}

.p-comment {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
@media not all and (max-width: 900px) {
  .p-comment {
    padding-top: 10.8%;
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  .p-comment {
    width: 90%;
  }
}
@media not all and (max-width: 900px) {
  .p-comment__pic {
    width: 28.2%;
    margin-right: 4%;
    margin-top: 0.8%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 900px) {
  .p-comment__pic {
    width: 42%;
    margin: 0 auto 20px;
  }
}
@media not all and (max-width: 900px) {
  .p-comment__pic + .p-comment__txt {
    margin-right: 5%;
  }
}
.p-comment__txt-name {
  margin-bottom: 25px;
  font-family: YakuHanMPs_Noto, "Noto Serif JP", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-size: 26px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 900px) {
  .p-comment__txt-name {
    margin-bottom: 16px;
    font-size: 17px;
    letter-spacing: 0.13rem;
  }
}
.p-comment__txt-desc {
  line-height: 2.1;
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 900px) {
  .p-comment__txt-desc {
    width: 100%;
    line-height: 1.85;
    font-size: 12px;
  }
}