/* =====================================================
   Style_MeiPeer.css — MeiPeer 製品ページ（リデザイン）
   prefix: mp2-
   ===================================================== */

/* ---- WordPress コンテナ幅リセット ---- */
html, body { overflow-x: hidden; box-sizing: border-box; }
*, *::before, *::after { box-sizing: border-box; }
#page, .site, .site-content, #content,
.content-area, .inside-article, article, .entry-content {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.site-content, .inside-article, article, .entry-content,
#primary, .content-area, .inside-page, .hentry,
.grid-container:not(.inside-header) {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.site-footer, footer.footer, .footer { margin-top: 0 !important; }

/* ---- CSS変数 ---- */
.mp2-page {
  --ink:    #06101d;
  --navy:   #0F2350;
  --blue:   #4285F4;
  --green:  #34A853;
  --yellow: #FBBC04;
  --red:    #EA4335;
  --off:    #f2f5fb;
  --border: #d4d9e8;
  --text:   #0a1628;
  --body:   #3a4558;
  --sub:    #6a7690;

  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow-x: hidden;
  font-family: var(--font-ja), 'Noto Sans JP', sans-serif;
  color: var(--text);
  line-height: 1.7;
}

/* ---- コンテナ ---- */
.mp2-container { max-width: 1080px; margin: 0 auto; padding: 0 44px; }

/* ---- セクション共通ヘッダー ---- */
.mp2-section-hd { margin-bottom: 60px; }
.mp2-section-en {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-en), 'Inter', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .28em;
  color: var(--blue);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.mp2-section-en::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 2px;
  background: currentColor;
  flex-shrink: 0;
}
.mp2-section-h2 {
  font-size: clamp(28px, 3.8vw, 42px);
  font-weight: 900;
  letter-spacing: -.03em;
  color: var(--text);
  margin: 0 0 10px;
  line-height: 1.2;
}
.mp2-section-lead { font-size: 17px; color: var(--body); margin: 0; line-height: 1.75; }

/* ---- ボタン ---- */
.mp2-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 34px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .18s, transform .16s;
  white-space: nowrap;
  border: none;
  font-family: var(--font-ja), sans-serif;
  letter-spacing: .01em;
}
.mp2-btn:hover { opacity: .85; transform: translateY(-1px); }
.mp2-btn--primary { background: var(--blue); color: #fff; }
.mp2-btn--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.4); }
.mp2-btn--ghost:hover { border-color: rgba(255,255,255,.8); opacity: 1; }
.mp2-btn--white { background: #fff; color: var(--navy); font-weight: 800; }
.mp2-btn--cta { background: #fff; color: var(--ink); font-size: 17px; padding: 18px 44px; font-weight: 800; }

/* ---- スクロール Reveal ---- */
.js-mp2-reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
.js-mp2-reveal.is-visible { opacity: 1; transform: none; }

/* ================================================================
   HERO
   ================================================================ */
.mp2-hero {
  background: var(--ink);
  position: relative;
  padding: 104px 0 0;
  overflow: hidden;
}
.mp2-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}

.mp2-hero__inner {
  display: grid;
  grid-template-columns: 1fr 55%;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.mp2-hero__content { padding-bottom: 80px; }

.mp2-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.72);
  font-family: var(--font-en), sans-serif;
  letter-spacing: .06em;
  margin: 0 0 0;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,.14);
}
.mp2-hero__eyebrow-h1 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,.72);
  font-family: var(--font-en), sans-serif;
  letter-spacing: .06em;
  margin: 6px 0 28px;
  padding: 0;
}
.mp2-hero__dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }

.mp2-hero__title {
  font-family: var(--font-en), 'Inter', sans-serif;
  font-size: clamp(68px, 9.5vw, 116px);
  font-weight: 900;
  letter-spacing: -.04em;
  color: #fff;
  line-height: .92;
  margin: 0 0 28px;
}
.mp2-hero__period { color: var(--green); }

.mp2-hero__catch {
  font-size: clamp(20px, 2.6vw, 27px);
  font-weight: 700;
  color: rgba(255,255,255,.96);
  line-height: 1.5;
  margin: 0 0 18px;
}
.mp2-hero__lead {
  font-size: 16px;
  color: rgba(255,255,255,.75);
  margin: 0 0 40px;
  line-height: 1.85;
  max-width: 460px;
}
.mp2-hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.mp2-hero__free-note {
  font-size: 13px;
  color: rgba(255,255,255,.62);
  margin: 14px 0 0;
  line-height: 1.55;
}
.mp2-hero__free-note strong { color: var(--green); font-weight: 700; }

.mp2-hero__vis { align-self: center; }

