@charset "UTF-8";
html[data-browse-mode="P"] .brand-list-page-title {
  font-size: 26px;
  margin: 0 0 40px;
}
html[data-browse-mode="P"] .brand-list-page-container .search-brand-list-wrapper-title h3 {
  border-bottom: 2px solid #eee;
  margin: 0 0 26px;
  padding: 0 0 18px;
  font-size: 18px;
  line-height: 1;
}
html[data-browse-mode="P"] .brand-list-page-container .search-brand-list-wrapper-item {
  border: none;
  margin-bottom: 60px;
}
html[data-browse-mode="P"] .brand-list-page-container .search-brand-list-wrapper-item ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  position: relative;
  gap: 15px 0;
}
html[data-browse-mode="P"] .brand-list-page-container .search-brand-list-wrapper-item li {
  border-bottom: none;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
html[data-browse-mode="P"] .brand-list-page-container .search-brand-list-wrapper-item li:before {
  content: "・";
  color: #333;
}
html[data-browse-mode="P"] .brand-list-page-container .search-brand-list-wrapper-item li a {
  display: inline-block;
  width: auto;
  height: auto;
  min-height: auto;
  position: relative;
  color: #333;
  line-height: 1.72;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html[data-browse-mode="P"] .category-num,
html[data-browse-mode="P"] .brand-num {
  font-size: 12px;
  color: #888;
}
html[data-browse-mode="S"] .brand-list-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 12.5px;
  position: relative;
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
}
html[data-browse-mode="S"] .search-brand-list {
  border-top: 1px solid #eee;
}
html[data-browse-mode="S"] .search-brand-list-wrapper .search-brand-list-wrapper-title h3 {
  border-bottom: 1px solid #eee;
  padding: 0 3.35vw;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html[data-browse-mode="S"] .search-brand-list-wrapper .search-brand-list-wrapper-title h3:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: url("/img/usr/common/plus.png") no-repeat center/contain;
}
html[data-browse-mode="S"] .search-brand-list-wrapper .search-brand-list-wrapper-title.is-open h3:after {
  background: url("/img/usr/common/minus.png") no-repeat center/contain;
}
html[data-browse-mode="S"] .search-brand-list-wrapper-item {
  display: none;
}
html[data-browse-mode="S"] .search-brand-list-wrapper-item li {
  border-bottom: 1px solid #eee;
  background: #fbfbfb;
}
html[data-browse-mode="S"] .search-brand-list-wrapper-item li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  min-height: 50px;
  position: relative;
  color: #555;
  font-size: 14px;
  line-height: 1.43;
  padding: 10px calc(3.35vw + 20px) 10px 3.35vw;
  word-break: break-all;
}
html[data-browse-mode="S"] .search-brand-list-wrapper-item li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(3.35vw + 4px);
  content: "";
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: solid 1px #bbb;
  border-right: solid 1px #bbb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
html[data-browse-mode="S"] .category-num,
html[data-browse-mode="S"] .brand-num {
  font-size: 12px;
  color: #888;
}
html[data-browse-mode="S"] .search-brand-list-wrapper.none {
  display: none;
}
