@charset "UTF-8";
/* =====================================================================





===================================================================== */
/*/////---example---//////
    html:lang(en) {
      body {}
    }
*/
/* =====================================================================


===================================================================== */
.productsList__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -0.96154%;
}

.productsList__item {
    width: 24.5283%;
    margin-bottom: 4.71698%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.productsList__item.is-new:after {
    content: "";
    width: 21.13821%;
    padding-bottom: 7.31707%;
    margin-top: 8.13008%;
    position: absolute;
    top: 0;
    left: 2.03252%;
    background: url(../img/icon_new.svg) no-repeat center top;
    background-size: contain;
    pointer-events: none;
}

.productsList__item.is-award:after {
    content: "";
    width: 17.07317%;
    padding-bottom: 17.07317%;
    margin-top: 2.03252%;
    position: absolute;
    top: 0;
    left: 2.03252%;
    background: url(../img/icon_award.svg) no-repeat center top;
    background-size: contain;
    pointer-events: none;
}

.productsList__item__inner {
    margin: 0 3.84615%;
    text-decoration: none;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 100%;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.productsList__item__inner > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
}

.productsList__item__inner > a > * {
    min-height: 0%;
}

.productsList__item__inner > a:hover .m-btnType1 > span {
    opacity: .8;
}

.productsList__img {
    width: 100%;
    padding: 0 6.45161%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 1%;
}

.productsList__img img {
    width: 100%;
    height: auto;
}

.productsList__tag {
    letter-spacing: -.4em;
    margin-bottom: 0.2rem;
}

.productsList__tag__item {
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.875em;
    color: #626262;
    border: solid 1px #626262;
    padding: 0 0.5em;
    margin: 0 0.4em 0.8em;
}

.productsList__tag__item.tag02 {
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.productsList__tag__item.tagBn {
    color: #ee7800;
    border-color: currentColor;
    font-weight: bold;
}

.productsList__tag__item.tagEs {
    color: #ee7800;
    border-color: currentColor;
    font-weight: bold;
}

.productsList__tag__item.tagLx {
    color: #ee7800;
    border-color: currentColor;
    font-weight: bold;
}

.productsList__tag__item.tagGe {
    color: #e3c8ca;
    color: #c490bf;
    border-color: currentColor;
    font-weight: bold;
}

.productsList__tag__item.tagBm {
    color: #ffa3a3;
    border-color: currentColor;
    font-weight: bold;
}

.productsList__tag__item.tagDc {
    color: #92c9a3;
    border-color: currentColor;
    font-weight: bold;
}

.productsList__tag__item.tagMl {
    color: #03328d;
    border-color: currentColor;
    font-weight: bold;
}

.productsList__tag__item.tagAc {
    color: #0050b2;
    border-color: currentColor;
    font-weight: bold;
}

.productsList__lead {
    font-size: 1.25em;
    line-height: 1.5;
    margin-bottom: .8em;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
    letter-spacing: .05em;
}

.productsList__name {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 1.1em;
}

.productsList__name + .productsList__price {
    margin-top: -1.1em;
}

.productsList__price {
    font-size: 0.9375em;
    margin-bottom: 1.2em;
    line-height: 1.6;
}

.productsList__linkBox {
    width: 100%;
    margin-top: auto;
    -ms-grid-column-align: end;
        justify-self: end;
    font-size: 0.875em;
    text-align: left;
}

.productsList__link {
    margin: 0;
    margin-bottom: 10px;
}

.productsList__link > span {
    padding: 0.55em 3.21429em 0.45em 1.42857em;
}

.productsList__link:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .productsList__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -2.98507%;
    }
    .productsList__item {
        width: 50%;
        margin-bottom: 8.4507%;
    }
    .productsList__item__inner {
        margin: 0 5.6338%;
    }
    .productsList__item__inner > a {
        padding: 8.47458% 0 0;
    }
    .productsList__img {
        width: 100%;
        padding: 0 6.34921%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto;
    }
    .productsList__name {
        font-size: 1em;
    }
    .productsList__price {
        font-size: 0.92308em;
    }
    .productsList__linkBox {
        bottom: 0;
        left: 0;
        font-size: 0.92308em;
    }
    .productsList__link > span {
        padding-top: .65em;
        padding-bottom: .55em;
    }
    .productTagLink {
        font-size: 0.92308em;
        margin-bottom: -0.6em;
        margin-left: -0.3em;
        margin-top: 7.46269%;
    }
    .productTagLink__item {
        margin: 0 0.3em 0.6em;
    }
}

.howtoSection {
    margin-bottom: 120px;
}

@media only screen and (max-width: 1330px) {
    .howtoSection {
        margin-bottom: 10.90909%;
    }
}

.howtoSection__inner {
    padding-bottom: 35px;
}

@media only screen and (max-width: 1330px) {
    .howtoSection__inner {
        padding-bottom: 3.36538%;
    }
}

.slideSection01:before, .slideSection02:before, .slideSection03:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../../product/img/common/bg_slide_01.jpg) no-repeat center top;
    background-size: cover;
    margin-top: 1.5625em;
}

.slideSection01 .sectionHeader, .slideSection02 .sectionHeader, .slideSection03 .sectionHeader {
    padding-bottom: 0;
    margin-bottom: 0.94118em;
}

.slideSection01 .sectionHeader:before, .slideSection02 .sectionHeader:before, .slideSection03 .sectionHeader:before {
    display: none;
}

.slideSection02:before {
    background-image: url(../../product/img/common/bg_slide_02.jpg);
}

.slideSection03:before {
    background-image: url(../../product/img/common/bg_slide_03.jpg);
}

.slideContents {
    max-width: 1100px;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
}

.slideList {
    position: relative;
    overflow: hidden;
}

.slideList__inner {
    margin: 0 -0.96154%;
    position: relative;
}

.slideList__inner .swiper-scrollbar {
    margin-left: 0.9434%;
    margin-right: 0.9434%;
    width: auto;
    right: 0;
}

.swiper-scrollbar + .slideList__items {
    padding-bottom: 3.36538%;
}

.swiper-scrollbar-lock + .slideList__items {
    padding-bottom: 0;
}

.slideList__item {
    width: 25%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
}

.slideList__item > a {
    display: block;
    text-decoration: none;
    min-height: 100%;
    background-color: #fff;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.slideList__item > a:hover {
    opacity: 0.8;
}

.slideContents__note {
    margin-top: 1em;
    font-size: 0.875em;
}

.slideList__prev, .slideList__next {
    width: 25px;
    height: 25px;
}

@media only screen and (max-width: 1330px) {
    .slideList__prev, .slideList__next {
        width: 1.8797vw;
        height: 1.8797vw;
    }
}

@media only screen and (max-width: 1100px) {
    .slideList__prev, .slideList__next {
        width: 2.27273vw;
        height: 2.27273vw;
    }
}

.slideList__prev:before, .slideList__next:before {
    border-color: #e83e0b;
    border-width: 3px;
}

@media only screen and (max-width: 1330px) {
    .slideList__prev:before, .slideList__next:before {
        border-width: 0.22556vw;
    }
}

@media only screen and (max-width: 767px) {
    .slideList__prev:before, .slideList__next:before {
        border-width: 0.53333vw;
    }
}

@media only screen and (max-width: 767px) {
    .slideList__prev, .slideList__next {
        width: 2.93333vw;
        height: 2.93333vw;
    }
}

.slideList__prev {
    left: 0;
    margin-left: 2px;
}

.slideList__next {
    right: 0;
    margin-right: 2px;
}

.howtoSlide__item {
    width: 33.33%;
}

.howtoSlide__item__box {
    background-color: #fff;
    margin: 0 2.83286%;
    height: 100%;
}

.howtoSlide__title {
    font-size: 1em;
    text-align: center;
    color: #e83e0b;
    font-weight: bold;
    padding: 0.8em 0 0em;
    margin-bottom: .8em;
    position: relative;
    border-top: 0.3125em solid #e83e0b;
}

.howtoSlide__sTitle {
    font-size: 1.125em;
    text-align: center;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.5em;
}

.howtoSlide__item__inner {
    padding: 6.06061% 6.06061% 6.06061%;
}

.howtoSlide__item__inner:after {
    content: "";
    clear: both;
    display: block;
}

.howtoSlide__title + .howtoSlide__item__inner {
    padding-top: 0;
}

.howtoSlide__product__inner {
    padding-top: 4.54545%;
}

.howtoSlide__product__img {
    width: 22.41379%;
    float: left;
    padding-right: 3.44828%;
    padding-bottom: 3.44828%;
}

.howtoSlide__product__img img {
    width: 100%;
    height: auto;
}

.howtoSlide__product__img:last-child {
    padding-bottom: 0;
}

.howtoSlide__product__img:nth-last-child(2) {
    padding-bottom: 0;
}

.howtoSlide__product__btmImg {
    padding-bottom: 3.44828%;
}

.howtoSlide__product__btmImg img {
    width: 100%;
    height: auto;
}

.howtoSlide__product__btmImg:last-child {
    padding-bottom: 0;
}

.howtoSlide__product--single .howtoSlide__product__img {
    float: none;
    margin: 0 auto;
    padding-right: 0;
}

.howtoSlide__product--single .howtoSlide__product__img:nth-last-child(2) {
    padding-bottom: 3.44828%;
}

.howtoSlide__product__column1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.howtoSlide__product__column1 .howtoSlide__product__img + .howtoSlide__product__txtBox {
    width: 74.13793%;
}

