/* ================================
Main Visual
================================ */
.home .l-content-container {
  margin: 0;
  background: none;
}

.p-top-mv {
  position: relative;
  z-index: 11;
  height: 100svh;
}
.p-top-mv::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #508F83, rgba(0, 0, 0, 0));
}
.p-top-mv__bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top-mv__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__content {
  width: calc(100% - 2rem);
  max-width: calc(1240px + 2rem);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0 0 13.3rem;
  margin: 0 auto;
}
.p-top-mv__catch {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.8rem 2rem 0.7rem;
  margin: 0 0 2rem;
  background: linear-gradient(to right, #00a5b1, #437efd);
}
.p-top-mv__desc {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.p-top-mv__scroll {
  position: absolute;
  bottom: 0;
  left: 2.3rem;
  height: 9.3rem;
  color: #fff;
  font-family: "Afacad", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  writing-mode: vertical-rl;
  padding: 0 0 0 0.7rem;
  border-left: 1px solid #fff;
}
.p-top-mv__cta {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-top-mv__catch {
    font-size: 1.7rem;
    padding: 0.7rem;
    margin: 0 0 1.3rem;
  }
  .p-top-mv__desc {
    font-size: 1rem;
  }
  .p-top-mv__cta {
    width: 100vw;
  }
}/*# sourceMappingURL=mv.css.map */