@charset "utf-8";

/* 2025 リニューアル　上はリニューアル後削除 */

.mixtitle {/* --ニューリリース（曲）楽曲名 */
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	align-items: center; /* ← 子を縦方向センターに */
}
.mixtitle-b {/* --ニューリリース（曲）楽曲名 */
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
.box-album {
	width: 920px;
	float: right;
	color: #333;
	margin-bottom: 25px;
	margin-top: 22px;
}
.box-albuminfo {
  float: right;
  width: 920px;
  font-size: 15px;
  color: #333;
  margin: 22px 0 7px;
}
.dlzip {
	width: 200px;
	float: right;
	margin-bottom: 0px;
}
.dlzip-left {
  float: left;
  width: 98px;
  margin: 0 2px 0 0;
}
.dlzip-right {
  float: right;
  width: 98px;
  margin: 0 0 0 2px;
}
.dlzip-links {
  float: left;
  width: 98px;
  margin: 0;
  padding-bottom: 5px;
  text-align: center;
}


.dlzip-links a {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 3;
  letter-spacing: 0.6px;
  background-color: #F39800;
  border-radius: 5px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  padding: 0;
}
.dlzip-links a:hover {
  background-color: #BD7600;
  color: #fff;
}
.lineBox1Top {
  float: left;
  width: 97%;
  border: 1px solid #ddd;
  border-radius: 5px 0 0 10px;
  padding: 0 0 4px 16px;
  margin: 5px 0 13px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  background: #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.line-box1c {
  float: left;
  width: 97%;
  border: 1px solid #ddd;
  border-radius: 5px 0 0 10px;
  padding: 0 0 4px 16px;
  margin: 10px 0 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  background: #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.line-box1c:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
  background: #f9f9f9;
}
.line-box1c_member {
  float: left;
  width: 97%;
  border: 1px solid #dfbc76;
  border-radius: 5px 0 0 10px;
  padding: 0 0 4px 16px;
  margin: 10px 0 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  background: #fff;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.line-box1c_member:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
  background: #f9f9f9;
}
.line1-right-up {/* MP3プイレヤー・楽曲名 */
	width: 840px;
	height: 30px;
	float: right;
}

/* -- 楽曲 詳細 １行目 -----------*/
.line1d {
  display: flex;
  align-items: center;
  gap: 1px;
  width: 100%;
  border-radius: 4px;
  overflow: visible;
  margin-top: 2px;
}
.line1-left-numb {
  display: flex;
  align-self: flex-start; /* ← 親の中央揃えを打ち消して上寄せ */
  justify-content: center;
  width: 4%;
  height: 30px;
  padding-top: 10px;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.line1-right {
  display: flex;
  justify-content: space-between;
  width: 97%;
  border-radius: 4px;
  overflow: visible;
}
.line1-right-up-1 {
  width: 40%;
  font-size: 10px;
  margin: 3px 5px 0 0;
  border-radius: 4px;
  height: auto !important;
  overflow: visible !important;
}
.line1-right-up-2 {
  display: flex;
  align-items: center;
  width: 90%;
  padding: 10px 0 10px 5px;
  font-size: 13px;
  border-radius: 0 4px 0 0;
  box-sizing: border-box;
  background-clip: padding-box;
}
.line2e {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 13px;
  color: #333;
  margin-top: 10px;
}
.line2eLong {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  font-size: 13px;
  color: #333;
  margin: -8px 0 5px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.line2eLong > div {
  display: inline-block;  /* ← 明示的に中身にフィットさせる（省略可） */
}
.line2d2 {/* 楽曲 詳細 ３行目 */
	display: flex;
	width: 100%;
	align-items: center;
	margin: 12px 0 15px;
	font-size: 13px;
	color: #333;
}
.line1-left-space {/* Song No. */
	width: 60px;
	height: 30px;
	float: left;
	display: flex; /* 追加 */
	align-items: center; /* 縦中央揃え */
	justify-content: center; /* 横中央揃え */
	text-align: center; /* 念のため中央揃え */
	color: #333;
	font-size: 24px;
}
.line1-right2 {
	width: 100%;
	height: 30px;
	float: right;
}
.line2c {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	height: 30px;
	margin: 6px 0 5px;
	padding-left: 60px;
	font-size: 13px;
	color: #333;
	line-height: 1.4;
	margin-top: 4px;
}

/* バリエーション違い 1/1 */
.line-mixbox1 {
  display: block;
  width: 90%;
  margin: 10px 0 0 10%;
  padding-top: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.06);
}
.line-mixboxMiddle {
  display: block;
  width: 90%;
  margin: 10px 0 0 10%;
  padding-top: 10px;
  border-top: 2px solid rgba(0, 0, 0, 0.06);
}
.line2mix {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  font-size: 13px;
  color: #333;
  margin: 0;
}
.lineVariation {
  display: flex;
  align-items: center;
  width: 99%;
  font-size: 13px;
  color: #333;
  margin: 0 0 8px;
  padding: 0 10px 0 0;
}

/* バリエーション・ミックス名＆内容 --------------------------- */
.lineVariationLong {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  font-size: 13px;
  color: #333;
  margin: -8px 0 5px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.lineVariationLong > div {
  display: inline-block;  /* ← 明示的に中身にフィットさせる（省略可） */
}
.mix-item {
  display: inline-block;
  font-size: 13px;
}
.mix-item2 {
  display: inline-block;
  font-size: 13px;
  margin-left: -4px;
}
.VariationPlay {/* MP3プイレヤー・ダウンロード */
	width: 42%;
}
.VariationDown {/* SongTitle + Time */
	width: 35%;
	padding-top: 2px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	font-size: 10px;
}
.VariationFileDown {/* バリエーション ダウンロード */
  width: 99%;
  padding-top: 2px;
  display: flex;
  align-items: center;
  padding-left: 0px;
  font-size: 13px;
  margin-bottom: 15px;
}
.right-etctitle {
  float: right;
  width: 100%;
  margin: 2px 0;
  padding-bottom: 7px;
  text-align: left;
}
.box-kanren1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
  width: 100%;
  margin-top: 13px;
  padding: 0 0 7px 10px;
  text-align: left;
  box-sizing: border-box;
}
.box-kanren2 {
	width: 100%;
	padding-bottom: 7px;
	text-align: left;
	margin-top: 10px;
	display: flex; /* 横並び + 中央揃え */
	align-items: center; /* 縦中央揃え */
	flex-wrap: wrap; /* 🔹折り返しを許可 */
	gap: 10px 0px; /* 🔹(縦の間隔 横の間隔) */
}
.box-kanren2b {
	width: 100%;
	padding-bottom: 7px;
	text-align: left;
	margin-top: 7px;
	display: flex; /* 横並び + 中央揃え */
	align-items: center; /* 縦中央揃え */
	flex-wrap: wrap; /* 🔹折り返しを許可 */
	gap: 10px 0px; /* 🔹(縦の間隔 横の間隔) */
}
.box-kanren3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
  float: left;
  width: 100%;
  margin: 0 0 10px 10px;
  padding-bottom: 7px;
  text-align: left;
}
.kanren-title {
  width: 100%;
  font-size: 14px;
  margin: 20px 0 10px;
  padding: 0 0 4px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.kanren-links {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 2;
  letter-spacing: 0.6px;
  background: #66CC33;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 10px;
  margin-left: 8px;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}
.kanren-links:hover {
	background-color: #333333;
	color: #fff;
}
.nowpage {
	width: 98%;
	font-size: 13px;
	color: #333;
	margin-bottom: 0px;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	clear: both;                /* ← これを追加！ */
}
.font-seriestitle {
	color: #333;
	font-size: 13px;
}
.font-12 {
	font-size: 12px;
}
.line1-left-num {/* Song No. */
	width: 60px;
	height: 60px;
	float: left;
	display: flex; /* 追加 */
	align-items: center; /* 縦中央揃え */
	justify-content: center; /* 横中央揃え */
	text-align: center; /* 念のため中央揃え */
	color: #333;
	font-size: 24px;
}
.kanrenLink {
	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;
}
.KanrenAlbum {
	display: inline-block;
	font-size: 10px;
	color: #FF3300;
	text-decoration: none;
	letter-spacing: 0.03em;
	padding: 0 0.3em;
	transform: scale(1);
	transition: 0.3s;
}
.kanren-links-ac {
	display: inline-block; /* インライン要素として扱う */
	text-decoration: none;
	font-size: 13px;
	color: #f8f8f8;
	border-radius: 5px;
	background-color: #00A200;
	transition: background-color 0.3s ease;
	line-height: 1.6;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 10px; /* 左右に2pxの余白 */
	letter-spacing: 0.6px;
	margin-left: 8px; /* ★ 左に8pxのマージンを追加（適宜調整） */
	white-space: nowrap; /* 🔹リンク内の改行を防ぐ */
}
.kanren-links-ac:hover {
	background-color: #FF5733;
	color: #fff;
}
.kanren-links-s {
	display: inline-block; /* インライン要素として扱う */
	text-decoration: none;
	font-size: 13px;
	color: #f8f8f8;
	border-radius: 5px;
	background-color: #3366CC;
	transition: background-color 0.3s ease;
	line-height: 1.6;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 10px; /* 左右に2pxの余白 */
	letter-spacing: 0.6px;
	margin-left: 8px; /* ★ 左に8pxのマージンを追加（適宜調整） */
	white-space: nowrap; /* 🔹リンク内の改行を防ぐ */
}
.kanren-links-s:hover {
	background-color: #FF5733;
	color: #fff;
}
.songtitle {/* --ニューリリース（曲）楽曲名 */
	color: #FF0000;
	font-size: 13.5px;
	font-weight: bold;
}
.kanren-links-x {
	display: inline-block; /* インライン要素として扱う */
	text-decoration: none;
	font-size: 13px;
	color: #f8f8f8;
	border-radius: 5px;
	background-color: #e73b57;
	transition: background-color 0.3s ease;
	line-height: 1.6;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 10px; /* 左右に2pxの余白 */
	letter-spacing: 0.6px;
	margin-left: 8px; /* ★ 左に8pxのマージンを追加（適宜調整） */
	white-space: nowrap; /* 🔹リンク内の改行を防ぐ */
}
.kanren-links-x:hover {
	background-color: #FF5733;
	color: #fff;
}
.ns-player {/* MP3プイレヤー */
  width: 5%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
}
.ns-player2 {/* MP3プイレヤー */
  width: 5%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 10px;
}
.notice-mp3 {
  width: 100%;
  margin: 5px 0 -2px 0;
  text-align: right;
  font-size: 13.5px;
  color: #B8860B;
}
.kanren-notice {
  color: #B8860B;
	font-size: 13px;
  margin-left: 15px;
  vertical-align: bottom; /* ← これを追加 */
}
