@charset "UTF-8";
@media (max-width: 767px) {
  html {
    height: 100vh;
  }
}
.p-firstview-video {
  width: 100%;
  height: 100%;
  aspect-ratio: 2400/1275;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .p-firstview-video {
    aspect-ratio: 750/1300;
  }
}
.p-firstview-front {
  top: 40%;
  left: 60px;
  transform: translate(0, 0);
}
.p-firstview-logo {
  margin-bottom: 0;
}
.p-firstview-logo,
.p-firstview-text1,
.p-firstview-text2 {
  text-align: left;
}
@media (max-width: 767px) {
  .p-opening._loaded {
    height: calc(100vh + 20px);
  }
  .p-firstview-front {
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .p-firstview-logo,
  .p-firstview-text1,
  .p-firstview-text2 {
    text-align: center;
  }
}
.p-firstview-text1 {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .p-firstview-text1 {
    margin-top: 45vh;
  }
}