.products#index .bread {
  padding-top: 35px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .products#index .bread {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
.products#index .intro {
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .products#index .intro {
    padding-bottom: 55px;
  }
}
.products#index .intro__holder__fig {
  float: right;
  width: 584px;
}
@media only screen and (max-width: 767px) {
  .products#index .intro__holder__fig {
    float: none;
    width: 100%;
    margin-bottom: 35px;
  }
}
.products#index .intro__holder__texts {
  float: left;
  width: 564px;
}
@media only screen and (max-width: 767px) {
  .products#index .intro__holder__texts {
    float: none;
    width: 100%;
    padding: 0 5.333333333%;
  }
}
.products#index .intro__holder__texts__hl {
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0.67em 0 35px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .products#index .intro__holder__texts__hl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
.products#index .intro__holder__texts__rt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.3125;
}
@media only screen and (max-width: 767px) {
  .products#index .intro__holder__texts__rt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.products#index .targets {
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .products#index .targets {
    padding-bottom: 55px;
  }
}
.products#index .targets__hl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 1px solid #A0A0A0;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .products#index .targets__hl {
    margin-bottom: 30px;
  }
}
.products#index .targets__itemList {
  margin-bottom: -35px;
}
@media only screen and (max-width: 767px) {
  .products#index .targets__itemList {
    margin-bottom: -25px;
  }
}
.products#index .targets__itemList__item {
  width: 280px;
  float: left;
  margin-left: 24px;
  margin-bottom: 35px;
}
.products#index .targets__itemList__item:nth-child(4n+1) {
  clear: both;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .products#index .targets__itemList__item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 25px;
  }
  .products#index .targets__itemList__item:nth-child(4n+1) {
    clear: both;
    margin-left: 4%;
  }
  .products#index .targets__itemList__item:nth-child(2n+1) {
    margin-left: 0;
    clear: both;
  }
}
.products#index .targets__itemList__item__anchor {
  position: relative;
  display: block;
  padding: 0px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .products#index .targets__itemList__item__anchor {
    padding: 0px;
  }
}
.products#index .targets__itemList__item__anchor:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
.products#index .targets__itemList__item__anchor .ec-shelfRole__tags {
  line-height: 1 !important;
  min-height: 25px !important;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .products#index .targets__itemList__item__anchor .ec-shelfRole__tags {
    min-height: 24px !important;
  }
}
.products#index .targets__itemList__item__anchor .ec-shelfRole__tag {
  padding: 4px 8px 4px !important;
  margin-bottom: 4px;
}
.products#index .targets__itemList__item__anchor--wrap {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .products#index .targets__itemList__item__anchor--wrap {
    padding: 10px 7px;
  }
}
.products#index .targets__itemList__item__anchor__tagList {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.products#index .targets__itemList__item__anchor__tagList__item {
  padding: 6px 8px 6px !important;
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  margin-left: 5px;
}
.products#index .targets__itemList__item__anchor__tagList__item:first-child {
  margin-left: 0;
}
.products#index .targets__itemList__item__anchor__tagList__item--gift {
  background-color: #0033CC;
}
.products#index .targets__itemList__item__anchor__tagList__item--cm {
  background-color: #00B050;
}
.products#index .targets__itemList__item__anchor__fig {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .products#index .targets__itemList__item__anchor__fig {
    margin-bottom: 10px;
  }
}
.products#index .targets__itemList__item__anchor__colorvariations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.products#index .targets__itemList__item__anchor__colorvariations__text {
  font-weight: 500;
  color: #606060;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .products#index .targets__itemList__item__anchor__colorvariations__text {
    font-size: 10px;
    font-size: 1rem;
  }
}
.products#index .targets__itemList__item__anchor__colorvariations__icons img {
  padding: 2px;
  max-width: 20px;
  max-height: 20px;
  object-fit: contain;
}
.products#index .targets__itemList__item__anchor__texts__name {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .products#index .targets__itemList__item__anchor__texts__name {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}
.products#index .targets__itemList__item__anchor__texts__type {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #606060;
}
@media only screen and (max-width: 767px) {
  .products#index .targets__itemList__item__anchor__texts__type {
    font-size: 10px;
    font-size: 1rem;
  }
}
.products#index .targets__itemList__item__anchor__texts__targets {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #606060;
}
@media only screen and (max-width: 767px) {
  .products#index .targets__itemList__item__anchor__texts__targets {
    font-size: 10px;
    font-size: 1rem;
  }
}
.products#index .targets__itemList__item__anchor__texts__price {
  color: #525263 !important;
  font-size: 12px !important;
  font-weight: 500;
  margin-bottom: 10px;
}
.products#index .targets__itemList__item__anchor__texts__price > em {
  color: #D10404 !important;
  font-size: 16px !important;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .products#index .targets__itemList__item__anchor__texts__price > em {
    font-size: 14px !important;
  }
}
.products#index .targets__itemList__item__anchor__texts__status {
  text-align: center;
  border: 1px solid #D10404;
  color: #D10404;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .products#index .targets__itemList__item__anchor__texts__status {
    font-size: 10px;
    font-size: 1rem;
  }
}
.products#index .targets__itemList__item__anchor:hover {
  opacity: 0.7;
}
.products#index .targets__itemList__item__anchor:hover .targets__itemList__item__anchor__texts__name {
  color: #004DA3 !important;
  text-decoration: underline !important;
}
.products#index .targets__itemList__item__anchor:hover:before {
  border: 4px solid #004DA3;
}
@media only screen and (max-width: 767px) {
  .products#index .targets__itemList__item__anchor:hover:before {
    border: 2px solid #004DA3;
  }
}
.products#index .targets__pager {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .products#index .targets__pager {
    margin-top: 35px;
  }
}
.products#index .bnrs {
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .products#index .bnrs {
    padding-bottom: 55px;
  }
}/*# sourceMappingURL=products-index.css.map */