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





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

.lpEssentiel {
    overflow: hidden;
}

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

.lpEssentiel .main {
    position: relative;
}

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

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

.lpEssentiel .pageKv {
    background: #f6f6f8;
    overflow: hidden;
    margin-bottom: 100px;
    position: relative;
    font-size: 22.77876px;
}

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

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

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

.lpEssentiel .pageKv:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: solid 2px #e83e0b;
    z-index: 1;
    margin: 25.30973px;
}

@media only screen and (max-width: 1700px) {
    .lpEssentiel .pageKv:after {
        margin: 1.76991%;
    }
}

.lpEssentiel .pageKv__txt {
    font-size: 1.22222em;
    color: #e83e0b;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: .2em;
    z-index: 2;
    margin-right: 2.04545em;
}

.lpEssentiel .pageKv__txt > span {
    display: inline-block;
    background: #f6f6f8;
    padding: 0 0 0 .5em;
}

.lpEssentiel .pageKv__inner {
    max-width: 1460px;
    padding-bottom: 749.38053px;
    overflow: hidden;
    height: 0;
    position: relative;
    margin: 0 auto;
}

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

.lpEssentiel .pageKv__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 8.84956%;
    max-width: 129.20354px;
    margin-top: 74.93805px;
    margin-left: 68.47788px;
    z-index: 1;
}

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

@media only screen and (max-width: 1700px) {
    .lpEssentiel .pageKv__logo {
        margin-top: 5.13274%;
        margin-left: 4.69027%;
    }
}

.lpEssentiel .pageKv__product {
    position: absolute;
    top: 0;
    left: 0;
    width: 55.66372%;
}

.lpEssentiel .pageKv__product img {
    width: 100%;
    height: auto;
}

.lpEssentiel .pageKv__titleBox {
    position: absolute;
    top: 50%;
    left: 44.24779%;
    width: 55.48673%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
}

.lpEssentiel .pageKv__title {
    font-size: 1.88889em;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
    letter-spacing: .05em;
}

.lpEssentiel .pageKv__lead {
    font-size: 1em;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
}

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

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

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

.lpEssentiel .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) {
    .lpEssentiel .pageLocalNav__inner {
        padding: 0% 2.72727%;
        margin-bottom: 9.09091%;
    }
}

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

