:root {
  --color-00d1fe: #00d1fe;
  --color-01ff6b: #01ff6b;
  --color-121212: #050505;
  --color-0A0A0F: #0A0A0F;
  --color-FFFFFF: #FFFFFF;

  --font-48: clamp(24px, 2.6vw, 48px);
  --font-30: clamp(20px, 1.57vw, 30px);
  --font-22: clamp(16px, 1.15vw, 22px);
  --font-14: clamp(13px, 0.73vw, 14px);
}

.green-linear-text {
  background: linear-gradient(264deg, #01ff6b 0%, #01bd4f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.blue-linear-text {
  background: linear-gradient(264deg, #00d1fe 0%, #0161eb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.mn-detail {
  width: 100%;
  overflow: hidden;
  background: var(--color-121212);
  color: var(--color-FFFFFF);
}

.hep-l-section {
  position: relative;
  overflow: hidden;
}

.hep-l-safe {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 1200px);
  max-width: 1200px;
  margin: 0 auto;
}

.mn-background {
  display: block;
  width: 100%;
}

.mn-background img {
  display: block;
  width: 100%;
  height: auto;
}

.hep-l-hero-copy,
.hep-l-hero-stats,
.hep-l-light-copy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.hep-l-hero-copy {
  top: 17%;
}

.hep-l-hero-copy h1,
.hep-l-section-head h2,
.hep-l-light-copy h2 {
  color: var(--color-FFFFFF);
  font-size: var(--font-48);
  font-weight: 700;
  line-height: 1.18;
}

.hep-l-hero-copy p,
.hep-l-section-head p,
.hep-l-light-copy p,
.hep-l-process-copy p,
.hep-l-damage-copy p,
.hep-l-scan-series p,
.hep-l-scan-grid figcaption {
  font-size: var(--font-22);
  line-height: 1.55;
}

.hep-l-hero-copy p {
  margin-top: 52px;
  color: var(--color-FFFFFF);
}

.slideInDownInit {
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  transition-delay: 0.2s;
}

.slideInDown {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.scaleInit {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.hep-l-ultra-image.slideInDownInit {
  -webkit-transform: translateX(44vw) scaleX(1.08);
  transform: translateX(44vw) scaleX(1.08);
  -webkit-transition: opacity 0.68s ease, -webkit-transform 0.68s cubic-bezier(0.12, 0.72, 0.18, 1), -webkit-filter 0.68s ease;
  transition: opacity 0.68s ease, transform 0.68s cubic-bezier(0.12, 0.72, 0.18, 1), filter 0.68s ease;
  filter: blur(8px);
}

.hep-l-ultra-image.slideInDown {
  -webkit-transform: translateX(0) scaleX(1) !important;
  transform: translateX(0) scaleX(1) !important;
  filter: blur(0);
}

.hep-l-hero-stats {
  bottom: 12%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 40px;
  color: var(--color-FFFFFF);
}

.hep-l-hero-stats span {
  display: block;
  font-size: var(--font-14);
  line-height: 1.35;
}

.hep-l-hero-stats strong {
  display: block;
  margin-top: 8px;
  font-size: var(--font-30);
  font-weight: 700;
  line-height: 1;
}

.hep-l-light-copy {
  top: 17%;
}

.hep-l-light-copy h2,
.hep-l-section-matching .hep-l-section-head h2 {
  color: var(--color-121212);
}

.hep-l-light-copy p,
.hep-l-section-matching .hep-l-section-head p {
  color: var(--color-121212);
}

.hep-l-light-copy p {
  margin-top: 58px;
}

.hep-l-light-copy strong {
  font-weight: 700;
}

.hep-l-section-head {
  text-align: center;
}

.hep-l-section-head p {
  margin-top: 32px;
}

.hep-l-section-matching {
  padding: 142px 0 142px;
  background: var(--color-FFFFFF);
}

.hep-l-chart {
  display: block;
  width: min(100%, 1000px);
  height: auto;
  margin: 20px auto 80px;
}

.hep-l-chart img {
  display: block;
  width: 100%;
  height: auto;
}

.hep-l-table-scroll {
  width: 100%;
}

.hep-l-table-sticky {
  display: none;
}

.hep-l-combo-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.35);
  border-radius: 12px 12px 0 0;
  border-collapse: separate;
  border-spacing: 0;
  box-shadow: inset 0 0 0 1px rgba(5, 5, 5, 0.35);
  box-sizing: border-box;
  color: var(--color-121212);
  font-size: var(--font-22);
  line-height: 1.2;
}

.hep-l-combo-table th {
  height: 98px;
  padding: 0 28px;
  background: #19191d;
  color: var(--color-FFFFFF);
  font-weight: 400;
  text-align: left;
}

.hep-l-combo-table td {
  height: 64px;
  padding: 0 28px;
  border-top: 1px solid rgba(5, 5, 5, 0.35);
  background: var(--color-FFFFFF);
}

.hep-l-combo-table th:first-child {
  border-top-left-radius: 12px;
}

.hep-l-combo-table th:last-child {
  border-top-right-radius: 12px;
}

.hep-l-combo-table th:nth-child(1),
.hep-l-combo-table td:nth-child(1) {
  width: 25%;
}

.hep-l-combo-table th:nth-child(2),
.hep-l-combo-table td:nth-child(2) {
  width: 25%;
}

.hep-l-combo-table th:nth-child(3),
.hep-l-combo-table td:nth-child(3) {
  width: 25%;
}

.hep-l-combo-table th:nth-child(4),
.hep-l-combo-table td:nth-child(4) {
  width: 25%;
}

.hep-l-dark {
  background: var(--color-121212);
  color: var(--color-FFFFFF);
}

.hep-l-0a0a0f {
  background: var(--color-0A0A0F);
  color: var(--color-FFFFFF);
}

.hep-l-section-vibration {
  padding: 142px 0 142px;
}

.hep-l-section-vibration .hep-l-section-head p,
.hep-l-section-lightweight .hep-l-section-head p,
.hep-l-section-reliable .hep-l-section-head p,
.hep-l-section-combo .hep-l-section-head p,
.hep-l-process-copy p,
.hep-l-damage-copy p,
.hep-l-scan-series p,
.hep-l-scan-grid figcaption {
  color: var(--color-FFFFFF);
}

.hep-l-two-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  margin-top: 90px;
}

