/* ================================
Main Visual
================================ */
.p-top-mv {
  position: relative;
  z-index: 0;
}
.p-top-mv__inner {
  padding: 18.75rem 0 13.125rem;
}
.p-top-mv__bg, .p-top-mv__video {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__catch {
  font-family: "Shippori Mincho", serif;
  font-size: 5.813rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-top-mv__inner {
    padding: 11.12rem 0 4rem;
  }
  .p-top-mv__catch {
    font-size: 4rem;
  }
}