@charset "utf-8";
.p-brand-list {
	margin-top: 36px;
}
/* ====== ブランド一覧 ====== */
.p-brand-list__header + .p-brand-list__content {
  margin-top: 40px;
}
.p-brand-list__content {
  padding-bottom: 60px;
}
.genre-content .p-brand-list__content {
  padding-bottom: 0;
}
.m-brand-list__inner {
  margin-top: -10px;
  margin-left: -10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-brand-list__item {
  -webkit-flex: 0 0 33.33%;
  -moz-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding-top: 10px;
  padding-left: 10px;
  max-width: 33.33%;
  width: 100%;
  box-sizing: border-box;
}
.m-brand-list__link {
  display: block;
  height: 100%;
}
.m-brand-list__link:hover .m-brand-list-item-brand-name--main {
  color: #bf0000;
  text-decoration: underline;
}
.m-brand-list-item {
  padding: 18px 23px 18px 10px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100%;
}
.m-brand-list-item::before {
  display: block;
  content: "";
}
.m-brand-list-item__inner {
  font-size: 0;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}
.m-brand-list-item__left,
.m-brand-list-item__right {
  display: inline-block;
  vertical-align: middle;
}
.m-brand-list-item__left {
  margin-right: -96px;
  padding-right: 106px;
  width: 100%;
  box-sizing: border-box;
}
.m-brand-list-item__right {
  width: 96px;
}
.m-brand-list-item-brand-name--main {
  display: block;
  font-size: 20px;
  line-height: 1.4em;
  color: #4bcd00;
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
}
.m-brand-list-item-brand-name--sub {
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4em;
  color: #999999;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
}
.m-brand-list-item-brand-img {
  text-align: center;
}
.m-brand-list-item-brand-img::before,
.m-brand-list-item-brand-img__img {
  display: inline-block;
  vertical-align: middle;
}
.m-brand-list-item-brand-img::before {
  content: "";
}
.m-brand-list-item-brand-img__img {
  max-width: 100%;
  max-height: 100%;
}
