/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 10 2026 | 07:18:20 */
/* =============================================
   HOMETOWN MUSIC LIFE 2026 — カスタムCSS v1.0

   【貼り付け先】
   Simple Custom CSS and JS > CSS を追加 > インライン

   【事前準備：外部リソースの追加】
   同プラグイン > JS を追加 > 外部スクリプト（フッター）で以下を追加：
   https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js

   同プラグイン > CSS を追加 > 外部スタイルシートで以下を追加：
   https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css
   ============================================= */

/* ===== Google Fonts ===== */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@700;900&family=Raleway:ital,wght@0,500;1,700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* ===== CSS変数 ===== */
:root {
  --htm-primary:     #43B0AF;
  --htm-primary-d:   #2E9695;
  --htm-dark:        #1A1A1A;
  --htm-dark-2:      #252525;
  --htm-dark-3:      #333333;
  --htm-gray:        #F5F5F5;
  --htm-gray-2:      #EBEBEB;
  --htm-gray-3:      #D8D8D8;
  --htm-orange:      #E8622A;
  --htm-text:        #333333;
  --htm-text-sub:    #666666;
  --htm-text-muted:  #999999;
  --htm-white:       #FFFFFF;
  --htm-shadow:      0 4px 20px rgba(0,0,0,0.08);
  --htm-shadow-h:    0 10px 36px rgba(0,0,0,0.15);
  --htm-trans:       all 0.25s ease;
  --htm-radius:      4px;
  --htm-max-w:       1200px;

  /* ピックアップナビ アイコンカラー（ここを変更するだけで全アイコンに反映） */
  --htm-picknav-icon: #43B0AF;
}

/* ===== リセット ===== */
.htm-section *,
.htm-hero *,
.htm-event *,
.htm-message *,
.htm-modal * {
  box-sizing: border-box;
}

#header {
  display: none !important;
}

.alignfull>.wp-block-cover__inner-container>*, .alignfull>.wp-block-group__inner-container>*, .swell-block-fullWide__inner>* {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

/* SWELL Blog Parts／全幅ブロックの上余白を強制リセット
   （HERO直前の .p-blogParts や .swell-block-fullWide__inner 等が押し下げる対策） */
.p-blogParts,
.swell-block-fullWide,
.swell-block-fullWide__inner,
.swell-block-fullWide.pc-py-0,
.swell-block-fullWide.sp-py-0,
.post_content > *:first-child,
.swell-block-fullWide__inner > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#before_footer_widget {
  margin: 0 !important;
}

.l-content {
  margin: 0 auto !important;
}

/* ===== レイアウト共通 ===== */
.htm-container {
  max-width: var(--htm-max-w);
  margin: 0 auto;
  padding: 0 32px;
}

.htm-section {
  padding: 140px 0 88px;
  background: var(--htm-white);
}

/* グレーセクションは「左右余白付き角丸カード」として描画 */
.htm-section--alt {
  background: transparent;
  padding: 40px 24px;
}
.htm-section--alt > .htm-container {
  background: var(--htm-gray);
  border-radius: 32px;
  padding-top: 72px;
  padding-bottom: 72px;
}

/* ARTIST / ACCESSセクションはFAQと同じ半透明白＋blurにする */
#artist.htm-section--alt > .htm-container,
#access.htm-section--alt > .htm-container {
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* SP：角丸を少し控えめ＆外側余白を縮める */
@media (max-width: 768px) {
  .htm-section--alt {
    padding: 24px 12px;
  }
  .htm-section--alt > .htm-container {
    border-radius: 20px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

/* ===== 固定背景：左右にしぶき画像を配置 =====
   ※ 公開時は画像URLを WordPressメディアの絶対パスに差し替え
     例: url('/wp-content/uploads/2026/05/html-bg-left.png')
*/
body::before,
body::after {
  content: '';
  position: fixed;
  top: 0;
  /* bottom: 0 だとモバイルのアドレスバー伸縮で高さが変わり、contain画像が再描画されてガタつくため
     高さを svh で固定する（svh = アドレスバー表示時の最小値で常に固定） */
  height: 100vh;        /* フォールバック */
  height: 100svh;
  width: 36vw;
  max-width: 520px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  opacity: 0.8;
  z-index: -1;
  /* iOS Safariでアドレスバー伸縮中にfixed要素が一瞬スクロールに追従する症状の対策。
     GPU合成レイヤーに切り出すことでSafariの合成処理が安定する */
  transform: translateZ(0);
  will-change: transform;
}

body::before {
  left: -80px;
  background-image: url('/wp-content/uploads/2026/05/html-bg-left2.png');
  background-position: left center;
}

body::after {
  right: -80px;
  background-image: url('/wp-content/uploads/2026/05/html-bg-right2.png');
  background-position: right center;
}

/* SPは別バージョンのしぶき画像に差し替え */
@media (max-width: 768px) {
  body::before {
    background-image: url('/wp-content/uploads/2026/05/html-bg-left5.png');
  }
  body::after {
    background-image: url('/wp-content/uploads/2026/05/html-bg-right4.png');
  }
}

/* 白系セクションを透過化 → 背景画像が見える */
.htm-section:not(.htm-section--alt) {
  background: transparent;
}

/* 特定ページ（htm-no-bg クラス付与）では固定背景を非表示 */
html.htm-no-bg body::before,
html.htm-no-bg body::after,
body.htm-no-bg::before,
body.htm-no-bg::after {
  display: none !important;
}

/* SP：PCと同じ contain 方式（画像全体を表示）でやや大きめに */
@media (max-width: 768px) {
  body::before,
  body::after {
    width: 58vw;
    max-width: none;
    background-size: contain;  /* 全体表示＝ハードな切り取り境界が出ない */
    opacity: 0.6;
  }
  body::before { left: -16vw; }
  body::after  { right: -16vw; }
}

/* SWELLのコンテンツ幅を突き破って全幅にする */
.htm-fullwidth {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 0;
  margin-bottom: 0;
}

/* SWELLのブロック間余白をリセット */
.htm-fullwidth + *,
* + .htm-fullwidth {
  margin-top: 0 !important;
}

/* WordPressブロックエディターが付ける余白をリセット */
.wp-block-group > .wp-block-group__inner-container > .htm-fullwidth,
.entry-content .htm-fullwidth,
.wp-block .htm-fullwidth {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}


/* ===== セクション見出し ===== */
.htm-heading {
  text-align: center;
  margin-bottom: 56px;
}

.htm-heading__en {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 52px;
  letter-spacing: 6px;
  color: var(--htm-dark);
  line-height: 1;
}

.htm-heading__ja {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  color: var(--htm-text-muted);
  margin-top: 8px;
}

.htm-heading__line {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--htm-primary);
  margin: 14px auto 0;
}

/* ===== ボタン ===== */
.htm-btn {
  display: inline-block;
  padding: 14px 48px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none !important;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 9999px;
  transition: var(--htm-trans);
}

.htm-btn--dark {
  background: var(--htm-dark);
  color: var(--htm-white) !important;
  border-color: var(--htm-dark);
}
.htm-btn--dark:hover {
  background: var(--htm-dark-3);
  color: var(--htm-white) !important;
}

.htm-btn--outline {
  background: transparent;
  color: var(--htm-dark) !important;
  border-color: var(--htm-dark);
}
.htm-btn--outline:hover {
  background: var(--htm-dark);
  color: var(--htm-white) !important;
}

.htm-btn-wrap {
  text-align: center;
  margin-top: 48px;
}

/* ===== SWELL レイアウト調整 ===== */

/* スクロールバーの出現/非出現でレイアウトがずれないよう、常に隙間を予約 */
html {
  scrollbar-gutter: stable;
}

/* ① SWELLがヘッダー分に付ける padding-top をリセット */
html,
body,
.l-main,
.l-wrap,
.l-mainWrap,
.l-mainArea,
.l-mainContent,
#body_wrap,
#wrapper,
.l-main__contents,
.l-content,
.p-mainContent,
.p-pageContent,
.p-postContent,
.top #content,
.page-content,
article.l-mainContent__entry,
article.post {
  padding-top: 0 !important;
  margin-top: 0 !important;
  scroll-padding-top: 0 !important;
}
@media (min-width: 600px) {
  .l-content {
    padding-top: 0 !important;
  }
}

/* ② 全幅突き破り（htm-fullwidth）のはみ出しを許可 */
.l-main,
.l-wrap,
.l-main__contents,
.l-article,
.l-content,
.p-pageContent,
.l-mainWrap {
  overflow-x: visible !important;
}

/* ③ 横スクロール抑制は htm-fullwidth の左クリップを防ぐため html/body には設定しない */

/* ===== SWELL ヘッダー上書き ===== */
/* ※SWELLのバージョンによりクラス名が異なる場合あり */
.l-header, .l-head {
  background: var(--htm-white) !important;
  border-bottom: 2px solid var(--htm-dark) !important;
  box-shadow: none !important;
}

/* ロゴ画像 */
.l-header__logo img,
.l-head__logo img,
.c-headLogo img {
  height: 36px !important;
  width: auto !important;
  max-width: 200px !important;
  object-fit: contain;
}

/* ===== ハンバーガーボタン（SWELL） ===== */
/* SWELLカスタマイザー → ヘッダー → グローバルナビ
   → 「PCでもハンバーガーメニューを使用する」をONにしてください */
.l-hamburger,
.c-hamburger,
.p-header__hamburger {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 44px !important;
  height: 44px !important;
  background: none !important;
  border: none !important;
  cursor: pointer;
  padding: 8px;
}

.l-hamburger__line,
.c-hamburger__line {
  display: block !important;
  width: 24px !important;
  height: 2px !important;
  background: var(--htm-dark) !important;
  transition: all 0.3s ease !important;
  border-radius: 0 !important;
}

/* ドロワーナビ（SWELL） */
.l-drawerMenu,
.l-drawernav,
.p-drawerNav {
  background: var(--htm-dark) !important;
}

.l-drawerMenu__link,
.l-drawernav__link,
.p-drawerNav__link {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  color: #cccccc !important;
  border-bottom: 1px solid #2e2e2e !important;
}

.l-drawerMenu__link:hover,
.l-drawernav__link:hover,
.p-drawerNav__link:hover {
  color: var(--htm-primary) !important;
  background: transparent !important;
}

/* ===== HERO スライダー ===== */
.htm-hero {
  position: relative;
  width: 100%;
  height: 100vh;       /* フォールバック（svh非対応の古いブラウザ用） */
  height: 100svh;      /* スマホで最小表示領域を基準に固定（スクロールしても再計算されない） */
  min-height: 480px;
  overflow: hidden;
}

.htm-hero .swiper {
  width: 100%;
  height: 100%;
}

.htm-hero .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* WordPressがfigure/pで囲んだ場合も含めてcover対応 */
.htm-hero .swiper-slide figure,
.htm-hero .swiper-slide p,
.htm-hero .swiper-slide picture {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

/* KV1枚版：picture/imgを絶対配置にして余白を完全に排除 */
.htm-hero > picture,
.htm-hero > picture > img,
.htm-hero > img,
.htm-hero > figure,
.htm-hero > figure > img,
.htm-hero > p,
.htm-hero > p > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
  display: block;
}

.htm-hero .swiper-slide img,
.htm-hero .swiper-slide .htm-hero__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.htm-hero .htm-hero__bg {
  background-size: cover;
  background-position: center;
}

.htm-hero .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background: rgba(255,255,255,0.55) !important;
  opacity: 1 !important;
}
.htm-hero .swiper-pagination-bullet-active {
  background: var(--htm-white) !important;
  transform: scale(1.3);
}

