@charset "UTF-8";

#brand {
  margin: 0 auto;
  max-width: 1280px;
}

/* ================================================
  section
================================================ */
#brand .sec-wrap {
  margin: 60px 0 0;
}

/* ================================================
  heading
================================================ */
#brand .hdg-lv1 {
  font-size: 32px;
  font-weight: bold;
  color: #666;
  border-bottom: 2px solid #f69cbb;
}
#brand .hdg-lv2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color: #333;
  border: none;
}
#brand .hdg-lv2-en {
  padding: 0 0 4px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 1.1428;
}

/* ================================================
  label
================================================ */
#brand .label-size {
  padding: 7px 8px 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: pre;
  color: #fff;
  border-radius: 2px;
  background-color: #f69cbb;
}
/* IE */
@media all and (-ms-high-contrast: none) {
  #brand .label-size {
    padding: 9px 8px 3px;
  }
}

/* ================================================
  list
================================================ */
#brand .products-handled {
  margin: 14px 0 0;
  font-size: 14px;
  color: #666;
}
#brand .products-handled > dt {
  padding: 5px 0 4px;
  font-weight: bold;
  background-color: #f4f4f5;
}
/* IE */
@media all and (-ms-high-contrast: none) {
  #brand .products-handled > dt {
    padding: 7px 0 2px;
  }
}
#brand .products-handled > dt,
#brand .products-handled > dd {
  padding-left: 1em;
}
#brand .products-handled > dd {
  margin-top: 10px;
}

#brand .list-brand {
  margin: 60px 0 0;
  display: flex;
  flex-wrap: wrap;
}
#brand .list-brand-item {
  padding: 20px 17px 10px;
  width: calc(100% / 3);
  min-height: 236px;
  border: 1px solid #ccc;
}
/* IE */
@media all and (-ms-high-contrast: none) {
  #brand .list-brand-item {
    width: 33.33%;
  }
}
#brand .list-brand-item:nth-child(3n),
#brand .list-brand-item:nth-child(3n - 1) {
  border-left: none;
}
#brand .list-brand-item:nth-child(n + 4) {
  border-top: none;
}
#brand .list-brand-item > a {
  display: flex;
  align-items: center;
}
#brand .list-brand-item > a img {
  image-rendering: -webkit-optimize-contrast;
  user-select: none;
}
#brand .list-brand-item > a .txt-brand {
  margin: 0 10px;
  font-size: 14px;
  font-weight: bold;
}
#brand .list-brand-item > a .label-size {
  margin-left: auto;
}
#brand .list-brand-item .txt-brand-desc {
  margin-top: 20px;
  text-align: justify;
}
#brand .list-brand-item .products-handled {
  margin-top: 20px;
  font-size: 12px;
}

/* ================================================
  link
================================================ */
#brand .link-txt {
  margin: 20px 0 0;
  display: inline-block;
  color: #707070;
  font-weight: bold;
}
#brand .link-txt::before {
  margin-right: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #f69cbb;
  position: relative;
  content: "";
}

/* ================================================
  layout
================================================ */
#brand .layout-intesucre {
  margin: 60px 0 0;
  display: flex;
  justify-content: space-between;
  border: 1px solid #ccc;
}
#brand .layout-intesucre .area-txt {
  padding: 20px 90px;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#brand .layout-intesucre .area-txt > *:first-child {
  margin-top: 0;
}
#brand .layout-intesucre .area-txt,
#brand .layout-intesucre .area-img {
  width: 50%;
}
#brand .layout-intesucre .area-img {
  order: 1;
}
#brand .layout-intesucre .area-img > img {
  display: block;
  user-select: none;
}
#brand .layout-brand {
  display: flex;
  align-items: center;
}
#brand .layout-brand + p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.64;
  text-align: justify;
}
#brand .name-brand-logo {
  display: inline-block;
}
#brand .name-brand-txt {
  margin-left: 16px;
  display: inline-block;
  vertical-align: super;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #666;
}
#brand .layout-intesucre .area-txt .label-size {
  margin-left: auto;
}

/* ================================================
  Adjust
================================================ */
#brand .sp-only {
  display: none;
}