/* Round – pricing.css */

/* ---------- 汎用 ---------- */
main .sec-head { gap: var(--space-5); }

.pr-dot {
  flex: 0 0 18px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--c-yellow);
}

.pr-features { display: flex; flex-direction: column; }
.pr-features li {
  display: flex; align-items: center; gap: var(--space-15);
  padding: var(--space-10) 0 var(--space-12);
  border-bottom: 1px dashed var(--c-line);
  font-size: 13px; line-height: 1.25;
}
.pr-features li img { flex: 0 0 auto; }
.pr-features li strong { font-weight: 700; }
.pr-features li.no-border { border-bottom: none; }
.pr-features li.is-disabled { color: #A3A3A3; }
.pr-features .minus {
  flex: 0 0 auto; width: 17px; text-align: center;
  font-family: var(--font-en); font-weight: 700; color: #A3A3A3;
}

.pr-cta {
  display: flex; align-items: center; justify-content: center; white-space: nowrap;
  width: 100%; height: 53px; padding: var(--space-15) var(--space-25);
  background: var(--c-white); border: 1px solid var(--c-text); border-radius: 30px;
  font-size: 16px; font-weight: 700; letter-spacing: 1.3px; line-height: 1;
  transition: background .25s ease, transform .25s ease;
}
.pr-cta:hover { background: var(--c-yellow); transform: translateY(-2px); }

/* ====================
   PRICING見出し
   ==================== */
.pr-intro {
  display: flex; flex-direction: column; align-items: center; gap: var(--space-10);
  padding: var(--space-130) var(--space-40) var(--space-100); text-align: center;
}
.pr-intro__lead { font-size: 16px; line-height: 2; }

/* ====================
   ページ内ナビ
   ==================== */
.pr-nav {
  display: flex; align-items: center; justify-content: center; gap: var(--space-30);
  padding: var(--space-10); margin-bottom: var(--space-70);
}
.pr-nav__pill {
  display: flex; align-items: center; justify-content: center;
  width: 250px; padding: var(--space-15) var(--space-40); border-radius: 50px;
  background: var(--c-text); color: var(--c-white);
  font-size: 18px; font-weight: 700; letter-spacing: .9px; line-height: 1;
  white-space: nowrap;
  transition: background .25s ease, transform .25s ease;
}
.pr-nav__pill:hover { background: var(--c-ink); transform: translateY(-2px); }

/* ====================
   プランブロック
   ==================== */
.pr-plan { width: min(1180px, calc(100% - 80px)); margin: 0 auto var(--space-70); }
.pr-plan__card {
  display: flex; align-items: stretch; gap: var(--space-50);
  padding: var(--space-50) var(--space-60); border-radius: 10px;
  background: var(--c-white);
  box-shadow: 0 8px 24px rgba(162, 162, 162, .15);
}
.pr-plan__main {
  display: flex; flex-direction: column; gap: var(--space-40);
  width: 620px; flex: 0 0 auto;
}
.pr-plan__intro { display: flex; flex-direction: column; gap: var(--space-10); }
.pr-plan__ttl-wrap { display: flex; align-items: center; gap: var(--space-20); }
.pr-plan__ttl { font-size: 34px; font-weight: 700; line-height: 1.5; }
.pr-plan__desc { font-size: 15px; line-height: 30px; }
.pr-plan__media {
  aspect-ratio: 560 / 260; width: 100%; border-radius: 10px; overflow: hidden;
}
.pr-plan__media img { width: 100%; height: 100%; object-fit: cover; }

.pr-include {
  flex: 1; min-width: 0;
  display: flex; flex-direction: column; justify-content: center; gap: var(--space-20);
  padding: var(--space-20) var(--space-40);
  border-left: 1px solid var(--c-line);
}
.pr-include__body { display: flex; flex-direction: column; gap: var(--space-20); }
.pr-include__ttl { font-size: 18px; font-weight: 900; line-height: 1; color: var(--c-ink); }
.pr-include .pr-features { padding: 0 var(--space-10); }
.pr-include__price { display: flex; flex-direction: column; align-items: center; gap: var(--space-10); }
.pr-price-row {
  display: flex; align-items: center; justify-content: center; gap: var(--space-20);
  width: 100%; padding: var(--space-10); border-radius: 5px;
  background: #F9F9F9; white-space: nowrap;
}
.pr-price-row__label {
  padding-right: var(--space-20); border-right: 1px solid var(--c-text-sub);
  font-size: 16px; font-weight: 700; line-height: 1.2; color: var(--c-ink);
}
.pr-price-row__val { font-size: 16px; font-weight: 500; line-height: 1.2; color: var(--c-ink); }
.pr-price-row__val--num { font-family: var(--font-en); font-weight: 600; font-size: 18px; }
.pr-include__note { font-size: 13px; line-height: 1.2; }

/* ====================
   SNS運用代行
   ==================== */
.pr-sns { position: relative; overflow: hidden; margin-bottom: var(--space-70); }

.pr-sns::before {
  content: ""; position: absolute; top: 30px; right: -150px;
  width: 370px; height: 370px; border-radius: 50%;
  border: 65px solid var(--c-yellow); pointer-events: none; z-index: 0;
}
.pr-sns__inner { position: relative; width: min(1180px, calc(100% - 80px)); margin-inline: auto; }

.pr-sechead {
  display: flex; flex-direction: column; align-items: center; gap: var(--space-10);
  margin-bottom: var(--space-60); text-align: center;
}
.pr-sechead__ttl-wrap { display: flex; align-items: center; justify-content: center; gap: var(--space-20); }
.pr-sechead__ttl { font-size: 34px; font-weight: 700; line-height: 1.5; }
.pr-sechead__lead { max-width: 55em; margin-inline: auto; font-size: 15px; line-height: 30px; }

.pr-grid { display: flex; align-items: flex-start; justify-content: center; gap: var(--space-25); }
.pr-card {
  position: relative;
  display: flex; flex-direction: column;
  width: 340px; padding: var(--space-40) var(--space-35); border-radius: 10px;
  background: var(--c-white); border: 1px solid var(--c-line);
}
.pr-card--reco {
  width: 453px; padding: var(--space-60) var(--space-35);
  background: #FFFDF3; border: 3px solid var(--c-yellow);
  filter: drop-shadow(0 8px 7.5px rgba(162, 162, 162, .15));
}
.pr-card__badge {
  position: absolute; top: -16px; left: 50%; translate: -50% 0;
  display: inline-flex; align-items: center;
  height: 28px; padding: var(--space-5) var(--space-15); border-radius: 40px;
  background: var(--c-yellow); color: var(--c-white);
  font-family: var(--font-en); font-weight: 700; font-size: 14px;
  letter-spacing: 2px; line-height: 1; white-space: nowrap;
}
.pr-card__name {
  margin-bottom: var(--space-10);
  font-family: var(--font-en); font-weight: 700; font-size: 32px;
  letter-spacing: -0.24px; line-height: 1.5; text-align: center;
}
.pr-card__persona {
  padding: var(--space-10) 0; margin-bottom: var(--space-2);
  font-size: 13px; line-height: 22.1px; text-align: center;
}
.pr-card__amount {
  display: flex; flex-direction: column; align-items: center; gap: var(--space-10);
  padding: var(--space-20) 0; margin-bottom: var(--space-25);
  border-top: 1px solid var(--c-line); border-bottom: 1px solid var(--c-line);
}
.pr-card--reco .pr-card__amount { margin-bottom: var(--space-20); }
.pr-card__initial { font-size: 11px; line-height: 1.2; }
.pr-card__monthly { display: flex; align-items: center; justify-content: center; gap: var(--space-10); }
.pr-card__monthly .num {
  font-family: var(--font-en); font-weight: 700; font-size: 36px;
  letter-spacing: -0.72px; line-height: 1.5;
}
.pr-card__monthly .unit { font-size: 13px; line-height: 1.2; }
.pr-card__features { margin-bottom: var(--space-30); }
.pr-card--reco .pr-card__features { margin-bottom: var(--space-20); }
.pr-card__features--reco li { width: min(280px, 100%); margin-inline: auto; gap: var(--space-10); }
.pr-card__outcome {
  padding: var(--space-15); margin-bottom: var(--space-25); border-radius: 5px;
  background: #FFFDF3;
  font-size: 14px; line-height: 20.4px; text-align: center;
}
.pr-card--reco .pr-card__outcome { background: var(--c-yellow); }
.pr-card .pr-cta { margin-top: auto; }

.pr-card__toggle { display: none; }

/* ====================
   広告運用代行
   ==================== */
.pr-ads { padding-top: var(--space-80); padding-bottom: var(--space-100); }
.pr-ads__inner { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }

.pr-comparison { display: flex; align-items: stretch; gap: var(--space-60); min-height: 519px; }

.pr-zero {
  position: relative; flex: 1; min-width: 0;
  display: flex; flex-direction: column; justify-content: center;
  padding: var(--space-30) var(--space-40); border-radius: 10px; overflow: hidden;
  box-shadow: 0 16px 32px rgba(12, 12, 13, .10), 0 4px 4px rgba(12, 12, 13, .05);
}
.pr-zero__photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover;
}
.pr-zero__card {
  position: relative;
  display: flex; flex-direction: column; align-items: center; gap: var(--space-20);
  padding: var(--space-50) var(--space-20); border-radius: 10px;
  background: rgba(250, 250, 250, .9);
  border: 2px solid var(--c-white);
  backdrop-filter: blur(var(--blur-glass));
  -webkit-backdrop-filter: blur(var(--blur-glass));
}
.pr-zero__label {
  font-family: var(--font-en); font-weight: 700; font-size: 12px;
  letter-spacing: 3px; line-height: 1.2; text-align: center;
}
.pr-zero__row { display: flex; align-items: center; justify-content: center; gap: var(--space-30); height: 90px; }
.pr-zero__item { display: flex; flex-direction: column; align-items: center; gap: var(--space-10); }
.pr-zero__item-label { font-size: 13px; letter-spacing: 1.3px; line-height: 1.2; text-align: center; }
.pr-zero__num { display: flex; align-items: center; justify-content: center; }
.pr-zero__num .num {
  font-family: var(--font-en); font-weight: 600; font-size: 64px;
  letter-spacing: -2.56px; line-height: 64px;
}
.pr-zero__num .unit {
  position: relative; top: 11px;
  font-family: var(--font-en); font-weight: 600; font-size: 32px; line-height: 32px;
  letter-spacing: -1px;
}
.pr-zero__num .unit--jp { font-family: var(--font-jp); font-weight: 700; letter-spacing: 0; }
.pr-zero__divider { flex: 0 0 1px; width: 1px; height: 80px; background: #2A2A2A; }
.pr-zero__note { font-size: 14px; line-height: 1.2; text-align: center; }

.pr-include--ads { padding: var(--space-30) var(--space-60); }

.pr-notes { margin-top: var(--space-60); padding: var(--space-30) 0 0; border-top: 1px solid var(--c-line); }
.pr-notes__ttl { font-size: 14px; font-weight: 700; line-height: 1.2; }
.pr-notes__list {
  display: flex; flex-direction: column; gap: var(--space-2);
  margin-top: var(--space-15);
  font-size: 13px; line-height: 25px; color: var(--c-text-sub);
}

/* ====================
   レスポンシブ
   ==================== */
@media (max-width: 1182px) {
  /* ---------- ページ見出し・イントロ ---------- */
  .pr-intro { padding: var(--space-60) var(--space-20) var(--space-50); }
  .pr-sechead { margin-bottom: var(--space-40); }
  .pr-sechead__ttl { font-size: clamp(28px, 7vw, 34px); }
  .pr-sechead__lead { font-size: 14px; line-height: 1.8; }

  /* ---------- SNS 3プラン ---------- */
  .pr-sns__inner { padding: 0 var(--space-5); }

  .pr-zero { padding: var(--space-25) var(--space-20); }
  .pr-zero__card {
    padding: var(--space-35) var(--space-25); gap: var(--space-25);
    background: rgba(250, 250, 250, .82);
  }
  .pr-zero__label { font-size: 13px; letter-spacing: 4px; }
  .pr-zero__row { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: var(--space-20) var(--space-30); height: auto; }
  .pr-zero__divider { display: none; }
  .pr-zero__item:not(:last-child) .pr-zero__num .num  { font-size: 34px; letter-spacing: -1px; line-height: 1; }
  .pr-zero__item:not(:last-child) .pr-zero__num .unit { font-size: 18px; top: 3px; }
  .pr-zero__item:last-child {
    flex: 1 0 100%; margin-top: var(--space-5); padding-top: var(--space-25);
    border-top: 1px solid rgba(13, 13, 13, .08);
  }
  .pr-zero__item:last-child .pr-zero__item-label { font-size: 14px; font-weight: 700; letter-spacing: 1px; }
  .pr-zero__item:last-child .pr-zero__num .num   { font-size: 76px; letter-spacing: -3px; line-height: 1; }
  .pr-zero__item:last-child .pr-zero__num .unit  { font-size: 38px; top: 16px; }
  .pr-zero__note { font-size: 12px; line-height: 1.7; opacity: .85; }

  .pr-notes { margin-top: var(--space-40); padding: var(--space-25); border-top: none; border-radius: 10px; background: #FAFAFA; }
  .pr-notes__ttl { font-size: 13px; }
  .pr-notes__list { font-size: 12px; line-height: 1.9; margin-top: var(--space-10); }
  .pr-ads { padding-bottom: var(--space-70); }
}

/* ====================
   レスポンシブ: 〜991px
   ==================== */
@media (max-width: 991px) {
  .pr-nav { flex-wrap: wrap; gap: var(--space-10); margin-bottom: var(--space-40); padding: var(--space-10) var(--space-15); }
  .pr-nav__pill { width: auto; flex: 1 1 200px; padding: var(--space-12) var(--space-15); font-size: 14px; }

  .pr-plan { width: calc(100% - 32px); }
  .pr-plan__card { flex-direction: column; gap: var(--space-25); padding: var(--space-30) var(--space-20); }
  .pr-plan__main { width: 100%; flex: 1 1 auto; gap: var(--space-20); }
  .pr-plan__ttl { font-size: clamp(22px, 6vw, 28px); }
  .pr-plan__media { width: 100%; }
  .pr-plan__media img { width: 100%; height: auto; }
  .pr-plan .pr-include { border-left: none; }
  .pr-price-row { white-space: nowrap; gap: var(--space-15); }

  .pr-ads__inner { padding: 0 var(--space-5); }
  .pr-comparison { flex-direction: column; gap: var(--space-25); min-height: 0; }
  .pr-include--ads { padding: var(--space-25) var(--space-20); border-left: none; }

  .pr-grid { flex-direction: column; align-items: center; gap: var(--space-20); }
  .pr-card { width: min(100%, 400px); padding: var(--space-30) var(--space-20); }
  .pr-card--reco { width: min(100%, 420px); padding: var(--space-35) var(--space-20) var(--space-30); }

  .pr-card__name     { order: 1; font-size: 24px; margin-bottom: var(--space-5); }
  .pr-card__persona  { order: 2; font-size: 14px; padding: var(--space-5) 0 var(--space-15); }
  .pr-card__amount   { order: 3; padding: var(--space-20) 0; margin-bottom: var(--space-20); }
  .pr-card__outcome  { order: 4; margin-bottom: var(--space-20); font-size: 14px; }
  .pr-card .pr-cta   { order: 5; margin-top: 0; margin-bottom: var(--space-20); height: 50px; }
  .pr-card__toggle   { order: 6; }
  .pr-card__features { order: 7; margin-bottom: 0; }
  .pr-card--reco .pr-card__features { margin-bottom: 0; }
  .pr-card:not(.is-expanded) .pr-card__features { display: none; }

  .pr-card__toggle {
    display: flex; align-items: center; justify-content: center; gap: var(--space-5);
    width: 100%; padding: var(--space-5) 0;
    border: none; border-radius: 0; background: none;
    font-size: 13px; font-weight: 500; letter-spacing: .3px; color: var(--c-text-sub);
  }
  .pr-card.is-expanded .pr-card__toggle { margin-bottom: var(--space-10); }
  .pr-card__toggle-label { text-decoration: underline; text-underline-offset: 3px; text-decoration-color: #CFCFCF; }
  .pr-card__toggle-label::after { content: "プラン詳細を見る"; }
  .pr-card__toggle[aria-expanded="true"] .pr-card__toggle-label::after { content: "閉じる"; }
  .pr-card__toggle::after {
    content: ""; width: 6px; height: 6px; margin-top: -2px;
    border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg); transition: transform .25s ease;
  }
  .pr-card__toggle[aria-expanded="true"]::after { transform: rotate(-135deg); margin-top: 1px; }
  .pr-card__initial { font-size: 12px; }
  .pr-card__monthly .num { font-size: clamp(38px, 10vw, 46px); letter-spacing: -1px; }
  .pr-card__monthly .unit { font-size: 13px; }
  .pr-features li { font-size: 14px; padding: var(--space-12) 0; }
  .pr-features li.is-disabled { color: #C4C4C4; }
  .pr-features li.is-disabled .minus { color: #D4D4D4; }
  .pr-card__features--reco li { width: 100%; margin-inline: 0; }
}

/* ====================
   レスポンシブ: 992〜1182px
   ==================== */
@media (min-width: 992px) and (max-width: 1182px) {

  .pr-plan__card { padding: var(--space-40); gap: var(--space-30); }
  .pr-plan__main { width: auto; flex: 1 1 0; min-width: 0; }
  .pr-plan .pr-include { flex: 0 0 clamp(260px, 32%, 320px); padding: var(--space-20); }

  .pr-comparison { gap: var(--space-40); }
  .pr-include--ads { padding: var(--space-25); }

  .pr-sns__inner { width: min(1180px, calc(100% - 40px)); padding: 0; }
  .pr-grid { gap: var(--space-15); }
  .pr-card { padding: var(--space-30) var(--space-20); }
  .pr-card--reco { padding: var(--space-35) var(--space-20); }
  .pr-card__name { font-size: 26px; }
  .pr-card__monthly .num { font-size: 30px; }
  .pr-card__outcome { font-size: 13px; }
}
