.logo {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: unset;
    left: 15px;
    max-width: 152px;
    width: 100%;
    padding: 0;
}
.sp {
    display: none;
}
@media only screen and (max-width: 540px) {
    .logo {
        top: 5px;
        left: 5px;
        max-width: 120px;
    }
    .sp {
        display: block;
    }
}

.btn {
    width: 480px;
    margin: 0 auto;
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
}
.newlp_container {
    padding-top: 0;
}

.ancor_btn_wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    padding: 50px 0;
}
.ancor_btn_wrap .anchor_btn {
    background-color: #9b9574;
    width: 320px;
    padding: 15px 20px;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
.ancor_btn_wrap .anchor_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 8px solid #ffffff;
    border-bottom: 0;
    transform: translateY(-50%);
}
.newlp_bg {
    max-width: 750px;
    margin: 0 auto;
    background-color: #f8fafb;
    overflow: hidden;
}
.newlp_block {
    max-width: 750px;
    margin: 0 auto;
}
.why_block {
    background-color: #f8fafb;
}
.hukidashi {
    position: absolute;
    top: 0;
    right: -20px;
    transform: translateY(-30%);
}
.why-text-area {
    padding: 40px 20px;
}
.why-text-area p {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 700;
    color: #9b9574;
    padding-left: 30px;
    border-left: solid 4px #9b9574;
}

@media only screen and (max-width: 540px) {
    .btn {
        width: 80vw;
        bottom: 3%;
        left: 50%;
        transform: translateX(-50%);
    }
    .ancor_btn_wrap {
        padding: 20px 5%;
        gap: 10px;
        align-items: normal;
    }
    .ancor_btn_wrap .anchor_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(50% - 5px);
        font-size: 15px;
        line-height: 1.2;
        padding: 10px 20px;
    }
    .ancor_btn_wrap .anchor_btn::after {
        right: 10px;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 5px solid #ffffff;
    }
    .hukidashi {
        width: 65vw;
    }
    .why-text-area {
        padding: 20px 5%;
    }
    .why-text-area p {
        font-size: 18px;
        line-height: 1.6;
        padding-left: 15px;
    }
}

#set-menu {
    padding: 120px 0;
}
.lead-text {
    margin: 40px auto;
    text-align: center;
    font-size: 30px;
    line-height: 1.6;
    color: #505050;
}
.set-title {
    background-color: #9b9574;
    width: 90%;
    margin: 60px auto 0;
    color: #fff;
    font-size: 32px;
    line-height: 1.1;
    padding: 15px 0;
}
.set-title.blue {
    background-color: #5ab4e5;
}
.set-title .min {
    font-size: 24px;
    font-weight: 500;
}
.set-text {
    color: #505050;
    font-size: 24px;
    line-height: 1.8;
    max-width: 90%;
    margin: 40px auto 0;
}
.set-pricetable {
    margin: 30px auto;
    max-width: 680px;
}
.set-caution {
    color: #7e7e7e;
    font-size: 16px;
    line-height: 1.6;
    max-width: 90%;
    margin: 0 auto;
}

@media only screen and (max-width: 540px) {
    #set-menu {
        padding: 60px 0;
    }
    .lead-text {
        margin: 20px auto;
        font-size: 16px;
    }
    .set-title {
        margin: 30px auto 0;
        font-size: 20px;
        letter-spacing: 0;
    }
    .set-title .min {
        font-size: 13px;
    }
    .set-text {
        font-size: 18px;
        margin: 20px auto 0;
    }
    .set-pricetable {
        width: 90%;
    }
    .set-caution {
        font-size: 14px;
    }
}

#cosme {
    padding: 120px 0 60px;
}
.cosme-item {
    margin-bottom: 60px;
}
.item-info {
    display: flex;
    justify-content: space-between;
}
.item-img {
    margin: 0;
}
.item-spec {
    width: calc(65% - 40px);
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}
.item-spec .tag {
    color: #fff;
    font-size: 18px;
    background-color: #d5d1bc;
    padding: 3px 10px;
    width: fit-content;
    margin: 0 auto 10px;
}
.item-spec .item-name {
    font-size: 30px;
    text-align: center;
}
.item-spec .item-name .brand {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}
.price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}
.price-wrap .price-tag {
    font-size: 20px;
    border: solid 1px #c9ced2;
    padding: 0 10px;
    margin: 0;
    color: #505050;
}
.price-wrap .price {
    font-size: 36px;
    font-weight: 700;
    color: #9b9574;
    margin: 0;
}
.price-wrap .price .min {
    font-size: 26px;
}
.item-quote {
    text-align: right;
}
.item-quote a {
    color: #5ab4e5;
    text-decoration: underline;
}
.item-description {
    background-color: #f3f5f6;
    padding: 30px 40px;
    font-size: 24px;
    line-height: 1.7;
    color: #505050;
}
.item-caution {
    font-size: 17px;
    color: #7e7e7e;
    line-height: 1.5;
}

@media only screen and (max-width: 540px) {
    #cosme {
        padding: 60px 0 0;
    }
    .item-info {
        flex-direction: column;
    }
    .item-img {
        width: fit-content;
        margin: 0 auto;
    }
    .item-spec {
        width: 90%;
        margin: 0 auto;
    }
    .item-spec .tag {
        font-size: 15px;
    }
    .item-spec .item-name {
        line-height: 1.4;
        font-size: 24px;
        margin-bottom: 40px;
    }
    .item-spec .item-name .brand {
        font-size: 18px;
    }
    .price-wrap {
        flex-direction: column;
    }
    .price-wrap .price-tag {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .price-wrap .price {
        font-size: 30px;
    }
    .price-wrap .price .min {
        font-size: 20px;
    }
    .item-quote {
        width: 90%;
        margin: 0 auto 20px;
    }
    .item-description {
        width: 90%;
        margin: 0 auto;
        font-size: 18px;
        padding: 20px 25px;
    }
    .item-caution {
        font-size: 15px;
        width: 90%;
        margin: 20px auto 0;
    }
}

.newlp_m_offer {
    padding: 120px 0;
}
.nl_cmn {
    padding-top: 120px;
}
.newlp_m_offer .nl_title {
    font-size: 36px;
    text-align: center;
    color: #505050;
    line-height: 1.2;
    margin-bottom: 60px;
}
.newlp_m_offer .nl_title .glp-name {
    font-size: 50px;
    font-weight: 700;
    color: #ef929b;
}
.newlp_offer_btn {
    max-width: 540px;
    margin: 0 auto;
}
.newlp_offer_btn a {
    width: 100%;
    display: block;
    background-color: #ef929b;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
    border-radius: 80px;
    position: relative;
}
.newlp_offer_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #ffffff;
    border-right: 0;
    transform: translateY(-50%);
}

@media only screen and (max-width: 540px) {
    .newlp_m_offer {
        padding: 60px 0;
    }
    .newlp_m_offer .nl_title {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .newlp_m_offer .nl_title .glp-name {
        font-size: 36px;
    }
    .newlp_m_offer .box .sub-box {
        margin: 0 auto 30px;
    }
    .newlp_offer_btn {
        width: 90%;
    }
    .newlp_offer_btn a {
        font-size: 16px;
        padding: 10px 0;
    }
    .newlp_offer_btn a::after {
        right: 14px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 10px solid #ffffff;
    }
    .nl_cmn {
        padding-top: 50px;
    }
}