/* =========================================
   P130 Item Detail
   - P20 / inner-pages-header-footer / style.css のトーンに寄せる
   - 前提: body.page-sub.page-p130
========================================= */

.page-p130 {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fa 100%);
  color: var(--color-text-default);
}

.page-p130 .p130-page {
  padding: 16px 0 56px;
}

/* -----------------------------------------
   Hero
----------------------------------------- */
.page-p130 .p130-hero {
  padding: 0 0 16px;
}

.page-p130 .p130-hero__box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 24px;
  border: 3px solid #6f8497;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88) 0%, rgba(244, 249, 252, 0.96) 42%, rgba(232, 241, 247, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 0 0 1px rgba(186, 205, 221, 0.65),
    0 14px 30px rgba(27, 43, 58, 0.14),
    0 4px 12px rgba(27, 43, 58, 0.08);
}

.page-p130 .p130-hero__box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.32) 18%, rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, rgba(130, 161, 187, 0.12) 0%, rgba(130, 161, 187, 0) 34%);
  pointer-events: none;
}

.page-p130 .p130-hero__box::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: calc(var(--radius-lg) - 6px);
  pointer-events: none;
}

.page-p130 .p130-hero__media {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.page-p130 .p130-product-image {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}

.page-p130 .p130-product-image .contain,
.page-p130 .p130-product-image__img {
  display: block;
  width: 100%;
  min-height: 220px;
  aspect-ratio: 1 / 1;
  border: 1px solid #d9e2e8;
  border-radius: var(--radius-md);
  background-color: #fff;
  box-shadow: var(--shadow-sm);
}

.page-p130 .p130-product-image .contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-p130 .p130-product-image__img {
  object-fit: contain;
}

.page-p130 .p130-hero__content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.page-p130 .p130-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--color-brand-primary-soft);
  color: var(--color-brand-primary-hover);
  font-size: var(--font-size-12);
  font-weight: 700;
}

.page-p130 .p130-hero__taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 10px;
}

.page-p130 .p130-hero__taxonomy-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: var(--font-size-12);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.page-p130 .p130-hero__taxonomy-chip--category {
  border: 1px solid #bfd4e6;
  background: #f0f6fb;
  color: #28567e;
}

.page-p130 .p130-hero__taxonomy-chip--maker {
  border: 1px solid #d6dce3;
  background: #f7f9fb;
  color: #435364;
}

.page-p130 a.p130-hero__taxonomy-chip:hover {
  transform: translateY(-1px);
}

.page-p130 a.p130-hero__taxonomy-chip--category:hover {
  border-color: #9fbdd7;
  background: #e8f2f9;
  color: #1f4f78;
}

.page-p130 a.p130-hero__taxonomy-chip--maker:hover {
  border-color: #c7d0d9;
  background: #eef2f6;
  color: #31465a;
}

.page-p130 .p130-hero__taxonomy-chip.is-static {
  cursor: default;
}

.page-p130 .p130-hero__title {
  margin: 0;
  color: var(--color-text-strong);
}

.page-p130 .p130-hero__title-cta {
  margin: 14px 0 0;
}

.page-p130 .p130-hero__title-cta-actions {
  display: grid;
  gap: 10px;
}

.page-p130 .p130-buy-now-form,
.page-p130 .p130-hero__title-cta .kaitori-cart-btn-wrap,
.page-p130 .p130-hero__title-cta .c-button {
  width: 100%;
}

.page-p130 .p130-buy-now-form .c-button,
.page-p130 .p130-hero__title-cta .c-button {
  min-width: 0;
  border-radius: 14px;
}

