.p-sub-category {
    margin: 15px 10px 15px 10px;
    padding: 0;
    list-style-type: none;
    border-bottom: #DDD solid 1px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #DDD;
}
  li.p-sub-category__item a {
      color: #000;
  }
  .p-sub-category::after {
    display: block;
    clear: both;
    content: '';
  }
  
  .p-sub-category__item {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 5px 5px;
  }
  
  .p-sub-category__image {
    display: block;
    margin-bottom: 10px;
  }
  
  .p-sub-category__link {
    display: block;
    transition: opacity .2s;
    text-decoration: none;
    color: #333;
  }
  
  .p-sub-category__link:hover {
    opacity: .66;
  }
  
  .p-sub-category__link:active {
    opacity: 1;
  }
  
  .p-sub-category__name {
    line-height: 1.3;
    position: relative;
    display: block;
    padding-left: .8em;
  }
  
  .p-sub-category__name::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '-';
  }
  
  @media screen and (min-width: 600px) {
    .p-sub-category {
      margin-right: 0;
      margin-left: 0;
    }
  
    .p-sub-category__item {
      width: 25%;
      padding: 15px 10px;
    }
  
    .p-sub-category__item:nth-child(4n + 1) {
      clear: both;
    }
  }
  
  @media screen and (max-width: 599px) {
    .p-sub-category__item:nth-child(2n + 1) {
      clear: both;
    }
  }
  .brand_head {
      padding: 0px 15px;
  }
  .c-image-box__image {
      width: 100%!important;
  }
  .brand_head {
      padding-bottom: 20px;
      border-bottom: 3px double #DDD;
  }
  .c-product-list__item {
      display: block!important;
      float: left!important;
  }
  .c-section__heading--sub-title {
      font-size: 20px!important;
  }
  /*******************
  上部メニュー表示追加
  *******************/
  @media screen and (min-width: 600px){
    .p-top-logo{display:none;}
    .subnav{display:none;}
    .p-product-body__share-buttons {
      float: right!important;
  }
  }
  @media screen and (max-width: 599px){
  .p-top-logo {
      text-align: center;
      position: relative;
  }
  .p-top-logo img {
      width: 120px;
  }
  
  .subnav li {
      float: left;
      font-size: 9px;
      list-style: none;
      width: 20%;
      border-left: 1px solid #DDD;
      border-bottom: 1px solid #DDD;
      text-align: center;
      padding-top: 8px;
      padding-bottom: 8px;
  }
  
  .subnav ul {
      width: 100%;
      margin: 0;
      padding: 0;
  }
  
  .subnav li a {
      color: #000;
      width: 100%;
      display: block;
      text-decoration: none;
      line-height: 120%;
  }
  .subnav i {
      display: block;
      font-size: 15px;
      padding-bottom: 3px;
    color: #3c3b39;
  }
  
  label.sp-global-header__unit.open-drawer-nav {
      position: absolute;
      top: 7px;
      border-right: transparent;
      width: 58px;
      background-color: rgba(0, 0, 0, 0.65);
      color: #ffffff;
      padding-top: 8px;
      padding-left: 8px;
      padding-right: 8px;
      left: 0px;
  }
  
  a.sp-global-header__unit {
      display: none;
  }
  
  div#pagetop wrap {
      padding-top: 0px!important;
  }
  
  label.sp-global-header__unit.open-drawer-nav span {
      font-size: 8px;
  }
  }
  .p-product-body__share-buttons {
      display: block;
      margin: 10px 0;
      padding: 0;
      list-style-type: none;
      float: right;
  }
  .c-product-sort__total {
      display: none;
  }
  .c-product-sort {
      display: none;
  }
  li.p-sub-category__item a {
      background-color: #9f9f9f;
      padding: 8px 5px;
      text-align: center;
      border-radius: 7px;
      color: #FFF!important;
      font-size: 12px!important;
  }
  .p-sub-category__name::before {
      display: none;
  }
  span.p-sub-category__name {
      padding-left: 0;
  }
  li.p-sub-category__item a:hover {
      opacity:0.8;
      text-decoration: none;
  }
  .row.brandlogobox {
    padding: 10px 10px 10px 10px;
}
.row.brandlogobox {
    padding-top: 10px;
}
.row.brandlogobox div {
    padding-bottom: 15px;
}
.row.brandlogobox.rowbox02 {
    padding: 10px 0px 10px 0px!important;
}
@media screen and (min-width: 767px) {
  .common_bannarbox{display:none;}
}