/* =====================================
  全体ベース設定
===================================== */
body {
  margin: auto;
  text-align: left;
  padding: 0;
  background-color: #000;
  background-image: url(../../../../images/project/okcj/five/背景.jpeg);
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden; /* 横スクロールを完全に禁止 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  color: #000000;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../../../../images/project/okcj/five/背景.jpeg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#wrapper {
  max-width: 100%;
}

@media (max-width: 767px) {
  .frame-box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    font-size: 20px;
  }
}

/* =====================================
  画像
===================================== */

#header .FV2 {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 10px;
}

.rogo1 {
  width: 50%;
  max-width: 50%;
  height: auto;
  display: block;
  margin: 5px auto;
}

.intro {
  width: 90%;
  max-width: 90%;
  height: auto;
  display: block;
  margin: 5px auto;
}

.lp-intro-img {
  width: 90%;
  max-width: 90%;
  height: auto;
  display: block;
  margin: 5px auto;
}

.hero-img {
  width: 40%;
  max-width: 90%;
  height: auto;
  display: block;
  margin: 5px auto;
}

.img80 {
  width: 80%;
  max-width: 80%;
  height: auto;
  display: block;
  margin: 5px auto;
}
.img100 {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 5px auto;
}

/*位置*/
.br-sp {
  display: none;
}
.br-pc {
  display: none;
}

@media screen and (max-width: 768px) {
  .br-sp {
    display: inline;
  }
}

@media screen and (min-width: 769px) {
  .br-pc {
    display: inline;
  }
}

.center {
  text-align: center;
}

/*カラー*/
.red {
  color: red;
}

.blue {
  color: blue;
}

.white {
  color: white;
}

.yellow {
  color: rgb(255, 251, 0);
}

.bgred {
  background-color: red;
  color: white; /* 見やすさのために文字色も白に */
  display: inline-block;
  padding: 0.2em 0.5em; /* 背景に少し余白を付けると美しく見えます */
}

.bgorange {
  background-color: rgb(255, 165, 0);
  color: white; /* 見やすさのために文字色も白に */
  display: inline-block;
  padding: 0.2em 0.5em; /* 背景に少し余白を付けると美しく見えます */
}

.bgyellow {
  background-color: rgb(255, 251, 0);
}

.bgblue {
  background-color: rgb(0, 4, 255);
  color: white; /* 見やすさのために文字色も白に */
  display: inline-block;
  padding: 0.2em 0.5em; /* 背景に少し余白を付けると美しく見えます */
}
/*フォントサイズ*/
.b {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .fs20 {
    font-size: 16px;
  } /* -4px */
  .fs25 {
    font-size: 18px;
  } /* -7px */
  .fs30 {
    font-size: 22px;
  } /* -8px */
  .fs35 {
    font-size: 25px;
  } /* -10px */
  .fs40 {
    font-size: 28px;
  } /* -12px */
}

#fs30 {
  font-size: 22px;
}
/*下線*/
.mb50 {
  margin-bottom: 25px;
}

.mb100 {
  margin-bottom: 40px;
}

.mb150 {
  margin-bottom: 60px;
}

.unred {
  border-bottom: 3px solid #ff0000;
  display: inline; /* 短いテキストなら inline でOK */
}

.unbl {
  border-bottom: 3px solid #000;
  display: inline; /* 短いテキストなら inline でOK */
}

.unye {
  border-bottom: 3px solid #f0ff1e;
  display: inline; /* 短いテキストなら inline でOK */
}

.unwh {
  border-bottom: 3px solid #ffffff;
  display: inline; /* 短いテキストなら inline でOK */
}
/* 念のため中央寄せを上書き */
p.fs40 {
  text-align: center !important;
}