.page-p130 .p130-hero__title-cta .p130-buy-now-form .c-button--primary {
  background: linear-gradient(180deg, #d0682d 0%, #b6521d 100%);
  border-color: #a94b1c;
  box-shadow: 0 10px 22px rgba(176, 82, 29, 0.2);
}

.page-p130 .p130-hero__title-cta .p130-buy-now-form .c-button--primary:hover {
  background: linear-gradient(180deg, #dd7640 0%, #bf5920 100%);
  border-color: #a3471a;
}

.page-p130 .p130-hero__title-cta .c-button--primary {
  background: var(--color-brand-primary);
}

.page-p130 .p130-hero__title-cta .c-button--primary:hover {
  background: var(--color-brand-primary-hover);
}

@media (min-width: 768px) {
  .page-p130 .p130-hero__title-cta-actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .page-p130 .p130-hero__title-cta-actions > form {
    display: flex;
  }

  .page-p130 .p130-hero__title-cta-actions .c-button,
  .page-p130 .p130-hero__title-cta-actions .js-kaitori-cart-effect {
    min-height: 52px;
  }
}

.page-p130 .p130-hero__lead {
  margin: 10px 0 0;
  font-size: var(--font-size-14);
  line-height: var(--line-height-relaxed);
  color: var(--color-text-muted);
}

.page-p130 .p130-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
}

.page-p130 .p130-meta__item {
  padding: 12px 14px;
  border: 1px solid var(--color-border-default);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.page-p130 .p130-meta__item dt {
  margin: 0 0 6px;
  font-size: var(--font-size-12);
  font-weight: 700;
  color: var(--color-text-muted);
}

.page-p130 .p130-meta__item dd {
  margin: 0;
  font-size: var(--font-size-14);
  line-height: 1.6;
  color: var(--color-text-default);
  word-break: break-word;
}

.page-p130 .p130-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
}

.page-p130 .kaitori-cart-btn-wrap {
  position: relative;
  display: inline-block;
  overflow: visible;
  z-index: 0;
}

.page-p130 .kaitori-cart-btn-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.page-p130 .kaitori-cart-btn-wrap.animating .kaitori-cart-btn-label {
  animation: kaitoriCartBtnPop 0.52s cubic-bezier(.2,.9,.2,1);
}

@keyframes kaitoriCartBtnPop {
  0% { transform: scale(1); }
  20% { transform: scale(0.90); }
  45% { transform: scale(1.08); }
  68% { transform: scale(0.97); }
  100% { transform: scale(1); }
}

.page-p130 .coin {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    inset 0 -2px 0 rgba(140, 93, 0, 0.18),
    0 4px 8px rgba(0, 0, 0, 0.16);
  background:
    radial-gradient(circle at 30% 30%, #fff8c2 0%, #ffe277 30%, #f4be28 64%, #d99500 100%);
}

.page-p130 .coin::after {
  content: "\00a5";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #7a5200;
  font-size: 10px;
  font-weight: 900;
}

.page-p130 .coin.left { animation: coinLeft 0.78s linear forwards; }
.page-p130 .coin.mid { animation: coinMid 0.78s linear forwards; }
.page-p130 .coin.right { animation: coinRight 0.78s linear forwards; }
.page-p130 .coin.late { animation: coinLate 0.92s linear forwards; }

@keyframes coinLeft {
  0% { opacity: 1; transform: translate(0, 0) scale(0.55) rotate(0deg); }
  35% { opacity: 1; transform: translate(-18px, -16px) scale(1) rotate(-90deg); }
  100% { opacity: 0; transform: translate(-42px, -64px) scale(0.84) rotate(-220deg); }
}

@keyframes coinMid {
  0% { opacity: 1; transform: translate(0, 0) scale(0.52) rotate(0deg); }
  42% { opacity: 1; transform: translate(0, -28px) scale(0.98) rotate(-90deg); }
  100% { opacity: 0; transform: translate(0, -74px) scale(0.82) rotate(-180deg); }
}

@keyframes coinRight {
  0% { opacity: 1; transform: translate(0, 0) scale(0.55) rotate(0deg); }
  35% { opacity: 1; transform: translate(18px, -16px) scale(1) rotate(90deg); }
  100% { opacity: 0; transform: translate(42px, -64px) scale(0.84) rotate(220deg); }
}

@keyframes coinLate {
  0% { opacity: 0; transform: translate(0, 0) scale(0.35) rotate(0deg); }
  22% { opacity: 0; }
  34% { opacity: 1; }
  66% { opacity: 1; transform: translate(10px, -22px) scale(0.92) rotate(100deg); }
  100% { opacity: 0; transform: translate(24px, -54px) scale(0.74) rotate(180deg); }
}

.page-p130 .p130-hero__actions .c-button {
  min-width: 160px;
  border-radius: 14px;
}

.page-p130 .p130-hero__actions .c-button--primary,
.page-p130 .p130-cta-box__action .c-button--primary,
.page-p130 .p130-sticky-cta__button .c-button--primary {
  background: var(--color-brand-primary);
}

.page-p130 .p130-hero__actions .c-button--primary:hover,
.page-p130 .p130-cta-box__action .c-button--primary:hover,
.page-p130 .p130-sticky-cta__button .c-button--primary:hover {
  background: var(--color-brand-primary-hover);
}

.page-p130 .p130-hero__actions .c-button--secondary {
  color: #23496c;
  border: 1px solid rgba(47, 95, 143, 0.22);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(245, 250, 255, 0.96) 0%, rgba(233, 243, 251, 0.96) 100%);
  box-shadow: 0 8px 18px rgba(30, 63, 94, 0.08);
}

.page-p130 .p130-hero__actions .c-button--hero-sub {
  min-width: 0;
  padding: 10px 14px;
  font-size: var(--font-size-13);
  line-height: 1.4;
  box-shadow: 0 6px 14px rgba(30, 63, 94, 0.06);
}

.page-p130 .p130-hero__actions .c-button--secondary:hover {
  color: #1b3f61;
  border-color: rgba(47, 95, 143, 0.34);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(225, 239, 250, 0.98) 100%);
  transform: translateY(-1px);
}

.page-p130 .p130-hero__note {
  margin: 10px 0 0;
  font-size: var(--font-size-12);
  line-height: 1.7;
  color: var(--color-text-muted);
}

.page-p130 .p130-related-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px 12px;
  align-items: start;
  margin: 12px 0 0;
}

.page-p130 .p130-related-search__label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  font-size: var(--font-size-12);
  font-weight: 700;
  color: #546476;
  white-space: nowrap;
}

.page-p130 .p130-related-search__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-p130 .p130-related-search__chip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(47, 95, 143, 0.18);
  border-radius: 999px;
  background: rgba(247, 251, 255, 0.94);
  color: #23496c;
  font-size: var(--font-size-12);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.page-p130 .p130-related-search__chip:hover {
  border-color: rgba(47, 95, 143, 0.34);
  background: #ffffff;
  color: #173a5a;
  transform: translateY(-1px);
}

/* -----------------------------------------
   共通セクション箱
----------------------------------------- */
.page-p130 .p130-card-section,
.page-p130 .p130-section,
.page-p130 .p130-price-panel,
.page-p130 .p130-trend-panel,
.page-p130 .p130-cta-box {
  border: 1px solid var(--color-border-default);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #fff 0%, #f7fafc 100%);
  box-shadow: var(--shadow-sm);
}

.page-p130 .p130-card-section,
.page-p130 .p130-section,
.page-p130 .p130-price-panel,
.page-p130 .p130-trend-panel {
  padding: 18px;
}

.page-p130 .p130-section-heading,
.page-p130 .p130-price-panel__head,
.page-p130 .p130-trend-panel__head {
  margin-bottom: 14px;
}

.page-p130 .p130-section-heading__title,
.page-p130 .p130-price-panel__title,
.page-p130 .p130-trend-panel__title {
  position: relative;
  margin: 0;
  padding-left: 14px;
  font-size: var(--font-size-24);
  line-height: 1.3;
  color: var(--color-text-strong);
}

.page-p130 .p130-section-heading__title::before,
.page-p130 .p130-price-panel__title::before,
.page-p130 .p130-trend-panel__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 6px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, #5a86b3 0%, var(--color-brand-primary) 72%, #23496e 100%);
}

