#brand-welcome.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

#brand-salutation, #brand-image {
  line-height: 2.5em;
}

.brand-name > span {
  font-size: 0.7em;
}

@media (min-width: 769px) {
  #brand-salutation, #brand-image {
    margin: 1%;
    width: 48%;
  }
  .title-brand {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .category-title img {
    margin: 1rem 1rem 1rem 0;
  }
  .brand-name {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    padding-left: 1rem;
    font-size: 1.3em;
  }
  img + .brand-name {
    font-size: 0.7em;
    font-weight: normal;
    color: #bbb;
  }
}
@media (max-width: 768px) {
  #brand-welcome {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #brand-salutation, #brand-image {
    width: 100%;
  }
  #brand-image {
    order: 1;
  }
  #brand-salutation {
    margin-top: 2em;
    order: 2;
  }
  .title-brand {
    display: block;
    text-align: center;
  }
  .sp_mar_0 {
    margin: 0;
  }
  .brand-name {
    padding-bottom: 1em;
  }
  img + .brand-name {
    display: block;
    color: #bbb;
    font-size: 0.5em;
    font-weight: normal;
    margin-top: 1em;
    padding-bottom: 1em;
  }
}
h2.bor_b_1, h3.bor_b_1 {
  border-bottom: solid #333 1px;
  font-size: 19px;
}

.category-list {
  padding-bottom: 50px;
}
.category-list > li {
  display: table;
}

.category-list > li + li {
  border-left: solid 1px #ccc;
}
.category-list > li > a {
  border-radius: 8px;
  display: table-cell;
  height: 3em;
  vertical-align: middle;
}
.category-list > li > a:hover {
  background-color: #efefef;
  text-decoration: none;
}

/*ブランド画像*/
.image_portrait #brand-image {
  text-align: center;
}

@media (min-width: 769px) {
  .image_portrait #brand-image img {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .image_portrait #brand-image {
    max-height: 80vw;
    min-height: 434px;
    overflow: hidden;
  }
  .image_portrait #brand-image img {
    object-fit: cover;
    width: 100%;
  }
}/*# sourceMappingURL=product_list.css.map */