.howtoSlide__product__txtBox {
    overflow: hidden;
    padding-top: 1.72414%;
    padding-bottom: 1.72414%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.howtoSlide__product__txtBox:last-child {
    padding-bottom: 0;
}

.howtoSlide__product__sTitle {
    font-size: 1.125em;
    line-height: 1.5;
    margin-bottom: 0.5em;
}

.howtoSlide__product__txt {
    font-size: 0.875em;
}

.howtoSlide__product__summary {
    color: #e83e0b;
    font-size: 1em;
    text-align: center;
    border: solid 1px #e83e0b;
    clear: both;
    padding: 0.3em;
}

.howtoSlide__txt1 {
    font-size: 0.875em;
    text-align: center;
    margin-bottom: 1em;
    line-height: 1.5;
}

.howtoSlide__txt1 > span {
    display: inline-block;
    text-align: left;
}

.howtoSlide__txt1:last-child {
    margin-bottom: 0;
}

.howtoSlide__txt1.is-indent {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}

.howtoSlide__txt1.is-indent li:nth-child(2) {
    margin-top: 0.7em;
}

.howtoSlide__txt2 {
    font-size: 0.875em;
    text-align: center;
    margin-bottom: 0.5em;
    min-height: 4.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.5;
}

.howtoSlide__txt2 > span {
    display: inline-block;
    text-align: left;
}

.howtoSlide__txt2 span.u-center {
    display: inline-block;
    margin: 0 auto;
}

.howtoSlide__txt2:last-child {
    margin-bottom: 0;
}

.howtoSlide__img1 img {
    width: 100%;
    height: auto;
}

.howtoSlide__thumb img {
    width: 100%;
    height: auto;
}

.howtoSection__txt {
    font-size: 1em;
    margin-bottom: 1em;
}

.howtoSection__txt:last-child {
    margin-bottom: 0;
}

.howtoSection__annotation {
    font-size: 0.875em;
    margin-bottom: .4em;
}

.howtoSection__annotation:first-child {
    margin-top: 2em;
}

.howtoSection__annotation:last-child {
    margin-bottom: 0;
}

.howtoSection__detail {
    margin-top: 40px;
}

.howtoSection__detail img {
    width: auto;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .howtoSection {
        margin-bottom: 24%;
    }
    .howtoSection__inner {
        padding-bottom: 8%;
    }
    .slideSection01:before, .slideSection02:before, .slideSection03:before {
        font-size: 5.86667vw;
        margin-top: .7em;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .slideSection01:before, .slideSection02:before, .slideSection03:before {
        font-size: 28.16px;
    }
}

@media only screen and (max-width: 767px) {
    .slideSection01 .productSection__inner, .slideSection02 .productSection__inner, .slideSection03 .productSection__inner {
        padding-bottom: 8%;
    }
    .slideSection01 .sectionHeader, .slideSection02 .sectionHeader, .slideSection03 .sectionHeader {
        padding-bottom: 0;
        margin-bottom: 1em;
    }
    .slideSection01 .sectionHeader:before, .slideSection02 .sectionHeader:before, .slideSection03 .sectionHeader:before {
        display: none;
    }
    .slideContents {
        margin: 0 auto 0;
        position: relative;
    }
    .slideList {
        margin: 0 auto;
        overflow: visible;
    }
    .slideList__inner {
        margin: 0 -2.66667vw;
    }
    .slideList__inner .swiper-scrollbar {
        margin-left: 2.66667vw;
        margin-right: 2.66667vw;
    }
    .swiper-scrollbar + .slideList__items {
        padding-bottom: 5.22388%;
    }
    .swiper-scrollbar-lock + .slideList__items {
        padding-bottom: 0;
    }
    .slideList__item {
        width: 61.33333vw;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
    }
    .slideContents__note {
        font-size: 0.76923em;
        -webkit-font-feature-settings: "palt";
                font-feature-settings: "palt";
        letter-spacing: 0.05em;
    }
    .howtoSlide__item {
        width: 81.33333vw;
    }
    .howtoSlide__item__box {
        background-color: #fff;
        margin: 0 2.66667vw;
        width: 76vw;
        height: 100%;
    }
    .howtoSlide__title {
        font-size: 0.92308em;
        border-top-width: 0.33333em;
    }
    .howtoSlide__sTitle {
        font-size: 1.07692em;
    }
    .howtoSlide__item__inner {
        padding: 7.01754% 7.01754% 7.01754%;
    }
    .howtoSlide__item__inner:after {
        content: "";
        clear: both;
        display: block;
    }
    .howtoSlide__title + .howtoSlide__item__inner {
        padding-top: 0;
    }
    .howtoSlide__product__inner {
        padding-top: 5.26316%;
    }
    .howtoSlide__product__img {
        width: 22.41379%;
        float: left;
        padding-right: 3.44828%;
        padding-bottom: 3.44828%;
    }
    .howtoSlide__product__img img {
        width: 100%;
        height: auto;
    }
    .howtoSlide__product__img:last-child {
        padding-bottom: 0;
    }
    .howtoSlide__product__img:nth-last-child(2) {
        padding-bottom: 0;
    }
    .howtoSlide__product__txtBox {
        overflow: hidden;
        padding-top: 1.72414%;
        padding-bottom: 1.72414%;
    }
    .howtoSlide__product__txtBox:last-child {
        padding-bottom: 0;
    }
    .howtoSlide__product__sTitle {
        font-size: 1.07692em;
        margin-bottom: 0.3em;
    }
    .howtoSlide__product__txt {
        font-size: 0.92308em;
    }
    .howtoSlide__product__summary {
        font-size: 1.07692em;
    }
    .howtoSlide__txt1 {
        font-size: 0.92308em;
    }
    .howtoSlide__txt2 {
        font-size: 0.92308em;
    }
    .howtoSection__txt {
        font-size: 1.07692em;
    }
    .howtoSection__annotation {
        font-size: 0.92308em;
    }
    .howtoSection__detail {
        margin-top: 5.33333%;
        max-width: 408px;
    }
    .howtoSection__detail img {
        width: 100%;
    }
}

.lpBqPage {
    overflow: hidden;
}

.lpBqPage.m-noMargin .globalHeader__toggleBtn, .lpBqPage.m-noMargin .globalHeader__shopLink {
    display: none;
}

.lpBqPage.m-noMargin .globalHeader__inner {
    padding: 0;
}

.lpBqPage.m-noMargin .globalHeader__logoBox {
    position: fixed;
}

@media only screen and (max-width: 767px) {
    .lpBqPage.m-noMargin .globalHeader__logoBox {
        top: 1.33333%;
    }
}

.lpBqPage.m-noMargin .globalHeader__logo {
    display: none;
    margin-top: min(2.15278vw, 31px);
}

@media only screen and (max-width: 767px) {
    .lpBqPage.m-noMargin .globalHeader__logo {
        width: 29.86667vw;
        max-width: 227.2px;
        margin: 2.83333% 0 0 2.93333vw;
    }
}

.lpBqPage.m-noMargin .globalSidebar {
    background-color: initial;
}

.lpBqPage.m-noMargin .globalSidebar__inner {
    display: none;
}

.lpBqPage.m-noMargin .globalNav {
    display: none;
}

.lpBqPage .l-wrapper {
    position: relative;
}

.lpBqPage .l-wrapper.type-2 {
    padding-top: 0;
    margin-left: 0;
}

.lpBqPage .l-wrapper.type-2::before {
    display: none;
}

.lpBqPage .fix_logo {
    position: fixed;
    top: min(2.15278vw, 31px);
    left: min(4.27222vw, 50px);
    width: min(22.36111vw, 201px);
    z-index: 80;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .fix_logo {
        top: 2.66667vw;
        left: 2.66667vw;
        max-width: 227.2px;
        width: 29.86667vw;
    }
}

.lpBqPage .fix_logo svg {
    fill: #e83e0b;
}

.lpBqPage .floating-banner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e83e0b;
    border-radius: 50%;
    bottom: 20px;
    color: #e83e0b;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 30px 0 12px;
    text-decoration: none;
    position: fixed;
    left: calc(100% - 214px);
    -webkit-transition: all .5s;
    transition: all .5s;
    height: 190px;
    width: 190px;
    opacity: 0;
    z-index: 5;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .floating-banner {
        bottom: 0;
        border: 0;
        border-radius: 0;
        border-top: 1px solid #e83e0b;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 2.66667vw;
        left: 0;
        padding: 3.6vw 4vw;
        height: initial;
        width: 100%;
    }
}

.lpBqPage .floating-banner.is-show {
    opacity: 1;
    pointer-events: auto;
}

.lpBqPage .floating-banner.is-hide {
    opacity: 0;
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .floating-banner > div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
}

.lpBqPage .floating-banner span {
    line-height: 1.2;
    text-align: center;
    display: block;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .floating-banner span {
        text-align: left;
        font-size: 3.73333vw;
    }
}

.lpBqPage .floating-banner span.arrow {
    margin: 8px auto 0;
    width: 8px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .floating-banner span.arrow {
        margin: 0;
        position: absolute;
        top: 50%;
        right: 2vw;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        width: 1.86667vw;
    }
}

.lpBqPage .floating-banner small {
    color: #6b6b6b;
    display: block;
    font-size: 10px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .floating-banner small {
        font-size: 2.66667vw;
        text-align: left;
    }
}

.lpBqPage .floating-banner .icon {
    width: 143px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .floating-banner .icon {
        width: 32.93333vw;
    }
}

.lpBqPage .main {
    position: relative;
}

.lpBqPage .contsWrapper {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .contsWrapper {
        margin-bottom: 3.63636%;
    }
}

.lpBqPage .pageLead {
    background: url(../../product/benefique/img/bg_orange_01.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.lpBqPage .pageLead__inner {
    max-width: 1100px;
    padding: 17px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 0;
    position: relative;
}

@media only screen and (max-width: 1100px) {
    .lpBqPage .pageLead__inner {
        padding: 1.54545% 2.72727%;
    }
}

.lpBqPage .pageLead__txt {
    width: 34.18182%;
    margin: 0 auto;
    line-height: 1;
}

.lpBqPage .pageLead__txt img {
    width: 100%;
    height: auto;
}

.lpBqPage .pageKv {
    position: relative;
    padding: 5.76923% 0 0;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .pageKv {
        padding-top: 16vw;
    }
}

.lpBqPage .pageKv.m-type2 {
    padding-top: 0;
}

.lpBqPage .pageKv .pageKv__link {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 59%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .pageKv .pageKv__link {
        width: 100%;
    }
}

.lpBqPage .pageKv .pageKv__link .productBox__link {
    position: absolute;
    bottom: 7.27273vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 90%;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .pageKv .pageKv__link .productBox__link {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 5.33333vw;
        bottom: 4vw;
        max-width: 100%;
    }
}

.lpBqPage .pageKv .pageKv__link .productBox__link a {
    color: #000;
    font-size: 1.27273vw;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .pageKv .pageKv__link .productBox__link a {
        white-space: initial;
        font-size: 3.73333vw;
        padding: .75em 2.81429em .65em 1.4em;
    }
}

.lpBqPage .pageKv .pageKv__link .productBox__link a::before {
    background-color: #fff;
}

.lpBqPage .pageKv .pageKv__link .productBox__link a::after {
    background-image: url(../img/icon_blank_org.svg);
}

.lpBqPage .pageKv .pageKv__link .productBox__link a em {
    color: #e83e0b;
    font-style: normal;
    margin-right: .5em;
}

.lpBqPage .pageKv__bottom {
    background: url(../../product/benefique/img/pagekv_bottom_bg.jpg) center top/cover no-repeat;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .pageKv__bottom {
        background-image: url(../../product/benefique/img/pagekv_bottom_bg_sp.jpg);
    }
}

.lpBqPage .pageKv__bottom .pageKv__bottom__inr {
    text-shadow: 0 0 30px rgba(232, 62, 11, 0.4);
    color: #fff;
    text-align: center;
    padding: 6.36364% 0;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .pageKv__bottom .pageKv__bottom__inr {
        text-shadow: 0 0 15px rgba(232, 62, 11, 0.2);
        padding: 16% 0;
    }
}

.lpBqPage .pageKv__bottom .pageKv__bottom__inr .pageKv__bottom__title {
    line-height: 1.5;
    font-size: 1.875em;
    margin-bottom: .75em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .pageKv__bottom .pageKv__bottom__inr .pageKv__bottom__title {
        font-size: 1.5em;
    }
}

.lpBqPage .pageKv__bottom .pageKv__bottom__inr .pageKv__bottom__summary {
    line-height: 2;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .pageKv__bottom .pageKv__bottom__inr .pageKv__bottom__summary {
        font-size: 0.92857em;
    }
}

.lpBqPage .hero-movie {
    background: url(../../product/benefique/img/hero-movie-bg.png) 0 bottom/100% auto no-repeat;
    padding: 6.73077% 4.80769%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .hero-movie {
        background-image: url(../../product/benefique/img/hero-movie-bg_sp.png);
        padding: 10.66667% 0 16%;
    }
}

.lpBqPage .hero-movie .hero-movie__inr {
    margin: 0 auto;
    max-width: 800px;
}

.lpBqPage .hero-movie .hero-movie__product {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2.88462%;
    gap: 6.73077%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .hero-movie .hero-movie__product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 6.66667vw;
    }
}

.lpBqPage .hero-movie .hero-movie__product__text {
    padding-top: 3em;
    line-height: 1.58333;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .hero-movie .hero-movie__product__text {
        text-align: center;
        padding-top: 16%;
    }
}

.lpBqPage .hero-movie .hero-movie__product__text p {
    font-weight: bold;
    font-size: 1.875em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .hero-movie .hero-movie__product__text p {
        font-size: 1.42857em;
    }
}

.lpBqPage .hero-movie .hero-movie__product__list ul {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    gap: 18px;
}

.lpBqPage .hero-movie .hero-movie__product__list ul li {
    font-size: 0.875em;
    width: 70px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .hero-movie .hero-movie__product__list ul li {
        font-size: 0.76923em;
        width: 17.33333vw;
    }
}

.lpBqPage .hero-movie .hero-movie__product__list ul li p {
    line-height: 1.4;
}

.lpBqPage .hero-movie .hero-movie__product__image {
    margin-bottom: .5em;
}

.lpBqPage .hero-movie .hero-movie__product__image img {
    height: auto;
    width: 100%;
}

.lpBqPage .about-scent {
    margin-top: 6.36364%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .about-scent {
        margin-top: 16%;
    }
}

.lpBqPage .about-scent .about-scent__top {
    background-color: #e83e0b;
    color: #fff;
    text-align: center;
    font-size: 1.875em;
    padding: .75em 0;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .about-scent .about-scent__top {
        font-size: 5.6vw;
        padding: 1.5em 0;
    }
}

.lpBqPage .about-scent .about-scent__top h2 {
    line-height: 1.4;
}

.lpBqPage .about-scent .about-scent__title {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: .2em;
    font-size: 1.375em;
    margin-bottom: .25em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .about-scent .about-scent__title {
        font-size: 4.8vw;
    }
}

.lpBqPage .about-scent .about-scent__title span {
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e83e0b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 22px;
    width: 22px;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .about-scent .about-scent__title span {
        height: 4.8vw;
        width: 4.8vw;
        font-size: 4vw;
    }
}

.lpBqPage .about-scent .about-scent__component {
    color: #e83e0b;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .about-scent .about-scent__component {
        font-size: 3.73333vw;
    }
}

.lpBqPage .about-scent .about-scent__body {
    background: url(../../product/benefique/img/about-scent_bg.jpg) center top/cover no-repeat;
    text-align: center;
    padding: 5.76923% 0.96154%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .about-scent .about-scent__body {
        background-image: url(../../product/benefique/img/about-scent_bg_sp.png);
        padding: 13.33333vw 5.33333vw 10.66667vw;
    }
}

.lpBqPage .about-scent .about-scent__body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 900px;
    gap: 30px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .about-scent .about-scent__body ul {
        gap: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.lpBqPage .about-scent .about-scent__body ul > li {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 20px 15px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .about-scent .about-scent__body ul > li {
        padding: 5.33333vw 4vw;
    }
}

.lpBqPage .about-scent .about-scent__comment {
    background: url(../../product/benefique/img/dot-line.png) 0 0/auto 3px repeat-x;
    margin-top: .5em;
    padding-top: .5em;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .about-scent .about-scent__comment {
        background-size: auto 2px;
        margin-top: .5em;
        padding-top: .75em;
        font-size: 3.73333vw;
    }
}

.lpBqPage .about-scent .about-scent__comment p {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
}

.lpBqPage .about-scent .about-scent__note {
    color: #fff;
    text-align: center;
    margin-top: 1em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    font-size: 0.875em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .about-scent .about-scent__note {
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
        font-size: 2.4vw;
    }
}

.lpBqPage .message-content {
    margin: 0 auto 7em;
    padding-top: 6.73077%;
    max-width: 1020px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .message-content {
        padding-top: 16vw;
    }
}

.lpBqPage .message-content .message-content__title {
    font-weight: bold;
    text-align: center;
    font-size: 1.875em;
    margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .message-content .message-content__title {
        line-height: 1.5;
        font-size: 5.86667vw;
        margin-bottom: .75em;
    }
}

.lpBqPage .message-content .message-content__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .message-content .message-content__inr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 6.66667vw;
    }
}

