: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;
}

.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;
}

.hep-l-shop-shell {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  background: var(--color-121212);
}

.hep-l-shop-detail {
  width: 1076px;
  min-width: 1076px;
  overflow: hidden;
  background: var(--color-121212);
  color: var(--color-FFFFFF);
}

.hep-l-shop-section {
  position: relative;
  overflow: hidden;
}

.hep-l-shop-safe {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 100px), 916px);
  margin: 0 auto;
}

.hep-l-shop-bg,
.hep-l-shop-bg img {
  display: block;
  width: 100%;
}

.hep-l-shop-bg img {
  height: auto;
}

.hep-l-shop-hero-copy,
.hep-l-shop-hero-stats,
.hep-l-shop-light-copy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.hep-l-shop-hero-copy {
  top: 105px;
}

.hep-l-shop-hero-copy h1,
.hep-l-shop-section-head h2,
.hep-l-shop-light-copy h2 {
  color: var(--color-FFFFFF);
  font-size: var(--font-48);
  font-weight: 700;
  line-height: 1.18;
}

.hep-l-shop-hero-copy p,
.hep-l-shop-section-head p,
.hep-l-shop-light-copy p,
.hep-l-shop-process-copy p,
.hep-l-shop-damage-copy p,
.hep-l-shop-scan-series p,
.hep-l-shop-scan-grid figcaption {
  color: var(--color-FFFFFF);
  font-size: var(--font-22);
  line-height: 1.55;
}

.hep-l-shop-hero-copy p {
  margin-top: 38px;
}

.hep-l-shop-hero-stats {
  bottom: 92px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 28px;
}

.hep-l-shop-hero-stats span {
  display: block;
  color: var(--color-FFFFFF);
  font-size: var(--font-14);
  line-height: 1.35;
}

.hep-l-shop-hero-stats strong {
  display: block;
  margin-top: 8px;
  color: var(--color-FFFFFF);
  font-size: var(--font-30);
  font-weight: 700;
  line-height: 1;
}

.hep-l-shop-light-copy {
  top: 94px;
}

.hep-l-shop-light-copy h2,
.hep-l-shop-section-matching .hep-l-shop-section-head h2,
.hep-l-shop-light-copy p,
.hep-l-shop-section-matching .hep-l-shop-section-head p,
.hep-l-shop-combo-table {
  color: var(--color-121212);
}

.hep-l-shop-light-copy p {
  margin-top: 40px;
}

.hep-l-shop-light-copy strong,
.hep-l-shop-damage-copy span {
  font-weight: 700;
}

.hep-l-shop-section-head {
  text-align: center;
}

.hep-l-shop-section-head p {
  margin-top: 24px;
}

.hep-l-shop-section-matching {
  padding: 96px 0 104px;
  background: var(--color-FFFFFF);
}

.hep-l-shop-chart {
  display: block;
  width: 100%;
  margin: 48px auto 56px;
}

.hep-l-shop-chart img {
  display: block;
  width: 100%;
  height: auto;
}

.hep-l-shop-table-scroll {
  width: 100%;
}

.hep-l-shop-table-sticky {
  display: none;
}

.hep-l-shop-combo-table {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--color-121212) !important;
  border-radius: 8px 8px 0 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  box-sizing: border-box;
  font-size: var(--font-14) !important;
  line-height: 1.25 !important;
}

.hep-l-shop-combo-table th {
  height: 74px !important;
  padding: 0 18px !important;
  background: var(--color-121212) !important;
  color: var(--color-FFFFFF) !important;
  font-weight: 400 !important;
  text-align: left !important;
  vertical-align: middle !important;
}

.hep-l-shop-combo-table td {
  height: 48px !important;
  padding: 0 18px !important;
  border-top: 1px solid var(--color-121212) !important;
  background: var(--color-FFFFFF) !important;
  vertical-align: middle !important;
}

.hep-l-shop-combo-table th:first-child {
  border-top-left-radius: 8px !important;
}

.hep-l-shop-combo-table th:last-child {
  border-top-right-radius: 8px !important;
}

.hep-l-shop-combo-table th:nth-child(1),
.hep-l-shop-combo-table td:nth-child(1) {
  width: 25%;
}

.hep-l-shop-combo-table th:nth-child(2),
.hep-l-shop-combo-table td:nth-child(2) {
  width: 25%;
}

