#key{
    margin-top:-35px;
    text-align: center;
    position:relative;
}
#key .bg{
      background: url(https://img21.shop-pro.jp/PA01458/381/etc/lead.jpg) no-repeat center 0;
    background-size: cover;
    opacity: 0.5;
    min-height:900px;
}
#key .col{
    position: absolute;
    top: 0;
    bottom: 0;
    left:0%;
    right:0%;
    width: auto;
    height:auto;
    margin: 0 auto;
    background:rgba(255,255,255,0.4);

}
#key h2{
    font-size:60px;
    padding:300px 0 0px 0;
    line-height:100%;
    color:#000;
    letter-spacing: 2px;
    font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;

}
#key p{
    font-size:20px;
    font-weight: bold;
}
#key p.homebtn{
    margin-top:30px;
    background:#c03121;
    display: inline-block;
    
}
#key p.homebtn a{
color:#fff;
    display: block;
padding:10px 50px;

}
#key p.homebtn a:hover{
    text-decoration:none;
    background: #591919;

}
#lead{
    margin-bottom:40px;
    width:100%;
}
#lead .txt{
    padding: 10px 20px 0 0;
    line-height:180%;
    color:#65492b;
}
.bnr_area{
    margin-bottom:60px;
}
.bnr_area p a:hover{
    opacity: 0.7;
}
.bnr_area li a:hover{
    background: rgba(255,255,255,0.3)
}
.bnr_area ul{
    list-style: none;
    margin-left:0;
    padding-top:10px;
}
.bnr_area li{
    width:49%;
    height:200px;
    float:left;
    margin-right:2%;
    position:relative;
}
.bnr_area li:nth-child(2){
margin-right:0% !important;
}
.bnr_area li span{
    font-size:24px;
    font-weight:bold;
    color:#fff;
    text-shadow: 2px 2px 2px #333;
    background: #ac1900;
    padding:5px 40px 5px 20px;
    position:absolute;
    left:0;
    bottom:0;
    font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
}
.bnr_area li a{
    width:100%;
    height:100%;
    display: block;
}
#bnr02{
    background: url(https://img21.shop-pro.jp/PA01458/381/etc/bnr02.jpg) no-repeat 0 0;
    background-size: cover;
}
#bnr03{
    background: url(https://img21.shop-pro.jp/PA01458/381/etc/bnr03.jpg) no-repeat 0 0;
    background-size: cover;
}
@media (max-width: 768px){
    #key .bg{
    min-height:100vh;
}
    #key h2{
    font-size:9vw;
}
    #key p{
    font-size:4vw;
}
    
#lead{
	width: 100%;
margin-bottom:0px;
}
#lead .txt{
    padding: 10px 0px 0 0;
}
.bnr_area{
    margin-bottom:50px;
}
.bnr_area ul{
    padding-top:0px;
}
.bnr_area li{
    width:100%;
    float:none;
    margin-right:0%;
    object-fit: cover;
    height:100px;
    
}    
.bnr_area li span{
    font-size:16px;
    padding:5px 10px 5px 10px;
    position:absolute;
    left:0;
    bottom:0;
}
#bnr02{
    margin-bottom:10px;
    }
#bnr04{
    margin-top:-10px;
    }


}

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


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

