@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap); @import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;700;900&display=swap); .ecm-main {
    padding: 0;
    overflow: hidden
}

.ecm-main__inner {
    max-width: 1230px;
    margin: 0 auto
}

@media print,screen and (min-width: 961px) {
    .ecm-main__inner img {
        image-rendering:-webkit-optimize-contrast
    }
}

.ecm-main__inner a {
    opacity: 1;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

.ecm-main__inner a:hover {
    opacity: .7;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease
}

@media screen and (max-width: 960px) {
    .ecm-main__inner .sp-w-100 {
        width:100%;
        height: auto
    }
}

.lp-retinol {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

.lp-hero {
    position: relative
}

.lp-hero__note {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    color: #666;
    line-height: 1
}

@media screen and (max-width: 960px) {
    .lp-hero__note {
        width:92%;
        font-size: 2.4vw;
        bottom: 2.1333333333vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-hero__note {
        width:80%;
        font-size: 11px;
        bottom: 12px
    }
}

.lp-morebutton {
    width: 86.6666666667vw;
    margin-inline:auto}

@media print,screen and (min-width: 961px) {
    .lp-morebutton {
        width:320px
    }
}

.lp-morebutton a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000 !important;
    color: #fff !important;
    padding: 3.3333333333vw 0;
    font-size: 3.4666666667vw
}

@media print,screen and (min-width: 961px) {
    .lp-morebutton a {
        padding:12px 0;
        font-size: 18px
    }
}

.lp-morebutton a span {
    position: relative;
    padding-right: 1.5em
}

.lp-morebutton a span::after {
    content: "";
    display: block;
    margin: auto;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0
}

@media screen and (max-width: 960px) {
    .lp-morebutton a span::after {
        width:2vw;
        height: 2vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-morebutton a span::after {
        width:12px;
        height: 12px
    }
}

.lp-morebutton a span.label-open {
    display: block
}

.lp-morebutton a span.label-open::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width: 960px) {
    .lp-morebutton a span.label-open::after {
        bottom:.6666666667vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-morebutton a span.label-open::after {
        bottom:5px
    }
}

.lp-morebutton a span.label-close {
    display: none
}

.lp-morebutton a span.label-close::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media screen and (max-width: 960px) {
    .lp-morebutton a span.label-close::after {
        top:1.3333333333vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-morebutton a span.label-close::after {
        top:10px
    }
}

.lp-morebutton a.show span.label-open {
    display: none
}

.lp-morebutton a.show span.label-close {
    display: block
}

.lp-section__header {
    position: relative
}

.lp-section__header p {
    width: 96%;
    margin: auto;
    text-align: right;
    color: #fff;
    font-size: 2.4vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: .9333333333vw
}

@media print,screen and (min-width: 961px) {
    .lp-section__header p {
        width:81%;
        font-size: 11px;
        bottom: 8px
    }
}

.lp-section__body {
    background: -webkit-gradient(linear, left top, right top, from(#f2ddd3), color-stop(50%, #fdf0ea), to(#f2ddd3));
    background: linear-gradient(to right, #f2ddd3 0%, #fdf0ea 50%, #f2ddd3 100%)
}

.lp-section__body__inner {
    padding: 6.6666666667vw 0 8vw
}

@media print,screen and (min-width: 961px) {
    .lp-section__body__inner {
        max-width:960px;
        margin-inline:auto;padding: 30px 0 60px
    }
}

@media print,screen and (min-width: 961px) {
    .lp-product {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 3%;
        -moz-column-gap: 3%;
        column-gap: 3%
    }
}

.lp-product__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media print,screen and (min-width: 961px) {
    .lp-product__left {
        width:50%
    }
}

@media screen and (max-width: 960px) {
    .lp-product__image {
        width:40%;
        -webkit-transform: translateX(2.6666666667vw);
        transform: translateX(2.6666666667vw)
    }
}

.lp-product__summary {
    text-align: center;
    position: relative;
}

@media screen and (max-width: 960px) {
    .lp-product__summary {
        width:58%;
        padding-right: 2vw;
        /*padding-top: 9.3333333333vw;
        -webkit-transform: translateX(-2vw);
        transform: translateX(-2vw)*/
    }
}

@media print,screen and (min-width: 961px) {
    .lp-product__summary {
        width:260px;
        /*padding-top: 50px*/
    }
}

.lp-product__name {
    background: #fff;
    color: #ac542f;
    font-weight: bold;
    padding: 1.0666666667vw 0;
    border-radius: 6.4vw;
    font-size: 4.2666666667vw;
    line-height: 1.3
}

@media print,screen and (min-width: 961px) {
    .lp-product__name {
        padding:5px 0;
        border-radius: 28px;
        font-size: 19px
    }
}

.lp-product__catch {
    color: #000;
    font-weight: bold;
    margin-top: 2.4vw !important;
    font-size: 4vw;
    line-height: 1.35
}

@media print,screen and (min-width: 961px) {
    .lp-product__catch {
        margin-top:15px !important;
        font-size: 19px
    }
}

@media screen and (max-width: 960px) {
    .lp-product__icons {
        width:82%;
        margin: 2vw auto 0 !important
    }
}

@media print,screen and (min-width: 961px) {
    .lp-product__icons {
        margin-top:10px !important
    }
}

@media screen and (max-width: 960px) {
    .lp-product__right {
        margin-top:4vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-product__right {
        width:45.3%;
        padding-top: 50px
    }
}

.lp-product__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 960px) {
    .lp-product__point {
        width:90.5%;
        margin-inline:auto;-webkit-column-gap: 2.6666666667vw;
        -moz-column-gap: 2.6666666667vw;
        column-gap: 2.6666666667vw;
        padding: 1.8666666667vw 2vw 2.1333333333vw 6vw;
        border: .6666666667vw solid #e6d39f
    }
}

@media print,screen and (min-width: 961px) {
    .lp-product__point {
        -webkit-column-gap:12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
        padding: 8px 10px 10px 30px;
        border: 5px solid #e6d39f
    }
}

.lp-product__point__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #cbb047;
    border-radius: 50%;
    width: 21.8666666667vw;
    height: 21.8666666667vw
}

@media print,screen and (min-width: 961px) {
    .lp-product__point__title {
        width:102px;
        height: 102px
    }
}

.lp-product__point__title span {
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 3.7333333333vw;
    line-height: 1.4
}

@media print,screen and (min-width: 961px) {
    .lp-product__point__title span {
        font-size:17px
    }
}

.lp-product__point__list {
    list-style: none;
    padding: 0
}

.lp-product__point__list li {
    background: url(../img/icon-check.png) no-repeat left top;
    background-size: 4.9333333333vw auto;
    padding-left: 6.4vw;
    font-size: 3.7333333333vw;
    line-height: 1.6
}

@media print,screen and (min-width: 961px) {
    .lp-product__point__list li {
        background-position:left 2px;
        background-size: 22px auto;
        padding-left: 30px;
        font-size: 18px
    }
}

.lp-product__note {
    line-height: 1.35
}

@media screen and (max-width: 960px) {
    .lp-product__note {
        width:94.5%;
        margin: 2.6666666667vw auto 0;
        font-size: 2.4vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-product__note {
        margin-top:20px;
        font-size: 11px
    }
}

.lp-product__voice {
    width: 88.5%;
    margin: 6.6666666667vw auto 0
}

@media print,screen and (min-width: 961px) {
    .lp-product__voice {
        width:100%;
        margin-top: 35px;
        text-align: center
    }
}

@media screen and (max-width: 960px) {
    .lp-section--cream .lp-product__summary {
        padding-top:0
    }
}

@media print,screen and (min-width: 961px) {
    .lp-section--cream .lp-product__summary {
        padding-top:20px
    }
}

@media screen and (max-width: 960px) {
    .lp-set {
        margin-top:6.6666666667vw;
        padding-inline:2.6666666667vw}
}

@media print,screen and (min-width: 961px) {
    .lp-set {
        width:900px;
        margin: 20px auto 0
    }
}

.lp-set-title {
    background: #d80c18;
    text-align: center;
    color: #fff;
    font-weight: bold !important;
    font-size: 4vw !important;
    padding: 3.3333333333vw 0
}

@media print,screen and (min-width: 961px) {
    .lp-set-title {
        font-size:19px !important;
        padding: 14px 0
    }
}

.lp-set-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 960px) {
    .lp-set-list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 1.3333333333vw;
        margin-top: 1.3333333333vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-set-list {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        row-gap: 10px;
        margin-top: 10px
    }
}

.lp-set-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff
}

@media screen and (max-width: 960px) {
    .lp-set-item {
        width:100%;
        padding: 2.6666666667vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-set-item {
        width:440px;
        padding: 15px
    }
}

.lp-set-item__image {
    width: 49%
}

@media print,screen and (min-width: 961px) {
    .lp-set-item__image {
        width:200px
    }
}

.lp-set-item__image a {
    display: block
}

.lp-set-item__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 47.8%
}

@media print,screen and (min-width: 961px) {
    .lp-set-item__contents {
        width:200px
    }
}

.lp-set-item__name {
    text-align: center;
    font-weight: bold;
    font-size: 3.8vw;
    line-height: 1.35
}

@media print,screen and (min-width: 961px) {
    .lp-set-item__name {
        font-size:18px
    }
}

.lp-set-item__contents-bottom {
    margin-top: auto
}

.lp-set-item__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 1.6vw
}

@media print,screen and (min-width: 961px) {
    .lp-set-item__button-wrapper {
        margin-top:9px
    }
}

.lp-set-item__coupon {
    width: 37.5%
}

.lp-set-item__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 6.2666666667vw;
    margin-left: auto;
    background-color: #ca001b !important;
    color: #fff !important;
    font-size: 3.2vw
}

@media print,screen and (min-width: 961px) {
    .lp-set-item__button {
        min-height:29px;
        font-size: 18px
    }
}

.lp-set-item__button span {
    display: block;
    padding-right: .8em;
    position: relative
}

.lp-set-item__button span::after {
    content: "";
    width: 1.6vw;
    height: 1.6vw;
    display: block;
    margin: auto;
    border-top: .2666666667vw solid #fff;
    border-right: .2666666667vw solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: .2666666667vw;
    bottom: 0;
    right: 0
}

@media print,screen and (min-width: 961px) {
    .lp-set-item__button span::after {
        width:8px;
        height: 8px;
        border-top-width: 1px;
        border-right-width: 1px;
        top: 2px
    }
}

.lp-set-item__note {
    margin-top: .9333333333vw;
    font-size: 2.4vw;
    line-height: 1.3
}

@media print,screen and (min-width: 961px) {
    .lp-set-item__note {
        margin-top:7px;
        font-size: 10px
    }
}

.lp-set-note {
    margin-top: 1.3333333333vw !important;
    font-size: 2.4vw;
    line-height: 1.3
}

@media print,screen and (min-width: 961px) {
    .lp-set-note {
        margin-top:10px !important;
        font-size: 11px
    }
}

.lp-qanda {
    background: #f0f0f0
}

@media screen and (max-width: 960px) {
    .lp-qanda {
        padding:9.3333333333vw 2.6666666667vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-qanda {
        padding:45px 0 60px
    }
}

.lp-qanda__title {
    margin-inline:auto;margin-bottom: 6.4vw
}

@media print,screen and (min-width: 961px) {
    .lp-qanda__title {
        width:939px;
        margin-bottom: 40px
    }
}

.lp-qanda__inner {
    width: 86.6666666667vw;
    margin-inline:auto;position: relative;
    overflow: hidden;
    -webkit-transition: height .5s ease;
    transition: height .5s ease
}

@media screen and (max-width: 960px) {
    .lp-qanda__inner {
        height:80vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-qanda__inner {
        width:930px;
        height: 600px
    }
}

.lp-qanda__inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 37.3333333333vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgb(255, 255, 255)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 75%, rgb(255, 255, 255) 100%);
    position: absolute;
    bottom: 0;
    left: 0
}

@media print,screen and (min-width: 961px) {
    .lp-qanda__inner::after {
        height:200px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 240, 240, 0)), color-stop(75%, rgba(240, 240, 240, 0.9)), to(rgb(240, 240, 240)));
        background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0.9) 75%, rgb(240, 240, 240) 100%)
    }
}

