.gg-page-wrapper {
  font-family: inherit;
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px;
  line-height: 1.6;
  box-sizing: border-box;
  color: inherit;
}

.gg-page-wrapper *, 
.gg-page-wrapper *::before, 
.gg-page-wrapper *::after {
  box-sizing: inherit;
}

/* --- ベーステキストの調整（リセットCSS対策） --- */
.gg-page-wrapper p {
  font-size: 1em; /* pタグが小さくなりすぎないよう少し底上げ */
}

.gg-page-wrapper strong,
.gg-page-wrapper b {
  font-weight: bold !important; /* 確実に太文字になるよう優先度を上げる */
}

/* --- ヘッダー --- */
.gg-page-title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  border-bottom: 2px solid currentColor;
  padding-bottom: 20px;
}

/* --- 導入文 --- */

  /* 見出し（サイズアップ） */
  .gg-title-main {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2em; /* 最も大きなメインタイトル */
    color: #255827;
    text-align: center;
    margin: 40px 0 20px;
    font-weight: normal;
    letter-spacing: 0.1em;
  }

  /* コンセプトセクション */
  .gg-concept {
    text-align: center;
    margin-bottom: 60px;
  }
  .gg-concept-text {
    font-size: 1em;
    margin-top: 30px;
    letter-spacing: 0.05em;
    color: #333;
  }


.gg-page-intro {
  line-height: 1.8;
  margin-bottom: 80px;
}

.gg-page-intro p {
  margin-bottom: 24px;
}

.gg-page-intro p:last-child {
  margin-bottom: 0;
}

/* --- ステップ見出し --- */
.gg-step-section {
  margin-bottom: 160px; /* 100pxから160pxに広げています */
}

.gg-step-heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid #333;
}

@media (min-width: 768px) {
  .gg-step-heading {
    flex-direction: row;
    align-items: center;
  }
}

.gg-step-label {
  background-color: #111;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: 8px 20px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 12px;
  text-align: center;
}

