/* SKY ART FESTIVAL 2026 応援メッセージ LP
   カンプ画像（AI生成・社長承認済み）を忠実再現しつつ、
   余白・文字サイズ・カード揃えのバランスのみ調整。
   純CSS・ビルド不要。

   CSS衝突対策: 大元サイト(sky-art-fes.jp)配下に設置される可能性があるため、
   全クラス名に `sm26-` 接頭辞を付与し、素の要素セレクタ(body/p/a/h1等)への
   直接指定は行わず、必ず .sm26-lp 配下にスコープしている。 */

.sm26-lp {
  --sm26-navy-900: #0d1c42;
  --sm26-navy-800: #132453;
  --sm26-navy-700: #1a2f66;
  --sm26-navy-600: #23407f;
  --sm26-gold-500: #d9b662;
  --sm26-gold-400: #ecd28c;
  --sm26-gold-600: #b8933f;
  --sm26-white: #ffffff;
  --sm26-white-70: rgba(255, 255, 255, 0.7);
  --sm26-white-50: rgba(255, 255, 255, 0.5);

  --sm26-font-jp: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", sans-serif;
  --sm26-font-serif-jp: "Noto Serif JP", "Hiragino Mincho ProN", serif;

  --sm26-content-max: 560px;

  margin: 0;
  font-family: var(--sm26-font-jp);
  color: var(--sm26-white);
  background: var(--sm26-white); /* KV以下は白背景（2026-07-18智美指示） */
  -webkit-font-smoothing: antialiased;
}

.sm26-lp *,
.sm26-lp *::before,
.sm26-lp *::after {
  box-sizing: border-box;
}

.sm26-lp .sm26-main {
  max-width: var(--sm26-content-max);
  margin: 0 auto;
  padding: 0 20px;
}

.sm26-lp img {
  max-width: 100%;
  display: block;
}

/* ============================================================
   1. ヘッダー / キービジュアル
   ============================================================ */
.sm26-lp .sm26-hero {
  position: relative;
  overflow: hidden;
  padding: 56px 20px 40px;
  text-align: center;
  background: linear-gradient(180deg, #0b1838 0%, #132453 40%, #1c3370 75%, #264288 100%);
}

.sm26-lp .sm26-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  /* 背景写真 bg_02（2026-07-18差し替え）。智美指示: 何も被せない素のまま */
  background-image: url("../img/bg-hero2.png");
  background-size: cover;
  background-position: center 38%;
}

.sm26-lp .sm26-hero__stars {
  display: none; /* 写真がかすむため撤去（2026-07-18） */
}

.sm26-lp .sm26-hero__inner {
  position: relative;
  z-index: 1;
}

.sm26-lp .sm26-hero__logo-badge {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
}

.sm26-lp .sm26-hero__logo-img {
  width: 150px;
  height: auto;
  display: block;
}

.sm26-lp .sm26-hero__eyebrow {
  margin: 0 0 16px;
  color: var(--sm26-white);
  font-size: clamp(22px, 4.5vw, 34px);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 10px rgba(13, 28, 66, 0.6);
}

.sm26-lp .sm26-hero__slash {
  color: var(--sm26-gold-600);
  margin: 0 6px;
}

.sm26-lp .sm26-hero__title {
  margin: 0 0 20px;
  font-family: var(--sm26-font-serif-jp);
  font-weight: 900;
  font-size: clamp(30px, 8vw, 42px);
  line-height: 1.25;
  color: var(--sm26-gold-500);
  background: linear-gradient(180deg, var(--sm26-gold-400), var(--sm26-gold-600));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 18px rgba(217, 182, 98, 0.25);
}

.sm26-lp .sm26-hero__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.sm26-lp .sm26-hero__divider-line {
  flex: 1;
  max-width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--sm26-gold-500));
}

.sm26-lp .sm26-hero__divider-line:last-child {
  background: linear-gradient(90deg, var(--sm26-gold-500), transparent);
}

