@charset "UTF-8";
/* CSS Document */

/*******************************************************
* 2020.09.25 メインビジュアル動画版LPの個別スタイル
* URL: https://onezoo.jp/normal.html
*******************************************************/

/* hero */
#hero.common-hero {
  background: none;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#hero.common-hero:before {
  content: none;
}
#hero.common-hero:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 2px;
  background-position: fixed;
  background-image: url(../../img/mv/dot.png);
}
#hero.common-hero .hero__logo,
#hero.common-hero .common-hero__block,
#hero.common-hero .hero__scroll {
  z-index: 1;
}
.common-hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.common-hero__video video {
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
}
.common-hero__block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.common-hero__title {
  color: #fff;
  font-size: 20px;
  line-height: 1.55;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.common-hero .hero__scroll {
  width: 50px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .common-hero__title {
    font-size: 34px;
    line-height: 1.6;
  }
  .common-hero .hero__scroll {
    bottom: 50px;
  }
}