@charset "UTF-8";
.g-beauty-collection {
  /* スクロールバーの幅と高さを設定する */
  /* スクロールバーの形を設定する */
  /* スクロールバーの色を設定する */
  /* 背景色 */
}

.g-beauty-collection__item-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  padding: 4px 4px 15px;
}

.g-beauty-collection .g-beauty-collection__item-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

@media screen and (min-width: 961px) {
  .g-beauty-collection .g-beauty-collection__item-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
}

.g-beauty-collection .g-beauty-collection__item-list::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
}

.g-beauty-collection .g-beauty-collection__item-list::-webkit-scrollbar-thumb {
  background: #999999;
}

.g-beauty-collection .g-beauty-collection__item-list::-webkit-scrollbar-track {
  background: #eeeeee;
}

.g-beauty-collection__item {
  min-width: calc(280 / 1200 * 100%);
  width: 100%;
  line-height: 1.5;
  margin-right: calc(26 / 1200 * 100%);
  /* セール時の赤字の指定 */
  /* 二重売価の打ち消し線の設定 */
}

.g-beauty-collection__item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  .g-beauty-collection__item {
    min-width: 45%;
    margin-right: 3%;
  }
}

.g-beauty-collection__item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 4px #D0CFD0;
  padding: 20px 10px;
}

@media screen and (max-width: 960px) {
  .g-beauty-collection__item__link {
    border-radius: 7px;
    padding: 13px 7px;
  }
}

@media screen and (min-width: 961px) {
  .g-beauty-collection__item__link .g-global-kanebo__item-list__ranking-img {
    width: 280px;
    margin: auto;
  }
}

.g-beauty-collection__item__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: #fff;
  text-align: left;
  padding-top: 10px;
  white-space: normal;
}

.g-beauty-collection__item__name {
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  .g-beauty-collection__item__name {
    font-size: 14px;
  }
}

.g-beauty-collection__item__price, .g-beauty-collection__item__tax-included {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: -webkit-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
  padding-top: 5px;
}

.g-beauty-collection__item__price {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 960px) {
  .g-beauty-collection__item__price {
    font-size: 16px;
  }
}

.g-beauty-collection__item__tax-included {
  font-size: 18px;
}

@media screen and (max-width: 960px) {
  .g-beauty-collection__item__tax-included {
    font-size: 16px;
  }
}

.g-beauty-collection__item__tax-included > dt {
  font-weight: inherit;
}

.g-beauty-collection__item__price-wrapper.salaPrice .g-beauty-collection__item__block-price-wrapper {
  color: #D92627;
}

.g-beauty-collection__item__original-price-wrapper .g-beauty-collection__item__price::before,
.g-beauty-collection__item__original-price-wrapper .g-beauty-collection__item__tax-included::before {
  width: 100%;
  border-top: 0.4rem double #000;
  content: "";
  position: absolute;
  top: 49%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .g-beauty-collection img {
    width: 100%;
    height: auto;
    margin: auto;
  }
}
