#sec1{
    margin: -234px 0 38px auto;
width: 53%;
}


.pc_view{
	display:block;
}
.sp_view{
	display:none;
}

#bnr_top{
	padding-bottom:20px;
	position:relative;
}
.bnr_half{
	display:inline-flex;
	justify-content: space-between;
    width: 100%;
    margin-top: 2%;
}
#bnr_top a:hover{
	opacity:0.8;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

#kv{
    margin-bottom: 2%;
	}

@media (max-width: 768px){
#kv img{
	/*object-fit: cover;
    object-position: left;
    width: auto;
    height: 30vh;*/
}
#sec1 {
    margin: 2% auto;
    width: 100%;
}

.recommend-unit{
	width:49%;
	padding:1%;
	margin:0 auto;
}
.seller-unit{
	width:49%;
	padding:1%;
	margin:0 auto;
}

.pc_view{
	display:none;
}
.sp_view{
	display:block;
}


.row .col-lg-2,.row .col-lg-2 a{
	font-size:14px;
}

.bnr_half{
	display:inline-block;
}

}







li.recommend-unit,li.seller-unit{
	max-width:320px;
}


body {
  counter-reset: number 0;           /* number のカウンタを 0 にセット */
}

li.top_ranking{
	position: relative;
}
li.top_ranking a.top_ranking_a:before {
    counter-increment: number 1;
    content: counter(number) " ";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    background: #fff;
    padding: 5px 20px 10px 10px;
    border-radius: 0 0 10em;
    font-size: 22px;
	box-shadow: 4px 4px 7px rgba(0,0,0,0.2);
}

