/* ============================
   未来樹フォント設計 (zcd7ben kit)
   ============================ */

/* --- 本文：優しくて読みやすい丸ゴ --- */
body, p, li {
  font-family: "a-otf-ud-shin-maru-go-pr6n",
               "source-han-sans-japanese",
               "Hiragino Kaku Gothic ProN",
               "Yu Gothic",
               sans-serif;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.03em;
  color: #2B5339;
}

/* --- セクション見出し：信頼感と安定感 --- */
h2, h3 {
  font-family: "a-otf-ud-shin-go-pr6n",
               "source-han-sans-japanese",
               sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
}

/* --- Heroタイトル：手書きの温もり --- */
.hero-inner h1 {
  font-family: "vdl-penletter", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 2.4rem;
  text-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

/* --- Heroサブコピー --- */
.hero-inner p {
  font-family: "a-otf-ud-shin-maru-go-pr6n",
               "source-han-sans-japanese",
               sans-serif;
  font-size: 1.1rem;
  font-weight: 500; /* ← ここで少し太く */
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.9); /* ← 緑背景に映える柔らかい白 */
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); /* ← 軽い影で読みやすく */
}

/* --- 吹き出し・UIなど実用系 --- */
.bubble, .choices button, .btn, summary {
  font-family: "a-otf-ud-shin-go-pr6n",
               "source-han-sans-japanese",
               sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
}


/* --- フッター --- */
/* ===============================
   FOOTER（未来樹スタイル修正版）
   =============================== */

.footer {
  width: 100%;
  background: #2B5339; /* 深緑背景 */
  color: rgba(255, 255, 255, 0.95); /* 柔らかい白文字 */
  text-align: center;
  padding: 40px 15px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-size: 0.95em;
  line-height: 1.8;
  letter-spacing: 0.03em;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.footer {
  background: #2B5339;
  color: #FFFFFF; /* ← 真っ白に変更 */
  text-align: center;
  padding: 50px 15px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
  font-size: 0.95em;
  line-height: 1.8;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 10;
  overflow: hidden;
  box-sizing: border-box;
}

/* テキストの見やすさ向上 */
.footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.98); /* ← ほぼ白 */
  text-shadow: 0 1px 2px rgba(0,0,0,0.2); /* ← わずかな影で読みやすく */
}

.footer .copy {
  margin-top: 10px;
  font-size: 0.85em;
  opacity: 0.95;
}


/* --- フッター内のリンク色調整 --- */
.footer a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
  font-weight: 500;
}

.footer a:hover {
  color: #EFCB3E; /* ホバーで温かい黄色に変化 */
  text-decoration: underline;
}



/* スマホ対応 */
@media (max-width: 768px) {
  .footer {
    font-size: 0.9em;
    padding: 30px 10px;
  }
}

/* --- smallタグは本文用に別定義 --- */
small {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  color: #2B5339;
  letter-spacing: 0.02em;
}

