/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* en contents
-----------------------------------------------------------------*/
html:lang(en) body .sec-product__info h2 {
  letter-spacing: 2.6px;
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   #sec-product
---------------------------------------------------------------------------*/
.sec-product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1140px;
  margin: 154px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-product {
    display: block;
    margin: 6px 0 0;
  }
}
.sec-product__gallery {
  max-width: 690px;
  width: 60%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-product__gallery {
    width: auto;
  }
}
.sec-product__gallery figure img {
  width: 100%;
  height: auto;
}
.sec-product__gallery figure + figure {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .sec-product__gallery figure + figure {
    margin-top: 25px;
  }
}
.sec-product__gallery .swiper-container {
  position: relative;
  margin-top: 60px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .sec-product__gallery .swiper-container {
    margin-top: 25px;
  }
}
.sec-product__gallery .swiper-slide__img {
  background-color: #f5f5f5;
}
.sec-product__gallery .swiper-slide__img img {
  width: 100%;
  height: auto;
}
.sec-product__gallery .swiper-move-btn {
  position: absolute;
  top: 43%;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-product__gallery .swiper-move-btn {
    top: 42%;
  }
}
.sec-product__gallery .swiper-move-btn a {
  display: block;
  line-height: 1;
}
.sec-product__gallery .swiper-move-btn img {
  width: 14px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .sec-product__gallery .swiper-move-btn img {
    width: 7px;
    height: 12px;
  }
}
.sec-product__gallery .swiper-move-btn--back {
  left: 34px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .sec-product__gallery .swiper-move-btn--back {
    left: 16px;
  }
}
.sec-product__gallery .swiper-move-btn--back a:hover img {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.sec-product__gallery .swiper-move-btn--next {
  right: 34px;
}
@media only screen and (max-width: 767px) {
  .sec-product__gallery .swiper-move-btn--next {
    right: 16px;
  }
}
.sec-product__gallery .swiper-move-btn--next a:hover img {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.sec-product__gallery .swiper-pagination {
  position: relative;
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .sec-product__gallery .swiper-pagination {
    margin-top: 25px;
  }
}
.sec-product__gallery .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 7px !important;
  border-radius: 50%;
  background-color: #c7c5c2;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .sec-product__gallery .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }
}
.sec-product__gallery .swiper-pagination-bullet:hover {
  background-color: #4d4d4d;
}
.sec-product__gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4d4d4d;
}
.sec-product__gallery .movie {
  margin-top: 60px;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-product__gallery .movie {
    margin-top: 25px;
  }
}
.sec-product__gallery .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}
.sec-product__info {
  max-width: 400px;
  width: 35%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-product__info {
    position: relative;
    top: inherit;
    width: auto;
    height: auto;
    padding: 63px 14px 0;
  }
}
.sec-product__info h2 {
  margin-bottom: 31px;
  font-size: 15px;
  padding-top: 42px;
}
@media only screen and (max-width: 767px) {
  .sec-product__info h2 {
    padding-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.sec-product__info p {
  line-height: 2.45;
  letter-spacing: 0.75px;
}
@media only screen and (max-width: 767px) {
  .sec-product__info p {
    font-size: 14px;
    line-height: 2.1;
  }
}
.sec-product__info blockquote {
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .sec-product__info blockquote {
    margin: 18px 0 35px;
  }
}
.sec-product__info blockquote p {
  line-height: 2.2;
  letter-spacing: 2px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sec-product__info blockquote p {
    line-height: 1.95;
  }
}
.sec-product__info .online a {
  letter-spacing: 1.8px;
}
@media only screen and (max-width: 767px) {
  .sec-product__info .online {
    font-size: 13px;
    text-align: center;
  }
}
/*# sourceMappingURL=../maps/products/style.css.map */
