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

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 {
  overflow-x: hidden;
  font-size: 625%;
}

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

body {
  position: relative;
  overflow-x: hidden;
  background-color: #000;
  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: #e60012;
  text-decoration: none;
}

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

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

.bg video {
  position: fixed;
  z-index: -1;
  bottom: 0;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  transform: translate(-50%, 0);
  opacity: .7;
}

.btn {
  margin: min(2.5vw, 15px) 0 0 0;
}

.btn a {
  display: inline-block;
  padding: .4em 1.5em;
  border: 2px solid #fff;
  font-size: min(4vw, 0.24rem);
  font-weight: bold;
  text-decoration: none;
}

.btn a:hover {
  background: #fff;
  color: #000;
}

.btn-navi {
  display: block;
  width: .6rem;
  height: .6rem;
  border: 0;
  outline: 0;
  background: #e60012;
}

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

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

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

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

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

.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 {
  position: relative;
  margin: -14vw 0 0 0;
  padding: min(25%, 2rem) 0.12rem 18% 0.12rem;
  background: url(../images/cast_bg.jpg) center top;
}

.cast__heading {
  margin: 0 auto;
  transform: translate(0, 30px);
  opacity: 0;
  text-align: center;
}

.cast__heading.is-show {
  -webkit-animation: fade-up .2s ease .2s forwards;
  animation: fade-up .2s ease .2s forwards;
}

.cast__container {
  max-width: 1188px;
  margin: 0 auto;
}

.cast__main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .32rem;
  margin: min(-5%, -0.1rem) 0 0 0;
}

@media screen and (max-width: 767px) {
  .cast__main {
    flex-direction: column;
    padding: 0 7%;
  }
}

.cast__main-item {
  flex-basis: 30%;
  transition: .2s ease transform;
}

.cast__main-item:hover {
  transform: scale(1.03);
}

.cast__sub {
  display: flex;
  justify-content: space-around;
  margin: min(20%, 0.42rem) 0 0 0;
  padding: min(30%, 0.7rem) 0 0 0;
  border-top: 1px solid #000;
  gap: .2rem;
}

@media screen and (max-width: 767px) {
  .cast__sub {
    flex-direction: column;
    gap: 3em;
    padding: min(30%, 0.7rem) 7% 0 7%;
  }
}

.cast__sub-item {
  transition: .2s ease transform;
}

.cast__sub-item a {
  text-decoration: none;
}

.cast__sub-item:hover {
  transform: scale(1.03);
}

.contents {
  position: relative;
  z-index: 1;
  max-width: 1279px;
  margin: 0 auto;
  padding: min(55vw, 527px) 0.16rem 0 0.16rem;
  overflow: hidden;
  background: #000;
}

.footer {
  padding: 0 0 min(50%, 5.5rem) 0;
  background: #000 url(../images/footer_bg.jpg) repeat-x center bottom;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
    background-size: 180% auto;
  }
}

.footer__logo {
  width: min(60%, 400px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    margin: 5vw auto 0 auto;
  }
}

.footer__billing {
  margin: min(5vw, 35px) 0 0 0;
}

.footer__photo {
  width: 120%;
  height: 210px;
  transform: rotate(-8deg);
  transform-origin: left bottom;
  -webkit-animation: slideshow 30s linear infinite;
  animation: slideshow 30s linear infinite;
  background: url(../images/footer_photo.jpg) 0 0;
}

@media screen and (max-width: 767px) {
  .footer__photo {
    height: 105px;
    background-size: auto 105px;
  }
}

@-webkit-keyframes slideshow {
  100% {
    background-position: -1920px 0;
  }
}

@keyframes slideshow {
  100% {
    background-position: -1920px 0;
  }
}

.intro {
  position: relative;
  padding: 0 0 1rem 0;
}

.intro::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 14vw;
  background: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}

.intro__contentainer {
  max-width: 1140px;
  margin: 0 auto;
  padding: 1.5vw .2rem 0 .2rem;
}

.intro__contentainer+.intro__contentainer {
  margin: min(10%, 67px) auto 0 auto;
}

.intro__heading-item {
  opacity: 0;
  filter: blur(30px);
}

.intro__heading-item+.intro__heading-item {
  margin: .12rem 0 0 0;
}

.intro__heading-item:nth-of-type(1) {
  transform: translate(-150px, 0);
}

.is-show .intro__heading-item:nth-of-type(1) {
  -webkit-animation: fade-side 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.2s;
  animation: fade-side 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.2s;
}