/* ---- ブラウザウィンドウ風フレーム ---- */
@keyframes mp2-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}
.mp2-hero__browser {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,.55), 0 4px 16px rgba(0,0,0,.3);
  animation: mp2-float 5s ease-in-out infinite;
}
.mp2-hero__browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #2a2d3a;
}
.mp2-hero__browser-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.22);
  flex-shrink: 0;
}
.mp2-hero__browser-dot:nth-child(1) { background: #ff5f57; }
.mp2-hero__browser-dot:nth-child(2) { background: #febc2e; }
.mp2-hero__browser-dot:nth-child(3) { background: #28c840; }
.mp2-hero__browser-url {
  margin-left: 10px;
  font-size: 11px;
  color: rgba(255,255,255,.45);
  font-family: var(--font-en), sans-serif;
  letter-spacing: .02em;
}
.mp2-hero__screen {
  display: block;
  width: 100%;
  height: auto;
}

.mp2-illo-svg {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 48px rgba(0,0,0,.3));
}

.mp2-hero__rule {
  height: 6px;
  background: linear-gradient(90deg, var(--blue) 0%, var(--green) 33%, var(--yellow) 66%, var(--red) 100%);
  margin-top: 80px;
}

/* 旧モックアップ（非表示） */
.mp2-mockup { display: none; }

/* ================================================================
   3 FEATURE CARDS — colored-top design
   ================================================================ */
/* ---- アプリ画面イメージ ---- */
.mp2-appscreen { background: #f8f9fa; padding: 56px 0 0; }
.mp2-appscreen__img { display: block; width: 100%; height: auto; border-radius: 8px 8px 0 0; box-shadow: 0 -4px 24px rgba(0,0,0,.10); }

.mp2-f3-sec { padding: 96px 0; background: #fff; }
.mp2-f3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* ---- エディトリアル・インデックスカード ---- */
.mp2-f3-card {
  --accent: var(--blue);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 34px 38px;
  background: #fff;
  border: 1px solid var(--border);
  overflow: hidden;
  transition: transform .45s cubic-bezier(.22,.61,.36,1),
              box-shadow .45s cubic-bezier(.22,.61,.36,1),
              border-color .45s ease;
}
.mp2-f3-card:nth-child(2) { --accent: var(--green); }
.mp2-f3-card:nth-child(3) { --accent: #c07c00; }

/* 上部：番号＋ラベル */
.mp2-f3-card__head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 22px;
}
.mp2-f3-num {
  font-family: var(--font-en), 'Inter', sans-serif;
  font-size: 88px;
  font-weight: 900;
  line-height: .82;
  letter-spacing: -.05em;
  color: var(--accent);
  transition: color .45s ease;
}
.mp2-f3-tag {
  font-family: var(--font-en), sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .24em;
  color: var(--sub);
  text-transform: uppercase;
}

/* 巨大ゴースト番号（背面装飾） */
.mp2-f3-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -30px;
  width: 200px;
  height: 200px;
  background: var(--accent);
  opacity: .05;
  transform: rotate(45deg);
  transition: opacity .45s ease, transform .45s ease;
  pointer-events: none;
}

.mp2-f3-h {
  font-size: 23px;
  font-weight: 800;
  color: var(--text);
  line-height: 1.42;
  letter-spacing: -.01em;
  margin: 0 0 16px;
}
.mp2-f3-d {
  font-size: 16px;
  color: var(--body);
  line-height: 1.85;
  margin: 0;
  flex: 1;
}

/* 下部アクセントバー（ホバーで伸びる） */
.mp2-f3-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s cubic-bezier(.22,.61,.36,1);
}

/* ホバー */
.mp2-f3-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: 0 18px 40px rgba(0,0,0,.10);
}
.mp2-f3-card:hover .mp2-f3-bar { transform: scaleX(1); }
.mp2-f3-card:hover::before { opacity: .09; transform: rotate(45deg) translateY(-12px); }

.mp2-f3-banner,
.mp2-f3-sl,
.mp2-f3-label,
.mp2-f3-vis,
.mp2-f3-vis-h,
.mp2-f3-illo,
.mp2-f3-em { display: none; }

/* ================================================================
   WHY MEIPEER（比較）
   ================================================================ */
.mp2-why-sec { padding: 96px 0; background: var(--off); }

/* MeiPeer列を「主役」として浮き立たせるスポットライト型比較表 */
.mp2-cmp2 {
  --cmp-feat: 190px;
  position: relative;
  padding-top: 14px;
}
.mp2-cmp2__head {
  display: grid;
  grid-template-columns: var(--cmp-feat) 1fr 1fr;
  align-items: stretch;
}
.mp2-cmp2__feat-col { padding: 18px 24px; }
.mp2-cmp2__me-col {
  margin-top: -14px;
  padding: 22px 26px;
  background: var(--green);
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 -6px 24px rgba(52,168,83,.28);
}
.mp2-cmp2__ot-col {
  padding: 22px 26px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--sub);
}
.mp2-cmp2__badge {
  font-family: var(--font-en), sans-serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -.01em;
  color: #fff;
}
.mp2-cmp2__badge-tag {
  font-family: var(--font-en), sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  color: var(--green);
  background: #fff;
  padding: 4px 9px;
}

.mp2-cmp2__row {
  display: grid;
  grid-template-columns: var(--cmp-feat) 1fr 1fr;
  align-items: stretch;
}

