:root {
  --nav-height: 70px;
  --outer: 1440px;
}

@media only screen and (max-width: 1440px) {
  :root {
    --nav-height: 50px;
    --outer: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --nav-height: 50px;
    --outer: 90%;
  }
}
@media only screen and (max-width: 640px) {
  :root {
    --nav-height: 40px;
  }
}
:root {
  --nav-height: 70px;
  --outer: 1440px;
}

@media only screen and (max-width: 1440px) {
  :root {
    --nav-height: 50px;
    --outer: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --nav-height: 50px;
    --outer: 90%;
  }
}
@media only screen and (max-width: 640px) {
  :root {
    --nav-height: 40px;
  }
}
.teaser-wrap {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
}
.teaser-wrap .teaser-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 5%;
  width: 300px;
  height: var(--nav-height);
}
.teaser-wrap .teaser-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.teaser-wrap .teaser-block video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.teaser-wrap .teaser-skip {
  display: block;
  position: absolute;
  font-size: 1.25rem;
  bottom: 3rem;
  right: 5rem;
  padding: 0.5rem 1rem;
  color: #7D7D7D;
  border: 1px solid #7D7D7D;
  transition: background 0.5s, color 0.5s;
}
@media only screen and (max-width: 480px) {
  .teaser-wrap .teaser-skip {
    font-size: 4.5vw;
  }
}

@media only screen and (min-width: 1025px) {
  .teaser-skip:hover {
    color: #FFF;
    background: #7D7D7D;
  }
}
@media only screen and (max-width: 1024px) {
  .teaser-wrap .teaser-logo {
    left: 6%;
    width: 150px;
  }
  .teaser-wrap .teaser-block video {
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
  }
  .teaser-wrap .teaser-skip {
    font-size: 1rem;
    bottom: 10%;
    right: 0;
    left: 0;
    margin: auto;
    width: 25%;
    padding: 3% 0;
    text-align: center;
    color: #000;
    background: #7D7D7D;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .teaser-wrap .teaser-skip {
    font-size: 3.5vw;
  }
}
.kv-swiper {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kv-swiper .swiper,
.kv-swiper .swiper-wrapper,
.kv-swiper .swiper-slide,
.kv-swiper .for-pc,
.kv-swiper .for-m,
.kv-swiper .kv-img,
.kv-swiper .kv-words,
.kv-swiper .kv-img-m,
.kv-swiper .kv-words-top,
.kv-swiper .kv-words-bottom {
  width: 100%;
  height: 100%;
}
.kv-swiper .kv-img {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.kv-swiper .kv-words,
.kv-swiper .kv-words-top,
.kv-swiper .kv-words-bottom {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}
.kv-swiper .kv-words-top {
  background-position: top center !important;
}
.kv-swiper .kv-words-bottom {
  background-position: bottom center !important;
}
.kv-swiper .swiper-pagination {
  bottom: 4rem;
}
.kv-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #a9aaaa;
  width: 3rem;
  margin: 0 0.25rem;
  height: 3px;
  border-radius: 0;
  -webkit-border-radius: 0;
}

@media only screen and (max-width: 1024px) {
  .kv-swiper .swiper-pagination {
    bottom: 4rem;
  }
  .kv-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10%;
    max-width: 50px;
    margin: 0 1%;
    height: 3px;
    border-radius: 0;
    -webkit-border-radius: 0;
  }
}/*# sourceMappingURL=index.css.map */