section.kv {
  /*
  .img-main-cta {
    width: calc(140/750*100vw);
    display: inline-block;
    margin-bottom: 8px;
  }
  */
}
section.kv .kv-content {
  background: url(../images/home_bg_gold.jpg) no-repeat;
  background-size: 100%;
  left: 0;
  top: 0;
}
section.kv .lead-in {
  width: 100%;
  margin: 0 auto;
}

section.intro {
  position: relative;
}

section.product .product-ratio {
  width: 100%;
  padding-bottom: 149.3333333333vw;
}
section.product .gold-line {
  margin-top: 35.3333333333vw;
  margin-bottom: 16vw;
}
section.product .swiper-pagination {
  bottom: 0;
}
section.product .swiper-pagination .swiper-pagination-bullet {
  background: #FFF;
  opacity: 1;
}
section.product .swiper-pagination .swiper-pagination-bullet-active {
  background: #998653;
  opacity: 1;
}
section.product .swiper-wrapper {
  width: 100%;
  margin: 0 auto;
}

section.shop {
  background-image: url(../images/home_bg_gold2.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
section.shop .embed-responsive {
  border: 1px solid #998653;
}
section.shop .shop-wrapper {
  background-color: rgb(255, 255, 255);
  padding: 4vw;
}
section.shop .shop-wrapper .no-shop-msg {
  color: #998653;
}
section.shop .shop-region {
  color: #998653;
  border: 1px #998653 solid;
}
section.shop .shop-region .btn-region {
  display: block;
  border: 1px #998653 solid;
  background-color: #FFF;
  font-size: 3.7333333333vw;
  line-height: 9.6vw;
}
section.shop .shop-region .btn-region.active {
  background-color: #998653;
  color: #FFF;
}
section.shop .shop-name {
  color: #998653;
  margin-bottom: 0.5em;
}
section.shop .shop-desc {
  font-size: 3.4285714286vw;
  line-height: 1.5em;
  color: #0f2065;
}
section.shop .shop-map {
  color: #0f2065;
  text-decoration: underline;
}
section.shop .shop-map:hover, section.shop .shop-map:focus, section.shop .shop-map:active {
  color: #0f2065;
  text-decoration: none;
}
section.shop .img-openrice {
  width: 6.6666666667vw;
  display: inline-block;
}
section.shop hr {
  border-bottom: 1px solid #998653;
  margin: 0;
}
section.shop .shopSwiper .swiper-bottom-padding {
  height: 3em;
}
section.shop .shopSwiper .swiper-pagination-bullet {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  text-align: center;
  color: #998653;
  opacity: 1;
  background: transparent;
}
section.shop .shopSwiper .swiper-pagination-bullet-active {
  color: #998653;
  text-decoration: underline;
  background: transparent;
}

section.contact {
  color: #FFF;
}

/*********************************** Responsive px bewteen 768 - 1440 **********************************/
@media only screen and (min-width: 768px) {
  section.kv .kv-content {
    background-image: url(../images/home_bg_gold-d.jpg);
    width: 100%;
    min-height: 21.3541666667vw;
  }
  section.product .swiper-slide img {
    max-width: 300px;
  }
  section.product .product-ratio {
    width: 100%;
    height: initial;
    padding-bottom: 36.8229166667%;
  }
  section.product .gold-line {
    margin-top: 3.3854166667vw;
    margin-bottom: 1.0416666667vw;
  }
  section.product .swiper-wrapper {
    width: 68.0555555556vw;
  }
  section.shop .shop-wrapper {
    width: 81.25vw;
    margin: 0 auto;
    padding: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
  section.shop .shop-remarks {
    width: 81.25vw;
    margin: 15px auto;
  }
  section.shop .shop-region {
    width: 81.25vw;
    margin: 0 auto;
  }
  section.shop .shop-region .btn-region {
    font-size: 1.1111111111vw;
    line-height: 2.7777777778vw;
  }
  section.shop .shop-desc {
    font-size: 1.25vw;
  }
  section.shop .img-openrice {
    width: 3.4722222222vw;
  }
  section.shop hr {
    margin: 1.0416666667vw 0;
  }
  section.shop .shopSwiper .swiper-bottom-padding {
    height: 6em;
  }
  section.shop .shopSwiper .swiper-pagination-bullet {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
    font-size: 1.5277777778vw;
  }
}
/********************************** Fixed px over 1440 ***********************************/
@media only screen and (min-width: 1440px) {
  section.intro .swiper-slide .content {
    margin-top: 160px;
  }
  section.intro .swiper-slide-prev img,
  section.intro .swiper-slide-next img {
    width: 60px;
    top: 60px;
  }
  section.intro .swiper-slide-prev img {
    left: 150px;
  }
  section.intro .swiper-slide-next img {
    right: 150px;
  }
  section.intro .overlay .txt-end {
    font-size: 50px;
    line-height: 80px;
  }
  section.shop .shop-wrapper {
    width: 1170px;
    padding: 60px;
    padding-bottom: 60px;
  }
  section.shop .shop-remarks {
    width: 1170px;
  }
  section.shop .shop-region {
    width: 1170px;
  }
  section.shop .shop-region .btn-region {
    font-size: 16px;
    line-height: 40px;
  }
  section.shop .shop-desc {
    font-size: 18px;
  }
  section.shop .img-openrice {
    width: 50px;
  }
  section.shop hr {
    margin: 15px 0;
  }
  section.shop .shopSwiper .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }
}/*# sourceMappingURL=home.css.map */