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

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

#topmain{
    margin-bottom: 60px;
}
#sec1{
	position:relative;
	background:url(https://www.foodconnection.jp/bachelor-shop-pro/shop-system-img/kv.jpg) no-repeat center / cover;
	min-height: 520px;
}
#sec1 .ttl{
    position: absolute;
    right: 275px;
    top: 0;
}
#sec1 .txt{
	margin: 30px 0 0 75px;
  padding: 0;
  line-height: 2em;
  letter-spacing: .15em;
  font-weight: 300;
  font-size: 14px;
  width: calc(100% - 490px);
}

@media (max-width: 768px){
  margin: 30px 0 0 0;
  padding: 0;
  width: 100%;
}
#sec2{
	
}

#sec2 img {
  	width: 100%;
  	max-width: 800px;
    display: block;
	margin: 30px 0;
}

@media (max-width: 768px){
#topmain{
	margin-bottom: 5%;
}
	
	#sec1 .txt, #sec2 .txt {
    line-height: 1.5em;
    padding: 3% 1%;
}
#sec1{
	background-image:none;
    min-height: auto;
}
#sec1 .ttl{
	padding:0;
    position: relative;
    top: 0;
    right: 0
}
    
#sec1 .txt{
	position: relative;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
    text-align: left;
  	
  	padding: 0;
    width: 100%;
  	margin: 0;
}
#sec2 a{
	margin: 20px 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 &#164;&#206;\&#171;\&#166;\&#243;\&#191;&#164;&#242; 0 &#164;&#203;\&#187;\&#195;\&#200; */
}

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

.recommend-unit {
  	color: #fff !important;
}

.recommend-unit a {
  	color: #000 !important;
}

.history-unit {
  	color: #fff !important;
}
.history-unit a {
  	color: #000 !important;
}

.kv_ttl01 {}

.kv_ttl02 {
  position: absolute;
  right: 70px;
  top: 300px;
}
#lead {
    margin: 40px 0;
    line-height: 2.5;
    letter-spacing: .01rem;
}

#lead .lead_ttl {
    margin: 0 30px;
}

#lead .lead_txt {
    width: calc(100% - 100px);
    padding: 0 10px;
}

#lead .blog_btn_wrap {text-align: center;background-color: #f3f3f3;padding: 35px 0;margin: 35px 0 50px;}

#lead .blog_btn_wrap a.blog_btn {
  line-height: 1;
  padding: 1.2em 5em;
  display: inline-block;
  background-color: #26b593;
  color: #fffacf;
  font-size: 17px;
  border-radius: 50px;
  letter-spacing: .05em;
}
#lead a.blog_btn:hover {text-decoration: none;transition: all .3s ease;-moz-transition: all .3s ease;-webkit-transition: all .3s ease;background-color: #32c5a3;}

@media (max-width: 768px) {
	#lead {flex-direction: column;margin: 20px 0 25px;}

	#lead .lead_ttl {
	margin: 0px 45px;
	}

	#lead .lead_txt {
	width: 100%;
	margin: 12px 0 0 0;
	}

	#lead .lead_txt br {
    display: none;
}
#lead .blog_btn_wrap {padding: 0;margin: 15px 0 35px;background: none;}

#lead .blog_btn_wrap a.blog_btn {
  padding: 1.2em 3em;
  font-size: 17px;
  letter-spacing: .05em;
  width: 100%;
  box-sizing: border-box;
}
}
