.bestcosme #contentHeadBlock {
    background: linear-gradient(
    0deg,
    #F3EDD1 7%,
    #FEFAED 50%,
    transparent 100%
    );
}

main.bestcosme > div {
  width: auto;
}

.bestcosme h1 {
    padding: 0;
    border-bottom: none;
}

.bestcosme img {
    vertical-align: top;
}

.bestcosme .main-read {
    text-align: center;
    margin-top: 60px;
    font-size: 20px;
    line-height: 1.6;
}

.bestcosme .item-title {
    text-align: center;
    border: 0;
    margin: 0;
    background: linear-gradient(
    0deg,
    #F1E8C9 15%,
    #F2EBCD 30%,
    #F1E8C9 40%,
    #F3EDD1 80%
    );
    padding: 0 0 3em;
}
.bestcosme .item_wrap_contents {
    background: URL(/img/pages/bestcosme/glitter-pattern-04.jpg) center / cover repeat-y;
    padding-bottom: 100px;
    position: relative;
    z-index: 0;
}
.bestcosme .item_wrap_contents::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 10em;
    background: linear-gradient(
    0deg,
    transparent 40%,
    #F1E8C9 80%
    );
    z-index: -1;
}
.bestcosme .item_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
}

.bestcosme .item_wrap + .item_wrap {
    margin-top: 60px;
}

.bestcosme .item_img {
    width: 40%;
}

.bestcosme .award {
    flex: 1;
    background: #F7F2F2 url(/img/pages/bestcosme/icon-aword.png) center 20px / auto no-repeat;
    margin-top: 40px;
    padding: 100px 30px 30px;
    text-align: center;
}
.bestcosme .award li + li { margin-top: 2em; }
.bestcosme .award-name {
    color: #7E2C2C;
}
.bestcosme .icon-function {
    color: #7e2c2c;
    background-color: #F7F2F2;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 0.2em;
}
.bestcosme .item-name {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.25em;
    padding: 0.2em 0;
}

.bestcosme .item-price {
    padding: 0.2em 0;
}

.bestcosme .ctr_btn a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    font-size: 1.15em;
    background-color: #7E2C2C;
    line-height: 1.1em;
    color: #fff;
    border-radius: 0.6em;
    font-weight: bold;
    letter-spacing: 0.09em;
    margin-top: 15px;
}

.bestcosme .item_detail {
    width: 50%;
}

.bestcosme .top15 {
    margin-top: 15px;
}
@media (min-width: 751px) {
    .bestcosme .sp-only {
        display: none;
    }
}
@media (max-width: 750px) {
    .bestcosme h1 {
        width: auto;
        margin-bottom: 0;
    }
    .bestcosme .main-read {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: clamp(10px,4.5vw,20px);
    }
    .bestcosme .item_wrap_contents::before {
        height: 5em;
        background: linear-gradient(
        0deg,
        transparent 40%,
        #F1E8C9 80%
        );
    }
    .bestcosme .item-title {
        padding: 0 0 1em;
    }
    .bestcosme .item_wrap {
        flex-direction: column;
        align-items: baseline;
        justify-content: normal;
        padding: 25px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .bestcosme .item_img,
    .bestcosme .item_detail {
        width: -webkit-fill-available;
        padding: 0;
        margin-top: 10px;
    }
    .bestcosme .award {
        font-size: 0.9em;
        padding: 95px 15px 15px;
        margin-top: 10px;
        width: 100%;
    }
    .bestcosme .item-name {
        font-size: 0.98em;
    }
    .bestcosme .item-price {
        font-size: 0.85em;
    }
    .bestcosme .ctr_btn a {
        font-size: 0.95em;
        line-height: 0.9em;
    }
    .bestcosme .pc-only {
        display: none;
    }
}