.sm26-lp .sm26-hero__mic {
  font-size: clamp(24px, 4.5vw, 38px);
}

.sm26-lp .sm26-hero__divider-text {
  font-family: var(--sm26-font-serif-jp);
  font-size: clamp(30px, 6.5vw, 52px);
  font-weight: 900;
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, var(--sm26-gold-400), var(--sm26-gold-600));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

/* ============================================================
   2. リード文
   ============================================================ */
.sm26-lp .sm26-lead {
  padding: 32px 0 8px;
  text-align: center;
}

.sm26-lp .sm26-lead__text {
  margin: 0;
  font-size: clamp(15px, 2vw, 19px);
  font-weight: 700;
  line-height: 2;
  color: var(--sm26-white);
}

/* ============================================================
   3. 応援メッセージカード（カンプ準拠: 白背景カード）
   ============================================================ */
.sm26-lp .sm26-messages {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 28px 0 48px;
}

.sm26-lp .sm26-msg-card {
  background: var(--sm26-white);
  border: 1px solid rgba(26, 47, 102, 0.14);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(13, 28, 66, 0.18);
}

.sm26-lp .sm26-msg-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.sm26-lp .sm26-msg-card__num {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--sm26-navy-700);
  color: var(--sm26-white);
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sm26-lp .sm26-msg-card__name-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.sm26-lp .sm26-msg-card__name {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: var(--sm26-navy-900);
  line-height: 1.4;
}

.sm26-lp .sm26-msg-card__tag {
  align-self: flex-start;
  font-size: 11px;
  font-weight: 500;
  color: var(--sm26-white);
  background: var(--sm26-navy-700);
  border: 1px solid var(--sm26-navy-700);
  border-radius: 999px;
  padding: 2px 10px;
  line-height: 1.6;
}

.sm26-lp .sm26-msg-card__thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(160deg, #e6e8ee, #d3d7e0);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 14px;
}

.sm26-lp .sm26-msg-card__thumb-caption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
  line-height: 1.5;
  color: var(--sm26-navy-900);
  text-align: left;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  padding: 4px 6px;
}

.sm26-lp .sm26-msg-card__play {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(26, 47, 102, 0.1);
  border: 1px solid rgba(26, 47, 102, 0.25);
  color: var(--sm26-navy-800);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding-left: 3px;
}

.sm26-lp .sm26-msg-card__text {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.8;
  color: #4a5064;
}

/* 応援動画を見るボタン: カンプ準拠で紺地に白文字＋YouTube赤アイコン */
.sm26-lp .sm26-msg-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 999px;
  background: linear-gradient(160deg, var(--sm26-navy-600), var(--sm26-navy-900));
  color: var(--sm26-white);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
}

.sm26-lp .sm26-msg-card__btn-yt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 13px;
  border-radius: 3px;
  background: #ff0000;
  color: var(--sm26-white);
  font-size: 8px;
  padding-left: 1px;
  flex: 0 0 auto;
}

.sm26-lp .sm26-msg-card__btn-label {
  white-space: nowrap;
}

/* ============================================================
   4. クロージング / CTA帯
   ============================================================ */
.sm26-lp .sm26-closing {
  text-align: center;
  padding: 56px 0 64px;
}

.sm26-lp .sm26-closing__title {
  margin: 0 0 32px;
  font-family: var(--sm26-font-serif-jp);
  font-weight: 900;
  font-size: clamp(26px, 4.5vw, 40px);
  color: var(--sm26-gold-400);
  line-height: 1.5;
}

.sm26-lp .sm26-closing__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.sm26-lp .sm26-closing__info-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 16px 8px;
  border-radius: 12px;
  background: rgba(217, 182, 98, 0.08);
  border: 1px solid rgba(217, 182, 98, 0.25);
}

.sm26-lp .sm26-closing__info-icon {
  font-size: 20px;
}

.sm26-lp .sm26-closing__info-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--sm26-white);
  line-height: 1.5;
}

