@charset "UTF-8";
body {
  background-color: #000000;
}

.fadeInSlow {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1.5s;
}

.fadeNow {
  opacity: 1;
  transform: translate(0, 0);
}

.pcOnly {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
}

#s_all_wrap {
  font-size: 16px !important;
  background-size: cover;
  background-image: url(../img/bg.jpg);
}
#s_all_wrap img {
  width: 100%;
  height: auto;
}

#containerW {
  position: relative;
  width: 100%;
  max-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.contents {
  padding: 0rem 0 0rem;
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 0rem 0 0rem;
  }
}

.lrW {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lrW {
    display: block;
  }
}
.lrW .topText {
  width: 70% !important;
  margin: 0 auto;
  padding: 150px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .lrW .topText {
    padding: 20% 0;
  }
}
.lrW .textWrap {
  position: absolute;
  top: 6%;
}
@media screen and (max-width: 768px) {
  .lrW .textWrap {
    left: 6%;
  }
}
.lrW .textWrap p {
  color: #fff;
  font-size: 33px;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  line-height: 1.7em;
  font-weight: bold;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  .lrW .textWrap p {
    font-size: 2.7vw;
    line-height: 1.6em;
    letter-spacing: 0;
  }
}
.lrW .textWrap p.debutLogo {
  width: 21%;
  padding-top: 3%;
}

#hoverText {
  position: absolute;
  width: 380px;
  top: 40%;
  left: 7%;
}
@media screen and (max-width: 768px) {
  #hoverText {
    width: 35%;
    top: 36%;
  }
}

#hoverTouch {
  position: absolute;
  width: 526px;
  height: 372px;
  right: 21%;
  top: 33%;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #hoverTouch {
    width: 44%;
    height: 30vw;
  }
}

#hoverImg {
  position: absolute;
  width: 526px;
  right: 21%;
  top: 33%;
  border: 5px solid #90e0ff;
  border-radius: 10px;
  box-shadow: 5px 4px 10px #000000;
  transition: 0.8s;
}
@media screen and (max-width: 768px) {
  #hoverImg {
    width: 44%;
  }
}
#hoverImg img {
  border-radius: 5px;
}

#youtubeLink {
  position: absolute;
  width: 35%;
  bottom: 3%;
  border: 5px solid #ea2922;
  border-radius: 10px;
  box-shadow: 5px 4px 10px #000000;
  transition: 0.8s;
}
@media screen and (max-width: 768px) {
  #youtubeLink {
    width: 44%;
  }
}
#youtubeLink img {
  border-radius: 5px;
}
#youtubeLink iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.zIndex {
  z-index: 1;
}

.hide {
  opacity: 0;
  transition: 0.8s;
}

footer {
  margin-top: 0;
}
/*# sourceMappingURL=style.css.map */