/* ページタイトル */
.main .content-head {
    color: #000000; /* ← ここで文字色変更（赤に例） */
    background: url(https://cdn.gamerch.com/contents/wiki/5753/entry/BksunGIU.png);
    position: relative; /* 擬似要素との重なり調整 */
    z-index: 1; /* 文字を擬似要素の前面に表示 */
}

.content-head, .main .mu__h-large {
    background: url(https://cdn.gamerch.com/contents/wiki/5753/entry/BksunGIU.png);
}

.content-head:before, .main .mu__h-large:before,
.content-head:after, .main .mu__h-large:after {
    background: url(https://cdn.gamerch.com/contents/wiki/5753/entry/BksunGIU.png);
    position: absolute; /* すでにあれば不要 */
    z-index: 0; /* 文字の背後に表示 */
}

.content-head:before, .main .mu__h-large:before {
    left: 3px;
}

.content-head:after, .main .mu__h-large:after {
    right: 2px;
}

/* 大見出し */
.main .mu.markup .mu__h-large,
.menu .menu__head strong.mu__h-large {
    color: #000000; /* ← 文字色変更 */
    background-image: url(https://cdn.gamerch.com/contents/wiki/5753/entry/BksunGIU.png);
    position: relative; /* 擬似要素との重なり調整 */
    z-index: 1; /* 文字を前面に表示 */
}

h2の色を変更するCSS
/* ============================= */
/* theme4ヘッダー専用文字色上書き */
/* ============================= */
.wiki-head.theme4 .content-head,
.wiki-head.theme4 .mu__h-large,
.wiki-head.theme4 .filter-input a,
.wiki-head.theme4 .filter-input--radio a,
.layout.theme4 .content-head,
.layout.theme4 .mu__h-large,
.layout.theme4 .filter-input a,
.layout.theme4 .filter-input--radio a,
.menu.theme4 .content-head,
.menu.theme4 .mu__h-large,
.menu.theme4 .filter-input a,
.menu.theme4 .filter-input--radio a,
#slide-browsing-history.theme4 .content-head,
#slide-browsing-history.theme4 .mu__h-large,
#slide-browsing-history.theme4 .filter-input a,
#slide-browsing-history.theme4 .filter-input--radio a {
    color: #000000 !important; /* 好きな文字色に変更 */
    position: relative;        /* 擬似要素の重なり調整 */
    z-index: 1;                /* 文字を前面に表示 */
}

/* 擬似要素を文字の背後に送る */
.wiki-head.theme4 .content-head:before,
.wiki-head.theme4 .mu__h-large:before,
.layout.theme4 .content-head:before,
.layout.theme4 .mu__h-large:before,
.menu.theme4 .content-head:before,
.menu.theme4 .mu__h-large:before,
#slide-browsing-history.theme4 .content-head:before,
#slide-browsing-history.theme4 .mu__h-large:before,
.wiki-head.theme4 .content-head:after,
.wiki-head.theme4 .mu__h-large:after,
.layout.theme4 .content-head:after,
.layout.theme4 .mu__h-large:after,
.menu.theme4 .content-head:after,
.menu.theme4 .mu__h-large:after,
#slide-browsing-history.theme4 .content-head:after,
#slide-browsing-history.theme4 .mu__h-large:after {
    z-index: 0;
    position: absolute;
}
/* ――――― 配合表 ――――― */
.wrap {
  width: 450px;
  margin: 0 auto;
}

.p1,
.p2,
.p2_full,
.p2_none,
.p3,
.p3_full,
.p3_none,
.p4,
.p4_full,
.p4_none,
.p5,
.bro1,
.bor2 {
  position: relative;
  display: block;
  font-size: 12px;
}

.p1 .mu__table {
  position: relative;
}
.p1 .mu__table:before {
  position: absolute;
  content: "";
  left: -10px;
  top: -4px;
  display: block;
  width: 2px;
  height: 36px;
  background: #aaa;
}
.p1 .mu__table:after {
  position: absolute;
  content: "";
  left: -10px;
  top: 32px;
  display: block;
  width: 10px;
  height: 2px;
  background: #aaa;
}
.p1 .mu__table table {
  width: 100%;
  border: solid 1px #aaa;
}

.p1 > .mu__table:after,
.p1 > .mu__table:before {
  display: none;
}

.p2,
.p2_full,
.p2_none {
  margin-left: 20px;
}

.p2:before,
.p2_full:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  display: block;
  width: 2px;
  background: #aaa;
}

.p2:before {
  height: 100%;
}

.p2_full:before {
  height: calc(100% - 64px);
}

.p3,
.p3_full,
.p3_none {
  margin-left: 20px;
}

.p3:before,
.p3_full:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  display: block;
  width: 2px;
  height: calc(100% - 64px);
  background: #aaa;
}

