@charset "UTF-8";
@font-face {
  font-family: 'NotoSans-regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSans-medium';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'NotoSans-bold';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot");
  src: url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.ttf") format("truetype");
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ==============================================
  COMPANY

  memo:

  @mixin ============================================= */
#brands-page {
  background-color: #faf4ec;
}

/*  --------------------------------------------------
  MODULE
 -------------------------------------------------- */
/*  --------------------------------------------------
  htmlコンテナ
 -------------------------------------------------- */
.htmlContainer {
  width: 100%;
  min-height: 800px;
  position: relative;
}

.container {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 106px;
}

/*  --------------------------------------------------
  MAIN
 -------------------------------------------------- */
.main {
  width: calc(100% - 48px);
  min-width: 1160px;
  margin: 0 auto;
  display: table;
  position: relative;
  z-index: 0;
}

.main__inner {
  width: 100%;
  height: 612px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.main__inner__images {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  zoom: 1;
  display: block;
  height: 100%;
  width: 2000px;
  pointer-events: none;
}

.main__inner__images:after {
  content: "";
  clear: both;
  display: block;
}

.main__inner__images li {
  float: left;
}

.main__inner__title {
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  color: #faf4ec;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.0em;
  letter-spacing: .1em;
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  margin-bottom: 15px;
}

.main__inner__titleJp {
  color: #faf4ec;
  font-size: 14px;
  line-height: 1.0em;
  font-family: Georgia, "Hiragino Mincho ProN", "kozuka-mincho-pr6n", "HGS明朝E", メイリオ, Meiryo, serif;
  letter-spacing: .2em;
  position: relative;
  z-index: 1;
}

.main__inner__titleJp.lang__en {
  display: none;
}

/*  --------------------------------------------------
  BRAND LIST
 -------------------------------------------------- */
.list {
  position: relative;
  z-index: 1;
  width: 1160px;
  margin: -58px auto 112px auto;
}

.list__nav {
  background-color: #4F4447;
  display: table;
  height: 111px;
  width: 100%;
}

.list__nav ul {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
}

.list__nav li {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 226px;
  margin-top: 10px;
}

.list__nav li:last-child {
  margin-right: 0;
}

.list__nav a {
  font-size: 14px;
  color: #FAF4EC;
  letter-spacing: .1em;
  line-height: 1.0em;
  padding: 15px 0 10px 0;
  position: relative;
}

.list__nav .is-current {
  pointer-events: none;
}

.list__nav .is-current a:after {
  content: ' ';
  width: 100%;
  height: 4px;
  display: block;
  background-color: #c59a67;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
}

.list__content {
  background-color: #ffffff;
}

.list__content__block {
  zoom: 1;
  display: none;
}

.list__content__block:after {
  content: "";
  clear: both;
  display: block;
}

.list__content__block.is-current {
  display: block;
}

.list__content__block li {
  float: left;
}

.list__content__block a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.list__content__block a:before, .list__content__block a:after {
  content: ' ';
  display: block;
  background-color: #ebebeb;
}

.list__content__block a:before {
  width: 220px;
  height: 1px;
  position: absolute;
  left: 35px;
  top: 0px;
  z-index: 1;
}

.list__content__block a:after {
  width: 1px;
  height: 220px;
  position: absolute;
  right: 0px;
  top: 35px;
  z-index: 1;
}

.list__content__block li:nth-child(1) a:before, .list__content__block li:nth-child(2) a:before, .list__content__block li:nth-child(3) a:before, .list__content__block li:nth-child(4) a:before {
  border: none;
}

.list__content__block li:nth-child(4n) a:after {
  border: none;
}

.list__content__block img {
  position: relative;
  z-index: 0;
}

/*  --------------------------------------------------
  DETAILS
 -------------------------------------------------- */
.details {
  width: calc(100% - 48px);
  min-width: 1160px;
  margin: 0 auto 115px auto;
  position: relative;
  background-color: #ffffff;
  position: relative;
}

.details:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 58px;
  background-color: #faf4ec;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 0;
}

.details__name {
  text-align: center;
  padding: 49px 0 16px 0;
}

