@charset "UTF-8";
.fltTarget{
  display: none;
}
.fltTarget.fltSelected{
  display: block;
}
.fltControl{
	padding: 60px 0 30px;
}
.fltControl ul{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: 4px;
	box-sizing: border-box;
}
.fltControl ul li{
	flex-basis: 100%;
	margin-bottom: 3px;
}
.fltControl input[type="radio"]{
	display: none;
}
.fltControl label{
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 7px 0;
	background-color: #dfdfdf;
	border: dotted 1px #dfdfdf;
	color: #242323;
	border-radius: 5px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.875em;
 }
.fltControl input[type="radio"]:checked + label{
	background-color: #222;
	color: #fff;
	border: solid 1px #222;
}
.fltControl #fst-fstTCK:checked + label{
	background-color: #bfa454;
	border: solid 1px #bfa454;
}
.fltControl #fst-fstKCJ:checked + label{
	background-color: #b3272e;
	border: solid 1px #b3272e;
}
.fltControl #fst-fstONL:checked + label{
	background-color: #454242;
	border: solid 1px #454242;
}
.fltControl #fcg-fcgMM:checked + label,
.fltControl #fcg-fcgSP:checked + label,
.fltControl #fcg-fcgPD:checked + label{
	background-color: #3c3e9e;
	border: solid 1px #3c3e9e;
}
.fltRelease{
	cursor: pointer;
	display: block;
	width: 100%;
	padding: 7px 0;
	background-color: #dfdfdf;
	border: dotted 1px #dfdfdf;
	border-radius: 5px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.875em;
 }
.view-all.selected { color: red; } 
@media screen and (max-width: 768px) {
	.fltControl{
		padding: 60px 0 15px;
	}
	.fltRelease{
		font-size: 0.6875em;
	 }
	.fltControl label{
		font-size: 0.6875em;
	 }
}
@media screen and (max-width: 375px) {
	.fltRelease{
		font-size: 0.62em;
	 }
	.fltControl label{
		font-size: 0.62em;
	 }
	.fltFcg label{
		font-size: 0.6em;
	}
}