.p3_full:before {
  height: 100%;
}

.p4,
.p4_none {
  margin-left: 20px;
}

.p4:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  display: block;
  width: 2px;
  height: calc(100% - 64px);
  background: #aaa;
}

.p5 {
  margin-left: 20px;
}

.p5:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  display: block;
  width: 2px;
  height: calc(100% - 64px);
  background: #aaa;
}

.p1 .mu__table {
  margin-bottom: 4px;
}

.p1 td {
  padding: 4px !important;
  border-color: #bbb !important;
}

.p1 td:first-child {
  width: 50px;
  height: 50px;
  border-right: none;
}

.p1 td:last-child {
  height: 50px;
  border-left: none;
}

.p1 td {
  background: #fff0f0 !important;
}

.p2 td,
.p2_full td,
.p2_none td {
  background: #fff4e5 !important;
}

.p3 td,
.p3_full td,
.p3_none td {
  background: #f7ffe0 !important;
}

.p4 td,
.p4_full td,
.p4_none td {
  background: #eaf7ff !important;
}

.p5 td,
.p5_full td,
.p5_none td {
  background: #f7edff !important;
}

.p1 img, .p2 img, .p3 img, .p4 img, .p5 img {
  display: block;
  width: 50px !important;
}

.p1 span {
  display: block !important;
}
/* ――――― 配合表 ――――― */

