@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 sup {
  font-size: 16px;
  top: -0.1em;
}
@media screen and (max-width: 750px) {
  #BeautyColumn sup {
    font-size: 15px;
  }
}
#BeautyColumn .section-heading sup {
  top: -0.5em;
}
@media screen and (max-width: 750px) {
  #BeautyColumn .section-heading sup {
    top: 0em;
  }
}
#BeautyColumn .section ul {
  margin-top: 20px;
}
#BeautyColumn .section ul li {
  margin-top: 10px;
  text-align: left;
  line-height: 1.8;
}
#BeautyColumn .section h3 {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  #BeautyColumn .section h3 {
    font-size: 15px;
  }
}
#BeautyColumn .section-figure img {
  display: block;
  max-width: 350px;
  margin: 0 auto;
}/*# sourceMappingURL=20250924_2025Xmas_sk-2_style.css.map */