/* TOPのみ */
.wrapper.container {
  margin-top: 50px;
}
#side {
  margin-top: 0;
}
.newsBannerArea {
  text-align: center;
  margin: 0px auto 30px;
}
.topBannerArea {
  text-align: center;
  margin: 0px auto 30px;
}
.topSearch {
  text-align: center;
  margin: 0px auto 0;
}
.topSearch form {
  display: table;
  margin: 0 auto;
}
input[type="text"][name="keyword"] {
    font-size: 85.71429%;
    background: #fff;
    color: #212121;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 40px;
    width: 164px !important;
}
#search_btn {
  height: 40px;
}
#search_btn img {
  width: 82%;
}
@media (max-width: 768px) {
  .wrapper.container {
    margin-top: 40px;
  }
}


/* TOP 追加bx-slider設定 */
@media (max-width: 768px) {
  .bx-wrapper .clm3 {
    display:block;
  }
}
#recommend_box .item-name img:not(.new_mark_img1),
#spCategory .item-name img:not(.new_mark_img1) {
  width: 70px;
}
#recommend_box .bx-wrapper .bx-controls-direction a,
#spCategory .bx-wrapper .bx-controls-direction a {
  	overflow: hidden;
    display: inline-block;
    top: 33%;
    width: 26px;
    height: 26px;
}
#recommend_box .bx-wrapper .bx-prev,
#spCategory .bx-wrapper .bx-prev {
    left: -10px;
    background: url('https://img21.shop-pro.jp/PA01440/146/etc/totop_2x.png') no-repeat center / 100% 100%;
  	transform: rotate(-90deg);
}
#recommend_box .bx-wrapper .bx-next,
#spCategory .bx-wrapper .bx-next {
    right: -10px;
    background: url('https://img21.shop-pro.jp/PA01440/146/etc/totop_2x.png') no-repeat center / 100% 100%;
	transform: rotate(90deg);
}

/* News */

#news_box .news_date{
	color: #7b7b7b;
	display: inline-block;
  margin-right: 10px;
}
#news_box li{
	margin-bottom: 14px;
}


/* Pickup */
#pickup_box{
	border: solid 1px #5a3628;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 2px #5a3628;    /* 外側の線になる5pxの一本線の枠線をひく*/
	outline-offset: 2px;        /* 内側の線になる一本線の枠線をひく*/
	margin: 6px;
	padding: 30px;
	display:flex;
	justify-content: space-between;
  flex-wrap: wrap;
	margin-bottom: 80px;

}
#pickup_box h2{
	text-align: center;
	padding: 38px 0 0 0;
}
#pickup_box h3{
	margin-bottom: 0;
	font-weight: normal !important;
}
#pickup_box .pickup-r{
	width: 48%;
	margin: 0 30px 0 0;
}

#pickup_box .btn-bl{
	margin-top: 20px;
}
#pickup_box .btn-bl a{
	display: block;
	padding: 10px 0 10px 0;
}
#pickup_box .btn-bl a:hover{
	text-decoration: none;
	background: #bb988a;
}

#pickup_box .pickup-img a img{
	width: 350px;
}


/* spCategory,spBreeed追加 */
#spCategory {
  padding-bottom: 0;
}
#spBreeed {
  padding-bottom: 20px;
}
#spCategory .clm3 li,
#spBreeed .clm3 li {
  text-align: center;
}
.category-list {
	display: flex;
    flex-flow: wrap;
}
.category-list li{
    display: inline-block;
	/* width: 23%; */
    width: 46%;
	text-align: center;
    margin: 0 2% 28px;
}

/* insta追加 */
  #insta_box {
    margin: -50px auto 40px;
  }
  #insta_box .insta__card {
    text-align: center;
  }
  .insta {
    flex-wrap: wrap;
  }
  .insta li:nth-child(n+4) {
      display: none;
  }
  .insta__card {
    text-align: center;
    width: 20%;
  }
  .insta__card > a {
    display: block;
    position: relative;
  }
  .insta__card > a:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    z-index: 1;
    top: .5em;
    right: .5em;
    background: url('https://img21.shop-pro.jp/PA01440/146/etc/icon_clone.png?cmsp_timestamp=20200603134342') no-repeat center / auto 100%;
  }
  .insta__card__likecount,
  .insta__card__commentscount {
    display: inline-block;
    font-size: 15px;
    margin-top: .5em;
  }
  .insta__card__likecount:before,
  .insta__card__commentscount:before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: .8em;
    margin: 0 .15em;
    background: url('https://img21.shop-pro.jp/PA01440/146/etc/icon_heart.png?cmsp_timestamp=20200603131753') no-repeat center / auto 100%;
  }
  .insta__card__commentscount:before {
    margin-left: 1em;
    background: url('https://img21.shop-pro.jp/PA01440/146/etc/icon_comment.png?cmsp_timestamp=20200603131849') no-repeat center / auto 100%;
  }
  .instaLinkTitle {
    text-align: center;
    font-family: 'Noto Sans JP', san-serif;
    font-weight: 500;
  }
  .instaLinkBtn a {
    display: table;
    text-align: center;
    line-height: 1;
    background: #5a3628;
    padding: .75em 6em;
    color: #fff;
    margin: auto;
  }
  .instaLinkBtn a:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 .15em -.15em;
    background: url('https://img21.shop-pro.jp/PA01440/146/etc/icon_insta.png?cmsp_timestamp=20200603132124') no-repeat center / 100% auto;
  }
  .insta__card .insta__card__likecount,
  .insta__card .insta__card__commentscount {
    display: none;
  }

/* width:768px以下に適用
--------------------------------------------------------------------*/

@media (max-width: 768px) {
  	#news_box {
      padding-bottom: 40px;
  }
	#news_box .news_date {
    display: block;
}
	#pickup_box h2{
		text-align: center;
		padding: 4.2% 0 0 0;
	}
	#pickup_box h3{
		margin-bottom: 0;
	}
	#pickup_box .pickup-r{
		width: 100%;
		margin: 0;
	}
    #pickup_box .new_mark_img2 {
     left: 16vw;
     width: 9%;
    }
  
	#pickup_box .btn-bl{
		margin-top: 8%;
	}
	#pickup_box .pickup-img{
		margin :0 auto;
		width: 82%;
	}
	#pickup_box .pickup-img a img {
    	width: 100%;
	}
    #insta_box {
        margin: -30px auto 60px;
    }
    #insta_box .insta__card {
      width: 49%;
      margin-bottom: 28px;
    }
    .insta li:nth-child(n+4) {
        display: block;
    }
    .insta__card__likecount,
    .insta__card__commentscount {
        font-size: 1.1em;
        margin-top: .25em;
    }
    .instaLinkTitle {
      margin-bottom: .4em;
    }
    .instaLinkBtn a {
        padding: .75em 4em;
        font-size: 1.25em;
    }
}