.lpBqPage .message-content .message-content__kv {
    aspect-ratio: 1/1;
    width: 38.46154%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .message-content .message-content__kv {
        width: 100%;
    }
}

.lpBqPage .message-content .message-content__kv img {
    width: 100%;
    height: auto;
}

.lpBqPage .message-content .message-content__info {
    background-color: #fef7f5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3.33333% 5.55556%;
    width: 54.61538%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .message-content .message-content__info {
        padding: 8vw 6.66667vw;
        width: 100%;
    }
}

.lpBqPage .message-content .message-content__info__title {
    color: #e83e0b;
    font-size: 1.375em;
    margin-bottom: .5em;
}

@media only screen and (max-width: 1000px) {
    .lpBqPage .message-content .message-content__info__title {
        font-size: 1.25em;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .message-content .message-content__info__title {
        text-align: center;
        font-size: 4.26667vw;
        margin-bottom: .25em;
    }
}

.lpBqPage .message-content .message-content__info__text {
    background: url(../../product/benefique/img/text-line.png) center top/100% 210px repeat-y;
}

@media only screen and (max-width: 1000px) {
    .lpBqPage .message-content .message-content__info__text {
        background: url(../../product/benefique/img/text-line.png) center top/auto 185px repeat-y;
        font-size: 0.875em;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .message-content .message-content__info__text {
        background: initial;
        font-size: 3.73333vw;
        position: relative;
    }
    .lpBqPage .message-content .message-content__info__text::after {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        content: "";
        display: block;
        background: url(../../product/benefique/img/text-line_sp.png) 0 0/100% 77% repeat;
        height: 100%;
        width: 100%;
    }
}

.lpBqPage .message-content .message-content__info__text p {
    line-height: 2.66667;
    position: relative;
    z-index: 2;
}

.lpBqPage .section-head {
    background: url(../../product/benefique/img/section-head_bg.jpg) center top/cover no-repeat;
    text-align: center;
    color: #fff;
    font-size: 2.125em;
    line-height: 1.5;
    padding: 2em;
    margin-top: 2.5em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .section-head {
        font-size: 5.06667vw;
        padding: 1.5em;
        margin-top: 3.5em;
    }
}

.lpBqPage .section-head small {
    font-size: .75em;
}

.lpBqPage .pageLocalNav {
    font-size: 18px;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .pageLocalNav {
        font-size: 1.35338vw;
    }
}

@media only screen and (max-width: 1100px) {
    .lpBqPage .pageLocalNav {
        font-size: 1.63636vw;
    }
}

.lpBqPage .pageLocalNav__inner {
    max-width: 1100px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 120px;
    position: relative;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .pageLocalNav__inner {
        padding: 0% 2.72727%;
        margin-bottom: 10.90909%;
    }
}

.lpBqPage .pageLocalNav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.lpBqPage .pageLocalNav__item {
    width: 32.30769%;
}

.lpBqPage .pageLocalNav__item a {
    display: block;
    text-decoration: none;
    background-color: #fff;
    border-bottom: solid 5px #e83e0b;
    position: relative;
    padding: 1.11111em 0 1.11111em 1.66667em;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}

.lpBqPage .pageLocalNav__item a:after {
    content: "";
    width: 0.77778em;
    height: 0.77778em;
    border-right: solid 0.16667em #e83e0b;
    border-bottom: solid 0.16667em #e83e0b;
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 0.55556em;
    -webkit-transform: translateX(-50%) translateY(-90%) rotate(45deg);
            transform: translateX(-50%) translateY(-90%) rotate(45deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    pointer-events: none;
}

.lpBqPage .pageLocalNav__item a > span {
    display: inline-block;
    position: relative;
    padding-left: 3.61111em;
}

.lpBqPage .pageLocalNav__item a > span:before {
    content: "";
    width: 2.55556em;
    height: 2.22222em;
    position: absolute;
    top: 50%;
    left: 0;
    background: url(../../product/benefique/img/thumb_lnav_01.png) no-repeat left center;
    background-size: cover;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.lpBqPage .pageLocalNav__item a:hover {
    opacity: .8;
}

.lpBqPage .pageLocalNav__item01 {
    letter-spacing: -.01em;
}

.lpBqPage .pageLocalNav__item01 a {
    padding-left: 0.55556em;
}

.lpBqPage .pageLocalNav__item01 a > span {
    padding-left: 2.77778em;
}

.lpBqPage .pageLocalNav__item02 a > span:before {
    background-image: url(../../product/benefique/img/thumb_lnav_02.png);
}

.lpBqPage .pageLocalNav__item03 a > span:before {
    background-image: url(../../product/benefique/img/thumb_lnav_03.png);
}

.lpBqPage .movSection {
    max-width: 1100px;
    padding: 0px 0px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: -60px auto 60px;
    position: relative;
    border-top: dashed 1px #1e1e1e;
    border-bottom: dashed 1px #1e1e1e;
    font-size: 16px;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .movSection {
        font-size: 1.20301vw;
    }
}

@media only screen and (max-width: 1100px) {
    .lpBqPage .movSection {
        font-size: 1.45455vw;
    }
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .movSection {
        margin-top: -5.45455%;
        margin-bottom: 5.45455%;
    }
}

.lpBqPage .movSection.is-show .movSection__header:after {
    -webkit-transform: translateX(-30%) translateY(-90%) scaleY(-1) rotate(45deg);
            transform: translateX(-30%) translateY(-90%) scaleY(-1) rotate(45deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
}

.lpBqPage .movSection__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.81818% 2.72727%;
    position: relative;
}

.lpBqPage .movSection__header:after {
    content: "";
    width: 0.57143em;
    height: 0.57143em;
    border-right: solid 2px #ee7800;
    border-bottom: solid 2px #ee7800;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    right: 2.14286em;
    top: 50%;
    -webkit-transform: translateX(-30%) translateY(-80%) rotate(45deg);
            transform: translateX(-30%) translateY(-80%) rotate(45deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    pointer-events: none;
}

.lpBqPage .movSection__header__img {
    width: 8.49057%;
    overflow: hidden;
    border-radius: 50%;
}

.lpBqPage .movSection__header__img img {
    width: 100%;
    height: auto;
}

.lpBqPage .movSection__title {
    font-size: 1.125em;
    font-weight: 600;
    margin-left: 1.38889em;
}

.lpBqPage .movSection__title > span {
    font-size: 0.77778em;
    color: #e83e0b;
}

.lpBqPage .movSection__inner {
    padding: 0 10.90909% 2.27273%;
}

.lpBqPage .movSection__movBox {
    margin-bottom: 3.125%;
}

.lpBqPage .movSection__txt {
    font-size: 0.875em;
}

.lpBqPage .sampleBnr {
    font-size: 16px;
    max-width: 1040px;
    margin: 0 auto 60px;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .sampleBnr {
        font-size: 1.20301vw;
    }
}

@media only screen and (max-width: 1100px) {
    .lpBqPage .sampleBnr {
        font-size: 1.45455vw;
    }
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .sampleBnr {
        max-width: 94.54545%;
        margin-bottom: 5.45455%;
    }
}

.lpBqPage .sampleBnr a {
    display: block;
    background-color: #fff;
    text-decoration: none;
    border: solid 1px #adadad;
}

.lpBqPage .sampleBnr__inner {
    padding: 0 2.88462% 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.lpBqPage .sampleBnr__thumb {
    width: 35.14851%;
}

.lpBqPage .sampleBnr__thumb img {
    width: 100%;
    height: auto;
}

.lpBqPage .sampleBnr__lead {
    font-size: 1em;
}

.lpBqPage .sampleBnr__lead em {
    font-style: normal;
    font-weight: bold;
    color: #e83e0b;
}

.lpBqPage .sampleBnr__box1 {
    width: 34.65347%;
    margin-left: 5.94059%;
}

.lpBqPage .sampleBnr__btn {
    margin-left: auto;
    text-align: center;
    font-size: 0.875em;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 1em;
    font-weight: bold;
}

.lpBqPage .sampleBnr__btn > span {
    text-decoration: none;
    color: #e83e0b;
    position: relative;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 1.78571em;
    display: inline-block;
    box-sizing: border-box;
}

.lpBqPage .sampleBnr__btn > span:before {
    content: "";
    width: .6em;
    height: .6em;
    border-right: 0.14286em solid #e83e0b;
    border-bottom: 0.14286em solid #e83e0b;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-100%) rotate(-45deg);
            transform: translateY(-100%) rotate(-45deg);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
}

.lpBqPage .ingredientSection {
    background: url(../../product/benefique/img/bg_ingredient.jpg) no-repeat center top;
    background-size: cover;
    margin-bottom: 140px;
    font-size: 16px;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .ingredientSection {
        font-size: 1.20301vw;
    }
}

@media only screen and (max-width: 1100px) {
    .lpBqPage .ingredientSection {
        font-size: 1.45455vw;
    }
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .ingredientSection {
        margin-bottom: 12.72727%;
    }
}

.lpBqPage .ingredientSection__inner {
    max-width: 1100px;
    padding: 60px 30px 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 0;
    position: relative;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .ingredientSection__inner {
        padding: 5.45455% 2.72727% 8.18182%;
    }
}

.lpBqPage .ingredientSection__logo {
    width: 13.18182%;
    margin: 0 auto 2.54545%;
}

.lpBqPage .ingredientSection__logo img {
    width: 100%;
    height: auto;
}

.lpBqPage .ingredientSection__txtBox {
    font-size: 1em;
    margin-bottom: 5.09091%;
}

.lpBqPage .ingredientSection__lead {
    text-align: center;
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: .6em;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
    letter-spacing: 0.05em;
}

.lpBqPage .ingredientSection__txt {
    text-align: center;
    font-size: 1em;
    line-height: 1.8;
    margin-bottom: 1em;
}

.lpBqPage .ingredientSection__note {
    text-align: center;
    font-size: 0.75em;
    line-height: 1.8;
    margin-bottom: 1em;
}

.lpBqPage .ingredientList {
    width: 94.54545%;
    margin: 0 auto;
    padding: 2.72727% 0 0.90909%;
    background-color: rgba(255, 255, 255, 0.75);
    font-size: 1em;
}

.lpBqPage .ingredientList__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lpBqPage .ingredientList__item {
    width: 25%;
    text-align: center;
}

.lpBqPage .ingredientList__img {
    width: 50%;
    margin: 0 auto 6.15385%;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.lpBqPage .ingredientList__img img {
    width: 100%;
    height: auto;
    display: block;
}

.lpBqPage .ingredientList__img.is-bdr:after {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    border: solid 1px #c9c9c9;
    border-radius: 50%;
}

.lpBqPage .ingredientList__name {
    color: #ee7800;
    margin-bottom: .4em;
}

.lpBqPage .ingredientList__attention {
    text-align: right;
    font-size: 10px;
    padding-right: 1em;
    margin-top: 1.36364%;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .ingredientList__attention {
        font-size: 0.75188vw;
    }
}

@media only screen and (max-width: 1100px) {
    .lpBqPage .ingredientList__attention {
        font-size: 0.90909vw;
    }
}

.lpBqPage .contsSection {
    font-size: 16px;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .contsSection {
        font-size: 1.20301vw;
    }
}

@media only screen and (max-width: 1100px) {
    .lpBqPage .contsSection {
        font-size: 1.45455vw;
    }
}

.lpBqPage .contsSection__title {
    color: #e83e0b;
    margin: 0 auto 1.25em;
    font-size: 2.875em;
    max-width: 1130px;
    padding: 0 30px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .contsSection__title {
        padding: 10.66667% 5.33333% 0;
        font-size: 7.2vw;
        margin: 0 auto .5em;
    }
}

.lpBqPage .contsSection__header__inner {
    max-width: 1100px;
    padding: 50px 30px 90px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 0;
    position: relative;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .contsSection__header__inner {
        padding: 4.54545% 2.72727% 8.18182%;
    }
}

.lpBqPage .contsSection__kv {
    background: url(../../product/benefique/img/bg_texture_01.jpg) no-repeat center top;
    background-size: cover;
}

.lpBqPage .contsSection__kv__inner {
    max-width: 1100px;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .contsSection__kv__inner {
        padding: 0% 2.72727%;
    }
}

.lpBqPage .contsSection__kv__title {
    font-size: 2.625em;
    width: 37.27273%;
    text-align: center;
}

.lpBqPage .contsSection__kv__img {
    width: 430px;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .contsSection__kv__img {
        width: 39.09091%;
    }
}

.lpBqPage .contsSection__kv__img img {
    width: 100%;
    height: auto;
}

.lpBqPage .contsSection__catch {
    text-align: center;
    font-size: 2.25em;
    background: url(../../product/benefique/img/bg_catch_01.jpg) no-repeat center top;
    background-size: cover;
    padding: 0.83333em 0;
    margin-bottom: 1.78571em;
    color: #fff;
}

.lpBqPage .contsSection__catch._bgOrange {
    background: url(../img/bg_orange_02.jpg) no-repeat center top;
    background-size: cover;
}

.lpBqPage .contsSection__catch__txt {
    letter-spacing: .05em;
    font-weight: 600;
    line-height: 1.3;
    display: table;
    width: 100%;
}

.lpBqPage .contsSection__catch__txt > span {
    display: table-cell;
    vertical-align: middle;
}

.lpBqPage .contsSection__catch__txt__bottom {
    font-size: .704em;
    font-weight: 600;
}

.lpBqPage .contsSection__catch + .contsSection__feature {
    margin-top: -100px;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .contsSection__catch + .contsSection__feature {
        margin-top: -9.09091%;
    }
}

.lpBqPage .contsSection__feature {
    text-align: center;
    font-size: 1em;
    background: url(../../product/benefique/img/bg_feature_01.jpg) no-repeat center top;
    background-size: cover;
    padding: 3.4375em 0;
    margin-bottom: 90px;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .contsSection__feature {
        margin-bottom: 8.18182%;
    }
}

.lpBqPage .contsSection__feature__title {
    color: #ee7800;
    font-size: 2.25em;
    font-weight: 600;
    margin-bottom: .5em;
}

.lpBqPage .contsSection__feature__txt {
    line-height: 1.8;
}

.lpBqPage .leadSection {
    margin-top: 11.63636%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .leadSection {
        margin-top: 10.66667vw;
    }
}

.lpBqPage .leadSection__inner {
    max-width: 1100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 180px;
    position: relative;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .leadSection__inner {
        margin-bottom: 16.36364%;
    }
}

.lpBqPage .leadStep {
    position: relative;
}

.lpBqPage .leadStep::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10.2em;
    right: 0;
    padding-bottom: 3.36538%;
    background: url(/benefique/product/benefique/img/lead-step_bg.png) 0 0/100% auto no-repeat;
}

.lpBqPage .leadStep__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.lpBqPage .leadStep__item {
    width: 18.75%;
    text-align: center;
    padding: 0 2.88462%;
}

.lpBqPage .leadStep__item > a {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.lpBqPage .leadStep__item > a:link {
    text-decoration: none;
}

.lpBqPage .leadStep__item > a:hover {
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
}

.lpBqPage .leadStep__img {
    width: 52%;
    margin: 0 auto;
}

.lpBqPage .leadStep__img img {
    width: 100%;
    height: auto;
}

.lpBqPage .leadStep__txtBox {
    margin-top: .8em;
    font-size: 1em;
}

.lpBqPage .leadStep__txtBox dt {
    display: inline-block;
    font-size: 1.25em;
    color: #e83e0b;
    font-weight: bold;
}

.lpBqPage .leadStep__txtBox dd {
    display: inline-block;
}

.lpBqPage .leadStep__txtBox2 {
    width: 5.36562em;
    margin: 1.875em auto 0;
}

.lpBqPage .leadStep__txtBox2 img {
    width: 100%;
    height: auto;
}

.lpBqPage .leadStep__txtBox2 .num {
    color: #e83e0b;
    margin-bottom: .1em;
    letter-spacing: .1em;
    font-weight: bold;
}

.lpBqPage .leadStep__txtBox2 .name {
    font-size: 1.25em;
}

.lpBqPage .leadStep__txtBox2 .icons {
    margin: .25em auto 0;
    position: relative;
    padding-top: .75em;
    width: 3.5em;
}

.lpBqPage .leadStep__txtBox2 .icons::before {
    content: "";
    background-color: #e83e0b;
    display: block;
    height: 1px;
    max-width: 110px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 0;
    width: 8.05271vw;
}

.lpBqPage .sectionHeader {
    margin-left: auto;
    margin-right: auto;
    max-width: 1130px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .sectionHeader {
        max-width: 100%;
    }
}

.lpBqPage .productConts {
    font-size: 16px;
    margin-bottom: 120px;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .productConts {
        font-size: 1.20301vw;
    }
}

@media only screen and (max-width: 1100px) {
    .lpBqPage .productConts {
        font-size: 1.45455vw;
    }
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .productConts {
        margin-bottom: 10.90909%;
    }
}

.lpBqPage .productConts .sectionHeader__title {
    padding: 0 20px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productConts .sectionHeader__title {
        padding: 0 20px;
    }
}

.lpBqPage .productConts .sectionHeader__title > span.num {
    display: block;
    color: #e83e0b;
    letter-spacing: .1em;
    font-size: .705em;
    font-weight: 500;
}

.lpBqPage .productConts__header1:before {
    margin-right: 1.76471em;
}

.lpBqPage .productConts__header2 {
    margin-bottom: 1.47059em;
}

.lpBqPage .productBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1100px;
    padding: 0px 30px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 90px;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .productBox {
        padding: 0% 2.72727%;
        margin-bottom: 8.18182%;
    }
}

.lpBqPage .productBox:last-child {
    margin-bottom: 0;
}

.lpBqPage .productBox.product_01 .productBox__img {
    padding-top: 6em;
}

.lpBqPage .productBox01 {
    margin-top: -105px;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .productBox01 {
        margin-top: -9.54545%;
    }
}

.lpBqPage .productBox01 .productBox__img {
    width: 44.54545%;
    margin-left: -6%;
}

.lpBqPage .productBox02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.lpBqPage .productBox__img {
    width: 41.81818%;
    margin-left: 3.63636%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__img {
        text-align: center;
    }
}

.lpBqPage .productBox__img img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__img.m-lotion img {
        width: 95%;
    }
}

.lpBqPage .productBox__img.m-slide {
    overflow: hidden;
    margin-left: 0;
    position: relative;
    padding: 0 2% 0 5%;
    width: 35%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__img.m-slide {
        padding: 0 2.66667% 0 12%;
    }
}

.lpBqPage .productBox__img.m-slide .swiper-wrapper {
    width: 100%;
}

.lpBqPage .productBox__img.m-slide .swiper-button-prev {
    margin-left: .1em;
}

.lpBqPage .productBox__img.m-slide .swiper-button-next {
    margin-right: .1em;
}

.lpBqPage .productBox__img.m-slide .swiper-button-prev, .lpBqPage .productBox__img.m-slide .swiper-button-next {
    margin: 0;
    z-index: 4;
}

.lpBqPage .productBox__img.m-slide .swiper-button-prev::before, .lpBqPage .productBox__img.m-slide .swiper-button-next::before {
    border-color: #e83e0b;
    left: 0;
}

.lpBqPage .productBox__txtBox {
    width: 50%;
}

.lpBqPage .productBox__txtBox.m-has-child {
    position: relative;
}

.lpBqPage .productBox__txtBox.m-has-child .productBox__txtBox__child {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__txtBox.m-has-child .productBox__txtBox__child {
        width: 100%;
    }
}

.lpBqPage .productBox__txtBox.m-has-child .productBox__txtBox__child.active {
    opacity: 1;
    pointer-events: auto;
}

.lpBqPage .productBox__lead {
    font-size: 1.25em;
    color: #ee7800;
    font-weight: 600;
    margin-bottom: .3em;
}

.lpBqPage .productBox__addTxt {
    font-size: 1.25em;
    color: #e83e0b;
    font-weight: bold;
    margin-bottom: .5em;
}

.lpBqPage .productBox__mainLead {
    font-size: 1.875em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-bottom: .2em;
}

.lpBqPage .productBox__mainsummary {
    font-size: 1.25em;
    margin-bottom: 1em;
}

.lpBqPage .productBox__classifying {
    color: #e83e0b;
    margin-bottom: 1.2em;
}

.lpBqPage .productBox__classifying > div {
    display: inline-block;
    border: solid 1px currentcolor;
    padding: 0.1em 0.8em;
}

.lpBqPage .productBox__classifying > div + div {
    margin-left: 1em;
}

.lpBqPage .productBox__classifying > div.m-type2 {
    color: #fff;
    background-color: #e83e0b;
    border: solid 1px #e83e0b;
}

.lpBqPage .productBox__classifying > div.m-type2 span {
    font-weight: bold;
}

.lpBqPage .productBox__classifying > div.m-color2 {
    background-color: #fef7f5;
    border: solid 1px #fef7f5;
    color: #e83e0b;
}

.lpBqPage .productBox__btn {
    max-width: 320px;
    margin-top: 2em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__btn {
        margin-top: 5.33333vw;
        max-width: 100%;
    }
}

.lpBqPage .productBox__btn a {
    display: block;
    border: solid 1px #e83e0b;
    color: #e83e0b;
    font-size: 14px;
    padding: .7em 2em .7em 1.5em;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__btn a {
        font-size: 3.2vw;
        padding: 1em 2em 1em 1.5em;
    }
}

.lpBqPage .productBox__btn a .trg {
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__btn a .trg {
        right: 4.66667vw;
        height: 3.6vw;
        width: 3.6vw;
    }
}

.lpBqPage .productBox__btn a .trg::before, .lpBqPage .productBox__btn a .trg::after {
    content: "";
    display: block;
    background-color: #e83e0b;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.lpBqPage .productBox__btn a .trg::before {
    height: 1px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__btn a .trg::before {
        height: 2px;
    }
}

.lpBqPage .productBox__btn a .trg::after {
    width: 1px;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__btn a .trg::after {
        width: 2px;
    }
}

.lpBqPage .productBox__btn a:hover {
    background-color: #e83e0b;
    color: #fff;
}

.lpBqPage .productBox__btn a:hover .trg::before, .lpBqPage .productBox__btn a:hover .trg::after {
    background-color: #fff;
}

.lpBqPage .productBox__types {
    margin-top: 2.5em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__types {
        margin-top: 8vw;
    }
}

.lpBqPage .productBox__types .productBox__types__title {
    font-size: 1em;
    color: #e83e0b;
    margin-bottom: 1.25em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__types .productBox__types__title {
        text-align: center;
        font-size: 3.73333vw;
    }
}

.lpBqPage .productBox__types .productBox__types__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .6em;
    margin-right: -2em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__types .productBox__types__list {
        margin-right: 0;
        gap: 4vw;
    }
}

.lpBqPage .productBox__types .productBox__types__list > li {
    width: 33.333%;
}

.lpBqPage .productBox__types .productBox__types__list .productBox__types__sizzle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 0.875em;
    width: 7.5em;
    height: 6.875em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__types .productBox__types__list .productBox__types__sizzle {
        margin-bottom: 4vw;
        width: 25.06667vw;
        height: 22.66667vw;
    }
}

.lpBqPage .productBox__types .productBox__types__list .productBox__types__sizzle img {
    width: 100%;
    height: auto;
}

.lpBqPage .productBox__types .productBox__types__list .productBox__types__text {
    text-align: center;
    line-height: 1.5714;
    letter-spacing: 0;
    font-size: 0.875em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__types .productBox__types__list .productBox__types__text {
        font-size: 2.66667vw;
    }
}

.lpBqPage .productBox__types .productBox__types__list .productBox__types__text span {
    color: #e83e0b;
}

.lpBqPage .productBox__types .productBox__types__list.type-2 .productBox__types__sizzle {
    width: 7.5em;
    height: 5.625em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__types .productBox__types__list.type-2 .productBox__types__sizzle {
        width: 25.06667vw;
        height: 22.66667vw;
    }
}

.lpBqPage .productBox__types .productBox__types__list.type-3 .productBox__types__sizzle {
    width: 7.5em;
    height: 7.5em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__types .productBox__types__list.type-3 .productBox__types__sizzle {
        width: 24vw;
        height: 24vw;
    }
}

.lpBqPage .productBox__refill {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fef6f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
    padding: 1.5em 2.5em;
    max-width: 420px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 26.25em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__refill {
        margin-top: 2em;
        padding: 1.5em 0 1.5em 2.5em;
        gap: 1em;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__refill.type-2 {
        padding-left: 3em;
        gap: .5em;
    }
}

.lpBqPage .productBox__refill .productBox__refill__image {
    width: 90px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__refill .productBox__refill__image {
        width: 22.66667vw;
    }
}

.lpBqPage .productBox__refill .productBox__refill__image img {
    height: auto;
    width: 54px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__refill .productBox__refill__image img {
        width: 14.66667vw;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__refill .productBox__refill__image.type-2 img {
        width: 14.66667vw;
    }
}

.lpBqPage .productBox__refill .productBox__refill__txt {
    font-size: 1em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__refill .productBox__refill__txt {
        font-size: 3.73333vw;
    }
}

.lpBqPage .productBox__refill .productBox__refill__txt .catch {
    font-weight: bold;
    color: #e83e0b;
    line-height: 1.625;
}

.lpBqPage .productBox__refill .productBox__refill__txt .price {
    font-weight: bold;
    line-height: 1.3714;
    margin-top: .4em;
}

.lpBqPage .productBox__refill .productBox__refill__txt .price span {
    font-weight: normal;
    font-size: 0.875em;
}

.lpBqPage .productBox__refill + .productBox__note {
    margin-top: 2em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__refill + .productBox__note {
        margin-top: 3em;
    }
}

.lpBqPage .productBox__price {
    margin-bottom: .6em;
    margin-top: 1em;
    line-height: 1.6;
}

.lpBqPage .productBox__price em {
    font-style: normal;
}

.lpBqPage .productBox__note {
    font-size: 0.875em;
    margin-top: 1.0em;
    margin-bottom: 1.1em;
}

.lpBqPage .productBox__note:last-child {
    margin-bottom: 0;
}

.lpBqPage .productBox__note + .productBox__link {
    margin-top: 2em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox__note + .productBox__link {
        margin-top: 2.5em;
    }
}

.lpBqPage .productBox__link a {
    display: inline-block;
    min-width: 22.85714em;
}

.lpBqPage .productBox__link:last-child {
    margin-bottom: 0;
}

.lpBqPage .triplecareSection2w .productBox {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.lpBqPage .triplecareSection2w .productBox .productBox__img {
    width: 36.25%;
}

.lpBqPage .triplecareSection2w .productBox .productBox__txtBox .productBox__price .productBox__price-detail {
    font-size: 0.875em;
    line-height: 2;
}

.lpBqPage .productSection {
    margin-bottom: 60px;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .productSection {
        margin-bottom: 5.45455%;
    }
}

.lpBqPage .productSection.slideSection01 {
    margin-bottom: 120px;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .productSection.slideSection01 {
        margin-bottom: 10.90909%;
    }
}

.lpBqPage .productSection.slideSection01::before {
    background: #fef6f2;
}

.lpBqPage .productVariation {
    max-width: 1100px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 50px;
    overflow: hidden;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .productVariation {
        padding: 0% 2.72727%;
        margin-bottom: 4.54545%;
    }
}

.lpBqPage .productVariation__items {
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    font-size: 0;
}

.lpBqPage .productVariation__items[data-column-pc="5"] {
    max-width: 580px;
}

.lpBqPage .productVariation__items[data-column-pc="4"] {
    max-width: 450px;
}

.lpBqPage .productVariation__items[data-column-pc="3"] {
    max-width: 340px;
}

.lpBqPage .productVariation__items[data-column-pc="2"] {
    max-width: 230px;
}

.lpBqPage .productVariation__item {
    width: 90px;
    margin: 0 10px 30px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 0.88rem;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .productVariation__item {
        width: 6.76692vw;
        margin: 0 0.75188vw 2.25564vw;
        font-size: 1.05263vw;
    }
}

@media only screen and (max-width: 1100px) {
    .lpBqPage .productVariation__item {
        width: 8.18182vw;
        margin: 0 0.90909vw 2.72727vw;
        font-size: 1.27273vw;
    }
}

.lpBqPage .productVariation__item img {
    width: 100%;
    height: auto;
}

.lpBqPage .productVariation__item--L {
    width: 110px;
    margin: 0 2px 30px;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .productVariation__item--L {
        width: 8.27068vw;
        margin: 0 0.15038vw 2.25564vw;
    }
}

@media only screen and (max-width: 1100px) {
    .lpBqPage .productVariation__item--L {
        width: 10vw;
        margin: 0 0.18182vw 2.72727vw;
    }
}

.lpBqPage .productVariation__item--L .productVariation__img {
    width: auto;
}

.lpBqPage .productVariation__img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    width: 66.66667%;
    overflow: hidden;
}

.lpBqPage .productVariation__img img {
    width: 100%;
    height: auto;
}

.lpBqPage .productVariation__img--circle {
    position: relative;
}

.lpBqPage .productVariation__img--circle > span {
    border-radius: 50%;
    display: block;
    overflow: hidden;
}

.lpBqPage .productVariation__img--circle:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: solid 1px transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.lpBqPage .productVariation__img--circle.is-bdr:after {
    border-color: #aaa;
}

.lpBqPage .productVariation__txt {
    margin: 8% 0 0;
    line-height: 1.4;
}

.lpBqPage .productVariation__txt strong {
    font-weight: bold;
}

.lpBqPage .finishedSample {
    max-width: 1100px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 100px;
    overflow: hidden;
    font-size: 16px;
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .finishedSample {
        font-size: 1.20301vw;
    }
}

@media only screen and (max-width: 1100px) {
    .lpBqPage .finishedSample {
        font-size: 1.45455vw;
    }
}

@media only screen and (max-width: 1330px) {
    .lpBqPage .finishedSample {
        padding: 0% 2.72727%;
        margin-bottom: 9.09091%;
    }
}

.lpBqPage .finishedSample:last-child {
    margin-bottom: 0;
}

.lpBqPage .finishedSample__title {
    text-align: center;
    font-size: 1.75em;
    line-height: 1.6;
    margin-bottom: .6em;
}

.lpBqPage .finishedSample__title > span {
    font-size: 0.85714em;
}

.lpBqPage .finishedSample__sTitle {
    text-align: center;
    font-size: 1.5em;
    color: #e83e0b;
    margin-bottom: .5em;
}

.lpBqPage .finishedSample__note {
    font-size: 0.875em;
    text-align: center;
    margin-bottom: 1em;
}

.lpBqPage .finishedSample__compare {
    width: 54.54545%;
    margin: 0 auto;
}

.lpBqPage .compareImg {
    position: relative;
    margin-bottom: 5%;
}

.lpBqPage .compareImg .twentytwenty-handle {
    background: rgba(0, 0, 0, 0.8);
    top: 54%;
}

.lpBqPage .compareImg__item img {
    width: 100%;
    height: auto;
}

.lpBqPage .compareImg__item:nth-child(n+2) img {
    position: absolute;
    top: 0;
}

.lpBqPage .finishedSample__compare__txt {
    text-align: center;
    font-size: 1.25em;
}

.lpBqPage .finishedSample__compare__txt > span {
    display: inline-block;
    position: relative;
    padding: 0 .5em 0 1em;
}

.lpBqPage .finishedSample__compare__txt > span:before, .lpBqPage .finishedSample__compare__txt > span:after {
    content: "";
    background: url(../img/pic_slide_arrow.svg) no-repeat left center;
    background-size: auto 100%;
    width: 5.25em;
    height: 1.1em;
    position: absolute;
    top: 50%;
}

.lpBqPage .finishedSample__compare__txt > span:before {
    left: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
}

.lpBqPage .finishedSample__compare__txt > span:after {
    right: 0;
    -webkit-transform: translate(100%, -50%) scaleX(-1);
            transform: translate(100%, -50%) scaleX(-1);
}

.lpBqPage .finishedSampleList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 94.54545%;
    margin: 0 auto;
}

.lpBqPage .finishedSampleList__item {
    width: 47.27273%;
}

.lpBqPage .finishedSampleList__item .finishedSample__compare {
    width: 90.38462%;
}

.lpBqPage .finishedSampleList__item .finishedSample__compare__txt {
    text-align: center;
    font-size: 1.25em;
    letter-spacing: -.08em;
}

.lpBqPage .finishedSampleList__item .finishedSample__compare__txt > span {
    padding: 0 .1em 0 .5em;
}

.lpBqPage .finishedSampleList__item .finishedSample__compare__txt > span:before, .lpBqPage .finishedSampleList__item .finishedSample__compare__txt > span:after {
    width: 3.5em;
}

.lpBqPage .twentytwenty-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.lpBqPage .howtoSection0203 .howtoSlide__product__column1 .howtoSlide__product__img + .howtoSlide__product__txtBox {
    padding-left: 5.17241%;
}

.lpBqPage .howtoSection150.slideSection01:before {
    background: url(../../product/benefique/img/bg_slide_01.jpg) no-repeat center top;
}

.lpBqPage .recommend-box {
    background-color: #e83e0b;
    padding: 4% 6%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box {
        padding: 7.33333vw 5.33333vw 9.33333vw;
    }
}

.lpBqPage .recommend-box.type-1 {
    background: url(../../product/benefique/img/recommend-box_bg_1.jpg) center top/cover no-repeat;
}

.lpBqPage .recommend-box.type-2 {
    background: url(../../product/benefique/img/recommend-box_bg_2.jpg) center top/cover no-repeat;
    padding: 3% 6%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box.type-2 {
        padding: 7.33333vw 5.33333vw;
    }
}

.lpBqPage .recommend-box.type-2 .recommend-box__inr {
    padding: 3% 6.5%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box.type-2 .recommend-box__inr {
        padding: 8.66667vw 8vw 9.33333vw;
    }
}

.lpBqPage .recommend-box .recommend-box__inr {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0	auto;
    max-width: 1000px;
    padding: 4% 6.5%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box .recommend-box__inr {
        padding: 8.66667vw 8vw 9.33333vw;
    }
}

.lpBqPage .recommend-box .recommend-box__top {
    margin-bottom: 3em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box .recommend-box__top {
        margin-bottom: 1.5em;
    }
}

.lpBqPage .recommend-box .recommend-box__top.m-type-2 {
    margin-bottom: 1em;
}

.lpBqPage .recommend-box .recommend-box__title {
    font-size: 1.875em;
    text-align: center;
    margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box .recommend-box__title {
        line-height: 1.5;
        font-size: 5.33333vw;
        white-space: nowrap;
    }
}

.lpBqPage .recommend-box .recommend-box__title.m-type-2 {
    font-size: 1.5em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box .recommend-box__title.m-type-2 {
        font-size: 5.33333vw;
    }
}

.lpBqPage .recommend-box .recommend-box__summary {
    text-align: center;
    font-size: 1.375em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box .recommend-box__summary {
        font-size: 3.73333vw;
    }
}

.lpBqPage .recommend-box .recommend-box__graphic {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box .recommend-box__graphic {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5.33333vw;
    }
}

.lpBqPage .recommend-box .recommend-box__graphic .recommend-box__graphic__thum {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
}

.lpBqPage .recommend-box .recommend-box__graphic .recommend-box__graphic__thum img {
    height: auto;
    max-width: 443px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box .recommend-box__graphic .recommend-box__graphic__thum img {
        max-width: 100%;
    }
}

.lpBqPage .recommend-box .recommend-box__graphic .recommend-box__graphic__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.55556%;
    width: 40%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box .recommend-box__graphic .recommend-box__graphic__point {
        gap: 4vw;
        width: 100%;
    }
}

.lpBqPage .recommend-box .recommend-box__graphic .recommend-box__graphic__point .recommend-box__graphic__point__thum {
    width: 47.22222%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box .recommend-box__graphic .recommend-box__graphic__point .recommend-box__graphic__point__thum {
        width: 30.66667vw;
    }
}

.lpBqPage .recommend-box .recommend-box__graphic .recommend-box__graphic__point .recommend-box__graphic__point__thum img {
    width: 100%;
    height: auto;
}

.lpBqPage .recommend-box .recommend-box__graphic .recommend-box__graphic__point .recommend-box__graphic__point__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.lpBqPage .recommend-box .recommend-box__graphic .recommend-box__graphic__point .recommend-box__graphic__point__label {
    background-color: #e83e0b;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.125em;
    padding: .15em;
    margin-bottom: .75em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box .recommend-box__graphic .recommend-box__graphic__point .recommend-box__graphic__point__label {
        display: inline-block;
        padding: .15em 1em;
        font-size: 3.73333vw;
    }
}

.lpBqPage .recommend-box .recommend-box__graphic .recommend-box__graphic__point .recommend-box__graphic__point__text {
    font-size: 0.9375em;
    line-height: 1.86667;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box .recommend-box__graphic .recommend-box__graphic__point .recommend-box__graphic__point__text {
        font-size: 3.73333vw;
        line-height: 1.5;
    }
}

.lpBqPage .recommend-box .recommend-box__sample .recommend-box__sample__image {
    margin: 0 auto 2em;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box .recommend-box__sample .recommend-box__sample__image {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 1em;
        padding: 0 4vw;
        width: 100%;
    }
}

.lpBqPage .recommend-box .recommend-box__sample .recommend-box__sample__image img {
    width: 100%;
    height: auto;
}

.lpBqPage .recommend-box .recommend-box__sample .recommend-box__sample__note {
    text-align: center;
    font-size: 0.875em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box .recommend-box__sample .recommend-box__sample__note {
        text-align: left;
        line-height: 1.2;
        font-size: 2.66667vw;
    }
}

.lpBqPage .recommend-box .recommend-box__sample .recommend-box__sample__btn {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box .recommend-box__sample .recommend-box__sample__btn {
        margin-top: 2em;
    }
}

.lpBqPage .recommend-box .recommend-box__sample .recommend-box__sample__btn a {
    width: 320px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box .recommend-box__sample .recommend-box__sample__btn a {
        text-align: left;
        width: 100%;
    }
}

.lpBqPage .recommend-box .recommend-box__sample .recommend-box__sample__btn a.type-2 {
    width: 320px;
    font-size: .85em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .recommend-box .recommend-box__sample .recommend-box__sample__btn a.type-2 {
        font-size: .8em;
        text-align: center;
        padding: 1.1em 1.61429em 1em 1.16667em;
        width: 100%;
    }
}

.lpBqPage .recommend-box .recommend-box__sample .recommend-box__sample__btn a.type-2::after {
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 1.56667em;
}

.lpBqPage .recommend-box .recommend-box__sample .recommend-box__sample__btn.m-mgt-0 {
    margin-top: 0;
}

.lpBqPage .info_section {
    max-width: 1130px;
    margin: 0 auto;
    padding: 8em 5em 0 3em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .info_section {
        padding: 16vw 6.66667vw 0;
    }
}

.lpBqPage .info_section .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .info_section .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}

.lpBqPage .info_section .content + .content {
    border-top: 1px solid rgba(57, 57, 57, 0.3);
    padding-top: 5em;
    padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .info_section .content + .content {
        padding-top: 16vw;
    }
}

.lpBqPage .info_section .text_block {
    max-width: 660px;
    width: 60%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .info_section .text_block {
        width: 100%;
    }
}

.lpBqPage .info_section .title {
    font-weight: 600;
    line-height: 1.1388888889;
    color: #e83e0b;
    text-align: center;
    font-size: 1.875em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .info_section .title {
        font-size: 5.33333vw;
    }
}

.lpBqPage .info_section .text {
    margin-top: 1em;
    line-height: 1.75;
    text-align: center;
    font-size: 1em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .info_section .text {
        font-size: 3.46667vw;
        margin-top: 1.5em;
    }
}

.lpBqPage .info_section .text small {
    display: block;
    line-height: 1.5;
    margin-top: 1em;
}

.lpBqPage .info_section .links {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .info_section .links {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 100%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-right: 0;
        margin-top: 8.53333vw;
    }
}

.lpBqPage .info_section .links .product-detail__btn {
    position: relative;
    margin-top: 0;
}

.lpBqPage .info_section .links .product-detail__btn::after {
    content: "";
    display: block;
    width: 1.14286em;
    height: 1.14286em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/benefique/assets/img/icon_blank_wht.svg) no-repeat center center;
    background-size: contain;
    border: none;
    position: absolute;
    right: 1.07143em;
    top: 50%;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.lpBqPage .info_section .links a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background-color: #e83e0b;
    border: 1px solid #e83e0b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    width: 240px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .info_section .links a {
        height: 13.33333vw;
        width: 56vw;
    }
}