/* =====================================
  バナー・見出し装飾系
===================================== */
.wide-banner {
  width: 100%;
  margin-left: 0;
  background-image: url("../../../../images/project/okcj/five/横長背景.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  box-sizing: border-box;
  border-top: 4px solid rgb(255, 0, 0);
  border-bottom: 4px solid rgb(255, 0, 0);
}

.wide-banner-text {
  color: rgb(255, 0, 0);
  text-shadow: 2px 2px 2px black;
  letter-spacing: 0.1em;
  font-size: 25px;
  margin: 0;
}

/* =====================================
  コンテンツラップ・構造用スタイル
===================================== */
.frame-box {
  width: 90%;
  box-sizing: border-box;
  padding: 40px 20px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background-image: url("../../../../images/project/okcj/five/本文背景.jpeg");
  margin-top: 50px;
}

.frame-box p {
  padding-left: 10px;
  padding-right: 10px;
}

/* ===== フォーム全体 ===== */ /* ===== フォーム全体 ===== */ /* ===== フォーム全体 ===== */ /* ===== フォーム全体 ===== */ /* ===== フォーム全体 ===== */

/* ===============================
  フォーム全体
================================= */
.main-content {
  max-width: 800px;
  margin: 40px auto;
  padding: 48px 32px 40px 32px;
  background: #ffffff; /* ネイビーパープル */
  border-radius: 16px;
  box-shadow: 0 0 32px rgba(255, 223, 0, 0.15); /* Victory黄 */
  border: 5px solid #001b55;
  position: relative;
}

/* ===============================
  タイトル
================================= */
.form-title {
  font-size: 25px;
  text-align: center;
  color: #000000;
  margin-bottom: 44px;
  border-bottom: 2px solid #000000;
  padding-bottom: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

/* ===============================
  入力フィールド
================================= */
.form-group {
  margin-bottom: 32px;
  color: #000000;
}

.form-group label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000;
}

.mailaddress {
  display: block;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000000;
}

.form-group .note {
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}

.form-group input[type="email"],
.form-group input[type="text"] {
  width: 100%;
  padding: 16px 18px;
  font-size: 17px;
  border: 1.5px solid #000000;
  border-radius: 8px;
  background: #ffffff;
  color: #000000;
  transition: border 0.3s, box-shadow 0.3s;
  margin-bottom: 6px;
  box-sizing: border-box;
}

.form-group input:focus {
  border-color: #000000;
  box-shadow: 0 0 0 3px rgba(255, 223, 0, 0.13);
}

.error {
  color: #ff1500;
  font-size: 15px;
  margin-top: 8px;
  text-align: left;
  padding-left: 4px;
}

/* ===============================
  ラジオボタンカスタマイズ
================================= */
.radio-group {
  margin-top: 20px;
  margin-bottom: 32px;
}

.radio-label-title {
  font-size: 25px !important;
  font-weight: bold;
  display: block;
  margin-bottom: 16px;
  color: #000000;
  letter-spacing: 0.03em;
  text-align: center;
}

.radio-btns {
  display: flex;
  gap: 32px;
  justify-content: center;
}

.radio-btn-label {
  display: block;
  cursor: pointer;
}

.radio-btn-label input[type="radio"] {
  display: none;
}

.radio-btn-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 20px 0;
  font-size: 1.25em;
  border-radius: 32px;
  border: 2.5px solid #ffdf00;
  background: linear-gradient(90deg, #fffbe7 0%, #ffee58 100%);
  color: #232323;
  font-weight: bold;
  letter-spacing: 0.06em;
  box-shadow: 0 2px 8px rgba(255, 223, 0, 0.15);
  transition: background 0.2s, color 0.2s, border 0.2s, transform 0.1s,
    box-shadow 0.2s;
  margin: 0 8px;
  text-align: center;
  user-select: none;
  position: relative;
}

.radio-btn-label input[type="radio"]:checked + .radio-btn-custom {
  background: linear-gradient(90deg, #ffee58 0%, #fdd835 100%);
  color: #3b2b6d;
  border: 2.5px solid #fdd835;
  box-shadow: 0 4px 16px rgba(255, 223, 0, 0.22);
  transform: scale(1.04);
}

.radio-btn-label input[type="radio"]:focus + .radio-btn-custom,
.radio-btn-label:hover .radio-btn-custom {
  border: 2.5px solid #fbc02d;
  box-shadow: 0 4px 16px rgba(255, 223, 0, 0.18);
  outline: none;
}

/* 銀行振込ボタン（青系） */
.radio-btn-label .radio-btn-custom.bank {
  background: linear-gradient(90deg, #e3f2fd 0%, #bbdefb 100%);
  border: 2.5px solid #64b5f6;
  color: #232323;
}
.radio-btn-label input[type="radio"]:checked + .radio-btn-custom.bank {
  background: linear-gradient(90deg, #42a5f5 0%, #1e88e5 100%);
  color: #ffffff;
  border: 2.5px solid #1e88e5;
  box-shadow: 0 4px 16px rgba(66, 165, 245, 0.2);
}

/* クレジットボタン（赤系） */
.radio-btn-label .radio-btn-custom.credit {
  background: linear-gradient(90deg, #ffebee 0%, #ffcdd2 100%);
  border: 2.5px solid #ef9a9a;
  color: #232323;
}
.radio-btn-label input[type="radio"]:checked + .radio-btn-custom.credit {
  background: linear-gradient(90deg, #ef5350 0%, #c62828 100%);
  color: #ffffff;
  border: 2.5px solid #c62828;
  box-shadow: 0 4px 16px rgba(229, 57, 53, 0.2);
}
/* ===============================
  スマホ対応：ラジオボタン縦並び
================================= */
@media screen and (max-width: 640px) {
  .radio-btns {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .radio-btn-label {
    width: 100%;
    max-width: 300px;
  }

  .radio-btn-custom {
    width: 100%;
  }
}

/* ===============================
  送信ボタン（薄い赤ベースに変更）
================================= */
.image-btn {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  line-height: 0; /* 行ボックスを潰す */
  font-size: 0; /* 文字基準の余白も潰す */
  vertical-align: middle; /* 他要素とのズレ防止 */
}

.image-btn img {
  display: block;
  margin: auto;
  margin-top: -60px;
  margin-bottom: -60px;
  width: 100%; /* 必要に応じて100%に変更可 */
  height: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.image-btn:hover img {
  transform: scale(1.1);
  filter: drop-shadow(0 0 10px rgba(0, 200, 255, 0.8));
}
/* ===============================
  送信ボタンここまで
================================= */

/* ===== フォーム全体ここまで ===== */ /* ===== フォーム全体ここまで ===== */ /* ===== フォーム全体ここまで ===== */ /* ===== フォーム全体ここまで ===== */

/* ===============================
  サポートリンク（変更なし）
================================= */
.support-link {
  position: static;
  text-align: right;
  z-index: 10;
  margin-top: 30px;
  transform: none;
  padding-right: 0;
}

/*** 要綱（黒ベース稲妻デザイン） ***/
.vg-box {
  position: relative;
  background: linear-gradient(
    135deg,
    #000 0%,
    #111 40%,
    #000 100%
  ); /* ほぼ黒ベース */
  border: 3px solid #ffff33; /* 稲妻イエロー枠 */
  border-radius: 12px;
  padding: 30px;
  max-width: 900px;
  margin: 0 auto 60px auto;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(255, 255, 0, 0.3),
    inset 0 0 20px rgba(255, 50, 50, 0.2);
}

/* 疑似要素で稲妻の斜め光パターン */
.vg-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
      -25deg,
      rgba(255, 255, 0, 0.12) 0 10px,
      transparent 10px 30px
    ),
    repeating-linear-gradient(
      25deg,
      rgba(255, 50, 50, 0.1) 0 10px,
      transparent 10px 30px
    );
  opacity: 0.4;
  z-index: 0;
}

/* 中身を前面に */
.vg-box * {
  position: relative;
  z-index: 1;
}

/* テーブル */
.vg-table {
  width: 100%;
  border-collapse: collapse;
}

.vg-table th,
.vg-table td {
  padding: 10px 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  font-size: 22px;
}

/* 左カラム（稲妻イエロー基調） */
.vg-table tr td:first-child {
  width: 150px;
  background: linear-gradient(135deg, #222200, #666600);
  color: #ffff99;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px #ffff33, 0 0 18px #ff3333;
}

/* 右カラム（白文字＋控えめ発光） */
.vg-table tr td:nth-child(2) {
  color: #f0f0f0;
  font-size: 18px;
  text-shadow: 0 0 6px rgba(255, 255, 0, 0.25);
}

/* 強調カラー（稲妻イエロー） */
.vg-highlight-yellow {
  color: #ffff33;
  font-weight: 900;
  text-shadow: 0 0 10px #ff0, 0 0 20px #ff3333;
}

/* 強調カラー（稲妻ブルー） */
.vg-highlight-blue {
  color: #33ccff;
  font-weight: 900;
  text-shadow: 0 0 12px #33ccff, 0 0 24px #ffffff;
}

/* セクション全体 */
.highlight-section {
  text-align: center;
  margin: 40px auto;
  padding: 30px 20px;
  background: linear-gradient(135deg, #fffaf0, #ffe5e5);
  border: 2px solid #d60000;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(214, 0, 0, 0.15);
  max-width: 800px;
}

/* 見出し */
.highlight-section h2 {
  font-size: 1.8em;
  font-weight: bold;
  color: #d60000;
  margin-bottom: 15px;
}

/* 本文 */
.highlight-text {
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
  line-height: 1.8;
}

/* セクション全体 */
.lottery-section {
  margin: 40px auto;
  padding: 30px 20px;
  background: #111;
  border: 2px solid #d60000;
  border-radius: 12px;
  max-width: 100%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
  color: #eee;
  text-align: center;
}

/* リスト */
.lottery-steps {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
.lottery-steps li {
  margin-bottom: 20px;
}

/* ラベル（日付） */
.lottery-steps .label {
  display: inline-block;
  width: 150px;
  font-size: 20px;
  color: #ccc;
  vertical-align: middle;
}

/* バーコンテナ */
.bar-container {
  display: inline-block;
  width: 70%;
  vertical-align: middle;
}

/* 赤いバー（母数） */
.bar.total.red {
  position: relative;
  height: 32px;
  background: linear-gradient(90deg, #ff4d4d, #cc0000);
  border-radius: 4px;
  overflow: hidden;
}

/* 青いバー（生き残り） */
.bar.survived.blue {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(90deg, #3b82f6, #1d4ed8);
}

/* 数字ラベル */
.count {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.85em;
  font-weight: bold;
  white-space: nowrap;
}

/* 母数（赤バー用） */
.total-text {
  right: 8px;
  color: #fff;
}

/* 生き残り（青バー用） */
.survived-text {
  right: 6px;
  color: #fff;
}

/* 強調部分 */
/* 強調部分 */
.lottery-rate {
  font-size: 45px;
  font-weight: bold;
  color: #fff; /* 文字自体は白 */
  margin: 20px 0 15px;
  text-align: center;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.8),
    0 0 12px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.9),
    0 0 35px rgba(255, 255, 255, 0.9);
  animation: whiteFlash 1.8s infinite alternate;
}

@keyframes whiteFlash {
  0% {
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.6),
      0 0 10px rgba(255, 255, 255, 0.7), 0 0 18px rgba(255, 255, 255, 0.6),
      0 0 28px rgba(255, 255, 255, 0.5);
  }
  100% {
    text-shadow: 0 0 8px rgba(255, 255, 255, 1), 0 0 16px rgba(255, 255, 255, 1),
      0 0 32px rgba(255, 255, 255, 0.95), 0 0 48px rgba(255, 255, 255, 0.9);
  }
}

@media screen and (max-width: 768px) {
  /* セクション全体 */
  .lottery-section {
    margin: 20px auto;
    padding: 20px 12px;
    border-radius: 8px;
  }

  /* リスト */
  .lottery-steps li {
    margin-bottom: 15px;
  }

  /* ラベル（日付） */
  .lottery-steps .label {
    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
    text-align: left;
  }

  /* バーコンテナ */
  .bar-container {
    display: block;
    width: 100%;
  }

  /* 赤いバー（母数） */
  .bar.total.red {
    height: 26px;
    border-radius: 3px;
  }

  /* 青いバー（生き残り） */
  .bar.survived.blue {
    height: 100%;
  }

  /* 数字ラベル */
  .count {
    font-size: 0.75em;
  }

  /* 強調部分 */
  .lottery-rate {
    font-size: 28px;
    margin: 15px 0 10px;
    text-shadow: 0 0 4px rgba(255, 0, 0, 0.4);
  }
  .lottery-steps .label {
    display: block;
    width: 100%;
    font-size: 15px;
    margin-bottom: 6px;
    text-align: left;
  }

  /* バーコンテナ */
  .bar-container {
    width: 100%;
    display: block;
  }

  /* バー高さを少し縮小 */
  .bar.total.red {
    height: 26px;
    border-radius: 3px;
  }

  /* 数字ラベル共通 */
  .count {
    font-size: 0.75em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
  }

  /* 赤バー（母数） → 右寄せ */
  .bar.total.red .count.total-text {
    right: 6px;
    left: auto;
    text-align: right;
  }

  /* 青バー（生き残り） → 中央寄せ */
  .bar.survived.blue .count.survived-text {
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    text-align: center;
  }

  /* 数字が潰れそうなときの小サイズ */
  .count.small {
    font-size: 0.65em;
  }

  /* 強調部分 */
  .lottery-rate {
    font-size: 26px;
    margin: 12px 0 8px;
  }
}

.highlight-green {
  background: hwb(0 0% 100%);
  color: #fff;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
}

.highlight-blue {
  background: #1d4ed8;
  color: #fff;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
}

.highlight-pink {
  background: #e91e63;
  color: #fff;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
}

.cool-text {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #ff0000, #ff9800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  letter-spacing: 2px;
  margin: 40px 0;
  font-family: "Impact", "Arial Black", sans-serif;
}

.heroti {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 1.8em;
  letter-spacing: 3px;
  padding: 8px 16px;
  background: #000; /* HERO部分だけ黒背景 */
  border-radius: 6px;
  z-index: 1;
  text-shadow: 0 0 10px #fff, 0 0 25px #ff1744, 0 0 50px #ff4081,
    0 0 100px #ff1744;
  animation: thunder 2s infinite;
  overflow: hidden;
}

/* 稲妻の閃光 */
.heroti::before,
.heroti::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -40px;
  width: 160%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #fff, #ffff33, transparent);
  opacity: 0;
  transform: rotate(-20deg);
  z-index: -1;
  animation: lightning-strike 2s infinite;
}

.heroti::after {
  top: auto;
  bottom: -20px;
  left: -20px;
  transform: rotate(20deg);
  animation-delay: 1s;
}

.face-name {
  position: relative;
  display: block;
  margin: 10px auto 0;
  padding: 6px 14px;
  max-width: 200px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  background: #000;
  border-radius: 6px;
  z-index: 1;

  /* 光る名前 */
  text-shadow: 0 0 6px #fff, 0 0 15px #ff1744, 0 0 25px #ff4081;

  animation: glowPulse 3s ease-in-out infinite;
  overflow: hidden;
}

/* 発光アニメーション */
@keyframes glowPulse {
  0%,
  100% {
    text-shadow: 0 0 6px #fff, 0 0 15px #ff1744, 0 0 25px #ff4081;
  }
  50% {
    text-shadow: 0 0 10px #fff, 0 0 25px #ff4081, 0 0 40px #ff1744;
  }
}

/* 稲妻エフェクト */
.face-name::before,
.face-name::after {
  content: "";
  position: absolute;
  top: -12px;
  left: -30px;
  width: 160%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #fff, #ffff66, transparent);
  opacity: 0;
  transform: rotate(-20deg);
  z-index: -1;
  animation: lightning-strike 4s infinite;
}

.face-name::after {
  top: auto;
  bottom: -12px;
  left: -20px;
  transform: rotate(20deg);
  animation-delay: 2s; /* 交互に光る */
}

/* 稲妻の走る効果 */
@keyframes lightning-strike {
  0%,
  90%,
  100% {
    opacity: 0;
  }
  45%,
  50% {
    opacity: 1;
  }
}

.heroti1 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 3px;
  padding: 8px 16px;
  background: #000; /* HERO部分だけ黒背景 */
  border-radius: 6px;
  z-index: 1;
  text-shadow: 0 0 10px #fff, 0 0 25px #ff1744, 0 0 50px #ff4081,
    0 0 100px #ff1744;
  animation: thunder 2s infinite;
  overflow: hidden;
}

/* 稲妻の閃光 */
.heroti1::before,
.heroti1::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -40px;
  width: 160%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #fff, #ffff33, transparent);
  opacity: 0;
  transform: rotate(-20deg);
  z-index: -1;
  animation: lightning-strike 2s infinite;
}

.heroti1::after {
  top: auto;
  bottom: -20px;
  left: -20px;
  transform: rotate(20deg);
  animation-delay: 1s;
}

.heroti2 {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 3px;
  padding: 8px 16px;
  background: #000; /* HERO部分だけ黒背景 */
  border-radius: 6px;
  z-index: 1;
  text-shadow: 0 0 10px #fff, 0 0 25px #ff1744, 0 0 50px #ff4081,
    0 0 100px #ff1744;
  animation: thunder 2s infinite;
  overflow: hidden;
}

/* 稲妻の閃光 */
.heroti2::before,
.heroti2::after {
  content: "";
  position: absolute;
  top: -20px;
  left: -40px;
  width: 160%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #fff, #ffff33, transparent);
  opacity: 0;
  transform: rotate(-20deg);
  z-index: -1;
  animation: lightning-strike 2s infinite;
}

.heroti2::after {
  top: auto;
  bottom: -20px;
  left: -20px;
  transform: rotate(20deg);
  animation-delay: 1s;
}

@keyframes thunder {
  0%,
  100% {
    text-shadow: 0 0 6px #fff, 0 0 15px #ff1744, 0 0 30px #ff4081,
      0 0 60px #ff1744;
    opacity: 1;
  }
  10%,
  12% {
    text-shadow: 0 0 20px #fff, 0 0 40px #ff1744, 0 0 80px #ff4081,
      0 0 160px #ff1744;
    opacity: 0.6;
  }
  20%,
  22% {
    text-shadow: 0 0 15px #fff, 0 0 35px #ff1744, 0 0 70px #ff4081,
      0 0 120px #ff1744;
    opacity: 1;
  }
  40%,
  70% {
    text-shadow: 0 0 12px #fff, 0 0 30px #ff1744, 0 0 60px #ff4081,
      0 0 120px #ff1744;
    opacity: 1;
  }
}

@keyframes lightning-strike {
  0%,
  90%,
  100% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  11% {
    opacity: 0.3;
  }
  12% {
    opacity: 1;
  }
  13% {
    opacity: 0;
  }
}

.hero-title {
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  background: #000;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-radius: 10px;
  text-shadow: 0 0 8px #ff69b4, 0 0 15px #ff1744;
  overflow: hidden;
}

/* 稲妻ライン */
.hero-title::before,
.hero-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20%;
  width: 140%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    #ffff66,
    #fff,
    #ffff66,
    transparent
  );
  opacity: 0.9;
  box-shadow: 0 0 8px #ffff66, 0 0 12px #fff;
}

.hero-title::before {
  transform: rotate(-8deg) translateY(-150%);
}

.hero-title::after {
  transform: rotate(8deg) translateY(150%);
}
.hero-title::after {
  top: auto;
  bottom: -8px;
  transform: rotate(5deg);
}

.hero-title1 {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  background: #000;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-radius: 10px;
  text-shadow: 0 0 8px #ff69b4, 0 0 15px #ff1744;
  overflow: hidden;
}

/* 稲妻ライン */
.hero-title1::before,
.hero-title1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20%;
  width: 140%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    #ffff66,
    #fff,
    #ffff66,
    transparent
  );
  opacity: 0.9;
  box-shadow: 0 0 8px #ffff66, 0 0 12px #fff;
}

.hero-title1::before {
  transform: rotate(-8deg) translateY(-150%);
}

.hero-title1::after {
  transform: rotate(8deg) translateY(150%);
}
.hero-title1::after {
  top: auto;
  bottom: -8px;
  transform: rotate(5deg);
}

.logo {
  text-align: center;
  margin: 20px 0;
}

.catch {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #d32f2f;
  margin-bottom: 30px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
  max-width: 90%;
  margin: 0 auto;
}

.results-grid img {
  width: 100%;
  border: 3px solid #000;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* --- ジグザグ配置（初期の少し斜め） --- */
.results-grid img:nth-child(odd) {
  transform: rotate(-2deg);
}
.results-grid img:nth-child(even) {
  transform: rotate(2deg);
}

/* --- hover時 --- */
.results-grid img:hover {
  transform: scale(1.05) rotate(0deg); /* 拡大＋角度リセット */
  box-shadow: 0 0 15px #fff, 0 0 25px #ffff33, 0 0 40px #ff1744,
    0 0 60px #ff4081;
  z-index: 2;
}

/* 稲妻の閃光 */
.results-grid img:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20%;
  width: 140%;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    #fff,
    #ffff66,
    #fff,
    transparent
  );
  transform: rotate(-10deg); /* 稲妻の斜め感を残す */
  opacity: 0;
  animation: strike 0.3s linear;
}

