.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 のカウンタを 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);
}

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

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

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

#footer {
	background-size: auto;
	background-size: auto;
	background-size: auto 100%;
	padding-bottom: 10px;
}

.kv_ttl01 {}

.kv_ttl02 {
  position: absolute;
  right: 70px;
  top: 300px;
}