.lpBqPage .info_section .links a .text {
    margin: 0;
    line-height: .9285714286;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 1em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .info_section .links a .text {
        font-size: 3.73333em;
    }
}

.lpBqPage .info_section .links a:hover {
    opacity: .7;
}

.lpBqPage .modal-ingredient {
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.lpBqPage .modal-ingredient .modal-ingredient__inr {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    max-width: 1000px;
    height: 100%;
    width: calc(100% - 2em);
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .modal-ingredient .modal-ingredient__inr {
        width: 89.33333vw;
    }
}

.lpBqPage .modal-ingredient .modal-ingredient__content {
    background-color: #fff;
    overflow: scroll;
    max-height: calc(100% - 120px);
    margin-top: 100px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .modal-ingredient .modal-ingredient__content {
        max-height: calc(100% - 4.5em);
        margin-top: 2em;
    }
}

.lpBqPage .modal-ingredient .modal-ingredient__content .modal-ingredient__content__wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 40px 40px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .modal-ingredient .modal-ingredient__content .modal-ingredient__content__wrap {
        padding: 14.13333vw 8.66667vw 11.33333vw;
    }
}

.lpBqPage .modal-ingredient .modal-ingredient__close {
    position: absolute;
    border: 0;
    display: block;
    height: 48px;
    width: 48px;
    right: 25px;
    top: 125px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
    .lpBqPage .modal-ingredient .modal-ingredient__close {
        height: 8vw;
        width: 8vw;
        right: 2.66667vw;
        top: 2.5em;
    }
}

