.elementor-9 .elementor-element.elementor-element-6baeae54.koe-why-section {
  display: block !important;
  min-height: auto !important;
  overflow: visible !important;
  padding: 0 !important;
  background: #fff !important;
}

.elementor-9 .elementor-element.elementor-element-6baeae54.koe-why-section:not(.elementor-motion-effects-element-type-background),
.elementor-9 .elementor-element.elementor-element-6baeae54.koe-why-section > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background: #fff !important;
}

.elementor-9 .elementor-element.elementor-element-5990862.koe-why-mobile-hidden {
  display: none !important;
}

.koe-why-shell {
  width: 100%;
  color: #050505;
  background: #fff;
  padding: 0;
  font-family: var(--koe-rmd-font, "IBM Plex Sans JP", "AvenirLTStd-Roman", sans-serif);
}

.koe-why-scroll-space {
  position: relative;
  height: var(--koe-why-scroll-height, 4200px);
  min-height: 360vh;
  background: #fff;
}

.koe-why-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(34px, 3.8vw, 58px) 0 clamp(36px, 4vw, 64px);
  background: #fff;
}

@media (min-width: 768px) {
  .koe-why-sticky.is-pinned {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    width: 100%;
  }

  .koe-why-sticky.is-after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.koe-why-heading {
  width: 100%;
  margin: 0 0 clamp(18px, 2.4vw, 30px);
  padding: 0 clamp(18px, 4vw, 56px);
  text-align: center;
}

.koe-why-heading-title {
  margin: 0;
  color: #050505;
  font-size: clamp(13px, 1.15vw, 20px);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: lowercase;
}

.koe-why-track-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.koe-why-track-wrap::before,
.koe-why-track-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(26px, 7vw, 120px);
  pointer-events: none;
}

.koe-why-track-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #fff, rgb(255 255 255 / 0));
}

.koe-why-track-wrap::after {
  right: 0;
  background: linear-gradient(270deg, #fff, rgb(255 255 255 / 0));
}

.koe-why-track {
  display: flex;
  gap: clamp(12px, 1.25vw, 18px);
  width: max-content;
  max-width: none;
  margin: 0 auto;
  padding: 0 clamp(22px, 5vw, 72px) 18px;
  overflow: visible;
  transform: translate3d(var(--koe-why-x, 0px), 0, 0);
  transition: transform 90ms linear;
  will-change: transform;
}

.koe-why-track::-webkit-scrollbar {
  display: none;
}

.koe-why-card-stage {
  flex: 0 0 auto;
}

.koe-why-card {
  position: relative;
  width: clamp(280px, 23vw, 380px);
  min-height: clamp(410px, 31vw, 520px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-snap-align: center;
  overflow: hidden;
  padding: clamp(22px, 1.7vw, 30px);
  color: #060606;
  background: #fff;
  border: 1.5px solid #050505;
  border-radius: clamp(26px, 2.4vw, 42px);
  box-shadow: none;
  isolation: isolate;
}

.koe-why-card:nth-child(2) {
  background: #fff;
}

.koe-why-card:nth-child(3) {
  background: #fff;
}

.koe-why-card:nth-child(4) {
  background: #fff;
}

.koe-why-card:nth-child(5) {
  background: #fff;
}

.koe-why-card::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  z-index: 1;
  width: 56px;
  height: 6px;
  border-radius: 999px;
  background: #050505;
  transform: translateX(-50%);
}

.koe-why-card::after {
  content: none;
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 80% 90%, rgb(0 0 0 / 0.05), transparent 28%),
    linear-gradient(145deg, rgb(0 0 0 / 0.035), rgb(255 255 255 / 0) 40%);
  pointer-events: none;
}

.koe-why-number {
  display: block;
  margin-top: 18px;
  color: rgb(0 0 0 / 0.62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
}

.koe-why-card h3 {
  max-width: 100%;
  margin: clamp(34px, 4vw, 56px) 0 0;
  color: #050505;
  font-family: "AvenirLTStd-Black", "AvenirLTStd-Roman", var(--koe-rmd-font, sans-serif);
  font-size: clamp(31px, 2.22vw, 40px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.92;
  text-transform: uppercase;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: none;
}

.koe-why-card p {
  margin: clamp(18px, 2vw, 30px) 0 0;
  color: rgb(0 0 0 / 0.78);
  max-width: 32ch;
  font-size: clamp(13px, 0.82vw, 15px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.55;
}

@media (min-width: 1280px) {
  .koe-why-track {
    margin-left: max(72px, calc((100vw - 1380px) / 2 + 72px));
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .elementor-9 .elementor-element.elementor-element-6baeae54.koe-why-section {
    overflow: visible !important;
    background: #fff !important;
  }

  .elementor-9 .elementor-element.elementor-element-6baeae54.koe-why-section:not(.elementor-motion-effects-element-type-background),
  .elementor-9 .elementor-element.elementor-element-6baeae54.koe-why-section > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background: #fff !important;
    background-image: none !important;
  }

  .koe-why-shell {
    padding: 0;
    color: #050505;
    background: #fff;
  }

  .koe-why-scroll-space {
    height: var(--koe-why-mobile-height, 520svh);
    min-height: var(--koe-why-mobile-height, 520svh);
    background: #fff;
  }

  .koe-why-sticky {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 74px 0 42px;
    background: #fff;
  }

  .koe-why-sticky.is-pinned {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    width: 100%;
  }

  .koe-why-sticky.is-after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .koe-why-heading {
    margin-bottom: 14px;
  }

  .koe-why-heading-title {
    color: #050505;
  }

  .koe-why-track-wrap {
    width: 100%;
    overflow: visible;
  }

  .koe-why-track-wrap::before,
  .koe-why-track-wrap::after {
    content: none;
  }

  .koe-why-track {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    height: min(136vw, 590px);
    margin: 0;
    padding: 0 18px;
    overflow: visible;
    scroll-snap-type: none;
    transform: none !important;
    transition: none;
  }

  .koe-why-card {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: var(--koe-mobile-z, 1);
    width: min(calc(100vw - 36px), 364px);
    min-height: min(126vw, 560px);
    height: auto;
    margin: 0;
    padding: 29px 25px 30px;
    color: #050505;
    background: #fff !important;
    border-color: #050505;
    border-radius: 38px;
    box-shadow: none;
    opacity: 1;
    transform: translate3d(-50%, var(--koe-mobile-y, 0px), 0);
    transition: none;
    will-change: auto;
  }

  .koe-why-card::before {
    background: #050505;
  }

  .koe-why-card::after {
    background:
      radial-gradient(circle at 82% 90%, rgb(255 255 255 / 0.08), transparent 28%),
      linear-gradient(145deg, rgb(255 255 255 / 0.08), rgb(255 255 255 / 0) 40%);
  }

  .koe-why-number,
  .koe-why-card h3,
  .koe-why-card p {
    color: #050505;
  }

  .koe-why-number {
    font-size: clamp(44px, 14vw, 60px);
    font-weight: 900;
    letter-spacing: -0.02em;
  }

  .koe-why-card-stage {
    min-height: 0;
    margin: 0;
  }

  .koe-why-card h3 {
    max-width: 100%;
    margin-top: clamp(26px, 8vw, 48px);
    font-size: clamp(30px, 9.1vw, 42px);
    line-height: 0.9;
  }

  .koe-why-card p {
    max-width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
  }

}

@media (prefers-reduced-motion: reduce) {
  .koe-why-card,
  .koe-why-card:hover {
    transform: none;
    transition: none;
  }
}
