/* =========================================================
   NODE BASE LP Custom CSS
   整理版 / 2026
========================================================= */


/* =========================================================
   Header
========================================================= */

.p-header {
  background: #ffffff !important;
}


/* =========================================================
   Main Visual
========================================================= */

.p-mv__text--renewal {
  position: relative !important;
  z-index: 3 !important;
  width: min(760px, calc(100% - 48px)) !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 36px 40px !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18) !important;
  color: #102033 !important;
  text-align: left !important;
  transform: none !important;
}

.p-mv__eyebrow {
  display: inline-block !important;
  margin: 0 0 14px !important;
  padding: 8px 18px !important;
  border-radius: 999px !important;
  background: #eaf4ff !important;
  color: #006fc4 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.03em !important;
}

.p-mv__title.p-mv__title--renewal {
  margin: 0 !important;
  text-align: left !important;
  line-height: 1.2 !important;
}

.p-mv__title-main {
  display: block !important;
  color: #0b2343 !important;
  font-size: clamp(34px, 4.4vw, 58px) !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: 0.01em !important;
}

.p-mv__title-sub {
  display: block !important;
  margin-top: 14px !important;
  color: #0072bc !important;
  font-size: clamp(22px, 2.2vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.01em !important;
}

.p-mv__desc.p-mv__desc--renewal {
  margin: 20px 0 0 !important;
  color: #334155 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.9 !important;
  text-align: left !important;
}

.p-mv__points {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 22px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.p-mv__points li {
  display: inline-flex !important;
  align-items: center !important;
  padding: 10px 16px !important;
  border: 1px solid #d5e7f8 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #102033 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.p-mv__points li::before {
  content: "✓" !important;
  margin-right: 7px !important;
  color: #0072bc !important;
  font-weight: 800 !important;
}

.p-mv__coupon-note {
  margin: 14px 0 0 !important;
  color: #64748b !important;
  font-size: 12px !important;
  line-height: 1.7 !important;
  text-align: left !important;
}


/* =========================================================
   Main Visual PC Scroll List
   260pxカード / メーカー・型番・用途・価格表示
========================================================= */

.p-mv .p-mv__swiper--catalog {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  padding: 12px 0 28px !important;
  box-sizing: border-box !important;
}

.p-mv .p-mv__pc-scroll {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: thin !important;
  padding: 12px 28px 24px !important;
  scroll-padding-left: 28px !important;
  box-sizing: border-box !important;
}

.p-mv .p-mv__pc-track {
  display: flex !important;
  align-items: stretch !important;
  gap: 26px !important;
  width: max-content !important;
  min-width: 100% !important;
  transform: none !important;
  transition: none !important;
  box-sizing: border-box !important;
}

/* 260px固定 */
.p-mv .p-mv__pc-item {
  flex: 0 0 260px !important;
  width: 260px !important;
  max-width: 260px !important;
  min-width: 260px !important;
  height: auto !important;
  box-sizing: border-box !important;
}

.p-mv .p-mv__pc-item .p-mv__card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 370px !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  overflow: hidden !important;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    filter 0.22s ease !important;
  will-change: transform !important;
}

/* 画像は上部にコンパクト表示 */
.p-mv .p-mv__pc-item .p-mv__card-img {
  position: static !important;
  width: 100% !important;
  height: 96px !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 18px 18px 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

.p-mv .p-mv__pc-item .p-mv__card-img img {
  display: block !important;
  width: auto !important;
  max-width: 170px !important;
  max-height: 78px !important;
  height: auto !important;
  object-fit: contain !important;
  transition: transform 0.22s ease !important;
  will-change: transform !important;
}

/* 中身 */
.p-mv .p-mv__pc-item .p-mv__card-content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  padding: 14px 18px 20px !important;
}

/* プランラベル */
.p-mv .p-mv__pc-item .p-mv__plan-label {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-width: 62px !important;
  margin: 0 0 12px !important;
  padding: 5px 11px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #111827 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.04em !important;
  text-shadow: none !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24) !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
}

.p-mv .p-mv__pc-item .p-mv__plan-label--entry {
  background: #ffedd5 !important;
  color: #9a3412 !important;
}