.lpEssentiel .pageLocalNav__item {
    width: 32.30769%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.lpEssentiel .leadSection {
    padding: 0em 0 6.25em;
    text-align: center;
}

.lpEssentiel .leadSection__title {
    font-size: 2.125em;
    line-height: 1.5;
    margin-bottom: .5em;
}

.lpEssentiel .leadSection__txt {
    font-size: 1em;
    line-height: 1.8;
}

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

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

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

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

.lpEssentiel .productSummary__inner {
    max-width: 1100px;
    padding: 0px 30px 110px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 0;
    position: relative;
}

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

.lpEssentiel .productSummaryList {
    width: 94.23077%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.lpEssentiel .productSummaryList__item {
    width: 46.93878%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.lpEssentiel .productSummaryList__img {
    width: 42.17391%;
}

.lpEssentiel .productSummaryList__img img {
    width: 100%;
    height: auto;
}

.lpEssentiel .productSummaryList__txtBox {
    width: 52.17391%;
}

.lpEssentiel .productSummaryList__title {
    font-size: 2.125em;
    color: #e83e0b;
    line-height: 1.5;
    margin-bottom: .1em;
}

.lpEssentiel .productSummaryList__lead {
    font-size: 1.25em;
    color: #e83e0b;
    line-height: 1.6;
    margin-bottom: .8em;
}

.lpEssentiel .productSummaryList__category {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: .5em;
}

.lpEssentiel .productSummaryList__name {
    font-size: 0.875em;
}

.lpEssentiel .ingredientSection {
    background-color: #f6f5f5;
    text-align: center;
    margin-bottom: 120px;
}

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

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

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

.lpEssentiel .ingredientSection__title {
    font-size: 2.125em;
    margin-bottom: 1em;
}

.lpEssentiel .ingredientSection__img {
    width: 42.30769%;
    margin: 0 auto;
}

.lpEssentiel .ingredientSection__img img {
    width: 100%;
    height: auto;
}

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

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

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

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

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

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

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

.lpEssentiel .productConts__header {
    background-color: #f6f5f5;
    font-size: 2.125em;
    position: relative;
    max-width: 1100px;
    margin: 0 auto 100px;
}

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

.lpEssentiel .productConts__header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: solid 2px #e83e0b;
    margin: 0.58824em;
    pointer-events: none;
}

.lpEssentiel .productConts__header__inner {
    max-width: 1100px;
    padding: 40px 70px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 0;
    position: relative;
}

@media only screen and (max-width: 1330px) {
    .lpEssentiel .productConts__header__inner {
        padding: 3.63636% 6.36364% 3.63636%;
    }
}

.lpEssentiel .productConts__title {
    padding: 2.08333% 0;
}

.lpEssentiel .productConts__header02 .productConts__header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.lpEssentiel .productConts__header02 .productConts__title {
    width: 56.25%;
}

.lpEssentiel .productConts__header__img {
    width: 36.97917%;
}

.lpEssentiel .productConts__header__img img {
    width: 100%;
    height: auto;
}

.lpEssentiel .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) {
    .lpEssentiel .productBox {
        padding: 0% 2.72727%;
        margin-bottom: 9.09091%;
    }
}

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

.lpEssentiel .productBox__img {
    width: 44.23077%;
    margin-left: 1.92308%;
}

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

.lpEssentiel .productBox__txtBox {
    width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
    .lpEssentiel .contsWrapper {
        margin-bottom: 16%;
    }
    .lpEssentiel .sectionWrapper {
        overflow: hidden;
    }
    .lpEssentiel .pageKv {
        background: #f6f6f8;
        overflow: hidden;
        margin-bottom: 6.66667%;
        position: relative;
        font-size: 3.46667vw;
    }
}

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

@media only screen and (max-width: 767px) {
    .lpEssentiel .pageKv:after {
        border-width: 0.26667vw;
        border-bottom: none;
        margin: 2.66667vw 2.66667vw 3.65385em;
    }
    .lpEssentiel .pageKv:before {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        border-bottom: solid 0.26667vw #e83e0b;
        z-index: 1;
        margin: 2.66667vw 2.66667vw 3.65385em calc(100% - 1.8em);
    }
    .lpEssentiel .pageKv__txt {
        font-size: 1.23077em;
        color: #e83e0b;
        position: absolute;
        bottom: 0;
        right: 0;
        margin-bottom: 2.25em;
        z-index: 2;
        margin-right: 1.25em;
    }
    .lpEssentiel .pageKv__txt > span {
        display: inline-block;
        background: none;
        padding: 0 0 0 .5em;
    }
    .lpEssentiel .pageKv__inner {
        max-width: none;
        padding-bottom: 129.86667%;
    }
    .lpEssentiel .pageKv__inner:before {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        border-bottom: solid 0.26667vw #e83e0b;
        z-index: 1;
        margin: 2.66667vw calc(2.66667vw + 24.5em) 3.65385em 2.66667vw;
    }
    .lpEssentiel .pageKv__logo {
        width: 10.93333%;
        max-width: none;
        margin-top: 6.93333%;
        margin-left: 6.93333%;
        z-index: 1;
    }
    .lpEssentiel .pageKv__product {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .lpEssentiel .pageKv__titleBox {
        top: 0;
        left: 0;
        width: auto;
        -webkit-transform: none;
                transform: none;
        z-index: 1;
        position: static;
    }
    .lpEssentiel .pageKv__title {
        font-size: 4.53333vw;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        letter-spacing: -.09em;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        margin-top: 7.73333%;
    }
    .lpEssentiel .pageKv__lead {
        font-size: 0.92308em;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        letter-spacing: -.10em;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: .9em;
        text-align: center;
    }
    .lpEssentiel .pageLocalNav {
        font-size: 3.2vw;
    }
}

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

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

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

@media only screen and (max-width: 767px) {
    .lpEssentiel .leadSection {
        padding: 0em 0 2.88462em;
        text-align: center;
    }
    .lpEssentiel .leadSection__title {
        font-size: 1.53846em;
        margin-bottom: .8em;
        line-height: 1.6;
    }
    .lpEssentiel .leadSection__txt {
        font-size: 1.07692em;
        line-height: 1.7;
    }
    .lpEssentiel .contsSection__feature {
        font-size: 1.07692em;
        background: url(../../product/essentiel/img/bg_feature_01_sp.jpg) no-repeat center top;
        background-size: cover;
        padding: 1.71429em 0;
        margin-bottom: 14.66667%;
    }
    .lpEssentiel .contsSection__feature__title {
        font-size: 1.57143em;
        margin-bottom: .2em;
        line-height: 1.6;
    }
    .lpEssentiel .contsSection__feature__txt {
        line-height: 1.6;
    }
    .lpEssentiel .productSummary__inner {
        padding: 0% 5.33333% 4%;
    }
    .lpEssentiel .productSummaryList {
        width: auto;
        margin: 0 auto;
        display: block;
    }
    .lpEssentiel .productSummaryList__item {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 10.44776%;
    }
    .lpEssentiel .productSummaryList__img {
        width: 38.80597%;
        margin-left: 4.47761%;
    }
    .lpEssentiel .productSummaryList__txtBox {
        width: 50.74627%;
    }
    .lpEssentiel .productSummaryList__title {
        font-size: 1.69231em;
        line-height: 1.5;
        margin-bottom: .05em;
    }
    .lpEssentiel .productSummaryList__lead {
        font-size: 1.07692em;
        line-height: 1.6;
        margin-bottom: .3em;
    }
    .lpEssentiel .productSummaryList__category {
        font-size: 1.03846em;
        font-weight: bold;
        margin-bottom: .2em;
    }
    .lpEssentiel .productSummaryList__name {
        font-size: 0.92308em;
    }
    .lpEssentiel .ingredientSection {
        background-color: #f6f5f5;
        text-align: center;
        margin-bottom: 16%;
    }
    .lpEssentiel .ingredientSection__inner {
        padding: 8% 5.33333% 9.33333%;
    }
    .lpEssentiel .ingredientSection__title {
        font-size: 1.53846em;
        margin-bottom: .25em;
        line-height: 1.5;
    }
    .lpEssentiel .ingredientSection__img {
        width: auto;
        max-width: 536px;
        margin: 0 auto;
    }
    .lpEssentiel .ingredientSection__img img {
        width: 100%;
        height: auto;
    }
    .lpEssentiel .contsSection {
        font-size: 3.46667vw;
    }
}

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

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

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

@media only screen and (max-width: 767px) {
    .lpEssentiel .productConts__header {
        font-size: 1.69231em;
        position: relative;
        margin-bottom: 12%;
    }
    .lpEssentiel .productConts__header:after {
        border-width: 0.26667vw;
        margin: 0.58824em;
        pointer-events: none;
    }
    .lpEssentiel .productConts__header__inner {
        padding: 6.66667% 8% 6.66667%;
    }
    .lpEssentiel .productConts__title {
        padding: 3.96825% 0;
        line-height: 1.5;
    }
    .lpEssentiel .productConts__header02 .productConts__header__inner {
        display: block;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .lpEssentiel .productConts__header02 .productConts__title {
        width: auto;
    }
    .lpEssentiel .productConts__header__img {
        width: auto;
        margin: 0 -3.1746%;
        padding: 1.5873% 0 3.1746%;
    }
    .lpEssentiel .productBox {
        padding: 0% 5.33333%;
        margin-bottom: 12%;
        position: relative;
        font-size: 3.73333vw;
        display: block;
    }
}

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

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

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

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

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

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