/* 大元サイト(sky-art-fes.jp)のボタントンマナに準拠: #e6bb13・白文字・角丸5px・右端＞ */
.sm26-lp .sm26-closing__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 320px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  background: #e6bb13;
  color: #ffffff;
  font-weight: 700;
  font-size: 14.4px;
  text-decoration: none;
}

.sm26-lp .sm26-closing__cta-arrow {
  position: absolute;
  right: 16px;
  font-size: 12px;
}

/* ============================================================
   フッター
   ============================================================ */
.sm26-lp .sm26-footer {
  text-align: center;
  padding: 20px 20px 40px;
  background: #68477b url("../img/footer-back.jpg.webp") center / cover;
}

.sm26-lp .sm26-footer__text {
  margin: 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
}

/* ============================================================
   PC幅（560px超）: カードを2列組みに調整（カンプは縦長スマホ想定が正）
   ============================================================ */
@media (min-width: 640px) {
  .sm26-lp .sm26-main {
    max-width: 720px;
  }

  .sm26-lp .sm26-messages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .sm26-lp .sm26-closing__info {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* PC幅: 大元サイト(sky-art-fes.jp)の本文幅(約1152px)に合わせ、カード3列 */
@media (min-width: 1024px) {
  .sm26-lp .sm26-main {
    max-width: 1152px;
  }

  .sm26-lp .sm26-messages {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

/* YouTubeラベル（ボタン内小表記） */
.sm26-lp .sm26-msg-card__btn-yt-label {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.85;
  margin-left: 6px;
}

/* 見出しを公式ロゴ画像に差し替え（2026-07-18智美指示） */
.sm26-lp .sm26-hero__title-logo {
  width: min(420px, 78vw);
  height: auto;
  margin: 0 auto;
  display: block;
}

/* アパマンショップ横ロゴ: 大元ページ実測と同サイズ(140x54)で左上に配置 */
.sm26-lp .sm26-hero__ap-logo {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
}

.sm26-lp .sm26-hero__ap-logo img {
  width: 140px;
  height: auto;
  display: block;
}

/* トップページへ戻るボタン: 大元サイトの赤ボタントンマナ(#cc0000) */
.sm26-lp .sm26-closing__cta--red {
  background: #cc0000;
}

/* クロージング帯: 白背景化後も紺の全幅帯として維持 */
.sm26-lp .sm26-closing-band {
  /* 大元サイトのフッター背景テクスチャ(footer-back)をそのまま使用 */
  background: #68477b url("../img/footer-back.jpg.webp") center / cover;
}

.sm26-lp .sm26-closing-band .sm26-closing {
  max-width: 1152px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* 実サムネイル画像（YouTube公式サムネをローカル配信） */
.sm26-lp .sm26-msg-card__thumb-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sm26-lp .sm26-msg-card__play {
  position: relative;
  z-index: 1;
  background: rgba(13, 28, 66, 0.55);
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

/* CTAボタン横並び（スマホは縦積みに折返し） */
.sm26-lp .sm26-closing__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.sm26-lp .sm26-closing__btns .sm26-closing__cta {
  margin: 0;
}

/* リード帯: ヒーローから続く紺の全幅帯（2026-07-18智美指示） */
.sm26-lp .sm26-lead-band {
  background: var(--sm26-navy-900);
}

.sm26-lp .sm26-lead-band .sm26-lead {
  max-width: 1152px;
  margin: 0 auto;
  padding: 28px 20px 36px;
}

/* 波線ディバイダ: 大元サイトKV下端の波型表現に準拠 */
.sm26-lp .sm26-wave {
  line-height: 0;
}

.sm26-lp .sm26-wave svg {
  display: block;
  width: 100%;
  height: clamp(10px, 1.6vw, 20px); /* 上下ゆるやかに（2026-07-18） */
}

.sm26-lp .sm26-wave--up svg {
  transform: scaleY(-1);
}
