body {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  color: #2b1b1b;

  /* ★ 上：青空 → 中間：透明 → 下：校舎写真 を自然につなぐレイヤー構成 */
  background:
    /* 上の青空グラデーション（お好みで色調調整可能） */
    linear-gradient(to bottom,
      #6ec6ff 0%,     /* 明るい空色 */
      #aee1ff 30%,    /* 薄い空色 */
      rgba(255,255,255,0) 65%  /* 校舎につなぐため透明へ */
    ),

    /* 校舎写真（最下部に固定） */
    url('../img/KIRINAN-BASE.png') no-repeat center bottom;

  /* ★ 画像を画面幅いっぱいにフィットさせる → 横余白なし */
  background-size:
    100% 100%,   /* 青空レイヤー：横幅100%固定 */
    100% auto;   /* 校舎写真：横幅100%固定（余白ゼロ） */

  background-attachment: scroll; /* 固定は不要、動かない方が違和感なし */
  background-color: #6ec6ff; /* 万一の隙間対策（薄い空色で統一） */

}

@media (max-width: 600px) {
  body {
    background-size:
      100% 100%,  /* グラデーション */
      cover;      /* 写真はスマホでは cover の方が自然 */
  }
}

/* ========== ヘッダー ========== */
.site-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  padding: 14px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}

.site-logo {
  height: 48px;
  width: auto;
  display: inline-block;
}

