.pc_view{
	display:block;
}
.sp_view{
	display:none;
}
.bnr {
  margin-top: 5%;
}
@media (max-width: 768px){
.pc_view{
	display:none;
}
.sp_view{
	display:block;
}
}


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

#topmain{
    margin-bottom: 60px;
}
#sec1{
	position:relative;
	background:url(https://img21.shop-pro.jp/PA01461/664/etc/kv.jpg?cmsp_timestamp=20210107181036) no-repeat left bottom / cover;
	min-height: 720px;
}
#sec1 .ttl{
	padding: 240px 0 0 125px;
}
#sec1 .txt{
	position:absolute;
	left:140px;
	bottom:280px;
	margin: 0;
    padding: 0;
  font-size: 22px;
}
#sec2{
  background:url(https://img21.shop-pro.jp/PA01461/664/etc/bg2.jpg?cmsp_timestamp=20210107181451);
    margin-top: 20px;
}
#sec2 .inn{
	padding: 10px;
    border: 1px solid #5c4732;
	display: flex;
	position:relative;
}
#sec2 .inn .ttl {
  font-size: 24px;
}
#sec2 .row{
    padding: 36px 2vw;
	width: 50%;
}
#sec2 .txt{
	margin-top:40px;
}
#sec2 .img{
	width: 40%;
    margin: 0;
    height: auto;
    padding: 64px 2vw;
}

@media (max-width: 768px){
#topmain{
	margin-bottom: 5%;
}
	
	#sec1 .txt, #sec2 .txt {
      color: #fff !important;
      font-size: 16px;
    line-height: 1.5em;
    padding: 3% 1%;
}
#sec1{
	background-image:none;
    min-height: auto;
}
#sec1 .ttl{
	padding:0
}
#sec1 .txt{
	position: relative;
    color: #000;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    text-align: left;
}

#sec2 .inn{
	display:block;
}
#sec2 .img{
	width: 90%;
	padding:5%;
}
#sec2 .row{
	min-width: 80%;
    padding: 3% 1%;
}
#sec2 .ttl{
	width: 80%;
    margin: 0 auto;
}

#sec2 .txt{
	position: relative;
    color: #000;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    text-align: left;
    margin-top: 3%;
}
#sec2 .inn:after{
    top: auto;
    bottom: 0;
}
}






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







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

