@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
  line-height: 1.9;
  color: #333;
  background: #fff;
}
.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
h2 {
  text-align: center;
}
h2 img {
  width: auto;
}
/* キャッチコピーセクション */
.catch-copy-section {
  background: linear-gradient(135deg, #1a0000 0%, #3d0000 50%, #5a0000 100%);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.catch-copy-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255, 69, 0, 0.15) 0%, transparent 50%), radial-gradient(circle at 70% 50%, rgba(220, 20, 60, 0.15) 0%, transparent 50%);
  pointer-events: none;
}
.catch-copy-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}
.warning-badge {
  display: inline-block;
  background: #C41E3A;
  color: #fff;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 3px;
  border: 2px solid #FF6B6B;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.main-catch {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}
.main-catch-highlight {
  color: #FFD700;
  font-size: 52px;
}
.catch-subtitle {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 40px;
  opacity: 0.95;
}
.catch-subtitle strong {
  color: #FFD700;
  font-size: 22px;
}
.urgent-warning {
  background: rgba(196, 30, 58, 0.3);
  border: 3px solid #C41E3A;
  padding: 40px 35px;
  margin: 50px auto;
  max-width: 800px;
  border-radius: 8px;
}
.urgent-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #FFD700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.urgent-text {
  font-size: 17px;
  line-height: 2.2;
  text-align: left;
}
.urgent-text p {
  margin-bottom: 20px;
}
.authority-box {
  background: rgba(0, 0, 0, 0.3);
  border-left: 5px solid #D4AF37;
  padding: 35px 40px;
  margin: 50px auto;
  max-width: 800px;
  text-align: left;
}
.authority-icon {
  font-size: 36px;
  margin-bottom: 20px;
}
.authority-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #D4AF37;
  line-height: 1.6;
}
.authority-text {
  font-size: 16px;
  line-height: 2.2;
}
.authority-text p {
  margin-bottom: 15px;
}
.negative-chain {
  background: rgba(139, 0, 0, 0.4);
  padding: 30px;
  margin: 30px 0;
  border-radius: 4px;
  border: 2px solid #C41E3A;
}
.negative-chain-item {
  font-size: 17px;
  line-height: 2;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.negative-chain-item::before {
  content: "▼";
  position: absolute;
  left: 0;
  color: #FF6B6B;
}
.solution-text {
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
  /* background: linear-gradient(transparent 60%, rgba(255, 215, 0, 0.3) 60%); */
  display: inline-block;
  padding: 5px 10px;
}
/* 動画セクション */
.video-section {
  padding: 80px 0 0;
  background: #fff;
}
.video-container {
  max-width: 900px;
  margin: 0 auto;
}
.video-title {
  text-align: center;
  font-size: 32px;
  color: #8B4513;
  margin-bottom: 20px;
  font-weight: bold;
}
.video-subtitle {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-bottom: 40px;
  line-height: 2;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 アスペクト比 */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-note {
  text-align: center;
  margin-top: 30px;
  font-size: 15px;
  color: #999;
}
/* ヘッダーセクション */
.header {
  background: url("../img/bg_header.png")top;
  padding: 50px 20px;
  text-align: center;
  /*border-bottom: 1px solid #e0e0e0;*/
  min-height: 600px;
}
.header-logo {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
  letter-spacing: 4px;
}
.header h1 {
  font-size: 24px;
  color: #666;
  font-weight: normal;
  line-height: 2;
}
/* メインビジュアル */
.main-visual {
  background: #fff;
  padding: 40px 20px 0px;
  text-align: center;
}
.main-title {
  font-size: 42px;
  color: #8B4513;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.7;
}
/* ストーリーセクション */
.story-section {
  padding: 80px 20px;
  background: #fff;
}
.story-text {
  max-width: 700px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 2.2;
  color: #333;
}
.story-text p {
  margin-bottom: 30px;
  text-align: left;
}
.story-highlight {
  color: #C41E3A;
  font-weight: bold;
}
.story-emphasis {
  background: linear-gradient(transparent 70%, #fff4cc 70%);
  font-weight: bold;
}
/* プロフィール */
.profile-box {
  max-width: 750px;
  margin: 60px auto;
  background: #f9f9f9;
  padding: 40px;
  text-align: center;
  border-radius: 4px;
}
.profile-name {
  font-size: 24px;
  color: #8B4513;
  margin-bottom: 20px;
  font-weight: bold;
}
.profile-text {
  font-size: 16px;
  line-height: 2;
  color: #555;
  text-align: left;
}
/* セクション共通 */
.section {
  padding: 80px 20px;
}
.section-bg {
  background: #f9f9f9;
}
.section-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
  color: #8B4513;
  font-weight: normal;
  line-height: 1.8;
}
.section-subtitle {
  text-align: center;
  font-size: 20px;
  color: #555;
  margin: -30px 0 50px 0;
  line-height: 1.8;
}
/* 問題提起リスト */
.problem-intro {
  max-width: 750px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.problem-list {
  list-style: none;
  max-width: 700px;
  margin: 50px auto;
  padding: 0;
}
.problem-list li {
  font-size: 16px;
  line-height: 2;
  padding: 18px 0 18px 30px;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}
.problem-list li:before {
  content: "◆";
  position: absolute;
  left: 0;
  color: #8B4513;
  font-weight: bold;
}
/* 説明ボックス */
.explanation-box {
  max-width: 800px;
  margin: 50px auto;
  background: #fff;
  padding: 50px 45px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.explanation-text {
  font-size: 17px;
  line-height: 2.2;
  color: #333;
}
.explanation-text p {
  margin-bottom: 25px;
}
/* 強調ボックス */
.emphasis-box {
  background: #8B4513;
  color: #fff;
  padding: 40px;
  margin: 40px 0;
  text-align: center;
  border-radius: 4px;
}
.emphasis-box-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
}
.emphasis-box-text {
  font-size: 17px;
  line-height: 2;
}
/* 火のエネルギー */
.fire-element-box {
  max-width: 800px;
  margin: 50px auto;
  background: #2c2c2c;
  color: #fff;
  padding: 50px 40px;
  border-radius: 4px;
}
.fire-year {
  text-align: center;
  font-size: 64px;
  color: #D4AF37;
  font-weight: bold;
  margin-bottom: 30px;
}
.fire-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  color: #fff;
}
.fire-elements {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 15px;
  margin: 40px 0;
}
.fire-element-item {
  background: rgba(212, 175, 55, 0.2);
  border: 2px solid #D4AF37;
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
}
.fire-description {
  font-size: 17px;
  line-height: 2.2;
  margin-top: 40px;
  text-align: center;
}
.fire-description p {
  margin-bottom: 20px;
}
/* 3つの変化 */
.changes-grid {
  max-width: 850px;
  margin: 60px auto;
}
.change-item {
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e8e8e8;
  padding: 1.5em;
  border: 4px solid #D4AF37;
  border-radius: 15px;
}
.change-item:last-child {
  /* border-bottom: none; */
}
.change-number {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #8B4513;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
.change-title {
  font-size: 24px;
  color: #8B4513;
  margin-bottom: 20px;
  font-weight: bold;
}
.change-subtitle {
  font-size: 18px;
  color: #C41E3A;
  margin-bottom: 25px;
  font-weight: bold;
}
.change-description {
  font-size: 16px;
  line-height: 2.2;
  color: #555;
}
.change-description p {
  margin-bottom: 20px;
}
/* プログラム内容 */
.curriculum-box {
  max-width: 800px;
  margin: 60px auto;
  background: #8B4513;
  padding: 50px 40px;
  border-radius: 4px;
  color: #fff;
}
.curriculum-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}
.curriculum-subtitle {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
  opacity: 0.95;
  line-height: 2;
}
.curriculum-list {
  list-style: none;
  padding: 0;
}
.curriculum-item {
  background: rgba(255, 255, 255, 1);
  padding: 25px 30px;
  margin-bottom: 15px;
  border-radius: 10px;
  font-size: 17px;
  line-height: 1.8;
  border: 4px solid #D4AF37;
  color: #8b4513;
}
/* 特典 */
.bonus-intro {
  max-width: 750px;
  margin: 0 auto 60px;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
.bonus-grid {
  max-width: 850px;
  margin: 0 auto;
}
.bonus-item {
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border-left: 5px solid #8B4513;
  background: url(../img/bg_toku.png)no-repeat top right;
  /* background-size: 40%; */
}
.bonus-number {
  display: inline-block;
  background: #8B4513;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.bonus-title {
  font-size: 22px;
  color: #8B4513;
  margin-bottom: 15px;
  font-weight: bold;
}
.bonus-description {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
/* スペシャル特典 */
.special-bonus {
  max-width: 800px;
  margin: 60px auto;
  background: linear-gradient(135deg, #D4AF37, #F4D03F);
  padding: 50px 40px;
  border-radius: 4px;
  text-align: center;
}
.special-bonus-badge {
  font-size: 18px;
  color: #8B4513;
  margin-bottom: 20px;
  font-weight: bold;
}
.special-bonus-title {
  font-size: 28px;
  color: #2c2c2c;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.special-bonus-price {
  font-size: 48px;
  color: #8B4513;
  font-weight: bold;
  margin: 25px 0;
}
.special-bonus-text {
  font-size: 17px;
  color: #2c2c2c;
  line-height: 2;
  max-width: 650px;
  margin: 0 auto;
}
/* 価格セクション */
.price-section {
  padding: 100px 20px;
  background: #f9f9f9;
}
.price-box {
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 50px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  text-align: center;
}
.price-label {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.price-amount {
  font-size: 64px;
  color: #8B4513;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}
.price-tax {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
.price-deadline {
  background: #C41E3A;
  color: #fff;
  padding: 20px 30px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}
.price-notes {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8;
  text-align: left;
}
.price-notes-title {
  font-size: 16px;
  color: #8B4513;
  font-weight: bold;
  margin-bottom: 15px;
}
.price-notes-list {
  font-size: 15px;
  line-height: 2;
  color: #666;
}
/* FAQ */
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.faq-item:last-child {
  border-bottom: none;
}
.faq-question {
  font-size: 20px;
  color: #8B4513;
  font-weight: bold;
  /* margin-bottom: 15px; */
  padding-left: 30px!important;
  position: relative;
}
.faq-question:before {
  content: "Q";
  position: absolute;
  left: 0;
  color: #D4AF37;
  font-size: 24px;
}
.faq-answer {
  font-size: 16px;
  line-height: 2;
  color: #555;
  padding-left: 30px;
}
/* CTA */
.cta-section {
  background: #8B4513;
  color: #fff;
  padding: 100px 20px;
  text-align: center;
}
.cta-title {
  font-size: 38px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.6;
}
.cta-description {
  font-size: 18px;
  line-height: 2.2;
  max-width: 750px;
  margin: 0 auto 50px;
}
.cta-button {
  display: inline-block;
  background: #D4AF37;
  color: #2c2c2c;
  padding: 25px 70px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.cta-button:hover {
  background: #F4D03F;
  transform: translateY(-3px);
}
.cta-note {
  margin-top: 30px;
  font-size: 15px;
  opacity: 0.9;
}
.cta-button1 {
  display: inline-block;
  background: #D4AF37;
  color: #2c2c2c;
  padding: 25px 70px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.cta-button1:hover {
  background: #F4D03F;
  transform: translateY(-3px);
}
.cta-note1 {
  margin-top: 30px;
  font-size: 15px;
  opacity: 0.9;
}.cta-button2 {
  display: inline-block;
  background: #375C7A;
  color: #ffffff;
  padding: 25px 70px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.cta-button2:hover {
  background: #F4D03F;
  transform: translateY(-3px);
}
.cta-note2 {
  margin-top: 30px;
  font-size: 15px;
  opacity: 0.9;
}
/* メッセージセクション */
.message-section {
  padding: 100px 20px;
  background: #f9f9f9;
}
.message-title {
  text-align: center;
  font-size: 32px;
  color: #8B4513;
  margin-bottom: 50px;
}
.message-box {
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 45px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.message-author {
  text-align: center;
  margin-bottom: 40px;
}
.message-author-name {
  font-size: 22px;
  color: #8B4513;
  font-weight: bold;
  margin-bottom: 10px;
}
.message-text {
  font-size: 16px;
  line-height: 2.2;
  color: #555;
}
.message-text p {
  margin-bottom: 25px;
}
/* 最終決断セクション */
.final-decision-section {
  padding: 100px 20px;
  background: #fff;
}
.decision-box {
  max-width: 800px;
  margin: 0 auto;
}
.decision-title {
  font-size: 32px;
  color: #8B4513;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}
.decision-intro {
  font-size: 17px;
  line-height: 2.2;
  color: #555;
  margin-bottom: 30px;
}
.core-elements {
  background: #f9f9f9;
  padding: 35px;
  margin: 30px 0;
  border-radius: 4px;
  border-left: 5px solid #8B4513;
}
.core-elements-title {
  font-size: 18px;
  color: #8B4513;
  margin-bottom: 20px;
  font-weight: bold;
}
.core-elements-list {
  list-style: none;
  padding: 0;
}
.core-elements-list li {
  font-size: 17px;
  line-height: 2;
  padding: 10px 0 10px 30px;
  position: relative;
  color: #555;
}
.core-elements-list li::before {
  content: "・";
  position: absolute;
  left: 10px;
  color: #8B4513;
  font-size: 24px;
}
.benefits-box {
  background: #fff4cc;
  padding: 35px;
  margin: 40px 0;
  border-radius: 4px;
  border-left: 5px solid #D4AF37;
}
.benefits-intro {
  font-size: 17px;
  color: #555;
  margin-bottom: 25px;
  line-height: 2;
}
.benefits-list {
  list-style: none;
  padding: 0;
}
.benefits-list li {
  font-size: 17px;
  line-height: 2.2;
  padding: 12px 0 12px 35px;
  position: relative;
  color: #555;
  font-weight: bold;
}
.benefits-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #8B4513;
  font-size: 20px;
}
.turning-point-box {
  background: linear-gradient(135deg, #8B4513, #A0522D);
  color: #fff;
  padding: 50px 40px;
  margin: 50px 0;
  border-radius: 4px;
  text-align: center;
}
.turning-point-quote {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.8;
}
.turning-point-text {
  font-size: 17px;
  line-height: 2.2;
}
.turning-point-text p {
  margin-bottom: 20px;
}
.final-emphasis-box {
  background: #f9f9f9;
  padding: 50px 40px;
  margin: 50px 0;
  border-radius: 4px;
  border: 3px solid #8B4513;
}
.final-emphasis-title {
  font-size: 26px;
  color: #8B4513;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.8;
}
.final-emphasis-text {
  font-size: 18px;
  line-height: 2.2;
  color: #555;
  text-align: center;
}
.final-emphasis-text p {
  margin-bottom: 20px;
}
.final-emphasis-highlight {
  background: #8B4513;
  color: #fff;
  padding: 30px;
  margin-top: 30px;
  border-radius: 4px;
  font-size: 19px;
  font-weight: bold;
  line-height: 2;
}
/* フッター */
footer {
  background: #2c2c2c;
  color: #999;
  padding: 40px 20px;
  text-align: center;
  font-size: 14px;
}
.sp {
  display: none;
}
/* レスポンシブ */
@media (max-width: 980px) {
  .header {
    min-height: auto;
    background-size: cover;
    aspect-ratio: 930/600;
  }
}
@media (max-width: 768px) {
  .video-title {
    font-size: 26px;
  }
  .video-subtitle {
    font-size: 16px;
  }
  .video-wrapper {
    border-radius: 4px;
  }
  .main-catch {
    font-size: 28px;
  }
  .main-catch-highlight {
    font-size: 32px;
  }
  .catch-subtitle {
    font-size: 16px;
  }
  .urgent-title {
    font-size: 18px;
    flex-direction: column;
  }
  .urgent-text {
    font-size: 15px;
  }
  .authority-title {
    font-size: 19px;
  }
  .negative-chain-item {
    font-size: 15px;
  }
  .main-title {
    font-size: 32px;
  }
  .section-title {
    font-size: 28px;
  }
  .fire-year {
    font-size: 48px;
  }
  .story-text, .explanation-text, .content-text {
    font-size: 16px;
  }
  .curriculum-box, .special-bonus, .explanation-box {
    padding: 35px 25px;
  }
  .cta-title {
    font-size: 28px;
  }
  .cta-button {
    font-size: 20px;
    padding: 20px 50px;
  }
  .decision-title {
    font-size: 26px;
  }
  .turning-point-quote {
    font-size: 20px;
  }
  .turning-point-text {
    font-size: 15px;
  }
  .final-emphasis-title {
    font-size: 22px;
  }
  .final-emphasis-text {
    font-size: 16px;
  }
  .final-emphasis-highlight {
    font-size: 17px;
    padding: 25px 20px;
  }
  .core-elements, .benefits-box, .turning-point-box, .final-emphasis-box {
    padding: 30px 25px;
  }
  .sp {
    display: block;
  }
  .warning-badge {
    padding: 1em;
  }
  .authority-box {
    padding: 1em;
  }
  .price-notes-list {
    font-size: 13px;
    line-height: 2;
    color: #666;
  }
  .profile-box, .message-box {
    padding: 1.5em 1em;
  }
  .container {
    padding: 0;
  }
  .bonus-item {
   background-size: 40%; 
}
	.price-section,.section,.story-section{
		padding: 40px 1em;
	}
	.catch-copy-section{
		padding: 40px 20px 0px;
	}
}
/* スムーススクロール */
html {
  scroll-behavior: smooth;
}
/*faq 開閉*/
.faq-item {
  border-bottom: 1px solid #ddd;
}
.faq-question {
  cursor: pointer;
  padding: 16px;
  font-weight: bold;
  position: relative;
}
/* 矢印 */
.faq-question::after {
  content: "＋";
  position: absolute;
  right: 16px;
  transition: transform 0.3s;
}
.faq-item.is-open .faq-question::after {
  content: "－";
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 16px;
  line-height: 1.7;
}
/* 開いたとき */
.faq-item.is-open .faq-answer {
  max-height: 500px; /* 内容に合わせて十分大きく */
  padding-bottom: 16px;
}