.p-mv .p-mv__pc-item .p-mv__plan-label--standard {
  background: #ffe4e6 !important;
  color: #9f1239 !important;
}

.p-mv .p-mv__pc-item .p-mv__plan-label--highspec {
  background: #dbeafe !important;
  color: #1d4ed8 !important;
}

.p-mv .p-mv__pc-item .p-mv__plan-label--creator {
  background: #ede9fe !important;
  color: #6d28d9 !important;
}

/* メーカー・型番 */
.p-mv .p-mv__pc-item .p-mv__card-name {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 24px !important;
  line-height: 1.14 !important;
  font-weight: 900 !important;
  letter-spacing: 0.01em !important;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.58) !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

/* 用途 */
.p-mv .p-mv__purpose {
  margin-top: 16px !important;
}

.p-mv .p-mv__purpose-label {
  display: inline-block !important;
  margin-bottom: 6px !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.06em !important;
}

.p-mv .p-mv__purpose-text {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: 12px !important;
  line-height: 1.58 !important;
  font-weight: 800 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5) !important;
}

/* 旧説明文が残っても非表示 */
.p-mv .p-mv__pc-item .p-mv__card-spec {
  display: none !important;
}

/* 下部価格 */
.p-mv .p-mv__price-block {
  margin-top: auto !important;
  padding-top: 18px !important;
}

.p-mv .p-mv__price-label {
  display: block !important;
  margin-bottom: 4px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.04em !important;
}

.p-mv .p-mv__price-value {
  display: block !important;
  color: #ffffff !important;
  font-size: 40px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
  letter-spacing: -0.04em !important;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.58) !important;
}

.p-mv .p-mv__price-value .u-en {
  font-size: 1.12em !important;
  letter-spacing: -0.05em !important;
}

/* 旧価格classが残っても崩れないように */
.p-mv .p-mv__pc-item .p-mv__card-price {
  display: none !important;
}

/* hoverで少し拡大 */
@media (hover: hover) and (pointer: fine) {
  .p-mv .p-mv__pc-item .p-mv__card:hover {
    transform: translateY(-5px) scale(1.025) !important;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32) !important;
    border-color: rgba(255, 255, 255, 0.9) !important;
    filter: brightness(1.05) !important;
  }

  .p-mv .p-mv__pc-item .p-mv__card:hover .p-mv__card-img img {
    transform: scale(1.04) !important;
  }
}

/* スクロールバー */
.p-mv .p-mv__pc-scroll::-webkit-scrollbar {
  height: 8px !important;
}

.p-mv .p-mv__pc-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.12) !important;
  border-radius: 999px !important;
}

.p-mv .p-mv__pc-scroll::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.42) !important;
  border-radius: 999px !important;
}

.p-mv__scroll-hint {
  margin: 8px 0 0 !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 12px !important;
  text-align: center !important;
}

