#mv {
  width: 100%;
  height: 740px;
  position: relative;
}

#mv .mv-background {
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  height: 740px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center top;
  position: fixed;
  z-index: -10;
  /* 避免 fixed 背景拦截滚轮：不穿透时 window 不滚动，$(window).scroll 不触发 */
  pointer-events: none;
  -webkit-transition: all 0s cubic-bezier(0.65, 0.05, 0.36, 1);
  -o-transition: all 0s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0s cubic-bezier(0.65, 0.05, 0.36, 1);
  background-repeat: no-repeat;
}

#mv .mv-background.eyevan7285 {
  background-image: url(/assets/img/eyevan7285/img-mv-01.jpg);
}

#mv .mv-background.eyevan {
  background-image: url(/assets/img/eyevan/img-mv-01.jpg);
}

#mv .mv-background.eyevan10 {
  background-image: url(/assets/img/10eyevan/img-mv-01.jpg);
}

#mv .mv-background.eyevol {
  background-image: url(/assets/img/eyevol/img-mv-01.jpg);
}

#mv img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #mv {
    width: 100%;
    height: inherit;
    position: relative;
    padding-top: 100%;
  }
  #mv .mv-background {
    left: 0;
    right: 0;
    width: auto;
    height: inherit;
    top: 0;
    padding-top: 100%;
    box-sizing: border-box;
  }
  #mv .mv-background.eyevan7285 {
    background-image: url(/assets/img/eyevan7285/img-mv-01-sp.jpg);
  }
  #mv .mv-background.eyevan {
    background-image: url(/assets/img/eyevan/img-mv-01-sp.jpg);
  }
  #mv .mv-background.eyevan10 {
    background-image: url(/assets/img/10eyevan/img-mv-01-sp.jpg);
  }
  #mv .mv-background.eyevol {
    background-image: url(/assets/img/eyevol/img-mv-01-sp.jpg);
  }
}

#description {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

#description .inner {
  padding: 97px 50px 49px;
  max-width: 780px;
  margin: 0 auto;
}

#description .inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#description .inner .title .left {
  text-align: right;
  padding-right: 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#description .inner .title .right {
  text-align: left;
  padding-left: 28px;
  /* padding-top: 7px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

#description .inner .title .right h2 {
  color: #000000;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.78;
  width: 100%;
  font-weight: normal;
  font-style: normal;
}

#description .inner .title .right .text {
  color: #AAAAAA;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 1.78;
  width: 100%;
  margin: 0;
}

#description .inner .text {
  font-size: 14px;
  letter-spacing: -0.006em;
  line-height: 1.714;
  margin: 54px 0 0;
}

#description .inner .link {
  text-align: center;
  margin-top: 51px;
  padding-bottom: 8px;
}

#description .inner .link a {
  color: #000000;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-align: center;
  margin: 0 auto;
  position: relative;
  font-weight: normal;
  font-style: normal;
}

#description .inner .link a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  border-bottom: 1px solid #707070;
  padding: 5px 0;
}

#description.eyeban .inner .title .left {
  margin-left: 28px;
}

#description.eyeban .inner .title .left img {
  width: 153px;
}

#description.eyevan10 .inner .title .left {
  margin-left: 42px;
}

#description.eyevan10 .inner .title .left img {
  width: 175px;
}

#description.eyevan7285 .inner .title .left {
  margin-left: 89px;
}

#description.eyevan7285 .inner .title .left img {
  width: 119px;
}

#description.eyevol .inner .title .left {
  margin-left: 65px;
}

#description.eyevol .inner .title .left img {
  width: 121px;
}

@media only screen and (max-width: 768px) {
  #description {
    padding-bottom: 47px;
  }
  #description .inner {
    padding: 55px 0 0;
    width: 93.0666%;
    margin: 0 auto;
  }
  #description .inner .title .left .sp-show {
    display: inline-block;
  }
  #description .inner .title .right {
    padding-top: 0;
  }
  #description .inner .title .right h2 {
    line-height: 2;
  }
  #description .inner .title .right .text {
    line-height: 2;
  }
  #description .inner .text {
    font-size: 13px;
    line-height: 1.692;
    margin: 48px 0 0;
  }
  #description .inner .link {
    margin-top: 26px;
  }
  #description.eyeban .inner .title .left {
    margin-left: 43px;
  }
  #description.eyeban .inner .title .left img {
    width: 113px;
  }
  #description.eyevan10 .inner .title .left {
    margin-left: 49px;
  }
  #description.eyevan10 .inner .title .left img {
    width: 108px;
  }
  #description.eyevan7285 .inner .title .left {
    margin-left: 52px;
  }
  #description.eyevan7285 .inner .title .left img {
    width: 96px;
  }
  #description.eyevol .inner .title .left {
    margin-left: 45px;
  }
  #description.eyevol .inner .title .left img {
    width: 92px;
  }
}

#store {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding-bottom: 78px;
}

#store .inner {
  padding: 0 50px 0;
  max-width: 780px;
  margin: 0 auto;
}

#store .inner h3 {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  /* margin-bottom: 56px; */
  color: #111111;
  border-top: 1px solid #E9E9E9;
  padding-top: 50px;
  font-weight: normal;
  font-style: normal;
}