/* ===== HERO スライド1：メインKV（HTML/CSS版） ===== */
.htm-hero__kv {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.htm-hero__kv-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.htm-hero__kv-logo {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 1.2vw, 18px);
  text-align: center;
  color: var(--htm-dark);
  padding: 5vh 6vw;
  text-shadow:
    0 2px 24px rgba(255,255,255,0.55),
    0 1px 2px rgba(255,255,255,0.4);
}

.htm-hero__kv-logo-en {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Bebas Neue', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: clamp(56px, 11vw, 200px);
  line-height: 0.88;
  letter-spacing: 0.025em;
}

.htm-hero__kv-logo-year {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 400;
  font-size: clamp(48px, 9vw, 168px);
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: clamp(4px, 0.6vw, 14px);
}

/* SP：縦長アスペクト時はサイズ調整 */
@media (max-aspect-ratio: 4/5) {
  .htm-hero__kv-logo-en {
    font-size: clamp(48px, 14vw, 120px);
  }
  .htm-hero__kv-logo-year {
    font-size: clamp(40px, 11vw, 96px);
  }
}

/* ===== ピックアップナビ（HEROスライダー下に固定） ===== */
.htm-picknav {
  position: fixed;
  bottom: 96px;          /* シェブロン分を下に確保 */
  left: 0;
  right: 0;
  z-index: 190;          /* ヘッダー(200)より下、コンテンツより上 */
  display: flex;
  justify-content: center;
  gap: 8px;              /* ピル間の余白 */
  padding: 0 16px;       /* 画面端から少し離す */
  background: transparent;  /* バー全体は透明・各項目にピル背景 */
  transition: transform 0.3s ease;
  pointer-events: none;  /* 隙間はクリック透過 */
}

/* スクロールで隠すとき：下にスライドアウト（JSが is-hidden を付与） */
.htm-picknav.is-hidden {
  transform: translateY(200px);
}

/* SP：ヘッダー直下に固定、スクロールで上方向にしまう */
@media (max-width: 767px) {
  .htm-picknav {
    top: 76px;            /* ヘッダー高さに合わせる */
    bottom: auto;         /* PC指定の bottom を解除 */
  }
  .htm-picknav.is-hidden {
    transform: translateY(-160px);  /* 上方向にスライドアウト */
  }
}

/* ===== スクロールダウン誘導（シェブロン） ===== */
.htm-scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 180;          /* ピックアップナビより下 */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: var(--htm-white);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.htm-scroll-down.is-hidden {
  opacity: 0;
  transform: translate(-50%, 16px);
}

/* スクロールダウンはトップページのみ表示。子ページでは念のため非表示
   SWELLは .home クラスを #body_wrap に付与するためそちらをチェック */
#body_wrap:not(.home) .htm-scroll-down {
  display: none !important;
}
.htm-scroll-down__icon {
  width: 22px;
  height: 22px;
  animation: htmChevronBounce 1.6s ease-in-out infinite;
  /* ぼかし入り drop-shadow を重ねて滑らかな暗色の縁取りに */
  filter:
    drop-shadow(0 0 1.5px var(--htm-dark))
    drop-shadow(0 0 1.5px var(--htm-dark));
}
.htm-scroll-down__label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  /* ぼかし入り text-shadow を重ねて滑らかな暗色の縁取りに */
  text-shadow:
    0 0 1.5px var(--htm-dark),
    0 0 1.5px var(--htm-dark),
    0 0 1.5px var(--htm-dark);
}
@keyframes htmChevronBounce {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(6px); }
}

.htm-picknav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 12px;
  text-decoration: none !important;
  color: var(--htm-dark) !important;
  flex: 1;
  max-width: 100px;
  transition: var(--htm-trans);
  /* ピル背景 */
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  pointer-events: auto;
}

.htm-picknav__item:hover {
  background: var(--htm-white);  /* ホバーで不透明に */
}

.htm-picknav__icon {
  width: 28px;
  height: 28px;
  color: var(--htm-picknav-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.htm-picknav__icon svg {
  width: 100%;
  height: 100%;
}

.htm-picknav__label {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: nowrap;
  text-align: center;
  line-height: 1.4;
}

/* PCではタイムテーブルの改行を消して1行に。SPではそのまま <br> が効いて2行 */
.htm-picknav__br-sp { display: none; }

/* SP：横スクロール */
@media (max-width: 767px) {
  .htm-picknav {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 12px;
  }
  .htm-picknav::-webkit-scrollbar { display: none; }
  .htm-picknav__item {
    /* 画面幅 − 左右padding(24px) − ガップ(8px×4=32px) を 5等分 = ボタン幅 */
    flex: 0 0 calc((100vw - 56px) / 5);
    width: calc((100vw - 56px) / 5);
    min-width: 0;
    max-width: none;
    padding: 6px 14px;
    gap: 3px;
  }
  .htm-picknav__icon {
    width: 24px;
    height: 24px;
  }
  /* SPでは6番目以降の項目を非表示（先頭5項目のみ表示） */
  .htm-picknav__item:nth-of-type(n+6) {
    display: none;
  }
  /* SPではタイムテーブルを「タイム」「テーブル」の2行に改行 */
  .htm-picknav__br-sp { display: inline; }
}

/* ===== イベントバー ===== */
.htm-event {
  background: var(--htm-dark) url(/wp-content/uploads/2026/05/footer-bg.png) no-repeat center / 100% 100%;
  /* HERO直下に隙間（サブピクセル/KV画像の下端）が見える対策で1px上に重ねる */
  margin-top: -1px;
  position: relative;
  z-index: 1;
}
/* 単独イベントバー：フッターと同じ画像を「上部基準で自然な高さ」で表示
   （元はイベントバー＋主催者メッセージで縦長だったため stretch でOKだったが、
   分離後はメッセージが無いので、image を自然なアスペクト比で top に貼る） */
.htm-event.htm-event--solid {
  background: var(--htm-dark) url(/wp-content/uploads/2026/05/footer-bg.png) no-repeat top center / 100% auto;
}

.htm-event__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 32px;
  max-width: var(--htm-max-w);
  margin: 0 auto;
}
.htm-event__bar img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
}

