/************************************

reset

************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
}

li {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

address,
em {
  font-style: normal;
}

button {
  padding: 0;
  border: 0;
}

hr {
  border: 0;
  border-top: 1px solid #000;
}

/************************************

base

************************************/
html {
  font-size: 625%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 580%;
  }
}

body {
  position: relative;
  background: #0c1422;
  color: #fff;
  font-family: sans-serif;
  font-size: .16rem;
}

a {
  color: inherit;
  transition: 0.2s all ease 0s;
}

p {
  line-height: 1.6;
}

p a {
  text-decoration: underline;
}

p a:hover {
  color: #3c68d9;
  text-decoration: none;
}

sub {
  font-size: .7em;
  vertical-align: baseline;
}

img {
  max-width: 100%;
  height: auto;
}

.billing {
  color: #58473c;
}

.billing img {
  margin-right: .3em;
  transform: translate(0, -2px);
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .billing img {
    width: 17px;
  }
}

.billing.-billing01 {
  font-size: .13rem;
}

@media screen and (max-width: 767px) {
  .billing.-billing01 {
    font-size: .1rem;
  }
}

.billing.-billing02 {
  margin-top: .2em;
  font-size: .11rem;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .billing.-billing02 {
    font-size: .1rem;
  }
}

.bnr {
  display: flex;
  justify-content: center;
  gap: .14rem;
  margin-top: .4rem;
}

@media screen and (max-width: 767px) {
  .bnr {
    flex-wrap: wrap;
  }
}

.book {
  margin-top: .4rem;
  text-align: center;
}

.book__heading {
  margin-top: .15rem;
  font-size: .2rem;
  font-weight: bold;
}

.book__heading rt {
  font-size: .5em;
}

.book__txt {
  margin-top: .05rem;
  color: #cfcfcf;
  font-size: .14rem;
  line-height: 1.4;
}

.book__btn {
  display: inline-block;
  margin-top: .1rem;
  padding: .4em .8em;
  border-radius: 6px;
  background-color: #54687e;
  font-size: .15rem;
  text-decoration: none;
}

.bridge img {
  width: 100%;
  max-width: none;
}

.bridge span {
  display: inline-block;
  visibility: hidden;
  position: relative;
}

.bridge span::before {
  content: "";
  display: inline-block;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transform-origin: right center;
  background: linear-gradient(45deg, #2569b4, #102854);
}

.bridge.is-show span {
  -webkit-animation: catchText 0.7s cubic-bezier(0.86, 0, 0.07, 1) 0.5s forwards;
  animation: catchText 0.7s cubic-bezier(0.86, 0, 0.07, 1) 0.5s forwards;
}

.bridge.is-show span::before {
  -webkit-animation: catchFrame 0.7s cubic-bezier(0.86, 0, 0.07, 1) 0.5s forwards;
  animation: catchFrame 0.7s cubic-bezier(0.86, 0, 0.07, 1) 0.5s forwards;
}

.btn {
  display: inline-flex;
  align-items: center;
  padding: .5em 2em;
  border: 1px solid #fff;
  text-decoration: none;
}

.btn::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: .3em;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.btn-navi {
  display: block;
  width: .6rem;
  height: .4rem;
  border: 0;
  border-radius: 30px;
  outline: 0;
  background: rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px 0 #fff;
}

.btn-navi span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 40%;
  height: 1px;
  margin: 0 auto;
  background: #fff;
}

.btn-navi span::before,
.btn-navi span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  transform-origin: center center;
  background: #fff;
  transition: 0.2s all ease 0s;
}

.btn-navi span::before {
  transform: translate(0, -0.06rem);
}

.btn-navi span::after {
  transform: translate(0, 0.06rem);
}

.is-open .btn-navi span {
  background: #000;
}

.is-open .btn-navi span::before {
  transform: translate(0, 0) rotate(-45deg);
}

.is-open .btn-navi span::after {
  transform: translate(0, 0) rotate(45deg);
}

.cast {
  padding: 10vw .2rem 5vw .2rem;
  opacity: 0;
}

.cast.is-show {
  -webkit-animation: fade .4s ease forwards;
  animation: fade .4s ease forwards;
}

.cast__title {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cast__title {
    width: 45%;
    margin: 0 auto;
  }
}

.cast__list {
  max-width: 1356px;
  margin: .4rem auto 0 auto;
  background-color: #fff;
  box-shadow: 30px 30px 70px 0 rgba(0, 0, 0, 0.5);
}

