/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

body {
  font-family: "Tsukushi A Round Gothic", "Yu Mincho", "MS P明朝", serif;
}
.site-body {
	padding: 0;
}

.site-footer {
	display: none;
}
.page-header {
	display: none;
}
.discography-style {
  width: 500px;
  max-height: 600px; /* 表示領域の高さ。好みに応じて調整可能 */
  overflow-y: auto;
  padding-right: 1rem; /* スクロールバーによる横揺れ防止 */
  scrollbar-width: thin; /* Firefoxで細いスクロールバー */
  -webkit-overflow-scrolling: touch; /* スムーズスクロール（iOS） */
  background-color: rgba(255, 255, 255, 0.5);

}




/* ------------------------------------
   ロゴとメニューを横並び・左寄せに
------------------------------------- */
.global-nav-list>li .global-nav-name {
    font-size: 10px;
}
.site-header-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2rem;
  margin: 0;        /* サイドマージン除去 */
  padding: 0;       /* サイドパディング除去 */
  width: 100%;      /* 必要に応じて明示的に指定 */
  max-width: none;  /* テーマによる中央寄せ制限解除 */
}

/* -------------------------------
   ロゴの余白と幅の制御
-------------------------------- */
@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-logo {
    margin-right: 0 !important; /* 2emを無効化 */
    width: auto !important;     /* width:100% を無効化 */
  }
}

/* -------------------------------
   ナビゲーションの整列解除
-------------------------------- */
.global-nav {
  float: none !important;
  margin: 0;
}

.global-nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* -------------------------------
   ヘッダー背景が透明化されることを確実に
-------------------------------- */
#site-header-container {
  background: transparent !important;
}

/* -------------------------------
   ヘッダー行レイアウト設定（上書き）
-------------------------------- */
@media (min-width: 992px) {
  .site-header--layout--nav-float .site-header-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .site-header-logo {
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .site-header-container {
    flex-direction: column;
    align-items: center;
  }

  .global-nav {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .global-nav-list {
    flex-direction: column;
    align-items: center;
  }
}


.font-gothic {
  font-family: "Meiryo", "ヒラギノ角ゴ Pro", sans-serif;
}
.font-mincho {
  font-family: "Yu Mincho", "MS P明朝", serif;
}
.font-modern {
  font-family: "Noto Sans JP", sans-serif;
}
.font-tsukushi {
  font-family: "Tsukushi A Round Gothic", "Yu Mincho", "MS P明朝", serif;
}

/* 游ゴシック体（モダンで読みやすいゴシック） */
.font-yugothic {
  font-family: "Yu Gothic", "游ゴシック", "Meiryo", sans-serif;
}
