@charset "UTF-8";
.mvWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 742px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -999;
}

@media screen and (max-width: 959px) {
  .mvWrap {
    height: 50vh;
  }
}

@media screen and (max-width: 959px) and (orientation: landscape) {
  .mvWrap {
    height: 100vh;
  }
}

/* ビジュアル1枚につき10秒 */
.mvWrap-fade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
  width: 100vw;
  z-index: 0;
}

@media screen and (max-width: 959px) {
  .mvWrap-fade {
    height: 50vh;
  }
}

@media screen and (max-width: 959px) and (orientation: landscape) {
  .mvWrap-fade {
    height: 100vh;
  }
}

.mvWrap-fade-slide {
  -webkit-animation: fade-anime 30s linear 0s infinite;
          animation: fade-anime 30s linear 0s infinite;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100vw;
  z-index: -999;
}

@media screen and (max-width: 959px) {
  .mvWrap-fade-slide {
    height: 50vh;
  }
}

@media screen and (max-width: 959px) and (orientation: landscape) {
  .mvWrap-fade-slide {
    height: 100vh;
  }
}

@media screen and (min-width: 960px) {
  .mvWrap-fade-slide {
    height: 742px;
  }
}

.mvWrap-fade-slide:nth-child(1) {
  background: url(../img/01_jukaisyuraku/slide_jukai.png) no-repeat center/cover;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@media screen and (max-width: 959px) {
  .mvWrap-fade-slide:nth-child(1) {
    background: url(../img/01_jukaisyuraku/fade_jukai.png) no-repeat center/cover;
  }
}

.mvWrap-fade-slide:nth-child(2) {
  background: url(../img/01_jukaisyuraku/slide_jukai2.png) no-repeat center/cover;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

@media screen and (max-width: 959px) {
  .mvWrap-fade-slide:nth-child(2) {
    background: url(../img/01_jukaisyuraku/fade_jukai2.png) no-repeat center/cover;
  }
}

.mvWrap-fade-slide:nth-child(3) {
  background: url(../img/00_comingsoon/slide_comingsoon.png) no-repeat center/cover;
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}

@media screen and (max-width: 959px) {
  .mvWrap-fade-slide:nth-child(3) {
    background: url(../img/00_comingsoon/fade_comingsoon.png) no-repeat center/cover;
  }
}

.mvWrap-fadegrade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .mvWrap-fadegrade {
    height: 50vh;
    top: 0px;
  }
}

@media screen and (max-width: 959px) and (orientation: landscape) {
  .mvWrap-fadegrade {
    height: 100vh;
  }
}

.mvWrap-fadelogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 959px) {
  .mvWrap-fadelogo {
    height: 50vh;
    top: 0px;
  }
}

@media screen and (max-width: 959px) and (orientation: landscape) {
  .mvWrap-fadelogo {
    height: 100vh;
  }
}

.mvWrap-fadelogo-slide {
  -webkit-animation: logo-anime 30s linear 0s infinite;
          animation: logo-anime 30s linear 0s infinite;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100vw;
}

@media screen and (max-width: 959px) {
  .mvWrap-fadelogo-slide {
    height: 50vh;
  }
}

@media screen and (max-width: 959px) and (orientation: landscape) {
  .mvWrap-fadelogo-slide {
    height: 100vh;
  }
}

@media screen and (min-width: 960px) {
  .mvWrap-fadelogo-slide {
    height: 742px;
  }
}

.mvWrap-fadelogo-slide:nth-child(1) {
  -webkit-animation: logo-anime-2 30s linear 0s infinite;
          animation: logo-anime-2 30s linear 0s infinite;
  background: url(../img/01_jukaisyuraku/slide_jukai-logo.png) no-repeat center/auto;
}

@media screen and (max-width: 959px) {
  .mvWrap-fadelogo-slide:nth-child(1) {
    -webkit-animation: logo-anime-2 30s linear 0s infinite;
            animation: logo-anime-2 30s linear 0s infinite;
    background: url(../img/01_jukaisyuraku/fade_jukai-logo.png) no-repeat center/cover;
  }
}

.mvWrap-fadelogo-slide:nth-child(2) {
  background: rgba(0, 0, 0, 0);
}

.mvWrap-fadelogo-slide:nth-child(3) {
  background: url(../img/00_comingsoon/slide_comingsoon-logo.png) no-repeat center/auto;
  -webkit-animation-delay: 20s;
          animation-delay: 20s;
}

@media screen and (max-width: 959px) {
  .mvWrap-fadelogo-slide:nth-child(3) {
    background: url(../img/00_comingsoon/fade_comingsoon-logo.png) no-repeat center/cover;
  }
}

@-webkit-keyframes fade-anime {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  6.66% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  30% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scal(1.05);
            transform: scal(1.05);
    opacity: 1;
  }
  36.66% {
    -webkit-transform: scal(1.1);
            transform: scal(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scal(1);
            transform: scal(1);
    opacity: 0;
  }
}

@keyframes fade-anime {
  0% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  6.66% {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  30% {
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-transform: scal(1.05);
            transform: scal(1.05);
    opacity: 1;
  }
  36.66% {
    -webkit-transform: scal(1.1);
            transform: scal(1.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scal(1);
            transform: scal(1);
    opacity: 0;
  }
}

@-webkit-keyframes logo-anime {
  6% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  6.66% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  32.22% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  32.67% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes logo-anime {
  6% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  6.66% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  32.22% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  32.67% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes logo-anime-2 {
  6% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  6.66% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  62.22% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  62.67% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes logo-anime-2 {
  6% {
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  6.66% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  62.22% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  62.67% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*# sourceMappingURL=slideshow.css.map */