#p07-kv-detail-side .kv-detail-copy-v116 {
  position: absolute;
  z-index: 5;
  top: clamp(94px, 14svh, 148px);
  left: 50%;
  width: min(96vw, 1280px);
  margin: 0;
  text-align: center;
  pointer-events: none;
  transform: translateX(-50%);
}

#p07-kv-detail-side .kv-detail-copy-v116__title {
  margin: 0;
  color: #08090a;
  font-family: Hurme, Arial, sans-serif;
  font-size: clamp(30px, 3.4vw, 64px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.025em;
}

#p07-kv-detail-side .kv-detail-copy-v116__subtitle {
  margin: clamp(11px, 1.7svh, 18px) 0 0;
  color: #a7bc9c;
  font-family: Hurme, Arial, sans-serif;
  font-size: clamp(13px, 2.15vw, 40px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.018em;
  white-space: nowrap;
}

@media (max-width: 560px) {
  #p07-kv-detail-side .kv-detail-copy-v116 {
    top: clamp(104px, 16svh, 124px);
    width: calc(100vw - 24px);
  }
}
