/* =========================================================
   Price Page Comparison Section
   ========================================================= */
.hoppy-wp-v2 .price-compare-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 26px;
}

.hoppy-wp-v2 .price-compare-point__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
  background: var(--orange-dark);
  color: #fff;
  border-radius: 50%;
  font-family: var(--font-en);
  font-weight: 900;
}

.hoppy-wp-v2 .price-compare-point__title {
  margin: 0 0 8px;
  color: var(--black);
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.45;
}

.hoppy-wp-v2 .price-compare-sub-label {
  margin-top: 44px;
}

.hoppy-wp-v2 .price-compare-bridge {
  margin: 8px 0 26px;
  text-align: center;
}

.hoppy-wp-v2 .price-compare-bridge__main {
  margin: 0 0 8px;
  color: var(--orange-dark);
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  font-weight: 900;
  line-height: 1.35;
}

.hoppy-wp-v2 .price-compare-bridge__text {
  margin: 0;
  color: var(--black);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}

.hoppy-wp-v2 .price-compare-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  background: rgba(255, 90, 31, 0.06);
  border: 1px solid rgba(217, 64, 0, 0.22);
  border-radius: 8px;
  color: #4a2a1d;
  font-size: 0.95rem;
  line-height: 1.8;
}

.hoppy-wp-v2 .price-compare-scroll {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
}

.hoppy-wp-v2 .price-compare-scroll::after {
  content: "左右にスワイプできます";
  display: none;
  position: sticky;
  left: 12px;
  bottom: 10px;
  width: max-content;
  margin: 0 0 10px 12px;
  padding: 5px 10px;
  background: rgba(17, 17, 17, 0.78);
  color: #fff;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  pointer-events: none;
}

.hoppy-wp-v2 .price-compare-table {
  width: 100%;
  min-width: 880px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  table-layout: fixed;
}

.hoppy-wp-v2 .price-compare-table th,
.hoppy-wp-v2 .price-compare-table td {
  padding: 16px 14px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  font-size: 0.94rem;
  line-height: 1.55;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  line-break: strict;
}

.hoppy-wp-v2 .price-compare-row--numeric td {
  line-height: 1.45;
}

.hoppy-wp-v2 .price-compare-num {
  display: inline-block;
  font-size: 1.28rem;
  font-weight: inherit;
  line-height: 1.1;
}

.hoppy-wp-v2 .price-compare-row--numeric .is-hoppy .price-compare-num {
  font-size: 1.38rem;
}

.hoppy-wp-v2 .price-compare-table tr:last-child td,
.hoppy-wp-v2 .price-compare-table tr:last-child th {
  border-bottom: 0;
}

.hoppy-wp-v2 .price-compare-table th:last-child,
.hoppy-wp-v2 .price-compare-table td:last-child {
  border-right: 0;
}

.hoppy-wp-v2 .price-compare-table thead th {
  background: #221f1d;
  color: #fff;
  font-weight: 900;
}

.hoppy-wp-v2 .price-compare-table tbody th {
  background: #faf6f2;
  color: var(--black);
  font-weight: 900;
  text-align: left;
}

.hoppy-wp-v2 .price-compare-table .is-hoppy {
  background: rgba(255, 90, 31, 0.08);
  color: var(--black);
  font-weight: 900;
}

.hoppy-wp-v2 .price-compare-table .is-hoppy strong {
  color: var(--orange-dark);
  font-weight: 900;
}

.hoppy-wp-v2 .price-compare-table thead .is-hoppy {
  background: var(--orange-dark);
  color: #fff;
}

.hoppy-wp-v2 .price-compare-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  margin: 0 0 7px;
  padding: 3px 9px;
  background: #111;
  color: #fff;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .hoppy-wp-v2 .price-compare-points {
    grid-template-columns: 1fr;
  }

  .hoppy-wp-v2 .price-compare-scroll::after {
    display: block;
  }

  .hoppy-wp-v2 .price-compare-table {
    min-width: 760px;
  }

  .hoppy-wp-v2 .price-compare-table th,
  .hoppy-wp-v2 .price-compare-table td {
    padding: 13px 11px;
    font-size: 0.84rem;
  }

  .hoppy-wp-v2 .price-compare-row--numeric td {
    line-height: 1.4;
  }

  .hoppy-wp-v2 .price-compare-num {
    font-size: 1.12rem;
  }

  .hoppy-wp-v2 .price-compare-row--numeric .is-hoppy .price-compare-num {
    font-size: 1.2rem;
  }

  .hoppy-wp-v2 .price-compare-table tbody th {
    width: 138px;
  }
}

/* Price simulator */
.price-sim {
  max-width: 700px;
  margin: 24px auto;
}

.price-sim__frame {
  display: block;
  width: 100%;
  height: 1630px;
  border: none;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

@media (max-width: 767px) {
  .price-sim__frame {
    height: 1860px;
  }
}