/* -----------------------------------------
   参考買取価格
----------------------------------------- */
.page-p130 .p130-price-panel {
  padding-bottom: 16px;
}

.page-p130 .p130-price-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

.page-p130 .p130-price-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid #d6e0ea;
  border-radius: 10px;
  background: linear-gradient(180deg, #f4f8fb 0%, #edf3f7 100%);
}

.page-p130 .p130-price-card__label {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  font-size: var(--font-size-12);
  color: #5f6b76;
  line-height: 1.5;
}

.page-p130 .p130-price-card__value {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: var(--font-size-24);
  line-height: 1.15;
  font-weight: 400;
  color: var(--color-brand-primary);
  letter-spacing: -0.02em;
}

.page-p130 .p130-price-table-wrap {
  overflow: hidden;
  border-radius: 10px;
}

.page-p130 .p130-price-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.page-p130 .p130-price-table th,
.page-p130 .p130-price-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #d9e2e8;
  text-align: left;
  vertical-align: middle;
  font-size: var(--font-size-14);
  line-height: 1.7;
}

.page-p130 .p130-price-table tr:last-child th,
.page-p130 .p130-price-table tr:last-child td {
  border-bottom: 0;
}

.page-p130 .p130-price-table th {
  width: 220px;
  background: #f1f5f8;
  color: #3c4853;
  font-weight: 700;
}

.page-p130 .p130-price-table td {
  background: transparent;
  color: var(--color-text-default);
}

.page-p130 .p130-price-panel__note {
  margin: 12px 0 0;
  font-size: var(--font-size-12);
  line-height: 1.7;
  color: #5f6b76;
}

.page-p130 .p130-price-panel__links {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(214, 224, 234, 0.9);
}

.page-p130 .p130-price-panel__link-text {
  margin: 0;
  font-size: var(--font-size-13);
  line-height: 1.7;
  color: #556779;
}

.page-p130 .p130-price-panel__link-text a {
  color: #23496c;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-p130 .p130-price-panel__link-text a:hover {
  color: #173a5a;
}

/* -----------------------------------------
   価格推移
----------------------------------------- */
.page-p130 .p130-trend-panel__body,
.page-p130 .trend-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 14px;
  align-items: start;
}

.page-p130 .p130-trend-chart-wrap,
.page-p130 .chart-panel {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--color-border-default);
  border-radius: var(--radius-md);
  background: #fff;
}

.page-p130 .p130-trend-chart-wrap canvas,
.page-p130 .chart-wrap canvas {
  display: block;
  width: 100%;
  height: 340px !important;
}

.page-p130 .chart-wrap {
  position: relative;
  min-width: 0;
  height: 340px;
}

.page-p130 .p130-trend-side,
.page-p130 .trend-side {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-p130 .p130-trend-side__heading {
  margin: 0 0 10px;
  text-align: center;
  font-size: var(--font-size-16);
  line-height: 1.7;
  font-weight: 700;
  color: #3c4853;
}

.page-p130 .p130-trend-chip,
.page-p130 .meta-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #d6e0ea;
  border-radius: 9999px;
  background: #fff;
  color: #5f6b76;
  font-size: var(--font-size-14);
}

.page-p130 .p130-trend-text,
.page-p130 .trend-side .muted {
  color: var(--color-text-muted);
  font-size: var(--font-size-14);
  line-height: 1.9;
}

.page-p130 .p130-trend-note,
.page-p130 .tip-box {
  padding: 14px 16px;
  border: 1px solid #c9dcec;
  border-radius: var(--radius-md);
  background: #eef5fb;
  color: #3f566b;
  font-size: var(--font-size-14);
  line-height: 1.85;
}

.page-p130 .p130-trend-note h3,
.page-p130 .tip-box strong {
  display: block;
  margin: 0 0 6px;
  font-size: var(--font-size-16);
  color: var(--color-text-strong);
}

/* -----------------------------------------
   主要スペック
----------------------------------------- */
.page-p130 .p130-spec-sheet,
.page-p130 .sub-table,
.page-p130 .p130-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.page-p130 .p130-spec-sheet__label,
.page-p130 .p130-spec-sheet__value,
.page-p130 .sub-table th,
.page-p130 .sub-table td,
.page-p130 .p130-table th,
.page-p130 .p130-table td {
  padding: 13px 14px;
  border-bottom: 1px solid #d9e2e8;
  text-align: left;
  vertical-align: top;
  font-size: var(--font-size-14);
  line-height: 1.7;
}

.page-p130 .p130-spec-sheet tr:last-child .p130-spec-sheet__label,
.page-p130 .p130-spec-sheet tr:last-child .p130-spec-sheet__value,
.page-p130 .sub-table tr:last-child th,
.page-p130 .sub-table tr:last-child td,
.page-p130 .p130-table tr:last-child th,
.page-p130 .p130-table tr:last-child td {
  border-bottom: 0;
}

.page-p130 .p130-spec-sheet__label,
.page-p130 .sub-table th,
.page-p130 .p130-table th {
  width: 220px;
  background: #f1f5f8;
  color: #3c4853;
  font-weight: 700;
}

.page-p130 .p130-spec-sheet__value,
.page-p130 .sub-table td,
.page-p130 .p130-table td {
  background: transparent;
  color: var(--color-text-default);
}

/* -----------------------------------------
   特徴 / 市場位置づけ
----------------------------------------- */
.page-p130 .p130-feature-grid,
.page-p130 .feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.page-p130 .p130-feature-grid--selling {
  grid-template-columns: 1fr;
}

.page-p130 .p130-feature-block,
.page-p130 .feature-grid > section {
  min-width: 0;
}

.page-p130 .p130-feature-block--selling {
  width: 100%;
}

.page-p130 .p130-feature-block__body,
.page-p130 .feature-block__body,
.page-p130 .p130-panel,
.page-p130 .p130-content {
  color: var(--color-text-default);
  font-size: var(--font-size-14);
  line-height: 1.9;
}