.lpBqPage .modal-ingredient .modal-ingredient__close::before, .lpBqPage .modal-ingredient .modal-ingredient__close::after {
    content: "";
    display: block;
    background-color: #e83e0b;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.lpBqPage .modal-ingredient .modal-ingredient__close::before {
    height: 2px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .modal-ingredient .modal-ingredient__close::before {
        height: 1px;
    }
}

.lpBqPage .modal-ingredient .modal-ingredient__close::after {
    height: 100%;
    width: 2px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .modal-ingredient .modal-ingredient__close::after {
        width: 1px;
    }
}

.lpBqPage .modal-ingredient .modal-ingredient__content__wrap {
    margin: 0 auto;
    max-width: 720px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .modal-ingredient .modal-ingredient__content__wrap {
        max-width: 100%;
    }
}

.lpBqPage .modal-ingredient .modal-ingredient__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px 40px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .modal-ingredient .modal-ingredient__list {
        gap: 8vw 5.33333vw;
    }
}

.lpBqPage .modal-ingredient .modal-ingredient__list > li {
    width: calc(25% - 30px);
}

@media only screen and (max-width: 767px) {
    .lpBqPage .modal-ingredient .modal-ingredient__list > li {
        width: 33.33333vw;
    }
}

.lpBqPage .modal-ingredient .modal-ingredient__title {
    color: #e83e0b;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.125em;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .modal-ingredient .modal-ingredient__title {
        font-size: 3.73333vw;
    }
}

