.contents-tit {
	background: #fff url(../img/pc/shop/bg_mv.gif) no-repeat right 130px bottom;
}

.section-inner {
	padding-bottom: 30px;
    padding-top: 80px;
}

.shop_message {
	background:#fff;
	border-radius: 40px;
	padding: 36px 80px;
	font-weight: 700;
	font-size: 16px;
	line-height: calc(28/16)
}
.marker{
	--ink: 255,255,0;
	background: linear-gradient(transparent 60%, #fed400 0%);
	background-size: 100% 1.5em;
	background-position: 0 -0.4em;
	background-repeat: no-repeat;
}
.shop_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 60px 120px;
    margin-block: 80px 60px;
}
.shop_list > li {
	width: 430px;
	text-align: center;
}
.shop_item_link_cover {
	background: #e50012;
	border-radius: 40px;
	overflow: hidden;
}
.shop_item_link {
	text-decoration: none;
	color:#fff;
}
.shop_item_link_txt {
	height: 80px;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	line-height: calc(26/16);
}
.shop_item_txt {
	text-align: left;
	margin-top: 24px;
	font-size: 16px;
	font-weight: 700;
	line-height: calc(28/16);
}
.shop_item_txt_cap {
	font-size: 14px;
	font-weight: 400;
	line-height: calc(28/14);
}

