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

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

.jpserif {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  letter-spacing: 0.2rem;
}

.jpn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}

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

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

.-flx {
  display: flex;
  flex-wrap: wrap;
}

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

.ud-line::after {
  content: "";
  display: block;
  border: bottom;
  width: 100%;
  height: 1px;
  border: 1px solid #222;
}

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

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

#all_wrap.-coverd {
  position: fixed;
}

#first_cover {
  background: linear-gradient(0deg, rgb(255, 117, 117) 10%, rgb(255, 0, 0) 60%, rgb(245, 0, 0) 80%, rgb(255, 43, 43) 97%);
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  opacity: 1;
}
#first_cover .first_message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#first_cover .first_logo {
  animation: covOut 0.6s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 1;
  font-size: min(1.8vw, 20px);
  line-height: 120%;
  font-weight: 600;
  color: #fff;
  margin: min(2vh, 20px) auto 0;
  text-align: center;
  width: max-content;
}
#first_cover .first_logo img {
  width: 100%;
}
#first_cover:not(.-invaile) .first_logo {
  animation: covIn 0.6s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes covIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.2;
    filter: blur(20px);
  }
  50% {
    opacity: 0.6;
    filter: blur(50px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
#first_cover .first_message h3 {
  box-sizing: border-box;
  margin: 0 auto;
  font-size: min(7vw, 50px);
  font-weight: 400;
  color: #fff;
  width: max-content;
  text-align: center;
  letter-spacing: 0.15rem;
  line-height: 140%;
  animation: covOut 0.6s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
#first_cover .first_message h3 img {
  width: 100%;
}
#first_cover:not(.-invaile) h3 {
  animation: covIn 0.6s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
#first_cover.-invaile {
  position: fixed;
  animation: covOut 0.6s ease-in;
  animation-delay: 0s;
  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 */