@charset "UTF-8";

/*================================================
 *  brandlist
 ================================================*/
#brandlist .brandBox {
  text-align: center;
  margin: 50px 0 150px;
  background: #b5b3b2;
  color: #fff;
  padding-bottom: 60px;
}
#brandlist .brandBox .brandLogo {
  width: 230px;
  margin: 50px auto 15px;
}
#brandlist .next p {
  margin-top: 30px;
  font-size: 12px;
  font-family: 'Cormorant SC', serif;
  letter-spacing: .15em;
}

@media screen and (max-width:768px) {
  #brandlist .brandBox p.txt-high {
    text-align: left;
    padding: 0 20px;
  }
  #brandlist .brandBox .brandLogo {
    width: 170px;
  }
  #brandlist .next img {
    width: 70%;
  }
}