@keyframes strike {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0.3;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.voice {
  position: relative;
  background: #000;
  color: #fff;
  border-left: 6px solid #d32f2f;
  border-right: 6px solid #d32f2f;
  padding: 25px 20px;
  margin-bottom: 30px;
  border-radius: 6px;
  box-shadow: 0 3px 12px rgba(255, 255, 255, 0.15);
  overflow: hidden;
  /* z-index: 1; ← これを外す！ */
}

.voice h3,
.voice p,
.voice-image img {
  position: relative;
  z-index: 1; /* 疑似要素より前に */
}

.voice h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: bold;
  color: #ffff66;
}

.voice p {
  margin: 0;
  font-size: 20px;
  line-height: 1.7;
  color: #fff;
}

.voice-image {
  text-align: center;
  margin: 15px 0;
}

.voice-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 6px;
}

/* 疑似要素の稲妻（背景） */
.voice::before,
.voice::after {
  content: "";
  position: absolute;
  width: 180%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ffff66, #fff, transparent);
  opacity: 0.25;
  z-index: 0; /* 背景 */
}

/* 上 */
.voice::before {
  top: 20%;
  left: -40%;
  transform: rotate(-18deg);
  box-shadow: 0 -40px 0 rgba(255, 255, 255, 0.25),
    0 40px 0 rgba(255, 255, 0, 0.25);
}

