.products#detail .bread {
  padding-top: 60px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .products#detail .bread {
    /*
    padding-top: 20px;
    margin-bottom: 20px;
    */
    display: none;
  }
}
.products#detail .productItem {
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem {
    padding-bottom: 55px;
  }
}
.products#detail .productItem__photos {
  width: 486px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem__photos {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
}
.products#detail .productItem__photos__mainPhoto {
  margin-bottom: 12px;
  /*
  border: 1px solid p.$colorLightGray;
  */
}
.products#detail .productItem__photos__mainPhoto a:hover {
  opacity: 1;
}
.products#detail .productItem__photos__thumbnailList {
  margin-bottom: -12px;
  height: 250px;
}
.products#detail .productItem__photos__thumbnailList__item {
  /*
  float: left;
  width: 86px;
  margin-left: 14px;
  margin-bottom: 12px;
  border: 1px solid p.$colorLightGray;
  */
  width: calc((100% - 42px) / 4);
  margin-right: 14px;
  margin-bottom: 5px;
  height: initial;
  min-height: 111px;
  /*
  &:nth-child(5n+1) {
  */
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem__photos__thumbnailList__item {
    /*
    width: 18%;
    margin-left: 2.5%;
    */
  }
}
.products#detail .productItem__photos__thumbnailList__item > a {
  display: block;
}
.products#detail .productItem__photos__thumbnailList__item > a:hover {
  opacity: 1;
}
.products#detail .productItem__content {
  width: 673px;
  float: right;
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem__content {
    width: 100%;
    float: none;
  }
}
.products#detail .productItem__content .form-control {
  display: inline-block;
}
.products#detail .productItem__content__tagList {
  font-size: 0;
  margin-bottom: 12px;
}
.products#detail .productItem__content__tagList__item {
  padding: 6px 8px 6px !important;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  margin-right: 5px;
  margin-bottom: 5px;
}
.products#detail .productItem__content__tagList__item:first-child {
  margin-left: 0;
}
.products#detail .productItem__content__tagList__item--gift {
  background-color: #0033CC;
}
.products#detail .productItem__content__tagList__item--cm {
  background-color: #00B050;
}
.products#detail .productItem__content__name {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.67em 0 25px;
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem__content__name {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.products#detail .productItem__content__price {
  color: #D10404;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem__content__price {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.products#detail .productItem__content__price > em {
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  color: #D10404;
}
.products#detail .productItem__content__price__tax {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem__content__price__tax {
    font-size: 10px;
    font-size: 1rem;
  }
}
.products#detail .productItem__content__code {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem__content__code {
    font-size: 10px;
    font-size: 1rem;
  }
}
.products#detail .productItem__content__freeOptionList {
  margin-top: 10px;
  margin-left: 0;
}
.products#detail .productItem__content__freeOptionList__item {
  padding: 2px 8px;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  color: #D10404;
  font-weight: 500;
  margin-left: 5px;
  border: 1px solid #D10404;
  margin-bottom: 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem__content__freeOptionList__item {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.products#detail .productItem__content__otherOptionList {
  margin-left: 0;
}
.products#detail .productItem__content__otherOptionList__item {
  padding: 2px 8px;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  color: #D10404;
  font-weight: 500;
  margin-left: 5px;
  border: 1px solid #D10404;
  margin-bottom: 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem__content__otherOptionList__item {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.products#detail .productItem__content__otherOptionList__item--longTerm {
  border: 1px solid #004DA3;
  color: #004DA3;
}
.products#detail .productItem__content__otherOptionList__item--takeOff {
  border: 1px solid #004DA3;
  color: #004DA3;
}
.products#detail .productItem__content__otherOptionList__item--campaign {
  border: 1px solid #E8318C;
  color: #E8318C;
}
.products#detail .productItem__content__otherOptionList__item--timeSale {
  border: 1px solid #E8318C;
  color: #E8318C;
}
.products#detail .productItem__content__cartHolder {
  position: relative;
  margin-top: 30px;
}
.products#detail .productItem__content__cartHolder__orderNumber {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem__content__cartHolder__orderNumber {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.products#detail .productItem__content__cartHolder__orderNumber > input {
  border-radius: 4px;
  padding: 7px;
  border: 1px solid #BFBFBF;
  background-color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  color: #606060;
  width: 80px;
  text-align: center;
  display: inline-block;
  margin-left: 15px;
  font-family: inherit;
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem__content__cartHolder__orderNumber > input {
    width: 50px;
    margin-left: 0;
  }
}
.products#detail .productItem__content__cartHolder__cartBtn {
  position: absolute;
  top: -3px;
  right: 0;
  border-radius: 4px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #0F9A21;
  padding: 8px;
  width: 480px;
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: inherit;
  line-height: 1.7;
}
.products#detail .productItem__content__cartHolder__cartBtn:hover {
  cursor: pointer;
  background-color: #14c82b;
}
.products#detail .productItem__content__cartHolder__cartBtn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -110px;
  margin-top: -10px;
  display: inline-block;
  width: 24px;
  content: url("../../img/common/icon_cart.svg");
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem__content__cartHolder__cartBtn {
    position: relative;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: right;
  }
  .products#detail .productItem__content__cartHolder__cartBtn:before {
    position: relative;
    margin-left: -80px;
    left: 30px;
    top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem__content__cartHolder__cartBtn--wrap {
    width: 100%;
    display: inline-block;
    margin: auto 0px;
    text-align: center;
  }
}
.products#detail .productItem__content__etcList {
  font-size: 0;
  text-align: right;
  margin-bottom: 50px;
}
.products#detail .productItem__content__etcList__item {
  display: inline-block;
  margin-left: 20px;
}
.products#detail .productItem__content__etcList__item:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem__content__etcList__item {
    margin-left: 0;
    display: list-item;
    margin-top: 10px;
  }
  .products#detail .productItem__content__etcList__item:first-child {
    margin-top: 0;
  }
}
.products#detail .productItem__content__etcList__item > a {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  text-decoration: underline;
  font-weight: 500;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem__content__etcList__item > a {
    font-size: 10px;
    font-size: 1rem;
  }
}
.products#detail .productItem__content__etcList__item > a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  margin-top: -5px;
  border-color: transparent transparent transparent #004ca3;
}
.products#detail .productItem__content__etcList__item > a:hover {
  text-decoration: none;
}
.products#detail .productItem__content__description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem__content__description {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.products#detail .productItem__content__description > a {
  text-decoration: underline;
}
.products#detail .productItem__content__description > a:hover {
  text-decoration: none;
}
.products#detail .productItem__content__detail {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .products#detail .productItem__content__detail {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.products#detail .productItem__content__detail > a {
  text-decoration: underline;
}
.products#detail .productItem__content__detail > a:hover {
  text-decoration: none;
}
.products#detail .bnrs {
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .products#detail .bnrs {
    padding-bottom: 55px;
  }
}
.products#detail .artcile {
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .products#detail .artcile {
    padding-bottom: 55px;
  }
}
.products#detail .productFreeArea img {
  display: inline;
}

/* swiper */
.product-thumbnails {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 300px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .product-thumbnails {
    height: 150px;
  }
}
.product-thumbnails .active-thumbnail img {
  border: 1px solid #004da3 !important;
  width: 111px;
}
.product-thumbnails .swiper-button-next, .product-thumbnails .swiper-button-prev {
  top: 265px;
}
@media only screen and (max-width: 767px) {
  .product-thumbnails .swiper-button-next, .product-thumbnails .swiper-button-prev {
    top: 120px;
  }
}
.product-thumbnails .swiper-button-next:hover, .product-thumbnails .swiper-button-prev:hover {
  opacity: 0.5;
}
.product-thumbnails .swiper-button-next:after, .product-thumbnails .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
}
.product-thumbnails .swiper-pagination-horizontal {
  top: 250px;
}
@media only screen and (max-width: 767px) {
  .product-thumbnails .swiper-pagination-horizontal {
    top: initial;
  }
}

.add__external__btnList__item.add__external__btnList__item--favorite {
  margin-top: 15px;
}/*# sourceMappingURL=products-detail.css.map */