/* 区切り線の装飾 */
.contents_border-unique{
  border-bottom: 1px solid #dbdbdb;
  margin:0 auto;
  margin-bottom:35px;
  width: 100%;
  max-width: 1080px;
  padding:0 5px;
}


/* #CateP-itemspec li{
  display: none;
} */
/* .bl_catGroup_flex_list > li {
  display: none;
} */

.CateP-inner{
    position: relative;
    min-height: 200px;
}
.CateP-tab-inner{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 5px;
}
.CateP-tabButton{
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
    padding: 0 5px;
}

@media screen and (min-width: 751px) {
  .bl_catGroup_flexWrap .bl_catGroup_flex_list{
    padding: 30px;  
  }
}

.cate-tab_hide{
    display: none;
}

.cate-tab_active,.cate-list_active{
    display: block !important;
}

/* タブ切り替え用CSS */
.cate-tab_Target{
  display: none;
}

.cate-tab_Target.cate-tab_active{
  display: block;
}


.bl_catGroup_flex_list > li > ul{
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: start;
}

.Cateloader {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  min-height:200px;
}
.Cateloader::after {
  content: "";
  border: 1px solid #fff;
  border-top: 1px solid #777; /* Blue */
  border-left: 1px solid #777; /* Blue */
  border-bottom: 1px solid #777; /* Blue */
  border-radius: 50%;
  width: 38px;
  height: 38px;
  animation: Cateloader 0.8s linear infinite;
}

  
@keyframes Cateloader {
  0% { 
    transform: rotate(0deg) scale(0.75); 
  }
  100% { 
    transform: rotate(360deg) scale(0.75); 
  }
}

.CateP-tabButton{
  border-bottom: 1px solid #1c1c1c;
}

.cate-tab_Trigger{
  cursor: pointer;
  border:1px solid #1c1c1c;
  border-bottom: none;
  background-color: #fff;
  padding: 4px 8px;
}

.cate-tab_Trigger:hover{
  color: #fff;
  background: #1c1c1c;
}

.cate-tab_Trigger.cate-tab_active{
  color: #fff;
  background: #1c1c1c;
}


