/*=============================================
 * <section>
 *=============================================*/

section {
}

.pc_view{
	display:none;
}
.sp_view{
	display:block;
}


@media screen and (min-width:1000px) {
.pc_view{
	display:block;
}
.sp_view{
	display:none;
}
}

#contents h2{
    font-size: 31px;
}



#lead .txt{
    padding: 40px 25px;
    text-align: center;
}
@media (max-width: 768px){
    
#lead .txt{
    padding: 4% 0;
    text-align: left;
}
}

#top_slide .bx-wrapper .bx-viewport{
    -moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:  none;
	left: 0;
	background: #fff;
}

#top_slide .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
    border: 1px solid #e60012;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#top_slide .bx-wrapper .bx-pager.bx-default-pager a:hover,
#top_slide .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #e60012;
}

#top_slide {
    padding-bottom: 70px;
}

@media (max-width: 768px){
 #top_slide {
    padding-bottom: 7%;
}
}

#sec2{
	padding-bottom:60px;
	position:relative;
}
#sec2 .bnr_half{
	display : -webkit-box; 
  display : -webkit-flex;
  display : -ms-flexbox; 
  display : flex;
    justify-content: space-between;
}
#sec2 a:hover{
	opacity:0.8;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
#sec2 .bnr_half .bnr1{
    width: 47%;
}
#sec2 .bnr_ttl{
    letter-spacing: 0.2em;
    text-align: center;
    font-size: 31px;
    line-height: 1.4em;
    margin-top: 20px;
    font-family: "ÞâÌÀÄ«", YuMincho, "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "Hiragino Mincho ProN", "HGÌÀÄ«E", "¥á¥¤¥ê¥ª", Meiryo, "£Í£Ó £ÐÌÀÄ«", "£Í£Ó ÌÀÄ«", serif;
}
#sec2 .bnr_ttl span.fz18{
    font-size: 18px;
    display: block;
}
#sec2 .bnr_ttl span.fz24{
    font-size: 24px;
    display: block;
}


@media (max-width: 768px){
    #sec2{
	padding-bottom:6%;
    }
    #sec2 .bnr_half{
        
    flex-wrap: wrap;
    }
#sec2 .bnr_half .bnr1{
    width: 100%;
}
    #sec2 .bnr_ttl{
        font-size: 6.5vw;
    margin-top: 0.5em;
    }
    #sec2 .bnr_ttl span.fz18{
    font-size: 4vw;
    }
    #sec2 .bnr_ttl span.fz24{
    font-size: 5.2vw;        
    }
    #sec2 .bnr_half .bnr1 + .bnr1{
        margin-top: 0.8em;
    }
}




#top_recommend{
    position: relative;
    padding: 40px 0;
}
/* #top_recommend:before{
    content: '';
    display: inline-block;
    background: url(https://www.araishouten2929.co.jp/shop-system-img/deco-t.png) no-repeat;
    height: 340px;
    width: 340px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-size: contain;
}
#top_recommend:after{
    content: '';
    display: inline-block;
    background: url(https://www.araishouten2929.co.jp/shop-system-img/deco-r.png) no-repeat;
    height: 340px;
    width: 340px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-size: contain;
} */

@media (max-width: 768px){
#top_recommend{
    padding: 4% 0;
}
    #top_recommend:before,
    #top_recommend:after{
        height:45vw;
    width: 45vw;
    }
}




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

@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;
  color:#FFF;
    background: #988756;
    padding: 5px 20px 10px 10px;
    border-radius: 0 0 10em;
    font-size: 22px;
	box-shadow: 4px 4px 7px rgba(0,0,0,0.2);
}