.cast__main {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .cast__main {
    display: block;
  }

  .cast__main img {
    width: 100%;
    max-width: none;
  }
}

.cast__item:hover {
  -webkit-animation: mouseon 1s ease forwards;
  animation: mouseon 1s ease forwards;
  cursor: pointer;
}

.cast__sub {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .cast__sub {
    flex-wrap: wrap;
  }

  .cast__sub .cast__item {
    flex-basis: 50%;
  }
}

.footer {
  padding: 1rem .2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: .7rem .2rem;
  }
}

.footer__logo {
  max-width: 330px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    max-width: 65%;
  }
}

.footer__billing {
  margin-top: .4rem;
}

@media screen and (max-width: 767px) {
  .footer__billing {
    margin-top: .2rem;
  }
}

.footer__credit {
  margin-top: .2rem;
  color: #c8aa80;
  font-size: .12rem;
  line-height: 1.8;
}

.footer__credit rt {
  font-size: .5em;
}

.footer__credit img {
  margin-left: .5em;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .footer__credit {
    font-size: .1rem;
    line-height: 1.4;
  }

  .footer__credit rt {
    display: inline;
    font-size: 1em;
  }

  .footer__credit rt::before {
    content: "(";
  }

  .footer__credit rt::after {
    content: ")";
  }
}

.intro {
  padding: 13vw .2rem 10vw .2rem;
  overflow-x: hidden;
  background: url(../images/intro_bg.jpg) no-repeat center top/contain;
  text-align: center;
  opacity: 0;
}

.intro.is-show {
  -webkit-animation: fade .4s ease forwards;
  animation: fade .4s ease forwards;
}

@media screen and (max-width: 974px) {
  .intro {
    padding: 22vw .2rem;
    background-size: contain;
  }
}

.intro__heading01 {
  opacity: 0;
}

.intro__heading01.is-show {
  -webkit-animation: glitch .15s ease forwards .5s;
  animation: glitch .15s ease forwards .5s;
}

.intro__photo {
  margin-top: .3rem;
  opacity: 0;
}

.intro__photo.is-show {
  -webkit-animation: glitch .15s ease forwards .5s;
  animation: glitch .15s ease forwards .5s;
}

.intro__heading02 {
  margin-top: -.5rem;
  opacity: 0;
}

.intro__heading02.is-show {
  -webkit-animation: glitch .15s ease forwards .5s;
  animation: glitch .15s ease forwards .5s;
}

@media screen and (max-width: 974px) {
  .intro__heading02 {
    margin-top: -4vw;
  }
}

.intro__txt {
  max-width: 934px;
  margin: .4rem auto 0 auto;
  opacity: 0;
  line-height: 2.1;
  text-align: justify;
  text-shadow: 0 0 10px #3c68d9, 0 0 10px #3c68d9, 0 0 10px #3c68d9, 0 0 10px #3c68d9;
}

.intro__txt.is-show {
  -webkit-animation: glitch .15s ease forwards .5s;
  animation: glitch .15s ease forwards .5s;
}

@media screen and (max-width: 767px) {
  .intro__txt {
    margin: .2rem auto 0 auto;
    line-height: 1.8;
  }
}

.main {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  aspect-ratio: 1600/1004;
}

@media screen and (max-width: 1360px) {
  .main {
    aspect-ratio: 0;
  }
}

.main__container {
  width: 100%;
  padding: 1.54rem 0 .3rem 0;
}