/* 会場名：SPでは「西の広場」を改行（PCはインラインのまま） */
.htm-venue-break { display: inline; }

.htm-event__label {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  color: var(--htm-text-muted);
  margin-bottom: 6px;
}

.htm-event__value {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  letter-spacing: 3px;
  color: var(--htm-white);
  line-height: 1;
}

.htm-event__sub {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: #777;
  margin-top: 4px;
}

.htm-event__div {
  width: 1px;
  height: 56px;
  background: #2e2e2e;
}

/* ===== 主催者メッセージ ===== */
.htm-message {
  background: var(--htm-dark);
  padding: 52px 0 60px;
}

.htm-message__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-areas:
    "label label"
    "photo info"
    "quote quote"
    "text  text";
  column-gap: 20px;
  row-gap: 30px;
  align-items: center;
}

/* 写真：SP は 80px の小サムネ */
.htm-message__photo {
  grid-area: photo;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #2e2e2e;
}

.htm-message__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

/* 右ラッパー：SPでは display:contents で消滅 → 子（info / quote）が親グリッドに直接配置される */
.htm-message__right {
  display: contents;
}

.htm-message__author-info {
  grid-area: info;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.htm-message__quote { grid-area: quote; }
.htm-message__text  { grid-area: text; }

.htm-message__label {
  grid-area: label;
  justify-self: center;      /* セクション上部に中央寄せ */
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--htm-white);
  font-weight: 700;
  background: var(--htm-primary);
  padding: 4px 10px;
  border-radius: 4px;
}

.htm-message__name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--htm-white);
}

.htm-message__role {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: var(--htm-text-muted);
  letter-spacing: 1px;
  margin-top: 4px;
}

/* 中段：引用（大きな引用符装飾） */
/* SWELLのblockquoteスタイルをリセット */
.htm-message__quote {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--htm-white) !important;
  line-height: 1.9 !important;
  background: none !important;
  border: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 8px 48px !important;
  margin: 0 !important;
  position: relative;
}
.htm-message__quote::before,
.htm-message__quote::after {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-size: 80px !important;
  color: var(--htm-primary) !important;
  opacity: 0.5 !important;
  position: absolute !important;
  line-height: 1 !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
}
.htm-message__quote::before {
  content: '\201C' !important;
  left: 0 !important;
  top: -8px !important;
}
.htm-message__quote::after {
  content: '\201D' !important;
  position: static !important;
  display: inline !important;
  vertical-align: -0.3em !important;
  width: auto !important;
  height: auto !important;
}

/* 下段：全文 */
.htm-message__text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 2.1;
  color: #CCCCCC;
  margin: 0;
}

.htm-message__accent {
  color: var(--htm-primary);
  font-weight: 700;
}

/* 段落間のあしらい（音符マーク） */
.htm-message__mark {
  display: block;
  width: 20px;
  height: auto;
  margin: 32px auto;
}

/* PC（769px以上）：2カラム化（写真大 | label+name+role+quote 縦積み） */
@media (min-width: 769px) {
  .htm-message__inner {
    max-width: 1100px;
    grid-template-columns: clamp(160px, 20vw, 240px) 1fr;
    grid-template-areas:
      "label label"
      "photo right"
      "text  text";
    column-gap: clamp(32px, 5vw, 64px);
    row-gap: 48px;
    align-items: center;
  }
  /* PC：ラベルのフォントを少し大きく */
  .htm-message__label {
    font-size: 15px;
    padding: 6px 14px;
  }
  .htm-message__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  /* 右ラッパーを通常レイアウトに戻す → info+quote が縦積みでまとまる */
  .htm-message__right {
    display: flex;
    flex-direction: column;
    gap: 28px;
    grid-area: right;
  }
}

/* ===== NEWS ===== */
/* ===== PICKUP: 注目記事は本文を全文表示 ===== */
.htm-news__pickup {
  max-width: 900px;
  margin: 0 auto 40px;
}
.htm-news__pickup-label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--htm-primary);
  text-align: center;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.htm-news__pickup-label::before,
.htm-news__pickup-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--htm-primary);
  max-width: 80px;
}
.htm-news__pickup-list {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.htm-news__pickup-item {
  display: flex;
  align-items: baseline;
  gap: 28px;
  padding: 22px 28px;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  border: 2px solid var(--htm-primary);
  color: var(--htm-dark);
}

/* ニュース：記事ごとに半透過カード（記事リンクなし／本文内リンクのみ有効） */
.htm-news__list {
  list-style: none;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 !important;  /* WP/SWELL の ul デフォルト余白を上書き */
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.htm-news__item {
  display: flex;
  align-items: baseline;
  gap: 28px;
  padding: 18px 28px;
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  color: var(--htm-dark);
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}
@media (hover: hover) {
  .htm-news__item:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-1px);
  }
}
/* 通常NEWSの本文は1行表示で省略（WP本文の <br>/<p> も無視して1行に） */
.htm-news__item .htm-news__body {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;       /* flex子要素のellipsis 対策 */
}
/* 子要素のブロック表示・改行を無効化してフローを1本に */
.htm-news__item .htm-news__body * {
  display: inline;
}
.htm-news__item .htm-news__body br {
  display: none;
}
.htm-news__item .htm-news__body p::after {
  content: ' ';     /* 段落間にスペースだけ入れて連結 */
}

.htm-news__date {
  flex-shrink: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: var(--htm-text-sub);
  letter-spacing: 1px;
  width: 100px;
}

.htm-news__body {
  flex: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: var(--htm-dark);
  line-height: 1.7;
}
/* WP本文中の <p> マージンをリセット（複数段落でも自然に並ぶ） */
.htm-news__body p { margin: 0; }
.htm-news__body p + p { margin-top: 0.5em; }

/* 本文内リンク：ターコイズ＋ホバーで薄く */
.htm-news__body a {
  color: var(--htm-primary);
  text-decoration: none;
  transition: opacity 0.2s;
}
.htm-news__body a:hover {
  opacity: 0.65;
}

/* ===== NEWSモーダル ===== */
.htm-news-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 160px 24px;
}
.htm-news-modal.is-open { display: flex; }
.htm-news-modal__box {
  background: var(--htm-white);
  max-width: 720px;
  width: 100%;
  max-height: calc(100vh - 320px);
  overflow-y: auto;
  position: relative;
  border-radius: 20px;
  padding: 56px 48px 48px;
}
.htm-news-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: var(--htm-dark);
  color: var(--htm-white);
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.htm-news-modal__close:hover { opacity: 0.7; }
.htm-news-modal__date {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: var(--htm-text-sub);
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.htm-news-modal__body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: var(--htm-dark);
  line-height: 1.9;
}
.htm-news-modal__body a {
  color: var(--htm-primary);
  text-decoration: none;
  transition: opacity 0.2s;
}
.htm-news-modal__body a:hover { opacity: 0.65; }

@media (max-width: 767px) {
  .htm-news-modal { padding: 120px 16px; }
  .htm-news-modal__box {
    padding: 48px 24px 32px;
    max-height: calc(100vh - 240px);
  }
}

