/*

#lead{
	background: url(https://www.menyashiki-marusyou.com/color-me/img/key.jpg) no-repeat center center/cover;
    width: 100%;
    min-height: 580px;
	clear:both;
	margin-bottom:20px;
    z-index: -1;
}
#lead .txt_area{
	color: #fff;
    float: right;
    padding: 390px 20px 0 0;
}
#lead .txt_area h2{
	font-size: 30px;
    margin: 0 0 15px 0;
}
#lead .txt_area h2:after{
	display:none;
}
*/

#header{
	background: url(https://www.menyashiki-marusyou.com/color-me/img/key.jpg) no-repeat center center/cover;
    width: 100%;
    min-height: 720px;
	margin-bottom:50px;
}

.h_logo2{
	position: absolute;
	top: 330px;
	left:0;
	right: 0;
	margin: auto;
  text-align: center;
}
.h_navi{
padding-top:530px;
}
#top_bnr a:hover{
  opacity:0.7;
}
@media (max-width: 768px){
#lead{
	width: 100%;
    height:auto;
    min-height:580px;
}
#lead .txt_area{
    padding: 270px 0 0 0;
    color: #000;    
	float: none;
}
#lead .txt_area h2{
	font-size: 22px;
    margin: 0 0 1% 0;
}
.recommend-unit{
	width:49%;
	padding:1%;
	margin:0 auto;
}
.seller-unit{
	width:49%;
	padding:1%;
	margin:0 auto;
}

}

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