.intro__heading-item:nth-of-type(2) {
  transform: translate(150px, 0);
}

.is-show .intro__heading-item:nth-of-type(2) {
  -webkit-animation: fade-side 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.2s;
  animation: fade-side 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.2s;
}

.intro__txt {
  margin: min(5%, 37px) 0 0 0;
  transform: translate(0, 30px);
  opacity: 0;
  font-size: min(3.5vw, 0.18rem);
  line-height: 2;
  text-align: justify;
}

.is-show .intro__txt {
  -webkit-animation: fade-up .3s ease forwards .4s;
  animation: fade-up .3s ease forwards .4s;
}

.intro__photo {
  display: flex;
  flex-wrap: wrap;
  margin: min(8%, 60px) 0 0 0;
  opacity: 0;
}

.intro__photo.is-show {
  -webkit-animation: flash .3s linear forwards;
  animation: flash .3s linear forwards;
}

.intro__photo-item {
  flex-basis: 50%;
}

.intro__photo-item:nth-of-type(1) {
  flex-basis: 100%;
}

.intro__movie {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.title {
  width: min(70%, 624px);
  margin: 0 auto;
}

.title__catch {
  width: min(49.3%, 308px);
  margin: 0 auto min(7.7%, 0.48rem) auto;
}

.catch {
  margin: min(3vw, 45px) 0 0 0;
}

.date {
  margin: min(3vw, 45px) 0 0 0;
}

.main {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main {
    margin: 0 -7vw;
  }
}

.modal {
  display: none;
}

.modal__container {
  padding: 0 min(6vw, 0.5rem) min(6vw, 0.5rem) min(6vw, 0.5rem);
  border: 3px solid #fff;
}

.modal__position {
  display: inline-block;
  position: relative;
  padding: .35em;
  background-color: #fff;
  color: #e60012;
  font-size: min(3vw, 0.18rem);
  font-weight: bold;
}

.modal__position::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -9px;
  width: 9px;
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}

.modal__position::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -9px;
  width: 9px;
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}

.modal__name {
  display: inline-block;
  position: relative;
  margin: -.8em 0 0 0;
  padding: .3em;
  background-color: #000;
  color: #fff;
  font-size: min(5vw, 0.3rem);
  font-weight: bold;
}

.modal__name::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -14px;
  width: 14px;
  height: 100%;
  background-color: #000;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}

.modal__name::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -14px;
  width: 14px;
  height: 100%;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}

.modal__txt {
  margin-top: .3rem;
  color: #fff;
  line-height: 1.7;
}

.modal__btn {
  transform: translate(0, -50%);
  font-weight: bold;
  text-align: center;
}

.modal__close {
  display: inline-block;
  position: relative;
  padding: .6em 4em;
  background-color: #0080cc;
  color: #fff;
}

.modal__close::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -14px;
  width: 14px;
  height: 100%;
  background-color: #0080cc;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}

.modal__close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -14px;
  width: 14px;
  height: 100%;
  background-color: #0080cc;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}

.modal__close:hover {
  cursor: pointer;
}

.movie {
  padding: 0 .2rem .8rem .2rem;
  background: #000;
}

.movie__container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: .7rem 0 0 0;
}

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

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

.movie__control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .2rem;
}

.movie__arrow {
  color: #e60012;
}

.movie__arrow:hover {
  cursor: pointer;
}

.movie__dots {
  position: relative;
}

@media screen and (max-width: 767px) {
  .movie__dots {
    flex-basis: auto;
    padding: 0 15px;
  }
}

.movie__dots .slick-dots {
  position: relative;
  bottom: 0;
}

.movie__dots .slick-dots li.slick-active button::before,
.movie__dots .slick-dots li button::before {
  color: #e60012;
  font-size: 8px;
}

.mvtk {
  max-width: 840px;
  margin: min(6vw, 30px) auto 0.7rem auto;
}

@media screen and (max-width: 767px) {
  .mvtk {
    max-width: 342px;
  }
}

.navigation__btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .navigation__btn {
    display: block;
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
  }
}

.navigation {
  background: #000;
}

@media screen and (max-width: 767px) {
  .navigation {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    height: 100%;
    transform: translate(100%, 0);
    transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1) all;
    background: transparent;
  }

  .navigation.is-open {
    transform: translate(0, 0);
  }
}

.navigation__container {
  display: flex;
  justify-content: center;
  padding: .7em;
  color: #e60012;
  font-family: 'Montserrat', sans-serif;
  font-size: .2rem;
  gap: 4vw;
}