@media (min-width: 768px) {
  .gg-step-label {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.gg-step-title {
  font-size: 1.25em;
  font-weight: bold;
  flex: 1;
}

/* --- 各手順のリストスタイル（STEP1・STEP2共通） --- */
.gg-step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 48px;
}

.gg-step-item:last-child {
  margin-bottom: 0;
}

.gg-step-num {
  background-color: #111;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1em;
  margin-right: 16px;
  flex-shrink: 0;
}

.gg-step-content {
  flex: 1;
  padding-top: 4px; /* 数字とテキストの高さを調整 */
}

/* --- STEP1 テキスト・画像 --- */
.gg-sub-step-text {
  font-weight: bold !important; /* 確実に太文字にする */
  font-size: 1.1em; /* 少し文字を大きく */
  margin-bottom: 16px;
  line-height: 1.8;
}

.gg-sub-step-note {
  font-size: 0.9em;
  color: #333;
  margin-top: 8px;
  display: block;
  font-weight: normal !important;
}


.gg-sub-step-img-wrap {
  text-align: left;
  margin-top: 16px;
}

.gg-img-caption {
  font-size: 0.85em;
  color: #888;
  margin-bottom: 12px;
  display: block;
}

.gg-sub-step-img-wrap img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gg-sub-step-img-wrap a {
  display: inline-block;
}

.gg-sub-step-img-wrap a:hover img {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

/* --- STEP2 テキスト --- */
.gg-step2-item-title {
  display: block;
  font-size: 1.15em;
  font-weight: bold !important; /* 確実に太文字にする */
  color: #111;
  margin-bottom: 8px;
}

.gg-step2-item-desc {
  line-height: 1.7;
  margin: 0;
  font-size: 1.1em; /* 文字を少し大きく */
}

/* --- ボタン --- */

  .gg-btn-wrap {
    text-align: center;
    margin: 50px 0;
  }
  .gg-btn {
    display: inline-block;
    background-color: #255827;
    color: #ffffff;
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 18px 60px;
    transition: opacity 0.3s ease;
  }
  .gg-btn:hover {
    opacity: 0.85;
  }


/* --- 特典・お知らせエリア --- */
.gg-info-section {
  margin-top: 60px;
  padding: 40px 32px;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.gg-info-title {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.05em;
}

.gg-info-title::before,
.gg-info-title::after {
  content: " ✦ ";
  color: #bbb;
  font-size: 0.8em;
  vertical-align: middle;
}

.gg-info-text {
  text-align: left;
  line-height: 1.8;
}

/* 特別な贈り物セクションは少しリッチな枠線に */
.gg-gift-section {
  background-color: #fff;
  border: 2px solid #111;
}

.gg-gift-section .gg-info-title::before,
.gg-gift-section .gg-info-title::after {
  content: " ✧ ";
  color: #111;
}

/* --- 特典アイテムの整理 --- */
.gg-gift-item {
  background-color: #fafafa;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 16px;
}

.gg-gift-item:last-child {
  margin-bottom: 0;
}

.gg-gift-item-title {
  font-size: 1.1em;
  font-weight: bold;
  color: #111;
  margin-top: 0;
  margin-bottom: 8px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 8px;
}

.gg-gift-item-desc {
  margin: 0;
  line-height: 1.6;
}

/* --- ポップアップ（モーダル） --- */
.gg-modal {
  border: none;
  border-radius: 8px;
  padding: 0;
  max-width: 90vw;
  max-height: 90vh;
  background: transparent;
  overflow: visible;
}
.gg-modal::backdrop {
  background: rgba(0, 0, 0, 0.75);
}
.gg-modal-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
}
.gg-modal-content img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 4px;
}
.gg-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}
.gg-modal-close:hover {
  color: #ddd;
}



 /* メインカラー・アクセントカラー */
  .text-main { color: #255827; }
  .bg-main { background-color: #255827; }
  .bg-light-green { background-color: #f0f5f1; }
  
  /* 見出し（サイズアップ） */
  .gg-title-main {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.2em; /* 最も大きなメインタイトル */
    color: #255827;
    text-align: center;
    margin: 40px 0 20px;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  .gg-title-sub {
    font-size: 1.8em; /* 以前の1.4emから大幅にサイズアップ */
    color: #255827;
    border-bottom: 2px solid #255827;
    padding-bottom: 12px;
    margin: 70px 0 50px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.1em;
  }

  /* コンセプトセクション */
  .gg-concept {
    text-align: center;
    margin-bottom: 60px;
  }
  .gg-concept-text {
    font-size: 1em;
    margin-top: 30px;
    letter-spacing: 0.05em;
    color: #333;
  }

  /* 特典リストセクション */
  .gg-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
  }
  .gg-benefit-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    width: calc(50% - 10px);
    padding: 30px 25px;
    box-sizing: border-box;
    text-align: center;
  }
  
  /* 特典ピクトグラム */
  .gg-benefit-icon {
    color: #255827;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
  }
  .gg-benefit-icon svg {
    width: 40px;
    height: 40px;
  }
  
  .gg-benefit-title {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #222;
  }
  .gg-benefit-desc {
    font-size: 1em;
    color: #555;
    text-align: left;
    line-height: 1.6;
  }
  
  /* フル幅のカード */
  .gg-benefit-card.full {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 30px;
    background-color: #f0f5f1;
    border: none;
  }
  .gg-benefit-card.full .gg-benefit-icon {
    margin: 0 30px 0 0;
  }
  .gg-benefit-card.full .gg-benefit-icon svg {
    width: 50px;
    height: 50px;
  }

  /* ステージ案内セクション */
  .gg-stages {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .gg-stage-item {
    display: flex;
    background: #f0f5f1; /* 薄い緑 */
    align-items: stretch;
    border-radius: 6px;
    overflow: hidden;
  }
  
  /* 左側のランクブロック（メインカラー） */
  .gg-stage-rank {
    background: #255827; /* メインの緑 */
    color: #ffffff; /* 白抜き文字 */
    padding: 20px;
    width: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    flex-shrink: 1;
  }
  .gg-stage-rank span {
    font-size: 0.85em;
    margin-bottom: 5px;
    opacity: 0.9;
  }
  .gg-stage-rank strong {
    font-size: 1.3em;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  /* 葉物野菜（レタス）の成長背景アイコン */
  .gg-stage-bg-icon {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100px;
    height: 100px;
    color: #ffffff;
    opacity: 0.15;
    z-index: -1;
    transform: rotate(-5deg);
    pointer-events: none;
  }
  .gg-stage-bg-icon svg {
    width: 100%;
    height: 100%;
  }

  /* ステージ詳細 */
  .gg-stage-details {
    padding: 25px;
    flex-grow: 1;
  }
  .gg-stage-target {
    font-weight: bold;
    color: #255827;
    margin-bottom: 10px;
    font-size: 1em;
  }
  .gg-stage-perks {
    font-size: 1em;
    margin: 0;
    padding-left: 20px;
    color: #333;
  }
  .gg-stage-perks li {
    margin-bottom: 6px;
  }


.mypage-guide-section {
  padding: 30px 20px 60px 20px;
  background-color: #fafafa;
  font-family: inherit;
  color: #333333;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.guide-container { max-width: 900px; margin: 0 auto; }
.guide-title { font-size: 20px; font-weight: 500; text-align: center; margin-bottom: 20px; }
.guide-lead { font-size: 14px; text-align: center; color: #666666; margin-bottom: 45px; }
.guide-grid { display: flex; gap: 30px; margin-bottom: 40px; }
.guide-card { flex: 1; background: #ffffff; padding: 35px 30px; border: 1px solid #eeeeee; border-radius: 4px; text-align: center; }

/* SVGイラスト用のスタイル */
.card-icon-wrapper {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.line-icon {
  width: 40px;
  height: 40px;
}

.card-title { font-size: 16px; font-weight: 600; margin-bottom: 10px; padding-bottom: 8px; }
.card-desc { font-size: 13px; color: #666666; margin-bottom: 20px; }
.guide-list { list-style: none; padding: 0; margin: 0; text-align: left; }
.guide-list li { font-size: 14px; position: relative; padding-left: 18px; margin-bottom: 12px; }
.guide-list li::before { content: ""; position: absolute; left: 4px; top: 10px; width: 4px; height: 4px; background-color: #333333; border-radius: 50%; }
.sub-text { display: block; font-size: 12px; color: #888888; margin-top: 2px; }
.guide-actions { text-align: center; margin-top: 40px; }
.btn-mypage { display: inline-block; background-color: #111111; color: #ffffff; text-decoration: none; font-size: 14px; font-weight: 500; padding: 15px 60px; border-radius: 4px; transition: opacity 0.3s ease; }
.btn-mypage:hover { opacity: 0.8; }

@media (max-width: 768px) {
  .mypage-guide-section { padding: 40px 15px; }
  .guide-title { font-size: 18px; }
  .guide-lead { font-size: 13px; text-align: left; }
  .guide-grid { flex-direction: column; gap: 20px; }
  .guide-card { padding: 25px 20px; }
  .btn-mypage { width: 100%; box-sizing: border-box; }
}


  /* レスポンシブ対応（スマホ） */
  @media (max-width: 767px) {
    /* 見出しのスマホサイズ調整（大きすぎないように） */
    .gg-title-main { font-size: 1.6em; margin: 30px 0 15px; }
    .gg-title-sub { font-size: 1.3em; margin: 50px 0 25px; padding-bottom: 10px; }
    
    .gg-benefit-card { width: 100%; }
    .gg-benefit-card.full { flex-direction: column; text-align: center; padding: 30px 20px; }
    .gg-benefit-card.full .gg-benefit-icon { margin: 0 0 15px 0; }
    .gg-stage-item { flex-direction: column; }
    .gg-stage-rank { width: 100%; padding: 15px; flex-direction: row; gap: 15px; }
    .gg-stage-rank span { margin-bottom: 0; }
    .gg-stage-bg-icon { right: 5px; bottom: -15px; width: 80px; height: 80px; }
    .gg-btn { padding: 15px 20px; width: 100%; box-sizing: border-box; display: block; }
  }
