.pc_view{
	display:block;
}
.sp_view{
	display:none;
}
@media (max-width: 768px){
.pc_view{
	display:none;
}
.sp_view{
	display:block;
}
}

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

#topmain{
    margin-bottom: 60px;
}
#topmain img{
    height: auto;
    border: none;
    box-shadow: none;
}
#sec1{
	position:relative;
	min-height: 650px;
}
#sec1 .ttls1{
	position: absolute;
    right: 0;
    top: 40px;
    width: 329px;
}
#sec1 .ttls1 dd{
	position: relative;
    z-index: 1;
    margin: 0 0 0 -170px;
}
#sec1 .ttls1 .txt{
    background: url(https://www.consacrez-kai.jp/shop-system-img/bg-w.png) repeat;
    padding: 84px 30px 40px 30px;
    position: absolute;
    top: -40px;
    right: 0px;
    z-index: 0;
    max-width: 379px;
}

#sec1 .ttls2{
	position: absolute;
   left: 30px;
    top: 262px;
    width: 425px;
}
#sec1 .ttls2 dd{
	position: relative;
    z-index: 1;
    margin: 0;
}
#sec1 .ttls2 .txt{
    background: url(https://www.consacrez-kai.jp/shop-system-img/bg-w.png) repeat;
    padding: 84px 30px 40px 30px;
    position: absolute;
    top: 146px;
    left: -30px;
    z-index: 0;
}

#sec1 .ttls3{
	position: absolute;
    right: 0;
	bottom: 185px;
    width: 465px;
}
#sec1 .ttls3 dd{
	position: relative;
    z-index: 1;
    margin: 0 0 0 -50px;
}
#sec1 .ttls3 .txt{
    background: url(https://www.consacrez-kai.jp/shop-system-img/bg-w.png) repeat;
    padding: 84px 30px 40px 30px;
    position: absolute;
    top: -36px;
    right: 0px;
    z-index: 0;
    max-width: 347px;
}
#sec1 .top-btn{
	position: absolute;
    right: 40px;
    bottom: 70px;
}
#sec1 .top-btn a:hover{
	opacity:0.8;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

.top_bnr{
    padding: 20px 20px 0;
    background: url(https://www.consacrez-kai.jp/shop-system-img/box_bg.jpg) repeat;
}
.top_bnr img {
	padding-bottom:20px;
}
.top_bnr a:hover{
	opacity:0.8;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}

@media (max-width: 768px){
#topmain{
	margin-bottom: 5%;
}
	
#sec1{
min-height: auto;
padding-bottom: 3%;
}
#sec1 .ttls1,#sec1 .ttls2,#sec1 .ttls3{
padding: 2%;
    position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    width: 96%;
    margin: 0 auto;
    background: url(https://www.consacrez-kai.jp/shop-system-img/bg-w.png) repeat;
}
#sec1 .ttls1 dd,#sec1 .ttls2 dd,#sec1 .ttls3 dd{
	margin:0;
}
#sec1 .ttls1 .txt,#sec1 .ttls2 .txt,#sec1 .ttls3 .txt{
	padding:0;
	background:none;
position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    width: 94%;
    margin: 0 auto;
	max-width:100%;
}
#sec1 .top-btn{
	position: relative;
right: auto;
bottom: auto;
margin: 3% auto;
width: 60%;
text-align: center;
}
.top_bnr{
    padding: 2% 2% 0;
}
.top_bnr img {
	padding-bottom:2%;
}

}






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







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

