#lead{
	position: relative;
    margin: 0 auto;
    padding: 0;
}
#lead .txt_area{
	position: relative;
    margin: 0 auto;
    padding: 0;
}
#lead h2 {
	letter-spacing:0;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
}

#lead .txt_area p{
	position:absolute;
	bottom:18px;
	left:30px;
    font-size: 15px;
    line-height: 30px;
	color:#fff;
}
#bnr_top{
	padding-bottom:20px;
	position:relative;
}
.bnr_half{
	display:inline-flex;
}
#bnr_top a:hover{
	opacity:0.8;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.pc_view{
	display:block;
}
.sp_view{
	display:none;
}


@media (max-width: 768px){
#lead{
	width: 100%;
}
#lead .txt_area{
	
}

#contents h2{
	margin:0 auto;
}
#lead .txt_area p{
    padding-bottom: 5%;
    margin: 0 auto;
    position: relative;
    left: auto;
    right: auto;
    color: #000;
    bottom: auto;
    font-size: 4vw;
    line-height: 1.5em;
    margin-top: 1em;
}
.bnr_half{
	display:inline-block;
}

.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;
}
}







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);
}

