@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;
}

.purchase:hover {
  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;
  }
}
/* =====================================================
 * ボタン終わり
 * ================================================== */

.flexBox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

/* =====================================================
 * イメージ
 * ================================================== */

.section-figure img {
  display: block;
  max-width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .section-figure img {
    max-width: 80%;
  }
}
/* =====================================================
 * イメージ終わり
 * ================================================== */

#BeautyColumn .kv figcaption {
  margin-bottom: 1rem;
  text-align: left;
}
.section-heading {
  margin-bottom: 2rem;
}
._small {
  font-size: 0.8rem;
}
#BeautyColumn sup {
  font-size: 13px !important;
  top: -2px;
}
#BeautyColumn h2 > sup {
  top: -8px;
}
@media screen and (max-width: 750px) {
  #BeautyColumn h2 > sup {
    top: -4px;
  }
}
#BeautyColumn .sp-left {
  text-align: center;
  margin-bottom: 1rem;
}
#BeautyColumn .section-heading {
  line-height: 1.8;
}
