@charset "UTF-8";

#brand {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1280px;
}

/* ================================================
  section
================================================ */
#brand .sec-wrap {
  margin: 70px 0 0;
}
#brand .hdg-lv1 + .sec-wrap {
  margin-top: 30px;
}

/* ================================================
  heading
================================================ */
#brand .hdg-lv1 {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  border-bottom: 2px solid #f69cbb;
}
#brand .hdg-lv2 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
  color: #333;
  border: none;
  background: none;
}
#brand .hdg-lv2-en {
  padding: 0 0 4px;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

/* ================================================
  label
================================================ */
#brand .label-size {
  padding: 7px 8px 5px;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  white-space: pre;
  color: #fff;
  border-radius: 2px;
  background-color: #f69cbb;
}

/* ================================================
  list
================================================ */
#brand .products-handled {
  margin: 22px 0 0;
  font-size: 14px;
  color: #666;
}
#brand .products-handled > dt {
  padding: 4px 0 2px;
  font-weight: bold;
  background-color: #f4f4f5;
}
#brand .products-handled > dt,
#brand .products-handled > dd {
  padding-left: 1em;
}
#brand .products-handled > dd {
  margin-top: 10px;
}

#brand .list-brand {
  margin: 15px 0 0;
}
#brand .list-brand-item {
  padding: 15px 0;
}
#brand .list-brand-item + .list-brand-item {
  border-top: 1px solid #ccc;
}
#brand .list-brand-item:last-child {
  border-bottom: 1px solid #ccc;
}
#brand .list-brand-item .list-brand-item-inner {
  display: flex;
  align-items: center;
}
#brand .list-brand-item > a img {
  width: 78px;
  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-left: 88px;
  padding-top: 15px;
  font-size: 12px;
  line-height: 1.58;
  text-align: justify;
}
#brand .list-brand-item .products-handled {
  margin: 14px 0 0 88px;
  font-size: 12px;
  line-height: 1.58;
}
#brand .list-brand-other {
  display: flex;
}
#brand .list-brand-item .list-brand-other .list-brand-item-inner {
  margin-right: 10px;
  display: block;
  width: 78px;
}
#brand .list-brand-item .list-brand-other .txt-brand-desc {
  margin: 0;
  padding: 6px 0 0;
  flex: 1;
}

/* ================================================
  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: 30px 0 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
#brand .layout-brand .label-size {
  margin-left: auto;
}
#brand .layout-intesucre .area-img > img {
  display: block;
  user-select: none;
}
#brand .layout-brand {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
#brand .layout-brand + p {
  margin-top: 22px;
  font-size: 12px;
  line-height: 1.58;
  text-align: justify;
}
#brand .name-brand-logo {
  display: inline-block;
  width: 120px;
}
#brand .name-brand-txt {
  margin-left: 10px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #666;
}

/* ================================================
  Adjust
================================================ */
#brand .pc-only {
  display: none;
}
