@charset "UTF-8";
:root {
  --font-all:"Josefin Sans","dnp-shuei-mgothic-std",-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --color-blue: #006282;
  --color-orange: #f4916f;
  --color-beige: #f4f0e9;
  --color-white: #fff;
}

.--theater {
  background-color: var(--color-beige);
}
@media screen and (min-width: 901px) {
  .--theater .u-hover--item {
    -webkit-transition: background-color 0.2s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
    transition: background-color 0.2s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), background-color 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), background-color 0.2s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .--theater .u-hover--item:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    background-color: var(--color-orange);
  }
}

/*============================
THEATER
============================*/
.p-theater {
  max-width: 1100px;
  margin: auto;
  color: var(--color-blue);
  padding: 147px 0 176px;
}
@media screen and (max-width: 900px) {
  .p-theater {
    padding: 114px 0 60vw;
  }
}
.p-theater .c-decoc {
  position: absolute;
  z-index: 3;
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  -webkit-transform: translateY(0px) rotateY(180deg);
          transform: translateY(0px) rotateY(180deg);
}
.p-theater .c-decoc.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px) rotateX(0deg);
          transform: translateY(0px) rotateX(0deg);
}
.p-theater .c-decoc.-chara07 {
  right: 6.4vw;
  bottom: -2px;
  width: 7.1vw;
  max-width: 200px;
}
@media screen and (max-width: 900px) {
  .p-theater .c-decoc.-chara07 {
    right: 40vw;
    width: 18.1vw;
  }
}
.p-theater__title {
  margin-bottom: 86px;
  color: var(--color-blue);
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1), transform 0.8s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-load .p-theater__title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 900px) {
  .p-theater__title {
    margin-bottom: 47px;
  }
}
.p-theater__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-theater__nav__item {
  display: block;
  position: relative;
  cursor: pointer;
  width: 18.7%;
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
  transition: opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.2s;
}
@media screen and (min-width: 901px) {
  .p-theater__nav__item {
    margin-right: 1.625%;
  }
  .p-theater__nav__item:nth-child(5n) {
    margin-right: 0;
  }
  .p-theater__nav__item:nth-child(n+6) {
    margin-top: 14px;
  }
}
@media screen and (max-width: 900px) {
  .p-theater__nav__item {
    width: 32%;
    margin-right: 2%;
  }
  .p-theater__nav__item:nth-child(3n) {
    margin-right: 0;
  }
  .p-theater__nav__item:nth-child(n+4) {
    margin-top: 6px;
  }
}
.p-theater__nav__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.1px 3.5px 0 3.5px;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .p-theater__nav__item::after {
    right: 2.4vw;
    border-width: 3.5px 2px 0 2px;
  }
}
.p-theater__nav__item:nth-of-type(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.p-theater__nav__item:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-theater__nav__item:nth-of-type(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.p-theater__nav__item:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-theater__nav__item:nth-of-type(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.p-theater__nav__item:nth-of-type(6) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.p-theater__nav__item:nth-of-type(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.p-theater__nav__item:nth-of-type(8) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.p-theater__nav__item:nth-of-type(9) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.is-load .p-theater__nav__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-theater__nav__item > p {
  position: relative;
  width: 100%;
  padding: 15px 0;
  color: var(--color-white);
  background-color: var(--color-blue);
  border-radius: 1000px;
  text-align: center;
  vertical-align: baseline;
}
@media screen and (max-width: 900px) {
  .p-theater__nav__item > p {
    padding: 8px 0;
    font-size: 11px;
  }
}
.p-theater__content {
  width: 78.5%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-theater__content {
    display: block;
    width: 86.5%;
  }
}
.p-theater__att {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
  -webkit-transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s, clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s, clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}
.is-load .p-theater__att {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width: 900px) {
  .p-theater__att {
    margin-top: 20px;
  }
}
.p-theater__box {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  -webkit-transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.1s;
}
.is-load .p-theater__box {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-theater__box__title {
  padding: 100px 0 50px;
  font-size: 28px;
  color: var(--color-orange);
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .p-theater__box__title {
    padding: 40px 0 25px;
    font-size: 18px;
  }
}
.p-theater__table__inner--header {
  color: var(--color-white);
  background-color: var(--color-blue);
}
.p-theater__table__inner--header .p-theater__table__line {
  border: 0;
}
.p-theater__table__inner--header .p-theater__table__cell--item {
  padding: 14px 1em 12px 0;
}
.p-theater__table__line {
  padding: 0 16px;
  vertical-align: baseline;
  border-bottom: 2px dotted var(--color-blue);
}
@media screen and (max-width: 900px) {
  .p-theater__table__line {
    padding: 0 2.1vw;
  }
}
.p-theater__table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  vertical-align: baseline;
}
@media screen and (max-width: 900px) {
  .p-theater__table__cell {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px;
  }
}
.p-theater__table__cell--link {
  display: inline-block;
  position: relative;
  color: var(--color-orange);
  text-decoration: none;
}
.p-theater__table__cell--link::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--color-orange);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 901px) {
  .p-theater__table__cell--link:hover::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.p-theater__table__cell--item {
  padding: 24px 1em 22px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
}
@media screen and (max-width: 900px) {
  .p-theater__table__cell--item {
    padding: 16px 0 15px 0;
  }
}
.p-theater__table__cell--item_area {
  width: 12%;
}
@media screen and (max-width: 900px) {
  .p-theater__table__cell--item_area {
    width: 24.5%;
  }
}
.p-theater__table__cell--item_theater {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .p-theater__table__cell--item_theater {
    width: 75.5%;
  }
}
.p-theater__table__cell--item_other {
  width: 38%;
}
@media screen and (max-width: 900px) {
  .p-theater__table__cell--item_other {
    width: 100%;
    margin-top: -5px;
    padding: 0 0 15px 24.5%;
    font-size: 80%;
  }
  .p-theater__table__cell--item_other::before {
    content: "備考：";
    vertical-align: baseline;
  }
}
.p-theater__table__cell--item_vf {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .p-theater__table__cell--item_vf {
    width: 100%;
    margin-top: -5px;
    padding: 0 0 15px 24.5%;
    font-size: 80%;
  }
  .p-theater__table__cell--item_vf::before {
    content: "日本語字幕：";
    vertical-align: baseline;
  }
}

/*============================
VF
============================*/
.p-theater__vf {
  padding-top: calc(4% + 18px);
  padding-bottom: calc(11px + 7%);
  position: relative;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  -webkit-transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s, clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s, clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s, -webkit-clip-path 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.2s;
}
.is-load .p-theater__vf {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.p-theater__vf-in {
  position: relative;
  width: 100%;
  padding: 18px 60px;
  background: url(../img/ticket_base_repeat_pc.png) repeat-y top left/contain;
}
@media screen and (max-width: 900px) {
  .p-theater__vf-in {
    display: block;
    padding: 16px 5.33vw;
  }
}
.p-theater__vf-in::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 4%;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  background: url(../img/ticket_base_top_pc.png) no-repeat top left/contain;
}
@media screen and (max-width: 900px) {
  .p-theater__vf-in::before {
    top: 2px;
  }
}
.p-theater__vf-in::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 4%;
  position: absolute;
  bottom: 5px;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background: url(../img/ticket_base_btm_pc.png) no-repeat bottom left/contain;
}
@media screen and (max-width: 900px) {
  .p-theater__vf-in::after {
    bottom: 2px;
  }
}
.p-theater__vf-cap {
  cursor: pointer;
  position: relative;
  font-size: 23px;
  letter-spacing: 0.04em;
  font-family: "dnp-shuei-mgothic-std", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 900px) {
  .p-theater__vf-cap {
    font-size: 14px;
  }
}
.p-theater__vf-cap:hover {
  color: var(--color-orange);
}
.p-theater__vf-cap:hover .-ac_icon span {
  background-color: var(--color-orange);
}
.p-theater__vf-cap.is-open .-ac_icon span:nth-child(2) {
  width: 2px;
  height: 0%;
}
.p-theater__vf-cap .-ac_icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 0.7s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.7s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 900px) {
  .p-theater__vf-cap .-ac_icon {
    width: 20px;
    height: 20px;
  }
}
.p-theater__vf-cap .-ac_icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--color-blue);
  -webkit-transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), height 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.4s cubic-bezier(0.33, 1, 0.68, 1), height 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-theater__vf-cap .-ac_icon span:nth-child(1) {
  width: 100%;
  height: 2px;
}
.p-theater__vf-cap .-ac_icon span:nth-child(2) {
  width: 2px;
  height: 100%;
}
.p-theater__vf-inner {
  display: none;
  margin-top: 28px;
  padding-top: 27px;
  border-top: 2px dotted var(--color-blue);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-family: "dnp-shuei-mgothic-std", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 900px) {
  .p-theater__vf-inner {
    font-size: 12px;
    margin-top: 18px;
    padding-top: 17px;
  }
}
.p-theater__vf-logo {
  width: 220px;
  margin: 1em 0;
}
@media screen and (max-width: 900px) {
  .p-theater__vf-logo {
    max-width: 66.6%;
  }
}
.p-theater__vf-cont {
  margin-top: 1em;
}
@media screen and (min-width: 901px) {
  .p-theater__vf-cont dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-theater__vf-cont dl dt {
  position: relative;
}
@media screen and (min-width: 901px) {
  .p-theater__vf-cont dl dt {
    width: 260px;
  }
}
@media screen and (max-width: 900px) {
  .p-theater__vf-cont dl dt {
    display: inline-block;
    padding-right: 1em;
    font-size: 90%;
    font-weight: bold;
  }
}
.p-theater__vf-cont dl dt::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 4px;
}
.p-theater__vf-cont dl dd {
  width: calc(100% - 260px);
}
@media screen and (max-width: 900px) {
  .p-theater__vf-cont dl dd {
    width: 100%;
  }
}
.p-theater__vf-attlist {
  margin-top: 1em;
}
.p-theater__vf-attlist > li {
  font-size: 80%;
  padding-left: 1em;
  text-indent: -1em;
}
.p-theater__vf-attlist > li a {
  font-family: var(--font-all);
  color: var(--color-orange);
  text-decoration: none;
  -webkit-transition: color 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 901px) {
  .p-theater__vf-attlist > li a:hover {
    color: var(--color-blue);
  }
}