@charset "UTF-8";


/*----------------------------------------
	ランキング一覧（一般）
-----------------------------------------*/
#fwCms_wrapper .tokyoitemList {
	background: #f9f5f2;
}

#fwCms_wrapper .tokyoitemList .tokyoitem-wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 92%;
	margin: auto;
	padding: 0 0 6.6vw;
}

#fwCms_wrapper .tokyoitemList .tokyoitem-item {
	position: relative;
	width: calc(50% - (15px/2));
}

#fwCms_wrapper .tokyoitemList .tokyoitem-item{
	margin-top: 10.6vw;
}

#fwCms_wrapper .tokyoitemList .tokyoitem-item a {
	display: block;
}

#fwCms_wrapper .tokyoitemList .tokyoitem-columns-price {
	display: block;
	margin-top: 6px;
}

#fwCms_wrapper .tokyoitemList .tokyoitem-columns-label {
	position: absolute;
	top: -5.3vw;
	left: -2.6vw;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 9.6vw;
	height: 9.6vw;
	background: #ccc;
	border-radius: 50%;
	color: #fff;
	font-size: 4.8vw;
	line-height: 1.7;
	text-decoration: none !important;
	box-sizing: border-box;
}





@media screen and (min-width: 768px) {
	#fwCms_wrapper .tokyoitemList .tokyoitem-wrapper {
		justify-content: flex-start;
		max-width: 1080px;
		padding: 10px 0 40px;
	}

	#fwCms_wrapper .tokyoitemList .tokyoitem-item {
		width: calc((100% - 12px)/4);
		max-width: 264px;
	}


	#fwCms_wrapper .tokyoitemList .tokyoitem-item+.tokyoitem-item {
		margin-left: 0px;
	}

	#fwCms_wrapper .tokyoitemList .tokyoitem-item:nth-of-type(4n) {
		margin-left: 0;
	}


	#fwCms_wrapper .tokyoitemList .tokyoitem-item {
		margin-top: 35px;
	}

	#fwCms_wrapper .tokyoitemList .tokyoitem-item a {
		margin-left: 10px;
	}

	#fwCms_wrapper .tokyoitemList .tokyoitem-columns-label {
		top: -10px;
		left: 0;
		width: 40px;
		height: 40px;
		font-size: 1.8rem;
		line-height: 1.7;
	}

}



