/* 2023.10.13 add wednes */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500&display=swap');

.fv {
  height: 80vh;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .fv {
    height: 100vh;
  }
}
@media screen and (min-width:960px) {
  .fv {
    height: auto;
  }
}
@media screen and (min-width:1920px) {
  .fv {
    height: 100vh;
  }
}
/* .fv .fv__inner {
  position: fixed;
  z-index: -1;
  top: 0;
  right:0;
  left:0;
  bottom:0;
} */
.fv .fv__inner #video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
@media screen and (min-width:960px) {
  .fv .fv__inner #video {
    position: inherit;
    transform: inherit;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width:1920px) {
  .fv .fv__inner #video {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
  }
}
/* .fv .fv__inner .slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  padding: 0 5vw;
  font-size: 40px;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .fv .fv__inner .slide-text {
    font-size: 80px;
  }
} */

/* .fv .fv__inner .slide-text .ta-r {
  text-align: right;
} */