.elementor-79 .elementor-element.elementor-element-555bdc7c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-79 .elementor-element.elementor-element-4f0fced{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-79 .elementor-element.elementor-element-653a147{padding:10px 10px 10px 10px;}.elementor-79 .elementor-element.elementor-element-ec65b40{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-79 .elementor-element.elementor-element-244876e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-79 .elementor-element.elementor-element-b83bf03{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-653a147 *//* ===============================
   吹奏楽指導 H1ヒーローセクション
   CSS ID：wind-hero
================================ */

#wind-hero,
.wind-hero-section {
  position: relative;
  width: 100%;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 22px;
  box-sizing: border-box;
  overflow: hidden;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;

  background-image:
    linear-gradient(135deg, rgba(5, 20, 45, 0.32), rgba(0, 120, 180, 0.16)),
    url("https://itlifeplus.com/wp-content/uploads/2026/06/吹奏楽の演奏会.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 背景の明るさ・奥行き */
#wind-hero::before,
.wind-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 25%, rgba(0, 200, 255, 0.14), transparent 30%),
    radial-gradient(circle at 80% 70%, rgba(246, 184, 75, 0.14), transparent 34%),
    linear-gradient(
      90deg,
      rgba(3, 10, 28, 0.44) 0%,
      rgba(3, 10, 28, 0.24) 48%,
      rgba(3, 10, 28, 0.08) 100%
    );
  z-index: 1;
}

/* ガラス風のおしゃれな外枠 */
#wind-hero::after,
.wind-hero-section::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 36px;
  pointer-events: none;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.38);

  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.20),
      rgba(0, 200, 255, 0.08),
      rgba(246, 184, 75, 0.12)
    );

  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    inset 0 0 38px rgba(0, 200, 255, 0.12),
    0 0 38px rgba(0, 200, 255, 0.22),
    0 0 70px rgba(246, 184, 75, 0.12);

  backdrop-filter: blur(1px);
}

/* 背景の下側グラデーション */
.wind-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.14));
  z-index: 0;
}

/* 文字エリア */
.wind-hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1080px;
  color: #ffffff;
}

/* 左下アクセントライン */
.wind-hero-content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -34px;
  width: 180px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00c8ff, #ffffff, #f6b84b);
  box-shadow:
    0 0 18px rgba(0, 200, 255, 0.7),
    0 0 34px rgba(246, 184, 75, 0.28);
}

/* 上部ラベル */
.wind-hero-label {
  display: inline-block;
  margin: 0 0 20px;
  padding: 9px 18px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(0, 70, 120, 0.30);
  border: 1px solid rgba(180, 240, 255, 0.68);
  backdrop-filter: blur(8px);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.45);
}

/* H1タイトル */
.wind-hero-content h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(46px, 8vw, 92px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-shadow:
    0 0 18px rgba(0, 200, 255, 0.55),
    0 10px 30px rgba(0, 0, 0, 0.72);
}

/* H1下のライン */
.wind-hero-content h1::after {
  content: "";
  display: block;
  width: 120px;
  height: 5px;
  margin: 28px 0 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #00c8ff, #ffffff, #f6b84b);
  box-shadow: 0 0 22px rgba(0, 200, 255, 0.7);
}

/* 説明文 */
.wind-hero-lead {
  max-width: 760px;
  margin: 34px 0 0;
  padding: 22px 24px;
  border-radius: 22px;
  color: rgba(255, 255, 255, 0.98);
  background: rgba(0, 22, 45, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
  font-size: clamp(18px, 2.4vw, 26px);
  line-height: 1.8;
  font-weight: 700;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.65);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
}

/* ===============================
   スマホ対応
================================ */
@media (max-width: 768px) {
  #wind-hero,
  .wind-hero-section {
    min-height: 560px;
    padding: 78px 20px;
    background-position: center;
  }

  #wind-hero::before,
  .wind-hero-section::before {
    background:
      radial-gradient(circle at 20% 25%, rgba(0, 200, 255, 0.12), transparent 30%),
      radial-gradient(circle at 80% 70%, rgba(246, 184, 75, 0.12), transparent 34%),
      linear-gradient(
        90deg,
        rgba(3, 10, 28, 0.48) 0%,
        rgba(3, 10, 28, 0.30) 55%,
        rgba(3, 10, 28, 0.16) 100%
      );
  }

  #wind-hero::after,
  .wind-hero-section::after {
    inset: 10px;
    border-radius: 26px;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.16),
      inset 0 0 26px rgba(0, 200, 255, 0.10),
      0 0 24px rgba(0, 200, 255, 0.18);
  }

  .wind-hero-content::before {
    width: 120px;
    height: 5px;
    bottom: -26px;
  }

  .wind-hero-label {
    font-size: 12px;
    letter-spacing: 0.12em;
    padding: 8px 15px;
  }

  .wind-hero-content h1 {
    font-size: 44px;
    letter-spacing: 0.04em;
  }

  .wind-hero-content h1::after {
    width: 90px;
    height: 4px;
    margin-top: 22px;
  }

  .wind-hero-lead {
    margin-top: 28px;
    padding: 20px 18px;
    font-size: 17px;
    line-height: 1.8;
    border-radius: 20px;
    background: rgba(0, 22, 45, 0.28);
  }
}

/* 小さいスマホ対応 */
@media (max-width: 480px) {
  #wind-hero,
  .wind-hero-section {
    min-height: 520px;
    padding: 70px 18px;
  }

  .wind-hero-content h1 {
    font-size: 38px;
  }

  .wind-hero-lead {
    font-size: 16px;
  }
}/* End custom CSS */