body {
    background-color: white;
}
.page-best-cosmetic-awards {
    padding-top: 3.2rem;
    margin-bottom: 10em;
    max-width: 1060px;
    margin-inline: auto;
}
.page-best-cosmetic-awards .block-pickup-product--list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 10em;
}
.page-best-cosmetic-awards .block-pickup-product--list .item {
    display: flex;
    justify-content: center;
    gap: 3em;
}
.page-best-cosmetic-awards .block-pickup-product--list .item-image {width: 44.2%;}
.page-best-cosmetic-awards .block-pickup-product--list .item-data {
    width: 40.3%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 1em;
}
.page-best-cosmetic-awards .block-pickup-product--list .name {
    font-weight: bold;
    font-size: 1.43em;
}
.page-best-cosmetic-awards .block-pickup-product--list .price {
    display: flex;
    gap: 1em;
}
.page-best-cosmetic-awards .block-pickup-product--list .award-text {
    display: flex;
    flex-direction: column;
    gap: 1em;
    color: #005b60;
    margin-top: 2em;
}
.page-best-cosmetic-awards .block-pickup-product--list .award-text {
    display: flex;
    flex-direction: column;
    gap: 1em;
    color: #005b60;
    margin-top: 2em;
    font-size: 14px;
}
.page-best-cosmetic-awards .block-pickup-product--list .detail-btn-wrap {
    margin-top: auto;
    max-width: 350px;
    width: 100%;
}
.page-best-cosmetic-awards .block-pickup-product--list .detail-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #005b60;
    color: white;
    text-align: center;
    padding: 1em;
    position: relative;
    height: 50px;
}
.page-best-cosmetic-awards .block-pickup-product--list .detail-btn::before,
.page-best-cosmetic-awards .block-pickup-product--list .detail-btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 10px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: white;
  transform-origin: calc(100% - 1px) 50%;
}
.page-best-cosmetic-awards .block-pickup-product--list .detail-btn::before {
  transform: rotate(45deg);
}
.page-best-cosmetic-awards .block-pickup-product--list .detail-btn::after {
  transform: rotate(-45deg);
}
.page-best-cosmetic-awards .read-text {
    margin-bottom: 10rem;
    color: #947f42;
    text-align: center;
    font-size: clamp(14px, 4.3vw, 18px);
    line-height: 2;
}
.page-best-cosmetic-awards .mv-image {
    margin-bottom: 3em;
    display: block;
    text-align: center;
}
@media (max-width: 896px) {
    .page-best-cosmetic-awards {
        margin-bottom: 5em;
        padding-top: 5.3rem;
    }
    .page-best-cosmetic-awards .headLine01 {
        margin-bottom: 3rem;
        margin-inline: 4.9rem;
    }
    .page-best-cosmetic-awards .mv-image {
        margin-bottom: 3em;
    }
    .page-best-cosmetic-awards .read-text {
        margin-inline: 0;
        margin-bottom: 7.5rem;
    }
    /* .page-best-cosmetic-awards .block-pickup-product--list {
        gap: 2.5em;
    } */
    .page-best-cosmetic-awards .block-pickup-product--list .item-image {
        width: auto;
    }
    .page-best-cosmetic-awards .block-pickup-product--list .item-data {
        align-items: normal;
        width: auto;
    }
    .page-best-cosmetic-awards .block-pickup-product--list {
        gap: 7.5em;
        margin-inline: 3rem;
    }
    .page-best-cosmetic-awards .block-pickup-product--list .item {
        gap: 1.5em;
        flex-direction: column;
    }
    .page-best-cosmetic-awards .block-pickup-product--list .detail-btn-wrap {
        min-width: auto;
    }
    .page-best-cosmetic-awards .block-pickup-product--list .detail-btn {
        padding: 0.5em;
    }
    .page-best-cosmetic-awards .block-pickup-product--list .name {
        font-size: 1.2em;
    }
}

.page-best-cosmetic-awards .block-award-set {
    background-color: #e6f0ed;
    padding: 40px 60px 60px;
    margin-top: 10em;
    text-align: center;
    width: 90%;
    margin-inline: auto;
    box-sizing: border-box;
}
.page-best-cosmetic-awards .block-award-set .set-title {
    font-size: 1.7em;
    margin-bottom: 3.5rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    font-family: "Noto Serif JP", serif;
    color: #005b60;
}
.page-best-cosmetic-awards .block-award-set .set-description {
    /* font-size: 18px; */
    line-height: 1.5;
    max-width: 780px;
    margin: 0 auto 2em;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(14px, 4.3vw, 18px);
}
.page-best-cosmetic-awards .block-award-set .set-container {
    display: flex;
    justify-content: center;
    gap: 8em;
}
.page-best-cosmetic-awards .block-award-set .set-item {
    width: 300px;
    text-align: left;
}
.page-best-cosmetic-awards .block-award-set .set-image {
    margin-bottom: 1.5em;
}
.page-best-cosmetic-awards .block-award-set .set-image img {
    width: 100%;
    height: auto;
    display: block;
}
.page-best-cosmetic-awards .block-award-set .set-name {
    font-size: 16px;
    line-height: 1.5;
}
.page-best-cosmetic-awards .block-award-set .set-price {
    font-size: 16px;
    margin-top: 0.5em;
    font-weight: bold;
}

@media (max-width: 896px) {
    .page-best-cosmetic-awards .block-award-set {
        padding: 40px 20px;
        margin-top: 7.5em;
    }
    .page-best-cosmetic-awards .block-award-set .set-title {
        font-size: calc(1.35em + 2px);
        margin-bottom: 1rem;
    }
    .page-best-cosmetic-awards .block-award-set .set-description {
        font-size: 14px;
        margin-bottom: 1.5em;
        text-align: center;
        margin-bottom: 6.5rem;
        margin-top: 4rem;
        line-height: 2;
    }
    .page-best-cosmetic-awards .block-award-set .set-container {
        flex-direction: column;
        align-items: center;
        gap: 4em;
    }
    .page-best-cosmetic-awards .block-award-set .set-item {
        width: 100%;
        max-width: 300px;
    }
    .page-best-cosmetic-awards .block-award-set .set-price {
    font-size: 1.2em;
    }
    .page-best-cosmetic-awards .block-award-set .set-name {
    font-size: 1.2em;
}
}