#shop-list .inner .top {
	text-align: center;
	margin-top: 30px;
}

#shop-list .inner .top .selector ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	gap: 0;
	border-bottom: 1px solid #f1f1f1;
}

#shop-list .inner .top .selector ul li {
	flex-grow: 1;
	text-align: center;
	font-size: clamp(12px, 3vw, 14px);
	white-space: nowrap;
	font-family: almanach, sans-serif;
	padding: 10px 2px;
	border: 1px solid #f1f1f1;
	border-bottom: 1px solid var(--theme-color-p);
	cursor: pointer;
}

#shop-list .inner .top .selector ul li.active {
	border: 1px solid var(--theme-color-p);
	border-bottom: 1px solid #f1f1f1;
}

#shop-list .inner .top .selector ul li a {
	display: block;
	color: #999;
	pointer-events: none;
	letter-spacing: 0;
}

#shop-list .inner .top .selector ul li.active a {
	color: var(--theme-color-p);
}

.new_line {
	display: block;
}

#shop-list .inner .bottom .wrap>ul {
	border-bottom: 1px solid #ccc;
}

#shop-list .inner .bottom .wrap>ul>li {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 30px 0;
	border-bottom: 1px dashed #ccc;
}

#shop-list .inner .bottom .wrap>ul>li:last-of-type {
	border-bottom: none;
}

#shop-list .inner .bottom .wrap>ul>li>a {
	width: 146px;
	height: 146px;
	aspect-ratio: 1 / 1;
	display: block;
	border-radius: 8px;
	flex-shrink: 0;
}

#shop-list .inner .bottom .wrap>ul>li .right {
	width: 100%;
}

#shop-list .inner .bottom .wrap>ul>li .right h4 {
	font-size: 14px;
}

#shop-list .inner .bottom .wrap>ul>li .right h5 {
	margin: 5px 0 10px;
}

#shop-list .inner .bottom .wrap>ul>li .right h5 a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: var(--theme-color);
}

#shop-list .inner .bottom .wrap>ul>li .right ul.sns_list {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(5, 30px);
	width: 100%;
}

#shop-list .inner .bottom .wrap>ul>li .right ul.sns_list li {
	display: flex;
	justify-content: center;
	align-items: center;
}

#shop-list .inner .bottom .wrap>ul>li .right ul.sns_list li a {
	fill: #333;
}

#shop-list .inner .bottom .wrap>ul>li .right ul.sns_list li a svg {
	width: 30px;
	height: 30px;
}

#shop-list .inner .bottom .wrap>ul>li .right ul.sns_list li a.TikTok svg {
	width: 30px;
	height: 26px;
}

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

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

#shop-list .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);
}

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

/* PC */
@media only screen and (min-width: 1073px) {

	#shop-list .inner .bottom .wrap>ul>li {
		gap: 30px;
	}

	#shop-list .inner .bottom .wrap>ul>li .right ul.recruit_list {
		gap: 10px;
	}

	#shop-list .inner .bottom .wrap>ul>li .right ul.recruit_list li a {
		font-size: 14px;
	}
}