.page-p130 .p130-feature-block__body p,
.page-p130 .feature-block__body p,
.page-p130 .p130-panel p,
.page-p130 .p130-content p {
  margin: 0 0 10px;
}

.page-p130 .p130-feature-block__body p:last-child,
.page-p130 .feature-block__body p:last-child,
.page-p130 .p130-panel p:last-child,
.page-p130 .p130-content p:last-child {
  margin-bottom: 0;
}

.page-p130 .p130-feature-block__lead {
  margin: 0 0 12px;
  color: var(--color-text-muted);
}

.page-p130 .p130-feature-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-p130 .p130-feature-list li {
  position: relative;
  margin: 0;
  padding: 0 0 0 18px;
}

.page-p130 .p130-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #5a86b3 0%, #2f5f8f 100%);
  transform: translateY(-50%);
}

.page-p130 .p130-market-position-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(116, 154, 193, 0.12), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.page-p130 .p130-market-position-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #5a86b3 0%, #2f5f8f 100%);
}

.page-p130 .p130-market-position-panel__body {
  padding-left: 4px;
}

/* -----------------------------------------
   査定上下条件
----------------------------------------- */
.page-p130 .p130-condition-grid,
.page-p130 .condition-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.page-p130 .p130-assessment-panel {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(205, 226, 242, 0.45), transparent 38%),
    linear-gradient(180deg, #fbfdff 0%, #f6f9fc 100%);
}

.page-p130 .p130-assessment-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #52779b 0%, #8db3d1 100%);
}

.page-p130 .p130-condition-lead,
.page-p130 .p130-condition-note {
  color: var(--color-text-default);
  font-size: var(--font-size-14);
  line-height: 1.8;
}

.page-p130 .p130-condition-lead {
  margin: 0 0 16px;
  padding: 14px 16px;
  border: 1px solid rgba(125, 158, 184, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(63, 86, 107, 0.05);
}

.page-p130 .p130-condition-note {
  margin: 16px 0 0;
  padding: 12px 14px 0;
  border-top: 1px dashed rgba(110, 132, 151, 0.35);
  color: #5e6a74;
}

.page-p130 .p130-condition-box,
.page-p130 .condition-box {
  padding: 14px;
  border: 1px solid var(--color-border-default);
  border-radius: var(--radius-md);
  background: #fff;
}

.page-p130 .p130-condition-box__title,
.page-p130 .condition-box__title {
  margin: 0 0 10px;
  font-size: var(--font-size-16);
  color: var(--color-text-strong);
  font-weight: 700;
}

.page-p130 .p130-score-list,
.page-p130 .score-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-p130 .p130-score-list li,
.page-p130 .score-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  font-size: var(--font-size-14);
  line-height: 1.7;
}

.page-p130 .p130-score-list li:last-child,
.page-p130 .score-list li:last-child {
  margin-bottom: 0;
}

.page-p130 .p130-score-list--assessment {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.page-p130 .p130-score-list--assessment li {
  position: relative;
  display: block;
  margin: 0;
  padding: 14px 16px 14px 42px;
  border: 1px solid rgba(125, 158, 184, 0.24);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 26px rgba(63, 86, 107, 0.06);
}

.page-p130 .p130-score-list--assessment li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 16px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #6f97bb 0%, #4e7598 100%);
  box-shadow: 0 0 0 4px rgba(111, 151, 187, 0.16);
}

.page-p130 .p130-score-list--assessment .p130-score-list__label {
  display: block;
  color: #33414f;
  font-weight: 600;
  line-height: 1.75;
}

.page-p130 .p130-score-list__label,
.page-p130 .score-list__label {
  color: var(--color-text-default);
}

.page-p130 .p130-score-list__value,
.page-p130 .score-list__value {
  white-space: nowrap;
  font-weight: 700;
}

.page-p130 .p130-score-list--plus .p130-score-list__value,
.page-p130 .score-list--plus .score-list__value {
  color: var(--color-success);
}

.page-p130 .p130-score-list--minus .p130-score-list__value,
.page-p130 .score-list--minus .score-list__value {
  color: var(--color-danger);
}

/* -----------------------------------------
   リスト系
----------------------------------------- */
.page-p130 .p130-list,
.page-p130 .list {
  margin: 0;
  padding-left: 1.2em;
  color: var(--color-text-default);
  font-size: var(--font-size-14);
}

.page-p130 .p130-list li,
.page-p130 .list li {
  margin-bottom: 8px;
  line-height: 1.85;
}

.page-p130 .p130-list li:last-child,
.page-p130 .list li:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------
   FAQ
----------------------------------------- */
.page-p130 .p130-faq__item,
.page-p130 .faq-item {
  border: 1px solid var(--color-border-default);
  border-radius: var(--radius-md);
  background: #fff;
  overflow: hidden;
}

.page-p130 .p130-faq__item + .p130-faq__item,
.page-p130 .faq-item + .faq-item {
  margin-top: 12px;
}

.page-p130 .p130-faq__button,
.page-p130 .faq-question {
  appearance: none;
  width: 100%;
  border: 0;
  background: #fff;
  padding: 16px 52px 16px 16px;
  text-align: left;
  font: inherit;
  font-size: var(--font-size-14);
  font-weight: 700;
  color: var(--color-text-strong);
  cursor: pointer;
  position: relative;
  line-height: 1.75;
}

.page-p130 .p130-faq__button::before,
.page-p130 .p130-faq__button::after,
.page-p130 .faq-question::before,
.page-p130 .faq-question::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: var(--color-brand-primary);
  border-radius: 999px;
  transform: translateY(-50%);
  transition: .2s ease;
}

.page-p130 .p130-faq__button::after,
.page-p130 .faq-question::after {
  transform: translateY(-50%) rotate(90deg);
}

.page-p130 .p130-faq__item.is-open .p130-faq__button::after,
.page-p130 .faq-item.is-open .faq-question::after {
  transform: translateY(-50%) rotate(0deg);
}

