@charset "UTF-8";
/* ブレークポイントはmin-width: 750px */
@media screen and (min-width: 750px),print {
  /*.item-kv {
    background-image: url("../../images/renew2024/item/item020/kv_left.jpg"), url("../../images/renew2024/item/item020/kv_right.jpg");
    background-repeat: no-repeat;
    background-size: 50vw 100%, 50vw 100%;
    background-position: left top, right top;
  }*/
}

.item-fragrance-section-img {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4vw;
}
@media screen and (min-width: 750px),print {
  .item-fragrance-section-img {
    gap: 30px;
  }
}