/* ===== タブ共通（ARTIST / TIMETABLE） ===== */
/* タブ（現在は使用していないが念のため残す） */
.htm-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}
.htm-tab {
  padding: 13px 56px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
  border: 2px solid var(--htm-dark);
  transition: var(--htm-trans);
  color: var(--htm-dark);
  background: var(--htm-white);
  user-select: none;
}
.htm-tab.is-active,
.htm-tab:hover {
  background: var(--htm-dark);
  color: var(--htm-white);
}
.htm-pane { display: none; }
.htm-pane.is-active { display: block; }

/* ===== 日別ブロック（縦並びレイアウト） ===== */
.htm-day-block {
  margin-bottom: 64px;
}
.htm-day-block:last-child {
  margin-bottom: 0;
}

/* 日付ラベル（6.13 SAT など）
   HTML: <div class="htm-day-label"><span>6.13 SAT</span></div> */
.htm-day-label {
  margin-bottom: 32px;
}
/* 帯状の日付ラベル（コンテンツ幅いっぱい） */
.htm-day-label span {
  display: block;
  background: var(--htm-dark);
  color: var(--htm-white);
  border-radius: 6px;
  padding: 14px 24px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
}

/* ===== ARTIST グリッド ===== */
.htm-artist__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.htm-artist__card {
  cursor: pointer;
  display: block;
  text-decoration: none !important;
}

.htm-artist__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--htm-gray-2);
  border-radius: 20px !important;
}

.htm-artist__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.htm-artist__card:hover .htm-artist__thumb img {
  transform: scale(1.07);
}

.htm-artist__overlay {
  position: absolute;
  inset: 0;
  background: rgba(26,26,26,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--htm-trans);
}
.htm-artist__card:hover .htm-artist__overlay { opacity: 1; }

.htm-artist__overlay span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: var(--htm-white);
  letter-spacing: 1px;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 5px;
  padding: 6px 14px;
}

.htm-artist__name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  color: var(--htm-dark);
}

.htm-artist__role {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  text-align: center;
  color: var(--htm-text-muted);
  margin-top: 3px;
}

/* ===== AUDITION ===== */
.htm-audition__intro {
  max-width: 720px;
  margin: 0 auto 52px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: var(--htm-text-sub);
  line-height: 2.1;
}

.htm-audition__meta {
  background: var(--htm-white);
  border-top: 3px solid var(--htm-primary);
  border-radius: 10px 10px 0 0;
  max-width: 900px;
  margin: 0 auto 0;
  padding: 36px 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.htm-audition__meta-item {
  text-align: center;
  padding: 0 16px;
}
.htm-audition__meta-item + .htm-audition__meta-item {
  border-left: 1px solid var(--htm-gray-3);
}

.htm-audition__meta-label {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--htm-text-muted);
  font-weight: 700;
  margin-bottom: 10px;
}

.htm-audition__meta-value {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: var(--htm-dark);
}

.htm-audition__meta-sub {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #444444;
  margin-top: 6px;
}

.htm-audition__note {
  max-width: 900px;
  margin: 0 auto 52px;
  background: #EDF7F4;
  border: 1px solid #C4E4DA;
  border-top: none;
  border-radius: 0 0 20px 20px;
  padding: 14px 24px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: #3a6b58;
  text-align: center;
  line-height: 1.7;
}

.htm-audition__tier-label {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  letter-spacing: 4px;
  color: var(--htm-text-muted);
  border-top: 1px solid var(--htm-gray-3);
  border-bottom: 1px solid var(--htm-gray-3);
  padding: 10px 0;
  margin-bottom: 32px;
  font-weight: 700;
}

.htm-audition__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.htm-audition__card {
  cursor: pointer;
  text-align: center;
}

.htm-audition__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--htm-gray-2);
    border-radius: 20px !important;
}

.htm-audition__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.htm-audition__card:hover .htm-audition__thumb img { transform: scale(1.07); }
.htm-audition__card:hover .htm-artist__overlay { opacity: 1; }

.htm-audition__badge {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: var(--htm-primary);
  color: var(--htm-white);
  padding: 3px 10px;
  margin-top: 10px;
  margin-bottom: 2px;
  border-radius: 3px;
}

.htm-audition__name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--htm-dark);
  margin-top: 4px;
}

.htm-audition__kana {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: var(--htm-text-muted);
  margin-top: 0;
}

/* ===== TIMETABLE ===== */
.htm-tt__note {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: var(--htm-text-sub);
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}


.htm-tt-wrap { overflow-x: auto; }

/* PC（≥1024px）：2日分を横並び */
@media (min-width: 1024px) {
  .htm-tt-days {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .htm-tt-days .htm-day-block {
    margin-bottom: 0;       /* グリッドのgapで間隔をとるためmargin不要 */
  }
}

.htm-tt {
  width: 100%;
  border-collapse: collapse;
  min-width: 360px;
  font-family: 'Noto Sans JP', sans-serif;
}

.htm-tt thead th {
  background: var(--htm-primary);
  color: var(--htm-white);
  padding: 16px 12px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
}

.htm-tt tbody td {
  border: 1px solid var(--htm-gray-3);
  padding: 14px 10px;
  font-size: 14px;
  text-align: center;
}

.htm-tt__time {
  background: #EBF6F5;
  font-weight: 700;
  width: 130px;
  color: var(--htm-text-sub);
  white-space: nowrap;
  letter-spacing: 0.5px;
}

.htm-tt__artist    { background: var(--htm-white); color: var(--htm-dark); }
.htm-tt__headliner { background: #FFF3EB; color: var(--htm-dark); font-weight: 700; }
.htm-tt__empty     { background: #FAFAFA; color: #CCCCCC; }

/* 1行ごとに色を変えて視認性アップ（PC・SP共通） */
.htm-tt tbody tr:nth-child(even) .htm-tt__time   { background: #DDEDEC; }
.htm-tt tbody tr:nth-child(even) .htm-tt__artist { background: #F4F7F7; }

/* 準備中プレースホルダー */
.htm-tt__placeholder {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  text-align: center;
  color: var(--htm-text-muted);
  padding: 80px 20px;
  letter-spacing: 0.05em;
}

/* タイムテーブル画像（差し込み時用） */
.htm-tt__image {
  margin: 0;
  text-align: center;
}
.htm-tt__image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* ===== GOODS ===== */
.htm-goods__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.htm-goods__card {
  display: block;
  text-decoration: none !important;
  color: inherit !important;
  transition: var(--htm-trans);
}
.htm-goods__card:hover { transform: translateY(-4px); }

.htm-goods__thumb {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: var(--htm-gray-2);
  border-radius: 16px;
  border: 2px solid var(--htm-gray-3);
}

.htm-goods__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.htm-goods__card:hover .htm-goods__thumb img { transform: scale(1.05); }

/* テキスト部分の半透明白カード（背景と被って見えにくい対策） */
.htm-goods__caption {
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 12px 12px 14px;
}

.htm-goods__name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: var(--htm-dark);
}

.htm-goods__price {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  text-align: center;
  color: var(--htm-text-sub);
  margin-top: 4px;
}

.htm-goods__sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  text-align: center;
  color: var(--htm-primary);
  margin-top: 2px;
  letter-spacing: 0.05em;
}

/* カードはクリック可能。テキストは選択されないようにしてズーム挙動を分かりやすく */
.htm-goods__card {
  cursor: pointer;
  user-select: none;
}

/* ===== ライトボックス（画像拡大表示） ===== */
.htm-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);   /* アーティストモーダルと同じトーン */
  z-index: 190;                       /* ヘッダー(200)より下。ヘッダーが上に乗る */
  align-items: center;
  justify-content: center;
  padding: 160px 24px;                /* 上下：ヘッダー＋ピックアップナビに被らないよう確保 */
  cursor: zoom-out;
}
.htm-lightbox.is-open { display: flex; }

.htm-lightbox__figure {
  margin: 0;
  max-width: 90vw;
  max-height: calc(100vh - 320px);    /* 上下paddingを差し引いた高さ内に収める */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  cursor: default;
}

.htm-lightbox__img-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.htm-lightbox__img {
  max-width: 100%;
  max-height: calc(100vh - 400px);    /* キャプション分を差し引いた高さ */
  object-fit: contain;
  display: block;
  border-radius: 8px;
}

.htm-lightbox__caption {
  font-family: 'Noto Sans JP', sans-serif;
  color: var(--htm-white);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.htm-lightbox__name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.htm-lightbox__price {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.05em;
}
.htm-lightbox__sub {
  font-size: 13px;
  color: var(--htm-primary);
  letter-spacing: 0.05em;
}

.htm-lightbox__close {
  position: absolute;
  top: 0;
  left: 100%;            /* 画像の右隣に配置 */
  margin-left: 12px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: none;
  border-radius: 50%;
  color: var(--htm-white);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.htm-lightbox__close:hover { opacity: 0.7; }

@media (max-width: 767px) {
  .htm-lightbox { padding: 160px 16px; }
  .htm-lightbox__close {
    /* SPは画像右に置くスペースがないので画像内右上に重ねる */
    width: 36px;
    height: 36px;
    top: 8px;
    left: auto;
    right: 8px;
    margin-left: 0;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.5);  /* 写真の上でも見やすいよう少し濃く */
  }
}

/* ===== SPONSOR ===== */
.htm-sponsor__tier { margin-bottom: 52px; }
.htm-sponsor__tier:last-child { margin-bottom: 0; }

.htm-sponsor__label {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  letter-spacing: 4px;
  color: var(--htm-text-muted);
  border-top: 1px solid var(--htm-gray-3);
  border-bottom: 1px solid var(--htm-gray-3);
  padding: 10px 0;
  margin-bottom: 32px;
  font-weight: 700;
}

.htm-sponsor__row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}

/* SILVER：PCでは1列、タブレットからは2個ずつ折り返し */
.htm-sponsor__tier--silver .htm-sponsor__row {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .htm-sponsor__tier--silver .htm-sponsor__row {
    max-width: 500px;  /* 200×2 + gap32 = 432px なので2個までで折り返し */
  }
}

.htm-sponsor__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: transform 0.2s, filter 0.2s;
  -webkit-tap-highlight-color: transparent;  /* iOSのタップ時の白被りを無効化 */
}
/* ホバー演出はマウスを持つデバイスのみ（スマホでタップ後に効果が残るのを防ぐ） */
@media (hover: hover) {
  .htm-sponsor__logo:hover {
    filter: brightness(1.1);
    transform: translateY(-4px) scale(1.05);
  }
}

