#choinavi_archive .p-mv {
	padding: 112px 0;
	background-color: #fff;
}

#choinavi_archive .p-mv__tit {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.4;
}

#choinavi_archive .p-sec01 {
	padding: 62px 0 165px;
	background: url(../images/choinavi_news_bg@2x.jpg) no-repeat;
	background-size: cover;
}

#choinavi_archive .p-sec01__tit {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}

#choinavi_archive .p-sec01__tit img {
	width: 427px;
}

#choinavi_archive .p-sec01-contents {
	-ms-grid-columns: (1fr)[4];
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 34px;
}

#choinavi_archive .p-sec01-contents__item .itemLink {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

#choinavi_archive .p-sec01-contents__item .itemLink .imageArea {
	aspect-ratio: 280/178;
}

#choinavi_archive .p-sec01-contents__item .itemLink .imageArea img {
	-o-object-fit: cover;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#choinavi_archive .p-sec01-contents__item .itemLink .textArea .date {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
}

#choinavi_archive .p-sec01-contents__item .itemLink .textArea .tit {
	margin-top: 8px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.6;
}

#choinavi_archive .p-sec01__btnArea {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

#choinavi_archive .p-sec01__btnArea .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 50px;
	border: 1px solid #000;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
}

#choinavi_archive .p-sec02 {
	padding: 112px 0 312px;
}

#choinavi_archive .p-sec02-wrap {
	display: flex;
	align-items: flex-start;
	gap: 32px;
}

#choinavi_archive .filter-sidebar {
	width: 280px;
	padding: 10px 10px 20px;
	background-color: #fcdf9e;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box {
	border-radius: 4px;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box + .filter-sidebar__box {
	margin-top: 8px;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--area {
	border: 2px solid #f9bf3d;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--genre {
	border: 2px solid #8dc21f;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--card {
	border: 2px solid #e50012;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box .searchTit {
	padding: 8px 12px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--area .searchTit {
	background: linear-gradient(90deg, #f9bf3d, #f7ab00);
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--genre .searchTit {
	background: linear-gradient(90deg, #8dc21f, #abd462);
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--card .searchTit {
	background: linear-gradient(90deg, #ec4c59, #e50012);
}

#choinavi_archive .filter-sidebar .filter-sidebar__box .termsList .termItem .termLabel input {
	position: absolute;
	opacity: 0;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box .termsList[data-height="3"] > .termItem > .termLabel {
  display: block;
	padding: 8px 12px;
	background-color: #fef2d8;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
  pointer-events: none;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box .termsList[data-height="2"] {
	padding: 12px;
	background-color: #fff;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box .termsList[data-height="2"] > .termItem + .termItem {
  margin-top: 4px;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box .termsList[data-height="2"] > .termItem > .termLabel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 4px;
	padding: 4px 8px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.6;
	cursor: pointer;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--area .termsList[data-height="2"] > .termItem > .termLabel {
	color: #f7ab00;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--genre .termsList[data-height="2"] > .termItem > .termLabel {
	color: #8dc21f;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--card .termsList[data-height="2"] > .termItem > .termLabel {
	color: #e50012;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box .termsList[data-height="2"] > .termItem > .termLabel:has(input:checked) {
  color: #fff;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--area .termsList[data-height="2"] > .termItem > .termLabel:has(input:checked) {
  background-color: #f7ab00;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--genre .termsList[data-height="2"] > .termItem > .termLabel:has(input:checked) {
  background-color: #8dc21f;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--card .termsList[data-height="2"] > .termItem > .termLabel:has(input:checked) {
  background-color: #e50012;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box .termsList[data-height="2"] > .termItem > .termLabel::after {
  content: '';
  display: block;
  width: 8px;
  height: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--area .termsList[data-height="2"] > .termItem > .termLabel::after {
  background-image: url(../images/icon_arrow--area.svg);
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--genre .termsList[data-height="2"] > .termItem > .termLabel::after {
  background-image: url(../images/icon_arrow--genre.svg);
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--card .termsList[data-height="2"] > .termItem > .termLabel::after {
  background-image: url(../images/icon_arrow--card.svg);
}

#choinavi_archive .filter-sidebar .filter-sidebar__box .termsList[data-height="2"] > .termItem > .termLabel:has(input:checked)::after {
  background-image: url(../images/icon_arrow--selected.svg);
}

#choinavi_archive .filter-sidebar .filter-sidebar__box .termsList[data-height="1"] {
  display: none;
	flex-wrap: wrap;
	padding: 8px;
	gap: 4px;
	border: 1px solid #aaa;
	border-radius: 4px;
	background-color: #fff;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box .termsList[data-height="2"] > .termItem:has(input:checked) .termsList[data-height="1"] {
	display: flex;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box .termsList[data-height="1"] > .termItem > .termLabel {
	position: relative;
	padding: 2px 8px 2px 18px;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: underline;
	cursor: pointer;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--area .termsList[data-height="1"] > .termItem > .termLabel:has(input:checked) {
  color: #f9bf3d;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--genre .termsList[data-height="1"] > .termItem > .termLabel:has(input:checked) {
  color: #8dc21f;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--card .termsList[data-height="1"] > .termItem > .termLabel:has(input:checked) {
  color: #e50012;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box .termsList[data-height="1"] > .termItem > .termLabel::before {
	position: absolute;
	top: 50%;
	left: 8px;
	width: 0;
	height: 0;
	transform: rotate(0deg) translateY(-50%);
	border-width: 5px 0 5px 6px;
	border-style: solid;
	content: "";
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--area .termsList[data-height="1"] > .termItem > .termLabel::before {
	border-color: transparent transparent transparent #f9bf3d;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--genre .termsList[data-height="1"] > .termItem > .termLabel::before {
	border-color: transparent transparent transparent #8dc21f;
}

#choinavi_archive .filter-sidebar .filter-sidebar__box--card .termsList[data-height="1"] > .termItem > .termLabel::before {
	border-color: transparent transparent transparent #e50012;
}

#choinavi_archive .filter-sidebar .btnArea {
	display: flex;
	justify-content: center;
	margin-top: 18px;
}

#choinavi_archive .filter-sidebar .btnArea .resetBtn {
	padding: 7px 20px;
	border-radius: 40px;
	background-color: #000;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.6;
}

#choinavi_archive .p-sec02-wrap__contents {
	width: 100%;
}

#choinavi_archive .p-sec02-wrap__contents .titArea .tit {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.4;
}

#choinavi_archive .p-sec02-wrap__contents .titArea .caution {
	font-size: 14px;
	line-height: 1.5;
}

#choinavi_archive .p-sec02-wrap__contents .catArea {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	gap: 6px;
}

#choinavi_archive .p-sec02-wrap__contents .catArea .cat {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	gap: 4px;
	border: 1px solid #f7ab00;
	border-radius: 40px;
}

#choinavi_archive .p-sec02-wrap__contents .catArea .cat.cat--my_genre {
	border: 1px solid #8dc21f;
}

#choinavi_archive .p-sec02-wrap__contents .catArea .cat.cat--my_genre .catText {
	color: #8dc21f;
}

#choinavi_archive .p-sec02-wrap__contents .catArea .cat.cat--my_card_type {
	border: 1px solid #ec4c59;
}

#choinavi_archive .p-sec02-wrap__contents .catArea .cat.cat--my_card_type .catText {
	color: #ec4c59;
}

#choinavi_archive .p-sec02-wrap__contents .catArea .cat .catText {
	color: #f7ab00;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
}

