li{
  list-style:none;
}


.bx-wrapper {
    border: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
ul#slider,
ul#slider-sp {
    margin-left: 0px;
}

ul.bland-list {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
ul.bland-list > li {
    width: 25%;
}
ul.bland-list > li a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
    height: 60px;
    border-bottom: 1px dashed #000;
}
ul.bland-list > li a:hover {
    text-decoration: none;
    background: rgba(0,0,0,.1);
}
ul.bland-list > li a:hover {
	text-decoration: none;
	
}
ul.bland-list > li:not(:nth-child(4n)) a {
    border-right: 1px dashed #000;
}
ul.bland-list > li:last-child a,
ul.bland-list > li:nth-last-child(2) a,
ul.bland-list > li:nth-last-child(3) a,
ul.bland-list > li:nth-last-child(4) a {
    border-bottom: none;
}
ul#recommend-slide,
ul#recommend-slide-sp {
    margin: 0;
}
.recommend-slide-sp {
    display: none;
}
.bx-wrapper .bx-controls-direction a {
    background: #231815;
    z-index: 1 !important;
}
.bx-wrapper .bx-controls-direction a::before {
    content: "";
    display: block;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    width: .6rem;
    height: .6rem;
    position: absolute;
    top: 50%;
    margin-top: -5px;
}
.bx-wrapper .bx-controls-direction .bx-prev {
	left: 0;
}
.bx-wrapper .bx-controls-direction .bx-prev::before {
    -ms-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
	left: 12px;
}
.bx-wrapper .bx-controls-direction .bx-next {
	right: 0;
}
.bx-wrapper .bx-controls-direction .bx-next::before {
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	right: 12px;
}
.recommend-slide a.prd_lst_link {
    display: block;
    position: relative;
}
.recommend-slide .recomend-text {
    position: absolute;
    top: 0;
    padding: .5rem;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.5);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.recommend-slide a:hover .recomend-text {
    opacity: 1;
}
.recommend-slide .prd-lst-price {
	color: #fff;
}
#feed,
#artisanal {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
#feed .feed-leaf,
#artisanal .feed-leaf {
	width: 242px;
}
#feed .feed-leaf > a,
#artisanal .feed-leaf > a {
    display: block;
    color: #444;
    margin-bottom: 1rem;
}
#feed .feed-leaf > a img.feed-img,
#artisanal .feed-leaf > a img.feed-img {
    width: 232px;
    height: 155px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
	display: block;
	margin: auto;
}
.feed-leaf-date {
    margin-top: 1em;
}
.feed-leaf-img h3 {
    margin-top: 0;
}
#instafeed {
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#instafeed > li {
    width: 320px;
	height: 320px;
	margin-bottom: 20px;
    overflow: hidden;
}
#instafeed > li a {
	display: block;
	position: relative;
	overflow: hidden;
    width: 320px;
	height: 320px;
}
#instafeed > li a img {
    width: 320px;
    height: 320px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
	margin: auto;
}
#instafeed > li a div {
    position: absolute;
    top: 0;
    box-sizing: border-box;
    padding: .5rem;
    color: #fff;
    background: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	opacity: 0;
}
#instafeed > li a:hover div {
	opacity: 1;
}
.see-more {
    margin: -30px 0 16px;
    text-align: right;
    font-style: italic;
}

/* wp-log */
  .wp-log ul{
    display: flex;
    justify-content: space-between;
    width:1000px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .wp-log li{
    width: 30%;
  }
  .wp-log a{
    text-decoration:none;
    color: #222;
  }
  .wp-log a:hover{
    text-decoration:underline;
  }
  .wp-log img{
    width: 100%;
    display: block;
    overflow:hidden;
    height:200px;
    object-fit: cover;
  }
  .wp-log strong{
    font-size:16px;
    display: block;
  }
  .wp-log span{
    font-size:12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 4px;
  }
  .wp-log small{
    margin-top: 10px;
    display:block;
    font-size: 12px;
    text-align: right;
  }

  .wp-log h2{
    text-align:center;
    margin-bottom:20px;
  }

	.wp-log ul.insta{
		display: flex;
		justify-content: space-between;
		width:100%x;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.wp-log li.insta{
		width: 30%;
	}
	.wp-log img.insta{
		width: 100%;
		display: block;
		overflow:hidden;
		height:100%;
		object-fit: cover;
	}
	.wp-log li.insta:last-child{
		display: block;
	}

  .more-link{
    width:1000px;
    margin: 0 auto;
    text-align:right;
    margin-bottom: 40px;
    display:block;
  }

  .artisanal_products-link > li > a > strong{
    margin-top: 10px;
  }

@media (max-width: 768px) {
  
  .recommend-slide {
    display: none;
  }
  .recommend-slide-sp {
    display: block;
  }
  #feed .feed-leaf,
  #artisanal .feed-leaf {
    width: 49%;
  }
  #feed .feed-leaf > a img.feed-img,
  #artisanal .feed-leaf > a img.feed-img {
    width: 45vw;
    height: 30vw;
  }
  #instafeed > li {
    width: 30vw;
    height: 30vw;
    margin-bottom: 2vw;
  }
  #instafeed > li a {
    width: 30vw;
    height: 30vw;
  }
  #instafeed > li a img {
    width: 30vw;
    height: 30vw;
  }
  ul.bland-list > li {
    width: 50%;
  }
  ul.bland-list > li:nth-child(4n+2) a {
	border-right: none;
  }
  ul.bland-list > li:nth-last-child(3) a,
  ul.bland-list > li:nth-last-child(4) a {
    border-bottom: 1px dashed #000;
  }
  
  /* wp-log */
  .wp-log ul{
      width:100%;
    }
    .wp-log li{
      width:48%;
    }
    .wp-log img{
      display: block;
      overflow:hidden;
      height: 120px;
      object-fit: cover;
    }
    .wp-log li:last-child{
      display:none;
    }
    .more-link {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 40px;
      display: block;
  }
  .wp-log strong{
    font-size: 12px;
  }
  .wp-log small,
  .wp-log span{
    font-size: 10px;
  }
  .wp-log strong{
    font-size: 12px;
  }
  .wp-log small,
  .wp-log span{
    font-size: 10px;
  }

	.wp-log ul.insta{
		display: flex;
		justify-content: space-between;
		width:100%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.wp-log li.insta{
		width: 30%;
	}
	.wp-log img.insta{
		width: 100%;
		display: block;
		overflow:hidden;
		height:100%;
		object-fit: cover;
	}
	.wp-log li.insta:last-child{
		display: block;
	}
  
}