/* ==============================================================
 * トップ kvNew__catch 一時差し替え (top-kv_catch26)
 * 全体改修までの暫定表示用
 * ============================================================== */
.kv_catch26_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-image: url("../img/top-kv_catch26/kv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: -1;
}
.kv_catch26 {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kv_catch26__arrow {
  position: absolute;
  inset: 0;
  top: 46%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  background-image: url("../img/top-kv_catch26/kv_arrow.png");
}
.kv_catch26__wrap {
  position: relative;
  z-index: 1;
  top: -4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 85%;
}
.kv_catch26__sub {
  width: 40%;
  max-width: 318px;
}
.kv_catch26__main {
  width: 90%;
  max-width: 1000px;
  margin-top: 18px;
}
.kv_catch26__subImg,
.kv_catch26__mainImg {
  display: block;
  width: 100%;
  height: auto;
}
.kv_catch26__btn {
  margin-top: 32px;
  & > a.btnNew {
    padding-left: 52px;
    padding-right: 52px;
  }
}

@media only screen and (max-width: 768px) {
  .kv_catch26__arrow {
    background-image: url("../img/top-kv_catch26/kv_arrow-sm.png");
    top: 54.5%;
  }
  .kv_catch26__wrap {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: -12%;
  }
  .kv_catch26__sub {
    width: 69%;
    min-width: 229px;
  }
  .kv_catch26__main {
    width: 88%;
    min-width: 280px;
    margin-top: 10px;
  }
  .kv_catch26__btn {
    margin-top: 24px;
    & > a.btnNew {
      padding-left: 40px;
      padding-right: 40px;
    }
  }
}
