body,
#all_wrap {
  width: 100vw;
  overflow-x: hidden;
}

@media (min-width: 1000px) {
  .disp-sp {
    display: none;
  }
  .disp-pc {
    display: block;
  }
}
@media (max-width: 1000px) {
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
}
.eng {
  font-family: "roboto";
  font-weight: bold;
  letter-spacing: 0.25rem;
}

.jpn {
  font-family: "Yu Gothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
@media (max-width: 480px) {
  .jpn {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    letter-spacing: 0.2rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}

.slick-slider {
  touch-action: auto;
}

.-fixed {
  position: fixed;
  transition: 100ms;
  opacity: 1 !important;
}
@media (max-width: 1000px) {
  .-fixed {
    position: inherit;
  }
}

.-abs {
  position: absolute;
  opacity: 1;
  transition: 200ms;
}

.-ontop {
  z-index: 3;
  transition: 500ms liner;
  opacity: 1 !important;
}

.-transleft {
  width: 80vw;
  transition: 250ms;
}

.-transright {
  width: 48vw !important;
  transition: 100ms;
}

h3,
p,
h2,
h4,
h5,
span,
.details {
  color: #231815;
}

#all_wrap.-coverd {
  position: fixed;
}

#first_cover {
  background: #2cb8f0;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  opacity: 1;
}
#first_cover .first_rotate {
  width: 18vw;
  aspect-ratio: 1/1;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  animation: covOut 1s;
  animation-delay: 0.8s;
}
@media (max-width: 1000px) {
  #first_cover .first_rotate {
    width: 40vw;
  }
}
#first_cover .first_rotate::after {
  position: absolute;
  content: "";
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 7vw;
  aspect-ratio: 1/0.75;
  background: url(../img/load_logo.svg) no-repeat;
}
@media (max-width: 1000px) {
  #first_cover .first_rotate::after {
    width: 16vw;
  }
}
#first_cover .first_rotate img {
  animation: rote 16s infinite linear;
}
#first_cover:not(.-invaile) .first_rotate {
  animation: covIn 0.5s;
  animation-delay: 0.2s;
}
@keyframes covIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.2;
    filter: blur(50px);
  }
  50% {
    opacity: 0.7;
    filter: blur(100px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
#first_cover.-invaile {
  position: fixed;
  animation: covOut 0.6s ease-in;
  animation-delay: 1s;
  opacity: 1;
  animation-fill-mode: forwards;
}
@keyframes covOut {
  0% {
    z-index: 9999;
    opacity: 1;
  }
  30% {
    filter: blur(0);
  }
  50% {
    opacity: 1;
    filter: blur(50px);
  }
  70% {
    opacity: 0.8;
    filter: blur(50px);
  }
  80% {
    opacity: 0.2;
    filter: blur(20px);
  }
  99% {
    z-index: 9999;
  }
  100% {
    opacity: 0;
    filter: blur(0px);
    mix-blend-mode: inherit;
    z-index: -999;
  }
}/*# sourceMappingURL=fv.css.map */