@charset "UTF-8";
/* ==========================================================================
   lp-concert-shibuya20261210.css
   五条院凌 Piano Concert 2026「OH ROSE」渋谷公演LP 専用スタイル
   --------------------------------------------------------------------------
   ルール（既存LPと同じ流儀）
   - 全セレクタを body.lp-concert-shibuya20261210 起点でスコープする
   - common.css は触らない
   - このファイルは固定ページ concert-shibuya20261210 の時だけ読み込まれる
   - セクション本体のレイアウトはHTML側のインラインstyleが持つ。
     ここに書くのは「インラインで書けないもの」＝フォント読込・keyframes・
     ホバー・低画面対応・テーマCSSに勝つための !important のみ。
   ========================================================================== */

/* --- Webフォント（Poiret One / Josefin Sans / Shippori Mincho / Zen Kaku） --- */
@import url("https://fonts.googleapis.com/css2?family=Poiret+One&family=Josefin+Sans:wght@200;300;400;600&family=Shippori+Mincho:wght@500;600;700;800&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");

/* --- ページ土台 --- */
body.lp-concert-shibuya20261210 {
  background: #5BB3B5;
  color: #0B3A3C;
  -webkit-font-smoothing: antialiased;
}
body.lp-concert-shibuya20261210 .lpc26 {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body.lp-concert-shibuya20261210 .lpc26 * { box-sizing: border-box; }
body.lp-concert-shibuya20261210 .lpc26 a { text-decoration: none; }

/* --- アニメーション --- */
@keyframes lpc26Bob {
  0%, 100% { transform: translateY(0); opacity: .5; }
  50%      { transform: translateY(9px); opacity: 1; }
}
@keyframes lpc26In {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: none; }
}
body.lp-concert-shibuya20261210 .lpc26-in-1 { animation: lpc26In 1.1s ease .10s both; }
body.lp-concert-shibuya20261210 .lpc26-in-2 { animation: lpc26In 1.1s ease .38s both; }
body.lp-concert-shibuya20261210 .lpc26-bob  { animation: lpc26Bob 1.8s ease-in-out infinite; }
body.lp-concert-shibuya20261210 .lpc26-bob-slow { animation: lpc26Bob 2s ease-in-out infinite; }

/* --- ボタンのホバー（インラインでは書けない） --- */
body.lp-concert-shibuya20261210 .lpc26-btn-pink { transition: .35s; }
body.lp-concert-shibuya20261210 .lpc26-btn-pink:hover {
  background: #A8004E !important;
  box-shadow: 0 0 26px rgba(255, 179, 209, .55);
  color: #fff !important;
}
body.lp-concert-shibuya20261210 .lpc26-btn-ghost { transition: .35s; }
body.lp-concert-shibuya20261210 .lpc26-btn-ghost:hover {
  background: rgba(11, 58, 60, .78) !important;
  color: #fff !important;
}

/* --- SWELLテーマ対策：img{width:100%} に勝つ --- */
body.lp-concert-shibuya20261210 .lpc26 img { max-width: none; }
body.lp-concert-shibuya20261210 .lpc26-jacket {
  width: min(360px, 80vw) !important;
  height: auto !important;
  max-width: 80vw !important;
  aspect-ratio: 1;
  object-fit: cover;
}
/* 背景・サムネ系は親いっぱいで正しい */
body.lp-concert-shibuya20261210 .lpc26-fill {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}

/* --- 見出しがテーマCSSに負けないように --- */
body.lp-concert-shibuya20261210 .lpc26 h1,
body.lp-concert-shibuya20261210 .lpc26 h2 {
  margin-top: 0;
  padding: 0;
  border: 0;
  background: none;
}
body.lp-concert-shibuya20261210 .lpc26 h1::before,
body.lp-concert-shibuya20261210 .lpc26 h1::after,
body.lp-concert-shibuya20261210 .lpc26 h2::before,
body.lp-concert-shibuya20261210 .lpc26 h2::after { content: none; display: none; }

body.lp-concert-shibuya20261210 .lpc26-hero-title {
  font-family: "Poiret One", cursive !important;
  font-weight: 400 !important;
  font-size: clamp(4.6rem, 18vw, 16rem) !important;
  line-height: .84 !important;
  letter-spacing: .02em !important;
  color: #fff !important;
  text-shadow: 0 6px 40px rgba(15, 46, 56, .42);
}

/* --- 低い画面：ヒーローの中身が100vhを超えて追従バーに潜り込むのを防ぐ --- */
@media (max-height: 720px) {
  body.lp-concert-shibuya20261210 .lpc26-hero-content { padding-top: 82px !important; gap: 18px !important; }
  body.lp-concert-shibuya20261210 .lpc26-hero-title   { font-size: clamp(3rem, 11vw, 6.4rem) !important; }
}
@media (max-height: 600px) {
  body.lp-concert-shibuya20261210 .lpc26-hero-content { padding-top: 78px !important; gap: 12px !important; }
  body.lp-concert-shibuya20261210 .lpc26-hero-title   { font-size: clamp(2.4rem, 8.6vw, 4.6rem) !important; }
  body.lp-concert-shibuya20261210 .lpc26-cue          { display: none !important; }
}

/* --- 追従CTA分の下余白（最終セクションが隠れないように） --- */
body.lp-concert-shibuya20261210 .lpc26-tailspace { height: 110px; background: #1E5F67; }

/* --- モーション配慮 --- */
@media (prefers-reduced-motion: reduce) {
  body.lp-concert-shibuya20261210 .lpc26-in-1,
  body.lp-concert-shibuya20261210 .lpc26-in-2,
  body.lp-concert-shibuya20261210 .lpc26-bob,
  body.lp-concert-shibuya20261210 .lpc26-bob-slow { animation: none; }
}
