/* TOPのみ */
.wrapper.container {
  margin-top: 50px;
}
.conhead2 {
  text-align: center;
}
#side {
  margin-top: 0;
}
.newsBannerArea {
  text-align: center;
  margin: 0px auto 30px;
}
.topBannerArea {
  text-align: center;
  margin: 60px 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) {
  .wrapper.container {
    margin-top: 40px;
  }
  .topBannerArea {
    margin: 60px -2% 30px;
	}
  .topBannerArea__list {
    width: 47%;
    margin: 0 1.5% 3%;
  }
}


/* 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);
}
#recommend_box h2:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 10px;
    left: 12em;
    right: 0;
    display: block;
    background: url(https://img21.shop-pro.jp/PA01488/966/etc/icon_reco.png?cmsp_timestamp=20220801113412) no-repeat center bottom / auto 100%;
    height: 1.8em;
}
#recommend_box h2:after {
	content: "";
  	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	display: block;
	background: url(https://img21.shop-pro.jp/PA01488/966/etc/bg_dot.png?cmsp_timestamp=20220730161105) repeat-x left / auto 100%;
	height: 4px;
}
.recommend_box_items {
  margin: 50px auto 20px;
}

/* News */
#news_box {
  padding-bottom: 40px;
}
#news_box h2:before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 2em;
    right: 0;
    display: block;
    background: url(https://img21.shop-pro.jp/PA01488/966/etc/icon_news.png?cmsp_timestamp=20220730162226) no-repeat left bottom / auto 100%;
    height: 1.8em;
}
#news_box h2:after {
	content: "";
  	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	display: block;
	background: url(https://img21.shop-pro.jp/PA01488/966/etc/bg_dot.png?cmsp_timestamp=20220730161105) repeat-x left / auto 100%;
	height: 4px;
}
#news_box ul {
    max-width: 1000px;
    margin: auto;
}
#news_box .news_date{
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    background: #b4a194;
    line-height: 1;
    padding: 0.4em 1em;
}
#news_box li{
	margin-bottom: 18px;
}

/* coat */
#coat_box {
  position: relative;
  padding: 20px 0 90px;
  margin-bottom: 100px;
}
#coat_box:before {
    content: "";
    display: block;
    position: absolute;
    left: -100vw;
    right: 0;
    bottom: 0;
    top: 0;
    width: 200VW;
  	min-width: 2400px;
    z-index: -1;
    background: #e0d1bf;
}
#coat_box:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 10px;
    bottom: 5px;
    left: 0;
    right: 0;
    background: url(https://img21.shop-pro.jp/PA01488/966/etc/icon_coat.png?cmsp_timestamp=20220731233444) no-repeat 15% top / auto 100%;
}
#coat_box .col-4-lists + .col-4-lists {
  margin: 2% auto 0;
}

/* category */
#category_box {
  position: relative;
  padding: 20px 0 90px;
  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://img21.shop-pro.jp/PA01488/966/etc/bg_category.png?cmsp_timestamp=20220805091055) repeat left top / 38px 38px;
}
#category_box h2:before {
    content: "";
    display: table;
    background: url(https://img21.shop-pro.jp/PA01488/966/etc/icon_category.png?cmsp_timestamp=20220801111459) no-repeat center bottom / auto 100%;
    height: 1.7em;
    width: 100%;
}
#category_box .col-4-list {
    margin: 0 1% 2%;
}

/* info */
#info_box {
  position: relative;
  padding: 5px 0 90px;
  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://img21.shop-pro.jp/PA01488/966/etc/bg_info.png?cmsp_timestamp=20220801124138) repeat left top / 26px 26px;
}
#info_box h2:before {
    content: "";
    display: table;
    background: url(https://img21.shop-pro.jp/PA01488/966/etc/icon_info.png?cmsp_timestamp=20220801124435) no-repeat center bottom / auto 100%;
    height: 2em;
    width: 100%;
}
#info_box .col-3-lists {
	display: flex;
    flex-wrap: wrap;
    max-width: 756px;
    margin: auto;
}
#info_box .col-3-list {
	width: 31.3%;
	margin: 0 1% 2%;
}