.hep-l-two-grid img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.hep-l-section-lightweight {
  padding: 142px 0 142px;
}

.hep-l-process-copy {
  margin-top: 260px;
  text-align: center;
}

.hep-l-process-copy h3,
.hep-l-damage-copy h3,
.hep-l-scan-series h3,
.hep-l-section-combo .hep-l-section-head h2 {
  color: var(--color-FFFFFF);
  font-size: var(--font-30);
  font-weight: 400;
  line-height: 1.35;
}

.hep-l-process-copy p {
  margin-top: 24px;
}

.hep-l-ultra-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 70px;
}

.hep-l-damage-copy {
  margin-top: 220px;
  text-align: center;
}

.hep-l-damage-copy p {
  margin-top: 26px;
}

.hep-l-damage-copy span {
  font-weight: 700;
}

.hep-l-scan-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin-top: 110px;
}

.hep-l-scan-series {
  text-align: center;
}

.hep-l-scan-series h3 {
  font-size: var(--font-48);
}

.hep-l-scan-series p {
  margin-top: 4px;
}

.hep-l-scan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.hep-l-scan-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.hep-l-scan-grid figcaption {
  margin-top: 10px;
}

.hep-l-section-reliable {
  padding: 142px 0 100px;
  background-color: var(--color-0A0A0F);
}

.hep-l-section-combo {
  padding: 100px 0 175px;
}

.hep-l-section-combo .hep-l-section-head h2 {
  font-size: var(--font-48);
  font-weight: 700;
}

.hep-l-mobile-break {
  display: inline;
}

.hep-l-desktop-space {
  display: none;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .hep-l-safe {
    width: calc(100% - 10%) !important;
    max-width: 1200px;
  }
}