/* 各リンクの装飾 */
.CateOriCom > li > a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 4px;
}
.CateOriCom > li > a:hover {
  background: #efefef;
  border-radius: 12px;
}


  /* テキストのみの時 */
  .subtype-txt > li > a,
  .subtype-txt > li > a:hover{
    display: flex;
    padding: 10px 14px 8px 14px;
    align-items: center;
  }

  .subtype-txt > li > a::before{
    content: "";
    background-image: url(https://kurashiec202009.itembox.design/item/_assets/img/category_icon/icon_cate_subicon.svg);
    width: 12px;
    height: 12px;
    display: block;
    margin-right: 4px;
    margin-top: -2px;
  }

  

/* 各レイアウト関連 */

/* タブ表示部分 */
.CateP-tabButton > li{
  font-size: 14px;
  margin-right: 16px;

}
@media screen and (max-width:751px) {
  .CateP-tabButton{
    border-bottom: 1px solid #1c1c1c;
    margin: 1rem auto;
    scrollbar-width: none;
    width: 100vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    margin: 1rem auto;
    overflow: hidden;
    -ms-overflow-style: none;
    overflow-x: scroll;
    padding-left: 4vw;
    padding-right: 4vw;
    scrollbar-width: none;
    width: 100vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .CateP-tabButton::-webkit-scrollbar{
    display: none;
  }

  .CateP-tabButton > li{
  line-height: 1.2;
  padding: 8px 12px;
  min-width: max-content;
  min-width: 135px;
  display: block;
  text-align: center;  
  white-space: nowrap;
  }
}
@media screen and (max-width:340px) {

  .CateP-tabButton > li{
    min-width: max-content;
    min-width: 125px;
}
}

.CateP-tabButton > li:last-child{
  margin-right: 0;
}



/* サブカテ画像もろもろ */

.CateP-tabContent figure > img{
  max-width: 80px;
  max-height: 80px;
}

.CateP-tabContent figure{
  min-width: 80px;
  max-width: 80px;
  line-height: 1.2;
  margin: 0 auto;
}

.CateP-tabContent figure > figcaption{
  font-size: 12px;
  margin:0;
  padding:0px 4px;
  text-align: justify;
}

.CateP-tabContent figure > figcaption > span{
  text-justify: auto;
}

.bl_catGroup_flex_list > li > ul > li{
  min-width: max-content;
  margin-right: 12px;
  margin-bottom: 14px;
}

.bl_catGroup_flex_list > li > ul > li:last-child(){
  margin-right: 0px;
}


/* チェックボックス装飾のリセット／ */
/* *:focus{
  outline: none;
} */


/* チェックボックス関連のチェック時のデザイン調整 */
.CateOriCom input[type="checkbox"]{
  display: none;
}

.CateOriCom > div > label,
.CateOriCom > ul > li > label{
  position: relative;
}
.CateOriCom label{
  user-select:none;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

.CateOriCom input[type=checkbox] + label > span{
  /* display: block; */

  /* width: 20px; */
  /* height: 20px; */
  /* padding:4px ; */
  
}

.CateOriCom input[type=checkbox] + label > span::before {
  content: "";
  display: inline-block;
  /* width: 20px; */
  /* height: 20px; */

}
.CateOriCom input[type=checkbox] + label > span::after {
  content: "";
  display: inline-block;
  /* width: 20px; */
  /* height: 20px; */
  opacity: 0;
}



/* チェックボックスのデフォルト表示 */
.CateOriCom input[type=checkbox] + label{
  border: 1px solid #000;
  box-shadow: none;
  padding: 2px 14px;
  border-radius: 20px;
  font-size: 13px;
}
@media screen and (max-width:751px) {

  .CateOriCom input[type=checkbox] + label{
    margin-bottom: 14px;
  } 
}


/* ホバー時のデザイン調整 */
.CateOriCom input[type=checkbox] + label:hover {
  color: #000;
  outline: 2px solid #000;
  outline-offset: -2px;
  padding: 2px 14px;
  border-radius: 20px;
}

.CateOriCom .Cate-SMP input[type=checkbox] + label:hover {
  outline: none;
}


/* チェック入れた時 */

.CateOriCom input[type=checkbox]:checked + label{
  background: #000;
  color: #fff;
  padding: 2px 14px;
  border-radius: 20px;
}

/* 大ジャンルっ表示 */
.Cate-taggenre input[type=checkbox] + label,
.Cate-taggenre input[type=checkbox] + label:hover,
.Cate-taggenre input[type=checkbox]:checked + label,
.Cate-taggenre input[type=checkbox]:checked + label:hover{
  padding: 8px;
}

@media screen and (max-width:834px) {
.Cate-taggenre{
   padding-top: 14px; 
  }
  /* スクロールバーが表示された時のレイアウトズレ調整 */
.bl_catGroup_flex_list > li:not(:last-child) > ul{
  padding-bottom: 12px;
}

}

/* } */
/* .CateOriCom input[type=checkbox]:checked + label > span::before {
  content: "";
  display: inline-block;
  background-color:aqua;
  color: green;
  font-size: 12px;
  width: 20px;
  height: 20px;
} */

/* .CateOriCom input[type=checkbox]:checked + label > span::after {
  content: "";
  display: inline-block;
  font-size: 12px;
  opacity: 1;
} */

.CateOriCom > div{
  display: flex;
  flex-direction: column;
}

.Cate-tagtype{
  display: flex;
  overflow-x: auto;
  flex-direction: column;
}

.Cate-tagtype > div{
  margin-top: 24px;
}
.Cate-tagtype > div > h4{
  font-weight: 700;
}

.Cate-tagtype div > ul{
  display: flex;
  overflow-x: auto;
  align-items: center;
}

@media screen and (min-width:834px) {
  .Cate-tagtype div > ul{
    flex-wrap: wrap;
  }
}

.Cate-tagtype label{
  background: #fff;
  border: 1px solid #1c1c1c;
  margin: 4px 4px 4px 0;
  /* padding: px; */
  /* border-radius: 16px; */
}
.Cate-tagtype div > ul > li{
  margin-right: 4px;
  min-width: max-content;
}
.Cate-tagtype div > ul > li > label {
  /* padding: 7px; */
  display: block;
}

/* 検索ボタン */
.Cate-searchbtn button{
  min-width: 240px;
  width: 25%;
  margin: 0 auto;
  margin-top: 34px;
  border: 1px solid #000;
  padding: 6px 0px;
  color: #000;
}
.Cate-searchbtn button:hover {
  background: #000;
  color: #fff;
}


/* 商品がないとき */
.fs-c-noResultMessage__title{
  background: #eee;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #666;
  display: flex;
  flex-direction: column;
  margin: 0 5%;
}

.fs-c-noResultMessage__title::before,.fs-c-noResultMessage__title::after {
  content: "";
  border-bottom: 1px solid #999;
  margin: 12px;
}

.inner.category_ranking_wrap{
  margin-bottom: 32px;
}

.inner.category_topics_wrap,
.Categorypickup2.category_history_wrap{
  margin-top: 32px;
}

.Cate-subcate-text{
  text-align: center!important;
}