@charset "UTF-8";
.p-headline {
  position: relative;
  margin: 0 auto;
  border-bottom: 1px solid #d8dee6;
  background: #fff;
  padding-left: 145px;
  width: 100%;
}

.p-headline__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
}

.p-headline__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 1px;
}

.p-headline__news {
  position: relative;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1;
}

.p-headline__news-date {
  display: block;
  margin-right: 14px;
  color: #3b61a7;
}

.p-headline__news-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-ua="pc"] .p-headline__news:hover .p-headline__news-text {
  text-decoration: underline;
}

.p-headline__news-text br {
  display: none;
}

.p-headline__news-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-headline__footer {
  position: relative;
  margin-left: 26px;
  padding: 0 26px;
}

.p-headline__footer::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #d8dee6;
  width: 1px;
  height: 120%;
  content: "";
}

.p-headline__tw {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-left: 28px;
}

.p-headline__tw::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/icon_twitter.png") no-repeat center;
  background-size: contain;
  width: 20px;
  height: 100%;
  content: "";
}

[data-ua="pc"] .p-headline__tw:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: .6;
}

.p-headline__tw-text {
  color: #3b61a7;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.p-headline__tw a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-hero {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-hero__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-hero__inner {
  position: relative;
  width: 50%;
}

.p-hero__in {
  display: block;
  bottom: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 50%;
  height: 100vh;
}

.is-load .p-hero__in {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform 1.65s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform 1.65s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, transform 1.65s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, transform 1.65s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform 1.65s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.p-hero__data {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

.p-hero__data-title {
  position: relative;
  margin: 0 auto;
  width: 95%;
  max-width: 400px;
}

.p-hero__data-date {
  position: relative;
  margin: 36px auto 0;
  width: 100%;
  max-width: 472px;
}

.p-hero__banner {
  position: relative;
  margin: 0 auto;
  width: 360px;
}

.p-hero__scroll {
  position: absolute;
  bottom: 0;
  left: 25px;
}

.p-hero__scroll-name {
  display: inline-block;
  margin-bottom: 8px;
  color: #3b61a7;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: center;
}

.p-hero__scroll-line {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 5px;
  height: 70px;
  overflow: hidden;
}

.p-hero__scroll-line::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #3b61a7;
  width: 1px;
  height: 100%;
  content: "";
}

.p-hero__scroll-line::after {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-animation: scroller 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
          animation: scroller 3s cubic-bezier(0.77, 0, 0.175, 1) infinite;
  border-radius: 50%;
  background: #3b61a7;
  width: 5px;
  height: 5px;
  content: "";
}

@-webkit-keyframes scroller {
  0% {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }
  40% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  100% {
    -webkit-transform: translate(-50%, 75px);
            transform: translate(-50%, 75px);
  }
}

@keyframes scroller {
  0% {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }
  40% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
            animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  }
  100% {
    -webkit-transform: translate(-50%, 75px);
            transform: translate(-50%, 75px);
  }
}

.p-hero__mv {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 50%;
}

.is-load .p-hero__mv {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform 1.65s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform 1.65s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, transform 1.65s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, transform 1.65s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform 1.65s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.p-top {
  position: relative;
  margin: 0 auto;
  padding: 176px 0 180px;
  width: 100%;
}

.p-banner {
  position: relative;
  margin: 52px auto 0;
  width: 100%;
}

.p-banner__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-banner__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  white-space: nowrap;
}

.p-banner__item {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  pointer-events: none;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-banner__item.is-current {
  pointer-events: auto;
}

.p-banner__item:first-child:last-child {
  pointer-events: auto;
}

.p-banner__item img {
  -webkit-transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-ua="pc"] .p-banner__item img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: .6;
}

.p-banner__pagination {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}

