@charset "utf-8";

.title_area {
	margin-bottom: 40px;
}

.read_fl {
	float: left;
}

.update_text {
	margin-top: 10px;
	float: right;
	color: #6e7590;
	vertical-align: bottom;
}

.search_tab {
	width: 340px;
	margin: 0 auto;
}

.ranking_tab_item {
	font-size: 1.3rem;
	padding: 0 20px;
	margin-left: 60px;
}

.barAndThumbnail {
	/*margin-bottom: 24px;*/
	text-align: center;
}

.category_block {
	margin-bottom: 48px;
}

.category_block:last-child {
	margin-bottom: 0;
}

/* 2020.10.19 add START */
.section_wrap {
	margin-bottom: 100px;
}

.category_block {
	margin-bottom: 100px;
}

.category_block:first-of-type {
	margin-top: 40px;
}

.m-bar-blue,
.m-bar-pink {
	background: none;
}

.m-bar {
	padding: 10px 12px;
	color: inherit;
	text-align: center;
}

.m-bar_title {
	font-size: 1.8rem;
}

.is-tab_item-active,
.m-tab_item-ladies.is-tab_item-active {
	border-bottom: 4px solid #666;
	color: inherit;
}

.m-tab_item-mens,
.m-tab_item-ladies {
	color: inherit;
}

.ranking_media_list {
	display: grid;
	grid-template-columns: repeat(5, 164px);
	justify-content: space-between;
}

.ranking_media_item {
	counter-increment: ranking;
	display: flex;
	position: relative;
}

.ranking_media_item::before {
	content: counter(ranking);
	display: grid;
	place-content: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 2;
	font-size: 10px;
	line-height: 1;
	color: #5e5e5e;
	background-color: #e8e8e8;
	border-radius: 99px;
}

.ranking_media_item:nth-child(1)::before {
	color: #fff;
	background-color: #c1ac59;
}

.ranking_media_item:nth-child(2)::before {
	color: #fff;
	background-color: #a4acb9;
}

.ranking_media_item:nth-child(3)::before {
	color: #fff;
	background-color: #b58d92;
}

.ranking_media {
	display: flex;
	flex-direction: column;
}

.ranking_media_img img {
	display: block;
	width: 100%;
	aspect-ratio: 29 / 49;
}

.ranking_media_name {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 1rem;
	line-height: 1.2;
	margin: 5px 0 8px;
}

.ranking_media_price {
	font-size: 1.2rem;
	margin-top: auto;
}