/* rank */
.rank{display:grid;grid-template-columns:12% 1fr;grid-template-rows:auto;border-right:solid 1px #808080;border-bottom:solid 1px #808080;list-style:none}.rank dt,.rank dd{box-sizing:border-box;border-left:solid 1px #808080;border-top:solid 1px #808080}.rank dt{display:grid;justify-items:center;-webkit-box-align:center;align-items:center;min-height:40px;color:#ffffff;font-size:15px;font-weight:bold}.rank dd{padding:6px;color:#282828;font-size:11px}.rank ul{display:grid;grid-template-columns:repeat(auto-fill, minmax(70px, 1fr));gap:6px}.rank ul li{margin: 0 !important;list-style:none !important}.rank ul li a{display:block;font-size:11px;line-height:1.2;text-align:center}.rank li img{width:100%;margin-bottom:0px;border-radius:5px}.rank dt.rank0{background:#7a0061}.rank dd.rank0{background:#ffffff}.rank dt.rank1{background:#e12d2d}.rank dd.rank1{background:#ffffff}.rank dt.rank2{background:#e65b5b}.rank dd.rank2{background:#ffffff}.rank dt.rank3{background:#da8b8b}.rank dd.rank3{background:#ffffff}.rank dt.rank4{background:#002aff}.rank dd.rank4{background:#ffffff}.rank dt.rank5{background:#1c4ab5}.rank dd.rank5{background:#ffffff}.rank dt.rank6{background:#d67d00}.rank dd.rank6{background:#ffffff}.rank dt.rank7{background:#064711}.rank dd.rank7{background:#ffffff}.rank dt.rank8{background:#5b955f}.rank dd.rank8{background:#ffffff}.rank dt.rank9{background:#4c4242}.rank dd.rank9{background:#fff7ea}.rank dt>p,.rank .mu__list{margin:0 !important}
/* 表組み用独自CSS */
.list-2 .mu__list, .list-3 .mu__list, .list-4 .mu__list, .list-5 .mu__list, .list-6 .mu__list {
display:-webkit-box; display:-ms-flexbox; display:flex;
}
.list-2 .mu__list, .list-3 .mu__list, .list-4 .mu__list, .list-5 .mu__list {
 -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; box-sizing: border-box; border-left: solid 1px #243456; border-top: solid 1px #243456; }
.list-2 .mu__list li, .list-3 .mu__list li, .list-4 .mu__list li, .list-5 .mu__list li {
 -webkit-box-align: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; align-items: center; margin: 0; padding: 5px; box-sizing: border-box; text-align: center; font-size: 12px; border-right: solid 1px #777777; border-bottom: solid 1px #777777; list-style: none !important;
}
.list-2 > p, .list-3 > p, .list-4 > p, .list-5 > p {
 margin: 0; padding: 6px; text-align: center; font-size: 12px; background: #8a0c00; border: solid 1px#243456; border-bottom: none;
 color: white;
}
/* LIST-2 ～ LIST-5 */
.list-2 li {
 -ms-flex-preferred-size: 50%; flex-basis: 50%;
}
.list-3 li {
 -ms-flex-preferred-size: 33.33%; flex-basis: 33.33%;
}
.list-4 li {
 -ms-flex-preferred-size: 25%; flex-basis: 25%;
}
.list-5 li {
 -ms-flex-preferred-size: 20%; flex-basis: 20%;
}
/* 1行目ぶち抜き */
.list-2 .list-2_top .mu__list li:first-child, .list-3 .list-3_top .mu__list li:first-child, .list-3 .list-4_top .mu__list li:first-child, .list-3 .list-5_top .mu__list li:first-child {
 -ms-flex-preferred-size: 100%; flex-basis: 100%;
}
/* 1行目を見出しの様な見た目に変更 */
.list-2 .list-2_head li:nth-child(1), .list-2 .list-2_head li:nth-child(2), .list-3 .list-3_head li:nth-child(1), .list-3 .list-3_head li:nth-child(2), .list-3 .list-3_head li:nth-child(3), .list-4 .list-4_head li:nth-child(1), .list-4 .list-4_head li:nth-child(2), .list-4 .list-4_head li:nth-child(3), .list-4 .list-4_head li:nth-child(4), .list-5 .list-5_head li:nth-child(1), .list-5 .list-5_head li:nth-child(2), .list-5 .list-5_head li:nth-child(3), .list-5 .list-5_head li:nth-child(4), .list-5 .list-5_head li:nth-child(5) {
 background: #8a0c00;
}
/* テーブルの左セルの固定 */
.chara_status_list tr td:first-child {
 position:absolute;
}
.chara_status_list .mu__table table tr:nth-child(even) td:first-child,
.chara_status_list .mu__table table tr:nth-child(odd) td:first-child {
 background:rgba(255,255,255,0);border-bottom:none;border-left:none;border-right:none;color:#00b;
}
.chara_status_list .mu__table table tr td:first-child {
 text-shadow:0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.chara_status_list .mu__table img {
 vertical-align: top;
}
.chara_status_list .mu__table td,
.chara_status_list .mu__table th {
    margin: 0px;
    padding: 5px;
}
/* ウィジェット*/
:root {
	/*   ボーダー   */
	--color:				#c90909;	/* 基本色 */
	--radius:				2px;		/* ボーダーの角丸 */
	--margin:				8px;		/* ボーダーの下の余白 */

	/*   外枠に被る文字   */
	--large-color:			#c90909;	/* 外枠に被る文字色 */
	--large-font-size:		13px;		/* 外枠に被る文字サイズ */
	--large-text-top:		-0.75em;	/* 外枠に被る文字の縦位置（ --large-font-size を変える場合、要調整 / 1em = 指定したフォントサイズの大きさ） */
	--large-text-left:		16px;		/* 外枠に被る文字の位置（50%でセンタリング / 左から"16px"の位置に設定する場合 16px） */
	--large-text-center:	0;			/* 外枠に被る文字の位置（-50%でセンタリング / センタリングしない場合は 0） */

	/*   中見出し   */
	--middle-color:			#c90909;	/* 中見出しの色 */
	--middle-font-size:		13px;		/* 中見出しの文字サイズ */

	/*   テキスト   */
	--text-color:			#c90909;		/* "・"の色 */
	--text-size:			13px;		/* テキスト（リンク）の文字サイズ */
	--text-bold:			bold;		/* テキスト（リンク）の強調（ "bold" もしくは "normal" ） */
}
.widget {
	padding: 1px 0 0;
}
.widget-wrap {
	position: relative;
	margin: 0.7em 0 var(--margin);
	padding: 1.2em 12px 0;
	border: solid 1px var(--color);
	border-radius: var(--radius);
}
.widget-large {
	position: absolute;
	left: var(--large-text-left);
	top: var(--large-text-top);
	-webkit-transform: translateX(var(--large-text-center));
	transform: translateX(var(--large-text-center));
	padding: 0 8px;
	color: var(--large-color);
	font-weight: bold;
	font-size: var(--large-font-size);
	background-color: white;
}
.widget-middle {
	color: var(--middle-color);
	font-size: var(--middle-font-size);
	font-weight: bold;
}
.widget li {
	margin-left: 20px;
	color: var(--text-color);
	font-size: var(--text-size);
	font-weight: var(--text-bold);
}
.widget li.mu__list--2 {
	margin-left: 35px;
}
.widget li.mu__list--3 {
	margin-left: 52px;
}
/* ――――― 目次3列 ↓――――― */
.mokuji3 .mu__index ul {
  display: flex;
  flex-wrap: wrap;
  border-left: solid 1px #999;
  box-sizing: border-box;
}

.mokuji3 .mu__index li {
  display: flex;
  width: 33.33%; /* 3列にする */
  padding: 6px 8px;
  box-sizing: border-box;
  margin: 0 !important;
  border: solid 1px #999;
  border-left: none;
  border-top: none;
  list-style: none;
}

.mokuji3 .mu__index li a:before {
  content: "▼";
  display: inline-block;
  width: 12px;/* 横幅変更 */
  height: 12px;/* 縦幅変更 */
  margin-right: 4px;
  background-size: 100% 100%;
}
/* ――――― 目次3列 ↑――――― */