@media screen and (max-width: 1188px) {
  .main__container {
    padding-top: calc(154 / 1188 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .main__container {
    padding-top: calc(120 / 375 * 100vw);
  }
}

.main__catch {
  transform: scale(1.1);
  opacity: 0;
  -webkit-animation: scale 0.7s ease forwards 1.1s;
  animation: scale 0.7s ease forwards 1.1s;
}

@media screen and (max-width: 1188px) {
  .main__catch {
    margin: calc(0 / 1188 * 100vw) calc(540 / 1188 * 100vw) 0 calc(540 / 1188 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .main__catch {
    margin: calc(0 / 375 * 100vw) calc(158 / 375 * 100vw) 0 calc(158 / 375 * 100vw);
  }
}

.main__title {
  margin-top: .4rem;
  transform: scale(1.1);
  opacity: 0;
  -webkit-animation: scale 0.7s ease forwards 1.3s;
  animation: scale 0.7s ease forwards 1.3s;
}

@media screen and (max-width: 1188px) {
  .main__title {
    margin: calc(40 / 1188 * 100vw) calc(237 / 1188 * 100vw) 0 calc(237 / 1188 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .main__title {
    margin: calc(10 / 375 * 100vw) calc(28 / 375 * 100vw) 0 calc(28 / 375 * 100vw);
  }
}

.main__date {
  margin-top: .3rem;
  transform: scale(1.1);
  opacity: 0;
  -webkit-animation: scale 0.7s ease forwards 1.5s;
  animation: scale 0.7s ease forwards 1.5s;
}

@media screen and (max-width: 1188px) {
  .main__date {
    margin: calc(30 / 1188 * 100vw) calc(328 / 1188 * 100vw) 0 calc(328 / 1188 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .main__date {
    margin: calc(10 / 375 * 100vw) calc(45 / 375 * 100vw) 0 calc(45 / 375 * 100vw);
  }
}

.main__ticket {
  max-width: 840px;
  margin: .4rem auto 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .main__ticket {
    max-width: 342px;
    margin-top: calc(207 / 375 * 100vw);
  }
}

.main__ticket-inner {
  display: block;
}

.main__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/main_bg.jpg) no-repeat center top/cover;
  transform: scale(1.1);
  opacity: 0;
  -webkit-animation: scale 0.7s ease forwards 0.7s;
  animation: scale 0.7s ease forwards 0.7s;
}

@media screen and (max-width: 1600px) {
  .main__bg {
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .main__bg {
    background-image: url(../images/main_bg-sp.jpg);
    background-size: cover;
  }
}

.main__bnr {
  display: none;
  width: min(75%, 468px);
  margin: min(3vw, 0.3rem) auto 0 auto;
  transform: scale(1.1);
  opacity: 0;
  -webkit-animation: scale 0.7s ease forwards 1.5s;
  animation: scale 0.7s ease forwards 1.5s;
}

.modal {
  display: none;
}

.modal__container {
  padding: .5rem;
  background: linear-gradient(45deg, #2569b4, #102854);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .modal__container {
    padding: .3rem;
  }
}

.modal__position {
  display: inline-block;
  padding: .35em;
  background-color: #c8aa80;
  color: #fff;
  font-size: .16rem;
  font-weight: bold;
}

.modal__name {
  display: inline-block;
  padding: .3em;
  background-color: #000;
  color: #fff;
  font-size: .26rem;
  font-weight: bold;
}

.modal__txt {
  margin-top: .2rem;
  line-height: 1.7;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.modal__btn {
  margin-top: .15rem;
  text-align: center;
}

.modal__close {
  display: inline-block;
  padding: .3em 2em;
  background-color: #c8aa80;
  color: #fff;
}

.modal__close:hover {
  cursor: pointer;
}

.movie__container {
  position: relative;
  width: 100%;
  height: 560px;
}

@media screen and (max-width: 767px) {
  .movie__container {
    height: 300px;
  }
}

.movie__mask {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/movie_mask.png) repeat-x top left;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .movie__mask {
    background-size: contain;
  }
}

.movie__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.movie__btn.is-show {
  -webkit-animation: fade .4s ease forwards;
  animation: fade .4s ease forwards;
}

.movie__btn:hover {
  -webkit-animation: mouseon 1s ease;
  animation: mouseon 1s ease;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .movie__btn img {
    width: 150px;
  }
}

.movie__player {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.movie__inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.movie__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navigation {
  position: fixed;
  z-index: 100;
  top: .4rem;
  width: 100%;
  padding: 0 .2rem;
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .navigation {
    top: 0;
  }
}

.navigation__btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .navigation__btn {
    display: block;
    position: absolute;
    z-index: 60;
    top: .1rem;
    right: .1rem;
  }
}

.navigation__container {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1188px;
  margin: 0 auto;
  padding: 1em;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 20px 0 #fff;
}

@media screen and (max-width: 767px) {
  .navigation__container {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: 0.3s cubic-bezier(0.86, 0, 0.07, 1) height;
    border-radius: 0;
    background: rgba(12, 20, 34, 0.95);
    box-shadow: none;
    text-align: center;
    gap: 0;
  }

  .is-open .navigation__container {
    height: 100vh;
  }
}

.navigation__item {
  font-size: .18rem;
  text-decoration: none;
}

.navigation__item:hover {
  color: #3c68d9;
}

@media screen and (max-width: 767px) {
  .navigation__item {
    margin: .3rem 0 0 0;
    transform: translate(0, -10px);
    transition: .2s ease all;
    opacity: 0;
    pointer-events: none;
  }

  .is-open .navigation__item {
    pointer-events: all;
  }

  .is-open .navigation__item:nth-of-type(1) {
    transform: translate(0, 0);
    transition: 0.4s ease all 0.05s;
    opacity: 1;
  }

  .is-open .navigation__item:nth-of-type(2) {
    transform: translate(0, 0);
    transition: 0.4s ease all 0.1s;
    opacity: 1;
  }

  .is-open .navigation__item:nth-of-type(3) {
    transform: translate(0, 0);
    transition: 0.4s ease all 0.15s;
    opacity: 1;
  }

  .is-open .navigation__item:nth-of-type(4) {
    transform: translate(0, 0);
    transition: 0.4s ease all 0.2s;
    opacity: 1;
  }

  .is-open .navigation__item:nth-of-type(5) {
    transform: translate(0, 0);
    transition: 0.4s ease all 0.25s;
    opacity: 1;
  }

  .is-open .navigation__item:nth-of-type(6) {
    transform: translate(0, 0);
    transition: 0.4s ease all 0.3s;
    opacity: 1;
  }

  .is-open .navigation__item:nth-of-type(7) {
    transform: translate(0, 0);
    transition: 0.4s ease all 0.35s;
    opacity: 1;
  }

  .is-open .navigation__item:nth-of-type(8) {
    transform: translate(0, 0);
    transition: 0.4s ease all 0.4s;
    opacity: 1;
  }

  .is-open .navigation__item:nth-of-type(9) {
    transform: translate(0, 0);
    transition: 0.4s ease all 0.45s;
    opacity: 1;
  }

  .is-open .navigation__item:nth-of-type(10) {
    transform: translate(0, 0);
    transition: 0.4s ease all 0.5s;
    opacity: 1;
  }

  .is-open .navigation__item:nth-of-type(11) {
    transform: translate(0, 0);
    transition: 0.4s ease all 0.55s;
    opacity: 1;
  }

  .is-open .navigation__item:nth-of-type(12) {
    transform: translate(0, 0);
    transition: 0.4s ease all 0.6s;
    opacity: 1;
  }
}

.photo {
  display: flex;
  justify-content: center;
  opacity: 0;
}

.photo.is-show {
  -webkit-animation: fade .4s ease forwards;
  animation: fade .4s ease forwards;
}

@media screen and (max-width: 767px) {
  .photo {
    flex-wrap: wrap;
  }
}

.photo figure {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .photo figure {
    flex-basis: 50%;
  }
}

.photo img {
  width: 100%;
  max-width: none;
}

.staff {
  display: flex;
  max-width: 1356px;
  margin: 0 auto;
  opacity: 0;
}

.staff.is-show {
  -webkit-animation: fade .4s ease forwards;
  animation: fade .4s ease forwards;
}

@media screen and (max-width: 767px) {
  .staff {
    display: block;
  }
}

.staff__contents {
  flex: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .staff__contents {
    margin-top: .4rem;
  }
}

.staff__container {
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .staff__container {
    display: block;
    padding: 0 .3rem;
  }
}

.staff__heading {
  transform: translate(-7px, 0);
}

.staff__list {
  margin-top: .4rem;
}

.staff__item {
  position: relative;
  padding: 0 .4rem 0 0;
}

.staff__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transform-origin: top right;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.staff__item:not(:first-of-type) {
  margin-top: .4rem;
}

.staff__item:hover {
  -webkit-animation: mouseon 1s ease;
  animation: mouseon 1s ease;
  cursor: pointer;
}

.staff__position {
  color: #c8aa80;
  font-size: .14rem;
}

.staff__name {
  margin-top: .06rem;
  color: #a3a2a2;
  font-size: .12rem;
  line-height: 1.6;
}

.staff__name em {
  color: #fff;
  font-size: 1.66em;
  font-weight: bold;
}

.story {
  position: relative;
  z-index: 1;
  padding: 0 0 10vw 0;
  opacity: 0;
}

.story.is-show {
  -webkit-animation: fade .4s ease forwards;
  animation: fade .4s ease forwards;
}

.story__container {
  max-width: 1084px;
  margin: -5vw auto 0 auto;
}

.story__inner {
  margin: 0 .5rem;
  padding: 0 .7rem .7rem .7rem;
  background: linear-gradient(45deg, #2569b4, #102854);
}

@media screen and (max-width: 767px) {
  .story__inner {
    margin: 0 .2rem;
    padding: 0 .3rem .3rem .3rem;
  }
}

.story__title {
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .story__title {
    width: 60%;
  }
}

.story__heading {
  margin-top: -.1rem;
}

.story__txt {
  margin-top: .4rem;
}

@media screen and (max-width: 767px) {
  .story__txt {
    margin-top: .2rem;
  }
}

.story__photo {
  display: flex;
  justify-content: center;
}

.story__bg {
  position: relative;
  z-index: -1;
  padding-bottom: 34%;
  background: url(../images/story_photo01.jpg) no-repeat center top/cover;
}

@media screen and (max-width: 767px) {
  .story__bg {
    padding-bottom: 56%;
  }
}

.wrap {
  padding: 0 0 5vw 0;
  background: #0c1422 url(../images/cast_bg.jpg) no-repeat center bottom/contain;
}

@media screen and (max-width: 767px) {
  .wrap {
    padding: 0 0 25vw 0;
    background-size: 400%;
  }
}

@-webkit-keyframes catchFrame {
  0% {
    width: 0%;
    transform: scaleX(1);
  }

  40% {
    width: 100%;
    transform: scaleX(1);
  }

  60% {
    width: 100%;
    transform: scaleX(1);
  }

  100% {
    width: 100%;
    transform: scaleX(0);
  }
}

@keyframes catchFrame {
  0% {
    width: 0%;
    transform: scaleX(1);
  }

  40% {
    width: 100%;
    transform: scaleX(1);
  }

  60% {
    width: 100%;
    transform: scaleX(1);
  }

  100% {
    width: 100%;
    transform: scaleX(0);
  }
}

@-webkit-keyframes catchText {
  0% {
    visibility: hidden;
  }

  40% {
    visibility: hidden;
  }

  60% {
    visibility: visible;
  }

  100% {
    visibility: visible;
  }
}

@keyframes catchText {
  0% {
    visibility: hidden;
  }

  40% {
    visibility: hidden;
  }

  60% {
    visibility: visible;
  }

  100% {
    visibility: visible;
  }
}

@-webkit-keyframes fade {
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes mouseon {
  1% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mouseon {
  1% {
    opacity: .3;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes scale {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes glitch {
  0% {
    opacity: 1;
  }

  30% {
    transform: scaleX(1.4);
    opacity: 0;
  }

  50% {
    transform: scaleX(1.2);
    opacity: 1;
  }

  85% {
    transform: scaleX(1);
    opacity: 0;
  }

  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes glitch {
  0% {
    opacity: 1;
  }

  30% {
    transform: scaleX(1.4);
    opacity: 0;
  }

  50% {
    transform: scaleX(1.2);
    opacity: 1;
  }

  85% {
    transform: scaleX(1);
    opacity: 0;
  }

  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

/************************************

Display switch

************************************/
.pc-block {
  display: block;
}

.pc-inline {
  display: inline;
}

.sp-block {
  display: none;
}

.sp-inline {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }

  .sp-block {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .pc-inline {
    display: none;
  }

  .sp-inline {
    display: inline;
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  display: block;
  max-width: none;
  margin: auto;
  float: left;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  opacity: .5;
  background: #000;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-bottom: 100px;
  overflow: visible;
  background: none;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  padding: 0;
  background: none;
}

#cboxLoadingGraphic {
  /* background:url(images/loading.gif) no-repeat center center; */
}

#cboxLoadingOverlay {
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #fff;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  position: absolute;
  top: -20px;
  /* background:url(images/controls.png) no-repeat 0 0; */
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  text-indent: -9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  right: 44px;
  background-position: 0 0;
}

#cboxPrevious:hover {
  background-position: 0 -25px;
}

#cboxNext {
  right: 22px;
  background-position: -25px 0;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  top: auto;
  bottom: -66px;
  left: calc(50% - 29px);
  width: 58px;
  height: 58px;
  background: url(../images/close.svg) no-repeat center center;
}

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  right: 44px;
  background-position: -75px -25px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  right: 44px;
  background-position: -100px 0;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/************************************

Color box override

************************************/
#colorbox {
  box-shadow: none;
}

#cboxOverlay {
  background: #000;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxLoadedContent {
  padding: .4rem;
}

@media screen and (max-width: 767px) {
  #cboxLoadedContent {
    padding: 0;
  }
}

#cboxContent {
  margin-bottom: 0;
}

#cboxClose {
  display: none;
  top: auto;
  bottom: -40px;
  left: 50%;
  width: auto;
  height: auto;
  padding: .3em 3.5em;
  transform: translate(-50%, 0);
  border: 1px solid #c8aa80;
  background: none;
  color: #c8aa80;
  font-family: sans-serif;
  font-size: .115rem;
  text-indent: 0;
}