.p-brand-content__cluster.is-hide {
  display: none;
}

.p-brand-tab__list {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.p-brand-tab__list li {
  width: 400px;
  border: 1px solid #3b4043;
  box-sizing: border-box;
}

.p-brand-tab__list li a {
  display: block;
  padding: 4px 0;
  font-size: 12px;
  text-align: center;
  color: #3b4043;
}

.p-brand-tab__list li.is-select a {
  color: #fff;
  background-color: #3b4043;
}

.p-brand-container {
  margin-top: 0;
}

.p-brand-content__cluster__brands {
  justify-content: flex-start;
  position: relative;
  margin-top: 20px;
  margin-left: 0;
}

.p-brand-content__cluster__brands li {
  width: 204px;
  margin-left: 0;
  margin-right: 30px;
}

.p-brand-content__cluster__brands li a {
  color: #3b4043;
}

.p-brand-tab__item {
  display: none;
}

.p-brand-tab__item.is-select {
  display: block;
}

.p-brand-menu,
.p-brand-content {
  width: 100%;
  float: none;
}

.p-brand-menu__list {
  display: flex;
  margin: 0 0 52px -15px;
}

.p-brand-menu__list li {
  border: none;
  border-right: 1px solid #3b4043;
}

.p-brand-menu__list li a {
  padding: 0 15px;
  line-height: 1;
}

.p-brand-menu__list li a.is-active {
  color: #469de2;
  text-decoration: underline;
}

.p-brand-menu__list li:last-child {
  border: none;
}

.p-brand-menu__list__link:after {
  display: none;
}
.p-brand-tab__item-all .p-brand-content__cluster__brand__description {
  display: none;
}
.p-brand-tab__item-pickup h2 {
  margin: 0 0 40px;
}
.p-brand-tab__item-pickup .p-brand-content__cluster__brands {
  justify-content: space-between;
}
.p-brand-tab__item-pickup .p-brand-content__cluster__brands:before,
.p-brand-tab__item-pickup .p-brand-content__cluster__brands:after {
  content: "";
  display: inline-block;
  width: 300px;
  height: 100%;
}
.p-brand-tab__item-pickup .p-brand-content__cluster__brands:before {
  order: 2;
}
.p-brand-tab__item-pickup .p-brand-content__cluster__brands li {
  width: 300px;
  margin-right: 0;
}

.p-brand-tab__item-pickup .p-brand-content__cluster__brands li .p-brand-content__cluster__brand__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.p-brand-tab__item-pickup .p-brand-content__cluster__brands .is-black .p-brand-content__cluster__brand__image {
  background-color: #000;
}