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

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.g-footer {
  padding-top: 183px;
}
@media only screen and (max-width: 767px) {
  .g-footer {
    padding-top: 65px;
  }
}

/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   #sec-shop
---------------------------------------------------------------------------*/
.sec-shop {
  max-width: 840px;
  width: 100%;
  margin: -16px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-shop {
    margin-top: -4px;
  }
}
.sec-shop__hdg {
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-shop__hdg {
    font-size: 16px;
  }
}
.sec-shop__txt {
  margin-top: 40px;
  font-size: 15px;
  line-height: 2.46;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-shop__txt {
    margin: 24px 15px 0;
    font-size: 14px;
    line-height: 2.2;
    text-align: left;
  }
}
.sec-shop__img {
  margin-top: 63px;
}
@media only screen and (max-width: 767px) {
  .sec-shop__img {
    margin-top: 36px;
  }
}
.sec-shop__img .swiper-container {
  position: relative;
}
.sec-shop__img .swiper-slide__img img {
  width: 100%;
  height: auto;
}
.sec-shop__img .swiper-pagination {
  position: relative;
  margin-top: 28px;
}
@media only screen and (max-width: 767px) {
  .sec-shop__img .swiper-pagination {
    margin-top: 25px;
  }
}
.sec-shop__img .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-shop__img .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }
}
.sec-shop__img .swiper-pagination-bullet:hover {
  background-color: #4d4d4d;
}
.sec-shop__img .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #4d4d4d;
}
.sec-shop__outline {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .sec-shop__outline {
    margin-top: 35px;
    padding: 0 15px;
  }
}
.sec-shop__outline .outline-unit__hdg {
  width: 13.6%;
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .sec-shop__outline .outline-unit__hdg {
    width: 80px;
    padding: 14px 0 12px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
  }
}
.sec-shop__outline .outline-unit__txt {
  width: 86.4%;
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  .sec-shop__outline .outline-unit__txt {
    width: calc(100% - 80px);
    padding: 12px 0;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    line-height: 1.79;
  }
}
.sec-shop__outline .outline-unit__txt a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* en contents
-----------------------------------------------------------------*/
html:lang(en) body .sec-company__outline .outline-unit__hdg {
  width: 160px;
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  html:lang(en) body .sec-company__outline .outline-unit__hdg {
    width: 100%;
    padding: 14px 0 0;
    border-bottom: none;
    font-size: 14px;
    font-weight: 700;
  }
}
html:lang(en) body .sec-company__outline .outline-unit__txt {
  width: calc(100% - 160px);
  padding: 5px 0;
}
@media only screen and (max-width: 767px) {
  html:lang(en) body .sec-company__outline .outline-unit__txt {
    width: 100%;
    padding: 5px 0 12px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    line-height: 1.79;
  }
}
/*# sourceMappingURL=../maps/shop/style.css.map */
