@charset "UTF-8";

/* 特集記事一覧 */

.feature-list .feature-label {
	display: inline-block;
	margin: 0 0 0.5em;
	padding: 0.2em 0.65em;
	font-size: 0.85em;
	font-weight: 700;
	line-height: 1.4;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.06);
}

.feature-list .feature-label-summer {
	color: #6b5d45;
	background-color: #e8dcc4;
}

.feature-list .feature-label-studless {
	color: #3f5260;
	background-color: #c5d4de;
}

.feature-list .feature-label-report {
	color: #5c4545;
	background-color: #dcc5c5;
}

.feature-list .feature-label-notice {
	color: #4a4844;
	background-color: #d5d0c8;
}

.feature-list .feature-label-allseason {
	color: #3f5040;
	background-color: #c8d5c4;
}

.feature-list .feature-label-dressup {
	color: #4e425a;
	background-color: #cfc4d8;
}

.feature-list .feature-label-wheel {
	color: #454340;
	background-color: #c8c4be;
}

.feature-list .contents_list li a .feature-labels {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 0.35em;
	width: 100%;
	margin: 0.5em 0 0;
	box-sizing: border-box;
}

.feature-list .contents_list li a .feature-labels .feature-label {
	margin: 0;
	flex-shrink: 0;
}

.feature-list .contents_list li a > .feature-label {
	display: block;
	width: fit-content;
	margin: 0.5em auto 0;
}

.feature-list .contents_list li a .feature-title {
	display: block;
	width: 100%;
	margin-top: 0.35em;
}

.feature-list .feature-list-single {
	margin-bottom: 0;
}

.feature-list .feature-list-single > h2 {
	display: none;
}

/* ガイドTOP：横並び2列カード */
#generic.pickuplist .feature-list-cards .contents_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1em 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.85em;
	line-height: 1.5;
}

#generic.pickuplist .feature-list-cards .contents_list li {
	width: calc((100% - 1em) / 2);
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#generic.pickuplist .feature-list-cards .contents_list li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.85em;
	padding: 0.75em;
	text-align: left;
	text-decoration: none;
	color: #222323;
	border: 1px solid #ddd;
	border-radius: 8px;
	background-color: #fff;
	box-sizing: border-box;
	height: 100%;
}

#generic.pickuplist .feature-list-cards .contents_list li a:hover {
	color: #004da1;
	border-color: #004da1;
}

#generic.pickuplist .feature-list-cards .square_thumb {
	flex: 0 0 88px;
	width: 88px;
	margin: 0;
}

#generic.pickuplist .feature-list-cards .square_thumb img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 4px;
}

#generic.pickuplist .feature-list-cards .feature-card-body {
	flex: 1;
	min-width: 0;
}

#generic.pickuplist .feature-list-cards .feature-card-body > .feature-label {
	display: inline-block;
	margin: 0 0 0.35em;
}

#generic.pickuplist .feature-list-cards .feature-card-body .feature-labels {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 0.35em;
	width: 100%;
	margin: 0 0 0.35em;
}

#generic.pickuplist .feature-list-cards .feature-card-body .feature-labels .feature-label {
	margin: 0;
}

#generic.pickuplist .feature-list-cards .feature-card-title {
	display: block;
	font-weight: 700;
	line-height: 1.45;
}

@media screen and (max-width: 767px) {
	#generic.pickuplist .feature-list-cards .contents_list li {
		width: 100%;
	}
}

.feature-list .feature-list-more {
	margin: 2em 0 0;
	text-align: center;
}

.feature-list .feature-list-more a {
	display: inline-block;
	min-width: 16em;
	box-sizing: border-box;
	padding: 0.9em 1.5em;
	background-color: #333;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.3s;
}

.feature-list .feature-list-more a:hover {
	background-color: #d9534f;
	color: #fff;
}