/* 下 */
.voice::after {
  bottom: 20%;
  left: -40%;
  transform: rotate(18deg);
  box-shadow: 0 -35px 0 rgba(255, 255, 255, 0.25),
    0 35px 0 rgba(255, 255, 0, 0.25);
}

/* コメント見出し */
.comments-title {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: 50px 0 35px;
  color: #222;
}

.lp-history-wrapper {
  max-width: 90%;
  margin: 30px auto;
  padding: 20px 25px;
  border: 2px solid #fff; /* 白い枠で全体を囲む */
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.6); /* 背景は薄く黒で可読性UP */
}

.lp-history-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp-history-list li {
  margin: 12px 0;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

.lp-time {
  font-weight: bold;
  color: #ffff66; /* 年月を稲妻イエローで強調 */
}

.lp-subtitle {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 25px;
  color: #222;
}

.lp-summary {
  text-align: center;
  margin-top: 30px;
  font-size: 1.1em;
  line-height: 1.6;
}

.lp-reform {
  max-width: 700px;
  margin: 50px auto;
  text-align: center;
  line-height: 1.8;
  font-size: 1.2em;
  color: #000000;
}

.lp-reform p {
  margin: 20px 0;
}

.highlight {
  font-weight: bold;
  color: #ff0000; /* 稲妻イエロー */
  text-shadow: 0 0 5px #fff, 0 0 12px rgb(255, 255, 255);
}

.highlight-strong {
  font-weight: bold;
  font-size: 1.4em;
  color: #ff3333; /* 強調は赤 */
  text-shadow: 0 0 8px #fff, 0 0 18px #ff4444;
}
.highlight-strong1 {
  font-weight: bold;
  font-size: 30px;
  color: #ff3333; /* 強調は赤 */
  text-shadow: 0 0 8px #fff, 0 0 18px #ff4444;
}
.highlight-strong2 {
  font-weight: bold;
  font-size: 55px;
  color: #ff3333; /* 強調は赤 */
  text-shadow: 0 0 8px #fff, 0 0 18px #ff4444;
}

.heroes {
  margin: 60px auto;
  max-width: 1000px;
  text-align: center;
  color: #fff;
  margin-top: -50px;
}

.heroes-title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #000000;
  text-shadow: 0 0 12px #ff0, 0 0 20px #ff3333;
  display: inline-block;
  padding-bottom: 10px;
  text-align: center;
}

/* === 横スクロール全体 === */
/* === 横スクロール全体 === */
.heroes {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 40px 20px 60px;
  background: #0d0d0d;
  position: relative;
}

/* スクロールインジケーター（上下） */
.heroes::before,
.heroes::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(90deg, #ffea00, #ffffff, #ffea00);
  animation: scrollHint 2s infinite ease-in-out;
}
.heroes::before {
  top: 20px;
}
.heroes::after {
  bottom: 20px;
}

@keyframes scrollHint {
  0%,
  100% {
    opacity: 0.3;
    transform: translateX(-50%) scaleX(0.6);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }
}

/* === 各予想家カード === */
/* 各予想家カードを統一デザインに */
.hero {
  flex: 0 0 90%;
  margin: 0;
  padding: 15px 10px;
  border-radius: 12px;
  color: #fff;
  scroll-snap-align: center;

  /* 稲妻スラッシュ背景 */
  background: repeating-linear-gradient(
      -25deg,
      /* 斜め角度 */ rgba(255, 234, 0, 0.15) 0,
      /* 黄色スラッシュ */ rgba(255, 234, 0, 0.15) 4px,
      transparent 4px,
      transparent 20px
    ),
    #000; /* ベース黒 */

  border: 2px solid #ffea00;
  box-shadow: 0 0 20px rgba(255, 234, 0, 0.3);
  position: relative;
}