/* 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: 0 auto 100px;
  }
  #insta_box h2:before {
      content: "";
      display: table;
      background: url(https://img21.shop-pro.jp/PA01488/966/etc/title_insta.png?cmsp_timestamp=20220801145406) no-repeat center bottom / auto 100%;
      height: 1em;
      width: 100%;
  }
  #insta_box .conhead2_sub {
    position: relative;
    max-width: 1030px;
    margin: -20px auto 0;
  }
  #insta_box .conhead2_sub:before {
      content: "";
      display: inline-block;
      position: absolute;
      bottom: 10px;
      right: 0;
      background: url(https://img21.shop-pro.jp/PA01488/966/etc/icon_insta.png?cmsp_timestamp=20220801145754) no-repeat center bottom / auto 100%;
      height: 4em;
      width: 4em;
  }
  #insta_box .insta__card {
    text-align: center;
  }
  .insta {
    display: flex;
    flex-wrap: wrap;
    width: 102%;
    max-width: 1030px;
    margin: 0 auto 80px;
  }
  .insta li:nth-child(n+6) {
      display: none;
  }
  .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 Sans JP', san-serif;
    font-weight: 500;
  }
  .instaLinkBtn a {
    position: relative;
    display: table;
    text-align: center;
    line-height: 1;
    background: #5c483b;
    padding: .75em 6em;
    color: #fff;
    margin: auto;
  }
  .instaLinkBtn a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    display: inline-block;
    width: 2em;
    height: 1px;
    margin: auto;
    background: #fff;
  }
  .instaLinkBtn a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.5em;
    display: inline-block;
    width: .6em;
    height: 1px;
    margin: auto;
    background: #fff;
    transform: rotate(45deg);
    transform-origin: center right;
  }
  .insta__card .insta__card__likecount,
  .insta__card .insta__card__commentscount {
    display: none;
  }

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

@media (max-width: 768px) {
  #news_box {
    padding-bottom: 60px;
  }
#news_box h2:before {
    bottom: 6px;
  	left: 0;
    height: 1.5em;
}
 #news_box h2:after {
    height: 2px;
}
  #news_box li {}
  #news_box .news_date {
    display: table;
    margin-bottom: .3em;
    padding: .3em .7em .4em;
}
  #coat_box {
    padding: 5px 0 40px;
    margin-bottom: 60px;
}
  #coat_box:before {
    min-width: 0;
  }
  #coat_box:after {
      top: 30px;
      bottom: 0;
      left: 0;
      right: 0;
      background: url(https://img21.shop-pro.jp/PA01488/966/etc/icon_coat_sp.png?cmsp_timestamp=20220801095342) no-repeat center top / auto 96%;
    }
    #category_box {
      padding: 5px 0 40px;
      margin-bottom: 60px;
    }
    #category_box h2:before {
      height: 1.5em;
  }
  #category_box .col-4-list {
    margin: 0 auto 3%;
	}
    #recommend_box h2:before {
      left: 70vw;
      width: 2.8em;
      background-size: 100% auto;
    }
    #recommend_box h2:after {
      height: 2px;
    }
    .recommend_box_items {
      margin: 40px auto 60px;
    }
    /* info */
    #info_box {
      padding: 5px 0 40px;
      margin-bottom: 60px;
    }
    #info_box:before {
      min-width: 0;
    }
	 #info_box .col-3-lists {
       justify-content: space-between;
  	}
    #info_box .col-3-list {
      width: 48%;
      margin: 0 0 4%;
  	}
    #insta_box {
        margin: 0 auto 60px;
    }
    #insta_box h2:before {
      height: .9em;
    }
    #insta_box .conhead2_sub:before {
      top: -7em;
      right: -23em;
      left: 0;
      margin: auto;
    }
    #insta_box .insta__card {
      width: 31%;
      margin-bottom: 2.5%;
    }
    .insta {
      width: 103.6%;
      margin: 0 -1% 30px;
  	}
    .insta li:nth-child(n+6) {
        display: block;
    }
    .insta__card__likecount,
    .insta__card__commentscount {
        font-size: 1.1em;
        margin-top: .25em;
    }
    .instaLinkTitle {
      margin-bottom: .4em;
    }
    .instaLinkBtn a {
        padding: .75em 5em;
        font-size: 1.25em;
    }
    .instaLinkBtn a:before,
 	 .instaLinkBtn a:after {
      top: .25em;
      right: .5em;
  }
}