#store .inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#store .inner ul li .region {
  width: 18.974%;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 28px;
  font-weight: normal;
  font-style: normal;
}

#store .inner ul li .address {
  width: 62.846%;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.78;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#store .inner ul li .tel {
  /*width:18.18%;*/
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.78;
}

#store .inner ul li + li {
  margin-top: 19px;
}

@media only screen and (max-width: 768px) {
  #store {
    padding-bottom: 49px;
  }
  #store .inner {
    padding: 0 0 0;
    width: 93.0666%;
    margin: 0 auto;
  }
  #store .inner ul li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #store .inner ul li .region {
    width: 100%;
    letter-spacing: 0.04em;
    line-height: inherit;
  }
  #store .inner ul li .address {
    width: 100%;
    line-height: 1.692;
    font-size: 13px;
    margin-top: 10px;
  }
  #store .inner ul li .tel {
    width: 100%;
    line-height: 1.692;
    font-size: 13px;
    margin-top: 3px;
  }
  #store .inner ul li + li {
    margin-top: 36px;
  }
}

#our-brands {
  z-index: 1;
  position: relative;
  background-color: #ffffff;
  border-top: 1px solid #E9E9E9;
}

#our-brands .inner {
  padding: 72px 50px 0;
}

#our-brands h3 {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 71px;
  color: #111111;
  font-weight: normal;
  font-style: normal;
}

#our-brands ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#our-brands ul li {
  margin-right: 1.6949%;
  width: 17.728%;
  margin-bottom: 2%;
}

#our-brands ul li a img {
  width: 100%;
}


#our-brands .more {
  text-align: center;
  margin-top: 57px;
  margin-bottom: 8px;
}

#our-brands .more a {
  color: #111111;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.2307;
  position: relative;
  text-decoration: none;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
}

#our-brands .more a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  border-bottom: 1px solid #707070;
  padding: 8px 0;
}

@media only screen and (max-width: 768px) {
  #our-brands .inner {
    padding: 47px 0 78px;
    width: 93.0666%;
    margin: 0 auto;
  }
  #our-brands h3 {
    margin-bottom: 50px;
  }
  #our-brands ul li {
    width: 48.1375%;
    margin-right: 3.1518%;
    margin-bottom: 3.1518%;
  }
  #our-brands ul li:nth-child(2n) {
    margin-right: 0;
  }
  #our-brands .more {
    margin-top: 48px;
  }
}

body.en #description .inner .text {
  letter-spacing: 0;
}

body.en #store .inner ul li .region {
  letter-spacing: 0;
}

body.en #store .inner ul li .address {
  letter-spacing: 0;
}

body.en #store .inner ul li .tel {
  letter-spacing: 0;
}

body.en #description.eyeban .inner .title .left {
  margin-left: -8px;
}

body.en #description.eyevol .inner .title .left {
  margin-left: 0;
}

body.en #description.eyevan10 .inner .title .left {
  margin-left: -16px;
}

body.en #description.eyevan7285 .inner .title .left {
  margin-left: -5px;
}

body.en #description .inner .title .right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
}

@media only screen and (max-width: 768px) {
  body.en #description .inner .text {
    line-height: 22px;
  }
  body.en #description.eyeban .inner .title .left {
    margin-left: -8px;
  }
  body.en #description.eyevol .inner .title .left {
    margin-left: 0;
  }
  body.en #description.eyevan10 .inner .title .left {
    margin-left: -16px;
  }
  body.en #description.eyevan7285 .inner .title .left {
    margin-left: -5px;
  }
}

/*# sourceMappingURL=brand-detail.css.map */