@charset "UTF-8";
/* =====================================================
 * ボタン
 * ================================================== */
.purchase {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 40px;
  margin: 15px 0 0;
  background: url("/include/beauty/special/columnmd/gucci_1/img/20240621_gucci_1_ico_arrow.svg") no-repeat calc(100% - 10px) 50%/6px auto #000000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  transition: opacity 0.2s ease-in-out;
}
.purchase:hover {
  opacity: 0.7;
  color: #fff;
}
.purchase:visited {
  color: #fff;
}
@media screen and (max-width: 750px) {
  .purchase {
    width: 200px;
    height: 40px;
    margin: 20px 0 0;
    background-position-x: calc(100% - 10px);
    background-size: 6px auto;
    font-size: 13px;
  }
}

/* =====================================================
 * イメージ
 * ================================================== */
#BeautyColumn .kv img {
  max-width: 70%;
}
@media screen and (max-width: 750px) {
  #BeautyColumn .kv img {
    max-width: 100%;
  }
}
#BeautyColumn .section-figure .flexBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px 0;
  gap: 40px;
}
@media screen and (max-width: 750px) {
  #BeautyColumn .section-figure .flexBox {
    gap: 0;
  }
}
#BeautyColumn .section-figure .flexBox.item05 {
  gap: 60px;
  padding: 40px 0;
}
@media screen and (max-width: 750px) {
  #BeautyColumn .section-figure .flexBox.item05 {
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
  }
}
#BeautyColumn .section-figure img {
  display: block;
  max-width: 350px;
}
@media screen and (max-width: 750px) {
  #BeautyColumn .section-figure img {
    max-width: 165px;
  }
}
#BeautyColumn .section-figure.item05 img {
  max-width: 400px;
}
#BeautyColumn .section-figure h3 {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}/*# sourceMappingURL=20250911_2025Xmas_loccitane_style.css.map */