.kb-feature-wrap {width: 100%; background: #f7f3f1; overflow: hidden;}
.kb-feature {position: relative; min-height: 620px; display: flex; align-items: center; justify-content: center; overflow: hidden; isolation: isolate;}
.kb-feature + .kb-feature {border-top: 1px solid rgba(58,45,54,.08);}
.kb-feature > img {position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -2;}
.kb-feature::after {content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 50% 38%, rgba(255,255,255,.92) 0%, rgba(255,255,255,.78) 24%, rgba(255,255,255,.18) 54%, rgba(255,255,255,0) 72%);}
.kb-feature__copy {width: min(760px, 48vw); margin: 0 auto; padding: 90px 30px; text-align: center; color: #17151a; text-shadow: 0 1px 10px rgba(255,255,255,.8); box-sizing: border-box;}
.kb-feature__copy h2 {margin: 0 0 30px; font-size: clamp(34px, 2.35vw, 52px); line-height: 1.3; font-weight: 700; letter-spacing: -.04em; word-break: keep-all;}
.kb-feature__copy p {margin: 0 auto; max-width: 720px; font-size: clamp(18px, 1.15vw, 23px); line-height: 1.8; font-weight: 400; letter-spacing: -.025em; word-break: keep-all;}
@media (max-width: 1024px) {
  .kb-feature {min-height: 540px;}
  .kb-feature__copy {width: min(680px, 64vw); padding: 70px 24px;}
  .kb-feature::after {background: radial-gradient(ellipse at 50% 40%, rgba(255,255,255,.95) 0%, rgba(255,255,255,.82) 32%, rgba(255,255,255,.25) 66%, rgba(255,255,255,.05) 100%);}
}
@media (max-width: 768px) {
  .kb-feature {min-height: 620px; align-items: flex-start;}
  .kb-feature > img {object-position: center bottom;}
  .kb-feature::after {background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 38%, rgba(255,255,255,.28) 70%, rgba(255,255,255,.08) 100%);}
  .kb-feature__copy {width: 100%; padding: 54px 24px 260px;}
  .kb-feature__copy h2 {margin-bottom: 22px; font-size: 30px; line-height: 1.38;}
  .kb-feature__copy p {font-size: 17px; line-height: 1.7;}
}
@media (max-width: 480px) {
  .kb-feature {min-height: 590px;}
  .kb-feature__copy {padding: 44px 18px 245px;}
  .kb-feature__copy h2 {font-size: 26px;}
  .kb-feature__copy p {font-size: 16px;}
}
/* Main visual image overrides */
.main-visual .vi-img-box {background-position: center; background-size: cover; background-repeat: no-repeat;}
.main-visual .vi-img-box img {opacity: 0;}
.main-visual .swiper-slide[data-swiper-slide-index="0"] .vi-img-box {background-image: url('/_res/nsu/kbeauty/img/content/img-beauty-vi01-new.jpg');}
.main-visual .swiper-slide[data-swiper-slide-index="1"] .vi-img-box {background-image: url('/_res/nsu/kbeauty/img/content/img-beauty-vi02-new.jpg');}
@media (max-width: 768px) {
  .main-visual .vi-img-box {background-position: 58% center;}
}

/* Full-width feature images */
.main-content-wrap02 .main-content-box02 {max-width: none !important;}