/* タブレット */
@media screen and (max-width: 900px) {
  .p-mv .p-mv__pc-scroll {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .p-mv .p-mv__pc-track {
    gap: 18px !important;
  }

  .p-mv .p-mv__pc-item {
    flex: 0 0 250px !important;
    width: 250px !important;
    max-width: 250px !important;
    min-width: 250px !important;
  }

  .p-mv .p-mv__pc-item .p-mv__card {
    min-height: 360px !important;
  }

  .p-mv .p-mv__pc-item .p-mv__card-name {
    font-size: 23px !important;
  }

  .p-mv .p-mv__price-value {
    font-size: 38px !important;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .p-mv .p-mv__swiper--catalog {
    padding: 8px 0 22px !important;
  }

  .p-mv .p-mv__pc-scroll {
    padding: 8px 14px 22px !important;
    scroll-padding-left: 14px !important;
  }

  .p-mv .p-mv__pc-track {
    gap: 14px !important;
  }

  .p-mv .p-mv__pc-item {
    flex: 0 0 235px !important;
    width: 235px !important;
    max-width: 235px !important;
    min-width: 235px !important;
  }

  .p-mv .p-mv__pc-item .p-mv__card {
    min-height: 335px !important;
  }

  .p-mv .p-mv__pc-item .p-mv__card-img {
    height: 82px !important;
    padding: 14px 14px 0 !important;
  }

  .p-mv .p-mv__pc-item .p-mv__card-img img {
    max-width: 145px !important;
    max-height: 66px !important;
  }

  .p-mv .p-mv__pc-item .p-mv__card-content {
    padding: 12px 15px 16px !important;
  }

  .p-mv .p-mv__pc-item .p-mv__plan-label {
    min-width: 56px !important;
    padding: 4px 9px !important;
    font-size: 10px !important;
    margin-bottom: 10px !important;
  }

  .p-mv .p-mv__pc-item .p-mv__card-name {
    font-size: 21px !important;
  }

  .p-mv .p-mv__purpose {
    margin-top: 14px !important;
  }

  .p-mv .p-mv__purpose-text {
    font-size: 11px !important;
  }

  .p-mv .p-mv__price-value {
    font-size: 34px !important;
  }
}
/* =========================================================
   Campaign Banner Hide
========================================================= */

.p-banner,
.p-plan__banner {
  display: none !important;
}


/* =========================================================
   Feature / Support
========================================================= */

.p-feature {
  background: #f3f6f8 !important;
  padding-top: 90px !important;
  padding-bottom: 70px !important;
}

.p-feature__card {
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.08) !important;
}

.p-feature__card-title {
  line-height: 1.45 !important;
}

.p-feature__card-text {
  line-height: 1.8 !important;
}

.p-support {
  background: #f3f6f8 !important;
  padding-top: 0 !important;
  padding-bottom: 90px !important;
}

.p-support__inner {
  background: #ffffff !important;
  border-radius: 28px !important;
  padding: 48px 40px !important;
  box-shadow: 0 16px 36px rgba(16, 32, 51, 0.08) !important;
}


/* =========================================================
   Problem Section
========================================================= */

.p-problem {
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 36%),
    linear-gradient(180deg, #15171b 0%, #0f1115 100%) !important;
  color: #ffffff !important;
  padding-top: 96px !important;
  padding-bottom: 100px !important;
}

.p-problem__head-en {
  color: rgba(255, 255, 255, 0.55) !important;
}

.p-problem__title {
  color: #ffffff !important;
}

.p-problem__item-bubble {
  background: rgba(255, 255, 255, 0.16) !important;
  color: rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: blur(6px) !important;
  -webkit-backdrop-filter: blur(6px) !important;
}

.p-problem__item-bubble p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.p-problem__highlight {
  color: #ffffff !important;
  font-weight: 900 !important;
}

.p-problem__desc p {
  color: #ffffff !important;
  font-weight: 800 !important;
  line-height: 1.9 !important;
}

.p-problem__card {
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28) !important;
}


/* =========================================================
   Plan Section
========================================================= */

