html {
  font-size: clamp(14px, 4vw, 18px);
}

body {
font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #3E3A39;
}

.mainContents {
    background-color: #fff;
}

.bg-color {
    background-color: #E8E9DE;
    padding-bottom: 20px;
}

.list-wrap {
    margin-top: 25px;
}

.list-box-wrap {
    width: 90%;
    background-color: #fff;
    margin: auto;
    position: relative;
}

.set01-margin {
    margin-bottom: 10%;
}

.list-box {
    width: 90%;
    margin: auto;
}

body .mainContents .listset-img {
    width: 100%;
    display: block;
    margin: auto;
    padding-top: 45px;
}

.list-box-set01::before {
    content: "";
    display: inline-block;
    width: 80%;
    aspect-ratio: 1/0.2;
    background-image: url('/LP/aono_gift2602/img/set01_ttl.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:-3%;
    right: 25%;
}

.list-box-set02::before {
    content: "";
    display: inline-block;
    width: 80%;
    aspect-ratio: 1/0.2;
    background-image: url('/LP/aono_gift2602/img/set02_ttl.jpg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top:-3%;
    right: 25%;
}

.list-product {
    /* font-size: 15px; */
    font-size: 1rem;
}

.list-ex_price {
    /* font-size: 12px; */
    font-size: 0.8rem;
}

.tax-01 {
    /* font-size: 8px; */
    font-size: 0.533rem;
}

.list-discount {
    /* font-size: 34px; */
    font-size: 2.167rem;
}

.tax-02 {
    /* font-size: 10px; */
    font-size: 0.667rem;
}

body .mainContents .list-box-wrap .discount-img {
    width: 40%;
    display: inline;
    vertical-align: -5%;
    margin-right: 10px;
}

.yen {
    /* font-size: 22px; */
    font-size: 1.467rem;
}

.cta {
    background-color: #fff;
    padding-bottom: 20px;
}

.lpbox {
    background-color: #fff;
}

.small-text {
    /* font-size: 7px; */
    font-size: 0.467rem;
    display: block;
    width: 90%;
    margin: auto;
}

@media (min-width: 750px) {
  html {
    font-size: clamp(14px, 4vw, 30px);
  }
}