@media (max-width: 768px) {
  .mn-detail {
    --font-48: clamp(27px, calc(100vw * 48 / 750), 48px);
    --font-30: clamp(22px, calc(100vw * 30 / 750), 30px);
    --font-22: clamp(16px, calc(100vw * 22 / 750), 22px);
    --font-14: clamp(13px, calc(100vw * 14 / 750), 14px);
  }

  .hep-l-safe {
    width: calc(100% - 10%);
    max-width: none;
  }

  .hep-l-mobile-break {
    display: none;
  }

  .hep-l-desktop-space {
    display: inline;
  }

  .hep-l-section-hero {
    height: calc(100vw * 1649 / 750);
  }

  .hep-l-section-endurance {
    height: calc(100vw * 1004 / 750);
  }

  .hep-l-section-hero .mn-background,
  .hep-l-section-endurance .mn-background {
    height: 100%;
  }

  .hep-l-section-hero .mn-background img,
  .hep-l-section-endurance .mn-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .hep-l-hero-copy h1,
  .hep-l-section-head h2,
  .hep-l-light-copy h2 {
    line-height: 1.16;
  }

  .hep-l-hero-copy {
    top: calc(100vw * 164 / 750);
  }

  .hep-l-hero-copy p {
    width: 100%;
    margin: calc(100vw * 54 / 750) auto 0;
    line-height: 1.45;
  }

  .hep-l-hero-stats {
    top: calc(100vw * 1200 / 750);
    bottom: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: calc(100vw * 64 / 750) calc(100vw * 70 / 750);
  }

  .hep-l-hero-stats li:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 56%;
    margin: 0 auto;
  }

  .hep-l-hero-stats span {
    line-height: 1.25;
  }

  .hep-l-hero-stats strong {
    margin-top: calc(100vw * 14 / 750);
  }

  .hep-l-light-copy {
    top: calc(100vw * 193 / 750);
  }

  .hep-l-light-copy p {
    width: 100%;
    margin: calc(100vw * 56 / 750) auto 0;
    line-height: 1.62;
  }

  .hep-l-section-matching {
    padding: calc(100vw * 200 / 750) 0 calc(100vw * 192 / 750);
  }

  .hep-l-section-head p {
    margin-top: calc(100vw * 60 / 750);
    line-height: 1.55;
  }

  .hep-l-section-matching .hep-l-section-head p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hep-l-chart {
    width: 100%;
    margin: calc(100vw * 120 / 750) auto calc(100vw * 60 / 750);
  }

  .hep-l-combo-table {
    display: table;
    width: 720px;
    min-width: 720px;
    margin: 0;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    white-space: nowrap;
    table-layout: auto;
    font-size: var(--font-14);
    line-height: 1.2;
  }

  .hep-l-table-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .hep-l-table-sticky {
    position: fixed;
    top: 0;
    z-index: 10;
    display: none;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    pointer-events: none;
  }

  .hep-l-table-sticky.is-visible {
    display: block;
  }

  .hep-l-combo-table-sticky {
    margin: 0;
  }

  .hep-l-combo-table-sticky th {
    position: static;
  }

  .hep-l-combo-table th {
    height: calc(100vw * 112 / 750);
    padding: 0 calc(100vw * 30 / 750);
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .hep-l-combo-table td {
    height: calc(100vw * 54 / 750);
    padding: calc(100vw * 15 / 750) calc(100vw * 30 / 750);
    white-space: nowrap;
  }

  .hep-l-combo-table th:nth-child(1),
  .hep-l-combo-table td:nth-child(1) {
    width: auto;
  }

  .hep-l-combo-table th:nth-child(2),
  .hep-l-combo-table td:nth-child(2) {
    width: auto;
  }

  .hep-l-combo-table th:nth-child(3),
  .hep-l-combo-table td:nth-child(3) {
    width: auto;
  }

  .hep-l-combo-table th:nth-child(4),
  .hep-l-combo-table td:nth-child(4) {
    width: auto;
  }

  .hep-l-section-matching,
  .hep-l-section-vibration,
  .hep-l-section-lightweight,
  .hep-l-section-reliable,
  .hep-l-section-combo {
    padding-left: 0;
    padding-right: 0;
  }

  .hep-l-section-vibration {
    padding: calc(100vw * 200 / 750) 0 calc(100vw * 180 / 750);
  }

  .hep-l-section-vibration .hep-l-section-head p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hep-l-section-vibration .hep-l-two-grid {
    margin-top: calc(100vw * 80 / 750);
  }

  .hep-l-section-vibration .hep-l-two-grid,
  .hep-l-scan-compare {
    grid-template-columns: 1fr;
  }

  .hep-l-section-vibration .hep-l-two-grid,
  .hep-l-section-reliable .hep-l-two-grid,
  .hep-l-section-combo .hep-l-two-grid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hep-l-section-vibration .hep-l-two-grid {
    gap: calc(100vw * 64 / 750);
  }

  .hep-l-two-grid img {
    border-radius: 8px;
  }

  .hep-l-section-lightweight {
    padding: calc(100vw * 180 / 750) 0 calc(100vw * 180 / 750);
  }

  .hep-l-process-copy {
    width: 100%;
    margin: calc(100vw * 200 / 750) auto 0;
  }

  .hep-l-process-copy p {
    margin-top: calc(100vw * 38 / 750);
  }

  .hep-l-ultra-image {
    width: 100%;
    margin-top: calc(100vw * 148 / 750);
  }

  .hep-l-damage-copy {
    width: 100%;
    margin: calc(100vw * 196 / 750) auto 0;
  }

  .hep-l-damage-copy p {
    margin-top: calc(100vw * 30 / 750);
    line-height: 1.5;
  }

  .hep-l-damage-copy br {
    display: none;
  }

  .hep-l-scan-compare {
    gap: calc(100vw * 140 / 750);
    margin-top: calc(100vw * 156 / 750);
  }

  .hep-l-scan-series h3 {
    font-size: var(--font-30);
  }

  .hep-l-scan-series p {
    margin-top: calc(100vw * 30 / 750);
  }

  .hep-l-scan-grid {
    gap: calc(100vw * 26 / 750);
    margin-top: calc(100vw * 44 / 750);
  }

  .hep-l-scan-grid figcaption {
    margin-top: calc(100vw * 30 / 750);
  }

  .hep-l-section-reliable {
    padding: calc(100vw * 180 / 750) 0 calc(100vw * 180 / 750);
  }

  .hep-l-section-reliable .hep-l-section-head p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hep-l-section-reliable .hep-l-two-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(100vw * 20 / 750);
    margin-top: calc(100vw * 96 / 750);
  }

  .hep-l-section-combo {
    padding: calc(100vw * 180 / 750) 0 calc(100vw * 180 / 750);
  }

  .hep-l-section-combo .hep-l-section-head p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .hep-l-section-combo .hep-l-two-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(100vw * 20 / 750);
    margin-top: calc(100vw * 116 / 750);
  }
}
