/* =====================================================
   MIINT — Price Page SP Stylesheet  (375px base)
   ===================================================== */

/* ── ヘッダー（ヒーローなし常時表示） ── */
.price-sp-page #header.header-solid {
  background: transparent;
}
.price-sp-page #header.header-visible .header-logo {
  opacity: 1;
  pointer-events: auto;
}
.price-sp-page #header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
}

/* ── ページタイトル ── */
.psp-hero {
  padding: 88px 0 40px;
  text-align: center;
}
.psp-hero-inner {
  padding: 0 24px;
}
.psp-label {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.42em;
  color: var(--text-light);
  margin-bottom: 16px;
  text-transform: uppercase;
}
.psp-headline {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 350;
  font-size: 28px;
  letter-spacing: 0.08em;
  color: var(--text-dark);
  margin-bottom: 20px;
  line-height: 1.3;
}
.psp-body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.2;
  color: var(--text-mid);
  letter-spacing: 0.04em;
  text-align: left;
}

/* ── 1チケット制 ── */
.psp-ticket-section {
  padding: 40px 0 48px;
  text-align: center;
}
.psp-ticket-inner {
  padding: 0 24px;
}
.psp-ticket-icon {
  width: 160px;
  margin: 0 auto 24px;
}
.psp-ticket-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.psp-ticket-title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 350;
  font-size: 20px;
  letter-spacing: 0.18em;
  color: var(--text-dark);
  margin-bottom: 14px;
}
.psp-ticket-desc {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-mid);
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 20px;
}
.psp-ticket-price {
  display: inline-block;
  background: #ffffff;
  border: none;
  border-radius: 6px;
  padding: 8px 24px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-mid);
  letter-spacing: 0.08em;
}

/* ── MIINTのメリット3つ ── */
.psp-merits-section {
  padding: 40px 0 0;
}
.psp-merits-inner {
  padding: 0 24px 56px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.psp-merits-heading {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: var(--text-dark);
  margin-bottom: 36px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.psp-merits-heading::before,
.psp-merits-heading::after {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background: var(--text-dark);
  opacity: 0.3;
}
.psp-merit-item {
  margin-bottom: 40px;
}
.psp-merit-item:last-child {
  margin-bottom: 0;
}
.psp-merit-icon {
  width: 100%;
  margin-bottom: 16px;
}
.psp-merit-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.psp-merit-title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.8;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
}
.psp-merit-body {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-mid);
  line-height: 2.2;
  letter-spacing: 0.03em;
}

/* ── 比較テーブル ── */
.psp-compare-section {
  padding: 48px 0 56px;
}
.psp-compare-inner {
  padding: 0 16px;
}
.psp-compare-inner img {
  width: 100%;
  height: auto;
  display: block;
}

/* ── キャンペーン＋CTA ── */
.psp-campaign-section {
  padding: 0 0 48px;
}
.psp-campaign-inner {
  padding: 0 16px;
}
.psp-cta-area {
  text-align: center;
  padding: 32px 0 24px;
}

/* ── お支払い方法 ── */
.psp-payment-section {
  padding: 48px 0 56px;
}
.psp-payment-inner {
  padding: 0 16px;
}
.psp-payment-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  padding: 28px 24px;
}
.psp-payment-heading {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.psp-payment-col {
  padding: 4px 0;
}
.psp-payment-divider {
  height: 1px;
  background: #ebebeb;
  margin: 24px 0;
}
.psp-payment-col-title {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--text-dark);
  margin-bottom: 14px;
}
.psp-payment-img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 12px;
}
.psp-payment-note {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: var(--text-light);
  line-height: 1.9;
}

/* ── ブログ ── */
.psp-blog-section {
  padding: 48px 0 64px;
  text-align: center;
}
.psp-blog-inner {
  padding: 0 24px;
}
.psp-blog-desc {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-mid);
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 20px;
}
.psp-blog-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: linear-gradient(90deg, var(--mint-dark) 0%, var(--mint-blue) 100%);
  color: var(--white);
  padding: 16px 40px;
  border-radius: 50px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  box-shadow: 0 4px 18px rgba(109, 207, 196, 0.35);
  width: 100%;
  max-width: 327px;
  margin: 0 auto;
}