.hep-l-shop-combo-table th:nth-child(3),
.hep-l-shop-combo-table td:nth-child(3) {
  width: 25%;
}

.hep-l-shop-combo-table th:nth-child(4),
.hep-l-shop-combo-table td:nth-child(4) {
  width: 25%;
}

.hep-l-shop-dark {
  background: var(--color-121212);
  color: var(--color-FFFFFF);
}

.hep-l-shop-0a0a0f {
  background: var(--color-0A0A0F);
  color: var(--color-FFFFFF);
}

.hep-l-shop-section-vibration {
  padding: 96px 0 104px;
}

.hep-l-shop-two-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 58px;
}

.hep-l-shop-two-grid img,
.hep-l-shop-two-grid a {
  display: block;
  width: 100%;
}

.hep-l-shop-two-grid img {
  height: auto;
  border-radius: 8px;
}

.hep-l-shop-section-lightweight {
  padding: 96px 0 104px;
}

.hep-l-shop-process-copy {
  margin-top: 156px;
  text-align: center;
}

.hep-l-shop-process-copy h3,
.hep-l-shop-damage-copy h3,
.hep-l-shop-scan-series h3 {
  color: var(--color-FFFFFF);
  font-size: var(--font-30);
  font-weight: 400;
  line-height: 1.35;
}

.hep-l-shop-process-copy p {
  margin-top: 18px;
}

.hep-l-shop-ultra-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 56px;
}

.hep-l-shop-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);
  transition: opacity 0.68s ease, transform 0.68s cubic-bezier(0.12, 0.72, 0.18, 1);
}

.hep-l-shop-ultra-image.slideInDown {
  -webkit-transform: translateX(0) scaleX(1) !important;
  transform: translateX(0) scaleX(1) !important;
}

.hep-l-shop-damage-copy {
  margin-top: 132px;
  text-align: center;
}

.hep-l-shop-damage-copy p {
  margin-top: 22px;
}

.hep-l-shop-scan-compare {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 28px;
  margin-top: 70px;
}

