.footer_gsearch {
  border-top: none;
}

.kv {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .kv {
    height: calc(100vh - 9rem);
    height: calc(var(--vh, 1vh)*100 - 9rem);
  }
}
@media screen and (max-width: 768px) {
  .kv {
    height: calc(100vh - 11rem);
    height: calc(var(--vh, 1vh)*100 - 11rem);
  }
}
.kv_frame {
  background: #999;
  position: relative;
  height: 100%;
}
.kv_frame > p {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.kv_frame > ifrmae, .kv_frame > video {
  background: #000;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.kv_copy {
  position: absolute;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .kv_copy {
    left: 50%;
    bottom: 20.662vh;
    -webkit-transform: translate(-55rem, 0);
            transform: translate(-55rem, 0);
  }
}
@media screen and (max-width: 768px) {
  .kv_copy {
    flex-direction: column;
    left: 10.667%;
    bottom: 8.824vh;
  }
}
.kv_copy > h2 {
  font-weight: 600;
}
@media print, screen and (min-width: 769px) {
  .kv_copy > h2 {
    line-height: 1.073em;
    font-size: 5.5rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_copy > h2 {
    line-height: 1.073em;
    font-size: 6.9rem;
  }
}
.kv_copy > p {
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  .kv_copy > p {
    padding-top: 2rem;
    line-height: 1.471em;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .kv_copy > p {
    padding-top: 1.6rem;
    line-height: 1.542em;
    font-size: 2.4rem;
  }
}
.kv_scroll {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .kv_scroll {
    width: 2.8rem;
    height: 9.7rem;
    right: 7.4rem;
    bottom: 9.091vh;
  }
}
@media screen and (max-width: 768px) {
  .kv_scroll {
    width: 3.2rem;
    height: 12.8rem;
    right: 3.8rem;
    bottom: 9.314vh;
  }
}