/* KV */
.kv-wrapper {
  height: calc(653 / 1440 * 100vw);
  min-height: 500px;
}

.kv-bg-wrapper {
  height: calc(1099 / 1440 * 100vw);
}

/* related-content */
.related-content {
  background: #fff;
  padding: 40px 0;
}

.related-content_ttl {
  margin-bottom: 50px;
}

@media not all and (min-width: 769px) {
  /* KV */
  .kv-wrapper {
    height: calc(630 / 375 * 100vw);
    min-height: none;
  }

  .kv-bg-wrapper {
    height: calc(630 / 375 * 100vw);
  }

  /* related-content */
  .related-content {
    padding: var(--40px) 0;
  }

  .related-content_ttl {
    margin-bottom: var(--16px);
  }

}