/* 画像共通：ランクに関わらず統一したグレーボーダー */
.htm-sponsor__logo img {
  object-fit: contain;
  display: block;
  border-radius: 12px;
  border: 2px solid var(--htm-gray-3);
}

/* 画像未設定時のプレースホルダー */
.htm-sponsor__logo img[src=""] {
  visibility: hidden; /* alt文字を非表示にしてボックスだけ残す */
}

/* 各ランクのサイズ（画像入力後そのまま使えるサイズ） */
.htm-sponsor__tier--platinum .htm-sponsor__logo img { width: 300px; height: auto; max-width: 100%; }
.htm-sponsor__tier--silver   .htm-sponsor__logo img { width: 200px; height: auto; max-width: 100%; }
.htm-sponsor__tier--bronze   .htm-sponsor__logo img { width: 150px; height: 150px; max-width: 100%; object-fit: contain; }
.htm-sponsor__tier--friend   .htm-sponsor__logo img { width: auto; height: 50px; max-width: 100%; object-fit: contain; }

/* BRONZE：PCはグリッドで3列固定（4番目以降が1番目の下に並ぶ） */
.htm-sponsor__tier--bronze .htm-sponsor__row {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  justify-items: center;
  margin: 0 auto;
  gap: 32px;
}
/* FRIENDSHIP：PCはグリッドで4列固定（5番目以降が1番目の下に並ぶ） */
.htm-sponsor__tier--friend .htm-sponsor__row {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  justify-items: center;
  margin: 0 auto;
  gap: 12px;
}
/* SP：従来通り中央揃えのflex折り返しに戻す */
@media (max-width: 767px) {
  .htm-sponsor__tier--bronze .htm-sponsor__row,
  .htm-sponsor__tier--friend .htm-sponsor__row {
    display: flex;
    justify-content: center;
  }
}

/* 「準備中です」プレースホルダー */
.htm-sponsor__placeholder {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: var(--htm-text-muted);
  letter-spacing: 0.1em;
  padding: 24px 0;
  margin: 0;
}

/* プレースホルダー枠（画像未設定時のみ表示） */
.htm-sponsor__logo img[src=""] + span,
.htm-sponsor__logo:has(img[src=""]) {
  outline: 1px dashed #ccc;
  border-radius: 2px;
}

/* ご協賛詳細PDFへの案内文 */
.htm-sponsor__note {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  color: var(--htm-text-sub);
  margin-top: 56px;
  line-height: 1.8;
}
.htm-sponsor__note a {
  color: var(--htm-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s;
}
.htm-sponsor__note a:hover {
  opacity: 0.7;
}

/* ===== MAPレイアウト（PC：地図とSHOP一覧を横並び） ===== */
.htm-map-layout {
  display: flex;
  flex-direction: column;
  gap: 40px;       /* SP：地図とSHOPの間の余白 */
}

@media (min-width: 768px) {
  .htm-map-layout {
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 20px;
    align-items: start;
  }
  /* 地図側：ページと一緒にスクロール（固定なし） */
  .htm-map-layout__map {
    align-self: start;
  }
  .htm-map-layout__map .htm-venue-map {
    max-width: 100%;
    text-align: center;
  }
  .htm-map-layout__map .htm-venue-map img {
    max-height: calc(100svh - 200px);   /* 画面に全景フィット（スクロールなし） */
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  /* SHOP一覧側 */
  .htm-map-layout__shops {
    min-width: 0;
  }
  .htm-map-layout__shops .htm-shoplist__heading {
    margin-top: 0;
  }
}

/* ===== 出店一覧（MAPセクション下） ===== */
.htm-shoplist__heading {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--htm-dark);
  text-align: center;
  margin-top: 64px;
  margin-bottom: 32px;
  /* SWELLのデフォルト見出しスタイル（下線・背景・装飾）を打ち消し */
  border: none !important;
  border-radius: 0 !important;
  background: none !important;
  padding: 0 !important;
}
.htm-shoplist__heading::before,
.htm-shoplist__heading::after {
  display: none !important;
  content: none !important;
}
.htm-shoplist__grid {
  list-style: none;
  padding: 0 !important;
  margin: 0 auto;
  max-width: 880px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);  /* PC: 2列 */
  grid-template-rows: repeat(8, auto);     /* 8行 → 列ごとに ①〜⑧, ⑨〜⑮ */
  grid-auto-flow: column;
  gap: 6px 24px;
}
.htm-shoplist__item {
  list-style: none;
}
/* ピル状のリンクカード（背景＋角丸＋blur＋グレーボーダー） */
.htm-shoplist__link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 28px;
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 9999px;
  border: 3px solid var(--htm-gray-3);
  text-decoration: none !important;
  color: var(--htm-dark) !important;
  transition: background 0.2s, transform 0.2s;
}
.htm-shoplist__link:hover {
  background: var(--htm-white);
  transform: translateY(-1px);
}
.htm-shoplist__link--nolink {
  cursor: default;
}
.htm-shoplist__link--nolink:hover {
  background: rgba(255, 255, 255, 0.78);
  transform: none;
}
/* 番号アイコン（画像） */
.htm-shoplist__num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.htm-shoplist__num img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.htm-shoplist__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.htm-shoplist__name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--htm-primary);
  line-height: 1.3;
}
.htm-shoplist__desc {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: var(--htm-text-sub);
  letter-spacing: 0.02em;
  line-height: 1.4;
}

/* SP: 1列 */
@media (max-width: 767px) {
  .htm-shoplist__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
    gap: 4px;
  }
  .htm-shoplist__heading {
    margin-top: 48px;
    font-size: 18px;
  }
}

/* ===== 会場MAP（id="map" セクション用） ===== */
.htm-venue-map {
  max-width: 720px;
  margin: 0 auto;
}
.htm-venue-map img {
  display: block;
  width: 100%;
  height: auto;
}

/* ===== MAP ===== */
.htm-map__embed {
  width: 100%;
  height: 420px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 48px;
  background: var(--htm-gray-2);
}
.htm-map__embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.htm-map__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.htm-map__dt {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--htm-primary);
  font-weight: 700;
  margin-bottom: 8px;
}

.htm-map__dd {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: var(--htm-text-sub);
  line-height: 1.8;
  margin-bottom: 16px;
}
/* ===== 準備中プレースホルダー（新設セクション用） ===== */
.htm-placeholder {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  text-align: center;
  color: var(--htm-text-muted);
  padding: 80px 20px;
  letter-spacing: 0.1em;
}

