@charset "UTF-8";
.p-hero {
  position: relative;
  margin-bottom: 92px;
}
@media screen and (max-width: 899px) {
  .p-hero {
    margin-bottom: 56px;
  }
}
.p-hero__img {
  transform: scale(1.05);
  transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-load .p-hero__img {
  transform: scale(1);
}
.p-hero__img img {
  width: 100%;
}
@media not all and (max-width: 750px) {
  .p-hero__inner {
    position: absolute;
    top: 4.3%;
    right: 1%;
    width: 40%;
  }
}
@media screen and (max-width: 750px) {
  .p-hero__inner {
    margin-top: -55%;
  }
}
.p-hero__inner-wrap {
  margin: 0 auto;
}
@media not all and (max-width: 750px) {
  .p-hero__inner-wrap {
    max-width: 700px;
  }
}
.p-hero__logo {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 750px) {
  .p-hero__logo {
    max-width: 560px;
    margin: 0 auto 2%;
  }
}
@media screen and (max-width: 750px) {
  .p-hero__logo {
    margin-bottom: 5px;
  }
}
.is-load .p-hero__logo {
  opacity: 1;
  transform: translateY(0);
}
.p-hero__deco {
  position: absolute;
  bottom: -4.5%;
  left: -55px;
  width: 13%;
  min-width: 160px;
}

.p-hero_info {
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media not all and (max-width: 750px) {
  .p-hero_info {
    width: 82%;
  }
}
@media screen and (max-width: 750px) {
  .p-hero_info {
    width: 89.3333333333%;
    max-width: 600px;
  }
}
.is-load .p-hero_info {
  opacity: 1;
  transform: translateY(0);
}
.p-hero_info__bnr {
  overflow: hidden;
}
.p-hero_info__bnr + .p-hero_info__bnr {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-hero_info__bnr + .p-hero_info__bnr {
    margin-top: 15px;
  }
}
.p-hero_info__bnr-inner {
  display: block;
}
@media (hover: hover) {
  .p-hero_info__bnr-inner {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-hero_info__bnr-inner:hover {
    transform: scale(1.04);
  }
}

.p-hero_bnr {
  margin-top: 7.2%;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, opacity 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
}
@media screen and (max-width: 899px) {
  .p-hero_bnr {
    margin-top: 13.5%;
  }
}
.is-load .p-hero_bnr {
  opacity: 1;
  transform: translateY(0);
}
.p-hero_bnr__container {
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}
@media not all and (max-width: 750px) {
  .p-hero_bnr__container {
    width: 71.5%;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) {
  .p-hero_bnr__container {
    width: 89.3333333333%;
    max-width: 600px;
  }
}
.p-hero_bnr__list {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.p-hero_bnr__list-item {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  overflow: hidden;
}
.p-hero_bnr__link {
  display: block;
}
@media (hover: hover) {
  .p-hero_bnr__link {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-hero_bnr__link:hover {
    transform: scale(1.05);
  }
}
.p-hero_bnr__link img {
  width: 100%;
}
.p-hero_bnr__pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 899px) {
  .p-hero_bnr__pager {
    margin-top: 10px;
  }
}
.p-hero_bnr__pager-item {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask: url(../img/common/icon_slide-point.svg) center center no-repeat;
  mask: url(../img/common/icon_slide-point.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-bullet);
  transition: background-color 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .p-hero_bnr__pager-item {
    width: 10px;
    height: 10px;
  }
}
.p-hero_bnr__pager-item + .p-hero_bnr__pager-item {
  margin-left: 20px;
}
@media screen and (max-width: 899px) {
  .p-hero_bnr__pager-item + .p-hero_bnr__pager-item {
    margin-left: 10px;
  }
}
.p-hero_bnr__pager-item.is-active {
  background: var(--color-pink);
}
.p-top_news {
  margin-bottom: 280px;
}
@media screen and (max-width: 899px) {
  .p-top_news {
    margin-bottom: 141px;
  }
}
.p-top_news .c-nodata {
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 899px) {
  .p-top_news .c-nodata {
    padding-top: 10px;
  }
}
.p-top_news__container {
  position: relative;
}
@media not all and (max-width: 899px) {
  .p-top_news__container {
    margin-left: 10%;
  }
}
.p-top_news__header {
  z-index: 1;
  transform: translateX(-30px);
  opacity: 0;
  transition: transform 1.5s cubic-bezier(0.5, 1, 0.89, 1), opacity 1.5s cubic-bezier(0.5, 1, 0.89, 1);
}
@media not all and (max-width: 899px) {
  .p-top_news__header {
    position: absolute;
    top: 9%;
    left: 0;
    width: 20.3%;
  }
}
@media screen and (max-width: 899px) {
  .p-top_news__header {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 89.3333333333%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.is-active .p-top_news__header {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 899px) {
  .p-top_news__ttl {
    width: 43%;
    margin-left: 0;
  }
}
@media not all and (max-width: 899px) {
  .p-top_news__more {
    margin-top: 55px;
  }
}
.p-top_news__inner {
  background: var(--color-white);
  transform: translateX(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.5, 1, 0.89, 1), opacity 1s cubic-bezier(0.5, 1, 0.89, 1);
}
@media not all and (max-width: 899px) {
  .p-top_news__inner {
    width: 84.7619047619%;
    margin-left: auto;
    padding: 28px 0;
  }
}
@media screen and (max-width: 899px) {
  .p-top_news__inner {
    margin-top: -7px;
    margin-left: 5.3333333333%;
    padding: 16px 0 27px;
  }
}
.is-active .p-top_news__inner {
  transform: translateX(0);
  opacity: 1;
}
.p-top_news__list {
  margin-left: 8.6142322097%;
  margin-right: 13.1086142322%;
}
@media screen and (max-width: 899px) {
  .p-top_news__list {
    margin-left: 8.4507042254%;
    margin-right: 8.4507042254%;
  }
}
.p-top_news__list-item {
  border-bottom: 1px solid var(--color-border);
}
.p-top_news__list-item:last-child {
  border-bottom: none;
}
@media not all and (max-width: 899px) {
  .p-top_news__list-item .c-news {
    padding-left: 1.7%;
  }
}
.p-top_news__deco {
  position: absolute;
  width: 13%;
}
@media not all and (max-width: 899px) {
  .p-top_news__deco {
    right: 5.5%;
    bottom: -25%;
    min-width: 160px;
  }
}
@media screen and (max-width: 899px) {
  .p-top_news__deco {
    left: 1%;
    top: 2%;
    width: 24%;
  }
}

.p-intro {
  position: relative;
  margin-bottom: 231px;
}
@media screen and (max-width: 899px) {
  .p-intro {
    margin-bottom: 106px;
  }
}
.p-intro__container {
  width: 90%;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 899px) {
  .p-intro__container {
    max-width: 1120px;
  }
}
@media screen and (max-width: 899px) {
  .p-intro__container {
    width: 92%;
  }
}
.is-active .p-intro__container {
  opacity: 1;
  transform: translateY(0);
}
.p-intro__desc {
  text-align: center;
  line-height: 3.13;
}
@media screen and (max-width: 899px) {
  .p-intro__desc {
    line-height: 2.69;
  }
}
.p-intro__deco {
  position: absolute;
}
.p-intro__deco.--item1 {
  top: 12.5%;
  left: -2.2%;
  width: 19%;
}
@media screen and (max-width: 899px) {
  .p-intro__deco.--item1 {
    top: auto;
    bottom: 20%;
    left: 1.8%;
    width: 33%;
  }
}
.p-intro__deco.--item2 {
  bottom: -42%;
  right: 2.9%;
  width: 19%;
}
@media screen and (max-width: 899px) {
  .p-intro__deco.--item2 {
    bottom: 12%;
    right: -9.1%;
    width: 36%;
  }
}
@media screen and (max-width: 899px) {
  .p-intro__deco.--item3 {
    bottom: 3%;
    left: -8%;
    width: 25%;
  }
}

.p-cast {
  margin-bottom: 246px;
  padding-top: 50px;
}
@media screen and (max-width: 899px) {
  .p-cast {
    margin-bottom: 118px;
    padding-top: 30px;
  }
}
.p-cast__container {
  margin: 0 auto;
}
@media not all and (max-width: 899px) {
  .p-cast__container {
    width: 90%;
    max-width: 1120px;
  }
}
@media screen and (max-width: 899px) {
  .p-cast__container {
    width: 89.3333333333%;
    max-width: 600px;
  }
}
.p-cast__header {
  margin-bottom: 80px;
}
@media screen and (max-width: 899px) {
  .p-cast__header {
    margin-bottom: 40px;
  }
}
.p-cast__ttl {
  width: 55.5%;
}
@media screen and (max-width: 899px) {
  .p-cast__ttl {
    width: 93%;
  }
}
.p-cast__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 57px 2.8%;
}
@media screen and (max-width: 899px) {
  .p-cast__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 27px 4.2%;
  }
}
.p-cast__list-item {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-cast__list-item:nth-child(1) {
  transition-delay: 0s;
}
.p-cast__list-item:nth-child(2) {
  transition-delay: 0.15s;
}
.p-cast__list-item:nth-child(3) {
  transition-delay: 0.3s;
}
.p-cast__list-item:nth-child(4) {
  transition-delay: 0.45s;
}
.p-cast__list-item:nth-child(5) {
  transition-delay: 0.6s;
}
.p-cast__list-item:nth-child(6) {
  transition-delay: 0.75s;
}
.p-cast__list-item:nth-child(7) {
  transition-delay: 0.9s;
}
.p-cast__list-item:nth-child(8) {
  transition-delay: 1.05s;
}
.p-cast__list-item:nth-child(9) {
  transition-delay: 1.2s;
}
.p-cast__list-item:nth-child(10) {
  transition-delay: 1.35s;
}
.p-cast__list-item:nth-child(11) {
  transition-delay: 1.5s;
}
.p-cast__list-item:nth-child(12) {
  transition-delay: 1.65s;
}
.p-cast__list-item:nth-child(13) {
  transition-delay: 1.8s;
}
.p-cast__list-item:nth-child(14) {
  transition-delay: 1.95s;
}
.p-cast__list-item:nth-child(15) {
  transition-delay: 2.1s;
}
.is-active .p-cast__list-item {
  transform: translateY(0);
  opacity: 1;
}
.p-cast__deco {
  position: absolute;
}
.p-cast__deco.--item1 {
  top: -0.5%;
  left: 9.8%;
  width: 14%;
}
@media screen and (max-width: 899px) {
  .p-cast__deco.--item1 {
    top: auto;
    bottom: 4%;
    left: -9.2%;
    width: 32%;
  }
}
.p-cast__deco.--item2 {
  bottom: -13%;
  right: 2%;
  width: 14%;
}
@media screen and (max-width: 899px) {
  .p-cast__deco.--item2 {
    bottom: 12%;
    right: -2%;
    width: 25%;
  }
}
@media (hover: hover) {
  .p-cast_data {
    transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .p-cast_data:hover {
    transform: translateY(-10px);
  }
}
.p-cast_data__header {
  position: relative;
  margin-bottom: 17px;
}
@media screen and (max-width: 899px) {
  .p-cast_data__header {
    margin-bottom: 12px;
  }
}
.p-cast_data__header::after {
  content: "";
  position: absolute;
  top: -0.7%;
  right: 3%;
  width: 29%;
  padding-top: 22.0652173913%;
  background: url(../img/top/img_ribbon.png) center center no-repeat;
  background-size: contain;
}
.p-cast_data__img {
  position: relative;
  padding-bottom: 10px;
  border-radius: 9999px 9999px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .p-cast_data__img {
    padding-bottom: 6px;
  }
}
.p-cast_data__img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-cast_data__img::after {
    height: 1px;
  }
}
.p-cast_data__name {
  text-align: center;
}
.p-cast_data__name-ja {
  font-size: 23px;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 899px) {
  .p-cast_data__name-ja {
    font-size: 16px;
    letter-spacing: 0.1rem;
  }
}
.p-cast_data__name-en {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.1rem;
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
}
@media screen and (max-width: 899px) {
  .p-cast_data__name-en {
    margin-top: 4px;
    font-size: 10px;
  }
}

.m-cast {
  position: relative;
}
.m-cast__loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-cast__loading .u-spinner {
  position: absolute;
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-modal-afteropen .m-cast__loading .u-spinner {
  opacity: 0;
}
@media not all and (max-width: 899px) {
  .m-cast__container {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 899px) {
  .m-cast__container {
    padding: 30px 0 50px;
  }
}
.m-cast__header {
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
@media not all and (max-width: 899px) {
  .m-cast__header {
    width: 40%;
    flex-shrink: 0;
    margin-right: 11.4%;
  }
}
@media screen and (max-width: 899px) {
  .m-cast__header {
    margin-bottom: 15.5%;
  }
}
.is-modal-afteropen .m-cast__header {
  transform: translateY(0);
  opacity: 1;
}
.m-cast__inner {
  text-align: left;
  transform: translateY(30px);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, opacity 0.8s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
@media not all and (max-width: 899px) {
  .m-cast__inner {
    flex-grow: 1;
  }
}
.is-modal-afteropen .m-cast__inner {
  transform: translateY(0);
  opacity: 1;
}
.m-cast__inner-top {
  position: relative;
  margin-bottom: 53px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--color-border2);
}
@media screen and (max-width: 899px) {
  .m-cast__inner-top {
    margin-bottom: 26px;
    padding-bottom: 18px;
  }
}
.m-cast__inner-top::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-border2);
}
@media screen and (max-width: 899px) {
  .m-cast__inner-top::before {
    bottom: 2px;
  }
}
.m-cast__name {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 899px) {
  .m-cast__name {
    margin-bottom: 32px;
  }
}
.m-cast__name-ja {
  font-size: 42px;
  letter-spacing: 0.25rem;
}
@media screen and (max-width: 899px) {
  .m-cast__name-ja {
    font-size: 25px;
    letter-spacing: 0.1rem;
  }
}
.m-cast__name-en {
  margin-top: 15px;
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 899px) {
  .m-cast__name-en {
    margin-top: 5px;
    font-size: 11px;
  }
}
.m-cast__note {
  width: 61%;
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (max-width: 899px) {
  .m-cast__note {
    width: 100%;
    font-size: 10px;
    line-height: 1.6;
  }
}
.m-cast__sd {
  position: absolute;
  bottom: 18%;
  right: -2%;
  width: 36%;
}
@media screen and (max-width: 899px) {
  .m-cast__sd {
    bottom: auto;
    top: -25%;
    right: 2%;
    width: 29%;
  }
}
@media screen and (max-width: 899px) {
  [data-chara=littletwin] .m-cast__sd {
    top: -23%;
  }
}
.m-cast__sd-cap img {
  width: 100%;
  margin: 0 auto;
}
.m-cast__sd-img {
  width: 92%;
  margin: -11% auto 0;
}
[data-chara=mymelody] .m-cast__sd-img {
  margin-top: -22%;
}
[data-chara=littletwin] .m-cast__sd-img {
  margin-top: -2%;
}
[data-chara=keroppi] .m-cast__sd-img {
  margin-top: -35%;
}
[data-chara=pekkle] .m-cast__sd-img {
  margin-top: -21%;
}
.is-modal-afteropen .m-cast__sd-img {
  animation: chara 1s linear forwards 0.3s;
}
.m-cast__sd-name {
  margin-top: 12px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 899px) {
  .m-cast__sd-name {
    margin-top: 6px;
    font-size: 10px;
    white-space: nowrap;
  }
}
.m-cast__desc {
  line-height: 1.88;
}
@media screen and (max-width: 899px) {
  .m-cast__desc {
    line-height: 1.7;
  }
}
.m-cast__play {
  display: flex;
  align-items: center;
  margin-top: 51px;
}
@media screen and (max-width: 899px) {
  .m-cast__play {
    margin-top: 25px;
  }
}
.m-cast__play-btn {
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 26px;
  background: var(--color-white);
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
}
@media (hover: hover) {
  .m-cast__play-btn {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .m-cast__play-btn:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 899px) {
  .m-cast__play-btn {
    width: 55px;
    height: 55px;
    margin-right: 18px;
  }
}
.m-cast__play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  transform: translate(calc(-50% - 0.5px), calc(-50% + 0.5px));
  opacity: 0;
}
.m-cast__play-btn::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_onpu.svg) center center no-repeat;
  background-size: contain;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 899px) {
  .m-cast__play-btn::after {
    top: 13px;
    width: 13px;
    height: 13px;
  }
}
.m-cast__play-btn span {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.12rem;
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
@media screen and (max-width: 899px) {
  .m-cast__play-btn span {
    bottom: 8px;
    font-size: 11px;
  }
}
.m-cast__play-btn span.is-stop {
  opacity: 0;
}
.m-cast__play-btn.playing::before {
  animation: audio_play 2s linear infinite;
}
.m-cast__play-btn.playing::after {
  animation: audio_play_onpu 0.8s linear infinite;
}
.m-cast__play-btn.playing .is-play {
  opacity: 0;
}
.m-cast__play-btn.playing .is-stop {
  opacity: 1;
}
@keyframes audio_play {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}
@keyframes audio_play_onpu {
  0% {
    transform: translate(-50%, 0) rotate(0);
  }
  25% {
    transform: translate(-50%, 0) rotate(-5deg);
  }
  75% {
    transform: translate(-50%, 0) rotate(10deg);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.m-cast__play-txt .m-in-ttl {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 899px) {
  .m-cast__play-txt .m-in-ttl {
    font-size: 16px;
  }
}
.m-cast__play-txt .m-in-note {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 899px) {
  .m-cast__play-txt .m-in-note {
    margin-top: 6px;
    font-size: 11px;
  }
}
.m-cast .vjs-control-bar,
.m-cast .vjs-poster,
.m-cast .vjs-title-bar,
.m-cast .vjs-big-play-button,
.m-cast .vjs-error-display,
.m-cast .vjs-modal-dialog {
  display: none;
}

@media screen and (max-width: 899px) {
  .m-cast_visual {
    width: 66%;
    margin: 0 auto;
  }
}
.m-cast_visual__list {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  overflow: hidden;
}
.m-cast_visual__list-item {
  position: relative;
  padding-bottom: 12px;
  border-radius: 9999px 9999px 0 0;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
@media screen and (max-width: 899px) {
  .m-cast_visual__list-item {
    padding-bottom: 6px;
  }
}
.m-cast_visual__list-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color-white);
}
@media screen and (max-width: 899px) {
  .m-cast_visual__list-item::after {
    height: 1px;
  }
}
.m-cast_visual__pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 899px) {
  .m-cast_visual__pager {
    margin-top: 13px;
  }
}
.m-cast_visual__pager-item {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask: url(../img/common/icon_slide-point.svg) center center no-repeat;
  mask: url(../img/common/icon_slide-point.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-bullet);
}
@media screen and (max-width: 899px) {
  .m-cast_visual__pager-item {
    width: 10px;
    height: 10px;
  }
}
.m-cast_visual__pager-item + .m-cast_visual__pager-item {
  margin-left: 20px;
}
@media screen and (max-width: 899px) {
  .m-cast_visual__pager-item + .m-cast_visual__pager-item {
    margin-left: 10px;
  }
}
.m-cast_visual__pager-item.is-active {
  background: var(--color-pink);
}

.p-top_disco {
  margin-bottom: 445px;
  padding-top: 50px;
}
@media screen and (max-width: 899px) {
  .p-top_disco {
    margin-bottom: 180px;
    padding-top: 30px;
  }
}
.p-top_disco__container {
  margin: 0 auto;
}
@media not all and (max-width: 899px) {
  .p-top_disco__container {
    width: 90%;
    max-width: 1280px;
  }
}
@media screen and (max-width: 899px) {
  .p-top_disco__container {
    width: 89.3333333333%;
    max-width: 600px;
  }
}
.p-top_disco__header {
  margin-bottom: 80px;
}
@media screen and (max-width: 899px) {
  .p-top_disco__header {
    margin-bottom: 39px;
  }
}
.p-top_disco__ttl {
  width: 85%;
  max-width: 947px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-top_disco__ttl {
    width: 76%;
  }
}
.p-top_disco__inner {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-active .p-top_disco__inner {
  opacity: 1;
  transform: translateY(0);
}
.p-top_disco__jk {
  margin: 0 auto 57px;
}
@media not all and (max-width: 899px) {
  .p-top_disco__jk {
    width: 400px;
  }
}
@media screen and (max-width: 899px) {
  .p-top_disco__jk {
    width: 74.5%;
    margin-bottom: 29px;
  }
}
.p-top_disco__txt {
  margin-bottom: 48px;
  text-align: center;
  font-family: "STIX Two Text", "Zen Old Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
}
@media screen and (max-width: 899px) {
  .p-top_disco__txt {
    margin-bottom: 25px;
  }
}
.p-top_disco__txt-cap {
  margin-bottom: 23px;
  font-size: 20px;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 899px) {
  .p-top_disco__txt-cap {
    margin-bottom: 10px;
    font-size: 11px;
    letter-spacing: 0.04rem;
  }
}
.p-top_disco__txt-ttl {
  margin-bottom: 14px;
  font-size: 36px;
  letter-spacing: 0.23rem;
}
@media screen and (max-width: 899px) {
  .p-top_disco__txt-ttl {
    margin-bottom: 6px;
    font-size: 21px;
    letter-spacing: 0.14rem;
    line-height: 1.45;
  }
}
.p-top_disco__txt-date {
  font-size: 30px;
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 899px) {
  .p-top_disco__txt-date {
    font-size: 15px;
    letter-spacing: 0.1rem;
  }
}
.p-top_disco__btn {
  max-width: 1120px;
  margin: 0 auto;
}
@media not all and (max-width: 899px) {
  .p-top_disco__btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 899px) {
  .p-top_disco__btn {
    width: 82%;
    margin: 0 auto;
  }
}
@media not all and (max-width: 899px) {
  .p-top_disco__btn-item {
    width: 384px;
  }
  .p-top_disco__btn-item:nth-child(even) {
    margin-left: 30px;
  }
  .p-top_disco__btn-item:nth-child(n+3) {
    margin-top: 19px;
  }
}
@media screen and (max-width: 899px) {
  .p-top_disco__btn-item + .p-top_disco__btn-item {
    margin-top: 10px;
  }
}
.p-top_disco__deco {
  position: absolute;
}
.p-top_disco__deco.--item1 {
  top: 16.5%;
  left: -2.2%;
  width: 19%;
}
@media screen and (max-width: 899px) {
  .p-top_disco__deco.--item1 {
    top: -12.5%;
    left: auto;
    right: -6%;
    width: 35%;
  }
}
.p-top_disco__deco.--item2 {
  top: 34%;
  right: 3.7%;
  width: 18%;
}
@media screen and (max-width: 899px) {
  .p-top_disco__deco.--item2 {
    right: auto;
    left: 3%;
    top: 52%;
    width: 25%;
  }
}
.p-top_disco__deco.--item3 {
  bottom: -33%;
  left: 7.5%;
  width: 13%;
}
@media screen and (max-width: 899px) {
  .p-top_disco__deco.--item3 {
    left: auto;
    right: -13%;
    bottom: 23%;
    width: 34%;
  }
}

.p-concert {
  position: relative;
  padding-top: 50px;
  margin-bottom: 149px;
}
@media screen and (max-width: 899px) {
  .p-concert {
    padding-top: 30px;
    margin-bottom: 68px;
  }
}
.p-concert__container {
  margin: 0 auto;
}
@media not all and (max-width: 899px) {
  .p-concert__container {
    width: 90%;
    max-width: 930px;
  }
}
@media screen and (max-width: 899px) {
  .p-concert__container {
    width: 89.3333333333%;
    max-width: 600px;
  }
}
.p-concert__header {
  margin-bottom: 66px;
}
@media screen and (max-width: 899px) {
  .p-concert__header {
    margin-bottom: 33px;
  }
}
.p-concert__ttl {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-concert__ttl {
    width: 93%;
  }
}
.p-concert__inner {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-active .p-concert__inner {
  opacity: 1;
  transform: translateY(0);
}
.p-concert__lead {
  margin-bottom: 53px;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-concert__lead {
    margin-bottom: 27px;
  }
}
.p-concert__lead-main {
  margin-bottom: 14px;
  font-size: 39px;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 899px) {
  .p-concert__lead-main {
    margin-bottom: 11px;
    font-size: 21px;
    line-height: 1.4;
  }
}
.p-concert__lead-main.is-en {
  margin-bottom: 20px;
  letter-spacing: 0.16rem;
}
@media screen and (max-width: 899px) {
  .p-concert__lead-main.is-en {
    margin-bottom: 15px;
    line-height: 1.3;
  }
}
.p-concert__lead-sub {
  font-size: 33px;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 899px) {
  .p-concert__lead-sub {
    font-size: 18px;
    letter-spacing: 0.08rem;
  }
}
.p-concert__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media not all and (max-width: 899px) {
  .p-concert__box {
    width: 86%;
    margin: 0 auto;
    gap: 0 3.9%;
  }
}
@media screen and (max-width: 899px) {
  .p-concert__box {
    gap: 0 1.5%;
  }
}
.p-concert__list {
  margin-top: 60px;
}
@media screen and (max-width: 899px) {
  .p-concert__list {
    margin-top: 37px;
  }
}
.p-concert__list-item {
  border-top: 1px solid var(--color-border);
}
.p-concert__list-item:last-child {
  border-bottom: 1px solid var(--color-border);
}
@media not all and (max-width: 899px) {
  .p-concert__list-item {
    display: flex;
    padding: 32px 0 33px;
  }
  .p-concert__list-item.--cast {
    padding: 37px 0 29px;
  }
  .p-concert__list-item.--price {
    padding: 35px 0 37px;
  }
}
@media screen and (max-width: 899px) {
  .p-concert__list-item {
    padding: 24px 0 25px;
  }
  .p-concert__list-item.--cast {
    padding: 30px 0 34px;
  }
  .p-concert__list-item.--price {
    padding: 27px 0 25px;
  }
}
@media not all and (max-width: 899px) {
  .p-concert__list-header {
    min-width: 20.8%;
  }
}
@media screen and (max-width: 899px) {
  .p-concert__list-header {
    margin-bottom: 12px;
  }
  .--cast .p-concert__list-header {
    margin-bottom: 18px;
  }
  .--credit .p-concert__list-header {
    margin-bottom: 7px;
  }
}
.p-concert__list-ttl {
  font-size: 21px;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 899px) {
  .p-concert__list-ttl {
    font-size: 15px;
    letter-spacing: 0.08rem;
  }
}
.p-concert__list-ttl.is-small {
  font-size: 13px;
  letter-spacing: 0.1rem;
  line-height: 1.85;
}
@media screen and (max-width: 899px) {
  .p-concert__list-ttl.is-small {
    font-size: 13px;
  }
}
@media not all and (max-width: 899px) {
  .--cast .p-concert__list-inner {
    padding-top: 3px;
  }
  .--price .p-concert__list-inner {
    margin-top: -7px;
  }
}

.p-concert_box {
  padding-top: 26px;
  padding-bottom: 27px;
  border: 1px solid #4e4b44;
}
@media screen and (max-width: 899px) {
  .p-concert_box {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.p-concert_box__container {
  width: 81%;
  margin: 0 auto;
  text-align: center;
}
.p-concert_box__header {
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (max-width: 899px) {
  .p-concert_box__header {
    margin-bottom: 6px;
    padding-bottom: 6px;
  }
}
.p-concert_box__header::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-border);
}
@media screen and (max-width: 899px) {
  .p-concert_box__header::before {
    bottom: 1px;
  }
}
.p-concert_box__ttl {
  font-size: 24px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 899px) {
  .p-concert_box__ttl {
    font-size: 12px;
  }
}
.p-concert_box__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-concert_box__list-cap {
  position: relative;
  padding-right: 40px;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 899px) {
  .p-concert_box__list-cap {
    padding-right: 12px;
    font-size: 12px;
  }
}
.p-concert_box__list-cap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon_dia.svg) center center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .p-concert_box__list-cap::before {
    right: 0px;
    width: 9px;
    height: 9px;
  }
}
.p-concert_box__list-txt {
  font-size: 40px;
  letter-spacing: 0.24rem;
  line-height: 1.15;
}
@media screen and (max-width: 899px) {
  .p-concert_box__list-txt {
    font-size: 17px;
    letter-spacing: 0.12rem;
  }
}
.p-concert_box__note {
  margin-top: 15px;
}
@media screen and (max-width: 899px) {
  .p-concert_box__note {
    margin-top: 6px;
    font-size: 11px;
  }
}

.p-concert_data__block + .p-concert_data__block {
  margin-top: 30px;
}
@media screen and (max-width: 899px) {
  .p-concert_data__block + .p-concert_data__block {
    margin-top: 25px;
  }
}
.p-concert_data__cap {
  display: inline-block;
  margin-bottom: 29px;
  padding: 2px 10px;
  background: var(--color-black);
  color: var(--color-white);
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 899px) {
  .p-concert_data__cap {
    margin-bottom: 18px;
    padding: 3px 7px;
  }
}
@media not all and (max-width: 899px) {
  .p-concert_data__list {
    padding-left: 23px;
  }
}
.p-concert_data__list + .p-concert_data__list {
  margin-top: 14px;
}
@media screen and (max-width: 899px) {
  .p-concert_data__list + .p-concert_data__list {
    margin-top: 12px;
  }
}
.p-concert_data__list-ttl {
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-concert_data__list-ttl {
    margin-bottom: 7px;
    padding-left: 14px;
    letter-spacing: 0.08rem;
  }
}
.p-concert_data__list-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 19px;
  height: 19px;
  background: url(../img/common/icon_onpu.svg) center center no-repeat;
  background-size: contain;
  transform: translateY(-39%);
}
@media screen and (max-width: 899px) {
  .p-concert_data__list-ttl::before {
    left: 0;
    width: 11px;
    height: 11px;
    transform: translateY(-50%);
  }
}
.p-concert_data__list-txt {
  font-size: 19px;
  letter-spacing: 0.18rem;
  line-height: 2.05;
}
@media screen and (max-width: 899px) {
  .p-concert_data__list-txt {
    font-size: 13px;
    letter-spacing: 0.08rem;
    line-height: 1.7;
  }
}
.p-concert_data__txt {
  letter-spacing: 0.1rem;
  line-height: 1.98;
  font-size: 13px;
}
@media screen and (max-width: 899px) {
  .p-concert_data__txt {
    font-size: 11px;
    line-height: 1.85;
    letter-spacing: 0.04rem;
  }
}
.p-concert_data__txt.is-big {
  font-size: 20px;
  letter-spacing: 0.13rem;
  line-height: 1.85;
}
@media screen and (max-width: 899px) {
  .p-concert_data__txt.is-big {
    font-size: 14px;
    letter-spacing: 0.06rem;
  }
}
@media screen and (max-width: 899px) {
  .--caution .p-concert_data__txt {
    font-size: 12px;
    line-height: 1.83;
    letter-spacing: 0.08rem;
  }
}
.p-concert_data__txt a {
  text-decoration: underline;
}
@media (hover: hover) {
  .p-concert_data__txt a:hover {
    text-decoration: none;
  }
}
@media not all and (max-width: 899px) {
  .p-concert_data__caution {
    margin-top: 6px;
  }
}
.p-concert_data__caution-item {
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 899px) {
  .p-concert_data__caution-item {
    font-size: 11px;
  }
}

.p-ticket {
  padding-top: 50px;
}
@media screen and (max-width: 899px) {
  .p-ticket {
    padding-top: 30px;
  }
}
.p-ticket__container {
  width: 90%;
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-ticket__container {
    width: 89.3333333333%;
    max-width: 600px;
  }
}
.p-ticket__header {
  margin-bottom: 76px;
}
@media screen and (max-width: 899px) {
  .p-ticket__header {
    margin-bottom: 38px;
  }
}
.p-ticket__ttl {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-ticket__ttl {
    width: 92%;
  }
}
.p-ticket__inner {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-active .p-ticket__inner {
  opacity: 1;
  transform: translateY(0);
}
.p-ticket__arch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-ticket__caution {
  margin-top: 76px;
  margin-bottom: 50px;
}
@media screen and (max-width: 899px) {
  .p-ticket__caution {
    margin-top: 49px;
    margin-bottom: 30px;
  }
}
.p-ticket__caution-ttl {
  margin-bottom: 19px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 899px) {
  .p-ticket__caution-ttl {
    margin-bottom: 11px;
  }
}
.p-ticket__caution-desc {
  line-height: 2.15;
  font-size: 13px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 899px) {
  .p-ticket__caution-desc {
    font-size: 11px;
    line-height: 2;
  }
}
.p-ticket__caution-desc + .p-ticket__caution-ttl {
  margin-top: 48px;
}
@media screen and (max-width: 899px) {
  .p-ticket__caution-desc + .p-ticket__caution-ttl {
    margin-top: 38px;
  }
}

.p-ticket_box {
  margin-bottom: 60px;
  border: 1px solid var(--color-black);
}
@media screen and (max-width: 899px) {
  .p-ticket_box {
    margin-bottom: 40px;
  }
}
.p-ticket_box__container {
  width: 91.5%;
  margin: 0 auto;
  padding: 25px 0 51px;
}
@media screen and (max-width: 899px) {
  .p-ticket_box__container {
    width: 86%;
    padding: 25px 0 36px;
  }
}
.p-ticket_box__header {
  position: relative;
  margin-bottom: 41px;
  padding-bottom: 39px;
  text-align: center;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (max-width: 899px) {
  .p-ticket_box__header {
    margin-bottom: 30px;
    padding-bottom: 29px;
  }
}
.p-ticket_box__header::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-border);
}
@media screen and (max-width: 899px) {
  .p-ticket_box__header::before {
    bottom: 1px;
  }
}
.p-ticket_box__ttl {
  position: relative;
  margin-bottom: 33px;
  padding-bottom: 20px;
  font-size: 25px;
  letter-spacing: 0.04rem;
  border-bottom: 1px solid var(--color-border);
}
@media screen and (max-width: 899px) {
  .p-ticket_box__ttl {
    margin-bottom: 27px;
    padding-bottom: 21px;
    font-size: 15px;
  }
}
.p-ticket_box__ttl::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-border);
}
@media screen and (max-width: 899px) {
  .p-ticket_box__ttl::before {
    bottom: 1px;
  }
}
@media not all and (max-width: 899px) {
  .p-ticket_box__price-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-ticket_box__price-item + .p-ticket_box__price-item {
  margin-top: 5px;
}
@media screen and (max-width: 899px) {
  .p-ticket_box__price-item + .p-ticket_box__price-item {
    margin-top: 9px;
  }
}
.p-ticket_box__price-item .p-in-ttl {
  position: relative;
  letter-spacing: 0.08rem;
}
@media not all and (max-width: 899px) {
  .p-ticket_box__price-item .p-in-ttl {
    padding-right: 27px;
    font-size: 25px;
  }
}
@media screen and (max-width: 899px) {
  .p-ticket_box__price-item .p-in-ttl {
    margin-bottom: 6px;
    font-size: 12px;
  }
}
.p-ticket_box__price-item .p-in-ttl span {
  position: relative;
  display: inline-block;
}
.p-ticket_box__price-item .p-in-ttl span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon_dia.svg) center center no-repeat;
  background-size: contain;
  transform: translateY(-60%);
}
@media screen and (max-width: 899px) {
  .p-ticket_box__price-item .p-in-ttl span::before {
    right: -16px;
    width: 9px;
    height: 9px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 899px) {
  .p-ticket_box__price-item .p-in-ttl span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -16px;
    width: 9px;
    height: 9px;
    background: url(../img/common/icon_dia.svg) center center no-repeat;
    background-size: contain;
    transform: translateY(-50%);
  }
}
.p-ticket_box__price-item .p-in-txt {
  font-size: 24px;
  letter-spacing: 0.15rem;
  transform: translate(0px, -6px);
}
@media screen and (max-width: 899px) {
  .p-ticket_box__price-item .p-in-txt {
    font-size: 12px;
  }
}
.p-ticket_box__price-item .p-in-txt span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 40px;
  letter-spacing: 0.26rem;
  transform: translate(0px, 2px);
}
@media screen and (max-width: 899px) {
  .p-ticket_box__price-item .p-in-txt span {
    font-size: 20px;
    letter-spacing: 0.14rem;
  }
}
.p-ticket_box__caution {
  margin-top: 19px;
}
@media screen and (max-width: 899px) {
  .p-ticket_box__caution {
    margin-top: 8px;
  }
}
.p-ticket_box__caution-item {
  line-height: 1.6;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 899px) {
  .p-ticket_box__caution-item {
    font-size: 11px;
    letter-spacing: 0.06rem;
  }
}
.p-ticket_box__inner {
  text-align: center;
}
.p-ticket_box__block + .p-ticket_box__block {
  margin-top: 34px;
}
.p-ticket_box__cap {
  display: inline-block;
  margin-bottom: 22px;
  padding: 3px 16px;
  background: var(--color-black);
  color: var(--color-white);
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 899px) {
  .p-ticket_box__cap {
    margin-bottom: 14px;
    padding: 2px 15px;
    font-size: 12px;
    letter-spacing: 0.04rem;
  }
}
.p-ticket_box__desc {
  text-align: left;
  line-height: 1.88;
  letter-spacing: 0.1rem;
}
@media not all and (max-width: 899px) {
  .p-ticket_box__desc {
    width: 97%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 899px) {
  .p-ticket_box__desc {
    font-size: 12px;
    line-height: 1.85;
  }
}
.p-ticket_box__desc .p-in-cap {
  position: relative;
  margin-top: 16px;
  padding-left: 23px;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 899px) {
  .p-ticket_box__desc .p-in-cap {
    padding-left: 18px;
    font-size: 14px;
  }
}
.p-ticket_box__desc .p-in-cap::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_onpu.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 899px) {
  .p-ticket_box__desc .p-in-cap::before {
    top: 6px;
    width: 13px;
    height: 13px;
  }
}

.p-ticket_ac {
  margin-top: 20px;
}
.p-ticket_ac__header {
  position: relative;
  padding: 25px 0;
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  .p-ticket_ac__header {
    padding: 11px 0;
  }
}
.p-ticket_ac__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-acc-head);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-end .p-ticket_ac__header::before {
  background: var(--color-acc-head-disable);
}
@media (hover: hover) {
  .p-ticket_ac__header:hover::before {
    opacity: 0.6;
  }
}
@media screen and (max-width: 899px) {
  .is-end .p-ticket_ac__header {
    padding: 11px 0 19px;
  }
}
.p-ticket_ac__ttl {
  position: relative;
  width: 92%;
  margin: 0 auto;
  padding-right: 30px;
  font-size: 21px;
  letter-spacing: 0.06rem;
  line-height: 1.6;
}
@media screen and (max-width: 899px) {
  .p-ticket_ac__ttl {
    width: 88%;
    padding-right: 20px;
    font-size: 15px;
  }
}
@media not all and (max-width: 899px) {
  .is-end .p-ticket_ac__ttl {
    display: flex;
    justify-content: space-between;
  }
}
.p-ticket_ac__end {
  display: inline-block;
  margin-right: 40px;
  padding: 2px 10px;
  background: #797971;
  color: var(--color-white);
  font-size: 18px;
  letter-spacing: 0.1rem;
}
@media not all and (max-width: 899px) {
  .p-ticket_ac__end {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 899px) {
  .p-ticket_ac__end {
    margin-top: 1px;
    padding: 0px 5px;
    font-size: 10px;
    letter-spacing: 0.05rem;
  }
}
.p-ticket_ac__icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .p-ticket_ac__icon {
    width: 14px;
    height: 14px;
  }
  .is-end .p-ticket_ac__icon {
    top: 55%;
  }
}
.p-ticket_ac__icon::before, .p-ticket_ac__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-white);
  transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
  .p-ticket_ac__icon::before, .p-ticket_ac__icon::after {
    height: 2px;
  }
}
.p-ticket_ac__icon::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-open .p-ticket_ac__icon::after {
  transform: translateY(-50%) rotate(-180deg);
}
.p-ticket_ac__inner {
  background: var(--color-acc-inner);
  height: 0;
}
.p-ticket_ac__cont {
  width: 87%;
  margin: 0 auto;
  padding-top: 51px;
  padding-bottom: 61px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.2s;
}
@media screen and (max-width: 899px) {
  .p-ticket_ac__cont {
    width: 85%;
    padding-top: 23px;
    padding-bottom: 39px;
  }
}
.is-open .p-ticket_ac__cont {
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  pointer-events: auto;
}
.p-ticket_ac__cont .text {
  margin-bottom: 53px;
  line-height: 1.88;
}
@media screen and (max-width: 899px) {
  .p-ticket_ac__cont .text {
    margin-bottom: 23px;
    font-size: 12px;
    line-height: 1.83;
  }
}
.p-ticket_ac__cont .list-item {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid var(--color-border);
}
@media screen and (max-width: 899px) {
  .p-ticket_ac__cont .list-item {
    display: block;
    padding: 24px 0;
  }
}
.p-ticket_ac__cont .list-item:last-child {
  border-bottom: 1px solid var(--color-border);
}
.p-ticket_ac__cont .list-title {
  letter-spacing: 0.08rem;
  line-height: 1.8;
}
@media not all and (max-width: 899px) {
  .p-ticket_ac__cont .list-title {
    min-width: 18%;
  }
}
@media screen and (max-width: 899px) {
  .p-ticket_ac__cont .list-title {
    margin-bottom: 9px;
    font-size: 15px;
  }
}
.p-ticket_ac__cont .list-text {
  line-height: 1.8;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 899px) {
  .p-ticket_ac__cont .list-text {
    font-size: 12px;
    line-height: 1.85;
  }
}
.p-ticket_ac__cont .cap {
  margin-top: 59px;
  margin-bottom: 30px;
  padding: 3px 20px;
  background: var(--color-white);
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 899px) {
  .p-ticket_ac__cont .cap {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 15px;
    letter-spacing: 0.08rem;
  }
}
@media not all and (max-width: 899px) {
  .p-ticket_ac__cont .btnlist {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 899px) {
  .p-ticket_ac__cont .btnlist {
    width: 96.5%;
    margin: 0 auto;
  }
}
@media not all and (max-width: 899px) {
  .p-ticket_ac__cont .btnlist .c-btn {
    width: 47.5%;
  }
  .p-ticket_ac__cont .btnlist .c-btn:nth-child(even) {
    margin-left: 2.4%;
  }
  .p-ticket_ac__cont .btnlist .c-btn:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 899px) {
  .p-ticket_ac__cont .btnlist .c-btn + .c-btn {
    margin-top: 10px;
  }
}

.p-top_movie__container {
  width: 90%;
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-top_movie__container {
    width: 89.3333333333%;
    max-width: 600px;
  }
}
.p-top_movie__header {
  margin-bottom: 80px;
}
@media screen and (max-width: 899px) {
  .p-top_movie__header {
    margin-bottom: 40px;
  }
}
.p-top_movie__ttl {
  width: 67%;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-top_movie__ttl {
    width: 92%;
  }
}
.p-top_movie__inner {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), opacity 1s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-active .p-top_movie__inner {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 899px) {
  .p-top_movie__play .c-movie__ttl {
    text-align: center;
  }
}
.p-top_movie__more {
  margin-top: 35px;
  text-align: right;
}
@media screen and (max-width: 899px) {
  .p-top_movie__more {
    margin-top: 18px;
  }
}
.p-top_movie__more .c-more {
  display: inline-block;
}
.p-top_movie__deco {
  position: absolute;
}
.p-top_movie__deco.--item1 {
  top: 10.5%;
  left: -2.2%;
  width: 19%;
}
@media screen and (max-width: 899px) {
  .p-top_movie__deco.--item1 {
    top: -64%;
    left: auto;
    right: -5%;
    width: 33%;
  }
}
.p-top_movie__deco.--item2 {
  top: 32%;
  right: 3.7%;
  width: 18%;
}
@media screen and (max-width: 899px) {
  .p-top_movie__deco.--item2 {
    top: auto;
    bottom: 1%;
    right: auto;
    left: 2%;
    width: 26%;
  }
}
.p-top_movie__deco.--item3 {
  bottom: -33%;
  left: 7.5%;
  width: 13%;
}
@media screen and (max-width: 899px) {
  .p-top_movie__deco.--item3 {
    bottom: -27%;
    left: auto;
    right: -13.5%;
    width: 35%;
  }
}