/* 見出し */
.hero-number {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ffea00;
  position: relative;
  margin-top: -10px;
}

.hero-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}

/* 画像調整 */
.hero-img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
  max-height: 260px;
  height: auto;
  object-fit: contain;
}

/* プロフィール */
.hero-profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 0 auto 20px;
  list-style: none;
  max-width: 700px;
}
.hero-profile li {
  border: 1px solid rgba(255, 234, 0, 0.5);
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  background: rgba(255, 234, 0, 0.08);
  position: relative;
}

/* 本文 */
.hero-body {
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
}

/* スタイル（共通） */
.hero-style {
  display: block;
  max-width: 700px;
  margin: 15px auto 25px;
  padding: 14px 22px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  background: linear-gradient(135deg, #ffea00, #ff9900);
  border: 2px solid #fff200;
  position: relative;
}

/* 実績エリア */
.hero-works {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
}

/* 上の1枚 */
.hero-work-top img {
  display: block;
  width: auto; /* 固定幅は持たせない */
  max-width: 100%; /* 親の幅を超えない */
  max-height: 240px; /* 高さ制限で統一感 */
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

/* 下の2枚 */
.hero-work-bottom {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap; /* はみ出し防止で折り返し */
  width: 100%;
}
.hero-work-bottom img {
  display: block;
  width: auto;
  max-width: 48%; /* 2枚並んでも枠からはみ出さない */
  max-height: 180px; /* 高さを抑える */
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}

/* スマホ対応（縦並び） */
@media (max-width: 768px) {
  .hero-work-bottom {
    flex-direction: column;
    align-items: center;
  }
  .hero-work-bottom img {
    max-width: 100%;
    max-height: 220px;
  }
}

.heroes-decision {
  max-width: 900px;
  margin: 60px auto;
  color: #000000;
  line-height: 1.2;
}

.section-title {
  border: 2px solid #c00 !important;
  padding-bottom: 8px;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.section-title1 {
  border: 2px solid #c00 !important;
  padding-bottom: 8px;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  color: rgb(0, 0, 0);
  font-weight: 800;
}
.decision-body p {
  margin: 18px 0;
}

.decision-section {
  max-width: 800px;
  margin: 50px auto;
  line-height: 1.2;
  color: #000000;
}

.decision-section p {
  margin: 18px 0;
}

/* 強調リード */
.decision-section .lead {
  font-size: 1.2em;
  font-weight: bold;
  color: #ff5555;
  text-shadow: 0 0 6px rgba(255, 0, 0, 0.6);
}

/* 選択肢ボックス */
.decision-box {
  background: rgba(0, 0, 0, 0.7);
  border: 2px solid #ff3333;
  border-radius: 8px;
  padding: 15px;
  margin: 25px 0;
  box-shadow: 0 0 12px rgba(255, 0, 0, 0.4);
}
.decision-choices {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.decision-choices li {
  margin: 10px 0;
  padding: 8px 10px;
  font-size: 22px;
}
.decision-choices li.inactive {
  color: #777;
  opacity: 0.6;
  text-decoration: line-through;
}
.decision-choices li.active {
  color: #ffff33;
  font-weight: bold;
  text-shadow: 0 0 10px #ff0, 0 0 20px #ff3333;
}
.blink {
  animation: blink 1.2s infinite;
}
@keyframes blink {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.4;
  }
}

/* 最後の決断 */
.decision-section .final {
  font-size: 30px;
  font-weight: bold;
  color: #ff3333;
  text-align: center;
  margin-top: 35px;
  text-shadow: 0 0 12px #ff0;
}

.heroes-five {
  text-align: center;
  margin: 30px 0;
}
.heroes-five img {
  max-width: 100%;
  border: 3px solid #ffff33;
  box-shadow: 0 0 20px rgba(255, 255, 0, 0.8);
}
.heroes-five .note {
  font-size: 0.9em;
  margin-top: 8px;
  color: #ccc;
}

.results-intro {
  background: #000;
  border: 2px solid #ff3333;
  border-radius: 10px;
  padding: 25px 20px;
  margin: 40px auto 30px;
  max-width: 700px;
  text-align: center;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.5), 0 0 25px rgba(255, 255, 0, 0.4);
}

.results-intro p {
  font-size: 22px;
  font-weight: bold;
  color: #ffff33;
  line-height: 1.8;
  margin: 0;
  text-shadow: 0 0 10px #ff0, 0 0 20px #ff3333;
}

.comment-box {
  max-width: 1000px;
  margin: 30px auto;
  padding: 20px 25px;
  background: rgba(0, 0, 0, 0.85);
  border-left: 5px solid #ffff33; /* 左ラインでコメント感 */
  border-radius: 8px;
  color: #fff;
  font-style: italic;
  position: relative;
  box-shadow: 0 0 12px rgba(255, 255, 0, 0.4);
}

.comment-box::before,
.comment-box::after {
  position: absolute;
  font-size: 40px;
  color: #ffff33;
  opacity: 0.6;
  font-style: normal;
}

.comment-box::before {
  content: "“";
  top: -10px;
  left: 10px;
}

.comment-box::after {
  content: "”";
  bottom: -15px;
  right: 15px;
}

.comment-box p {
  margin: 0;
  line-height: 1.8;
  font-size: 18px;
}

.decision-shout {
  position: relative;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  color: #ffffff; /* 赤文字 */
  margin: 50px 0;
  letter-spacing: 2px;
  z-index: 1;

  text-shadow: 0 0 5px #ff0000, 0 0 15px #ff3333, 0 0 30px #ff6666;

  animation: lightningFlash 2.5s infinite;
}

/* 疑似要素で稲妻（複数本） */
.decision-shout::before,
.decision-shout::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ff3333, #fff, transparent);
  opacity: 0.7;
  transform-origin: center;
  z-index: -1;
  animation: lightningStrike 2s infinite;
}

/* 1本目 */
.decision-shout::before {
  transform: translate(-50%, -50%) rotate(-20deg);
}

/* 2本目 */
.decision-shout::after {
  transform: translate(-50%, -50%) rotate(20deg);
  animation-delay: 0.6s;
}

/* 追加の稲妻（3本目・4本目） */
.decision-shout::before,
.decision-shout::after {
  box-shadow: 0 -40px 0 rgba(255, 80, 80, 0.8),
    0 40px 0 rgba(255, 150, 150, 0.7);
}
#decision-shout {
  position: relative;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  color: #ffffff; /* 赤文字 */
  margin: 50px 0;
  letter-spacing: 2px;
  z-index: 1;

  text-shadow: 0 0 5px #ff0000, 0 0 15px #ff3333, 0 0 30px #ff6666;

  animation: lightningFlash 2.5s infinite;
}

/* 疑似要素で稲妻（複数本） */
#decision-shout::before,
#decision-shout::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #ff3333, #fff, transparent);
  opacity: 0.7;
  transform-origin: center;
  z-index: -1;
  animation: lightningStrike 2s infinite;
}

/* 1本目 */
#decision-shout::before {
  transform: translate(-50%, -50%) rotate(-20deg);
}

/* 2本目 */
#decision-shout::after {
  transform: translate(-50%, -50%) rotate(20deg);
  animation-delay: 0.6s;
}

