@charset "UTF-8";
/* ============================================
   マンガでわかるコンテナ LP（/manga/固定ページ）
   ※ SCSS 正本（manga.scss）とパススルー同期
   ※ ヘッダー/フッターはサイト共通モジュール（34・5）を使用のため
     このCSSは page_module「本文（エディター）」内のコンテンツのみを対象とする
   ============================================ */
/* margin/padding/box-sizing/img/a のグローバルリセットは common.scss が提供済みのため
   ここでは持たない（二重定義・上書き事故防止）。body の配色のみこのページ専用に上書き。 */
:root {
  --c_green: #16A34A;
  --c_green_dark: #0e6b31;
  --c_ink: #1c1c24;
  --c_paper: #faf7f1;
  --c_paper_dark: #f0ebe0;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.9;
  color: var(--c_ink);
  background: var(--c_paper);
}
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--c_green);
  outline-offset: 3px;
}
.skip_link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 10px 18px;
  background: var(--c_green);
  color: #062b16;
  font-weight: 700;
  text-decoration: none;
}
.skip_link:focus {
  left: 8px;
  top: 8px;
}
/* ---------- マンガLPヘッダー（site_module #36） ---------- */
.site_header {
  position: sticky;
  top: 0;
  z-index: 50;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(20px, 4vw, 48px);
  background: rgba(250, 247, 241, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 2px solid var(--c_ink);
}
.site_header_brand {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(20px, 2.2vw, 24px);
  font-weight: 800;
  letter-spacing: 0.02em;
  color: inherit;
  text-decoration: none;
}
.logo_c {
  color: var(--c_green);
}
.site_header_cta {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: var(--c_ink);
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.2s;
}
.site_header_cta:hover {
  background: var(--c_green);
}
/* page_module.css の「本文（エディター）」用 .editor 配下スタイル（h1-h6/p/ul/li/a 等）が
   このページの独自デザインに侵入するのを遮断するベースラインリセット。
   .manga_lp 配下の各コンポーネント側セレクタ（2クラス）はこれより詳細度が高いので上書きできる。
   フォントはドラフト準拠の Noto Sans JP（サイト共通の Zen Kaku Gothic New を使わない）。 */
.manga_lp {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 400;
  line-height: 1.9;
}
.manga_lp h1, .manga_lp h2, .manga_lp h3, .manga_lp h4, .manga_lp h5, .manga_lp h6, .manga_lp p, .manga_lp ul, .manga_lp ol, .manga_lp li {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  letter-spacing: normal;
  list-style: none;
}
.manga_lp h1::before, .manga_lp h2::before, .manga_lp h3::before {
  content: none;
}
/* .editor ul li（0,1,2）の疑似要素ドット・インデントは同詳細度＋後読みで打ち消す */
.manga_lp ul li {
  position: static;
  padding-left: 0;
}
.manga_lp ul li::before {
  content: none;
}
.manga_lp a {
  color: inherit;
  text-decoration: none;
}
.manga_lp a:hover {
  color: inherit;
}
.manga_lp strong {
  font-weight: 700;
  color: inherit;
}
.manga_lp em {
  font-style: italic;
}
.manga_lp .svg_defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* ---------- SVG内テキスト ---------- */
.manga_lp .sv_serif {
  font-family: "Yusei Magic", "Noto Sans JP", sans-serif;
  font-size: 30px;
  fill: var(--c_ink);
}
.manga_lp .sv_shout {
  font-family: "Yusei Magic", "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 700;
  fill: var(--c_ink);
}
.manga_lp .sv_fx {
  font-family: "Yusei Magic", "Noto Sans JP", sans-serif;
  font-size: 34px;
  fill: var(--c_green);
}
.manga_lp .sv_ui {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  fill: #3c4154;
}
.manga_lp .sv_ui_light {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  fill: #ffffff;
}
.manga_lp .sv_icon {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  fill: #2b4a37;
}
.manga_lp .sv_tagline {
  font-family: "Yusei Magic", "Noto Sans JP", sans-serif;
  font-size: 34px;
  fill: var(--c_green_dark);
}
.manga_lp .sv_kun_c {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 26px;
  font-weight: 800;
  fill: var(--c_green);
}
.manga_lp .sv_kun_c_small {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  fill: var(--c_green);
}
/* ---------- ヒーロー ---------- */
.manga_lp .manga_hero {
  padding: clamp(48px, 8vw, 96px) 20px clamp(32px, 5vw, 64px);
  text-align: center;
  background: radial-gradient(circle at 12% 20%, rgba(22, 163, 74, 0.1) 0 32%, transparent 33%), radial-gradient(circle at 88% 70%, rgba(22, 163, 74, 0.08) 0 28%, transparent 29%), var(--c_paper);
}
.manga_lp .hero_inner {
  max-width: 760px;
  margin: 0 auto;
}
.manga_lp .hero_kicker {
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 20px;
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 700;
  color: var(--c_green_dark);
  border: 2px solid var(--c_green);
  border-radius: 999px;
  background: #fff;
}
.manga_lp .hero_title {
  font-size: clamp(34px, 6.4vw, 64px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.04em;
}
.manga_lp .hero_title_em {
  color: var(--c_green);
  text-shadow: 3px 3px 0 rgba(28, 28, 36, 0.14);
}
.manga_lp .hero_lead {
  margin: 24px 0 8px;
  font-size: clamp(14px, 1.6vw, 17px);
  line-height: 2.1;
}
.manga_lp .hero_visual {
  display: block;
  width: min(440px, 82%);
  height: auto;
  margin: 8px auto 0;
}
.manga_lp .hero_scroll {
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--c_green_dark);
  animation: float_y 1.8s ease-in-out infinite;
}
@keyframes float_y {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(6px);
  }
}
/* ---------- 章 ---------- */
.manga_lp .manga_chapter {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 80px) clamp(16px, 3vw, 32px) 0;
}
.manga_lp .chapter_head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: clamp(20px, 3vw, 32px);
}
.manga_lp .chapter_num {
  flex-shrink: 0;
  padding: 8px 18px;
  font-family: "Yusei Magic", "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 1.6vw, 18px);
  color: #fff;
  background: var(--c_ink);
  border-radius: 6px;
  transform: rotate(-3deg);
  box-shadow: 3px 3px 0 var(--c_green);
}
.manga_lp .chapter_title {
  font-size: clamp(24px, 3.6vw, 38px);
  font-weight: 900;
  letter-spacing: 0.03em;
}
.manga_lp .panel_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.4vw, 28px);
}
.manga_lp .panel {
  background: #fff;
  border: 3px solid var(--c_ink);
  box-shadow: 6px 6px 0 rgba(28, 28, 36, 0.85);
}
.manga_lp .panel svg {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 3px solid var(--c_ink);
}
.manga_lp .panel_caption {
  padding: 12px 18px 14px;
  font-size: clamp(13px, 1.4vw, 15px);
  line-height: 1.8;
  background: var(--c_paper_dark);
}
.manga_lp .panel_caption strong {
  color: var(--c_green_dark);
}
/* ---------- 機能一覧 ---------- */
.manga_lp .feature_area {
  margin-top: clamp(56px, 8vw, 104px);
  padding: clamp(48px, 7vw, 88px) clamp(16px, 3vw, 32px);
  background: var(--c_ink);
  color: #fff;
}
.manga_lp .feature_inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.manga_lp .feature_title {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 900;
  letter-spacing: 0.04em;
}
.manga_lp .feature_lead {
  margin: 18px 0 40px;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 2.1;
  opacity: 0.85;
}
.manga_lp .feature_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 2vw, 24px);
  list-style: none;
  text-align: left;
}
.manga_lp .feature_item {
  background: rgba(255, 255, 255, 0.06);
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  transition: border-color 0.25s, transform 0.25s;
}
.manga_lp .feature_item:hover {
  border-color: var(--c_green);
  transform: translateY(-4px);
}
.manga_lp .feature_card {
  display: block;
  height: 100%;
  padding: clamp(20px, 2.4vw, 28px);
  color: inherit;
  text-decoration: none;
}
.manga_lp .feature_item_title {
  margin-bottom: 10px;
  font-size: clamp(16px, 1.8vw, 19px);
  font-weight: 700;
  color: #4ade80;
}
.manga_lp .feature_item_text {
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: 1.9;
  opacity: 0.88;
}
.manga_lp .feature_item_more {
  display: inline-block;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #4ade80;
  opacity: 0.9;
}
.manga_lp .feature_more {
  margin-top: 36px;
}
.manga_lp .feature_more a {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid var(--c_green);
  padding-bottom: 4px;
  transition: color 0.2s;
}
.manga_lp .feature_more a:hover {
  color: #4ade80;
}
/* ---------- セキュリティ ---------- */
.manga_lp .security_area {
  padding: clamp(48px, 7vw, 88px) clamp(16px, 3vw, 32px) 0;
}
.manga_lp .security_inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.manga_lp .security_visual {
  width: 180px;
  height: auto;
  margin-bottom: 4px;
}
.manga_lp .security_title {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 900;
  letter-spacing: 0.04em;
}
.manga_lp .security_lead {
  margin: 18px 0 36px;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 2.1;
}
.manga_lp .security_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 2vw, 22px);
  list-style: none;
  text-align: left;
}
.manga_lp .security_item {
  background: #fff;
  border: 3px solid var(--c_ink);
  box-shadow: 5px 5px 0 rgba(28, 28, 36, 0.85);
  transition: transform 0.25s, box-shadow 0.25s;
}
.manga_lp .security_item:hover {
  transform: translateY(-4px);
  box-shadow: 5px 9px 0 rgba(22, 163, 74, 0.85);
}
.manga_lp .security_card {
  display: block;
  height: 100%;
  padding: clamp(18px, 2.2vw, 26px);
  color: inherit;
  text-decoration: none;
}
.manga_lp .security_item_title {
  margin-bottom: 8px;
  font-size: clamp(15px, 1.7vw, 18px);
  font-weight: 700;
  color: var(--c_green_dark);
}
.manga_lp .security_item_text {
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: 1.9;
}
.manga_lp .security_card .feature_item_more {
  color: var(--c_green_dark);
}
.manga_lp .security_more {
  margin-top: 32px;
}
.manga_lp .security_more a {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 700;
  color: var(--c_ink);
  text-decoration: none;
  border-bottom: 2px solid var(--c_green);
  padding-bottom: 4px;
  transition: color 0.2s;
}
.manga_lp .security_more a:hover {
  color: var(--c_green_dark);
}
/* ---------- CTA ---------- */
.manga_lp .cta_area {
  padding: clamp(56px, 8vw, 104px) 20px;
  text-align: center;
}
.manga_lp .cta_inner {
  max-width: 680px;
  margin: 0 auto;
}
.manga_lp .cta_visual {
  width: 140px;
  height: auto;
  margin-bottom: 8px;
}
.manga_lp .cta_title {
  font-size: clamp(26px, 4.2vw, 44px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.manga_lp .cta_text {
  margin: 18px 0 32px;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 2.1;
}
.manga_lp .cta_buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.manga_lp .cta_btn {
  display: inline-block;
  min-width: 260px;
  padding: 18px 32px;
  font-size: clamp(15px, 1.6vw, 17px);
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.manga_lp .cta_btn:hover {
  transform: translateY(-3px);
}
.manga_lp .cta_btn_primary {
  color: #fff;
  background: var(--c_green);
  box-shadow: 4px 4px 0 var(--c_ink);
}
.manga_lp .cta_btn_primary:hover {
  box-shadow: 6px 8px 0 var(--c_ink);
}
.manga_lp .cta_btn_secondary {
  color: var(--c_ink);
  background: #fff;
  border: 3px solid var(--c_ink);
}
/* ---------- スクロール出現 ---------- */
.manga_lp .jsReveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.manga_lp .jsReveal.is_show {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .manga_lp .jsReveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .manga_lp .hero_scroll {
    animation: none;
  }
}
/* ---------- メディアクエリ ---------- */
@media screen and (max-width: 1024px) {
  .manga_lp .panel_grid {
    gap: 18px;
  }
}
@media screen and (max-width: 900px) {
  .manga_lp .feature_list {
    grid-template-columns: repeat(2, 1fr);
  }
  .manga_lp .security_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .manga_lp .panel_grid {
    grid-template-columns: 1fr;
  }
  .manga_lp .chapter_head {
    gap: 12px;
  }
  .manga_lp .feature_list {
    grid-template-columns: 1fr;
  }
  .manga_lp .security_list {
    grid-template-columns: 1fr;
  }
  .manga_lp .cta_btn {
    width: 100%;
  }
  .manga_lp .sp_br {
    display: inline;
  }
}