/* ===== FAQ ===== */
.htm-faq__list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}


.htm-faq__item {
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 4px 24px;   /* 内側のQ/A padding と合わせて違和感ないよう薄めに */
}

.htm-faq__q {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 40px 20px 0;  /* 右側は「＋」アイコン用にスペース確保 */
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--htm-dark);
  position: relative;
  user-select: none;
}

.htm-faq__q-mark {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 26px;
  color: var(--htm-primary);
  line-height: 1;
  flex-shrink: 0;
}

.htm-faq__icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.htm-faq__icon::before,
.htm-faq__icon::after {
  content: '';
  position: absolute;
  background: var(--htm-dark);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.htm-faq__icon::before { width: 14px; height: 1.5px; }
.htm-faq__icon::after  { width: 1.5px; height: 14px; transition: transform 0.2s; }

.htm-faq__item.is-open .htm-faq__icon::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.htm-faq__a {
  display: none;
  padding: 0 0 24px 42px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #444444;
  line-height: 1.9;
}
.htm-faq__item.is-open .htm-faq__a { display: block; }
.htm-faq__a a {
  color: var(--htm-primary);
  text-decoration: none;
  transition: opacity 0.2s;
}
.htm-faq__a a:hover { opacity: 0.7; }

/* ===== ARCHIVE ===== */
.htm-archive__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.htm-archive__card {
  display: block;
  text-decoration: none !important;
  color: inherit !important;
  transition: var(--htm-trans);
}
.htm-archive__card:hover { transform: translateY(-4px); }

.htm-archive__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--htm-gray-2);
}
.htm-archive__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.htm-archive__card:hover .htm-archive__thumb img { transform: scale(1.06); }

.htm-archive__year {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 12px;
  color: var(--htm-dark);
}

.htm-archive__sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  text-align: center;
  color: var(--htm-text-muted);
  margin-top: 4px;
}

/* ===== CONTACT（Contact Form 7） ===== */

/* リード文 */
.htm-contact__lead {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 2;
  color: var(--htm-dark);
}

/* フォームカード（フロステッドガラス） */
.htm-contact__wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 48px;
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 16px;
}

.htm-contact__group { margin-bottom: 24px; }

/* CF7 が自動挿入する <br> を消す（ラベルと入力欄の間の余分な改行） */
.htm-contact__group br { display: none; }
.htm-contact__group p { margin: 0; }

.htm-contact__label {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--htm-dark);
  margin-bottom: 8px;
}

.htm-contact__req {
  color: var(--htm-orange);
  font-size: 13px;
  margin-left: 4px;
}

.htm-contact__opt {
  color: var(--htm-text-muted);
  font-size: 12px;
  font-weight: 400;
  margin-left: 4px;
}

/* CF7 入力欄（角丸＋フォーカスでターコイズ） */
.htm-contact__wrap .wpcf7-form input[type="text"],
.htm-contact__wrap .wpcf7-form input[type="email"],
.htm-contact__wrap .wpcf7-form input[type="tel"],
.htm-contact__wrap .wpcf7-form select,
.htm-contact__wrap .wpcf7-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--htm-gray-3) !important;
  border-radius: 10px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 15px !important;
  background: var(--htm-white) !important;
  color: var(--htm-dark) !important;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.htm-contact__wrap .wpcf7-form input:focus,
.htm-contact__wrap .wpcf7-form select:focus,
.htm-contact__wrap .wpcf7-form textarea:focus {
  border-color: var(--htm-primary) !important;
  box-shadow: 0 0 0 3px rgba(67, 176, 175, 0.15);
  outline: none !important;
}

/* select：カスタム矢印 */
.htm-contact__wrap .wpcf7-form select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%231A1A1A' d='M6 8L0 0h12z'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-size: 12px 8px !important;
  padding-right: 40px !important;
}

/* テキストエリア */
.htm-contact__wrap .wpcf7-form textarea {
  min-height: 180px;
  resize: vertical;
}

/* 送信ボタン（ターコイズのピル） */
.htm-contact__submit-wrap {
  margin-top: 32px;
  text-align: center;
}
.htm-contact__wrap .wpcf7-form input[type="submit"] {
  display: inline-block;
  width: auto;
  min-width: 240px;
  padding: 16px 48px;
  background: var(--htm-primary) !important;
  color: var(--htm-white) !important;
  border: none !important;
  border-radius: 9999px !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.htm-contact__wrap .wpcf7-form input[type="submit"]:hover {
  background: var(--htm-primary-d) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(67, 176, 175, 0.3);
}

/* SP対応 */
@media (max-width: 768px) {
  .htm-contact__wrap { padding: 28px 20px; }
  .htm-contact__lead { font-size: 14px; margin-bottom: 28px; }
  .htm-contact__wrap .wpcf7-form input[type="submit"] {
    min-width: 0;
    width: 100%;
  }
}

.htm-contact__wrap .wpcf7-form input[type="submit"]:hover {
  background: var(--htm-dark-3) !important;
}

/* ===== SWELL デフォルトフッター非表示 ===== */
.l-footer, .l-foot {
  display: none !important;
}

/* ===== SWELL 子ページのパンくず・h1タイトル非表示 ===== */
#breadcrumb,
.p-breadcrumb,
.c-pageTitle {
  display: none !important;
}

/* ===== スポンサー案内ページ（/sponsor/） ===== */
.htm-sponsor-cta {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.htm-sponsor-cta__lead {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: var(--htm-text-sub);
  line-height: 1.9;
  margin-bottom: 32px;
}
.htm-sponsor-cta__image {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-bottom: 16px;
  border-radius: 12px;
}
/* PDFリンク（画像下のアウトラインボタン） */
.htm-sponsor-cta__pdf {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--htm-text-sub) !important;
  text-decoration: none !important;
  padding: 8px 20px;
  border: 1.5px solid var(--htm-gray-3);
  border-radius: 9999px;
  margin-bottom: 32px;
  background: var(--htm-white);
  transition: border-color 0.2s, transform 0.2s, color 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.htm-sponsor-cta__pdf svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
@media (hover: hover) {
  .htm-sponsor-cta__pdf:hover {
    border-color: var(--htm-text-sub);
    color: var(--htm-dark) !important;
    transform: translateY(-1px);
  }
}
.htm-sponsor-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.htm-sponsor-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 16px 40px;
  border-radius: 50px;
  color: var(--htm-white) !important;
  text-decoration: none !important;
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  -webkit-tap-highlight-color: transparent;
}
.htm-sponsor-cta__btn--primary {
  background: #3FB8A8;
  box-shadow: 0 4px 12px rgba(63, 184, 168, 0.4);
}
.htm-sponsor-cta__btn--orange {
  background: #EF8A64;
  box-shadow: 0 4px 12px rgba(239, 138, 100, 0.4);
}
/* ホバー：少し浮きつつ明るく（マウス対応デバイスのみ） */
@media (hover: hover) {
  .htm-sponsor-cta__btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
}
/* SP：ボタンを縦並びにして縮める */
@media (max-width: 767px) {
  .htm-sponsor-cta__buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .htm-sponsor-cta__btn {
    min-width: 0;
    width: 100%;
    font-size: 15px;
    padding: 12px 24px;
    letter-spacing: 0.05em;
  }
  .htm-sponsor-cta__lead {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

/* ===== カスタムフッター ===== */
.htm-footer {
  background: var(--htm-dark) url('/wp-content/uploads/2026/05/footer-bg.png') no-repeat center / 100% 100%;
  color: var(--htm-text-sub);
  padding: 80px 0 0;       /* 下端はベイブリッジ画像で締めるため0 */
  text-align: center;
  /* SWELLのコンテンツ幅を突き破って画面幅100%にする */
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* 下部装飾：ベイブリッジ＋海のイラスト（フッター最下部・画面幅100%） */
.htm-footer__bridge {
  width: 100%;
  margin-top: 32px;
  line-height: 0;          /* インライン要素の余白を除去 */
}
.htm-footer__bridge img {
  display: block;
  width: 100%;
  height: auto;
}

.htm-footer__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ロゴ（大きく中央） */
.htm-footer__logo {
  margin-bottom: 56px;
}
.htm-footer__logo a {
  display: inline-block;
  text-decoration: none !important;
}
.htm-footer__logo img {
  height: 96px;
  width: auto;
  object-fit: contain;
  display: block;
  /* ロゴは元の黒のまま表示（フッター背景が明色のため） */
}
.htm-footer__logo-text {
  display: none;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2px;
  color: var(--htm-dark);
}

/* ナビ（ドロワーと同じ EN + JA 縦並び、3列グリッド） */
.htm-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 48px;
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: left;
}

.htm-footer__link {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  transition: color 0.2s;
}

.htm-footer__link-en {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--htm-dark);
  line-height: 1.1;
  transition: color 0.2s;
}

.htm-footer__link-ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  color: var(--htm-text-sub);
  margin-top: 4px;
  letter-spacing: 1px;
  transition: color 0.2s;
}

.htm-footer__link:hover .htm-footer__link-en { color: var(--htm-primary); }
.htm-footer__link:hover .htm-footer__link-ja { color: var(--htm-text); }

/* SNS（ドロワーと同じ円形） */
.htm-footer__sns {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}

.htm-footer__sns-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--htm-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--htm-dark) !important;
  text-decoration: none !important;
  transition: var(--htm-trans);
}

