.category-search{
  width: 100%;
  max-width:400px;
}

/*menu*/
a.category-inner-search{
    position: fixed;
    left:10px;
    top: 10px;
    width: 44px;
    height: 44px;
    z-index: -1;
    cursor: pointer;
    display: block;
}
a.category-inner-search.active{
    z-index: 102;
}
div.pcmenu{
  min-height: 1100px;
}
div.pcmenu a.category-inner-search{
  display: none;
}

a.category-inner-search span{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
    z-index: 96;
}


a.category-inner-search.active span:nth-child(1){
    top: 20px;
    transform: rotate(45deg);
    background: #111;
}
a.category-inner-search.active span:nth-child(2){
    bottom: 22px;    
    transform: rotate(135deg);
    background: #111;
}

em.category-inner-search{
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  z-index: 0;
  padding:0 0 0 10px;
  margin:3px 0 0;
  background: #f0f0f0;
  height: 60px;
  display: flex;
  align-items: center;
  font-style: normal;
}
em.category-inner-search:before{
  position: absolute;
  content: "";
  top:23px;
  right:10px;
  display: block;
  width: 40px;
  height: 2px;
  background: #333;
}
em.category-inner-search:after{
  position: absolute;
  content: "";
  top:35px;
  right:10px;
  display: block;
  width: 40px;
  height: 2px;
  background: #333;
}


/*gnav tab_btn*/
nav.category-inner-nav{
    background: rgb(255,255,255);
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    z-index: 101;
    margin-left:-8px;
}
div.pcmenu nav.category-inner-nav{
  display: block;
}
nav.category-inner-nav + div.fs-c-subgroup{
  display: none;
}

.category-inner-nav-box{
    /*display: flex;*/
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    margin-top: 60px;
}
div.pcmenu .category-inner-nav-box {
  height: auto;
}

.category-inner-nav-box p{
  float: right;
  margin:-60px 10px 0 0;
  padding-top: 5px;
}
div.pcmenu .category-inner-nav-box p{
  display: none;
}

.tab_btn-box ul{
    display: flex;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
    padding-left: 0;
}
div.pcmenu .tab_btn-box ul{
  margin-top:-60px;
}
.tab_btn-box li{
    list-style: none;
    margin: 0;
    text-align: center;
    width: 33.33333333%;
}
.tab_btn-box li a{
    font-size: 1.4rem;
    display: block;
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 10px 15px;
    color: #333;
}
div.pcmenu .tab_btn-box li a{
  font-size: 1.2rem;
  padding: 10px 2px;
}
.tab_btn-box li a span{
  font-size: 1.1rem;
  display: block;
}
.tab_btn-box li a:hover{
    color: #06f;
    text-decoration: none;
}
.is-active-btn{
  background: #eee;
}
@media screen and (max-width:767px){
  .tab_btn-box li a{
    font-size: 1.2rem;
    width: 100%;
    padding: 10px 5px;
  }
  .tab_btn-box li a span{
    font-size: 1.0rem;
  }
}


/*最低限タブが機能するのに必要なスタイル*/
.tab_item{
  display: none;
}

.is-active-item {
  display: flex;
  flex-wrap: wrap;
  background: #eee;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.is-active-item div{
  width: 100%;
  margin:0;
  padding: 20px 6px;
}


div.pcmenu .is-active-item div{
  width: 99%;
}
.is-active-item div.tab_item-box-colspan{
  width: 99%;
  padding:20px 10px 0;
}
.is-active-item.column{
  flex-direction: column;
}
.is-active-item.column div{
  width: 99%;
}

.is-active-item span{
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0;
}
.is-active-item ul{
  margin:5px 0 0;
  padding-left: 0;
  display: flex;
  flex-wrap:wrap;
}
.is-active-item ul li{
  list-style: none;
  margin: 4px 0;
  padding-bottom: 8px;
  border-bottom:1px dotted #ddd;
  width: 50%;
}
.is-active-item ul li{
  list-style: none;
  margin: 4px 0;
  padding-bottom: 8px;
  border-bottom:1px dotted #ddd;
  width: 50%;
}
@media screen and (max-width:767px){
  .is-active-item ul li{
    margin: 3px 0;
    padding-bottom: 6px;
    display: flex;
  }
}
.is-active-item ul.maker li{
  width: 100%;
}
div.pcmenu .is-active-item ul li{
  width: 100%;
  margin: 2px 0;
  padding-bottom: 4px;
  display: flex;
}
.is-active-item ul li:before{
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.3em;
}
.is-active-item ul li a{
  color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size:1.2rem;
  width: 100%;
  display: block;;
  line-height: 1.8;
}
.is-active-item ul li a:hover{
  color: #06f;
  background: #f9f9f9;
  text-decoration: none;
}