.lpBqPage .modal-ingredient .modal-ingredient__list__name {
    line-height: 1.3333;
    text-align: center;
    margin-top: 1em;
    font-size: 0.875em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
    .lpBqPage .modal-ingredient .modal-ingredient__list__name {
        font-size: 3.2vw;
    }
}

.lpBqPage .modal-ingredient .modal-ingredient__bg {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.lpBqPage .modal-ingredient .modal-ingredient__note {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 14px;
    margin-top: 60px;
}

@media only screen and (max-width: 767px) {
    .lpBqPage .modal-ingredient .modal-ingredient__note {
        font-size: 2.4vw;
        margin-top: 8vw;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .contsWrapper {
        margin-bottom: 5.33333%;
    }
    .lpBqPage .sectionWrapper {
        overflow: hidden;
    }
    .lpBqPage .pageLead {
        background: url(../../product/benefique/img/bg_orange_01.jpg) no-repeat center top;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    .lpBqPage .pageLead__inner {
        padding: 3.33333% 4%;
    }
    .lpBqPage .pageLead__txt {
        width: 77.10145%;
    }
    .lpBqPage .pageKv__inner {
        padding-bottom: 129.86667%;
        font-size: 3.46667vw;
    }
    .lpBqPage .pageKv__imgBox {
        width: 94.66667%;
        position: relative;
        margin-left: auto;
        z-index: 1;
    }
    .lpBqPage .pageKv__imgBox__inner {
        height: 0;
        padding-bottom: 52.33051%;
        position: relative;
    }
    .lpBqPage .pageKv__imgBox__inner img {
        width: 100%;
        height: auto;
    }
    .lpBqPage .pageKv__logo {
        width: 17.04225%;
        margin-top: 20.28169%;
        margin-right: 84.92958%;
        z-index: 2;
    }
    .lpBqPage .pageKv__logo img {
        width: 100%;
        height: auto;
    }
    .lpBqPage .pageKv__lead {
        width: 99.15493%;
        margin-top: 6.05634%;
        margin-right: 3.38028%;
    }
    .lpBqPage .pageKv__lead.pageKv__lead--product {
        width: 84.50704%;
        margin-top: 6.47887%;
        margin-right: 10.14085%;
    }
    .lpBqPage .pageKv__date {
        font-size: 1.26923em;
        bottom: 0;
        left: auto;
        right: 0;
        margin-bottom: 4%;
        margin-left: 0;
        margin-right: 2.66667%;
    }
    .lpBqPage .pageKv__product {
        width: 28.73239%;
        margin-top: 87.74648%;
        margin-right: 68.02817%;
        z-index: 2;
    }
    .lpBqPage .pageKv__product img {
        width: 100%;
        height: auto;
    }
    .lpBqPage .pageKv__txt {
        position: relative;
        text-align: right;
        margin-right: 3.73134%;
        margin-bottom: 0;
        font-size: 4.26667vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
    .lpBqPage .pageKv__txt {
        font-size: 22.18667px;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .pageKv__mainImg {
        margin-left: 0;
        width: 100%;
    }
    .lpBqPage .pageLocalNav {
        font-size: 3.2vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
    .lpBqPage .pageLocalNav {
        font-size: 16.64px;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .pageLocalNav__inner {
        padding: 2.66667% 0% 0%;
        margin-bottom: 10.66667%;
    }
    .lpBqPage .pageLocalNav__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .lpBqPage .pageLocalNav__item {
        width: 32.4%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .lpBqPage .pageLocalNav__item a {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-align: center;
        position: relative;
        padding: 0;
        line-height: 1.3;
        border-bottom-width: 0.8vw;
    }
    .lpBqPage .pageLocalNav__item a:after {
        width: 0.75em;
        height: 0.75em;
        border-width: 0.4vw;
        left: 50%;
        top: auto;
        right: auto;
        bottom: 0;
        margin-bottom: 0.83333em;
        -webkit-transform: translateY(-30%) translateX(-90%) rotate(45deg);
                transform: translateY(-30%) translateX(-90%) rotate(45deg);
        -webkit-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
    }
    .lpBqPage .pageLocalNav__item a > span {
        padding: 0.8em 0 2.29167em;
        display: block;
    }
    .lpBqPage .pageLocalNav__item a > span:before {
        width: 43.45794%;
        height: 0;
        padding-bottom: 42.05607%;
        position: relative;
        background-size: 100% auto;
        background-position: center top;
        top: 0;
        left: 0;
        -webkit-transform: none;
                transform: none;
        display: block;
        margin: 0 auto 8.41121%;
    }
    .lpBqPage .pageLocalNav__item a:hover {
        opacity: .8;
    }
    .lpBqPage .pageLocalNav__item01 {
        letter-spacing: -.05em;
    }
    .lpBqPage .pageLocalNav__item01 a {
        padding-left: 0;
    }
    .lpBqPage .pageLocalNav__item01 a > span:before {
        left: 0;
        margin-bottom: 0;
    }
    .lpBqPage .pageLocalNav__item02 a > span:before {
        background-image: url(../../product/benefique/img/thumb_lnav_02_sp.png);
    }
    .lpBqPage .movSection {
        margin-top: 0%;
        margin-bottom: 10.66667%;
        font-size: 3.46667vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
    .lpBqPage .movSection {
        font-size: 18.02667px;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .movSection__header {
        padding: 2.66667% 5.33333%;
        position: relative;
    }
    .lpBqPage .movSection__header:after {
        border-width: 0.53333vw;
        right: 5.33333%;
    }
    .lpBqPage .movSection__header__img {
        width: 26.86567%;
    }
    .lpBqPage .movSection__title {
        font-size: 1.07692em;
        margin-left: 0.96154em;
        line-height: 1.5;
    }
    .lpBqPage .movSection__title > span {
        font-size: 0.85714em;
    }
    .lpBqPage .movSection__inner {
        padding: 2.66667% 5.33333% 6.66667%;
    }
    .lpBqPage .movSection__movBox {
        margin-bottom: 3.73333%;
    }
    .lpBqPage .movSection__txt {
        font-size: 1em;
    }
    .lpBqPage .sampleBnr {
        font-size: 3.2vw;
        max-width: none;
        margin: 0 5.33333% 13.33333%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .lpBqPage .sampleBnr {
        font-size: 15.36px;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .sampleBnr a {
        border-bottom-width: 0;
    }
    .lpBqPage .sampleBnr__inner {
        padding: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto;
        position: relative;
        display: block;
    }
    .lpBqPage .sampleBnr__thumb {
        width: auto;
    }
    .lpBqPage .sampleBnr__thumb img {
        width: 100%;
        height: auto;
    }
    .lpBqPage .sampleBnr__lead {
        font-size: 1em;
        line-height: 1.5;
    }
    .lpBqPage .sampleBnr__lead em {
        font-style: normal;
        font-weight: bold;
        color: #e83e0b;
    }
    .lpBqPage .sampleBnr__box1 {
        width: auto;
        margin-left: 0;
        font-size: 1.125em;
        padding: .8em 1em;
    }
    .lpBqPage .sampleBnr__box1 em {
        font-style: normal;
        color: #e83e0b;
        font-weight: bold;
    }
    .lpBqPage .sampleBnr__btn {
        text-align: left;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 -1px 0;
    }
    .lpBqPage .sampleBnr__btn > span {
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 0.7em 3.21429em 0.65em 1.66667em;
        position: relative;
        -webkit-transition-duration: .2s;
                transition-duration: .2s;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        z-index: 1;
    }
    .lpBqPage .sampleBnr__btn > span:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #e83e0b;
        z-index: -1;
        -webkit-transform: none;
                transform: none;
        border: none;
    }
    .lpBqPage .sampleBnr__btn > span:after {
        content: "";
        width: .6em;
        height: .6em;
        border-right: 0.14286em solid #fff;
        border-bottom: 0.14286em solid #fff;
        position: absolute;
        right: 1.07143em;
        top: 50%;
        -webkit-transform: translateY(-100%) rotate(-45deg);
                transform: translateY(-100%) rotate(-45deg);
        -webkit-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    .lpBqPage .sampleBnr__btn > span:after {
        right: 1.66667em;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .ingredientSection {
        background: url(../../product/benefique/img/bg_ingredient_sp.jpg) no-repeat center top;
        background-size: cover;
        margin-bottom: 13.33333%;
        font-size: 3.46667vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
    .lpBqPage .ingredientSection {
        font-size: 18.02667px;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .ingredientSection__inner {
        padding: 16.66667% 4% 10.66667%;
    }
    .lpBqPage .ingredientSection__logo {
        width: 35.36232%;
        margin: 0 auto 7.97101%;
    }
    .lpBqPage .ingredientSection__txtBox {
        font-size: 1.07692em;
        margin-bottom: 9.85507%;
    }
    .lpBqPage .ingredientSection__lead {
        font-size: 1.30769em;
        line-height: 1.5;
        margin-bottom: .6em;
    }
    .lpBqPage .ingredientSection__txt {
        font-size: 1em;
        line-height: 1.7;
        margin-bottom: .8em;
    }
    .lpBqPage .ingredientSection__note {
        font-size: 0.76923em;
        line-height: 1.7;
        margin-bottom: 1em;
    }
    .lpBqPage .ingredientList {
        width: auto;
        margin: 0 auto;
        padding: 5.7971% 5.7971%;
        font-size: 1.07692em;
    }
    .lpBqPage .ingredientList__items {
        display: block;
    }
    .lpBqPage .ingredientList__item {
        width: auto;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 3.27869%;
    }
    .lpBqPage .ingredientList__item:last-child {
        margin-bottom: 0;
    }
    .lpBqPage .ingredientList__img {
        width: 32.78689%;
        margin: 0;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
    }
    .lpBqPage .ingredientList__img img {
        width: 100%;
        height: auto;
        display: block;
    }
    .lpBqPage .ingredientList__img.is-bdr:after {
        content: "";
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        border: solid 1px #c9c9c9;
        border-radius: 50%;
    }
    .lpBqPage .ingredientList__txtBox {
        text-align: left;
        width: 59.01639%;
    }
    .lpBqPage .ingredientList__name {
        color: #e83e0b;
        font-weight: bold;
        margin-bottom: .2em;
    }
    .lpBqPage .ingredientList__attention {
        text-align: right;
        font-size: 2.66667vw;
        padding-right: 0;
        margin-top: 2.23881%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .lpBqPage .ingredientList__attention {
        font-size: 12.8px;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .contsSection {
        font-size: 3.46667vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
    .lpBqPage .contsSection {
        font-size: 18.02667px;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .contsSection__kv {
        background: url(../../product/benefique/img/bg_texture_01_sp.jpg) no-repeat center top;
        background-size: cover;
    }
    .lpBqPage .contsSection__kv__inner {
        display: block;
        padding: 10% 0 0;
    }
    .lpBqPage .contsSection__kv__title {
        font-size: 2.07692em;
        width: auto;
        text-align: left;
        margin-left: 5.33333%;
    }
    .lpBqPage .contsSection__kv__img {
        width: auto;
        margin: -5.33333% auto 0;
        padding: 0;
    }
    .lpBqPage .contsSection__catch {
        font-size: 1.46154em;
        background: url(../../product/benefique/img/bg_catch_01_sp.jpg) no-repeat center top;
        background-size: cover;
        padding: 0.95455em 0;
        margin-bottom: 16%;
    }
    .lpBqPage .contsSection__catch._bgOrange {
        font-size: 1.69231em;
        background: url(../img/bg_orange_02.jpg) no-repeat center top;
        background-size: cover;
        padding: 0.79545em 0;
        margin-bottom: 14.66667%;
    }
    .lpBqPage .contsSection__catch__txt {
        letter-spacing: .05em;
        font-weight: 600;
        line-height: 1.3;
        display: table;
        width: 100%;
        height: 2.77778em;
    }
    .lpBqPage .contsSection__catch__txt > span {
        display: table-cell;
        vertical-align: middle;
    }
    .lpBqPage .contsSection__catch + .contsSection__feature {
        margin-top: -16%;
    }
    .lpBqPage .contsSection__feature {
        font-size: 1.07692em;
        background: url(../../product/benefique/img/bg_feature_01_sp.jpg) no-repeat center top;
        background-size: cover;
        padding: 1.71429em 0;
        margin-bottom: 18%;
    }
    .lpBqPage .contsSection__feature__title {
        font-size: 1.57143em;
        margin-bottom: .2em;
        line-height: 1.6;
    }
    .lpBqPage .contsSection__feature__txt {
        line-height: 1.6;
    }
    .lpBqPage .leadSection__inner {
        padding: 0% 0% 0%;
        margin-bottom: 21.33333%;
    }
    .lpBqPage .leadSection__title {
        text-align: center;
        font-size: 1.42308em;
        line-height: 1.5;
        margin-bottom: 1.31579em;
    }
    .lpBqPage .leadStep {
        padding: 0% 2.66667% 0%;
        position: relative;
    }
    .lpBqPage .leadStep::before {
        left: 0;
        bottom: 9.2em;
        right: 0;
        padding-bottom: 4%;
        opacity: .7;
        background: url(../../product/benefique/img/lead-step_bg_sp.png) 0 0/100% auto no-repeat;
    }
    .lpBqPage .leadStep__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        max-width: inherit;
    }
    .lpBqPage .leadStep__item {
        width: 25.6%;
        text-align: center;
        padding: 0;
        padding-bottom: 5.33333%;
    }
    .lpBqPage .leadStep__item > a:hover {
        -webkit-filter: brightness(1);
                filter: brightness(1);
    }
    .lpBqPage .leadStep__img {
        width: 54.16667%;
        margin: 0 auto;
    }
    .lpBqPage .leadStep__img img {
        width: 100%;
        height: auto;
    }
    .lpBqPage .leadStep__txtBox {
        margin-top: .8em;
        font-size: 0.92308em;
    }
    .lpBqPage .leadStep__txtBox dt {
        display: block;
        font-size: 1.16667em;
        color: #e83e0b;
        font-weight: bold;
        line-height: 1.5;
    }
    .lpBqPage .leadStep__txtBox dd {
        display: block;
        line-height: 1.5;
    }
    .lpBqPage .leadStep__txtBox2 {
        width: 78.125%;
        margin-top: 0.96154em;
    }
    .lpBqPage .leadStep__txtBox2 .num {
        font-size: .75em;
        margin-bottom: .1em;
        letter-spacing: .1em;
        font-weight: bold;
    }
    .lpBqPage .leadStep__txtBox2 .name {
        font-size: 1em;
    }
    .lpBqPage .leadStep__txtBox2 .icons {
        width: 2.65em;
        padding-top: .25em;
    }
    .lpBqPage .leadStep__txtBox2 .icons::before {
        max-width: 120px;
        width: 16vw;
    }
    .lpBqPage .productConts {
        margin-bottom: 18.66667%;
    }
    .lpBqPage .productConts__header1:before {
        margin-right: 0;
    }
    .lpBqPage .productBox {
        padding: 0% 5.33333%;
        margin-bottom: 12%;
        position: relative;
        font-size: 3.46667vw;
        display: block;
    }
}

@media only screen and (max-width: 767px) and (min-width: 521px) {
    .lpBqPage .productBox {
        font-size: 18.02667px;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productBox:last-child {
        margin-bottom: 0;
    }
    .lpBqPage .productBox01 {
        margin-top: -21.33333%;
        margin-bottom: 16%;
    }
    .lpBqPage .productBox01 .productBox__img {
        width: auto;
        margin-left: 0;
    }
    .lpBqPage .productBox02 {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .lpBqPage .productBox02 .productBox__img {
        margin-bottom: 5.97015%;
    }
    .lpBqPage .productBox__img {
        width: auto;
        margin-left: 0;
        margin-bottom: 4.47761%;
    }
    .lpBqPage .productBox__txtBox {
        width: auto;
    }
    .lpBqPage .productBox__addTxt {
        font-size: 1.07692em;
    }
    .lpBqPage .productBox__lead {
        font-size: 1.07692em;
        color: #ee7800;
        font-weight: 600;
        margin-bottom: .5em;
    }
    .lpBqPage .productBox__mainLead {
        font-size: 1.53846em;
        line-height: 1.4;
        margin-bottom: .5em;
    }
    .lpBqPage .productBox__mainsummary {
        font-size: 1em;
        margin-bottom: 1em;
    }
    .lpBqPage .productBox__classifying {
        font-size: 0.92308em;
        margin-bottom: 1.4em;
    }
    .lpBqPage .productBox__classifying > div {
        padding: 0.5em 1.5em .4em;
    }
    .lpBqPage .productBox__price {
        margin-bottom: .8em;
        line-height: 1.5;
    }
    .lpBqPage .productBox__note {
        font-size: 0.69231em;
        margin-top: 1.5em;
    }
    .lpBqPage .productBox__link {
        font-size: 0.92308em;
    }
    .lpBqPage .productBox__link a {
        display: block;
        padding: 1em 3.21429em .9em 1.66667em;
    }
    .lpBqPage .triplecareSection2w .productBox .productBox__img {
        width: auto;
        margin: 0 6.9403% 14.77612%;
    }
    .lpBqPage .triplecareSection2w .productBox .productBox__txtBox .productBox__price {
        font-size: 3.73333vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .lpBqPage .triplecareSection2w .productBox .productBox__txtBox .productBox__price {
        font-size: 17.92px;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .triplecareSection2w .productBox .productBox__txtBox .productBox__price .productBox__price-detail {
        margin-top: 1.79104%;
        font-size: 3.2vw;
        line-height: 1.58333;
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .lpBqPage .triplecareSection2w .productBox .productBox__txtBox .productBox__price .productBox__price-detail {
        font-size: 15.36px;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .triplecareSection2w .productBox .productBox__txtBox .productBox__price .productBox__price-detail + .productBox__price-detail {
        margin-top: 0;
        line-height: 2.08333;
    }
    .lpBqPage .productSection {
        margin-bottom: 8%;
    }
    .lpBqPage .productSection.slideSection01 {
        margin-bottom: 24%;
    }
    .lpBqPage .productVariation {
        padding: 0% 5.46667%;
        margin-bottom: 6.66667%;
    }
    .lpBqPage .productVariation__items {
        text-align: left;
        max-width: auto;
        margin: 0 auto;
        font-size: 0;
    }
    .lpBqPage .productVariation__items[data-column-pc="5"] {
        max-width: auto;
    }
    .lpBqPage .productVariation__items[data-column-pc="4"] {
        max-width: auto;
    }
    .lpBqPage .productVariation__items[data-column-pc="3"] {
        max-width: auto;
    }
    .lpBqPage .productVariation__items[data-column-pc="2"] {
        max-width: auto;
    }
    .lpBqPage .productVariation__item {
        width: 24.39759%;
        margin: 0 0.3012% 6.0241%;
        font-size: 3.73333vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .lpBqPage .productVariation__item {
        font-size: 17.92px;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .productVariation__item--L .productVariation__img {
        width: 67.90123%;
    }
    .lpBqPage .productVariation__img {
        margin: 0 auto;
        width: 67.90123%;
    }
    .lpBqPage .productVariation__img--drop {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 0 0 20%;
    }
    .lpBqPage .productVariation__img--drop img {
        width: 100%;
        height: auto;
    }
    .lpBqPage .productVariation__txt {
        margin: 9% auto 0;
        width: 86.41975%;
        line-height: 1.2;
    }
    .lpBqPage .finishedSample {
        padding: 0% 0%;
        margin-bottom: 10.66667%;
        font-size: 3.73333vw;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .lpBqPage .finishedSample {
        font-size: 17.92px;
    }
}

@media only screen and (max-width: 767px) {
    .lpBqPage .finishedSample:last-child {
        margin-bottom: 0;
    }
    .lpBqPage .finishedSample__title {
        font-size: 1.21429em;
        line-height: 1.6;
        margin-bottom: .5em;
    }
    .lpBqPage .finishedSample__title > span {
        font-size: 0.82353em;
    }
    .lpBqPage .finishedSample__sTitle {
        font-size: 1.07143em;
        margin-bottom: .2em;
    }
    .lpBqPage .finishedSample__note {
        font-size: 0.75em;
        text-align: center;
        margin-bottom: 1.2em;
    }
    .lpBqPage .finishedSample__compare {
        width: 81.33333%;
        margin: 0 auto;
    }
    .lpBqPage .compareImg {
        position: relative;
        margin-bottom: 5%;
    }
    .lpBqPage .compareImg .twentytwenty-handle {
        background: rgba(0, 0, 0, 0.8);
        top: 54%;
    }
    .lpBqPage .compareImg__item img {
        width: 100%;
        height: auto;
    }
    .lpBqPage .compareImg__item:nth-child(n+2) img {
        position: absolute;
        top: 0;
    }
    .lpBqPage .finishedSample__compare__txt {
        font-size: 0.85714em;
    }
    .lpBqPage .finishedSample__compare__txt > span {
        display: inline-block;
        position: relative;
        padding: 0 .2em 0 .5em;
    }
    .lpBqPage .finishedSample__compare__txt > span:before, .lpBqPage .finishedSample__compare__txt > span:after {
        width: 4.33333em;
        height: 0.91667em;
    }
    .lpBqPage .finishedSample__compare__txt > span:before {
        left: 0;
        -webkit-transform: translate(-100%, -50%);
                transform: translate(-100%, -50%);
    }
    .lpBqPage .finishedSample__compare__txt > span:after {
        right: 0;
        -webkit-transform: translate(100%, -50%) scaleX(-1);
                transform: translate(100%, -50%) scaleX(-1);
    }
    .lpBqPage .finishedSampleList {
        display: block;
        width: auto;
        margin: 0 auto;
    }
    .lpBqPage .finishedSampleList__item {
        width: auto;
        margin-bottom: 13.33333%;
    }
    .lpBqPage .finishedSampleList__item:last-child {
        margin-bottom: 0;
    }
    .lpBqPage .finishedSampleList__item .finishedSample__compare {
        width: 81.33333%;
        margin: 0 auto;
    }
    .lpBqPage .finishedSampleList__item .finishedSample__compare__txt {
        font-size: 0.85714em;
        letter-spacing: 0;
    }
    .lpBqPage .finishedSampleList__item .finishedSample__compare__txt > span {
        padding: 0 .2em 0 .5em;
    }
    .lpBqPage .finishedSampleList__item .finishedSample__compare__txt > span:before, .lpBqPage .finishedSampleList__item .finishedSample__compare__txt > span:after {
        width: 4.33333em;
    }
    .lpBqPage .howtoSection150.slideSection01:before {
        background: #fef6f2;
    }
}

.sunscreenLead {
    letter-spacing: 0;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    30% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

@keyframes load {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    30% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

/*リセットクリアNページ内追従バナー*/
@media only screen and (max-width: 767px) {
    .footBnrSection {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 1000;
        width: 100%;
        max-width: 415px;
        height: auto;
    }
    .footBnrSection .footBnr-lineBnr__close {
        position: absolute;
        z-index: 1;
        top: .35em;
        right: .5em;
        width: 1em;
        height: 1em;
        opacity: .75;
        -webkit-transition: opacity .2s ease;
        transition: opacity .2s ease;
    }
    .footBnrSection .footBnr-lineBnr__close:before, .footBnrSection .footBnr-lineBnr__close:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        left: 0;
        margin: auto;
        top: 40%;
        width: 90%;
        height: 2px;
        background: #524e4c;
    }
    .footBnrSection .footBnr-lineBnr__close:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .footBnrSection .footBnr-lineBnr__close:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    .footBnrSection a {
        display: inline-block;
        -webkit-transition: visibility .1s 1s, opacity .3s ease;
        transition: visibility .1s 1s, opacity .3s ease;
    }
    .footBnrSection a:hover {
        opacity: 0.7;
    }
    .footBnrSection a .footBnr-lineBnr__inner .footBnr-lineBnr__img img {
        width: 100%;
        height: auto;
    }
}
