    color: #fff;/* TOPのみ */
.wrapper.container {
  overflow: hidden;
  margin-top: 50px;
}
#contents.contents-top {
  float: none;
  width: 100%;
  max-width: 100%;
  margin-bottom: 200px;
}
#contents.contents-top .clm3 {
  width: 1000px;
}
#contents.contents-top .clm3 li+li {
	margin-left: 60px;
}
#contents.contents-top .clm3 li:nth-of-type(3n+1) {
    margin-left: 0;
}
.newsBannerArea {
  text-align: center;
  margin: 0px auto 30px;
}
.topBannerArea {
  text-align: center;
  margin: 25px auto 30px;
}
.topBannerArea__lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1030px;
  margin: auto;
}
.topBannerArea__list {
  width: 31%;
  margin: 0 1%;
}
.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) {
  #contents.contents-top {
    margin-bottom: 100px;
  }
  .wrapper.container {
    margin-top: 40px;
  }
  #contents.contents-top .clm3 {
		width: 100%;
  }
  #contents.contents-top .clm3 li+li {
	margin-left: 2%;
}
#contents.contents-top .clm3 li:nth-of-type(odd) {
    margin-left: 0;
}
  .topBannerArea {
    margin: 20px -2% 30px;
	}
  .topBannerArea__lists {
    justify-content: flex-start;
  }
  .topBannerArea__list {
    width: 47%;
    margin: 0 1.5% 3%;
  }
}


/* TOP 追加bx-slider設定 */
@media (max-width: 768px) {
  .bx-wrapper .clm3 {
    display:block;
  }
  .clm3 a>img {
    width: 100%;
  }
}
#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 ul {
  max-width: 1000px;
  margin: auto;
}
#news_box li{
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  	 margin-bottom: 20px;
}
#news_box .news_date {
    color: #fff;
    display: inline-block;
    font-weight: bold;
    background: #aeaaaa;
    line-height: 1;
    border-radius: 1em;
    padding: 0.3em 1.2em 0.4em;
    margin-right: 1.8em;
}

/* breeed & Category */
#breeed_box {
  margin-bottom: 70px;
}
#category_box {
  position: relative;
  padding: 5px 0 80px;
  margin-bottom: 100px;
}
#category_box:before {
    content: "";
    display: block;
    position: absolute;
    left: -100vw;
    right: 0;
    bottom: 0;
    top: 0;
    width: 200VW;
  	min-width: 2400px;
    z-index: -1;
    background: url(https://img07.shop-pro.jp/PA01440/146/etc/bg_repeat_02.png) repeat left top / 112px 112px;
}
.breeed-lists,.category-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}
.breeed-list, .category-list {
  width: 24%;
  margin: 0 auto 1%;
}
.breeed-list-btn, .category-list-btn {
  display: none;
}
.breeed-list.is-comming div,
.category-list.is-comming div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f6f0;
    font-weight: bold;
    border-radius: 0.8em;
    height: 100%;
    width: 100%;
}
.breeed-list > a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-weight: bold;
  background: #f8f6f0;
  border-radius: .8em;
  padding: 4% 5%;
}
.breeed-list__icon {
  width: 92px;
}
.breeed-list__txt {
  font-size: 1.2em;
  text-align: center;
  word-break: auto-phrase;
  line-height: 1.35;
  letter-spacing: -.1em;
  width: 8em;
}
.category-list > a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #171616;
  font-weight: bold;
  border-radius: 0.8em;
  width: 100%;
  padding: 0.3em;
}
.category-list__icon {
  overflow: hidden;
  width: 100px;
  border-radius: 0.6em;
}
.category-list__txt {
  font-size: 1.15em;
  text-align: center;
  word-break: auto-phrase;
  line-height: 1.35;
  letter-spacing: -.05em;
  width: 8em;
}

/* info */
#info_box {
  position: relative;
  padding: 5px 0 80px;
  margin-bottom: 100px;
}
#info_box:before {
    content: "";
    display: block;
    position: absolute;
    left: -100vw;
    right: 0;
    bottom: 0;
    top: 0;
    width: 200VW;
  	min-width: 2400px;
    z-index: -1;
    background: url(https://img07.shop-pro.jp/PA01440/146/etc/bg_repeat_01.png) repeat left top / 42px 42px;
}
#info_box .col-4-lists {
	display: flex;
  	flex-wrap: wrap;
    max-width: 1020px;
	margin: auto;
}
#info_box .col-4-list {
  	display: block;
	width: 23%;
    margin: 0 1% 20px;
}

