@charset "UTF-8";
/*トップページ動画のボタン　20251028*/
.mov_link_bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mov_link_bt div {
  text-align: center;
}
@media screen and (max-width: 1103px) {
  .mov_link_bt img {
    max-width: 80%;
  }
}
.mov_link_bt img {
  margin: 10px 0;
}

.flex-item1 {
  background-color: #000000;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main[class*=-home] .mv__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 375/325 !important;
  }
}