/* ==============================
   共通
   ============================== */

.page-id-980 section {
  padding: 40px 20px;
}

.page-id-980 h2 {
  text-align: center;
  margin-bottom: 24px;
}

.page-id-980 p {
  margin-bottom: 16px;
  line-height: 1.9;
}

.page-id-980 .card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}


/* ==============================
   Hero
   ============================== */

.page-id-980 .first-v {
  position: relative;
  height: 90vh;
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                    url(https://hitachinokidsorchestra.com/hitachinokidsorche/wp-content/uploads/2025/07/nene-hamu-honney.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  animation: fadeIn 0.8s ease;
}

.page-id-980 .first-v__illustration {
  position: absolute;
  width: 13vw;
  left: 20%;
  bottom: 23%;
  filter: drop-shadow(3px 3px 2px #707070);
}

.page-id-980 .first-v__message_1 {
  font-family: 'Sacramento', cursive;
  color: #FFF;
  font-size: 6.4rem;
  position: absolute;
  bottom: 48%;
  left: 40%;
  padding-right: 10%;
  text-shadow: 3px 3px 2px #707070;
}

.page-id-980 .first-v__message_1 span {
  font-family: 'Kiwi Maru', serif;
  font-size: 2.6rem;
}

.page-id-980 .first-v__message_2 {
  color: #FFF;
  font-size: 1.8rem;
  line-height: 3.0rem;
  position: absolute;
  bottom: 37%;
  left: 40%;
  padding-right: 5%;
  text-shadow: 3px 3px 2px #707070;
}


/* ==============================
   あらすじ
   ============================== */

.page-id-980 .story-box {
  background: #f9f9ff;
}

.page-id-980 .story-inner {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  padding: 32px 40px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}


/* ==============================
   キャラクター
   ============================== */

.page-id-980 .characters {
  background: #ffffff;
}

.page-id-980 .character-list {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  justify-items: center;
}

.page-id-980 .character-card img {
  width: 100%;
  max-width: 200px;
  border-radius: 8px;
  margin-bottom: 12px;
}


/* ==============================
   講座動画
   ============================== */

.page-id-980 .lessons {
  background: #f5fbff;
}

.page-id-980 .lesson-list {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.page-id-980 .lesson-video iframe {
  width: 100%;
  height: 200px;
  border-radius: 8px;
}


/* ==============================
   SP（900px以下）
   ============================== */

@media (max-width: 900px) {

  .page-id-980 .first-v__illustration {
    bottom: 30%;
    width: 15vw;
  }

  .page-id-980 .first-v__message_1 { font-size: 4.8rem; }
  .page-id-980 .first-v__message_1 span { font-size: 2rem; }
  .page-id-980 .first-v__message_2 { font-size: 1.6rem; }

  .page-id-980 h2 { font-size: 1.6rem; }
  .page-id-980 p { font-size: 1.4rem; }

  .page-id-980 .story-inner { padding: 24px 20px; }

  .page-id-980 .lesson-video iframe { height: 180px; }
}