/* 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: -10px auto 40px;
  }
  #insta_box .insta__card {
    text-align: center;
  }
  .instaTitle {
    text-align: center;
    font-weight: bold;
    margin: -0.5em auto 1.5em;
  }
  .insta {
    display: flex;
    flex-wrap: wrap;
    max-width: 1020px;
    margin: 0 auto 70px;
  }
  .insta__card {
    text-align: center;
    width: 18%;
    margin: 0 1%;
  }
  .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 Serif JP', serif;
    font-weight: 500;
  }
  .instaLinkBtn a {
    position: relative;
    display: table;
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
    line-height: 1;
    background: #000;
    padding: 0.7em 6em 0.8em;
    color: #fff;
    margin: auto;
  }
  .instaLinkBtn a:after {
    content: "";
	 position: absolute;
    top: -0.2em;
    bottom: 0;
    right: 1.2em;
    margin: auto;
    display: inline-block;
    width: 2.2em;
    height: 1em;
    background: url('https://img07.shop-pro.jp/PA01440/146/etc/icon_btn_pc.png') 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: 15px;
  }
  #news_box ul {
    margin: -1.5em auto 0;
  }
  #news_box li {
    flex-flow: column;
    align-items: flex-start;
    margin-bottom: 25px;
  }
  #news_box .news_date {
    display: block;
    font-size: .8em;
    margin-bottom: 0.4em;
  }
	#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%;
  }
  #breeed_box {
    margin-bottom: 40px;
  }
  #category_box {
    padding: 5px 0 40px;
    margin-bottom: 70px;
}
  .breeed-list-btn, .category-list-btn {
    display: table;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1;
    background: #000;
    padding: 1.2em 6.5em;
    font-size: 1.15em;
    border-radius: 2em;
    letter-spacing: .075em;
    margin: auto;
  }
  .breeed-list-btn.is-btn-hidden, .category-list-btn.is-btn-hidden {
    display: none;
  }
  .breeed-list-btn span:before, .category-list-btn span:before {
    content: "";
    display: inline-block;
    margin: -2px .5em 0 -.5em;
    width: 0.8em;
    height: 0.8em;
    background: url(https://img07.shop-pro.jp/PA01440/146/etc/icon_btn_sp.png) no-repeat center / 100% auto;
    transform: rotate(90deg);
  }
  .breeed-list-btn:hover, .category-list-btn:hover {
    opacity: .7;
  }
  .breeed-list, .category-list {
    width: 48%;
    margin: 0 0 3%;
    transition: opacity .4s ease, max-height .3s ease, margin .4s ease, transform .3s ease;
  }
 .breeed-list.is-sp-hide,
  .category-list.is-sp-hide {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    height: 0;
    margin: 0 auto;
    transform: translateY(-50%);
  }
  .breeed-list > a, .category-list > a {
    flex-flow: column;
    align-items: center;
    height: 100%;
    border-radius: .4em;
    padding: 1em 4% 0.4em;
  }
  .breeed-list__icon {
    max-width: 92px;
    width: 45%;
    margin: 0 0 .2em -4%;
  }
  .breeed-list__txt {
    min-height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}
  .category-list__icon {
    width: 100%;
    border-radius: .25em;
    margin-top: calc(-1em + 4%);
  }
  .category-list__txt {
    min-height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
	#info_box {
      padding: 25px 0 40px;
	}
	#info_box .col-4-lists {
	    margin: 0 -8px;
	}
	#info_box .col-4-list {
      margin: 0 1.75% 15px;
      width: 46.5%;
	}
    #insta_box {
        margin: -30px auto 60px;
    }
    .instaTitle {
      line-height: 1.55;
      -webkit-font-smoothing: antialiased;
  	}
    .insta {
      margin: 0 -8px 15px;
    }
    .insta__card {
      margin: 0 1.75% 15px;
      width: 46.5%;
    }
    .insta li:nth-child(n+5) {
        display: none;
    }
    .insta__card__likecount,
    .insta__card__commentscount {
        font-size: 1.1em;
        margin-top: .25em;
    }
    .instaLinkTitle {
      margin-bottom: .4em;
    }
    .instaLinkBtn a {
      padding: 1.2em 6.5em;
      font-size: 1.15em;
      border-radius: 2em;
    }
    .instaLinkBtn a:after {
      position: relative;
      top: auto;
      bottom: auto;
      right: auto;
      margin: -2px -0.8em 0 0.5em;
      width: 0.8em;
      height: 0.8em;
      background: url(https://img07.shop-pro.jp/PA01440/146/etc/icon_btn_sp.png) no-repeat center / 100% auto;
    }
}