@charset "UTF-8";
:root {
  --vw: 1vw;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .txt-adj {
    margin: 50px 78px calc(7.358490566 * var(--vw)) !important;
  }
}

div.vid_contents {
  width: 100%; /*背景色を横幅いっぱいに広げる*/
  text-align: center;
  margin: 0 78px 0 !important;
}
@media only screen and (max-width: 767px) {
  div.vid_contents {
    margin: 0 auto !important;
    margin-bottom: calc(8 * var(--vw)) !important;
  }
}

video.vid_main {
  width: 100%;
  /* max-width: 920px;/*PC版での最大幅*/
}/*# sourceMappingURL=style.css.map */