@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; 
/*
    background: url("../img/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: 680px;
  margin: 0 auto;
}

/* .section-figure.item01 {
  margin-top: 30px;
} */

.section-figure.item01 img {
  max-width: 380px;
}

/* .section-figure.item02 {
  margin-top: 30px;
} */

.section-figure.item02 img {
  max-width: 460px;
}

.section-figure.item03 img {
  max-width: 400px;
}
.section-figure.item04 img {
  max-width: 350px;
  padding: 20px 0;
}

@media screen and (max-width: 750px) {
  /* .section-figure.item01 {
    margin-top: 50px;
  } */
  .section-figure.item01 img {
    max-width: 275px;
  }
  /* .section-figure.item02 {
    margin-top: 30px;
  } */
  .section-figure.item02 img {
    max-width: 100%;
  }
  .section-figure.item03 img {
    max-width: 100%;
  }
  .section-figure.item04 img {
    max-width: 292px;
  }
}
/* =====================================================
 * イメージ終わり
 * ================================================== */
