/* =====================================================================





===================================================================== */
/*/////---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%;
    }
}

.lpLuxe {
    overflow: hidden;
}

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

.lpLuxe .main {
    position: relative;
}

.lpLuxe .contsWrapper {
    margin-bottom: 120px;
}

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

.lpLuxe .pageKv {
    background: #adb1b3;
    background-image: url(../../product/luxe/img/pagekv_bg.jpg);
    background-size: cover;
    background-position: center left;
    overflow: hidden;
    margin-bottom: 100px;
    position: relative;
    font-size: 22.77876px;
}

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

@media only screen and (max-width: 1700px) {
    .lpLuxe .pageKv {
        font-size: 1.32353vw;
    }
}

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

.lpLuxe .pageKv__inner {
    max-width: 1460px;
    padding-bottom: 662.81416px;
    height: 0;
    position: relative;
    margin: 0 auto;
}

@media only screen and (max-width: 1700px) {
    .lpLuxe .pageKv__inner {
        padding-bottom: 45.39823%;
    }
}

.lpLuxe .pageKv__inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 108.33333%;
    background: url(../../product/luxe/img/bg_kv.png) no-repeat right center/auto 100%;
}

.lpLuxe .pageKv__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 8.14159%;
    max-width: 118.86726px;
    margin-top: 514.23009px;
    margin-left: 38.76106px;
    z-index: 1;
}

.lpLuxe .pageKv__logo img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1700px) {
    .lpLuxe .pageKv__logo {
        margin-top: 35.22124%;
        margin-left: 2.65487%;
    }
}

.lpLuxe .pageKv__titleBox {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10.61947%;
    z-index: 1;
    background-color: #fff;
}

.lpLuxe .pageKv__titleBox::before {
    content: "";
    position: absolute;
    width: 50vw;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.lpLuxe .pageKv__title {
    width: 65.83333%;
    margin: 0 auto;
    padding-top: 20.83333%;
    position: relative;
}

.lpLuxe .pageKv__title img {
    width: 100%;
    height: auto;
}

.lpLuxe .pageKv__leadBox {
    background-color: #fff;
    padding: 0.88496% 2.65487%;
}

.lpLuxe .pageKv__lead1 {
    font-size: 1.33333em;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
    display: inline-block;
    margin-right: .8em;
    -webkit-text-stroke: 0.01em currentColor;
}

.lpLuxe .pageKv__lead2 {
    font-size: 1.11111em;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
    display: inline-block;
}

.lpLuxe .pageKv__note {
    font-size: 0.55556em;
    display: inline-block;
    margin-left: .5em;
}

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

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

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

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

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

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

.lpLuxe .pageLocalNav__item {
    width: 32.30769%;
}

.lpLuxe .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;
}

.lpLuxe .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;
}

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

.lpLuxe .pageLocalNav__item a > span:before {
    content: "";
    width: 3.05556em;
    height: 3em;
    position: absolute;
    top: 50%;
    left: 0;
    background: url(../../product/luxe/img/thumb_lnav_01_sp.png) no-repeat left center;
    background-size: cover;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

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

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

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

.lpLuxe .pageLocalNav__item01 a > span {
    padding-left: 3.33333em;
}

.lpLuxe .pageLocalNav__item02 a > span:before {
    background-image: url(../../product/luxe/img/thumb_lnav_02_sp.png);
}

.lpLuxe .pageLocalNav__item03 a > span {
    padding-left: 4.16667em;
}

.lpLuxe .pageLocalNav__item03 a > span:before {
    background-image: url(../../product/luxe/img/thumb_lnav_03_sp.png);
}

.lpLuxe .contsSection0 {
    font-size: 16px;
}

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

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

.lpLuxe .ingredientSection {
    background: url(../../product/luxe/img/bg_ingredient.jpg) no-repeat center center;
    background-size: cover;
}

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

@media only screen and (max-width: 1330px) {
    .lpLuxe .ingredientSection__inner {
        padding: 8.63636% 2.72727% 6.81818%;
        margin-bottom: 8.18182%;
    }
}

.lpLuxe .ingredientSection__logo {
    width: 13.65385%;
    margin: 0 auto 2em;
}

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

.lpLuxe .ingredientSection__title {
    text-align: center;
    font-size: 1.75em;
    line-height: 1.5;
    margin-bottom: 1em;
    -webkit-text-stroke: 0.01em currentColor;
}

.lpLuxe .ingredientSection__sTitle {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5;
    margin-top: -1em;
    margin-bottom: 1em;
    -webkit-text-stroke: 0.01em currentColor;
}

.lpLuxe .ingredientSection__txt {
    text-align: center;
    font-size: 1em;
    line-height: 1.9;
    margin-bottom: 1.5em;
}

.lpLuxe .ingredientSection__note {
    text-align: center;
    font-size: 0.66667em;
    margin-bottom: 2.5em;
}

.lpLuxe .ingredientList {
    width: 50%;
    margin: 0 auto;
}

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

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

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

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

.lpLuxe .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%;
}

.lpLuxe .ingredientList__name {
    line-height: 1.5;
    font-size: 0.66667em;
}

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

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

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

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

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

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

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

.lpLuxe .productConts__header {
    margin-bottom: 1.61765em;
}

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

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

.lpLuxe .productSteps__title {
    text-align: center;
    font-size: 1.875em;
    line-height: 1.5;
}

.lpLuxe .productStepsList {
    width: 98.07692%;
    margin: 0 auto;
}

.lpLuxe .productStepsList__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lpLuxe .productStepsList__item {
    width: 33.33333%;
    text-align: center;
}

.lpLuxe .productStepsList__title {
    color: #e83e0b;
    font-size: 1.875em;
    line-height: 1.333;
    margin-bottom: .2em;
}

.lpLuxe .productStepsList__subTitle {
    display: block;
    font-size: 0.8em;
}

.lpLuxe .productStepsList__img {
    width: 46.47059%;
    margin: 0 auto 1.125em;
}

.lpLuxe .productStepsList__img img {
    width: 100%;
    height: auto;
}

.lpLuxe .productStepsList__txt {
    font-size: 0.875em;
}

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

.lpLuxe .productMovie .movSection {
    position: relative;
    font-size: 16px;
    margin-bottom: 120px;
}

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

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

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

.lpLuxe .productMovie .movSection__inner {
    position: relative;
    max-width: 1100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 0 30px;
}

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

.lpLuxe .productMovie .movSection__inner:after {
    content: "";
    clear: both;
    display: block;
}

.lpLuxe .productMovie .mainMovBox {
    width: 76.92308%;
    margin: 0 auto;
}

.lpLuxe .productMovie .mainMovBox__txt {
    text-align: left;
    margin-top: 1.5em;
}

.lpLuxe .productVoice {
    font-size: 16px;
    margin-bottom: 110px;
}

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

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

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

.lpLuxe .productVoice .slideList__prev, .lpLuxe .productVoice .slideList__next {
    margin-top: -1.44231%;
}

.lpLuxe .productVoice .voiceSlide {
    margin-bottom: 2.88462%;
}

.lpLuxe .productVoice .voiceSlide__item {
    width: 33.33%;
}

.lpLuxe .productVoice .voiceSlide__item__box {
    background-color: #fff;
    margin: 0 2.83286%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 2px #999999;
    padding: 7.08215% 7.08215% 5.66572%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.lpLuxe .productVoice .voiceSlide__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
}

.lpLuxe .productVoice .voiceSlide__item__inner* {
    min-height: 0;
}

.lpLuxe .productVoice .voiceSlide__item__txt {
    line-height: 1.8;
    margin-bottom: .8em;
}

.lpLuxe .productVoice .voiceSlide__item__txt em {
    font-style: normal;
    color: #e83e0b;
}

.lpLuxe .productVoice .voiceSlide__item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: auto;
}

.lpLuxe .productVoice .voiceSlide__item__icon__img {
    width: 24.28571%;
}

.lpLuxe .productVoice .voiceSlide__item__icon__img img {
    width: 100%;
    height: auto;
}

.lpLuxe .productVoice .voiceSlide__item__icon__txt {
    font-size: 0.9375em;
}

.lpLuxe .productBox {
    max-width: 1100px;
    padding: 0px 30px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 100px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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) {
    .lpLuxe .productBox {
        padding: 0% 2.72727%;
        margin-bottom: 9.09091%;
    }
}

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

.lpLuxe .productBox__img {
    width: 47.11538%;
    margin-left: 0%;
}

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

.lpLuxe .productBox__txtBox {
    width: 50%;
}

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

.lpLuxe .productBox__mainLead {
    font-size: 2.125em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin-bottom: .6em;
}

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

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

.lpLuxe .productTxtBox__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.875em;
    margin-left: -0.71429em;
    margin-bottom: 2.14286em;
}

.lpLuxe .productTxtBox__tag__item {
    width: 6.42857em;
    height: 6.42857em;
    display: table;
    background-color: #f4f4f4;
    text-align: center;
    color: #e83e0b;
    border-radius: 50%;
    line-height: 1.4;
    margin-left: 0.71429em;
}

.lpLuxe .productTxtBox__tag__item > span {
    display: table-cell;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: .25em .1em 0;
    vertical-align: middle;
}

.lpLuxe .productBox__price {
    margin-bottom: .6em;
    line-height: 1.6;
}

.lpLuxe .productBox__price em {
    font-style: normal;
    font-weight: bold;
}

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

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

.lpLuxe .productBox__link {
    font-size: 0.875em;
    margin-top: 1.5em;
    margin-bottom: 2.2em;
}

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

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

.lpLuxe ._luxeTexture.slideSection01 {
    padding-bottom: 3.8125em;
    margin-bottom: 8.125em;
}

.lpLuxe ._luxeTexture.slideSection01:before {
    background: url(/benefique/product/luxe/img/bg_texture_pc.jpg) no-repeat;
    background-size: cover;
    margin-top: 1.5625em;
}

@media only screen and (max-width: 767px) {
    .lpLuxe .contsWrapper {
        margin-bottom: 16%;
    }
    .lpLuxe .sectionWrapper {
        overflow: hidden;
    }
    .lpLuxe .pageKv {
        margin-bottom: 6.66667%;
        font-size: 3.46667vw;
        background-color: transparent;
        background-image: none;
    }
}

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

@media only screen and (max-width: 767px) {
    .lpLuxe .pageKv__inner {
        max-width: none;
        padding-bottom: 113.33333%;
        background: url(../../product/luxe/img/bg_kv_sp.jpg) no-repeat center top/100% auto;
    }
    .lpLuxe .pageKv__inner:before {
        display: none;
    }
    .lpLuxe .pageKv__logo {
        width: 16.66667%;
        max-width: none;
        margin-top: 95.46667%;
        margin-left: 4%;
        z-index: 1;
    }
    .lpLuxe .pageKv__titleBox {
        right: 4.93333%;
        width: 11.2%;
        z-index: 1;
        background-color: transparent;
    }
    .lpLuxe .pageKv__titleBox::before {
        display: none;
    }
    .lpLuxe .pageKv__title {
        width: 100%;
        padding-top: 80.95238%;
    }
    .lpLuxe .pageKv__leadBox {
        background-color: transparent;
        padding: 0% 4.66667%;
        margin-top: -10.66667%;
        position: relative;
        z-index: 1;
        display: inline-block;
        font-size: 3.46667vw;
        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;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .lpLuxe .pageKv__lead1 {
        font-size: 1.30769em;
        -webkit-font-feature-settings: 'palt';
                font-feature-settings: 'palt';
        display: block;
        margin-bottom: .2em;
        width: 100%;
    }
    .lpLuxe .pageKv__lead2 {
        font-size: 1.07692em;
        -webkit-font-feature-settings: 'palt';
                font-feature-settings: 'palt';
        display: inline-block;
    }
    .lpLuxe .pageKv__note {
        font-size: 0.53846em;
        display: block;
        display: inline-block;
        text-align: right;
    }
    .lpLuxe .pageLocalNav {
        font-size: 3.2vw;
    }
}

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

@media only screen and (max-width: 767px) {
    .lpLuxe .pageLocalNav__inner {
        padding: 2.66667% 0% 0%;
        margin-bottom: 10.66667%;
    }
    .lpLuxe .pageLocalNav__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .lpLuxe .pageLocalNav__item {
        width: 32.4%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .lpLuxe .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;
    }
    .lpLuxe .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%;
    }
    .lpLuxe .pageLocalNav__item a > span {
        padding: 0.8em 0 2.29167em;
        display: block;
    }
    .lpLuxe .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%;
    }
    .lpLuxe .pageLocalNav__item a:hover {
        opacity: .8;
    }
    .lpLuxe .pageLocalNav__item01 {
        letter-spacing: -.01em;
    }
    .lpLuxe .pageLocalNav__item01 a {
        padding-left: 0;
    }
    .lpLuxe .pageLocalNav__item01 a > span:before {
        left: 0;
        margin-bottom: .2em;
    }
    .lpLuxe .pageLocalNav__item02 a > span:before {
        margin-bottom: .2em;
    }
    .lpLuxe .contsSection0 {
        font-size: 3.46667vw;
    }
}

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

@media only screen and (max-width: 767px) {
    .lpLuxe .ingredientSection {
        background: url(../../product/luxe/img/bg_ingredient_sp.jpg) no-repeat center center;
        background-size: cover;
    }
    .lpLuxe .ingredientSection__inner {
        padding: 19.33333% 4% 13.33333%;
        margin-bottom: 9.33333%;
    }
    .lpLuxe .ingredientSection__logo {
        width: 27.53623%;
        margin: 0 auto 1.38462em;
    }
    .lpLuxe .ingredientSection__title {
        font-size: 1.46154em;
        line-height: 1.4;
        margin-bottom: 1em;
    }
    .lpLuxe .ingredientSection__sTitle {
        font-size: 1.23077em;
        line-height: 1.4;
        margin-bottom: 1em;
    }
    .lpLuxe .ingredientSection__txt {
        font-size: 1.07692em;
        line-height: 1.9;
        margin-bottom: 1.4em;
    }
    .lpLuxe .ingredientSection__note {
        text-align: center;
        font-size: 0.76923em;
        margin-bottom: 5.7971%;
    }
    .lpLuxe .ingredientList {
        width: 95.65217%;
        margin: 0 auto;
    }
    .lpLuxe .ingredientList__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .lpLuxe .ingredientList__item {
        width: 25%;
        text-align: center;
    }
    .lpLuxe .ingredientList__img {
        width: 81.81818%;
        margin: 0 auto 7.27273%;
    }
    .lpLuxe .ingredientList__name {
        line-height: 1.4;
        font-size: 0.76923em;
    }
    .lpLuxe .contsSection {
        font-size: 3.46667vw;
    }
}

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

@media only screen and (max-width: 767px) {
    .lpLuxe .productConts {
        font-size: 3.46667vw;
        margin-bottom: 18.66667%;
    }
}

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

@media only screen and (max-width: 767px) {
    .lpLuxe .productConts__header {
        margin-bottom: 1.81818em;
    }
    .lpLuxe .productSteps {
        padding: 0% 0% 0%;
        margin-bottom: 14.66667%;
    }
    .lpLuxe .productSteps__title {
        font-size: 1.46154em;
        line-height: 1.4;
        margin-bottom: 1.2em;
        -webkit-font-feature-settings: 'palt';
                font-feature-settings: 'palt';
    }
    .lpLuxe .productStepsList {
        width: auto;
        margin: 0 auto;
    }
    .lpLuxe .productStepsList__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .lpLuxe .productStepsList__item {
        width: 33.33333%;
        text-align: center;
    }
    .lpLuxe .productStepsList__item:first-child .productStepsList__txt {
        padding-left: .8em;
        padding-right: 0em;
    }
    .lpLuxe .productStepsList__item:last-child .productStepsList__txt {
        padding-left: 0em;
        padding-right: .8em;
    }
    .lpLuxe .productStepsList__title {
        font-size: 1.46154em;
        line-height: 1.1579;
        margin-bottom: .2em;
    }
    .lpLuxe .productStepsList__subTitle {
        font-size: 0.7368em;
        line-height: 1.5714;
    }
    .lpLuxe .productStepsList__img {
        width: 80%;
        margin: 0 auto 0.57692em;
    }
    .lpLuxe .productStepsList__txt {
        font-size: 0.92308em;
        padding-left: .5em;
        padding-right: .5em;
        letter-spacing: -.1em;
        line-height: 1.5;
    }
    .lpLuxe .productStepsList__txt > span {
        display: inline-block;
        text-align: left;
    }
    .lpLuxe .productMovie .movSection {
        position: relative;
        font-size: 3.46667vw;
        margin-bottom: 18.66667%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
    .lpLuxe .productMovie .movSection {
        font-size: 16.64px;
    }
}

@media only screen and (max-width: 767px) {
    .lpLuxe .productMovie .movSection__inner {
        padding: 0 5.33333%;
    }
    .lpLuxe .productMovie .mainMovBox {
        width: 100%;
    }
    .lpLuxe .productVoice {
        font-size: 3.46667vw;
        margin-bottom: 14.66667%;
    }
}

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

@media only screen and (max-width: 767px) {
    .lpLuxe .productVoice .slideList__prev, .lpLuxe .productVoice .slideList__next {
        margin-top: -2%;
    }
    .lpLuxe .productVoice .slideList__prev {
        margin-left: 3.33333vw;
    }
    .lpLuxe .productVoice .slideList__next {
        margin-right: 3.33333vw;
    }
    .lpLuxe .productVoice .voiceSectionHeader {
        margin-bottom: 1.17647em;
    }
    .lpLuxe .productVoice .voiceSlide {
        margin-bottom: 4.47761%;
    }
    .lpLuxe .productVoice .voiceSlide__item {
        width: 33.33%;
    }
    .lpLuxe .productVoice .voiceSlide__item__box {
        margin: 0 5.22388%;
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-width: 0.26667vw;
        padding: 3.73134% 4.47761% 3.58209%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .lpLuxe .productVoice .voiceSlide__item__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }
    .lpLuxe .productVoice .voiceSlide__item__txt {
        line-height: 1.8;
        margin-bottom: .8em;
    }
    .lpLuxe .productVoice .voiceSlide__item__txt em {
        font-style: normal;
        color: #e83e0b;
    }
    .lpLuxe .productVoice .voiceSlide__item__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-top: auto;
    }
    .lpLuxe .productVoice .voiceSlide__item__icon__img {
        width: 24.28571%;
    }
    .lpLuxe .productVoice .voiceSlide__item__icon__img img {
        width: 100%;
        height: auto;
    }
    .lpLuxe .productVoice .voiceSlide__item__icon__txt {
        font-size: 0.9375em;
    }
    .lpLuxe .productBox {
        padding: 0% 5.33333%;
        margin-bottom: 16%;
        position: relative;
        font-size: 3.46667vw;
        display: block;
    }
}

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

@media only screen and (max-width: 767px) {
    .lpLuxe .productBox:last-child {
        margin-bottom: 0;
    }
    .lpLuxe .productBox__img {
        width: auto;
        margin-left: 0;
        margin-bottom: 5.22388%;
    }
    .lpLuxe .productBox__txtBox {
        width: auto;
    }
    .lpLuxe .productBox__lead {
        font-size: 1.07692em;
        color: #ee7800;
        font-weight: 600;
        margin-bottom: .5em;
    }
    .lpLuxe .productBox__mainLead {
        font-size: 1.61538em;
        line-height: 1.4;
        margin-bottom: .9em;
    }
    .lpLuxe .productBox__classifying {
        font-size: 0.92308em;
        margin-bottom: 1.4em;
        line-height: 1.5;
    }
    .lpLuxe .productBox__classifying > span {
        padding: 0.1em 1.5em .1em;
    }
    .lpLuxe .productTxtBox__tag {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        font-size: 0.84615em;
        margin-left: -0.81818em;
        margin-bottom: 1.59091em;
    }
    .lpLuxe .productTxtBox__tag__item {
        width: 6.59091em;
        height: 6.59091em;
        margin-left: 0.68182em;
        margin-bottom: 0.68182em;
    }
    .lpLuxe .productBox__price {
        margin-bottom: .8em;
        line-height: 1.5;
        font-size: 0.92308em;
    }
    .lpLuxe .productBox__price em {
        font-size: 1.16667em;
    }
    .lpLuxe .productBox__note {
        font-size: 0.69231em;
        margin-top: 1.5em;
    }
    .lpLuxe .productBox__link {
        font-size: 0.92308em;
    }
    .lpLuxe .productBox__link a {
        display: block;
        padding: 1em 3.21429em .9em 1.66667em;
    }
    .lpLuxe .productSection {
        margin-bottom: 8%;
    }
    .lpLuxe .productVariation {
        padding: 0% 5.46667%;
        margin-bottom: 6.66667%;
    }
    .lpLuxe .productVariation__items {
        text-align: left;
        max-width: auto;
        margin: 0 auto;
        font-size: 0;
    }
    .lpLuxe .productVariation__items[data-column-pc="5"] {
        max-width: auto;
    }
    .lpLuxe .productVariation__items[data-column-pc="4"] {
        max-width: auto;
    }
    .lpLuxe .productVariation__items[data-column-pc="3"] {
        max-width: auto;
    }
    .lpLuxe .productVariation__items[data-column-pc="2"] {
        max-width: auto;
    }
    .lpLuxe .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) {
    .lpLuxe .productVariation__item {
        font-size: 17.92px;
    }
}

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

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

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

@-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;
    }
}
