.sp_none{
	display: none;
}
.pc_none{
	display: block;
}
.vivid_wrapper{
	margin: 0 auto;
	max-width: 800px;
	padding: 1.75em 0;
}
.vivid_wrapper h2.ranking_tit_sp {
	text-align: left;
	font-size: 108%;
	font-weight: bold;
	color: #fff;
	background: #000;
	padding: 2% 10%;
	margin-bottom: 2.5%;
	display: block;
}
.vivid_wrapper h2.ranking_tit_pc {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	background: #000;
	padding: 2% 0;
	margin-bottom: 2.5%;
	display: none;
}
.vivid_wrapper .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}
.vivid_wrapper .flex .item_list {
	position: relative;
    width: 30.8%;
    margin-top: 0;
	padding: 0px 2px;
    margin-bottom: 2px;
	list-style: none;
}
.vivid_wrapper .flex .item_list:last-child {
	display: none;
}
.vivid_wrapper .flex .item_list::before{
    position: absolute;
    content: "";
    top: 3px;
    left: 5px;
    border-radius: 25px;
    line-height: 1;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 80%;
}
.vivid_wrapper .flex .item_list:nth-child(1)::before {
    content: "1";
    background: #c3a462;
    color: #fff;
	border: solid #c3a462 1px;
}
.vivid_wrapper .flex .item_list:nth-child(2)::before {
    content: "2";
    background: #7c7c7c;
    color: #fff;
	border: solid #7c7c7c 1px;
}
.vivid_wrapper .flex .item_list:nth-child(3)::before {
    content: "3";
    background: #a28d7d;
    color: #fff;
	border: solid #a28d7d 1px;
}
.vivid_wrapper .flex .item_list:nth-child(4)::before {
    content: "4";
    background: #bfbfbf;
    color: #fff;
	border: solid #bfbfbf 1px;
}
.vivid_wrapper .flex .item_list:nth-child(5)::before {
    content: "5";
    background: #bfbfbf;
    color: #fff;
	border: solid #bfbfbf 1px;
}
.item_list a .item_img {
	line-height: 0;
}
.item_list a .item_img img{
	width: 100%;
	height: auto;
}
.item_list a .item_text {
    padding-top: 5px;
}
a .item_text .text_over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 80%;
	display: none;
}











/*タブレット用（画面サイズ768px以上～）*/
@media only screen and (min-width: 768px) {
	
.sp_none{
	display: block;
}
.pc_none{
	display: none;
}
.vivid_wrapper h2.ranking_tit_sp {
	display: none;
}
.vivid_wrapper h2.ranking_tit_pc {
	display: block;
}	
	
}