.htm-footer__sns-link:hover {
  background: var(--htm-primary);
  border-color: var(--htm-primary);
  color: var(--htm-white) !important;
}

/* コピーライト */
.htm-footer__copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: var(--htm-text-sub);
  text-align: center;
  letter-spacing: 1px;
  padding-top: 24px;
  border-top: 1px solid rgba(0,0,0,0.12);
}

/* SWELL ページトップボタン非表示 */
.p-fixBtnWrap,
#pagetop {
  display: none !important;
}

/* SP */
@media (max-width: 767px) {
  .htm-footer { padding: 64px 0 0; }
  .htm-footer__inner { padding: 0 24px; }
  .htm-footer__logo { margin-bottom: 40px; }
  .htm-footer__logo img { height: 140px; }  /* SPは縦組みロゴで情報量が多いため大きめ */
  .htm-footer__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
    margin-bottom: 36px;
  }
  .htm-footer__link-en { font-size: 16px; }
}

/* ===== ポップアップモーダル ===== */
.htm-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  /* 上下：ヘッダー(76px)＋ピックアップナビ(約70px)に被らないよう 160px 確保 */
  padding: 160px 24px;
}
.htm-modal.is-open { display: flex; }

.htm-modal__box {
  background: var(--htm-white);
  max-width: 600px;
  width: 100%;
  max-height: calc(100vh - 320px);   /* 上下paddingを差し引いた高さ内に収める */
  overflow-y: auto;
  position: relative;
  animation: htmFadeIn 0.2s ease;
  border-radius: 20px;
}

/* ===== PC：モーダル横並びレイアウト（アーティスト・オーディション共通） ===== */
@media (min-width: 768px) {
  .htm-modal__box {
    max-width: 880px;
    overflow: hidden;
    padding: 16px;
  }
  .htm-modal--artist,
  .htm-modal--audition {
    flex-direction: row;
    overflow: hidden;
    border-radius: 12px;
  }
  .htm-modal__photo--portrait,
  .htm-modal__photo--landscape {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    flex-shrink: 0;
    aspect-ratio: unset;
    align-self: stretch;          /* body と高さを揃える */
    border-radius: 12px;
    overflow: hidden;
    max-height: calc(100vh - 352px);  /* モーダルboxを超えないように */
  }
  .htm-modal__photo--portrait img,
  .htm-modal__photo--landscape img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;  /* 画像が大きすぎる場合は切り抜いて表示 */
    display: block;
  }
  .htm-modal--artist .htm-modal__body,
  .htm-modal--audition .htm-modal__body {
    flex: 1;
    overflow-y: auto;
    max-height: calc(100vh - 352px);   /* テキストが長い場合はここだけスクロール（box内余白16px*2を加味） */
    padding: 40px 40px 48px;
  }
}

@keyframes htmFadeIn {
  from { transform: scale(0.94); opacity: 0; }
  to   { transform: scale(1);    opacity: 1; }
}

/* ===== SP：バツボタンを固定（スクロールしても表示）＋写真下部にシェブロン ===== */
@media (max-width: 767px) {
  /* バツボタンを画面に固定（modal__boxのスクロールに追従させない） */
  .htm-modal__close {
    position: fixed;
    top: 176px;       /* モーダルpadding(160px) + ボックス内余白(16px) */
    right: 40px;      /* モーダルpadding(24px) + ボックス内余白(16px) */
    z-index: 11;
  }
  /* 写真にシェブロン配置するため position: relative */
  .htm-modal__photo--portrait,
  .htm-modal__photo--landscape {
    position: relative;
  }
  /* 写真下部にシェブロン（スクロールできることを示す） */
  .htm-modal__photo--portrait::after,
  .htm-modal__photo--landscape::after {
    content: '';
    position: absolute;
    bottom: 28px;
    left: 50%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.85);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    pointer-events: none;
    animation: htmModalChevronBounce 1.6s ease-in-out infinite;
  }
}
@keyframes htmModalChevronBounce {
  0%, 100% { transform: translate(-50%, 0); }
  50%      { transform: translate(-50%, 4px); }
}

.htm-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: var(--htm-dark);
  color: var(--htm-white);
  border: none;
  border-radius: 50px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: var(--htm-trans);
}
.htm-modal__close:hover { background: var(--htm-dark-3); }

.htm-modal__photo--portrait {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--htm-gray-2);
}
.htm-modal__photo--landscape {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--htm-gray-2);
}
.htm-modal__photo--portrait img,
.htm-modal__photo--landscape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.htm-modal__body {
  padding: 28px 32px 36px;
}

.htm-modal__badge {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  background: #2a6a3a;
  color: var(--htm-white);
  padding: 3px 10px;
  margin-bottom: 10px;
}

.htm-modal__name {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  letter-spacing: 1px;
  color: var(--htm-dark);
  line-height: 1.3;
  margin-bottom: 4px;
}

.htm-modal__kana {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  color: var(--htm-text-muted);
  margin-bottom: 20px;
}

.htm-modal__divider {
  height: 1px;
  background: var(--htm-gray-3);
  margin-bottom: 20px;
}

.htm-modal__profile-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--htm-text-muted);
  font-weight: 700;
  margin-bottom: 10px;
}

.htm-modal__profile {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: var(--htm-text-sub);
  line-height: 1.9;
  margin-bottom: 24px;
  white-space: pre-wrap;
  text-align: justify;
  text-justify: inter-character;   /* 日本語文の両端揃え（文字間調整） */
}

/* リンクボタン共通：URLがある場合のみJSで表示 */
.htm-modal__hp,
.htm-modal__sns-x,
.htm-modal__sns-ig,
.htm-modal__sns-yt { display: none; }

.htm-modal__hp {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid var(--htm-gray-3);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--htm-text-sub) !important;
  text-decoration: none !important;
  letter-spacing: 1px;
  transition: var(--htm-trans);
}
.htm-modal__hp:hover {
  background: var(--htm-dark);
  color: var(--htm-white) !important;
  border-color: var(--htm-dark);
}

/* SNSリンク */
.htm-modal__sns { display: flex; gap: 10px; flex-wrap: wrap; }

.htm-modal__sns a {
  padding: 8px 20px;
  border: 1px solid var(--htm-gray-3);
  border-radius: 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--htm-text-sub) !important;
  text-decoration: none !important;
  letter-spacing: 1px;
  transition: var(--htm-trans);
}
.htm-modal__sns a:hover {
  background: var(--htm-dark);
  color: var(--htm-white) !important;
  border-color: var(--htm-dark);
}

/* ===== レスポンシブ ===== */
@media (max-width: 1024px) {
  .htm-artist__grid    { grid-template-columns: repeat(4, 1fr); }
  .htm-audition__grid  { grid-template-columns: repeat(3, 1fr); }
  .htm-goods__grid     { grid-template-columns: repeat(3, 1fr); }
  .htm-archive__grid   { grid-template-columns: repeat(3, 1fr); }
  .htm-map__info       { grid-template-columns: 1fr 1fr; gap: 24px; }
  .htm-audition__meta  { grid-template-columns: repeat(2, 1fr); gap: 24px 0; }
  .htm-audition__meta-item:nth-child(odd) { border-left: none; }
  /* 2行目（3・4番目）の上に横線 */
  .htm-audition__meta-item:nth-child(n+3) {
    border-top: 1px solid var(--htm-gray-3);
    padding-top: 24px;
  }
  /* 2行目の縦線は擬似要素で描画し、上に隙間を持たせて横線と離す */
  .htm-audition__meta-item:nth-child(4) {
    border-left: none;
    position: relative;
  }
  .htm-audition__meta-item:nth-child(4)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 24px;
    bottom: 0;
    width: 1px;
    background: var(--htm-gray-3);
  }
}