.page-p130 .p130-faq__answer,
.page-p130 .faq-answer {
  display: none;
  padding: 0 16px 16px;
  color: var(--color-text-muted);
  font-size: var(--font-size-14);
  line-height: 1.9;
}

.page-p130 .p130-faq__item.is-open .p130-faq__answer,
.page-p130 .faq-item.is-open .faq-answer {
  display: block;
}

/* -----------------------------------------
   CTA
----------------------------------------- */
.page-p130 .p130-cta-box,
.page-p130 .cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border: 1px solid #d6e0ea;
  border-radius: var(--radius-lg);
  background: linear-gradient(90deg, #f7fafc 0%, #eef5fb 100%);
  box-shadow: var(--shadow-sm);
}

.page-p130 .p130-cta-box__content {
  min-width: 0;
}

.page-p130 .p130-cta-box__content .c-heading-2 {
  margin: 0 0 8px;
}

.page-p130 .p130-cta-box__content p,
.page-p130 .cta p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: var(--font-size-14);
  line-height: 1.8;
}

.page-p130 .p130-cta-box__action,
.page-p130 .cta-btn-wrap {
  flex-shrink: 0;
}

.page-p130 .p130-cta-box__action .c-button {
  min-width: 220px;
}

.page-p130 .p130-cta-box--primary {
  position: relative;
  gap: 24px;
  padding: 28px;
  border: 1px solid #d3dfeb;
  background:
    radial-gradient(circle at top right, rgba(87, 148, 197, 0.18), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f4f9fd 54%, #edf4fb 100%);
  box-shadow: 0 18px 38px rgba(60, 95, 125, 0.14);
}

.page-p130 .p130-cta-box--primary::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(180deg, #2f5f8f 0%, #4b8c84 100%);
}

.page-p130 .p130-cta-box--primary .p130-cta-box__content {
  padding-left: 6px;
}

.page-p130 .p130-cta-box--primary .p130-cta-box__action {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.page-p130 .p130-cta-box__action-buttons {
  display: grid;
  gap: 10px;
  width: 100%;
}

.page-p130 .p130-cta-box__action .p130-buy-now-form {
  width: 100%;
}

.page-p130 .p130-cta-box__action .kaitori-cart-btn-wrap {
  width: 100%;
}

.page-p130 .p130-cta-box__action .p130-buy-now-form .c-button,
.page-p130 .p130-cta-box__action .kaitori-cart-btn-wrap .c-button {
  width: 100%;
}

@media (min-width: 768px) {
  .page-p130 .p130-cta-box__action-buttons {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .page-p130 .p130-cta-box__action-buttons > form {
    display: flex;
  }
}

.page-p130 .p130-cta-box__action .p130-buy-now-form .c-button--trust {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  background: linear-gradient(180deg, #d0682d 0%, #b6521d 100%);
  border-color: #a94b1c;
  box-shadow: 0 10px 22px rgba(176, 82, 29, 0.2);
}

.page-p130 .p130-cta-box__action .p130-buy-now-form .c-button--trust:hover {
  background: linear-gradient(180deg, #dd7640 0%, #bf5920 100%);
  border-color: #a3471a;
}

/* -----------------------------------------
   スティッキーCTA
----------------------------------------- */
.page-p130 .p130-sticky-cta,
.page-p130 .sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid #d6e0ea;
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(120%);
  transition: transform .24s ease;
}

.page-p130 .p130-sticky-cta.is-visible,
.page-p130 .sticky-cta.is-visible {
  transform: translateY(0);
}

.page-p130 .p130-sticky-cta__inner,
.page-p130 .sticky-cta__inner {
  width: min(calc(100% - 8px), var(--layout-max-width));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.page-p130 .p130-sticky-cta__meta,
.page-p130 .sticky-cta__meta {
  min-width: 0;
  flex: none;
}

.page-p130 .p130-sticky-cta__buttons,
.page-p130 .sticky-cta__buttons {
  display: flex;
  align-items: center;
  width: auto;
  gap: 2px;
  justify-content: center;
}

.page-p130 .p130-sticky-cta__form,
.page-p130 .sticky-cta__form,
.page-p130 .p130-sticky-cta__button .kaitori-cart-btn-wrap,
.page-p130 .sticky-cta__button .kaitori-cart-btn-wrap {
  width: auto;
}

.page-p130 .p130-sticky-cta__button,
.page-p130 .sticky-cta__button {
  display: flex;
  justify-content: center;
}

.page-p130 .p130-sticky-cta__title,
.page-p130 .sticky-cta__title {
  margin: 0 0 2px;
  font-size: var(--font-size-14);
  font-weight: 700;
  color: var(--color-text-strong);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-p130 .p130-sticky-cta__note,
.page-p130 .sticky-cta__note {
  margin: 0;
  font-size: var(--font-size-12);
  color: var(--color-text-muted);
}

.page-p130 .p130-sticky-cta__button .c-button,
.page-p130 .sticky-cta__button .c-button {
  min-width: 0;
  min-height: 42px;
}

.page-p130 .p130-sticky-cta__form .c-button--primary,
.page-p130 .sticky-cta__form .c-button--primary {
  background: linear-gradient(180deg, #d0682d 0%, #b6521d 100%);
  border-color: #a94b1c;
  box-shadow: 0 10px 22px rgba(176, 82, 29, 0.2);
}

.page-p130 .p130-sticky-cta__form .c-button--primary:hover,
.page-p130 .sticky-cta__form .c-button--primary:hover {
  background: linear-gradient(180deg, #dd7640 0%, #bf5920 100%);
  border-color: #a3471a;
}

.page-p130 .p130-back-to-top {
  position: fixed;
  right: 18px;
  bottom: 108px;
  z-index: 79;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(47, 95, 143, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #244a6d;
  box-shadow: 0 10px 24px rgba(32, 58, 82, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.page-p130 .p130-back-to-top:hover {
  border-color: rgba(47, 95, 143, 0.34);
  background: #ffffff;
}

.page-p130 .p130-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.page-p130 .p130-back-to-top.has-search-sticky {
  bottom: 164px;
}

.page-p130 .p130-back-to-top.has-sticky-cta {
  bottom: 156px;
}

.page-p130 .p130-back-to-top.has-search-sticky.has-sticky-cta {
  bottom: 208px;
}

.page-p130 .p130-back-to-top__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  font-size: 0;
  line-height: 0;
}

.page-p130 .p130-back-to-top__icon::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(1px) rotate(-45deg);
  transform-origin: center;
}

.page-p130 .p130-back-to-top__label {
  font-size: var(--font-size-12);
  line-height: 1;
  font-weight: 700;
}

/* -----------------------------------------
   補助
----------------------------------------- */
.page-p130 .muted {
  color: var(--color-text-muted);
  font-size: var(--font-size-13);
  line-height: 1.8;
}

.page-p130 .p130-anchor-offset {
  scroll-margin-top: 110px;
}

/* -----------------------------------------
   Responsive
----------------------------------------- */
@media (max-width: 959px) {
  .page-p130 .p130-hero__box {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .page-p130 .p130-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-p130 .p130-trend-panel__body,
  .page-p130 .trend-layout,
  .page-p130 .p130-feature-grid,
  .page-p130 .feature-grid,
  .page-p130 .p130-condition-grid,
  .page-p130 .condition-grid {
    grid-template-columns: 1fr;
  }

  .page-p130 .p130-cta-box,
  .page-p130 .cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .page-p130 .p130-page {
    padding: 16px 0 40px;
  }

  .page-p130 .p130-hero__box {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px;
  }

  .page-p130 .p130-product-image {
    max-width: 220px;
  }

  .page-p130 .p130-product-image .contain {
    min-height: 220px;
  }

  .page-p130 .p130-meta {
    grid-template-columns: 1fr;
  }

  .page-p130 .p130-price-summary {
    grid-template-columns: 1fr;
  }

  .page-p130 .p130-trend-chart-wrap,
  .page-p130 .chart-panel {
    padding: 12px 10px;
  }

  .page-p130 .chart-wrap {
    height: 280px;
  }

  .page-p130 .p130-trend-chart-wrap canvas,
  .page-p130 .chart-wrap canvas {
    height: 280px !important;
  }

  .page-p130 .p130-card-section,
  .page-p130 .p130-section,
  .page-p130 .p130-price-panel,
  .page-p130 .p130-trend-panel {
    padding: 16px 14px 18px;
  }

  .page-p130 .p130-section-heading__title,
  .page-p130 .p130-price-panel__title,
  .page-p130 .p130-trend-panel__title {
    font-size: 22px;
  }

  .page-p130 .p130-price-table,
  .page-p130 .p130-price-table tbody,
  .page-p130 .p130-price-table tr,
  .page-p130 .p130-price-table th,
  .page-p130 .p130-price-table td,
  .page-p130 .p130-spec-sheet,
  .page-p130 .p130-spec-sheet tbody,
  .page-p130 .p130-spec-sheet tr,
  .page-p130 .p130-spec-sheet th,
  .page-p130 .p130-spec-sheet td,
  .page-p130 .sub-table,
  .page-p130 .sub-table tbody,
  .page-p130 .sub-table tr,
  .page-p130 .sub-table th,
  .page-p130 .sub-table td,
  .page-p130 .p130-table,
  .page-p130 .p130-table tbody,
  .page-p130 .p130-table tr,
  .page-p130 .p130-table th,
  .page-p130 .p130-table td {
    display: block;
    width: 100%;
  }

  .page-p130 .p130-price-table tr,
  .page-p130 .p130-spec-sheet tr,
  .page-p130 .sub-table tr,
  .page-p130 .p130-table tr {
    border-bottom: 1px solid #d9e2e8;
  }

  .page-p130 .p130-price-table tr:last-child,
  .page-p130 .p130-spec-sheet tr:last-child,
  .page-p130 .sub-table tr:last-child,
  .page-p130 .p130-table tr:last-child {
    border-bottom: 0;
  }

  .page-p130 .p130-price-table th,
  .page-p130 .p130-price-table td,
  .page-p130 .p130-spec-sheet th,
  .page-p130 .p130-spec-sheet td,
  .page-p130 .sub-table th,
  .page-p130 .sub-table td,
  .page-p130 .p130-table th,
  .page-p130 .p130-table td {
    border: 0;
    padding: 9px 8px;
  }

  .page-p130 .p130-price-table th,
  .page-p130 .p130-spec-sheet th,
  .page-p130 .sub-table th,
  .page-p130 .p130-table th {
    width: auto;
    padding-bottom: 0;
    background: transparent;
  }

  .page-p130 .p130-price-table td,
  .page-p130 .p130-spec-sheet td,
  .page-p130 .sub-table td,
  .page-p130 .p130-table td {
    padding-top: 4px;
  }

  .page-p130 .p130-score-list--assessment {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .page-p130 .p130-score-list--assessment li {
    padding: 13px 14px 13px 40px;
  }

  .page-p130 .p130-hero__actions .c-button,
  .page-p130 .p130-hero__actions .kaitori-cart-btn-wrap,
  .page-p130 .p130-cta-box__action,
  .page-p130 .p130-cta-box__action .kaitori-cart-btn-wrap,
  .page-p130 .p130-cta-box__action .c-button {
    width: 100%;
    min-width: 0;
  }

  .page-p130 .p130-back-to-top {
    left: auto;
    right: 12px;
    bottom: 112px;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }

  .page-p130 .p130-back-to-top.has-search-sticky {
    bottom: 112px;
  }

  .page-p130 .p130-back-to-top.has-sticky-cta {
    bottom: 112px;
  }

  .page-p130 .p130-back-to-top.has-search-sticky.has-sticky-cta {
    bottom: 112px;
  }

  .page-p130 .p130-back-to-top__label {
    display: none;
  }

  .page-p130 .p130-back-to-top__icon {
    width: 16px;
    height: 16px;
  }

  body.page-p130 {
    padding-bottom: 88px;
  }
}

@media (min-width: 768px) {
  .page-p130 .p130-sticky-cta,
  .page-p130 .sticky-cta {
    padding: 8px 14px 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 251, 254, 0.95) 100%);
    border-top: 1px solid rgba(214, 224, 234, 0.9);
    box-shadow: 0 -10px 26px rgba(18, 33, 49, 0.08);
  }

  .page-p130 .p130-sticky-cta__inner,
  .page-p130 .sticky-cta__inner {
    width: min(calc(100% - 20px), 1080px);
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .page-p130 .p130-sticky-cta__title,
  .page-p130 .sticky-cta__title {
    font-size: var(--font-size-13);
  }

  .page-p130 .p130-sticky-cta__note,
  .page-p130 .sticky-cta__note {
    font-size: 11px;
  }

  .page-p130 .p130-sticky-cta__button .c-button,
  .page-p130 .sticky-cta__button .c-button {
    min-width: 0;
    min-height: 40px;
    font-size: 13px;
  }

  .page-p130 .p130-sticky-cta__buttons,
  .page-p130 .sticky-cta__buttons {
    min-width: 0;
    gap: 4px;
    justify-content: end;
  }

  .page-p130 .p130-sticky-cta__button,
  .page-p130 .sticky-cta__button {
    margin-left: auto;
    justify-content: flex-end;
  }

  .page-p130 .p130-back-to-top {
    bottom: 28px;
  }

  .page-p130 .p130-back-to-top.has-search-sticky {
    bottom: 118px;
  }

  .page-p130 .p130-back-to-top.has-sticky-cta {
    bottom: 96px;
  }

  .page-p130 .p130-back-to-top.has-search-sticky.has-sticky-cta {
    bottom: 156px;
  }
}

/* -----------------------------------------
   簡易査定シミュレーター
----------------------------------------- */
.page-p130 .simulator {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}

.page-p130 .simulator__lead {
  margin: 0 0 12px;
  font-size: var(--font-size-13);
  line-height: 1.7;
  color: #617485;
}

.page-p130 .sim-scene-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.page-p130 .sim-scene-button {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid #cdd9e5;
  border-radius: 999px;
  background: #fff;
  color: #35506b;
  font-size: var(--font-size-13);
  font-weight: 700;
  line-height: 1.4;
  box-shadow: var(--shadow-sm);
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.page-p130 .sim-scene-button:hover {
  border-color: #95b0ca;
  background: #f6fbff;
  transform: translateY(-1px);
}

.page-p130 .sim-scene-button.is-active {
  border-color: #2f5f8f;
  background: linear-gradient(180deg, #2f5f8f 0%, #4777a8 100%);
  color: #fff;
  box-shadow: 0 14px 24px rgba(47, 95, 143, 0.22);
}

.page-p130 .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.page-p130 .field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.page-p130 .field label {
  font-size: var(--font-size-13);
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-text-default);
}

.page-p130 .field select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #d8e1ea;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  color: var(--color-text-default);
  font-size: var(--font-size-14);
  line-height: 1.5;
  outline: none;
  box-shadow: var(--shadow-sm);
}

.page-p130 .field select:focus {
  border-color: var(--color-brand-primary);
  box-shadow: 0 0 0 3px rgba(47, 95, 143, 0.12);
}

.page-p130 .sim-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 22px 20px;
  border: 1px solid #d6e0ea;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(87, 148, 197, 0.18), transparent 36%),
    linear-gradient(180deg, #f7fafc 0%, #eef5fb 100%);
  box-shadow: 0 18px 34px rgba(74, 106, 132, 0.12);
}

.page-p130 .sim-result__label {
  margin: 0;
  font-size: var(--font-size-13);
  font-weight: 700;
  line-height: 1.6;
  color: #556779;
}

.page-p130 .sim-price {
  margin: 10px 0 14px;
  font-size: var(--font-size-24);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--color-brand-primary);
}

.page-p130 .sim-result__notes {
  display: grid;
  gap: 8px;
}

.page-p130 .sim-result__note {
  margin: 0;
  font-size: var(--font-size-12);
  line-height: 1.7;
  color: #5e6f7f;
}

/* -----------------------------------------
   Responsive: simulator
----------------------------------------- */
@media (max-width: 767px) {
  .page-p130 .simulator {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .page-p130 .simulator__lead {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.6;
  }

  .page-p130 .sim-scene-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 10px;
  }

  .page-p130 .sim-scene-button {
    width: 100%;
    min-height: 38px;
    padding: 8px 10px;
    justify-content: center;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }

  .page-p130 .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .page-p130 .field {
    gap: 4px;
  }

  .page-p130 .field label {
    font-size: 11px;
    line-height: 1.35;
  }

  .page-p130 .field select {
    min-height: 40px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.35;
  }

  .page-p130 .sim-result {
    padding: 14px 14px;
    border-radius: 14px;
  }

  .page-p130 .sim-result__label {
    font-size: 12px;
    line-height: 1.4;
  }

  .page-p130 .sim-price {
    margin: 6px 0 8px;
    font-size: 22px;
  }

  .page-p130 .sim-result__notes {
    gap: 4px;
  }

  .page-p130 .sim-result__note {
    font-size: 11px;
    line-height: 1.5;
  }
}
/* -----------------------------------------
   故障・欠品時の査定目安
----------------------------------------- */
.page-p130 .three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.page-p130 .mini-card {
  padding: 15px;
  border: 1px solid var(--color-border-default);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.page-p130 .mini-card h3 {
  margin: 0 0 8px;
  font-size: var(--font-size-16);
  line-height: 1.6;
  color: var(--color-text-strong);
}

.page-p130 .mini-card__value {
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.2;
  font-weight: 700;
  color: var(--color-brand-primary);
}

@media (max-width: 959px) {
  .page-p130 .three {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .page-p130 .three {
    grid-template-columns: 1fr;
  }
}
/* -----------------------------------------
   関連トピック
----------------------------------------- */
.page-p130 .p130-topic-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-p130 .p130-topic-item {
  padding: 14px 16px;
  border: 1px solid var(--color-border-default);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.page-p130 .p130-topic-title {
  font-size: var(--font-size-14);
  font-weight: 700;
  color: var(--color-text-strong);
  line-height: 1.7;
  margin-bottom: 4px;
}

.page-p130 .p130-topic-meta {
  font-size: var(--font-size-12);
  color: var(--color-text-muted);
}
/* =========================================
   CTA強化（信頼型）
========================================= */

.page-p130 .p130-cta-title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  color: #1f3042;
}

.page-p130 .p130-cta-lead {
  font-size: 14px;
  line-height: 1.8;
  color: #516273;
  margin-bottom: 12px;
}

.page-p130 .p130-cta-points {
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
  color: #5b6d7d;
  line-height: 1.8;
}

.page-p130 .p130-cta-points li {
  margin-bottom: 6px;
}

/* CTAボタン（信頼系カラー） */
.page-p130 .c-button--trust {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 52px;

  background: #1e3a5f;
  color: #fff;
  border-radius: 999px;

  font-weight: 700;
  font-size: 15px;

  box-shadow: 0 6px 16px rgba(30,58,95,0.25);
  transition: .2s;
}

.page-p130 .c-button--trust:hover {
  background: #162c48;
  transform: translateY(-1px);
}

/* 補足 */
.page-p130 .p130-cta-note {
  margin: 0;
  font-size: 12px;
  color: #647687;
}

/* SP */
@media (max-width: 767px) {
  .page-p130 .p130-cta-box--primary {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 18px;
  }

  .page-p130 .p130-cta-box--primary .p130-cta-box__action {
    width: 100%;
    align-items: stretch;
  }

  .page-p130 .c-button--trust {
    width: 100%;
  }
}
/* -----------------------------------------
   価格推移と買取相場推移
----------------------------------------- */
.page-p130 .p130-trend-note,
.page-p130 .tip-box {
  border: 1px solid #c9dcec;
  background: #eef5fb;
  color: #3f566b;
}

.page-p130 .p130-trend-note h3,
.page-p130 .tip-box strong {
  color: var(--color-text-strong);
}

/* -----------------------------------------
   減点されやすい要素
----------------------------------------- */
.page-p130 .p130-score-list--minus .p130-score-list__value,
.page-p130 .score-list--minus .score-list__value {
  color: #7a7065;
}
/* =========================================
   P130 検索状態バー
========================================= */
.item-search-context {
  margin: 0 0 20px;
  border: 1px solid #d7dee8;
  border-radius: 12px;
  background: #f7f9fc;
  overflow: hidden;
}

.item-search-context__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
}

.item-search-context__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.item-search-context__label {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #e8eef6;
  color: #35506b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.item-search-context__keyword {
  min-width: 0;
  color: #1f2d3d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-search-context__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.item-search-context__back,
.item-search-context__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.item-search-context__back {
  border: 1px solid #c8d3e0;
  background: #ffffff;
  color: #234;
}

.item-search-context__back:hover {
  background: #f1f5f9;
}

.item-search-context__toggle {
  border: 1px solid #35506b;
  background: #35506b;
  color: #fff;
  cursor: pointer;
}

.item-search-context__toggle:hover {
  background: #2d445b;
  border-color: #2d445b;
}

.item-search-context__form-wrap {
  border-top: 1px solid #d7dee8;
  padding: 14px 16px 16px;
  background: #fff;
}

.item-search-context__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.item-search-context__form input[type="search"] {
  width: 100%;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #c8d3e0;
  border-radius: 10px;
  background: #fff;
  color: #1f2d3d;
  font-size: 14px;
}

.item-search-context__form input[type="search"]:focus {
  outline: none;
  border-color: #4e7aa7;
  box-shadow: 0 0 0 3px rgba(78, 122, 167, 0.14);
}

.item-search-context__form button {
  height: 44px;
  padding: 0 16px;
  border: 1px solid #35506b;
  border-radius: 10px;
  background: #35506b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

/* =========================================
   P130 上部リンクバー
========================================= */
.page-p130 .p130-top-link-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-120%);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.page-p130 .p130-top-link-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  overflow: hidden;
  background: #2f5f8f;
  box-shadow: 0 2px 10px rgba(27, 63, 107, 0.14);
  backdrop-filter: none;
}

.page-p130 .p130-top-link-bar__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 32px;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.page-p130 .p130-top-link-bar__link:last-child {
  border-right: 0;
}

.page-p130 .p130-top-link-bar__link:hover {
  background: #3a709f;
  color: #ffffff;
}

.page-p130 .p130-top-link-bar__link--back {
  color: #ffffff;
}

.page-p130 .p130-top-link-bar__link--search {
  background: rgba(255, 255, 255, 0.06);
}

.page-p130 .p130-top-link-bar__link--category {
  background: transparent;
}

.page-p130 .p130-top-link-bar__link--maker {
  background: rgba(0, 0, 0, 0.04);
}

.page-p130 .p130-top-link-bar__link.is-static {
  cursor: default;
}

.page-p130 .p130-top-link-bar.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* =========================================
   Responsive
========================================= */
@media (max-width: 767px) {
  .item-search-context {
    margin-bottom: 16px;
  }

  .item-search-context__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .item-search-context__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .item-search-context__keyword {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .item-search-context__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .item-search-context__back,
  .item-search-context__toggle {
    width: 100%;
  }

  .item-search-context__form {
    grid-template-columns: 1fr;
  }

  .page-p130 .p130-related-search {
    grid-template-columns: 1fr;
  }

  .page-p130 .p130-top-link-bar {
    top: 0;
  }

  .page-p130 .p130-top-link-bar__inner {
    max-width: none;
    border-radius: 0;
  }

  .page-p130 .p130-top-link-bar__link {
    min-height: 28px;
    padding: 0 6px;
    font-size: 11px;
  }
}
