@keyframes spark {
  to {
    transform: scale(0.9);
  }
}
@keyframes ipip {
  0%, 30% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-10%);
  }
}
.wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

audio {
  z-index: -1;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}

.preload {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 25%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.preload img {
  position: absolute;
  top: 0;
  left: 0;
}

.title {
  display: block;
  max-width: 70%;
  max-height: 20%;
  margin-top: 5%;
}

.title-sub {
  display: block;
  max-width: 65%;
  max-height: 10%;
}

.photo-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/photo-bg.jpg") #1d6ab2 no-repeat bottom center;
  background-size: 100% auto;
}
.photo-wrap .photo-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 1%;
}
.photo-wrap .photo-flex .photo-des {
  display: block;
  max-width: 75%;
  max-height: 9%;
}
.photo-wrap .photo-flex .upload-preview,
.photo-wrap .photo-flex .crop-block {
  position: relative;
  width: 55%;
  padding-top: 55%;
  background: url("../img/photo-temp.jpg");
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-color: #FFF;
  margin: 1.5% 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 1rem #76ed56;
  overflow: hidden;
}
.photo-wrap .photo-flex .upload-preview .result,
.photo-wrap .photo-flex .crop-block .result {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photo-wrap .photo-flex .upload-preview .result .cropper-container,
.photo-wrap .photo-flex .upload-preview .result img,
.photo-wrap .photo-flex .crop-block .result .cropper-container,
.photo-wrap .photo-flex .crop-block .result img {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.photo-wrap .photo-flex .upload-preview .cropper-bg,
.photo-wrap .photo-flex .crop-block .cropper-bg {
  background: none;
}
.photo-wrap .photo-flex .upload-preview .img-result,
.photo-wrap .photo-flex .crop-block .img-result {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.photo-wrap .photo-flex .upload-preview .img-result img,
.photo-wrap .photo-flex .crop-block .img-result img {
  display: block;
  width: 100%;
}
.photo-wrap .photo-flex .imageUpload {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.photo-wrap .photo-flex .btn-android-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
.photo-wrap .photo-flex .btn-android-flex .btn-android-photo,
.photo-wrap .photo-flex .btn-android-flex .btn-android-camera {
  display: block;
  width: 15%;
  animation: spark 1s infinite alternate;
}
.photo-wrap .photo-flex .btn-photo-ios {
  position: relative;
  display: block;
  width: 15%;
  animation: spark 1s infinite alternate;
}
.photo-wrap .photo-flex .photo-btn-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%;
}
.photo-wrap .photo-flex .photo-btn-flex a {
  display: block;
  width: 25%;
}

.index-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/index-bg.jpg") no-repeat bottom center;
  background-size: cover;
}
.index-wrap .index-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 1%;
}
.index-wrap .index-flex .index-des {
  display: block;
  max-width: 40%;
  max-height: 8%;
}
.index-wrap .index-flex .btn-ios-photo {
  display: block;
  max-width: 50%;
  animation: spark 1s infinite alternate;
}
.index-wrap .index-flex .btn-android-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
.index-wrap .index-flex .btn-android-flex a {
  display: block;
  width: 20%;
  animation: spark 1s infinite alternate;
}
.index-wrap .full-photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  pointer-events: none;
}
.index-wrap .full-btn-flex {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3%;
}
.index-wrap .full-btn-flex a {
  display: block;
  width: 25%;
}
.index-wrap h3 {
  font-size: 1.25rem;
  color: #FFF;
  font-weight: normal;
  text-shadow: 0 0 5px #009944, 0 0 10px #009944, 0 0 15px #009944;
}

.costume-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/cos-bg.jpg") no-repeat bottom center;
  background-size: cover;
}
.costume-wrap .costume-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 1%;
}
.costume-wrap .costume-flex .cos-ip {
  position: absolute;
  display: block;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 70%;
  max-height: 25%;
}
.costume-wrap .costume-flex .cos-flex {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 8%;
}
.costume-wrap .costume-flex .cos-flex a {
  display: block;
  width: 50%;
  animation: cos 3s infinite;
}
.costume-wrap .costume-flex .cos-flex a:nth-child(1) {
  animation-delay: 0.25s;
}
.costume-wrap .costume-flex .cos-flex a:nth-child(2) {
  animation-delay: 0.5s;
}
.costume-wrap .costume-flex .cos-flex a:nth-child(3) {
  animation-delay: 0.75s;
}
.costume-wrap .costume-flex .cos-flex a:nth-child(4) {
  animation-delay: 1s;
}
.costume-wrap .costume-flex .cos-flex a:nth-child(5) {
  animation-delay: 1.25s;
}
@keyframes cos {
  0%, 30%, 100% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.05);
  }
}

.buffering-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/buffering-bg.jpg") no-repeat bottom center;
  background-size: cover;
}
.buffering-wrap .buffering-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 1%;
}
.buffering-wrap .buffering-flex .buffering-ip {
  position: relative;
  display: block;
  max-width: 80%;
  max-height: 20%;
  margin: 3% 0;
}
.buffering-wrap .buffering-flex .buffering-ip img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  animation: ipip 2s infinite;
}
.buffering-wrap .buffering-flex .buffering-ip img:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.buffering-wrap .buffering-flex .buffering-ip img:nth-child(2) {
  animation-delay: 0.25s;
}
.buffering-wrap .buffering-flex .buffering-ip img:nth-child(3) {
  animation-delay: 0.5s;
}
.buffering-wrap .buffering-flex .title-buffering {
  display: block;
  max-width: 75%;
  max-height: 20%;
  animation: spark 1s infinite alternate;
}