.lp-qanda__inner.show::after {
    display: none
}

.lp-qanda__inner-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 960px) {
    .lp-qanda__inner-contents {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8vw;
        padding-bottom: 6.6666666667vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-qanda__inner-contents {
        gap:48px;
        padding-bottom: 30px
    }
}

.lp-qanda__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8vw
}

@media print,screen and (min-width: 961px) {
    .lp-qanda__list {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        gap: 46px
    }
}

.lp-qanda__item-q {
    min-height: 11.7333333333vw;
    margin-bottom: 2vw;
    padding-left: 11vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #221815;
    font-size: 4.5333333333vw;
    line-height: 6vw;
    font-weight: bold;
    letter-spacing: .05em;
    background: url("../img/qanda-q_sp.png") no-repeat;
    background-size: 8.6666666667vw 11.7333333333vw;
    background-position: left top
}

@media print,screen and (min-width: 961px) {
    .lp-qanda__item-q {
        min-height:57px;
        margin-bottom: 9px;
        padding-left: 65px;
        background: url("../img/qanda-q.png") no-repeat;
        background-size: 42px 57px;
        background-position: left 9px top;
        font-size: 22px;
        line-height: 29px
    }
}

.lp-qanda__item--03 .lp-qanda__item-q {
    white-space: nowrap;
    letter-spacing: 0
}