#choinavi_archive .p-sec02-wrap__contents .catArea .cat .batsu {
	width: 11px;
  height: 100%;
  background: no-repeat center / contain url(../images/btn_batsu.svg);
}

#choinavi_archive .p-sec02-wrap__contents .postArea {
	-ms-grid-columns: (1fr)[3];
	-moz-column-gap: 32px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 32px;
	row-gap: 60px;
	margin-top: 32px;
}

#choinavi_archive .p-sec02-wrap__contents .postArea .post-item .itemLink {
	display: flex;
	flex-direction: column;
}

#choinavi_archive .p-sec02-wrap__contents .postArea .post-item .itemLink .imageArea img {
	-o-object-fit: contain;
	aspect-ratio: 14/9;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#choinavi_archive .p-sec02-wrap__contents .postArea .post-item .itemLink .textArea {
	margin-top: 16px;
}

#choinavi_archive .p-sec02-wrap__contents .postArea .post-item .itemLink .textArea .tit {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
}

#choinavi_archive .p-sec02-wrap__contents .postArea .post-item .itemLink .textArea .tokutenArea {
	margin-top: 16px;
	padding: 12px 16px;
	border: 1px solid #aaa;
	border-radius: 4px;
}

#choinavi_archive .p-sec02-wrap__contents .postArea .post-item .itemLink .textArea .tokutenArea .tokutenTit {
	margin-bottom: 6px;
	color: #f7ab00;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.6;
}

#choinavi_archive .p-sec02-wrap__contents .postArea .post-item .itemLink .textArea .tokutenArea .tokutenCard {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

#choinavi_archive .p-sec02-wrap__contents .postArea .post-item .itemLink .textArea .tokutenArea .tokutenCard img {
	width: 37px;
}