@charset "UTF-8";
/* =====================
	取扱ブランドリスト
 ======================= */
body .p-brand__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10rem 5%;
}

body .p-brand__list.is-layout-flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

body .p-brand__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  gap: 0;
  color: #333333;
}

body .p-brand__item__img {
  margin: 0 0 2rem;
}

body .p-brand__item__info {
  margin: 0 0 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 1rem !important;
}

body .p-brand__item__name_eng {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.0;
}

body .p-brand__item__name_jp {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.0;
}

body .p-brand__item__sns {
  margin-left: auto;
  font-size: 2rem;
}

body .p-brand__item__description {
  line-height: 1.4285714286;
  margin-bottom: 2rem;
}

body .p-brand__item__link {
  margin-top: auto;
}

body .p-brand__item__btn {
  display: block;
  width: 100%;
}

body .p-brand__item__btn .wp-block-button__link {
  display: block;
  color: #333333;
  border: 1px solid #333333;
  background: none;
  font-size: 1.6rem;
  line-height: 1.0;
  padding: 1.6rem 1.6rem 1.4rem;
}

body .p-brand__item__btn .wp-block-button__link:hover {
  background: #333333;
  color: var(--c_wht);
}

/* スマホ
  ------------------------ */
@media (max-width: 1023px) {
  body .p-brand__list {
    gap: 4rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .p-brand__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 48%;
            flex: 0 48%;
  }
  body .p-brand__item__info {
    margin-bottom: 1.5rem;
  }
  body .p-brand__item__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  body .p-brand__item__description {
    font-size: 1.2rem;
  }
  body .p-brand__item__btn .wp-block-button__link {
    font-size: 1.4rem;
    padding: 1.2rem 0.8rem 1rem;
  }
}
/*# sourceMappingURL=brand.css.map */