
/* ーーーFV動画のcssーーー */
.fv_video_container {
  height: 100vh;
  position: relative;
}
.fv_video_pc  {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width:768px) {
  .fv_video_sp {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

