/* ━━ タイトル隠す ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.entry-header {
  display: none;
}

/* ━━ 基本リセット ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.shouka-lp {
  font-family:
    "Noto Sans JP",
    -apple-system,
    sans-serif;
  color: #1d1d1f;
}
.shouka-lp h1,
.shouka-lp h2,
.shouka-lp h3,
.shouka-lp h4,
.shouka-lp p,
.shouka-lp ul,
.shouka-lp li {
  margin: 0;
  padding: 0;
}
.shouka-lp a {
  text-decoration: none;
}

/* ━━ ヒーロー ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.shouka-hero {
  min-height: 56vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 72px 24px 48px;
  background:
    radial-gradient(
      ellipse 80% 60% at 20% 20%,
      rgba(0, 113, 227, 0.35) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 60% 50% at 80% 80%,
      rgba(30, 180, 255, 0.25) 0%,
      transparent 55%
    ),
    #a9d4ee;
  border-bottom: 1px solid rgba(0, 113, 227, 0.15);
}
.shouka-hero-eyebrow {
  font-size: 13px;
  font-weight: 500;
  color: #0071e3;
  letter-spacing: 0.3px;
  margin-bottom: 14px;
  display: block;
}
.shouka-grad {
  background: linear-gradient(135deg, #0071e3, #34aadc, #34aadc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ヒーローチップ：等幅・等高・テーマ干渉対策で !important */