.lp-qanda__item-a {
    padding-top: 4.6666666667vw;
    padding-bottom: 5.3333333333vw;
    background-color: #fff
}

@media print,screen and (min-width: 961px) {
    .lp-qanda__item-a {
        padding-top:24px;
        padding-bottom: 30px
    }
}

.lp-qanda__item-a-lead {
    margin-bottom: 3.3333333333vw;
    padding-bottom: 4vw;
    color: #d80c18;
    font-size: 5.3333333333vw;
    font-weight: 900;
    line-height: 6.9333333333vw;
    letter-spacing: .05em;
    text-align: center;
    background: url("../img/qanda-border_sp.png") no-repeat;
    background-size: 77.3333333333vw;
    background-position: center bottom
}

@media print,screen and (min-width: 961px) {
    .lp-qanda__item-a-lead {
        margin-bottom:15px;
        padding-bottom: 20px;
        font-size: 26px;
        line-height: 33px;
        background: url("../img/qanda-border.png") no-repeat;
        background-size: 372px;
        background-position: center bottom
    }
}

.lp-qanda__item-a-text {
    padding-inline:4.6666666667vw;color: #000;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 5.6vw;
    letter-spacing: .05em
}

@media print,screen and (min-width: 961px) {
    .lp-qanda__item-a-text {
        padding-inline:32px;
        font-size: 18px;
        line-height: 27px
    }
}