.site-title {
  font-weight: 700;
  color: #2e7d32;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

/* ========== メインコンテンツ ========== */
.main-content {
  max-width: 880px;
  margin: 80px auto;
  padding: 0 20px; 
  text-align: center;
}

.event-summary p {
  color: #2b1b1b;
  font-size: 1.25rem;
  line-height: 2.1;
}

.event-description {
  max-width: 520px;
  margin: 2.5em auto;
  font-size: 1rem !important;
  line-height: 2;
  color: #333;
}

/* ========== フッター ========== */
.site-footer {
  width: 100%;
  background: #eaf7ff;
  border-top: 1px solid #d0e0ef;
  text-align: center;
  padding: 24px 0;
  font-size: 0.9rem;
  color: #555;
  margin-top: 60px;
}

/* 大見出し（タイトル） */
.main-content h1 {
  font-weight: 600; /* 700 → 少し軽く */
  line-height: 1.3;
  letter-spacing: 0.06em;
}

/* サブタイトル（物語の一文） */
h2.subtitle {
  font-weight: 600; /* 少し太くして存在感キープ */
  line-height: 1.6;
  letter-spacing: 0.08em;
}

/* 一般段落 */
p, .event-description {
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.04em;
  color: #333;
}

/* カード内の情報 */
.event-info p {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

/* 強調部分（strongなど） */
strong {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #0a4f9c; /* タイトルとリンクさせる */
}

/* ========== スマホ表示（600px以下）のタイポグラフィと文字色最適化 ========== */
@media (max-width: 600px) {
  body {
    font-size: 15px;
    line-height: 1.9;
    color: #222; /* 明るい背景に対してやや濃い文字色 */
  }

  h1 {
    font-size: 2rem;
    line-height: 1.3;
    color: #125ea5; /* 空色と合う深めの青 */
    text-shadow: none;
    margin: 0.8em 0 0.4em;
  }

  h2.subtitle {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #2e7d32; /* 緑の温かみを維持 */
    opacity: 0.95;
  }

  p,
  .event-description {
    font-size: 1rem;
    line-height: 1.9;
    color: #333; /* 標準的で視認性が高い文字色 */
    white-space: normal; /* スマホでは折り返す */
    text-align: center;
  }

  .event-info {
    padding: 1em;
    border-radius: 12px;
    font-size: 0.95rem;
    line-height: 1.7;
    background: rgba(255, 255, 255, 0.95);
    color: #222;
    border-color: rgba(0, 0, 0, 0.05);
  }

  .site-footer {
    font-size: 0.85rem;
    color: #444;
    background: #f8fcff;
  }
}

/* 中央揃えを維持する要素たち */
.main-content,
.event-summary,
.event-description,
.site-header,
.site-footer {
  max-width: none !important;
  width: 100vw;
  text-align: center;
  margin: 0 auto;
  padding: 0 10px;
}

/* ========== カード部分 (.event-info) のみ左寄せ ========== */
.event-info {
  max-width: 600px;
  margin: 2em auto;
  text-align: left !important; /* ここだけ左揃え */
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #d8e4f5;
  border-radius: 8px;
  padding: 1.2em;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* 全てのテキスト・コンテンツを確実に前面に */
header,
main,
footer,
.site-header,
.main-content,
.site-footer,
h1, h2, p, a, button {
  position: relative !important;
  z-index: 10 !important; /* ← 文字・ボタン */
}

h2.subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #f57c00; /* あたたかいオレンジ */
  text-shadow:
    0 2px 6px rgba(255, 255, 255, 0.8),
    0 0 18px rgba(255, 163, 64, 0.4);
  animation: softFade 4s ease-in-out infinite alternate;
}

/* やさしくゆらめくアニメーション */
@keyframes softFade {
  0% {
    text-shadow:
      0 2px 6px rgba(255, 255, 255, 0.8),
      0 0 12px rgba(255, 163, 64, 0.3);
  }
  100% {
    text-shadow:
      0 3px 10px rgba(255, 255, 255, 0.9),
      0 0 22px rgba(255, 180, 80, 0.5);
  }
}
.event-summary p {
  color: #2e2e2e;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 4px rgba(255, 255, 255, 0.9);
}

/* ふわっと現れるアニメーション（既存でOK、なければこれも） */
@keyframes fadeInDeadline {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 0.95; transform: translateY(0); }
}

/* 応募ボタン前後の余白を再設定 */
.cta {
  margin: 3.5em 0 6em; /* 上：やや広く、下：たっぷり */
  text-align: center;
}

/* 応募締切（最終版・しっかり小さくて目立つ） */
.apply-deadline {
  margin-top: 1.8em;
  font-size: 0.85rem !important; /* ← 小さく強制 */
  font-weight: 600;
  color: #e56a1f;
  letter-spacing: 0.05em;
  text-shadow:
    0 0 4px rgba(255, 200, 120, 0.35),
    0 0 8px rgba(255, 255, 255, 0.5);
  opacity: 0.95;
  animation: fadeInDeadline 1.2s ease-in;
}
/* ========== 応募締切の日付だけ下線で強調 ========== */
.apply-deadline span.date {
  text-decoration: underline;
  text-decoration-thickness: 2px; /* 線の太さ（1〜3pxくらいがちょうど） */
  text-underline-offset: 3px;     /* 文字と線の間隔 */
  color: #d95c00;                /* 温かみのある濃いオレンジ */
  font-weight: 700;              /* 少し太くして強調 */
}

/* 雲は青空部分のみに表示し、スクロールで校舎に被らないようにする */
.cloud-container {
  position: absolute;      /* ← fixed だと校舎に被るため absolute */
  top: 0;
  left: 0;
  width: 100vw;
  height: 60vh;            /* ← 雲の表示範囲（空の高さ）。55〜65vh で微調整可 */
  z-index: 1;
  pointer-events: none;
  overflow: hidden;

  /* 下端フェードアウトで境界を自然にする */
  -webkit-mask-image: linear-gradient(to bottom,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,1) 80%,
      rgba(0,0,0,0) 100%);
          mask-image: linear-gradient(to bottom,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,1) 80%,
      rgba(0,0,0,0) 100%);
}

.cloud-float {
  position: absolute;
  opacity: 0.45;
  will-change: transform;
  transition: transform linear;
}
/* 応募ボタン（復活・視認性重視） */
.apply-btn {
  display: inline-block;
  background: linear-gradient(135deg, #0099ff, #0066cc);
  color: #fff;
  padding: 14px 42px;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-decoration: none;
  border-radius: 40px;
  box-shadow: 0 6px 14px rgba(0, 102, 204, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  position: relative;
  z-index: 20;           /* ← 雲や背景より前面に */
}

.apply-btn:hover {
  background: linear-gradient(135deg, #00b4ff, #0077dd);
  transform: translateY(-2px);
  box-shadow: 0 9px 20px rgba(0, 102, 204, 0.35);
}

.apply-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0,153,255,0.25), 0 6px 14px rgba(0, 102, 204, 0.25);
  border-radius: 44px;
}

.cta {
  margin: 3.5em 0 6em;
  text-align: center;
  position: relative;
  z-index: 20;           /* 念のため前面に */
}
/* 全テキストの可読性UP用シャドウ */
h1, h2, .event-summary p {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

/* 説明文だけは背景を敷く（写真対策） */
.event-description {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(3px);
  padding: 1.6em 1.8em;
  border-radius: 12px;
  line-height: 2.0;
  text-shadow: none; 
}
/* 下部の写真だけをほんのり暗くして、文字を読みやすくする */
body { position: relative; }

body::after {
  content: "";
  position: fixed;
  left: 0; right: 0; bottom: 0;
  height: 52vh;                 /* ← ここで暗くする範囲。50〜60vhで微調整OK */
  pointer-events: none;
  z-index: 2;                   /* 雲(1)より前、テキスト(10)より後ろ */
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.40) 0%,
    rgba(0,0,0,0.25) 45%,
    rgba(0,0,0,0.00) 100%
  );
}
/* 強調行（箱にせず“映える”マーカー風） */
.callouts {
  text-align: center;
  margin: 1.8em auto 2.4em;
  max-width: 900px;
  position: relative;
  z-index: 15; /* 背景や雲より前面に */
}

