@charset "UTF-8";
@media screen and (min-width: 769px) {
  section.index_contents04_wrap .index_contents04_flex {
    min-width: unset;
  }
}
/* 769px～1150px */
@media screen and (min-width:769px) and (max-width:1150px) {
  section.kv_wrap video.mask {
    min-width: calc(1150px + 10px);
    width: 1150px;
    left: -5px;
  }
  .bx-wrapper .bx-prev {
    left: 0;
  }
  .bx-wrapper .bx-next {
    right: 0;
  }
  section.index_contents02_wrap {
    width: 100%;
    min-width: 1150px;
  }

  section.index_contents04_wrap {
    width: 100%;
    min-width: 1150px;
  }

  section.index_contents04_wrap .index_contents04_flex {
    width: 100%;
    min-width: 1150px;
    gap: 100px 20px;
  }

  section.index_contents05_wrap {
    width: 1150px;
    max-width: 1150px;
  }
}

/* 1150px～ */
@media screen and (min-width:1151px) {
  section.kv_wrap video {
    width: calc(100% + 10px);
  }
  section.index_contents02_wrap {
    left: 20px;
  }
  .bx-wrapper .bx-prev {
    left: -80px;
  }
  .bx-wrapper .bx-next {
    right: -80px;
  }
}