.details__content {
  width: 1160px;
  margin: 0 auto;
  zoom: 1;
  position: relative;
  z-index: 1;
}

.details__content:after {
  content: "";
  clear: both;
  display: block;
}

.details__content__ph {
  width: 580px;
  float: left;
  position: relative;
}

.details__content__ph ul {
  display: block;
  width: 100%;
  height: 906px;
  position: relative;
  z-index: 0;
}

.details__content__ph li {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.details__content__ph__paging {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  zoom: 1;
}

.details__content__ph__paging:after {
  content: "";
  clear: both;
  display: block;
}

.details__content__ph__paging p {
  width: 58px;
  height: 58px;
  float: right;
  display: table;
}

.details__content__ph__paging a {
  background-color: #FAF4EC;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.details__content__spec {
  width: 522px;
  float: right;
  padding-top: 47px;
}

.details__content__spec__caps {
  border-bottom: #d2cfcb solid 1px;
  padding-bottom: 28px;
  zoom: 1;
  margin-bottom: 24px;
}

.details__content__spec__caps:after {
  content: "";
  clear: both;
  display: block;
}

.details__content__spec__caps h3 {
  font-size: 14px;
  color: #303D5C;
  font-family: "NotoSans-bold", sans-serif;
  font-weight: 700;
  float: left;
}

.details__content__spec__caps__cat {
  font-size: 11px;
  float: right;
  color: #303D5C;
  letter-spacing: .1em;
}

.details__content__spec__sns {
  zoom: 1;
  margin-bottom: 15px;
}

.details__content__spec__sns:after {
  content: "";
  clear: both;
  display: block;
}

.details__content__spec__sns ul {
  float: right;
  display: block;
  font-size: 0;
  letter-spacing: 0;
}

.details__content__spec__sns li {
  font-size: 14px;
  letter-spacing: normal;
  display: inline-block;
  margin-left: 17px;
  vertical-align: middle;
}

.details__content__spec__sns a {
  display: block;
  paddign: 24px 0;
  line-height: 1.0em;
}

.details__content__spec__text {
  color: #303d5c;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 2.28em;
}

.details__content__spec__text p {
  margin-bottom: 2.28em;
}

.details__content__spec__text a:link, .details__content__spec__text a:visited {
  text-decoration: underline;
  font-weight: bold;
}

.details__content__spec__text a:hover, .details__content__spec__text a:active {
  text-decoration: none;
  font-weight: bold;
}

/*  --------------------------------------------------
  SHOP LIST
 -------------------------------------------------- */
.shoplist {
  width: 1160px;
  margin: 0 auto 182px auto;
  zoom: 1;
}

.shoplist:after {
  content: "";
  clear: both;
  display: block;
}

.shoplist__shops__title {
  width: 348px;
  float: left;
}

.shoplist__shops__title h4 {
  font-size: 30px;
  line-height: 1.0em;
  color: #303d5c;
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  font-weight: 400;
  letter-spacing: .1em;
  margin-bottom: 30px;
}

.shoplist__shops__title__jp {
  color: #aaaaaa;
  font-size: 12px;
  line-height: 1.5em;
  font-family: Georgia, "Hiragino Mincho ProN", "kozuka-mincho-pr6n", "HGS明朝E", メイリオ, Meiryo, serif;
  letter-spacing: .2em;
}

.shoplist__shops__content {
  width: 812px;
  float: right;
}

.shoplist__shops__content__cat {
  zoom: 1;
  width: 100%;
}

.shoplist__shops__content__cat:after {
  content: "";
  clear: both;
  display: block;
}

.shoplist__shops__content__cat dl {
  float: left;
  width: 348px;
}

.shoplist__shops__content__cat dt {
  font-size: 16px;
  color: #303D5C;
  font-weight: bold;
  margin-bottom: 45px;
}

.shoplist__shops__content__cat dd {
  color: #303D5C;
  font-size: 12px;
  line-height: 2.0em;
}

/*  --------------------------------------------------
  BRAND LIST
 -------------------------------------------------- */
.brandlist {
  width: 100%;
  height: 250px;
  min-width: 1160px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}

.brandlist__wrap {
  width: 20000px;
  position: absolute;
  left: 0px;
  top: 85px;
  z-index: 0;
  height: 80px;
  zoom: 1;
}

.brandlist__wrap:after {
  content: "";
  clear: both;
  display: block;
}

.brandlist__wrap ul {
  display: block;
  zoom: 1;
  position: relative;
  float: left;
}

.brandlist__wrap ul:after {
  content: "";
  clear: both;
  display: block;
}

.brandlist__wrap li {
  display: block;
  float: left;
  padding: 0 30px;
}

.brandlist__wrap img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(100%);
  transition: all .2s ease-out;
}