.hep-l-shop-scan-series {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.hep-l-shop-scan-series p {
  margin-top: 4px;
}

.hep-l-shop-scan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.hep-l-shop-scan-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.hep-l-shop-scan-grid figcaption {
  margin-top: 10px;
}

.hep-l-shop-section-reliable {
  padding: 96px 0 82px;
}

.hep-l-shop-section-combo {
  padding: 82px 0 118px;
}

.hep-l-shop-section-combo .hep-l-shop-section-head h2 {
  font-size: var(--font-48);
  font-weight: 700;
}

.hep-l-shop-mobile-br {
  display: none;
}

@media (max-width: 768px) {
  .hep-l-shop-shell {
    display: block;
    overflow-x: hidden;
  }

  .hep-l-shop-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);
    width: 100%;
    min-width: 0;
  }

  .hep-l-shop-safe {
    width: calc(100% - 10%);
  }

  .hep-l-shop-mobile-br {
    display: block;
  }

  .hep-l-shop-section-hero {
    height: calc(100vw * 1649 / 750);
  }

  .hep-l-shop-section-endurance {
    height: calc(100vw * 1004 / 750);
  }

  .hep-l-shop-section-hero .hep-l-shop-bg,
  .hep-l-shop-section-endurance .hep-l-shop-bg {
    height: 100%;
  }

  .hep-l-shop-section-hero .hep-l-shop-bg img,
  .hep-l-shop-section-endurance .hep-l-shop-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .hep-l-shop-hero-copy h1,
  .hep-l-shop-section-head h2,
  .hep-l-shop-light-copy h2 {
    line-height: 1.16;
  }

  .hep-l-shop-hero-copy {
    top: calc(100vw * 164 / 750);
  }

  .hep-l-shop-hero-copy p {
    width: 100%;
    margin: calc(100vw * 54 / 750) auto 0;
    line-height: 1.45;
  }

  .hep-l-shop-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-shop-hero-stats li:nth-child(2) {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 56%;
    margin: 0 auto;
  }

  .hep-l-shop-hero-stats span {
    line-height: 1.25;
  }

  .hep-l-shop-hero-stats strong {
    margin-top: calc(100vw * 14 / 750);
  }

  .hep-l-shop-light-copy {
    top: calc(100vw * 193 / 750);
  }

  .hep-l-shop-light-copy p {
    width: 100%;
    margin: calc(100vw * 56 / 750) auto 0;
    line-height: 1.62;
  }

  .hep-l-shop-section-matching {
    padding: calc(100vw * 200 / 750) 0 calc(100vw * 192 / 750);
  }

  .hep-l-shop-section-head p {
    margin-top: calc(100vw * 60 / 750);
    line-height: 1.55;
  }

  .hep-l-shop-chart {
    width: 100%;
    margin: calc(100vw * 120 / 750) auto calc(100vw * 60 / 750);
  }

  .hep-l-shop-combo-table {
    display: table;
    width: 720px;
    min-width: 720px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    table-layout: auto;
    font-size: var(--font-14);
    line-height: 1.2 !important;
  }

  .hep-l-shop-table-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .hep-l-shop-table-sticky {
    position: fixed;
    top: 0;
    z-index: 10;
    display: none;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    pointer-events: none;
  }

  .hep-l-shop-table-sticky.is-visible {
    display: block;
  }

  .hep-l-shop-combo-table-sticky {
    margin: 0;
  }

  .hep-l-shop-combo-table-sticky th {
    position: static;
  }

  .hep-l-shop-combo-table th {
    height: calc(100vw * 112 / 750) !important;
    padding: 0 calc(100vw * 30 / 750) !important;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .hep-l-shop-combo-table td {
    height: calc(100vw * 54 / 750) !important;
    padding: calc(100vw * 15 / 750) calc(100vw * 30 / 750) !important;
    white-space: nowrap;
  }

  .hep-l-shop-combo-table th:nth-child(1),
  .hep-l-shop-combo-table td:nth-child(1),
  .hep-l-shop-combo-table th:nth-child(2),
  .hep-l-shop-combo-table td:nth-child(2),
  .hep-l-shop-combo-table th:nth-child(3),
  .hep-l-shop-combo-table td:nth-child(3),
  .hep-l-shop-combo-table th:nth-child(4),
  .hep-l-shop-combo-table td:nth-child(4) {
    width: auto;
  }

  .hep-l-shop-section-vibration {
    padding: calc(100vw * 200 / 750) 0 calc(100vw * 180 / 750);
  }

  .hep-l-shop-section-vibration .hep-l-shop-two-grid {
    grid-template-columns: 1fr;
    gap: calc(100vw * 64 / 750);
    margin-top: calc(100vw * 80 / 750);
  }

  .hep-l-shop-section-lightweight {
    padding: calc(100vw * 180 / 750) 0 calc(100vw * 180 / 750);
  }

  .hep-l-shop-process-copy {
    width: 100%;
    margin: calc(100vw * 200 / 750) auto 0;
  }

  .hep-l-shop-process-copy p {
    margin-top: calc(100vw * 38 / 750);
  }

  .hep-l-shop-ultra-image {
    margin-top: calc(100vw * 148 / 750);
  }

  .hep-l-shop-damage-copy {
    width: 100%;
    margin: calc(100vw * 196 / 750) auto 0;
  }

  .hep-l-shop-damage-copy p {
    margin-top: calc(100vw * 30 / 750);
    line-height: 1.5;
  }

  .hep-l-shop-scan-compare {
    grid-template-columns: 1fr;
    gap: calc(100vw * 140 / 750);
    margin-top: calc(100vw * 156 / 750);
  }

  .hep-l-shop-scan-series h3 {
    font-size: var(--font-30);
  }

  .hep-l-shop-scan-series p {
    margin-top: calc(100vw * 30 / 750);
  }

  .hep-l-shop-scan-grid {
    gap: calc(100vw * 26 / 750);
    margin-top: calc(100vw * 44 / 750);
  }

  .hep-l-shop-scan-grid figcaption {
    margin-top: calc(100vw * 30 / 750);
  }

  .hep-l-shop-section-reliable {
    padding: calc(100vw * 180 / 750) 0 calc(100vw * 180 / 750);
  }

  .hep-l-shop-section-reliable .hep-l-shop-two-grid,
  .hep-l-shop-section-combo .hep-l-shop-two-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(100vw * 20 / 750);
  }

  .hep-l-shop-section-reliable .hep-l-shop-two-grid {
    margin-top: calc(100vw * 96 / 750);
  }

  .hep-l-shop-section-combo {
    padding: calc(100vw * 180 / 750) 0 calc(100vw * 180 / 750);
  }

  .hep-l-shop-section-combo .hep-l-shop-two-grid {
    margin-top: calc(100vw * 116 / 750);
  }
}