.mp2-cmp2__feat {
  padding: 20px 24px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--sub);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border);
}
.mp2-cmp2__txt { min-width: 0; }
.mp2-cmp2__link { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.mp2-cmp2__link:hover { opacity: .8; }

/* MeiPeer列：白背景＋緑のスパイン、太字で強調された主役カラム */
.mp2-cmp2__me {
  padding: 20px 26px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  background: #fff;
  border-left: 1px solid rgba(52,168,83,.5);
  border-right: 1px solid rgba(52,168,83,.5);
  border-bottom: 1px solid var(--cmp-line, #e8f3ec);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background .25s ease;
}
.mp2-cmp2__row:last-child .mp2-cmp2__me { border-bottom: 1px solid rgba(52,168,83,.5); }
.mp2-cmp2__row:hover .mp2-cmp2__me { background: #f3fbf6; }

/* 他社列：彩度を落として控えめに */
.mp2-cmp2__ot {
  padding: 20px 26px;
  font-size: 14px;
  color: var(--sub);
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border);
}
.mp2-cmp2__ico { width: 18px; height: 18px; flex-shrink: 0; }

.mp2-why-note {
  margin: 28px 0 0;
  font-size: 16px;
  color: var(--body);
  padding: 18px 22px;
  background: #fff;
  border: 1px solid var(--border);
  border-left: 4px solid var(--blue);
  line-height: 1.65;
}

/* ================================================================
   FEATURES（機能ショーケース）
   ================================================================ */
.mp2-feat-sec { padding: 96px 0; background: #fff; }

.mp2-fshow {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
  margin-bottom: 4px;
  counter-reset: fshow;
}

.mp2-fshow__item {
  --fa: var(--blue);
  display: grid;
  grid-template-columns: 340px 1fr;
  border-bottom: 1px solid var(--border);
}
.mp2-fshow__item:last-child { border-bottom: none; }
.mp2-fshow__item:nth-child(2) { --fa: var(--green); }
.mp2-fshow__item:nth-child(3) { --fa: #c87d00; }
.mp2-fshow__item:nth-child(4) { --fa: #EA4335; }

.mp2-fshow__item--rev { grid-template-columns: 1fr 340px; }
.mp2-fshow__item--rev .mp2-fshow__vis {
  order: 2;
  border-left: 1px solid var(--border);
  border-right: none;
}
.mp2-fshow__item--rev .mp2-fshow__body { order: 1; }

.mp2-fshow__vis {
  counter-increment: fshow;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  padding: 52px 44px;
  background: color-mix(in srgb, var(--fa) 7%, #fff);
  border-right: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
/* FEATURE ラベル */
.mp2-fshow__vis::before {
  content: "FEATURE " counter(fshow, decimal-leading-zero);
  position: relative;
  z-index: 1;
  font-family: var(--font-en), sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  color: var(--fa);
}
/* 主役の大型ナンバー */
.mp2-fshow__vis::after {
  content: counter(fshow, decimal-leading-zero);
  position: relative;
  z-index: 1;
  font-family: var(--font-en), sans-serif;
  font-size: 132px;
  font-weight: 900;
  letter-spacing: -.05em;
  color: var(--fa);
  line-height: .82;
  pointer-events: none;
  user-select: none;
  transition: transform .5s cubic-bezier(.22,.61,.36,1);
}
/* 背面の薄い装飾ナンバー（はみ出し） */
.mp2-fshow__vis-ghost { display: none; }
.mp2-fshow__item:hover .mp2-fshow__vis::after { transform: translateX(6px); }

.mp2-fshow__num {
  font-family: var(--font-en), sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
  color: var(--sub);
  margin: 0;
  text-transform: uppercase;
}
.mp2-fshow__icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mp2-fshow__icon--blue { color: var(--blue); }
.mp2-fshow__icon--green { color: var(--green); }
.mp2-fshow__icon--yellow { color: #c87d00; }
.mp2-fshow__icon svg { width: 100%; height: 100%; }

.mp2-fshow__mock {
  width: 100%;
  max-width: 168px;
}
.mp2-fshow__mock svg {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 28px rgba(0,0,0,.18));
}

.mp2-fshow__body { padding: 48px 52px; }
.mp2-fshow__h {
  position: relative;
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  margin: 0 0 16px;
  padding-top: 18px;
  line-height: 1.45;
}
.mp2-fshow__h::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 4px;
  background: var(--fa);
}
.mp2-fshow__d {
  font-size: 16px;
  color: var(--body);
  line-height: 1.82;
  margin: 0 0 18px;
}
.mp2-fshow__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mp2-fshow__list li {
  font-size: 15px;
  color: var(--body);
  line-height: 1.62;
  padding-left: 18px;
  position: relative;
}
.mp2-fshow__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .6em;
  width: 6px;
  height: 6px;
  background: var(--fa);
}

/* サブ機能 */
.mp2-feat-sub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-top: 4px;
}
.mp2-feat-sub__item {
  background: var(--off);
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mp2-feat-sub__item svg { width: 24px; height: 24px; color: var(--blue); }
.mp2-feat-sub__t { font-size: 17px; font-weight: 800; color: var(--text); margin: 0; }
.mp2-feat-sub__d { font-size: 16px; color: var(--body); margin: 0; line-height: 1.7; }

/* ================================================================
   SECURITY
   ================================================================ */
.mp2-secu-sec {
  padding: 96px 0;
  background: var(--navy);
  border-top: 4px solid var(--green);
}
.mp2-secu-sec .mp2-section-en { color: var(--green); }
.mp2-secu-sec .mp2-section-en::before { background: var(--green); }
.mp2-secu-sec .mp2-section-h2 { color: #fff; }
.mp2-secu-sec .mp2-section-lead { color: #b0c0d8; margin-top: 8px; }

.mp2-secu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.mp2-secu__item {
  position: relative;
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.10);
  padding: 36px 30px 34px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform .45s cubic-bezier(.22,.61,.36,1),
              background .45s ease, border-color .45s ease;
}
/* 上部：アイコン＋背面の大型番号 */
.mp2-secu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.mp2-secu__ico {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  border: 1px solid rgba(52,168,83,.4);
  background: rgba(52,168,83,.10);
}
.mp2-secu__ico svg { width: 26px; height: 26px; }
.mp2-secu__no {
  font-family: var(--font-en), sans-serif;
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1;
  color: rgba(255,255,255,.08);
  transition: color .45s ease;
}
/* 下部の伸びるアクセントライン */
.mp2-secu__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s cubic-bezier(.22,.61,.36,1);
}
.mp2-secu__item:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,.06);
  border-color: rgba(52,168,83,.55);
}
.mp2-secu__item:hover::after { transform: scaleX(1); }
.mp2-secu__item:hover .mp2-secu__no { color: rgba(52,168,83,.35); }

.mp2-secu__t { font-size: 18px; font-weight: 700; color: #fff; margin: 0 0 14px; line-height: 1.5; }
.mp2-secu__d { font-size: 15px; color: #b0c0d8; margin: 0; line-height: 1.72; }

/* ================================================================
   PRICING（料金）— Google Blue 背景
   ================================================================ */
.mp2-price-sec {
  padding: 96px 0;
  background: var(--blue);
  position: relative;
  overflow: hidden;
}
.mp2-price-sec::before {
  content: '¥0';
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-en), 'Inter', sans-serif;
  font-size: clamp(180px, 22vw, 340px);
  font-weight: 900;
  letter-spacing: -.06em;
  color: rgba(255,255,255,.07);
  line-height: 1;
  pointer-events: none;
  white-space: nowrap;
  user-select: none;
}

.mp2-price-split {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.mp2-price-split__label {
  border-right: 1px solid rgba(255,255,255,.25);
  padding-right: 56px;
}
.mp2-price-split__body { max-width: 520px; }
.mp2-price-split__label .mp2-section-en { color: rgba(255,255,255,.78); }
.mp2-price-split__label .mp2-section-en::before { background: rgba(255,255,255,.5); }
.mp2-price-split__h2 { font-size: 36px; font-weight: 900; color: #fff; margin: 8px 0 0; white-space: nowrap; }

/* 無料プランカード（ブルー背景に浮かぶ） */
.mp2-price-card {
  position: relative;
  background: #fff;
  padding: 44px 48px 46px;
  box-shadow: 0 26px 60px rgba(0,0,0,.22);
  border-top: 4px solid var(--green);
}
.mp2-price-card__badge {
  display: inline-block;
  font-family: var(--font-en), sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  color: #fff;
  background: var(--green);
  padding: 5px 13px;
  margin-bottom: 16px;
}

.mp2-price__free {
  font-family: var(--font-en), 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--sub);
  margin: 0;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.mp2-price__yen {
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 700;
  color: var(--sub);
  line-height: 1.1;
}
.mp2-price__free strong {
  font-size: clamp(88px, 12vw, 132px);
  font-weight: 900;
  color: var(--blue);
  letter-spacing: -.05em;
  line-height: .82;
  display: inline-block;
}
.mp2-price__cond {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  margin: 12px 0 8px;
  line-height: 1.55;
}
.mp2-price__sub { font-size: 16px; color: var(--body); margin: 0 0 22px; line-height: 1.7; }

.mp2-price-card__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 24px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mp2-price-card__list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.5;
}
.mp2-price-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background: var(--green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 7'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4L19 7'/%3E%3C/svg%3E") center/contain no-repeat;
}
.mp2-price__note { font-size: 13px; color: var(--sub); margin: 0 0 28px; line-height: 1.6; }
.mp2-price-card__btn { width: 100%; justify-content: center; }

/* ================================================================
   GUIDE（使い方）
   ================================================================ */
.mp2-guide-sec { padding: 96px 0; background: var(--off); }

.mp2-guide { border: 1px solid var(--border); background: #fff; }
.mp2-guide__item { border-bottom: 1px solid var(--border); }
.mp2-guide__item:last-child { border-bottom: none; }
.mp2-guide__q {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-family: var(--font-ja), sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  text-align: left;
  transition: background .15s;
}
.mp2-guide__q:hover { background: #f8f9fc; }
.mp2-guide__chev { width: 18px; height: 18px; flex-shrink: 0; color: var(--sub); transition: transform .25s; }
.mp2-guide__item.is-open .mp2-guide__chev { transform: rotate(-180deg); }
.mp2-guide__a { padding: 0 28px; }
.mp2-guide__a p { font-size: 16px; color: var(--body); line-height: 1.78; margin: 0 0 20px; }
.mp2-guide__steps { padding-left: 20px; margin: 0 0 20px; display: flex; flex-direction: column; gap: 8px; }
.mp2-guide__steps li { font-size: 16px; color: var(--body); line-height: 1.65; }

/* ================================================================
   FAQ
   ================================================================ */
.mp2-faq-sec { padding: 96px 0; background: #fff; }
.mp2-faq { border-top: 3px solid var(--text); }
.mp2-faq__item { border-bottom: 1px solid var(--border); }
.mp2-faq__q {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 4px 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-family: var(--font-ja), sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  text-align: left;
  transition: color .15s;
}
.mp2-faq__q:hover { color: var(--blue) !important; background: none !important; }
.mp2-faq__q:focus,
.mp2-faq__q:focus-visible,
.mp2-faq__q:active { outline: none !important; box-shadow: none !important; background: none !important; color: var(--text) !important; }
.mp2-faq__chev { width: 18px; height: 18px; flex-shrink: 0; color: var(--sub); transition: transform .25s; }
.mp2-faq__item.is-open .mp2-faq__chev { transform: rotate(-180deg); }
.mp2-faq__a { padding: 0; }
.mp2-faq__a p {
  font-size: 16px;
  color: var(--body);
  line-height: 1.78;
  margin: 0;
  padding: 0 0 22px 0;
}

/* ================================================================
   CTA
   ================================================================ */
.mp2-cta-sec {
  background: var(--ink);
  padding: 96px 0;
  position: relative;
  overflow: hidden;
}
.mp2-cta__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}
.mp2-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 80px;
}
.mp2-cta__catch {
  flex: 1;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900;
  color: #fff;
  line-height: 1.28;
  letter-spacing: -.02em;
  margin: 0;
}
.mp2-cta__br { display: none; }
.mp2-cta__side { flex: 0 0 auto; display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.mp2-cta__sub { font-size: 16px; color: rgba(255,255,255,.85); margin: 0; }
.mp2-cta__contact { font-size: 14px; color: rgba(255,255,255,.72); margin: 0; }
.mp2-cta__contact a { color: rgba(255,255,255,.92); text-decoration: none; }
.mp2-cta__contact a:hover { color: #fff; }
.mp2-cta__contact small { display: block; margin-top: 2px; font-size: 12px; color: rgba(255,255,255,.55); }

/* ================================================================
   背景デコレーション（ドット・斜線・縦組み英字）
   ================================================================ */
.mp2-f3-sec,
.mp2-why-sec,
.mp2-feat-sec,
.mp2-secu-sec,
.mp2-guide-sec,
.mp2-faq-sec { position: relative; overflow: hidden; }

/* コンテンツを装飾より前面へ */
.mp2-f3-sec > .mp2-container,
.mp2-why-sec > .mp2-container,
.mp2-feat-sec > .mp2-container,
.mp2-secu-sec > .mp2-container,
.mp2-guide-sec > .mp2-container,
.mp2-faq-sec > .mp2-container { position: relative; z-index: 2; }

/* ドットグリッド（明るいセクションの隅に） */
.mp2-f3-sec::before,
.mp2-feat-sec::before,
.mp2-faq-sec::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 340px;
  height: 340px;
  background-image: radial-gradient(rgba(10,22,40,.10) 1.4px, transparent 1.4px);
  background-size: 18px 18px;
  z-index: 0;
  pointer-events: none;
}
.mp2-feat-sec::before { top: auto; bottom: -30px; right: auto; left: -30px; }

/* ドットグリッド（ダーク：セキュリティ） */
.mp2-secu-sec::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 340px;
  height: 340px;
  background-image: radial-gradient(rgba(255,255,255,.10) 1.4px, transparent 1.4px);
  background-size: 18px 18px;
  z-index: 0;
  pointer-events: none;
}

/* 斜めの細線ハッチ（off 背景セクション） */
.mp2-why-sec::before,
.mp2-guide-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(10,22,40,.028) 0,
    rgba(10,22,40,.028) 1px,
    transparent 1px,
    transparent 12px
  );
  z-index: 0;
  pointer-events: none;
}

/* 縦組みの英語サイドラベル */
.mp2-f3-sec::after,
.mp2-why-sec::after,
.mp2-feat-sec::after,
.mp2-secu-sec::after,
.mp2-guide-sec::after {
  position: absolute;
  top: 100px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: var(--font-en), sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .4em;
  text-transform: uppercase;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}
.mp2-f3-sec::after   { content: "FEATURES";   right: 22px; color: rgba(10,22,40,.16); }
.mp2-why-sec::after  { content: "COMPARISON"; left: 22px;  color: rgba(10,22,40,.15); }
.mp2-feat-sec::after { content: "FUNCTIONS";  right: 22px; color: rgba(10,22,40,.16); }
.mp2-secu-sec::after { content: "SECURITY";   right: 24px; color: rgba(255,255,255,.14); }
.mp2-guide-sec::after{ content: "HOW TO USE"; left: 22px;  color: rgba(10,22,40,.15); }

/* 狭い画面では縦組みラベルを隠す（本文と干渉するため） */
@media (max-width: 1180px) {
  .mp2-f3-sec::after,
  .mp2-why-sec::after,
  .mp2-feat-sec::after,
  .mp2-secu-sec::after,
  .mp2-guide-sec::after { display: none; }
}

/* ================================================================
   モーション（スタッガー出現・マイクロインタラクション）
   ================================================================ */
/* 子要素を時間差で出現 */
.mp2-stagger-init {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.22,.61,.36,1);
  transition-delay: var(--mp2-d, 0ms);
  will-change: opacity, transform;
}
.mp2-stagger-in { opacity: 1; transform: none; }

/* 大型ナンバーのスライド出現 */
.mp2-fshow__item .mp2-fshow__vis::after,
.mp2-f3-num {
  transition: transform .7s cubic-bezier(.22,.61,.36,1), opacity .7s ease;
}
.mp2-stagger-init .mp2-fshow__vis::after,
.mp2-stagger-init.mp2-f3-card .mp2-f3-num { opacity: 0; transform: translateX(-18px); }
.mp2-stagger-in .mp2-fshow__vis::after,
.mp2-stagger-in.mp2-f3-card .mp2-f3-num { opacity: 1; transform: none; }

/* ¥0 のポップ */
.mp2-price-card .mp2-price__free strong {
  transition: transform .7s cubic-bezier(.34,1.56,.64,1), opacity .5s ease;
}
.js-mp2-reveal:not(.is-visible) .mp2-price-card .mp2-price__free strong {
  opacity: 0;
  transform: scale(.6);
}

/* セクション見出しの英字ラベル：下線をのばす */
.mp2-section-en { position: relative; }
.mp2-section-en::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 100%;
  background: currentColor;
  opacity: .35;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .7s cubic-bezier(.22,.61,.36,1) .15s;
}
.js-mp2-reveal.is-visible .mp2-section-en::after { transform: scaleX(1); }

/* ボタンのホバー・モーション */
.mp2-btn {
  transition: transform .28s cubic-bezier(.22,.61,.36,1),
              box-shadow .28s ease, opacity .2s ease, background .2s ease;
}
.mp2-btn--primary:hover,
.mp2-btn--white:hover,
.mp2-btn--cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,0,0,.20);
  opacity: 1;
}
.mp2-btn--primary:active,
.mp2-btn--white:active,
.mp2-btn--cta:active { transform: translateY(-1px); }