.result-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.result-wrap .result-preview-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  background-position: top center !important;
}
.result-wrap .result-preview {
  position: absolute;
  display: block;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.result-wrap .result-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 1%;
}
.result-wrap .result-block {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 5%;
  left: 0;
  width: 100%;
  gap: 3%;
}
.result-wrap .result-block a {
  display: block;
  width: 40%;
}

.fail-lightbox,
.download-lightbox,
.browser-lightbox {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.fail-lightbox .fail-lightbox-block,
.fail-lightbox .download-lightbox-block,
.fail-lightbox .browser-lightbox-block,
.download-lightbox .fail-lightbox-block,
.download-lightbox .download-lightbox-block,
.download-lightbox .browser-lightbox-block,
.browser-lightbox .fail-lightbox-block,
.browser-lightbox .download-lightbox-block,
.browser-lightbox .browser-lightbox-block {
  padding: 2em 1em;
  color: #009944;
  font-size: 1.75rem;
  border-radius: 2.5em;
  -webkit-border-radius: 2.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  border: 1px solid #009944;
  background: #FFF;
  box-shadow: 0 0 1em #76ed56;
  text-align: center;
}
.fail-lightbox .fail-lightbox-block h2,
.fail-lightbox .download-lightbox-block h2,
.fail-lightbox .browser-lightbox-block h2,
.download-lightbox .fail-lightbox-block h2,
.download-lightbox .download-lightbox-block h2,
.download-lightbox .browser-lightbox-block h2,
.browser-lightbox .fail-lightbox-block h2,
.browser-lightbox .download-lightbox-block h2,
.browser-lightbox .browser-lightbox-block h2 {
  font-size: 1.25rem;
  font-weight: normal;
}
.fail-lightbox .fail-lightbox-block article,
.fail-lightbox .download-lightbox-block article,
.fail-lightbox .browser-lightbox-block article,
.download-lightbox .fail-lightbox-block article,
.download-lightbox .download-lightbox-block article,
.download-lightbox .browser-lightbox-block article,
.browser-lightbox .fail-lightbox-block article,
.browser-lightbox .download-lightbox-block article,
.browser-lightbox .browser-lightbox-block article {
  font-size: 1rem;
  color: #000;
  text-align: justify;
  margin: 0.5em 0;
}
.fail-lightbox .fail-lightbox-block article ol,
.fail-lightbox .download-lightbox-block article ol,
.fail-lightbox .browser-lightbox-block article ol,
.download-lightbox .fail-lightbox-block article ol,
.download-lightbox .download-lightbox-block article ol,
.download-lightbox .browser-lightbox-block article ol,
.browser-lightbox .fail-lightbox-block article ol,
.browser-lightbox .download-lightbox-block article ol,
.browser-lightbox .browser-lightbox-block article ol {
  margin-left: 1.25em;
}
.fail-lightbox .fail-lightbox-block .btn-lightbox-again,
.fail-lightbox .fail-lightbox-block .btn-lightbox-download,
.fail-lightbox .fail-lightbox-block .btn-lightbox-browser,
.fail-lightbox .download-lightbox-block .btn-lightbox-again,
.fail-lightbox .download-lightbox-block .btn-lightbox-download,
.fail-lightbox .download-lightbox-block .btn-lightbox-browser,
.fail-lightbox .browser-lightbox-block .btn-lightbox-again,
.fail-lightbox .browser-lightbox-block .btn-lightbox-download,
.fail-lightbox .browser-lightbox-block .btn-lightbox-browser,
.download-lightbox .fail-lightbox-block .btn-lightbox-again,
.download-lightbox .fail-lightbox-block .btn-lightbox-download,
.download-lightbox .fail-lightbox-block .btn-lightbox-browser,
.download-lightbox .download-lightbox-block .btn-lightbox-again,
.download-lightbox .download-lightbox-block .btn-lightbox-download,
.download-lightbox .download-lightbox-block .btn-lightbox-browser,
.download-lightbox .browser-lightbox-block .btn-lightbox-again,
.download-lightbox .browser-lightbox-block .btn-lightbox-download,
.download-lightbox .browser-lightbox-block .btn-lightbox-browser,
.browser-lightbox .fail-lightbox-block .btn-lightbox-again,
.browser-lightbox .fail-lightbox-block .btn-lightbox-download,
.browser-lightbox .fail-lightbox-block .btn-lightbox-browser,
.browser-lightbox .download-lightbox-block .btn-lightbox-again,
.browser-lightbox .download-lightbox-block .btn-lightbox-download,
.browser-lightbox .download-lightbox-block .btn-lightbox-browser,
.browser-lightbox .browser-lightbox-block .btn-lightbox-again,
.browser-lightbox .browser-lightbox-block .btn-lightbox-download,
.browser-lightbox .browser-lightbox-block .btn-lightbox-browser {
  display: block;
  width: 50%;
  margin: auto;
  margin-top: 1em;
}

.pc-kv {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pc-kv.png") #c9e2c1 no-repeat center center;
  background-size: auto 60%;
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
  .landscape {
    display: block !important;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
  }
  .landscape p {
    font-size: 1.25rem;
    color: #009944;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}/*# sourceMappingURL=index.css.map */