/* CSS Document */

.ns-main {
  float: left;
  width: 900px;
  background-color: #f8f8f8;
  margin: 6px 0 10px;        /* 丁Epx・左右0・丁E0px */
  padding: 0 10px;           /* 上丁E・左右10px */
}
.ns-main2 {
  width: 100%;
  float: left;
  margin: 8px 0;
  padding: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px 0 0 0; /* ↁE左上�Eみ丸く、他�E直见E*/
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  overflow: visible;
}
.ns-main2:hover {
  border-color: #bbb;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.ns-main .card-footer {
  margin-top: 8px; /* ↁE上に余白をとめE*/
  font-size: 0.9em; /* 少し控えめにするのも◎ */
  color: #555; /* 色も少し薁E��して視覚�E離めE*/
}
.ns-main2_member {
  width: 100%;
  float: left;
  margin: 8px 0;
  padding: 0;
  background: #fff;
  border: 1px solid #dfbc76;
  border-radius: 6px 0 0 0; /* ↁE左上�Eみ丸く、他�E直见E*/
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  overflow: visible;
}

.ns-main2_member:hover {
  border-color: #bbb;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.ns-line-a { /* ↁEジャケ+ �E�衁E*/
  width: 100%;
  display: flex;
  justify-content: space-between; /* ↁE左右に配置 */
  align-items: center;            /* ↁE縦方向も中央に整える */
  padding: 0px;
  margin-left: 10px;
}
.ns-line-b { /* ダウンロード�E作家名�Eシリーズ・ミックス数 */
  display: flex;
  float: left;
  align-items: center; /* 縦中央揁E   */
  width: 98%;
  font-size: 13px;
  margin: 7px 0 0 9px; /* 丁Epx・右0・丁E・左9px */
}
.ns-line-c { /* 収録アルバム吁E*/
  width: 98%;
  float: left;
  margin: 10px 0 0;
  font-size: 12px;
  text-align: right;
  color: #555;
  background-color: #FFF;
  padding-right: 10px;
}
.ns-line-z {
  display: inline-block;
  width: 98%;
  padding: 0 0.3em;
  margin: 2px 0 10px;
  font-size: 11px;
  color: #000;
  text-align: right;
  text-decoration: none;
  letter-spacing: 0.03em;
  transform: scale(1);
  transition: 0.3s;
}
.ns-line-y {
  display: inline-flex;  /* inline-block + flex の代替で安�E */
  width: 50%;
  padding: 0 0.3em;
  margin: 2px 0 0;
  font-size: 11px;
  color: #000;
  text-align: left;
  letter-spacing: 0.03em;
  box-sizing: border-box;
  position: relative; /* ↁE子要素のabsolute基準を安�E確俁E*/
  overflow: visible;  /* ↁEはみ出し要素も描画許可 */
}
.ns-line-j {
	width: 100%;        /* 親要素に対して100% */
	float: left;
	margin-bottom: 20px;
	box-sizing: border-box; /* ↁE余白めEorder込みで100%に収める場吁E*/
}
.ns-line-j-up {
  display: inline-block;
  float: left;
  width: 100%;            /* 親要素ぁE��ぱぁE��庁E��めE*/
  padding: 0 0.3em;
  margin: 0 0 8px;        /* 下だぁEpx */
  font-size: 14px;
  color: #000;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.03em;
  transform: scale(1);
  transition: 0.3s;
}
.ns-line-j-up_b {
  display: inline-block;
  float: left;
  width: 100%;             /* 親要素ぁE��ぱぁE��庁E��めE*/
  padding: 0 0.3em;
  margin: 0 0 6px;         /* 下だぁEpx */
  font-size: 14px;
  color: #000;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.03em;
  transform: scale(1);
  transition: 0.3s;
}
.ns-line-j-down {
  display: inline-block;
  float: left;
  width: 100%;             /* 親要素ぁE��ぱぁE��庁E��めE*/
  padding: 0 0.3em;
  margin: 0;               /* 余白なぁE*/
  font-size: 14px;
  color: #000;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 2.5;        /* 行間を庁E��めE*/
  transform: scale(1);
  transition: 0.3s;
}
.ns-line-j-down_b {
  display: inline-block;
  float: left;
  width: 100%;             /* 親要素ぁE��ぱぁE��庁E��めE*/
  padding: 0 0.3em;
  margin: 0;               /* 余白なぁE*/
  font-size: 14px;
  color: #000;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 2.8;        /* 行間を庁E��めE*/
  transform: scale(1);
  transition: 0.3s;
}
.ns-line-j-up2 {
  display: inline-block;
  width: 900px;
  float: left;
  padding: 0 0.3em;
  margin: 10px 0 5px;
  font-size: 13.5px;
  color: #000;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.03em;
  transform: scale(1);
  transition: 0.3s;
}
.ns-line-j-down2 {
  display: inline-block;
  width: 900px;
  float: left;
  padding: 0 0.3em;
  margin-bottom: 0;
  font-size: 12.5px;
  color: #000;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.03em;
  transition: 0.3s;
}
.infobox-series-j {
  width: 880px;
  margin: 10px auto 20px;
  padding: 0 20px;
  float: right;
  text-align: left;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #333;
  background: #FAFAFA;
  border-radius: 10px;
}
.ns-image { 
  width: 7%;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  align-self: flex-start; /* ← 親の中央揃えを打ち消して上寄せ */
  margin-top: 0;
}
.ns-image img {
  width: 100%;   /* 親要素に合わせて拡大縮封E*/
  margin-top: 13px;
  height: auto;  /* 縦横比�E維持E*/
  display: block; /* インライン要素の隙間対筁E*/
}
.ns-infoall {
  width: 94%;
  box-sizing: border-box;
  margin-left: 10px;
}
.ns-infoall-1 {/* MP3プイレヤー・楽曲吁E*/
  width: 100%;
  display: flex;
  justify-content: space-between; /* ↁE左右に配置 */
  align-items: center;            /* ↁE縦方向も中央に整える */
}
.ns-player {/* MP3プイレヤー */
  width: 5%;
  padding-top: 10px;
  padding-bottom: -5px;
}
.ns-title { /* 楽曲吁E*/
  display: flex;              /* Flexboxを有効匁E*/
  align-items: center;        /* 縦中央揁E�� */
  width: 92%;
  padding: 3px 0 0 0px;       /* 丁Epx・右0・丁E・左8px */
  margin: 5px 0 0 3px;          /* 左のみ5px */
  font-size: 13px;
  line-height: 37px;          /* 高さと同じにして冁E��余白を打ち消す */
  border-radius: 0;           /* すべて直角に */
  box-sizing: border-box;     /* padding込みでwidthを計箁E*/
}
.ns-infoall-2 {/* ジャンル・イメジ・チE��チE*/
  display: flex;
  width: 99%;
  float: right;
  align-items: center; /* 縦中央揁E�� */
  padding: 3px 4px 3px 3px;
  font-size: 13px;
  margin-top: 4px;
  overflow-wrap: normal;   /* ↁE単語途中の改行を禁止 */
  word-break: keep-all;    /* ↁE日本語には影響せず、英単語を途中で折らなぁE*/
}
.ns-indexkakomi {
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 5px;
  margin: 0 10px 0 0;
  font-size: 11px;
  line-height: normal;
  letter-spacing: 1px;
  color: #090F84;
  background-color: #E7E7E7;
  border: 1px solid #FFF;
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
}
.ns-pagelink {
  display: inline-block;
  font-size: 14px;
  color: #FF3300;
  text-decoration: none;
  letter-spacing: 0.03em;
  padding: 0;
  transform: scale(1);
  transition: 0.3s;
  vertical-align: middle;  /* ↁE☁E縦軸センター */
}
.ns-dllink { /* ダウンロード：ファイルフォーマッチE*/
  display: inline-block;
  font-size: 11px;
  color: #FF3300;
  text-decoration: none;
  letter-spacing: 0.03em;
  padding: 0 0.3em;
  transform: scale(1);
  transition: 0.3s;
}
.ns-allink { /* マ�EジンなぁE*/
  display: inline-block;
  padding: 0 0.3em;           /* 左右に0.3emの余白 */
  font-size: 13px;
  color: #3a5370;
  text-decoration: none;      /* 下線を消す */
  letter-spacing: 0.03em;     /* 斁E��間を少し開けめE*/
  transform: scale(1);
  transition: 0.3s;
}
.ns-page {
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.03em;
  padding: 0 0.3em;
  transform: scale(1);
  transition: 0.3s;
  vertical-align: middle;  /* ↁE☁E縦軸センター */
}
.ns-songtitle {/* --ニューリリース�E�曲�E�楽曲吁E*/
  color: #FF0000;
  font-size: 13.5px;
  font-weight: Bold;
}
.ns-songtitleLong {/* --ニューリリース�E�曲�E�楽曲吁E*/
  color: #FF0000;
  font-size: 13.5px;
  font-weight: Bold;
  line-height: 1.5; /* ↁE行間を少し狭くする（デフォルト�E紁E.5�E�E*/
}
.ns-font-1 {
  font-size: 15px;
}
.series-box3 {
  border: 1px solid #ccc;
  background-color: #fdfdfd;
  border-radius: 6px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;       /* padding込みでwidthを計箁E*/
  max-width: 900px;
  text-align: left;
  color: #333;
  font-size: 0.95em;
  line-height: 1.7;
  margin: 14px 20px 20px;
  padding: 8px 10px 8px 30px;   /* 丁Epx・右10px・丁Epx・左30px */
}
.kanren-title {
  width: 100%;
  font-size: 13px;
  margin: 0 0 10px;               /* 下だぁE0px */
  padding: 0 0 4px 10px;          /* 丁Epx・左10px */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* 薁E��グレーの区刁E��緁E*/
  box-sizing: border-box;         /* padding込みでwidthを計箁E*/
}
.box-kanren1 {
  display: flex;                 /* 横並び + 中央揁E�� */
  align-items: center;           /* 縦中央揁E�� */
  flex-wrap: wrap;               /* 折り返しを許可 */
  gap: 10px 0;                   /* 縦10px・横0 */
  width: 100%;
  text-align: left;
  margin: 13px 0 0;              /* 丁E3px */
  padding: 0 0 7px 10px;         /* 丁Epx・左10px */
  box-sizing: border-box;        /* padding込みでwidthを計箁E*/
}
.kanren-links-ac {
  display: inline-block;             /* インライン要素として扱ぁE*/
  padding: 0 10px;                   /* 左右10pxの余白 */
  margin: 0 0 0 8px;                 /* 左に8pxのマ�Eジン */
  font-size: 13px;
  color: #f8f8f8;
  background-color: #00a200;
  border-radius: 5px;
  line-height: 2;
  letter-spacing: 0.6px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;               /* リンク冁E�E改行を防ぁE*/
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}
.kanren-links-ac:hover {
	background-color: #FF5733;
	color: #fff;
}
.kanren-links-s {
  display: inline-block;             /* インライン要素として扱ぁE*/
  padding: 0 10px;                   /* 左右10pxの余白 */
  margin: 0 0 0 8px;                 /* 左に8pxのマ�Eジン */
  font-size: 13px;
  color: #f8f8f8;
  background-color: #3366cc;
  border-radius: 5px;
  line-height: 2;
  letter-spacing: 0.6px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;               /* リンク冁E�E改行を防ぁE*/
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}
.kanren-links-s:hover {
	background-color: #FF5733;
	color: #fff;
}
.ns_genre-links {
  display: inline-block;             /* インライン要素として扱ぁE*/
  padding: 0 10px;                   /* 左右10pxの余白 */
  margin: 0 0 0 8px;                 /* 左に8pxのマ�Eジン */
  font-size: 13px;
  color: #f8f8f8;
  background-color: #ff5733;
  border-radius: 5px;
  line-height: 2;
  letter-spacing: 0.6px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;               /* リンク冁E�E改行を防ぁE*/
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}
.ns_genre-links:hover {
	background-color: #00A200;
	color: #fff;
}
.ns_genre-links2 {
	display: inline-block; /* インライン要素として扱ぁE*/
	text-decoration: none;
	font-size: 13px;
	color: #f8f8f8;
	border-radius: 5px;
	background-color: #00A200;
	transition: background-color 0.3s ease;
	line-height: 2;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 10px; /* 左右に2pxの余白 */
	letter-spacing: 0.6px;
	margin-left: 8px; /* ☁E左に8pxのマ�Eジンを追加�E�適宜調整�E�E*/
	white-space: nowrap; /* 🔹リンク冁E�E改行を防ぁE*/
}
.ns_genre-links2:hover {
	background-color: #FF5733;
	color: #fff;
}