.brandlist__wrap a {
  display: block;
}

.brandlist__wrap a:hover img {
  transition: all .2s ease-out;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(0);
}

@media screen and (max-width: 768px) {
  /* ==============================================
  SP ABOUT

  memo:

  @mixin ============================================= */
  #brands-page {
    background-color: #faf4ec;
  }
  /*  --------------------------------------------------
  MODULE
 -------------------------------------------------- */
  /*  --------------------------------------------------
  htmlコンテナ
 -------------------------------------------------- */
  .htmlContainer {
    width: 100%;
    min-height: auto;
    position: relative;
  }
  .container {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 0;
  }
  /*  --------------------------------------------------
  MAIN
 -------------------------------------------------- */
  .main {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
    display: table;
    position: relative;
    z-index: 0;
  }
  .main__inner {
    width: 100%;
    height: 265px;
    height: 82.8125vw;
    background-size: cover;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .main__inner__images {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    zoom: 1;
    display: block;
    height: 100%;
    width: 2000px;
    pointer-events: none;
  }
  .main__inner__images:after {
    content: "";
    clear: both;
    display: block;
  }
  .main__inner__images li {
    float: left;
  }
  .main__inner__images img {
    height: 265px;
    height: 82.8125vw;
    width: auto;
  }
  .main__inner__title {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 32px;
    font-size: 10vw;
    font-weight: 400;
    line-height: 1.0em;
    letter-spacing: .1em;
    margin: 20px 0 10px 0;
    margin: 6.25vw 0 3.125vw 0;
  }
  .main__inner__titleJp {
    color: #ffffff;
    font-size: 11px;
    font-size: 3.4375vw;
    line-height: 1.0em;
    font-family: Georgia, "Hiragino Mincho ProN", "kozuka-mincho-pr6n", "HGS明朝E", メイリオ, Meiryo, serif;
    letter-spacing: .2em;
  }
  .main__inner__titleJp.lang__en {
    display: none;
  }
  /*  --------------------------------------------------
  BRAND LIST
 -------------------------------------------------- */
  .list {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: -5px auto 50px auto;
    margin: -1.5625vw auto 15.625vw auto;
  }
  .list__nav {
    background-color: #4F4447;
    display: table;
    height: 55px;
    height: 17.1875vw;
    width: 100%;
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
  }
  .list__nav ul {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
    font-size: 0;
  }
  .list__nav li {
    letter-spacing: normal;
    display: inline-block;
    margin-right: 35px;
    margin-right: 10.9375vw;
    margin-top: 6px;
    margin-top: 1.875vw;
  }
  .list__nav li:last-child {
    margin-right: 0;
  }
  .list__nav a {
    font-size: 12px;
    font-size: 3.75vw;
    color: #FAF4EC;
    letter-spacing: .1em;
    line-height: 1.0em;
    padding: 7.5px 0 7.5px 0;
    padding: 2.34375vw 0 2.34375vw 0;
    position: relative;
  }
  .list__nav .is-current a:after {
    content: ' ';
    width: 100%;
    height: 4px;
    display: block;
    background-color: #c59a67;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 0;
  }
  .list__content {
    background-color: #ffffff;
    width: 93.75%;
    margin: 0 auto;
  }
  .list__content__block {
    zoom: 1;
    display: none;
  }
  .list__content__block:after {
    content: "";
    clear: both;
    display: block;
  }
  .list__content__block.is-current {
    display: block;
  }
  .list__content__block li {
    float: left;
    width: 50%;
  }
  .list__content__block a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .list__content__block a:before, .list__content__block a:after {
    content: ' ';
    display: block;
    background-color: #ebebeb;
  }
  .list__content__block a:before {
    width: 110px;
    width: 34.375vw;
    height: 1px;
    height: 0.3125vw;
    left: 20px;
    left: 6.25vw;
    top: 0;
  }
  .list__content__block a:after {
    width: 1px;
    width: 0.3125vw;
    height: 110px;
    height: 34.375vw;
    top: 20px;
    top: 6.25vw;
    right: 0;
  }
  .list__content__block li:nth-child(1) a:before, .list__content__block li:nth-child(2) a:before, .list__content__block li:nth-child(3) a:before, .list__content__block li:nth-child(4) a:before {
    border: none;
  }
  .list__content__block li:nth-child(4n) a:after {
    border: none;
  }
  .list__content__block img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
  }
  /*  --------------------------------------------------
  DETAILS
 -------------------------------------------------- */
  .details {
    width: 100%;
    min-width: 100%;
    margin: 0 auto 35px auto;
    margin: 0 auto 10.9375vw auto;
    position: relative;
    background-color: #ffffff;
    position: relative;
  }
  .details:after {
    display: none;
  }
  .details__name {
    text-align: center;
    padding: 25px 0 8px 0;
    padding: 7.8125vw 0 2.5vw 0;
  }
  .details__name img {
    height: 89px;
    height: 27.8125vw;
    width: auto;
  }
  .details__content {
    width: 100%;
    margin: 0 auto;
    zoom: 1;
    position: relative;
    z-index: 1;
    padding: 0 0 40px 0;
    padding: 0 0 12.5vw 0;
  }
  .details__content:after {
    content: "";
    clear: both;
    display: block;
  }
  .details__content__ph {
    width: 290px;
    width: 90.625vw;
    height: 453px;
    height: 141.5625vw;
    float: none;
    position: relative;
    margin: 0 auto;
  }
  .details__content__ph img {
    width: 100%;
    height: auto;
  }
  .details__content__ph ul {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
  }
  .details__content__ph li {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
  }
  .details__content__ph__paging {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    zoom: 1;
  }
  .details__content__ph__paging:after {
    content: "";
    clear: both;
    display: block;
  }
  .details__content__ph__paging p {
    width: 29px;
    width: 9.0625vw;
    height: 29px;
    height: 9.0625vw;
    float: right;
    display: table;
  }
  .details__content__ph__paging img {
    width: 26%;
    height: auto;
    vertical-align: middle;
  }
  .details__content__ph__paging a {
    background-color: #ffffff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .details__content__spec {
    width: 84.375%;
    float: none;
    padding-top: 27px;
    padding-top: 8.4375vw;
    margin: 0 auto;
  }
  .details__content__spec__caps {
    border-bottom: #d2cfcb solid 1px;
    border-bottom: #d2cfcb solid 0.3125vw;
    padding-bottom: 12px;
    padding-bottom: 3.75vw;
    zoom: 1;
    padding-bottom: 12px;
    padding-bottom: 3.75vw;
  }
  .details__content__spec__caps:after {
    content: "";
    clear: both;
    display: block;
  }
  .details__content__spec__caps h3 {
    font-size: 15px;
    font-size: 4.6875vw;
    color: #303D5C;
    font-family: "NotoSans-bold", sans-serif;
    font-weight: 700;
    float: none;
    margin-bottom: 5px;
    margin-bottom: 1.5625vw;
  }
  .details__content__spec__caps__cat {
    font-size: 10px;
    font-size: 3.125vw;
    float: none;
    color: #303D5C;
    letter-spacing: .1em;
  }
  .details__content__spec__sns {
    zoom: 1;
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
  }
  .details__content__spec__sns:after {
    content: "";
    clear: both;
    display: block;
  }
  .details__content__spec__sns ul {
    float: right;
    display: block;
    font-size: 0;
    letter-spacing: 0;
  }
  .details__content__spec__sns li {
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: normal;
    display: inline-block;
    margin-left: 17px;
  }
  .details__content__spec__sns a {
    display: block;
    paddign: 24px 0;
    line-height: 1.0em;
  }
  .details__content__spec__text {
    color: #303d5c;
    font-size: 12px;
    font-size: 3.75vw;
    letter-spacing: .1em;
    line-height: 1.8em;
  }
  .details__content__spec__text a:link, .details__content__spec__text a:visited {
    text-decoration: underline;
    font-weight: bold;
  }
  .details__content__spec__text a:hover, .details__content__spec__text a:active {
    text-decoration: none;
    font-weight: bold;
  }
  /*  --------------------------------------------------
  SHOP LIST
 -------------------------------------------------- */
  .shoplist {
    width: 100%;
    margin: 0 auto 75px auto;
    margin: 0 auto 20.3125vw auto;
    zoom: 1;
  }
  .shoplist:after {
    content: "";
    clear: both;
    display: block;
  }
  .shoplist__shops__title {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 40px;
    margin-bottom: 12.5vw;
  }
  .shoplist__shops__title h4 {
    font-size: 20px;
    font-size: 6.25vw;
    line-height: 1.0em;
    color: #303d5c;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    font-weight: 400;
    letter-spacing: .1em;
    margin-bottom: 13px;
    margin-bottom: 4.0625vw;
  }
  .shoplist__shops__title__jp {
    color: #aaaaaa;
    font-size: 9px;
    font-size: 2.8125vw;
    line-height: 1.5em;
    font-family: Georgia, "Hiragino Mincho ProN", "kozuka-mincho-pr6n", "HGS明朝E", メイリオ, Meiryo, serif;
    letter-spacing: .2em;
  }
  .shoplist__shops__content {
    width: 93.75%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .shoplist__shops__content__cat {
    zoom: 1;
    width: 100%;
  }
  .shoplist__shops__content__cat:after {
    content: "";
    clear: both;
    display: block;
  }
  .shoplist__shops__content__cat dl {
    float: none;
    width: 100%;
    margin-bottom: 50px;
    margin-bottom: 15.625vw;
  }
  .shoplist__shops__content__cat dl:last-child {
    margin-bottom: 0;
  }
  .shoplist__shops__content__cat dt {
    font-size: 12px;
    font-size: 3.75vw;
    color: #303D5C;
    font-weight: bold;
    padding-bottom: 15px;
    padding-bottom: 4.6875vw;
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
    line-height: 1.0em;
    border-bottom: #cfcfcf solid 1px;
    border-bottom: #cfcfcf solid 0.3125vw;
    letter-spacing: .1em;
  }
  .shoplist__shops__content__cat dd {
    color: #303D5C;
    color-font-size: 10px;
    color-font-size: 3.125vw;
    line-height: 2.5em;
  }
  /*  --------------------------------------------------
  BRAND LIST
 -------------------------------------------------- */
  .brandlist ul {
    display: table;
  }
  .brandlist li {
    display: table-cell;
    vertical-align: middle;
  }
  .brandlist a {
    display: block;
  }
  .brandlist {
    width: 100%;
    height: 140px;
    height: 43.75vw;
    min-width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    position: relative;
  }
  .brandlist__wrap {
    width: 10000px;
    width: 3125vw;
    top: 53px;
    top: 16.5625vw;
    height: 46px;
    height: 14.375vw;
    zoom: 1;
  }
  .brandlist__wrap:after {
    content: "";
    clear: both;
    display: block;
  }
  .brandlist__wrap ul {
    display: block;
    zoom: 1;
    position: relative;
    float: left;
  }
  .brandlist__wrap ul:after {
    content: "";
    clear: both;
    display: block;
  }
  .brandlist__wrap li {
    display: block;
    float: left;
    padding: 0 20px;
    padding: 0 6.25vw;
  }
  .brandlist__wrap img {
    height: 46px;
    height: 14.375vw;
    width: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter: grayscale(100%);
    transition: none;
  }
  .brandlist__wrap a {
    display: block;
  }
  .brandlist__wrap a:hover img {
    transition: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
  }
}