.lp-qanda__item-a-note {
    padding-top: 1.3333333333vw;
    padding-inline:4.6666666667vw;color: #313131;
    font-size: 2.4vw;
    line-height: 3.2vw
}

@media print,screen and (min-width: 961px) {
    .lp-qanda__item-a-note {
        padding-top:11px;
        padding-inline:32px;font-size: 11px;
        line-height: 15px;
        letter-spacing: .035em
    }
}

.lp-qanda__item-a-img {
    text-align: center
}

.lp-qanda__item--01 .lp-qanda__item-a-img {
    padding-top: 7.6vw;
    padding-bottom: 5.3333333333vw
}

@media print,screen and (min-width: 961px) {
    .lp-qanda__item--01 .lp-qanda__item-a-img {
        padding-top:50px;
        padding-bottom: 39px
    }
}

@media screen and (max-width: 960px) {
    .lp-qanda__item--04 .lp-qanda__item-a-img {
        padding-top:2vw
    }
}

@media screen and (max-width: 960px) {
    .lp-qanda__item--05 .lp-qanda__item-a-img {
        padding-top:2vw;
        padding-bottom: 4vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-qanda__item--05 .lp-qanda__item-a-img {
        padding-top:25px
    }
}

@media screen and (max-width: 960px) {
    .lp-qanda__item-a-img img {
        width:100%
    }
}

.lp-uwasa {
    padding-bottom: 8vw;
    background-color: #f7f5ea
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa {
        padding-bottom:60px
    }
}

.lp-uwasa__title {
    margin-bottom: 3.2vw;
    text-align: center
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__title {
        margin-bottom:20px
    }
}

@media screen and (max-width: 960px) {
    .lp-uwasa__title img {
        width:100%
    }
}

.lp-uwasa__list {
    position: relative;
    overflow: hidden;
    -webkit-transition: height .5s ease;
    transition: height .5s ease
}

@media screen and (max-width: 960px) {
    .lp-uwasa__list {
        height:80vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__list {
        height:385px
    }
}

.lp-uwasa__list::after {
    content: "";
    display: block;
    margin: auto;
    width: 86.6666666667vw;
    height: 37.3333333333vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgb(255, 255, 255)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 75%, rgb(255, 255, 255) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__list::after {
        width:100%;
        height: 200px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 245, 234, 0)), color-stop(75%, rgba(247, 245, 234, 0.9)), to(#f7f5ea));
        background: linear-gradient(to bottom, rgba(247, 245, 234, 0) 0%, rgba(247, 245, 234, 0.9) 75%, #f7f5ea 100%)
    }
}

.lp-uwasa__list.show::after {
    display: none
}

.lp-uwasa__list__inner {
    width: 86.6666666667vw;
    margin-inline:auto;display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8vw 0;
    padding-bottom: 6.6666666667vw
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__list__inner {
        width:930px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 48px 0;
        padding-bottom: 30px
    }
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 442px
    }
}

.lp-uwasa__item-title {
    margin-bottom: 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #221815;
    font-size: 4.5333333333vw;
    line-height: 6vw;
    font-weight: bold;
    letter-spacing: .05em
}

@media screen and (max-width: 960px) {
    .lp-uwasa__item-title {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative;
        left: -2.9333333333vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item-title {
        -webkit-box-align:end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 9px;
        font-size: 22px;
        line-height: 29px
    }
}

@media screen and (max-width: 960px) {
    .lp-uwasa__item-title span {
        padding-top:2vw
    }
}

@media screen and (max-width: 960px) {
    .lp-uwasa__item--01 .lp-uwasa__item-title {
        left:-3.3333333333vw
    }
}

.lp-uwasa__item-title-num {
    width: 16.4vw;
    height: 13.7333333333vw;
    margin-right: 4vw
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item-title-num {
        width:80px;
        height: 66px;
        margin-right: 15px
    }
}

.lp-uwasa__item-title-num img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.lp-uwasa__item-detail {
    position: relative;
    padding-top: 4.6666666667vw;
    padding-bottom: 5.3333333333vw;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item-detail {
        padding-top:24px;
        padding-bottom: 30px
    }
}

.lp-uwasa__item-icon {
    width: 23.3333333333vw;
    height: 23.3333333333vw;
    position: absolute;
    right: -4vw
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item-icon {
        width:111px;
        height: 111px;
        right: -7px
    }
}

.lp-uwasa__item-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.lp-uwasa__item--01 .lp-uwasa__item-icon {
    top: -11vw
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item--01 .lp-uwasa__item-icon {
        top:-51px
    }
}

.lp-uwasa__item--02 .lp-uwasa__item-icon {
    top: -12vw
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item--02 .lp-uwasa__item-icon {
        top:-57px
    }
}

.lp-uwasa__item--03 .lp-uwasa__item-icon {
    top: -8vw
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item--03 .lp-uwasa__item-icon {
        top:-39px
    }
}

.lp-uwasa__item--04 .lp-uwasa__item-icon {
    top: -14.7vw
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item--04 .lp-uwasa__item-icon {
        top:-71px
    }
}

.lp-uwasa__item--05 .lp-uwasa__item-icon {
    top: -11vw
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item--05 .lp-uwasa__item-icon {
        top:-53px
    }
}

.lp-uwasa__item--06 .lp-uwasa__item-icon {
    top: -12vw
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item--06 .lp-uwasa__item-icon {
        top:-57px
    }
}

.lp-uwasa__item-lead {
    margin-bottom: 3.3333333333vw;
    padding-bottom: 4vw;
    color: #ee7835;
    font-size: 5.3333333333vw;
    font-weight: 900;
    line-height: 6.9333333333vw;
    letter-spacing: .05em;
    text-align: center;
    background: url("../img/qanda-border_sp.png") no-repeat;
    background-size: 77.3333333333vw;
    background-position: center bottom
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item-lead {
        margin-bottom:15px;
        padding-bottom: 20px;
        font-size: 26px;
        line-height: 33px;
        background: url("../img/qanda-border.png") no-repeat;
        background-size: 372px;
        background-position: center bottom
    }
}

.lp-uwasa__item-text {
    padding-inline:4.6666666667vw;color: #000;
    font-size: 3.7333333333vw;
    font-weight: 400;
    line-height: 5.6vw;
    letter-spacing: .05em
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item-text {
        padding-inline:32px;
        font-size: 18px;
        line-height: 27px
    }
}

.lp-uwasa__item-img {
    text-align: center;
    margin-inline:auto}

.lp-uwasa__item-img img {
    width: 100%
}

@media screen and (max-width: 960px) {
    .lp-uwasa__item--01 .lp-uwasa__item-img {
        width:63.3333333333vw;
        padding-top: 5.3333333333vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item--01 .lp-uwasa__item-img {
        width:306px;
        padding-top: 28px
    }
}

@media screen and (max-width: 960px) {
    .lp-uwasa__item--02 .lp-uwasa__item-img {
        width:62.9333333333vw;
        padding-top: 5.3333333333vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item--02 .lp-uwasa__item-img {
        width:306px;
        padding-top: 28px
    }
}

@media screen and (max-width: 960px) {
    .lp-uwasa__item--03 .lp-uwasa__item-img {
        width:29.0666666667vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item--03 .lp-uwasa__item-img {
        padding-top:15px;
        width: 147px
    }
}

@media screen and (max-width: 960px) {
    .lp-uwasa__item--04 .lp-uwasa__item-img {
        padding-top:1.3333333333vw;
        padding-bottom: 2.6666666667vw;
        width: 66.1333333333vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item--04 .lp-uwasa__item-img {
        width:273px
    }
}

.lp-uwasa__item-note {
    padding-inline:4.6666666667vw;color: #313131;
    font-size: 2.4vw;
    line-height: 3.2vw
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item-note {
        padding-inline:32px;
        font-size: 11px;
        line-height: 15px;
        letter-spacing: .035em
    }
}

.lp-uwasa__item-float {
    float: left;
    width: 0;
    height: 24vw
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item-float {
        height:115px
    }
}

.lp-uwasa__item-img--float {
    clear: both;
    float: left;
    margin-left: 5vw;
    margin-right: 3vw
}

@media print,screen and (min-width: 961px) {
    .lp-uwasa__item-img--float {
        margin-left:34px;
        margin-right: 30px
    }
}

.lp-uwasa__item-float-clear {
    clear: both
}

.lp-statistics {
    background: #dabe9a;
    padding: 8vw 0
}

@media print,screen and (min-width: 961px) {
    .lp-statistics {
        padding:50px 0 60px
    }
}

@media print,screen and (min-width: 961px) {
    .lp-statistics__inner {
        width:910px;
        margin-inline:auto}
}

.lp-statistics__title {
    text-align: center
}

@media screen and (max-width: 960px) {
    .lp-statistics__title {
        padding-inline:2.6666666667vw
    }
}

.lp-statistics__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 960px) {
    .lp-statistics__contents {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10.6666666667vw;
        margin-top: 8.6666666667vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-statistics__contents {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 50px;
        margin-top: 40px
    }
}

.lp-statistics__item {
    position: relative
}

.lp-statistics__item__note {
    line-height: 1.35
}

@media screen and (max-width: 960px) {
    .lp-statistics__item__note {
        margin-top:5.3333333333vw !important;
        padding-inline:2.6666666667vw;font-size: 2.4vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-statistics__item__note {
        font-size:10px
    }
}

@media print,screen and (min-width: 961px) {
    .lp-statistics__item--1 .lp-statistics__item__note {
        margin-top:20px !important;
        padding-left: 57px
    }
}

@media print,screen and (min-width: 961px) {
    .lp-statistics__item--2 {
        -webkit-transform:translateY(105px);
        transform: translateY(105px);
        z-index: 1
    }
}

@media print,screen and (min-width: 961px) {
    .lp-statistics__item--3 {
        -webkit-transform:translateX(125px);
        transform: translateX(125px)
    }

    .lp-statistics__item--3 .lp-statistics__item__note {
        margin-top: -13px !important;
        padding-left: 47px
    }
}

@media screen and (max-width: 960px) {
    .lp-banners {
        padding:8vw 4.6666666667vw 13.3333333333vw
    }
}

@media print,screen and (min-width: 961px) {
    .lp-banners {
        max-width:960px;
        margin-inline:auto;padding: 70px 0 100px
    }
}

.lp-banners-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4vw
}

@media print,screen and (min-width: 961px) {
    .lp-banners-list {
        -webkit-box-pack:justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 40px 0
    }
}

.lp-banners-list a {
    display: block;
    width: 100%
}

@media print,screen and (min-width: 961px) {
    .lp-banners-list a {
        max-width:430px
    }
}

.lp-banners-list img {
    width: 100%
}


.lp-set-title01,.lp-set-title02 {
    text-align: center;
    padding: 2vw 0 2vw 0;
}

.lp-set-title01{
    background-color: #959595;
}

.lp-set-title02{
    background-color: #ff8705;
}

.lp-set-title01 img{
    width: 20%;
}

.lp-set-title02 img{
    width: 35%;
}

.lp-set-boder01{
    border: solid 0.5vw #959595;
}

.lp-set-boder02{
    border: solid 0.5vw #ff8705;
}

.lp-product__awardicons{
}

.d-sp{
    display: inline;
}

.d-pc{
    display: none;
}

@media print,screen and (min-width: 961px) {

    .lp-set-title01 img,.lp-set-title02 img{
        width: auto;
    }

    .lp-set-title01,.lp-set-title02 {
        padding: 12px 0 15px 0;
    }

    .lp-set-boder01{
        border: solid 3px #959595;
    }

    .lp-set-boder02{
        border: solid 3px #ff8705;
    }
    
    .lp-product__awardicons{
        padding-bottom: 5px;
    }
    
    .lp-product__awardicons.award01{
        position: relative;
        top: 0;
        left:-25px;
    }
    
    .d-sp{
        display: none;
    }
    
    .d-pc{
        display: inline;
    }
}

@media screen and (max-width: 960px) {
    .lp-product__summary.summary01{
        position: relative;
        top:-3vw;
    }
    .lp-set-item__name.setname01{
        padding-top: 5vw;
    }

    .lp-set-item__name.setname02{
        padding-top: 2vw;
    }
}