.p-plan {
  background:
    radial-gradient(circle at top center, rgba(103, 200, 255, 0.16) 0%, rgba(103, 200, 255, 0) 38%),
    linear-gradient(180deg, #102033 0%, #0b2f4a 52%, #082033 100%) !important;
  color: #ffffff !important;
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

.p-plan__head-en {
  color: rgba(255, 255, 255, 0.58) !important;
}

.p-plan__title {
  color: #ffffff !important;
}

.p-plan__desc {
  color: rgba(255, 255, 255, 0.72) !important;
}

.p-plan__card {
  background: #ffffff !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24) !important;
}

.p-plan__support {
  margin-top: 70px !important;
}

.p-plan__support-title {
  color: #ffffff !important;
}

.p-plan__support-item {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}


/* =========================================================
   Plan Button Colors
========================================================= */

/* Entry */
.p-plan__cards .p-plan__card:nth-child(1) .p-plan__card-btn--secondary {
  background: #fff7e6 !important;
  color: #f59e0b !important;
  border: 1px solid #f8c66a !important;
}

.p-plan__cards .p-plan__card:nth-child(1) .p-plan__card-btn--primary {
  background: linear-gradient(90deg, #ffcf6a 0%, #f59e0b 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(245, 158, 11, 0.26) !important;
}

/* Standard */
.p-plan__cards .p-plan__card:nth-child(2) .p-plan__card-btn--secondary {
  background: #fff0eb !important;
  color: #ff764e !important;
  border: 1px solid #ffb199 !important;
}

.p-plan__cards .p-plan__card:nth-child(2) .p-plan__card-btn--primary {
  background: linear-gradient(90deg, #ff8a5c 0%, #e22300 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(226, 35, 0, 0.28) !important;
}

/* High Spec */
.p-plan__cards .p-plan__card:nth-child(3) .p-plan__card-btn--secondary {
  background: #eef4ff !important;
  color: #4f7cff !important;
  border: 1px solid #b8cbff !important;
}

.p-plan__cards .p-plan__card:nth-child(3) .p-plan__card-btn--primary {
  background: linear-gradient(90deg, #7aa2ff 0%, #2563eb 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28) !important;
}

/* Creator */
.p-plan__cards .p-plan__card:nth-child(4) .p-plan__card-btn--secondary {
  background: #f5edff !important;
  color: #9b5cff !important;
  border: 1px solid #d8b4fe !important;
}

.p-plan__cards .p-plan__card:nth-child(4) .p-plan__card-btn--primary {
  background: linear-gradient(90deg, #c084fc 0%, #7c3aed 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(124, 58, 237, 0.28) !important;
}


/* =========================================================
   PC Catalog / Lineup
========================================================= */

.p-catalog {
  background:
    linear-gradient(180deg, #eef3f8 0%, #f7f9fc 100%) !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  border-top: 1px solid #d9e3ec !important;
}

.p-catalog__head-en {
  color: #0072bc !important;
}

.p-catalog__title {
  color: #102033 !important;
}

.p-catalog__grid {
  perspective: 1200px !important;
}

.p-catalog__card {
  position: relative !important;
  cursor: pointer !important;
  transform-style: preserve-3d !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease !important;
  will-change: transform !important;
  background: #ffffff !important;
  border: 1px solid #dfe7ef !important;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.09) !important;
}

.p-catalog__card:hover {
  transform: translateY(-8px) rotateX(3deg) rotateY(-4deg) !important;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18) !important;
}

.p-catalog__card-img {
  overflow: hidden !important;
  border-radius: 14px !important;
  background: #f3f4f6 !important;
}

.p-catalog__card-img img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  transition: transform 0.3s ease !important;
  will-change: transform !important;
}

.p-catalog__card:hover .p-catalog__card-img img {
  transform: scale(1.06) rotate(-1.5deg) !important;
}

.p-catalog__card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: inherit !important;
  pointer-events: none !important;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.18),
    rgba(255, 255, 255, 0)
  ) !important;
  opacity: 0 !important;
  transition: opacity 0.28s ease !important;
}

.p-catalog__card:hover::after {
  opacity: 1 !important;
}

.p-catalog__card-title {
  word-break: break-word !important;
}

.p-catalog__card-specs {
  display: none !important;
}

.p-catalog__empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 32px 20px;
  border-radius: 16px;
  background: #ffffff;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.p-catalog__empty strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 16px;
}


/* =========================================================
   Flow Section
========================================================= */

.p-flow {
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 34%),
    #111317 !important;
  color: #ffffff !important;
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}


/* =========================================================
   Business Section
========================================================= */

.p-business {
  padding: 92px 0 !important;
  background: #f3f6f8 !important;
}