/* ===== カスタムヘッダー・ハンバーガー・ドロワー ===== */
/* ※WordPressにも必要なスタイルです */

.htm-hdr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: transparent;          /* バー全体は透明 */
  height: 76px;                     /* ロゴピル(64px)を上下6pxマージンで収める */
  transform: translateY(0);
  transition: transform 0.3s ease;
  pointer-events: none;             /* 中央の空白部はクリック透過 */
}
.htm-hdr.is-hidden {
  transform: translateY(-100%);
}

.htm-hdr__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  pointer-events: none;             /* 中央もクリック透過 */
}

/* ロゴ：半透過ピル背景 */
.htm-hdr__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 9999px;
  pointer-events: auto;             /* ピル部分はクリック有効 */
}

.htm-hdr__logo img {
  height: 44px;
  width: auto;
  max-width: 200px;
  display: block;
  object-fit: contain;
}

.htm-hdr__logo .htm-hdr__logo-text {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2px;
  color: var(--htm-dark);
}

.htm-hdr__right {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ヘッダーのSNSはドロワー内に移動したため削除 */

/* ハンバーガーボタン：半透過丸ピル（中に画像アイコン） */
.htm-ham {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  pointer-events: auto;
  transition: opacity 0.2s;
}
.htm-ham:hover {
  opacity: 0.7;
}
.htm-ham img {
  display: block;
  height: 70%;          /* ボタン62pxの70% ≒ 43px */
  width: auto;
  /* 音符の形状で視覚的に右寄りに見えるので、わずかに左へオフセットして中央に見せる */
  transform: translateX(-2px);
}

.htm-ham__bar {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--htm-dark);
  transition: all 0.3s ease;
}

.htm-ham.is-open .htm-ham__bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.htm-ham.is-open .htm-ham__bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.htm-ham.is-open .htm-ham__bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ===== ドロワーメニュー（オーバーレイ＋カード） ===== */
.htm-drawer {
  position: fixed;
  inset: 0;
  /* フッターと同じグラデーション背景 */
  background: var(--htm-dark) url('/wp-content/uploads/2026/05/footer-bg.png') no-repeat center / 100% 100%;
  z-index: 9999;
  display: flex;
  flex-direction: column;          /* box → bridge を縦に積む */
  padding: 0;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.htm-drawer.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* メニュー本体（背景透明、コンテンツ中央寄せ） */
.htm-drawer__box {
  background: transparent;
  border-radius: 0;
  padding: 96px 40px 40px;         /* 上は×ボタン分を確保 */
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  flex: 1;                          /* 残り高さを取りブリッジを下端に押し下げる */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 閉じるボタン */
.htm-drawer__close {
  position: fixed;
  /* MENUボタン(.htm-ham)と同じ位置・大きさに合わせる
     ヘッダー76px内に62pxボタンを上下中央 → top: 7px
     PC: コンテンツ最大幅1400px内側の24px、SPで12px（下のメディアクエリで上書き） */
  top: 7px;
  right: max(24px, calc((100vw - 1400px) / 2 + 24px));
  width: 62px;
  height: 62px;
  background: var(--htm-primary);
  border: none;
  color: var(--htm-white);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
  z-index: 10;
}
.htm-drawer__close:hover {
  opacity: 0.7;
}
/* SP：ハンバーガーボタンと同じく右端余白12pxに合わせる */
@media (max-width: 767px) {
  .htm-drawer__close {
    right: 12px;
  }
}

/* メニューグリッド（PC:3列 / SP:2列） */
.htm-drawer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 48px;
  width: 100%;
  margin-bottom: 40px;
}

/* 各リンク（フッターと同じ余白感に揃える） */
.htm-drawer__link {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  transition: color 0.2s;
}

.htm-drawer__link-en {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--htm-dark);
  transition: color 0.2s;
  line-height: 1.1;
}

.htm-drawer__link-ja {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: var(--htm-text-sub);
  margin-top: 4px;
  letter-spacing: 1px;
  transition: color 0.2s;
}

.htm-drawer__link:hover .htm-drawer__link-en { color: var(--htm-primary); }
.htm-drawer__link:hover .htm-drawer__link-ja { color: var(--htm-text); }

/* 下部：SNS（中央寄せ） */
.htm-drawer__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
}

.htm-drawer__sns {
  display: flex;
  gap: 12px;
}

.htm-drawer__sns a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--htm-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--htm-dark) !important;
  text-decoration: none !important;
  transition: var(--htm-trans);
}
.htm-drawer__sns a:hover {
  background: var(--htm-primary);
  border-color: var(--htm-primary);
  color: var(--htm-white) !important;
}

/* 下部装飾：ベイブリッジ画像（フッターと共通） */
.htm-drawer__bridge {
  width: 100%;
  line-height: 0;
  flex-shrink: 0;
}
.htm-drawer__bridge img {
  display: block;
  width: 100%;
  height: auto;
}

/* .htm-drawer-ov は不要（フルスクリーンのため） */
.htm-drawer-ov { display: none; }

/* ===== レスポンシブ ===== */
@media (max-width: 768px) {
  .htm-container { padding: 0 20px; }
  .htm-section   { padding: 100px 0 60px; }

  .htm-hdr__inner { padding: 0 12px; }

  .htm-heading__en { font-size: 40px; }

  .htm-event__bar {
    gap: 24px;
    padding: 20px 32px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .htm-event__div { display: none; }
  .htm-event__value { font-size: 24px; line-height: 1.5; }
  .htm-venue-break { display: block; }

  /* 引用は1行におさめる＋中央揃え（!important で基本指定を上書き） */
  .htm-message__quote {
    font-size: 18px !important;
    padding: 8px 16px !important;
    white-space: nowrap !important;
    text-align: center;
  }
  /* 引用符を文字と一緒にインライン中央配置（小さめに） */
  .htm-message__quote::before {
    position: static !important;
    display: inline !important;
    top: auto !important;
    left: auto !important;
    font-size: 44px !important;
    vertical-align: -0.3em !important;
  }
  .htm-message__quote::after {
    font-size: 44px !important;
  }
  .htm-message__text  { font-size: 14px; }

  /* ニュース：SPは日付と本文を縦並び（カード単位） */
  .htm-news__item,
  .htm-news__pickup-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 14px 18px;
  }
  .htm-news__date { width: auto; font-size: 13px; }
  .htm-news__body { font-size: 14px; }

  /* タイムテーブル：SPは横スクロールなしで幅いっぱいに */
  .htm-tt { min-width: 0; }
  .htm-tt__time { width: 105px; font-size: 12px; }
  .htm-tt thead th { padding: 12px 6px; }
  .htm-tt tbody td { padding: 11px 7px; font-size: 13px; }
  .htm-artist__grid   { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .htm-audition__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .htm-goods__grid    { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .htm-archive__grid  { grid-template-columns: repeat(2, 1fr); gap: 20px; }

  .htm-audition__meta {
    grid-template-columns: 1fr;
    gap: 24px 0;
    padding: 24px;
  }
  /* 1カラム：各項目間に横線 */
  .htm-audition__meta-item + .htm-audition__meta-item {
    border-left: none;
    border-top: 1px solid var(--htm-gray-3);
    padding-top: 24px;
  }
  /* SP（1カラム）では縦線の擬似要素は不要 */
  .htm-audition__meta-item:nth-child(4)::before { display: none; }

  .htm-map__info { grid-template-columns: 1fr; }

  .htm-tab { padding: 11px 28px; font-size: 15px; }

  .htm-modal__box { max-width: 100%; }
  .htm-modal__body { padding: 20px 36px 28px 32px; }

  .htm-drawer__box {
    padding: 80px 20px 24px;
  }
  .htm-drawer__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }
  .htm-drawer__link-en { font-size: 20px; }
}