.p-banner__pagination > li {
  display: inline-block;
  vertical-align: top;
  margin: 10px 2px 0;
  border-radius: 50%;
  background: #d8dee6;
  width: 5px;
  height: 5px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-banner__pagination > li.is-active {
  background: #3b61a7;
}

.p-top_title {
  display: inline-block;
  color: #3b61a7;
  font-family: 'Taviraj', YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 147.2px;
  font-size: 9.2rem;
  font-weight: 100;
  letter-spacing: 6.4px;
  letter-spacing: .4rem;
}

.u-section {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.u-section__container {
  position: relative;
  margin: 0 auto;
  width: 77%;
  max-width: 1000px;
}

.u-section__header {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-active .u-section__header {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.u-section__inner {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-active .u-section__inner {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.u-section__footer {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-active .u-section__footer {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, -webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, -webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
  transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s, -webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}

.p-schedule {
  margin-bottom: 226px;
}

.p-schedule__header {
  position: relative;
  margin: 0 auto 28px;
  width: 100%;
}

.p-schedule__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-schedule__text {
  display: block;
  margin-bottom: 48px;
  width: 460px;
}

.p-schedule__link {
  -webkit-transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 138px;
}

[data-ua="pc"] .p-schedule__link:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: .6;
}

.p-schedule__table {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-schedule__footer {
  position: relative;
  margin: 32px auto 0;
  width: 100%;
}

.p-schedule__info {
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.p-schedule__info + .p-schedule__info {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-schedule__info-item {
  margin-bottom: 3.2px;
  margin-bottom: .2rem;
}

.p-schedule__info-item--title {
  margin-bottom: 6.4px;
  margin-bottom: .4rem;
  font-weight: 700;
}

.p-schedule__info-icon {
  display: inline-block;
  position: relative;
  top: 4px;
  background: url(../img/common/icon_rose.png) center center no-repeat;
  background-size: contain;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}

.p-schedule__info-icon--dj {
  background: url(../img/common/icon_DJrose.png) center center no-repeat;
  background-size: contain;
}

.p-schedule__info-note {
  margin-top: 1em;
  font-size: 22.4px;
  font-size: 1.4rem;
}

.p-schedule__note {
  margin-top: 2.2em;
  font-size: 22.4px;
  font-size: 1.4rem;
}

.p-schedule .u-fw-bold {
  font-weight: bold;
}

.p-ticket {
  margin-bottom: 174px;
}

.p-ticket::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#ebf5fc), color-stop(50%, #e4ecfc), to(#e4e5fc));
  background: linear-gradient(to right, #ebf5fc 0%, #e4ecfc 50%, #e4e5fc 100%);
  width: calc(100% - 70px);
  height: 100%;
  content: "";
}

.p-ticket.is-active::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-ticket__container {
  padding-bottom: 114px;
}

.p-ticket__header {
  margin-bottom: -30px;
  text-align: center;
}

.p-ticket__title {
  -webkit-transform: translate(0, -45%);
      -ms-transform: translate(0, -45%);
          transform: translate(0, -45%);
}

.p-ticket__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-ticket_price {
  position: relative;
  margin: 0 auto 40px;
  width: 100%;
}

.p-ticket_price__item {
  text-align: center;
}

.p-ticket_price__main {
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 64px;
  font-size: 4rem;
}

.p-ticket_price__note {
  position: relative;
  margin: 14px auto 0;
  width: 100%;
}

.p-ticket_price__note-item {
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.p-ticket_info {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-ticket_info + .p-ticket_info {
  margin-top: 24px;
}

.p-ticket_info::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top/ticket/frame_ticket_pc_head.png") no-repeat center top;
  background-size: 100% auto;
  padding-top: 5%;
  width: 100%;
  content: "";
}

.p-ticket_info::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/top/ticket/frame_ticket_pc_bottom.png") no-repeat center bottom;
  background-size: 100% auto;
  padding-top: 5%;
  width: 100%;
  content: "";
}

.p-ticket_info__container {
  position: relative;
  margin: 0 auto;
  padding: 60px;
  width: 100%;
}

.p-ticket_info__container::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../img/top/ticket/frame_ticket_pc_repeat.png") repeat-y center;
  background-size: 100% auto;
  width: 100%;
  height: 90%;
  content: "";
}

.p-ticket_info__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-ticket_info__title {
  margin-bottom: 20px;
  color: #3b61a7;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 57.6px;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.p-ticket_info__data + .p-ticket_info__data {
  margin-top: 26px;
}

.p-ticket_info__data-sub {
  display: block;
  margin-bottom: 6px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: 600;
}

.p-ticket_info__data-main {
  font-size: 38.4px;
  font-size: 2.4rem;
  line-height: 1.4;
}

.p-ticket_info__data-main--small {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.7;
}

[data-ua="pc"] .p-ticket_info__data-main a:hover {
  text-decoration: underline;
}

.p-ticket_info__footer {
  position: relative;
  margin: 48px auto 0;
  border-top: 1px solid #3b61a7;
  padding-top: 48px;
  width: 100%;
}

.p-cast {
  margin-bottom: 110px;
}

.p-cast__header {
  margin-bottom: 26px;
  text-align: right;
}

.p-cast__other {
  display: block;
  position: relative;
  margin-top: 20px;
  padding-top: 58px;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
}

.p-cast__other::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #3b61a7;
  width: 1px;
  height: 40px;
  content: "";
}

.p-cast__footer {
  position: relative;
  margin: 18px auto 0;
  width: 100%;
}

.p-cast__note {
  font-size: 20.8px;
  font-size: 1.3rem;
  text-align: center;
}

.p-cast_list {
  margin-bottom: -32px;
  font-size: 0;
  letter-spacing: -.4em;
  text-align: center;
}

.p-cast_list + .p-cast_list {
  margin-top: 32px;
}

.p-cast_list__item {
  display: inline-block;
  vertical-align: top;
  width: 18.5%;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-cast_card {
  position: relative;
  width: 100%;
}

.p-cast_card__img {
  position: relative;
  padding: 5px;
  width: 100%;
}

.p-cast_card__img::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/top/staffcast/frame_cast_pc.png") no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
  content: "";
}

.p-cast_card__img img {
  width: 100%;
}

.p-cast_card__name {
  position: relative;
  margin: 15px auto 0;
  width: 100%;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  text-align: center;
}

.p-cast_card__name-sub {
  margin-bottom: 4px;
  color: #3b61a7;
  font-size: 22.4px;
  font-size: 1.4rem;
}

.p-cast_card__name-main {
  font-size: 35.2px;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.64px;
  letter-spacing: .04rem;
}

.p-staff__inner {
  position: relative;
  font-size: 0;
  letter-spacing: -.4em;
}

.p-staff__data {
  display: inline-block;
  margin-bottom: 36px;
  width: 35%;
  font-family: YakuHanMP, "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
}

.p-staff__data--wide {
  width: 100%;
}

.p-staff__data-sub {
  margin-bottom: 6px;
  color: #3b61a7;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

.p-staff__data-main {
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 959px) {
  .p-headline {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    padding-left: 1.4rem;
  }
  .is-load .p-headline {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  }
  .p-headline__container {
    padding: 1.4rem 0 1.2rem;
  }
  .p-headline__news {
    font-size: 1.2rem;
  }
  .p-headline__news-date {
    margin-bottom: 8px;
    font-size: 1.1rem;
  }
  .p-headline__footer {
    margin-left: 1rem;
    padding: 0 1.6rem;
    width: 56px;
  }
  .p-headline__footer::before {
    height: 140%;
  }
  .p-headline__tw {
    padding-left: 2rem;
  }
  .p-headline__tw::before {
    width: 2rem;
  }
  .p-headline__tw-text {
    font-size: 0;
    white-space: nowrap;
  }
  .p-hero__inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
  .p-hero__in {
    position: absolute;
    width: 100%;
  }
  .p-hero__data {
    top: auto;
    bottom: 24px;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 72%;
  }
  .p-hero__data-title {
    width: 74%;
  }
  .p-hero__data-date {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    margin-top: 34px;
    width: 72%;
  }
  .is-load .p-hero__data-date {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  }
  .p-hero__banner {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    width: 72%;
  }
  .is-load .p-hero__banner {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  }
  .p-hero__scroll {
    display: none;
  }
  .p-hero__mv {
    width: 100%;
  }
  .p-top {
    padding: 75px 0 122px;
  }
  .p-banner {
    margin-top: 28px;
  }
  .p-top_title {
    font-size: 5.4rem;
    letter-spacing: .1rem;
  }
  .u-section__container {
    width: 90%;
    max-width: 600px;
  }
  .p-schedule {
    margin-bottom: 120px;
  }
  .p-schedule__header {
    margin-bottom: 18px;
  }
  .p-schedule__text {
    margin-bottom: 16px;
    width: 100%;
  }
  .p-schedule__link {
    position: relative;
    width: 50%;
    max-width: 146px;
  }
  .p-schedule__table {
    margin-top: 38px;
  }
  .p-schedule__footer {
    margin-top: 18px;
  }
  .p-schedule__info {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .p-schedule__info + .p-schedule__info {
    margin-top: 2rem;
  }
  .p-schedule__info-item--title {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  .p-schedule__info-icon {
    width: 1.3rem;
    height: 1.3rem;
  }
  .p-schedule__info-note {
    font-size: 1.2rem;
  }
  .p-schedule__note {
    font-size: 1.2rem;
  }
  .p-ticket {
    margin-bottom: 86px;
  }
  .p-ticket::before {
    width: calc(100% - 20px);
  }
  .p-ticket__container {
    padding-bottom: 56px;
  }
  .p-ticket__header {
    margin-bottom: -10px;
  }
  .p-ticket_price {
    margin-bottom: 38px;
  }
  .p-ticket_price__main {
    font-size: 2.2rem;
  }
  .p-ticket_price__note {
    margin-top: 10px;
  }
  .p-ticket_price__note-item {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
  .p-ticket_info + .p-ticket_info {
    margin-top: 18px;
  }
  .p-ticket_info::before {
    background: url("../img/top/ticket/frame_ticket_sp_head.png") no-repeat center top;
    background-size: 99.8% auto;
    padding-top: 24px;
  }
  .p-ticket_info::after {
    background: url("../img/top/ticket/frame_ticket_sp_bottom.png") no-repeat center bottom;
    background-size: 99.8% auto;
    padding-top: 24px;
  }
  .p-ticket_info__container {
    padding: 30px 22px;
  }
  .p-ticket_info__container::before {
    background: url("../img/top/ticket/frame_ticket_sp_repeat.png") repeat-y center;
    background-size: 100% auto;
    height: calc(100% - 48px);
  }
  .p-ticket_info__title {
    margin-bottom: 18px;
    font-size: 2rem;
  }
  .p-ticket_info__data + .p-ticket_info__data {
    margin-top: 14px;
  }
  .p-ticket_info__data-sub {
    margin-bottom: 3px;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .p-ticket_info__data-main {
    font-size: 1.4rem;
  }
  .p-ticket_info__data-main--small {
    font-size: 1.1rem;
  }
  .p-ticket_info__footer {
    margin-top: 26px;
    padding-top: 38px;
  }
  .p-cast {
    margin-bottom: 60px;
  }
  .p-cast__other {
    padding-top: 45px;
    font-size: 1.6rem;
  }
  .p-cast__other::before {
    height: 32px;
  }
  .p-cast__note {
    font-size: 1.1rem;
  }
  .p-cast_list {
    text-align: center;
  }
  .p-cast_list + .p-cast_list {
    margin-top: 32px;
  }
  .p-cast_list__item {
    margin: 0 2% 32px 0;
    width: 49%;
  }
  .p-cast_list__item:nth-child(2n) {
    margin-right: 0;
  }
  .p-cast_list__item:last-child {
    margin-right: 0;
  }
  .p-cast_card__name {
    margin-top: 8px;
  }
  .p-cast_card__name-sub {
    margin-bottom: 2px;
    font-size: 1.1rem;
  }
  .p-cast_card__name-main {
    font-size: 1.8rem;
  }
  .p-staff__header {
    margin-bottom: 22px;
  }
  .p-staff__data {
    margin-bottom: 18px;
    width: 50%;
  }
  .p-staff__data--wide {
    width: 100%;
  }
  .p-staff__data-sub {
    margin-bottom: 3px;
    font-size: 1.3rem;
  }
  .p-staff__data-main {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 960px) {
  .p-headline__inner {
    padding-left: 10px;
  }
  .p-headline__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 22px;
  }
  .p-headline__news-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .p-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-hero__in {
    position: fixed;
  }
  .is-fit .p-hero__in {
    position: absolute;
    width: 100%;
  }
  .is-abs .p-hero__in {
    position: absolute;
    width: 100%;
  }
  .p-hero__in {
    -webkit-transform: translateY(5%);
        -ms-transform: translateY(5%);
            transform: translateY(5%);
  }
  .p-hero__mv {
    -webkit-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  .p-schedule__link {
    position: absolute;
    top: 0;
    right: 0;
  }
  .p-cast_list__item {
    margin: 0 1.75% 32px 0;
  }
  .p-cast_list__item:nth-child(5n) {
    margin-right: 0;
  }
  .p-cast_list__item:last-child {
    margin-right: 0;
  }
  .p-staff__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-staff__header {
    padding-right: 68px;
  }
  .p-staff__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding-top: 35px;
    min-width: 1px;
  }
}