/* 追加の稲妻（3本目・4本目） */
#decision-shout::before,
#decision-shout::after {
  box-shadow: 0 -40px 0 rgba(255, 80, 80, 0.8),
    0 40px 0 rgba(255, 150, 150, 0.7);
}
/* 稲妻の点滅（文字） */
@keyframes lightningFlash {
  0%,
  85%,
  100% {
    opacity: 1;
    text-shadow: 0 0 5px #ff0000, 0 0 15px #ff3333, 0 0 30px #ff6666;
  }
  90% {
    opacity: 0.2;
    text-shadow: none;
  }
  92% {
    opacity: 1;
    text-shadow: 0 0 20px #ffffff, 0 0 40px #ff3333, 0 0 60px #ff0000;
  }
}

/* 稲妻が走るアニメーション */
@keyframes lightningStrike {
  0%,
  100% {
    opacity: 0;
  }
  40%,
  45% {
    opacity: 1;
  }
  60% {
    opacity: 0.5;
  }
}

.heroes-announcement {
  max-width: 850px;
  margin: 60px auto;
  color: #000000;
  line-height: 1.8;
  text-align: center;
}

.announcement-title {
  font-size: 35px;
  color: #ff3333;
  margin-bottom: 25px;
  text-shadow: 0 0 10px #ff0, 0 0 20px #ff3333;
}

.highlight-strong {
  color: #ff3333;
  font-weight: bold;
  text-shadow: 0 0 12px #ff0, 0 0 25px #ff3333;
}

.highlight-strong2 {
  color: #ff3333;
  font-weight: bold;
  font-size: 30px;
  text-shadow: 0 0 12px #ff0, 0 0 25px #ff3333;
}

.date-highlight {
  font-weight: bold;
  color: #ff0000;
  text-shadow: 0 0 10px rgb(0, 0, 0), 0 0 20px rgb(0, 0, 0);
  border: #000 solid 2px;
}

/* ===============================
   Heroes5 Section（顔カード：1 → 2 → 2 対応）
   =============================== */
.heroes5-section {
  width: 100%;
  overflow-x: hidden; /* 横スクロール防止 */
  margin-bottom: 24px;
}

.heroes5-section .faces {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

/* 各カード */
.face {
  flex: 0 0 auto;
  text-align: center;
}

.face img {
  display: block;
  width: clamp(140px, 18vw, 220px);
  height: auto;
  border-radius: 8px;
  border: 2px solid #332b2b;
  box-shadow: 0 0 12px rgba(255, 255, 0, 0.45);
  background-color: #ccc;
}

/* 名前キャプション */
.face-name {
  margin-top: 6px;
  font-size: 0.95em;
  color: #222;
  font-weight: bold;
}

/* ===============================
   Responsive（スマホで1 → 2 → 2）
   =============================== */
@media (max-width: 520px) {
  .heroes5-section .faces {
    justify-content: center;
  }

  /* 全体の基本は2列 */
  .face {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }

  /* 1人目だけ全幅 */
  .heroes5-section .face:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .face img {
    width: clamp(100px, 28vw, 160px);
  }
}

@media (max-width: 520px) {
  .heroes5-section .faces {
    justify-content: center;
  }

  /* デフォルト：2列 */
  .face {
    flex: 1 1 48%; /* 50%から余白を引いた値 */
    max-width: 48%;
    text-align: center;
  }

  /* 1人目だけ1列 */
  .heroes5-section .face:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .face img {
    width: 100%; /* 親幅にフィット */
    max-width: 160px; /* 最大サイズ制御 */
    margin: 0 auto; /* 中央寄せ */
  }

  .face-name {
    display: block;
    margin-top: 6px;
    text-align: center;
  }
}

/* 満足度97％を特別に強調 */
.impact-score {
  font-size: 30px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
  margin: 30px 0;
  padding: 20px;
  background: #fff8f8;
  border: 2px solid #ff3b3b;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.35);
  letter-spacing: 2px;
}

.impact-score1 {
  font-size: 30px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
  margin: 30px 0;
  padding: 20px;
  background: #fff8f8;
  border: 2px solid #ff3b3b;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.35);
  letter-spacing: 2px;
}

/* 「その要素とは一体」デザイン */
.impact-question {
  font-size: 1.2em;
  font-weight: bold;
  color: #d00000;
  text-align: center;
  margin: 40px 0;
  padding: 15px 20px;
  background: linear-gradient(135deg, #fff, #f5f5f5);
  border-top: 2px solid #ff3b3b;
  border-bottom: 2px solid #ff3b3b;
  box-shadow: 0 4px 12px rgba(255, 0, 0, 0.25);
  letter-spacing: 1px;
}

/* =========================
   最終価格シンプル強調
========================= */
.final-price-box {
  text-align: center;
  margin: 50px auto;
  max-width: 700px;
  color: #000000;
}

.final-price-main {
  font-size: 1.8em;
  font-weight: bold;
  color: #ff3333;
  margin: 20px 0;
}

.final-price-sub {
  font-size: 1.2em;
  font-weight: bold;
  color: #ffff33;
  margin: 20px 0;
}

.final-price-compare {
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  margin: 25px 0;
}

.final-price-decision {
  font-size: 1.2em;
  font-weight: bold;
  color: #ff3333;
  margin-top: 30px;
}
/* =========================
   吹き出し＋アイコン
========================= */
.speech-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  max-width: 700px;
  margin: 15px auto;
}

.speech-icon img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #000000;
}

.speech-bubble {
  flex: 1;

  background: #222;
  color: #fff;
  border-radius: 12px;
  position: relative;
  font-size: 15px;
  line-height: 1.2;
  box-shadow: 0 0 12px rgba(255, 255, 0, 0.3);
}

.speech-bubble::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 18px;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #222 transparent transparent;
}

/* =========================
   強調ボックス（赤・青）
========================= */
.box-red {
  display: inline-block;
  padding: 5px 5px;
  font-weight: bold;
  border-radius: 6px;
  font-size: 1.1em;
  text-align: center;
  background: #ff0000;
  color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.box-blue {
  display: inline-block;
  padding: 5px 5px;
  font-weight: bold;
  border-radius: 6px;
  font-size: 1.1em;
  text-align: center;
  background: #0033cc;
  color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

/* 「と」テキスト */
.box-and {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0;
}

/* =========================
   価格比較（シンプル矢印付き）
========================= */
.price-compare {
  text-align: center;
  margin: 50px auto;
}

.price-before {
  font-size: 35px; /* 小さめ */
  font-weight: bold;
  color: #000; /* 黒文字 */
  margin-bottom: 20px;
}

.price-arrow {
  font-size: 3em;
  color: #ff0000; /* 赤矢印 */
  margin: 20px 0;
}

.price-after {
  font-size: 45px; /* 大きめ */
  font-weight: 800;
  color: #ff0000; /* 赤文字 */
  margin-top: 20px;
}

/* =========================
   特典セクション（豪華版）
========================= */
.bonus-section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
}

.bonus-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 30px;
  color: #ff3333;
  text-shadow: 0 0 8px #ff0, 0 0 15px #ff3333;
}

.bonus-main {
  font-size: 2.2em;
  font-weight: bold;
  color: #ffff33;
  text-shadow: 0 0 12px #ff0, 0 0 25px #ff3333;
  margin: 20px 0 40px;
}

.bonus-lead {
  font-size: 1.3em;
  color: #ccc;
  margin-bottom: 50px;
}

