/* ========================================
   セクション: S05_料金表
   Figma node: 1038:4686 / 393×1264
   ======================================== */

.pricing {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 0 40px;
  gap: 30px;
  background: #ffffff;
  overflow: hidden;
}

/* ── 背景画像オーバーレイ ── */
.pricing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/s05_pricing/pricing-bg.webp") center / cover no-repeat;
  opacity: 1;
  z-index: 0;
}

.pricing > * {
  position: relative;
  z-index: 1;
}

/* ── 見出し（ネイビー＋三角一体型） ── */
.pricing-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 15px 65px;
  gap: 10px;
  background: var(--color-navy);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 45px), 50% 100%, 0 calc(100% - 45px));
}

/* ── サブコピー（無料ですぐに駆け付けます + 矢印） ── */
.pricing-heading-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-jp);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  color: #ffffff;
}

.pricing-heading-sub-lg {
  font-size: 24px;
}

.pricing-heading-arrow-l,
.pricing-heading-arrow-r {
  display: block;
  width: 17px;
  height: 25px;
  flex-shrink: 0;
}

/* ── メインコピー ── */
.pricing-heading-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pricing-heading-brand {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0;
}

.pricing-heading-brand-img {
  display: block;
  width: 298px;
  height: 90px;
  object-fit: contain;
}

.pricing-heading-brand-ni {
  font-family: var(--font-jp);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  color: #ffffff;
  align-self: flex-end;
  margin-bottom: 4px;
  position: relative;
  top: -3px;
}

.pricing-heading-catch {
  font-family: var(--font-jp);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.3;
  color: var(--color-yellow);
  text-align: center;
}

.pricing-heading-catch-lg {
  font-size: 32px;
}

.pricing-heading-catch-sm {
  font-size: 24px;
}

.pricing-heading-catch-ex {
  font-size: 32px;
  font-weight: 900;
  display: inline-block;
  transform: rotate(2deg) skewX(-6deg);
}

/* ── コンテンツ ── */
.pricing-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  gap: 30px;
}

/* ── 料金表タイトル ── */
.pricing-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pricing-title-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  height: 24px;
  background: var(--color-navy);
  border-radius: 20px;
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 1.6px;
}

.pricing-title-badge-yellow {
  color: #ffffff;
}

.pricing-title {
  font-family: var(--font-jp);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-navy);
  text-align: center;
}

/* ── 料金カードグリッド ── */
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 15px;
  width: 100%;
}

/* ── 料金カード ── */
.pricing-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

.pricing-card-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 6px;
  background: var(--color-navy);
  font-family: var(--font-jp);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}

.pricing-card-img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.pricing-card-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 10px 0 10px;
  gap: 2px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}

.pricing-card-price-num {
  font-family: var(--font-en);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-navy);
  -webkit-text-stroke: 4px #ffffff;
  paint-order: stroke fill;
}

.pricing-card-price-unit {
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-navy);
  -webkit-text-stroke: 4px #ffffff;
  paint-order: stroke fill;
}

/* ── 症状リスト ── */
.pricing-card-list {
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px;
  gap: 6px;
  list-style: none;
  margin: 0;
}

.pricing-card-list-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-jp);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-body);
}

.pricing-check-icon {
  display: block;
  width: 16px;
  height: auto;
  flex-shrink: 0;
}

/* ── 注意喚起カード（webp画像） ── */
.pricing-warn-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── 下部バナー ── */
.pricing-banner {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
}


/* ── ご安心ください ── */
.pricing-safe {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -10px;
}

.pricing-safe-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}

.pricing-safe-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 20px;
  gap: 20px;
}

.pricing-safe-brand-row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}

.pricing-safe-brand {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background: var(--color-navy);
  border-radius: 4px;
}

.pricing-safe-brand-img {
  width: 242px;
  height: 73px;
  display: block;
  object-fit: contain;
}

.pricing-safe-brand-text {
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: var(--text-body);
  padding-bottom: 4px;
}

.pricing-safe-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  gap: 10px;
}

.pricing-safe-badges {
  display: flex;
  align-items: center;
  gap: 5px;
}

.pricing-safe-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  background: var(--color-navy);
  border-radius: 50px;
  font-family: var(--font-jp);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 3px;
}

.pricing-safe-plus {
  font-family: var(--font-jp);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-navy);
}

.pricing-safe-text {
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--text-body);
  text-align: center;
}

.pricing-safe-text u {
  font-weight: 700;
}

.pricing-safe-highlight {
  width: 100%;
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
}

.pricing-safe-highlight-text {
  font-family: var(--font-jp);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  color: var(--color-red-cta);
  text-align: center;
}

.pricing-safe-sub {
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: var(--text-body);
  text-align: center;
}

.pricing-safe-sub u {
  font-weight: 700;
}