/* --- 枠なし／白飛び防止／影ちょい強め（置き換え） --- */
.callout-soft{
  display:inline-block;
  margin:.8em auto;
  padding:.15em .4em;

  font-weight:700;
  font-size:1.28rem;
  letter-spacing:.02em;
  color:#fdf7e6 !important;   /* ほぼ白。白飛び防止でほんのり温色 */

  /* 影を多層で強化（黒は使い過ぎない） */
  text-shadow:
    0 0 1px  rgba(255,255,255,.55),   /* エッジに薄い光で読みやすく */
    0 1px 0  rgba(0,0,0,.30),         /* 文字のベースに締まり */
    0 2px 6px rgba(0,0,0,.45),        /* 近距離のドロップシャドウ */
    0 6px 22px rgba(0,0,0,.35);       /* 遠距離のやわらかい影 */

  background:none !important;
}

/* スマホ微調整 */
@media (max-width:600px){
  .callout-soft{ font-size:1.12rem; }
}

/* 段落はブロックのまま中央寄せ+余白のみ担当 */
.callout-soft{
  display:block;
  text-align:center;
  margin:.8em auto;
}

/* 実際の装飾はインラインの span に集約（行クローン可） */
.callout-mark{
  display:inline;
  position:relative;
  padding:.15em .4em;

  font-weight:700;
  font-size:1.28rem;
  letter-spacing:.02em;
  color:#fdf7e6;

  /* 読みやすさの影（黒は控えめ） */
  text-shadow:
    0 0 1px  rgba(255,255,255,.55),
    0 1px 0  rgba(0,0,0,.30),
    0 2px 6px rgba(0,0,0,.45),
    0 6px 22px rgba(0,0,0,.35);

  /* ラインマーカー帯（各行クローン） */
  background-image: linear-gradient(90deg, #fff3a2 0%, #ffd39a 55%, #ffc7a1 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.62em;               /* 帯の太さ */
  background-position: 0 calc(100% - 0.10em); /* ベースライン少し上 */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

/* 外側のやわらかい落ち影（背景になじむ） */
.callout-mark::before{
  content:"";
  position:absolute;
  inset:-.1em -.25em;
  z-index:-1;
  border-radius:.25em;
  background: radial-gradient(closest-side, rgba(0,0,0,.24), rgba(0,0,0,0));
  filter: blur(6px);
}

@media (max-width:600px){
  .callout-mark{
    font-size:1.12rem;
    background-size:100% 0.54em;
    background-position:0 calc(100% - 0.08em);
  }
}
/* フッターの一文（色と影だけ合わせる） */
.footer-copy{
  color:#fdf7e6; /* callout-soft と同系のやさしい白 */
  text-shadow:
    0 1px 4px rgba(0,0,0,0.35),
    0 2px 8px rgba(0,0,0,0.25),
    0 0 10px rgba(255,255,255,0.25);
}
/* マーカーの帯を消す（色と影だけ残す） */
.callout-mark{
  background: none !important;
  background-image: none !important;
  -webkit-box-decoration-break: initial;
  box-decoration-break: initial;
}

/* ===== マーカー帯を完全に無効化（強制） ===== */
.callouts .callout-mark,
.callout-mark{
  background: transparent !important;
  background-image: none !important;
  background-size: 0 0 !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  -webkit-box-decoration-break: initial !important;
  box-decoration-break: initial !important;
}

/* モバイル用の再指定も上書き */
@media (max-width:600px){
  .callout-mark{
    background: transparent !important;
    background-image: none !important;
    background-size: 0 0 !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
  }
}