/* =========================
   豪華特典セクション
========================= */
.luxury-bonus {
  max-width: 800px;
  margin: 50px auto;
  padding: 30px 25px;
  background: #000; /* 黒背景 */
  border: 3px solid #d4af37; /* ゴールド枠 */
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.6), 0 0 40px rgba(255, 50, 50, 0.3);
  color: #fff;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.luxury-bonus:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 35px rgba(212, 175, 55, 0.8), 0 0 50px rgba(255, 80, 80, 0.5);
}

/* 見出し（豪華特典X） */
.luxury-title {
  font-size: 25px;
  font-weight: bold;
  color: #ffd700; /* 金色 */
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 0 0 8px #ff0, 0 0 15px #ff3333;
  margin-top: -20px;
}

/* サブタイトル（黄色の枠ボックス） */
.luxury-subtitle {
  background: rgba(255, 215, 0, 0.1);
  border: 2px solid #ffd700;
  color: #ffd700;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 15px;
  margin-bottom: 25px;
  text-align: center;
  border-radius: 6px;
  box-shadow: inset 0 0 8px rgba(255, 215, 0, 0.4);
}

/* 本文 */
.luxury-body p {
  margin: 12px 0;
  font-size: 20px;
  color: #f5f5f5;
}

/* 強調ワード */
.luxury-highlight {
  color: #ffff33;
  font-weight: bold;
  text-shadow: 0 0 10px #ff0, 0 0 20px #ff3333;
}

.luxury-body strong {
  color: #ff3333;
  font-weight: bold;
  text-shadow: 0 0 8px #fff, 0 0 15px #ff3333;
}

/* 注釈 */
.luxury-note {
  font-size: 0.9em;
  color: #aaa;
  margin-top: 15px;
  font-style: italic;
}

/* 締めの文言 */
.bonus-closing {
  margin-top: 60px;
  font-size: 30px;
  font-weight: bold;
  color: #ffff33;
  text-align: center;
  text-shadow: 0 0 12px #ff0, 0 0 20px #ff3333;
}

/* =========================
   クロージング（読みやすさ重視）
========================= */
.closing-section {
  max-width: 800px;
  margin: 60px auto;
  text-align: center;
  line-height: 1.9;
  color: #222; /* デフォルトは黒で見やすく */
}

.closing-lead-text {
  font-size: 30px;
  font-weight: bold;
  color: #444;
}

.closing-deadline {
  font-size: 30px;
  font-weight: bold;
  color: #d60000; /* 赤で強調 */
  margin: 20px 0;
}

.closing-early {
  font-size: 30px;
  margin: 20px 0;
  color: #333;
}

.closing-important {
  font-size: 30px;
  font-weight: bold;
  color: #d60000; /* 赤文字で目立たせる */
  margin: 25px 0;
}

.closing-text {
  font-size: 30px;
  margin: 20px 0;
}

.highlight-yellow {
  color: #e6c300; /* 読みやすい黄色 */
  font-weight: bold;
}

.closing-final {
  font-size: 25px;
  font-weight: bold;
  margin-top: 40px;
  color: #333;
}

.highlight-red {
  color: #d60000;
}

/* =========================
   豪華特典（タイトルは黄色発光、本文は白文字）
========================= */
.luxury-bonus-glow {
  text-align: center;
  margin: 40px 0;
}

/* タイトル（豪華特典X） */
.luxury-glow-title {
  font-size: 1.7em;
  font-weight: bold;
  color: #ffeb3b;
  text-shadow: 0 0 8px #fff200, 0 0 16px #ff0, 0 0 25px #ff9900;
  margin-bottom: 15px;
}

/* 下の枠付きボックス（本文部分） */
.luxury-glow-box {
  display: inline-block;
  padding: 15px 25px;
  font-size: 1.05em;
  font-weight: normal;
  color: #ffffff; /* 白文字に変更 */
  background: #000;
  border: 2px solid #ffeb3b;
  border-radius: 6px;
  line-height: 1.7;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.3); /* 白発光 */
  box-shadow: 0 0 12px rgba(255, 235, 59, 0.6),
    inset 0 0 8px rgba(255, 235, 59, 0.4);
}

/* タイトル（抽選特典など） */
.luxury-glow-title1 {
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff; /* 白メイン */
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.8),
    0 0 12px rgba(255, 255, 255, 0.6), 0 0 18px #ff3333; /* 赤の差し色 */
  margin-bottom: 15px;
}

/* 下の枠付きボックス（本文部分） */
.luxury-glow-box1 {
  display: inline-block;
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff; /* 白文字で読みやすく */
  background: #111; /* 真っ黒ではなく少し柔らかい黒 */
  border: 2px solid #ffffff; /* 白枠 */
  border-radius: 6px;
  line-height: 1.8;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.5); /* 白文字に柔らかい光 */
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.4),
    inset 0 0 8px rgba(255, 50, 50, 0.25); /* 白基調＋赤アクセント */
}

/* 🎉 おめでとうセクション（稲妻風デザイン） */
.congrats-section {
  max-width: 800px;
  background: #000;
  border: 3px solid #ffff33;
  border-radius: 12px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 20px rgba(255, 255, 0, 0.4), 0 0 40px rgba(255, 50, 50, 0.3);
  overflow: hidden;
  margin-top: -40px;
  padding: 5px;
}

/* タイトル */
.congrats-title {
  font-size: 30px;
  font-weight: bold;
  color: #ffeb3b;
  text-shadow: 0 0 12px #ff0, 0 0 25px #ff3333;
  margin-bottom: 1.5rem;
  animation: congrats-flash 2s infinite;
}

@keyframes congrats-flash {
  0%,
  100% {
    opacity: 1;
    text-shadow: 0 0 12px #ff0, 0 0 25px #ff3333;
  }
  50% {
    opacity: 0.8;
    text-shadow: 0 0 20px #fff, 0 0 40px #ff0, 0 0 60px #ff3333;
  }
}

/* 本文 */
.congrats-text {
  font-size: 22px;
  color: #fff;
  line-height: 1.8;
  font-weight: 600;
}

.congrats-strong {
  color: #ff3333;
  font-weight: 900;
  text-shadow: 0 0 10px #ff0, 0 0 20px #ff3333;
}

.congrats-gold {
  color: #ffff33;
  font-weight: 900;
  text-shadow: 0 0 15px #ff0, 0 0 25px #ff3333;
}

/* ────────────────
   サービス紹介セクション
──────────────── */
.service-intro {
  padding: 50px 20px;
  background: #000;
  color: #fff;
  text-align: center;
}

.service-intro-inner {
  max-width: 800px;
  margin: 0 auto;
}

.service-intro .intro-main-title {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #ffeb3b;
  text-shadow: 0 0 8px #fff200, 0 0 16px #ff0, 0 0 25px #ff9900;
}

.service-intro .highlight {
  color: #ff5252;
  font-size: 1.2em;
}