.navigation__container a {
  text-decoration: none;
}

.navigation__container a:hover {
  color: #0080cc;
}

@media screen and (max-width: 767px) {
  .navigation__container {
    position: relative;
    z-index: 999;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    transform: translate(100%, 0);
    transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1) all;
    color: #000;
    text-align: right;
    gap: 6vw;
  }

  .is-open .navigation__container {
    transform: translate(0, 0);
    transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1) all 0.15s;
  }
}

@media screen and (max-width: 767px) {
  .navigation__bg {
    position: fixed;
    z-index: 800;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transform: skewX(15deg);
    transform-origin: right bottom;
    transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1) all;
    background: #e60012;
  }

  .is-open .navigation__bg {
    width: 75vw;
    transform: skewX(-8deg);
  }
}

.profile {
  display: inline-block;
  position: relative;
  opacity: 0;
}

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

.profile__name {
  position: absolute;
  right: calc(20 / 390 * 100%);
  bottom: calc(15 / 450 * 100%);
  width: min(75%, 230px);
}

.profile__code {
  position: absolute;
  top: calc(25 / 450 * 100%);
  left: calc(20 / 390 * 100%);
  height: min(20%, 57px);
}

.profile-sub {
  transform: translate(0, 30px);
  opacity: 0;
}

.profile-sub.is-show {
  -webkit-animation: fade-up .3s ease forwards .2s;
  animation: fade-up .3s ease forwards .2s;
}

.profile-sub__name {
  margin: .15rem 0 0 0;
  color: #e60012;
  font-size: .14rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.profile-sub__name.-staff {
  color: #0080cc;
}

.profile-sub__name em {
  color: #000;
  font-size: 1.7em;
}

.site-loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.site-loading.is-loaded {
  -webkit-animation: loading02 .01s linear forwards 1.5s;
  animation: loading02 .01s linear forwards 1.5s;
}

.site-loading__container {
  display: flex;
  width: 100%;
  height: 100vh;
}

.site-loading__item {
  position: relative;
  width: 100%;
}

.site-loading__mask {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  transform: scale(1.05, 1);
  transform-origin: right top;
  background: #fff;
}

.is-loaded .site-loading__mask {
  -webkit-animation: loading02 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.3s;
  animation: loading02 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.3s;
}

.site-loading__mask02 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.is-loaded .site-loading__mask02 {
  -webkit-animation: loading02 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
  animation: loading02 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
}

.site-loading__mask02 span {
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75) no-repeat center center;
}

@-webkit-keyframes loading02 {
  100% {
    width: 0;
  }
}

@keyframes loading02 {
  100% {
    width: 0;
  }
}

.sns {
  margin: min(6vw, 30px) 0 0 0;
}

.sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: .3rem;
  text-decoration: none;
}

.story {
  position: relative;
  z-index: 1;
  padding: calc(0% + 9.8vw) 0 0 0;
}

@media screen and (max-width: 767px) {
  .story {
    padding: calc(0% + 6vw) 0 0 0;
  }
}

.story__container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 0.2rem min(68%, 7.2rem) 0.2rem;
}

.story__heading {
  width: min(70%, 300px);
  transform: translate(150px, 0);
  opacity: 0;
}

.is-show .story__heading {
  -webkit-animation: fade-side 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.1s;
  animation: fade-side 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.1s;
}