.shouka-chip {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 calc(25% - 6px) !important;
  height: 44px !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  color: #1d1d1f !important;
  background: rgba(255, 255, 255, 0.55) !important;
  border-radius: 12px !important;
  border: 0.5px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) !important;
  transition:
    background 0.2s,
    box-shadow 0.2s,
    color 0.2s !important;
}
.shouka-chip:hover {
  background: rgba(255, 255, 255, 0.9) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
  color: #0071e3 !important;
}
.shouka-cta-chip {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 52px !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  color: #fff !important;
  background: linear-gradient(135deg, #f97c3a, #ffb07a) !important;
  border-radius: 12px !important;
  border: none !important;
  box-shadow: 0 4px 16px rgba(249, 124, 58, 0.28) !important;
  text-decoration: none !important;
  gap: 8px !important;
  transition: opacity 0.2s !important;
  margin-bottom: 8px !important;
}
.shouka-cta-chip:hover {
  opacity: 0.85 !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* ━━ セクション共通 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.shouka-sec {
  padding: 96px 0;
}
.shouka-bg {
  background: #eaf3fb;
}
.shouka-bg2 {
  background: #f5faff;
}
.shouka-eyebrow {
  font-size: 13px;
  font-weight: 500;
  color: #0071e3;
  letter-spacing: 0.2px;
  display: block;
  margin-bottom: 16px;
}
.shouka-hl {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.5px;
  color: #1d1d1f;
  margin-bottom: 80px;
}
.shouka-sub {
  font-size: 17px;
  font-weight: 400;
  color: #4e4e53;
  line-height: 1.65;
  max-width: 540px;
}

/* h2中央揃えラッパー（float解除 + flex中央） */
.shouka-hdr {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

/* ━━ 昇華ユニフォームとは ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.shouka-compare-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px;
  margin-bottom: 12px;
  box-shadow:
    0 2px 12px rgba(0, 0, 0, 0.06),
    0 0 0 0.5px rgba(0, 0, 0, 0.04);
}
.shouka-compare-card:last-child {
  margin-bottom: 0;
}
.shouka-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 3px 10px;
  border-radius: 980px;
  margin-bottom: 10px;
}
.shouka-tag-n {
  background: #f0f0f0;
  color: #666;
}
.shouka-tag-s {
  background: #0071e3;
  color: #fff;
}
.shouka-cbody {
  font-size: 15px;
  color: #4e4e53;
  line-height: 1.7;
  font-weight: 400;
}
.shouka-cbody strong {
  color: #1d1d1f;
  font-weight: 500;
}

/* ━━ メリット ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.shouka-merit-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 32px;
  box-shadow:
    0 2px 16px rgba(0, 0, 0, 0.05),
    0 0 0 0.5px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
}

.shouka-mnum {
  font-size: 11px;
  font-weight: 600;
  color: #0071e3;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.shouka-mtitle {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #1d1d1f;
  margin-bottom: 10px;
}
.shouka-mbody {
  font-size: 14px;
  font-weight: 400;
  color: #4e4e53;
  line-height: 1.75;
}

/* ━━ ブランドチップ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.shouka-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 600px) {
  .shouka-brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 601px) and (max-width: 900px) {
  .shouka-brand-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.shouka-bchip {
  background: #fff;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #1d1d1f;
  text-align: center;
  padding: 10px 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.2s;
  box-sizing: border-box;
}
.shouka-bchip:hover {
  background: #0071e3;
  color: #fff;
  border-color: #0071e3;
  transform: scale(1.03);
  box-shadow: 0 4px 16px rgba(0, 113, 227, 0.2);
}
.shouka-bchip:hover .shouka-blogo {
  filter: brightness(0) invert(1);
}
.shouka-blogo {
  height: 28px;
  width: auto;
  max-width: 80%;
  object-fit: contain;
  display: block;
  transition: filter 0.2s;
}

/* ━━ 診断セクション（オレンジグラデーション） ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.shouka-bg-diag {
  background: linear-gradient(160deg, #f97c3a 0%, #ffb07a 40%, #ffd9b3 100%);
}
/* eyebrow・見出し・subline を白に */
.shouka-bg-diag .shouka-eyebrow {
  color: #fff;
}
.shouka-bg-diag .shouka-hl {
  color: #fff;
}
.shouka-bg-diag .shouka-sub {
  color: rgba(255, 255, 255, 0.9);
}
/* チャートヘッダーの境界線 */
.shouka-bg-diag .shouka-ctop {
  border-bottom: 1px solid rgba(255, 140, 66, 0.2);
}
/* プログレスバーをオレンジ系に */
.shouka-bg-diag .shouka-prog-fill {
  background: linear-gradient(90deg, #f97c3a, #ffb07a);
}
/* バッジをオレンジ系に */
.shouka-bg-diag .shouka-cbadge {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}
/* ━━ 診断チャート ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.shouka-chart-hdr {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}
.shouka-chart-hdr .shouka-sub {
  margin: 0 auto;
}
.shouka-shell {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.04),
    0 8px 32px rgba(0, 0, 0, 0.08),
    0 0 0 0.5px rgba(0, 0, 0, 0.06);
  max-width: 640px;
  margin: 0 auto;
}
.shouka-ctop {
  padding: 28px 32px 24px;
  border-bottom: 1px solid rgba(0, 113, 227, 0.15);
}
.shouka-ctitle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.shouka-ctitle {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.4px;
  color: #1d1d1f;
}
.shouka-cbadge {
  font-size: 12px;
  font-weight: 500;
  color: #0071e3;
  background: #e8f1fb;
  padding: 4px 12px;
  border-radius: 980px;
}
.shouka-prog-track {
  height: 3px;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  overflow: hidden;
}
.shouka-prog-fill {
  height: 100%;
  background: linear-gradient(90deg, #0071e3, #34aadc);
  border-radius: 2px;
  transition: width 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* 診断チャート動的生成クラス（JSと共用） */
@keyframes shoukaFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.chart-body {
  padding: 40px 36px 36px;
}
.animate {
  animation: shoukaFadeUp 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.shouka-bc {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 8px;
  align-items: center;
}
.crumb {
  font-size: 11px;
  font-weight: 500;
  background: #fff0e8;
  color: #e85d04;
  padding: 3px 10px;
  border-radius: 980px;
}
.crumb-arrow {
  color: #a1a1a6;
  font-size: 12px;
}
.q-num {
  font-size: 12px;
  font-weight: 600;
  color: #e85d04;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
}
.q-text {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.6px;
  color: #1d1d1f;
  line-height: 1.25;
  margin-bottom: 20px;
}
.choices {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.choice-btn {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  background: #fff4ed;
  border: 1.5px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  text-align: left;
  transition: all 0.18s;
  font-family:
    "Noto Sans JP",
    -apple-system,
    sans-serif;
  width: 100%;
  color: #1d1d1f;
}
.choice-btn:hover {
  background: #fff;
  border-color: #e85d04;
  box-shadow: 0 0 0 4px rgba(232, 93, 4, 0.1);
}
.choice-label {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.2px;
}
.choice-desc {
  font-size: 12px;
  font-weight: 400;
  color: #6e6e73;
  margin-top: 2px;
}
.back-btn {
  background: none;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  color: #a1a1a6;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  padding: 8px 16px;
  margin-top: 12px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: all 0.18s;
  width: 100%;
  box-sizing: border-box;
}
.back-btn:hover {
  border-color: rgba(0, 0, 0, 0.25);
  color: #4e4e53;
}
.result-complete-hero {
  background: linear-gradient(145deg, #e85d04, #ff8c42 60%, #ffad5c);
  border-radius: 14px;
  padding: 32px 24px 28px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.result-complete-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 980px;
  padding: 3px 12px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.result-complete-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 12px;
}
.result-complete-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.result-complete-logo img {
  height: 44px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  display: block;
}
.result-complete-sub {
  font-size: 13px;
  font-weight: 400;
  opacity: 0.85;
}
.result-products-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #a1a1a6;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cta-item {
  margin-bottom: 16px;
}
.cta-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: #f97c3a;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 14px;
  text-decoration: none;
  transition:
    background 0.18s,
    transform 0.18s,
    box-shadow 0.18s;
  font-family: inherit;
  box-shadow: 0 2px 8px rgba(249, 124, 58, 0.25);
  gap: 10px;
}
.cta-btn:hover {
  background: #f06a28;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(249, 124, 58, 0.35);
  color: #fff;
  text-decoration: none;
}
.cta-btn-label {
  flex: 1;
  text-align: left;
}
.cta-btn-arrow {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.18s,
    transform 0.18s;
}
.cta-btn-arrow svg {
  display: block;
  width: 10px;
  height: 10px;
}
.cta-btn:hover .cta-btn-arrow {
  background: rgba(255, 255, 255, 0.28);
  transform: translateX(2px);
}
.cta-desc {
  font-size: 12px;
  font-weight: 400;
  color: #4e4e53;
  line-height: 1.75;
  margin-top: 0.7em !important;
  padding: 0 4px;
}
.restart-btn {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: none;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #4e4e53;
  cursor: pointer;
  font-family: inherit;
  margin-top: 20px;
  transition: all 0.18s;
  box-sizing: border-box;
}
.restart-btn:hover {
  border-color: #e85d04;
  color: #e85d04;
  background: #fff4ed;
}

/* ━━ 作成例カルーセル ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.shouka-ex-wrap {
  position: relative;
  padding: 0 44px;
}
.shouka-ex-wrap .swiper-button-prev,
.shouka-ex-wrap .swiper-button-next {
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  box-shadow: none;
  top: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shouka-ex-wrap .swiper-button-prev::after,
.shouka-ex-wrap .swiper-button-next::after {
  display: none;
}
.shouka-ex-wrap .swiper-button-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.example-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: #1d1d1f;
  display: block;
  width: 100%;
  transition:
    transform 0.28s,
    box-shadow 0.28s;
}
.example-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.12),
    0 0 0 0.5px rgba(0, 0, 0, 0.04);
}
.example-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  background: #eaf3fb;
}
.ex-card-body {
  padding: 12px 16px 14px;
}
.ex-brand {
  font-size: 13px;
  font-weight: 500;
  color: #4e4e53;
  letter-spacing: -0.2px;
}

/* ━━ スクロールリビール ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-d1 {
  transition-delay: 0.1s;
}
.reveal-d2 {
  transition-delay: 0.2s;
}
.reveal-d3 {
  transition-delay: 0.3s;
}

/* ━━ レスポンシブ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 736px) {
  /* セクション全体の余白 */
  .shouka-sec {
    padding: 72px 0;
  }
  .shouka-hero {
    padding: 64px 16px 48px;
    min-height: auto;
  }
  .shouka-chip {
    flex: 0 0 calc(50% - 4px) !important;
  }

  /* 見出し */
  .shouka-eyebrow {
    margin-bottom: 10px;
  }
  .shouka-hl {
    margin-bottom: 52px;
  }

  /* テキスト */
  .shouka-sub {
    font-size: 15px;
    line-height: 1.8;
  }
  .shouka-cbody {
    font-size: 14px;
    line-height: 1.8;
  }

  /* 比較カード */
  .shouka-compare-card {
    padding: 22px 20px;
    margin-bottom: 14px;
  }

  /* メリットカード */
  .shouka-merit-card {
    padding: 30px 24px;
  }
  .shouka-mbody {
    font-size: 14px;
    line-height: 1.8;
  }

  /* 診断チャート */
  .chart-body {
    padding: 32px 24px 32px;
  }
  .shouka-ctop {
    padding: 20px 20px 18px;
  }
  .q-text {
    font-size: 19px;
  }
  .choices {
    gap: 10px;
  }
  .cta-desc {
    font-size: 12px;
    line-height: 1.8;
  }

  /* 作成例 */
}