/* CTA矢印が前に出る（▶ を含むボタン全般） */
.mp2-btn { position: relative; }

/* Hero のカラードットをゆっくり点滅 */
@keyframes mp2-dot-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: .5; transform: scale(.82); }
}
.mp2-hero__dot { animation: mp2-dot-pulse 2.6s ease-in-out infinite; }
.mp2-hero__dot:nth-child(2) { animation-delay: .25s; }
.mp2-hero__dot:nth-child(3) { animation-delay: .5s; }
.mp2-hero__dot:nth-child(4) { animation-delay: .75s; }

@media (prefers-reduced-motion: reduce) {
  .mp2-stagger-init { opacity: 1 !important; transform: none !important; }
  .mp2-hero__dot { animation: none; }
}

/* ================================================================
   RESPONSIVE — 900px
   ================================================================ */
@media (max-width: 900px) {
  .mp2-container { padding: 0 24px; }

  .mp2-hero { padding: 72px 0 0; }
  .mp2-hero__inner { grid-template-columns: 1fr; gap: 48px; }
  .mp2-hero__content { padding-bottom: 0; }
  .mp2-hero__vis { max-width: 480px; margin: 0 auto; }
  .mp2-hero__rule { margin-top: 48px; }

  .mp2-f3-grid { grid-template-columns: 1fr; gap: 20px; max-width: 480px; margin: 0 auto; }
  .mp2-f3-num { font-size: 72px; }

  /* 比較表：機能ごとのカード型（MeiPeerを主役に） */
  .mp2-cmp2 { padding-top: 0; }
  .mp2-cmp2__head { display: none; }
  .mp2-cmp2__row {
    display: block;
    background: #fff;
    border: 1px solid var(--border);
    margin-bottom: 16px;
    overflow: hidden;
  }
  .mp2-cmp2__feat {
    display: block;
    padding: 13px 18px;
    font-size: 15px;
    font-weight: 800;
    color: var(--text);
    background: var(--off);
    border: none;
    border-bottom: 1px solid var(--border);
  }
  .mp2-cmp2__me {
    padding: 16px 18px;
    background: #f3fbf6;
    border: none;
    border-left: 4px solid var(--green);
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
  }
  .mp2-cmp2__ot {
    padding: 14px 18px 15px;
    border: none;
    border-top: 1px dashed var(--border);
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: var(--sub);
  }
  .mp2-cmp2__me .mp2-cmp2__ico,
  .mp2-cmp2__ot .mp2-cmp2__ico { margin-top: 1px; }
  .mp2-cmp2__me::before,
  .mp2-cmp2__ot::before {
    flex: 0 0 auto;
    align-self: flex-start;
    font-family: var(--font-en), sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1;
    padding: 4px 7px;
    margin-top: 1px;
    white-space: nowrap;
  }
  .mp2-cmp2__me::before { content: "MeiPeer"; color: #fff; background: var(--green); }
  .mp2-cmp2__ot::before { content: "一般"; color: var(--sub); background: #e6e8ec; }

  .mp2-fshow__item,
  .mp2-fshow__item--rev { grid-template-columns: 1fr; }
  .mp2-fshow__item--rev .mp2-fshow__vis { order: 0; border-left: none; border-right: none; border-top: 1px solid var(--border); }
  .mp2-fshow__vis { min-height: 120px; border-right: none; border-bottom: 1px solid var(--border); flex-direction: column; align-items: center; justify-content: center; padding: 28px 24px; }
  .mp2-fshow__vis::after { font-size: 64px; }
  .mp2-fshow__body { padding: 28px; }
  .mp2-feat-sub { grid-template-columns: 1fr; }

  .mp2-secu-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; background: transparent; }

  .mp2-price-split { grid-template-columns: 1fr; gap: 40px; }
  .mp2-price-split__label { border-right: none; border-bottom: 1px solid rgba(255,255,255,.25); padding-right: 0; padding-bottom: 32px; }
  .mp2-price__free strong { font-size: 80px; }

  .mp2-cta__inner { flex-direction: column; gap: 40px; align-items: flex-start; }
  .mp2-cta__br { display: inline; }
}

/* ================================================================
   RESPONSIVE — 600px
   ================================================================ */
@media (max-width: 600px) {
  .mp2-section-h2 { font-size: 26px; }
  .mp2-section-hd { margin-bottom: 40px; }


  .mp2-fshow__body { padding: 24px 20px; }
  .mp2-fshow__h { font-size: 18px; }

  .mp2-secu-grid { grid-template-columns: 1fr; }

  .mp2-hero__cta { flex-direction: column; align-items: flex-start; }
  .mp2-btn { width: 100%; text-align: center; justify-content: center; }

  .mp2-guide__q, .mp2-faq__q { font-size: 16px; }
  .mp2-guide__q { padding: 18px 20px; }
  .mp2-faq__q { padding: 18px 0; }
  .mp2-guide__a { padding: 0 16px; }

  .mp2-cta-sec { padding: 64px 0; }
}

/* ================================================================
   FLOATING DOWNLOAD WIDGET
   ================================================================ */
.mp2-dl-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9000;
  width: 236px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0,0,0,.18), 0 2px 8px rgba(0,0,0,.06);
  overflow: hidden;
  transform: translateY(calc(100% + 40px));
  opacity: 0;
  transition: transform .4s cubic-bezier(.34,1.56,.64,1), opacity .3s ease;
  pointer-events: none;
}
.mp2-dl-widget.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mp2-dl-widget__head { background: var(--navy); padding: 16px 40px 14px 16px; position: relative; }
.mp2-dl-widget__dots { display: flex; gap: 5px; margin-bottom: 10px; }
.mp2-dl-widget__dots span { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.mp2-dl-widget__name { font-size: 18px; font-weight: 800; color: #fff; margin: 0 0 3px; letter-spacing: -.01em; }
.mp2-dl-widget__name span { color: var(--blue); }
.mp2-dl-widget__sub { font-size: 12.5px; color: rgba(255,255,255,.72); margin: 0; white-space: nowrap; }
.mp2-dl-widget__close { position: absolute; top: 10px; right: 10px; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.12) !important; border: none !important; border-radius: 50% !important; color: rgba(255,255,255,.7) !important; cursor: pointer; padding: 0; box-shadow: none !important; }
.mp2-dl-widget__close:hover { background: rgba(255,255,255,.22) !important; color: #fff !important; }
.mp2-dl-widget__body { padding: 14px 16px 16px; }
.mp2-dl-widget__badges { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 11px; }
.mp2-dl-widget__badge { font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 20px; }
.mp2-dl-widget__badge--blue  { background: #e8f0fe; color: var(--blue); }
.mp2-dl-widget__badge--green { background: #e6f4ea; color: var(--green); }
.mp2-dl-widget__badge--yellow { background: #fef9e3; color: #c87d00; }
.mp2-dl-widget__note { font-size: 14px; color: var(--text); margin: 0 0 10px; font-weight: 700; }
.mp2-dl-widget__cta { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 11px 12px; background: var(--blue); color: #fff !important; font-size: 13px; font-weight: 800; text-decoration: none !important; border-radius: 8px; }
.mp2-dl-widget__cta::before { content: '📄'; font-style: normal; }
.mp2-dl-widget__cta:hover { background: #3367d6; }
button.mp2-dl-widget__cta { cursor: pointer; border: none; width: 100%; }
/* ウィジェット フォーム画面 */
.mp2-dl-widget__head--form { display: flex; align-items: center; gap: 8px; padding-right: 44px; }
.mp2-dl-widget__back { background: rgba(255,255,255,.12) !important; border: none !important; border-radius: 50% !important; box-shadow: none !important; width: 24px !important; height: 24px !important; min-width: 0 !important; padding: 0 !important; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.8) !important; cursor: pointer; flex-shrink: 0; }
.mp2-dl-widget__back:hover { background: rgba(255,255,255,.22) !important; color: #fff !important; }
.mp2-dl-widget__form-title { font-size: 14px; font-weight: 700; color: #fff; margin: 0 0 2px; line-height: 1.3; }
.mp2-dl-widget__form-sub { font-size: 10px; color: rgba(255,255,255,.55); margin: 0; }
.mp2-dl-widget__form-error { font-size: 11px; color: #dc2626; margin: 0 0 8px; display: none; }
.mp2-dl-widget__form-error.is-shown { display: block; }
.mp2-dl-widget__form-field { margin-bottom: 10px; }
.mp2-dl-widget__form-label { display: block; font-size: 11px; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.mp2-dl-widget__form-input { display: block; width: 100%; padding: 8px 10px; border: 1.5px solid var(--border); border-radius: 6px; font-size: 13px; font-family: inherit; color: var(--text); background: #fff; transition: border-color .18s; box-sizing: border-box; }
.mp2-dl-widget__form-input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 2px rgba(66,133,244,.14); }
.mp2-dl-widget__form-submit[type="submit"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 2px 0 0;
  padding: 11px 10px;
  background: var(--blue);
  background-color: var(--blue);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  text-align: center;
  transition: background .18s;
}
/* プライバシー同意 */
.mp2-dl-widget__form-check { display: flex; align-items: flex-start; gap: 7px; margin: 2px 0 12px; cursor: pointer; }
.mp2-dl-widget__form-check input { margin: 2px 0 0; width: 15px; height: 15px; flex-shrink: 0; accent-color: var(--blue); }
.mp2-dl-widget__form-check span { font-size: 11px; line-height: 1.55; color: var(--body); }
.mp2-dl-widget__form-check a { color: var(--blue); text-decoration: underline; }
.mp2-dl-widget__form-submit:hover:not(:disabled) { background: #3367d6; }
.mp2-dl-widget__form-submit:disabled { opacity: .65; cursor: not-allowed; }
/* ウィジェット 完了画面 */
.mp2-dl-widget__ok { text-align: center; padding: 4px 0; }
.mp2-dl-widget__ok-icon { font-size: 38px; margin-bottom: 10px; }
.mp2-dl-widget__ok-title { font-size: 14px; font-weight: 800; color: var(--text); margin: 0 0 8px; }
.mp2-dl-widget__ok-body { font-size: 12px; color: var(--body); line-height: 1.7; margin: 0; }

/* ================================================================
   SHIRYO FORM & DOWNLOAD PAGE
   ================================================================ */
.shiryo-nav { background: var(--navy); padding: 13px 28px; display: flex; align-items: center; gap: 14px; }
.shiryo-nav__back { color: rgba(255,255,255,.6); text-decoration: none; font-size: 13px; display: flex; align-items: center; gap: 5px; }
.shiryo-nav__back:hover { color: #fff; }
.shiryo-nav__logo { color: #fff; font-size: 15px; font-weight: 800; letter-spacing: -.01em; }
.shiryo-nav__logo span { color: var(--blue); }
.shiryo-main { padding: 56px 16px 80px; background: var(--off); min-height: calc(100vh - 52px); }
.shiryo-card { max-width: 560px; margin: 0 auto; background: #fff; border-radius: 16px; padding: 48px 52px; box-shadow: 0 4px 24px rgba(0,0,0,.07); }
.shiryo-title { font-size: 22px; font-weight: 800; color: var(--navy); margin: 0 0 10px; }
.shiryo-lead { font-size: 15px; color: var(--body); line-height: 1.75; margin: 0 0 32px; }
.shiryo-field { margin-bottom: 20px; }
.shiryo-label { display: block; font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.shiryo-label .req { color: var(--blue); font-size: 11px; margin-left: 4px; font-weight: 700; }
.shiryo-label .opt { color: var(--sub); font-size: 11px; margin-left: 4px; font-weight: 400; }
.shiryo-input { display: block; width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: 8px; font-size: 15px; font-family: inherit; color: var(--text); background: #fff; transition: border-color .2s, box-shadow .2s; }
.shiryo-input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(66,133,244,.12); }
.shiryo-note { font-size: 12px; color: var(--sub); margin-top: 5px; }
.shiryo-error { background: #fef2f2; border: 1.5px solid #fca5a5; border-radius: 8px; padding: 12px 16px; font-size: 14px; color: #dc2626; margin-bottom: 24px; }
.shiryo-submit { width: 100%; padding: 14px; background: var(--blue); color: #fff; border: none; border-radius: 10px; font-size: 16px; font-weight: 800; cursor: pointer; font-family: inherit; margin-top: 8px; transition: background .2s; }
.shiryo-submit:hover { background: #3367d6; }
.shiryo-privacy { font-size: 12px; color: var(--sub); text-align: center; margin-top: 16px; line-height: 1.7; }
.shiryo-privacy a { color: var(--blue); }
.shiryo-sent { text-align: center; padding: 8px 0; }
.shiryo-sent__icon { font-size: 52px; margin-bottom: 20px; }
.shiryo-sent__title { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 12px; }
.shiryo-sent__body { font-size: 15px; color: var(--body); line-height: 1.85; margin-bottom: 36px; }
.shiryo-sent__back { display: inline-flex; align-items: center; gap: 6px; padding: 13px 28px; background: var(--navy); color: #fff !important; text-decoration: none !important; border-radius: 10px; font-size: 14px; font-weight: 700; }
.shiryo-sent__back:hover { background: #0a1a3e; }
.shiryo-dl { text-align: center; padding: 8px 0; }
.shiryo-dl__icon { font-size: 52px; margin-bottom: 20px; }
.shiryo-dl__title { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 12px; }
.shiryo-dl__body { font-size: 15px; color: var(--body); line-height: 1.85; margin-bottom: 28px; }
.shiryo-dl__btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: var(--blue); color: #fff !important; text-decoration: none !important; border-radius: 10px; font-size: 16px; font-weight: 800; }
.shiryo-dl__btn:hover { background: #3367d6; }
.shiryo-dl__contact { font-size: 13px; color: var(--sub); margin-top: 32px; }
.shiryo-dl__contact a { color: var(--blue); }
@media (max-width: 600px) {
  .shiryo-card { padding: 32px 20px; border-radius: 12px; }
  .shiryo-title { font-size: 19px; }
}

/* ================================================================
   フローティング資料DLウィジェット：スマホでは小型化
   ================================================================ */
@media (max-width: 600px) {
  .mp2-dl-widget {
    width: 200px;
    bottom: 14px;
    right: 12px;
    border-radius: 12px;
  }
  .mp2-dl-widget__head { padding: 11px 30px 10px 13px; }
  .mp2-dl-widget__dots { gap: 4px; margin-bottom: 7px; }
  .mp2-dl-widget__dots span { width: 6px; height: 6px; }
  .mp2-dl-widget__name { font-size: 15px; margin-bottom: 2px; }
  .mp2-dl-widget__sub { font-size: 9px; }
  .mp2-dl-widget__close { top: 8px; right: 8px; width: 20px; height: 20px; }
  .mp2-dl-widget__body { padding: 11px 12px 13px; }
  .mp2-dl-widget__sub { font-size: 11.5px; }
  .mp2-dl-widget__note { font-size: 13px; }
  .mp2-dl-widget__cta { padding: 10px 10px; font-size: 13px; }
  .mp2-dl-widget__form-submit[type="submit"] { font-size: 11px; padding: 11px 6px; letter-spacing: -.01em; }
}

/* ================================================================
   prefers-reduced-motion
   ================================================================ */
@media (prefers-reduced-motion: reduce) {
  .js-mp2-reveal { opacity: 1; transform: none; transition: none; }
  .mp2-guide__chev, .mp2-faq__chev { transition: none; }
  .mp2-btn { transition: none; }
  .mp2-secu__item { transition: none; }
}
