#bnr_area:before{
	content: "";
    display: block;
    width: 30vw;
    height: 65vh;
    background-color: #ededed;
    position: absolute;
    bottom:-62vh;
    right: 0;
    z-index: -1;
}
@media (max-width: 768px){
#bnr_area:before{
width: 57vw;
    height: 45vh;
	bottom: -49.5vh;
}
}

/*--------------------------------*/
#kv{
	position: relative;
}
#kv .txt_box{
	background: #fff;
    padding: 30px 60px 60px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-align: center;
}
#kv .ttl{
font-size: 38px;
    line-height: 56px;
    margin-bottom: 0.7em;
}
#bnr_area{
	display: flex;
    justify-content: space-between;
margin-top:10px;
text-align:center;
padding-bottom:60px;
position:relative;
}
#bnr_area div + div{
	margin-left:8px;
}
#bnr_area .bnr .txt{
	font-size:19px;
	line-height:32px;
	padding:32px 0;
    font-weight: normal;
}
#bnr_area .bnr:nth-child(2) .txt{
	padding:15px 0;
}
#bnr_area .bnr{
	padding-bottom: 30px;
}

#bnr_area .bnr:hover{
	background:#ededed;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#bnr_area .bnr:hover a{
	text-decoration:none;
}
#bnr_area .bnr:hover img{
	opacity:0.8;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

@media (max-width: 768px){
#kv .txt_box{
	position: relative;
    left: 0;
    right: 0;
    padding: 5% 3% 7%;
    bottom: auto;
    top: 0;
}
#kv .ttl{
font-size: 2em;
    line-height: 1.5em;
}
#bnr_area{
	display:block;
    padding-bottom: 7%;
}
#bnr_area .bnr{
	padding: 0 0 7%;
    background: #ededed;
    margin: 0 10%;
}
#bnr_area div + div{
	margin-left:0;
}
#bnr_area .bnr .txt{
font-size: 1em;
    line-height: 1.5em;
    padding: 1.5em 0;
}



}


/*------------------------------*/



#contents h2{
	border:none !important;
	text-align:center;
	width:100%;
}

#contents h2 span{
	display: block;
    font-size: 0.5em;
    margin-top: 1em;
	position:relative;
}
#contents h2 span:after{
	content:"";
   display:block;
   width: 150px;
    height: 1px;
    background-color: #2c2c2c;
    position: absolute;
    bottom: -15px;
    left: 50%;
    right: 50%;
  -webkit-transform:translateX(-50%);
  transform:  translateX(-50%);
}
@media (max-width: 768px){
#contents h2 span{
    margin-top: 0.1em;
}
#contents h2 span:after{
   width: 10em;
    bottom: -0.3em;
}


}
@media (max-width: 768px){
.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);
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}