.p-business__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.p-business__content {
  padding: 56px 64px;
  border-radius: 28px;
  background: linear-gradient(135deg, #102033 0%, #0b3a5a 100%) !important;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.p-business__label {
  display: inline-block;
  margin: 0 0 18px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.p-business__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.p-business__text {
  max-width: 860px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

.p-business__items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
}

.p-business__item {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.p-business__item::before {
  content: "✓";
  margin-right: 7px;
  color: #67c8ff;
  font-weight: 800;
}

.p-business__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.p-business__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  letter-spacing: 0.03em;
}

.p-business__btn--primary {
  background: linear-gradient(90deg, #ffb83d 0%, #e22300 100%);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(226, 35, 0, 0.28);
}

.p-business__btn--secondary {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}


/* =========================================================
   FAQ Section
========================================================= */

.p-faq {
  background: #ffffff !important;
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}


/* =========================================================
   Final CTA
========================================================= */

.p-cta {
  background: #ffffff !important;
  padding: 90px 0 !important;
}

.p-cta__bg {
  border-radius: 28px !important;
  overflow: hidden !important;
}

.p-cta__content {
  text-align: center !important;
}

.p-cta__label {
  display: inline-block !important;
  margin: 0 0 18px !important;
  padding: 8px 18px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.16) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.04em !important;
}

.p-cta__title {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.03em !important;
}

.p-cta__text {
  margin: 22px auto 0 !important;
  max-width: 720px !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.9 !important;
}

.p-cta__buttons {
  margin-top: 34px !important;
}


/* =========================================================
   Device Detail Modal
========================================================= */

.p-device-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.p-device-modal.is-open {
  display: flex;
}

.p-device-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 12, 20, 0.72);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.p-device-modal__container {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  max-height: calc(100vh - 64px);
  overflow-y: auto;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}

.p-device-modal__close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 64px !important;
  height: 64px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background: #102033 !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.p-device-modal__close::before,
.p-device-modal__close::after {
  content: "" !important;
  position: absolute !important;
  width: 34px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  top: 50% !important;
  left: 50% !important;
  transform-origin: center !important;
}

.p-device-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

.p-device-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.p-device-modal__content {
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 0;
}

.p-device-modal__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  padding: 48px 34px;
  background: linear-gradient(135deg, #eef5fb 0%, #dfeaf2 100%);
}

.p-device-modal__image {
  display: block;
  max-width: 100%;
  max-height: 360px;
  object-fit: contain;
  transform-style: preserve-3d;
  transition: transform 0.35s ease;
}

.p-device-modal__image-wrap:hover .p-device-modal__image {
  transform: rotateY(-10deg) rotateX(4deg) scale(1.04);
}

.p-device-modal__body {
  padding: 56px 48px 48px;
  color: #102033;
}

.p-device-modal__label {
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #eaf5ff;
  color: #0072bc;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.p-device-modal__title {
  margin: 0;
  color: #102033;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.25;
}

.p-device-modal__desc {
  margin: 18px 0 0;
  color: #334155;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.p-device-modal__price {
  margin: 22px 0 0;
  color: #e22300;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
}

.p-device-modal__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.p-device-modal__points li {
  padding: 9px 13px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #102033;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.p-device-modal__points li::before {
  content: "✓";
  margin-right: 6px;
  color: #0072bc;
  font-weight: 900;
}

.p-device-modal__buttons {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}

.p-device-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 16px 22px;
  border-radius: 8px;
  border: none;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
}

