.ranking .inner .top {
	margin-bottom: 15px;
}

.ranking .inner .top .selector ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ranking .inner .top .selector ul li {
	flex-shrink: 1;
	width: 100%;
	border-bottom: 1px solid var(--theme-color-y);
	text-align: center;
	color: #ccc;
	font-family: almanach, sans-serif;
	padding: 8px;
	cursor: pointer;
}

.ranking .inner .top .selector ul li.active {
	border: 1px solid var(--theme-color-y);
	border-bottom: none;
	color: var(--theme-color-y);
	font-family: almanach, sans-serif;
}

.ranking .inner .top .selector ul li a {
	display: block;
	text-align: center;
	color: #ccc;
	font-family: almanach, sans-serif;
}

.ranking .inner .top .selector ul li.active a {
	color: var(--theme-color-y);
	font-family: almanach, sans-serif;
}

.ranking .inner .bottom .wrap ul .list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	font-size: 0;
	text-align: center;
}

.ranking .inner .bottom .wrap ul .list a {
	display: block
}

.ranking .inner .bottom .wrap ul li .rank_img {
	display: block;
	width: 45px;
	object-fit: cover;
}

.ranking .inner .bottom .wrap ul li a {
	display: block;
	width: 28%;
}

.ranking .inner .bottom .wrap ul li a .main_img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
}

.ranking .inner .bottom .wrap ul li .right {
	width: auto;
	flex-shrink: 1;
	flex-grow: 1;
	text-align: left;
	vertical-align: middle;
}

.ranking .inner .bottom .wrap ul li h4,
.ranking .inner .bottom .wrap ul li h5 {
	font-size: 14px;
}

.ranking .inner .bottom .wrap ul li h6 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	margin-top: 3px;
}

.ranking .inner .bottom .wrap ul li h6 a {
	display: block;
	width: 100%;
	font-size: 18px;
	color: var(--theme-color);
	font-weight: bold;
}

.ranking .inner .bottom .wrap .right ul.sns_list {
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(5, 26px);
	margin-top: 6px;
}

.ranking .inner .bottom .wrap .right ul.sns_list li a {
	display: block;
	height: 26px;
	width: 26px;
}

.ranking .inner .bottom .wrap .right ul.sns_list li a svg {
	fill: #333;
	height: 26px;
	width: 26px;
}

.ranking .inner .bottom .wrap .right ul.sns_list li a.tiktok svg {
	height: 22px;
}

/* shop-ranking */
.ranking .inner .bottom .wrap>ul>li .right ul.recruit_list {
	margin-top: 6px;
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(2, 1fr);
}

.ranking .inner .bottom .wrap>ul>li .right ul.recruit_list li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ranking .inner .bottom .wrap>ul>li .right ul.recruit_list li a {
	display: block;
	width: 100%;
	line-height: normal;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-color: var(--theme-color-p);
}

.ranking .inner .bottom .wrap>ul>li .right ul.recruit_list li:nth-of-type(2) a {
	background-color: var(--theme-color-lb);
}

/* small ranking */
.small_ranking .inner .top .rank ol {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin-top: 30px;
}

.small_ranking .inner .top .rank ol img {
	display: block;
	object-fit: cover;
	height: 30px;
}

.small_ranking .inner .bottom .wrap ul {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 15px;
}

.small_ranking .inner .bottom .wrap ul li {
	flex-basis: calc((100% - 30px) /3);
}

.small_ranking .inner .bottom .wrap ul li a {
	display: block;
	width: 100%;
}

.small_ranking .inner .bottom .wrap ul li img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
}

.small_ranking .inner .bottom .wrap ul li h4 {
	font-size: 16px;
	color: var(--theme-color-y);
	font-weight: bold;
	text-align: center;
	margin: 8px 0;
}

.small_ranking .inner .bottom .wrap ul li p {
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}