.story__column {
  position: absolute;
  top: min(-10%, -35px);
  right: 0;
  padding: min(10%, 115px) min(20%, 90px);
  opacity: 0;
  background: url(../images/story_caption.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .story__column {
    position: static;
    margin: 5% 0 0 0;
  }
}

.is-show .story__column {
  -webkit-animation: fade .8s ease .2s forwards;
  animation: fade .8s ease .2s forwards;
}

.story__column-item {
  display: inline-block;
}

.story__column-item span {
  padding: .3em .5em;
  background: #000;
}

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

.story__column-item span::before {
  content: "";
  display: inline-block;
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transform-origin: right center;
  background: #fff;
}

.story__column-item.is-show span:nth-of-type(1) {
  -webkit-animation: catchText 0.7s cubic-bezier(0.86, 0, 0.07, 1) 0.13s forwards;
  animation: catchText 0.7s cubic-bezier(0.86, 0, 0.07, 1) 0.13s forwards;
}

.story__column-item.is-show span:nth-of-type(1)::before {
  -webkit-animation: catchFrame 0.7s cubic-bezier(0.86, 0, 0.07, 1) 0.13s forwards;
  animation: catchFrame 0.7s cubic-bezier(0.86, 0, 0.07, 1) 0.13s forwards;
}

.story__txt {
  margin: min(5%, 0.54rem) 0 0 0;
  transform: translate(0, 30px);
  opacity: 0;
  font-size: min(3.5vw, 0.17rem);
  line-height: 2;
  text-align: justify;
}

.story__txt span.-belt {
  position: relative;
  z-index: 1;
  padding: .2em 0;
  background: rgba(230, 0, 18, 0.6);
}

.is-show .story__txt {
  -webkit-animation: fade-up .3s ease forwards .2s;
  animation: fade-up .3s ease forwards .2s;
}

.story__bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #321400 url(../images/story_bg.jpg) no-repeat center bottom;
  -webkit-clip-path: polygon(0 calc(0% + 14vw), 100% 0, 100% calc(100% - 14vw), 0 100%);
  clip-path: polygon(0 calc(0% + 14vw), 100% 0, 100% calc(100% - 14vw), 0 100%);
}

@media screen and (max-width: 767px) {
  .story__bg {
    background-size: 180% auto;
  }
}

.is-show .story__bg {
  -webkit-animation: scale 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.9s;
  animation: scale 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.9s;
}

.tieup {
  padding: min(9vw, 0.55rem) 0;
}

.tieup__item {
  padding: 0 .1rem;
}

.tieup__item a {
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .tieup__item {
    flex-basis: 280px;
  }
}

.tieup__card {
  position: relative;
  z-index: 1;
  min-height: 135px;
  padding: min(4vw, 0.2rem);
  background: rgba(0, 0, 0, 0.45);
}

.tieup__card::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  border-width: 10px;
  border-style: solid;
  border-color: #e60012;
  border-top-color: transparent;
  border-left-color: transparent;
}

.tieup__card::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s ease transform;
  background: rgba(230, 0, 18, 0.7);
}

.tieup__card:hover::before {
  transform: scale(1, 1);
}

.tieup__shoulder {
  padding: 0 0 .3em 0;
  border-bottom: 1px solid #666;
  font-size: .14rem;
  font-weight: bold;
}

.tieup__shoulder span {
  margin: 0 1em 0 0;
  color: #e60012;
  font-family: 'Montserrat', sans-serif;
}

.tieup__heading {
  margin: .8em 0 0 0;
  font-weight: bold;
  line-height: 1.3;
}

.tieup__piaget {
  display: block;
  width: 45%;
  margin: .2rem auto 0 auto;
}

.wrap {
  background: #000 url(../images/bg.jpg) repeat-x center top;
  text-align: center;
}

.fade-in {
  opacity: 0;
}

.fade-in.is-show {
  transition: .7s ease opacity .6s;
  opacity: 1;
}

@-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 blur {
  0% {
    transform: scale(0.97) skew(1.5deg);
    opacity: 0;
    filter: blur(5px);
  }

  100% {
    transform: scale(1) skew(0);
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes blur {
  0% {
    transform: scale(0.97) skew(1.5deg);
    opacity: 0;
    filter: blur(5px);
  }

  100% {
    transform: scale(1) skew(0);
    opacity: 1;
    filter: blur(0);
  }
}

@-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;
  }
}

@-webkit-keyframes fade-side {
  100% {
    transform: translate(0, 0);
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes fade-side {
  100% {
    transform: translate(0, 0);
    opacity: 1;
    filter: blur(0);
  }
}

@-webkit-keyframes fade-up {
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fade-up {
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    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;
  }
}

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

Color box override

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

#cboxOverlay {
  background: #e60012;
}

#cboxLoadingOverlay {
  background: #e60012;
}

#cboxLoadedContent {
  padding: .4rem;
}

@media screen and (max-width: 767px) {
  #cboxLoadedContent {
    padding: .2rem 0 .2rem 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 #0080cc;
  background: none;
  color: #0080cc;
  font-family: sans-serif;
  font-size: .115rem;
  text-indent: 0;
}

/*
    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: #e60012;
}

#cboxLoadingOverlay {
  background: #e60012;
}

#cboxLoadedContent {
  padding: .4rem;
}

@media screen and (max-width: 767px) {
  #cboxLoadedContent {
    padding: .2rem 0 .2rem 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 #0080cc;
  background: none;
  color: #0080cc;
  font-family: sans-serif;
  font-size: .115rem;
  text-indent: 0;
}