.p-device-modal__btn--primary {
  background: linear-gradient(90deg, #ffb83d 0%, #e22300 100%);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(226, 35, 0, 0.24);
}

.p-device-modal__btn--secondary {
  background: #e5edf3;
  color: #102033;
}

body.is-device-modal-open {
  overflow: hidden;
}


/* =========================================================
   Device Modal Specs
========================================================= */

.p-device-modal__specs {
  margin: 26px 0 0;
  padding: 20px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.p-device-modal__specs-title {
  margin: 0 0 14px;
  color: #102033;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.4;
}

.p-device-modal__specs-list {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px 14px;
  margin: 0;
  padding: 0;
}

.p-device-modal__specs-list dt {
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.p-device-modal__specs-list dd {
  margin: 0;
  color: #102033;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}


/* =========================================================
   Plan Modal Button Colors
========================================================= */

#planModal .p-modal__card:nth-child(1) .p-modal__card-btn {
  background: linear-gradient(90deg, #ffcf6a 0%, #f59e0b 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(245, 158, 11, 0.28) !important;
}

#planModal .p-modal__card:nth-child(2) .p-modal__card-btn {
  background: linear-gradient(90deg, #ff8a5c 0%, #e22300 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(226, 35, 0, 0.28) !important;
}

#planModal .p-modal__card:nth-child(3) .p-modal__card-btn {
  background: linear-gradient(90deg, #7aa2ff 0%, #2563eb 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28) !important;
}

#planModal .p-modal__card:nth-child(4) .p-modal__card-btn {
  background: linear-gradient(90deg, #c084fc 0%, #7c3aed 100%) !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(124, 58, 237, 0.28) !important;
}


/* =========================================================
   Common Hover
========================================================= */

.p-plan__card-btn,
#planModal .p-modal__card-btn {
  transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease !important;
}

.p-plan__card-btn:hover,
#planModal .p-modal__card-btn:hover {
  transform: translateY(-2px) !important;
  opacity: 0.94 !important;
}


/* =========================================================
   Footer
========================================================= */

.p-footer__link {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.03em;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}


/* =========================================================
   Responsive
========================================================= */

@media screen and (max-width: 900px) {
  .p-mv__text--renewal {
    width: calc(100% - 32px) !important;
    max-width: none !important;
    padding: 24px 20px !important;
    border-radius: 18px !important;
  }

  .p-mv__eyebrow {
    margin-bottom: 10px !important;
    padding: 6px 12px !important;
    font-size: 12px !important;
  }

  .p-mv__title-main {
    font-size: 32px !important;
    line-height: 1.22 !important;
  }

  .p-mv__title-sub {
    margin-top: 10px !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
  }

  .p-mv__desc.p-mv__desc--renewal {
    margin-top: 16px !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  .p-mv__points {
    gap: 8px !important;
    margin-top: 18px !important;
  }

  .p-mv__points li {
    padding: 8px 12px !important;
    font-size: 12px !important;
  }

  .p-mv__coupon-note {
    margin-top: 12px !important;
    font-size: 11px !important;
  }

  .p-mv .p-mv__pc-scroll {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .p-mv .p-mv__pc-track {
    gap: 18px !important;
  }

  .p-mv .p-mv__pc-item {
    flex: 0 0 245px !important;
    width: 245px !important;
    max-width: 245px !important;
    min-width: 245px !important;
  }

  .p-mv .p-mv__pc-item .p-mv__card {
    min-height: 240px !important;
  }

  .p-mv .p-mv__pc-item .p-mv__card-name {
    font-size: 22px !important;
  }

  .p-mv .p-mv__pc-item .p-catalog__card-price-price {
    font-size: 34px !important;
  }

  .p-feature {
    padding-top: 60px !important;
    padding-bottom: 48px !important;
  }

  .p-support {
    padding-bottom: 60px !important;
  }

  .p-support__inner {
    padding: 34px 20px !important;
    border-radius: 22px !important;
  }

  .p-problem {
    padding-top: 64px !important;
    padding-bottom: 68px !important;
  }

  .p-plan {
    padding-top: 72px !important;
    padding-bottom: 76px !important;
  }

  .p-plan__support {
    margin-top: 48px !important;
  }

  .p-catalog {
    padding-top: 68px !important;
    padding-bottom: 72px !important;
  }

  .p-catalog__card:hover {
    transform: none !important;
    box-shadow: 0 14px 34px rgba(16, 32, 51, 0.09) !important;
  }

  .p-catalog__card:hover .p-catalog__card-img img {
    transform: none !important;
  }

  .p-flow,
  .p-business,
  .p-faq {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .p-business__content {
    padding: 34px 22px;
    border-radius: 22px;
  }

  .p-business__label {
    padding: 7px 14px;
    font-size: 12px;
  }

  .p-business__title {
    font-size: 26px;
    line-height: 1.45;
  }

  .p-business__text {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.85;
  }

  .p-business__items {
    gap: 8px;
    margin-top: 24px;
  }

  .p-business__item {
    padding: 8px 12px;
    font-size: 12px;
  }

  .p-business__buttons {
    margin-top: 28px;
  }

  .p-business__btn {
    width: 100%;
    min-width: 0;
    padding: 15px 18px;
    font-size: 15px;
  }

  .p-cta {
    padding: 56px 0 !important;
  }

  .p-cta__bg {
    border-radius: 22px !important;
  }

  .p-cta__label {
    margin-bottom: 14px !important;
    padding: 7px 14px !important;
    font-size: 12px !important;
  }

  .p-cta__title {
    font-size: 28px !important;
    line-height: 1.45 !important;
  }

  .p-cta__text {
    margin-top: 18px !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
  }

  .p-cta__buttons {
    margin-top: 28px !important;
  }

  .p-device-modal {
    padding: 16px;
  }

  .p-device-modal__container {
    max-height: calc(100vh - 32px);
    border-radius: 22px;
  }

  .p-device-modal__close {
    top: 14px !important;
    right: 14px !important;
    width: 48px !important;
    height: 48px !important;
  }

  .p-device-modal__close::before,
  .p-device-modal__close::after {
    width: 26px !important;
    height: 3px !important;
  }

  .p-device-modal__content {
    grid-template-columns: 1fr;
  }

  .p-device-modal__image-wrap {
    min-height: 260px;
    padding: 42px 22px 24px;
  }

  .p-device-modal__image {
    max-height: 220px;
  }

  .p-device-modal__body {
    padding: 28px 22px 26px;
  }

  .p-device-modal__title {
    font-size: 26px;
  }

  .p-device-modal__desc {
    font-size: 14px;
  }

  .p-device-modal__price {
    font-size: 24px;
  }

  .p-device-modal__buttons {
    flex-direction: column;
  }

  .p-device-modal__btn {
    width: 100%;
  }

  .p-device-modal__specs {
    margin-top: 22px;
    padding: 16px;
    border-radius: 14px;
  }

  .p-device-modal__specs-list {
    grid-template-columns: 92px 1fr;
    gap: 9px 10px;
  }

  .p-device-modal__specs-list dt {
    font-size: 12px;
  }

  .p-device-modal__specs-list dd {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-mv .p-mv__swiper--catalog {
    padding: 8px 0 20px !important;
  }

  .p-mv .p-mv__pc-scroll {
    padding: 8px 14px 20px !important;
    scroll-padding-left: 14px !important;
  }

  .p-mv .p-mv__pc-track {
    gap: 14px !important;
  }

  .p-mv .p-mv__pc-item {
    flex: 0 0 220px !important;
    width: 220px !important;
    max-width: 220px !important;
    min-width: 220px !important;
  }

  .p-mv .p-mv__pc-item .p-mv__card {
    min-height: 225px !important;
  }

  .p-mv .p-mv__pc-item .p-mv__card-content {
    padding: 16px 16px 18px !important;
  }

  .p-mv .p-mv__pc-item .p-mv__plan-label {
    min-width: 56px !important;
    padding: 4px 9px !important;
    font-size: 10px !important;
    margin-bottom: 7px !important;
  }

  .p-mv .p-mv__pc-item .p-mv__card-name {
    font-size: 20px !important;
  }

  .p-mv .p-mv__pc-item .p-mv__card-spec {
    font-size: 11px !important;
  }

  .p-mv .p-mv__pc-item .p-catalog__card-price-price {
    font-size: 30px !important;
  }

  .p-mv .p-mv__pc-item .p-mv__card-price-day {
    font-size: 10px !important;
    padding: 5px 7px !important;
  }

  .p-catalog__empty {
    padding: 24px 16px;
    font-size: 13px;
  }

  .p-catalog__empty strong {
    font-size: 15px;
  }
    /* =========================================================
   Main Visual PC List：安定版 自動スクロール補助
========================================================= */

.p-mv .p-mv__pc-scroll {
  scroll-behavior: auto !important;
  overscroll-behavior-x: contain !important;
}

/* 操作中はカーソルを少し分かりやすく */
.p-mv .p-mv__pc-scroll {
  cursor: grab !important;
}

.p-mv .p-mv__pc-scroll.is-dragging {
  cursor: grabbing !important;
}

/* 自動スクロール中もhover拡大は維持 */
@media (hover: hover) and (pointer: fine) {
  .p-mv .p-mv__pc-scroll:hover .p-mv__card {
    transition-duration: 0.22s !important;
  }
}
/* =========================================================
   Main Visual PC List：無限スクロール用調整
========================================================= */

.p-mv .p-mv__pc-scroll {
  scroll-behavior: auto !important;
  overscroll-behavior-x: contain !important;
  cursor: grab !important;
  scrollbar-width: none !important;
}

.p-mv .p-mv__pc-scroll::-webkit-scrollbar {
  display: none !important;
}

.p-mv .p-mv__pc-scroll.is-dragging {
  cursor: grabbing !important;
}
}