.service-intro .highlight-hero {
  display: inline-block;
  padding: 5px 12px;
  margin-top: 10px;
  font-weight: bold;
  background: linear-gradient(90deg, #ff0000, #ff9900);
  color: #fff;
  border-radius: 6px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

.service-intro .intro-lead {
  font-size: 1.3em;
  margin-bottom: 20px;
}

.service-intro .intro-text {
  font-size: 1.1em;
  margin-bottom: 25px;
}

.service-intro .intro-points {
  list-style: none;
  padding: 0;
  margin: 0 auto 30px;
  max-width: 600px;
  text-align: left;
}

.service-intro .intro-points li {
  margin: 12px 0;
  padding-left: 25px;
  position: relative;
  font-size: 1.05em;
}

.service-intro .intro-points li::before {
  content: "★";
  color: #ffeb3b;
  position: absolute;
  left: 0;
  top: 0;
}

.service-intro .intro-closing {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 20px;
  color: #ffeb3b;
}

.service-img {
  max-width: 100%;
  cursor: pointer;
  transition: transform 0.3s;
}
.service-img:hover {
  transform: scale(1.05);
}

/* 印の種類リスト枠 */
.mark-box {
  max-width: 700px;
  margin: 30px auto;
  padding: 20px 25px;
  background: #111; /* 黒ベースで可読性UP */
  border: 2px solid #ffeb3b; /* 稲妻イエロー枠 */
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(255, 235, 59, 0.5);
  color: #fff;
  line-height: 1.8;
}

.mark-box p {
  margin: 10px 0;
  font-size: 18px;
  color: #fff;
}

.service-cta-button {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 10px;
  background: linear-gradient(
    to bottom,
    #ff4444,
    #aa0000
  ); /* 上明るく→下暗く */
  border: 2px solid #880000;
  box-shadow: 0 6px 0 #660000,
    /* 下側の厚み（盛り上がり用） */ 0 8px 15px rgba(0, 0, 0, 0.6); /* 外側影 */
  transition: all 0.2s ease;
  position: relative;
}

.service-cta-button::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  height: 40%;
  border-radius: 8px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none; /* クリックに干渉しない */
}

.service-cta-button:hover {
  background: linear-gradient(to bottom, #ff6666, #cc0000);
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #660000, 0 10px 20px rgba(0, 0, 0, 0.7);
}
.cta-wrapper {
  text-align: center; /* 中央寄せ */
}

/* ===== サービス特徴セクション ===== */
.service-feature {
  padding: 60px 20px;
  text-align: center;
  color: #fff;
}

/* 特徴の枠（ここだけ強調） */
.feature-box {
  margin: 30px auto;
  padding: 25px 20px;
  max-width: 750px;
  border: 3px solid #ffcc00;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.65);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5);
  text-align: left;
}

.feature-box h2 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #ffdd33;
  text-align: center;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.feature-list li {
  font-size: 25px;
  color: #ffff00;
  margin-bottom: 8px;
}

/* 全体リストを中央寄せ */
.mark-guide {
  list-style: none;
  padding: 0;
  margin: 2rem auto;
  max-width: 700px;
  text-align: center;
}

/* 各項目をカード風に */
.mark-guide li {
  font-size: 15px;
  color: #ff0000; /* 文字は白 */
  font-weight: 900;
  margin: 1rem auto;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  display: inline-block;
  width: 90%;
  max-width: 600px;
  text-align: left;
}

/* ラベル */
.mark-guide li span {
  display: inline-block;
  min-width: 70px;
  font-weight: 900;
  border-radius: 6px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #111; /* ラベル内の文字は黒寄りにして視認性UP */
  background: #000000;
}

/* 本命（ゴールド） */
.mark-guide li.honmei {
  background: linear-gradient(135deg, #d4af37, #ffd700);
}
.mark-guide li.honmei span {
  background: #ffd700;
}

/* 対抗（シルバー） */
.mark-guide li.taikou {
  background: linear-gradient(135deg, #aaa, #ddd);
}
.mark-guide li.taikou span {
  background: #c0c0c0;
}

/* 穴（黒系） */
.mark-guide li.ana {
  background: linear-gradient(135deg, #888888, #ffffff);
}
.mark-guide li.ana span {
  background: #444;
  color: #fff; /* 黒ベースなので白文字に */
}

/* サービスまとめは通常表示 */
.feature-summary {
  margin: 50px auto;
  max-width: 750px;
  text-align: left;
}

.feature-summary h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #ffcc00;
}

.feature-summary .highlight {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffdd33;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.img-wrapper {
  text-align: center;
  margin: 30px auto;
}

.service-img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.service-img:hover {
  transform: scale(1.05);
}

/* ポップアップ全体 */
.popup {
  display: none; /* 初期は非表示 */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
}

/* 閉じるボタン */
.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px; /* タップ領域確保 */
}

/* 拡大画像 */
.popup-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80%;
  border: 3px solid #fff;
  border-radius: 8px;
  object-fit: contain; /* ← 追加 */
}

.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
  font-size: 25px;
  font-weight: 800;
}

.comparison-list li {
  margin: 12px 0;
  padding-left: 25px;
  position: relative;
}

.center1 {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .lottery-steps .label,
  .vg-table tr td:first-child {
    width: auto;
    white-space: normal; /* 折り返し許可 */
    text-align: left;
  }
}

.impact-score .score {
  font-size: 40px; /* 大きくする */
  font-weight: 800; /* 太字にしたい場合 */
  color: #e60000; /* 強調用の色（任意） */
}

.hit-highlight {
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 25px auto 0;
  padding: 15px 30px;
  display: inline-block;
  background: linear-gradient(90deg, #ff0000, #ff6600);
  border-radius: 10px;
  text-shadow: 0 0 8px #fff, 0 0 15px #ff3d3d, 0 0 25px #ff6600;
  box-shadow: 0 6px 20px rgba(255, 0, 0, 0.6);
  animation: flash-glow 1.5s infinite alternate;
}

.hit-highlight span {
  font-size: 1.3em;
  color: #ffff00;
  text-shadow: 0 0 10px #fff, 0 0 18px #ff0, 0 0 28px #ff6600;
}

/* 点滅アニメーション */
@keyframes flash-glow {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.08);
    opacity: 0.9;
  }
}

/* 実績強調セクション全体 */
.record-highlight {
  text-align: center;
}

/* 外枠 */
.record-box {
  border: 5px solid #ff2e2e;
  border-radius: 15px;
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.6), 0 0 40px rgba(255, 0, 0, 0.4);
  background: #111; /* 黒背景で映える */
}

/* メインタイトル */
.record-main {
  font-size: 3em;
  font-weight: bold;
  color: #ff2e2e;
  text-shadow: 0 0 10px #fff, 0 0 20px #ff2e2e, 0 0 40px #ff2e2e,
    0 0 60px #ff0000;
  margin-bottom: 15px;
}

/* サブタイトル */
.record-sub {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(90deg, #ff8a00, #ff2e2e);
  padding: 10px 25px;
  border-radius: 8px;
  display: inline-block;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  margin-bottom: 25px;
}

/* 画像4枚のギャラリー */
.record-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.record-img img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  border: 3px solid #fff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 30px rgba(255, 0, 0, 0.7);
}

/* スマホ対応 */
@media (max-width: 768px) {
  .record-gallery {
    grid-template-columns: 1fr;
  }
}

.join-section {
  text-align: center;
  padding: 2.5em 1.5em;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.6;

  border: 2px solid rgba(0, 0, 0, 0.08); /* 薄めのグレー枠 */
  border-radius: 12px; /* 角丸で柔らかさ */
  background: #fff; /* 白背景で明快 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); /* ふわっと影 */
  display: inline-block; /* コンテンツに合わせて枠が収まる */
}

/* 見出し */
.join-title {
  font-size: 30px;
  font-weight: 900;
  background: linear-gradient(90deg, #ff512f, #ff9966);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.2em;
  letter-spacing: 0.08em;
}

/* 人数 */
.join-count {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.join-count span {
  font-size: 45px;
  font-weight: 900;
  color: #e60033;
  display: inline-block;
  animation: bounce 1.2s infinite;
}

/* メッセージ */
.join-message {
  font-size: 25px;
  font-weight: 600;
  color: #444;
  letter-spacing: 0.05em;
}

/* アニメーション（軽く弾む） */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
