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





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


===================================================================== */
@media only screen and (min-width: 768px) {
    .lotion_emulsion {
        font-size: 10px;
    }
}

@media only screen and (max-width: 1300px) {
    .lotion_emulsion {
        font-size: 0.73206vw;
    }
}

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

.lotion_emulsion .globalHeader__toggleBtn, .lotion_emulsion .globalHeader__shopLink {
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    opacity: 1;
}

.lotion_emulsion .globalHeader__toggleBtn.hide, .lotion_emulsion .globalHeader__shopLink.hide {
    opacity: 0;
    pointer-events: none;
}

.lotion_emulsion .font-mincho.is-demibold {
    font-weight: 600;
}

.lotion_emulsion button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.lotion_emulsion .fixed-banner {
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e83e0b;
    overflow: hidden;
    height: 19em;
    width: 19em;
    position: fixed;
    bottom: 5em;
    right: 2em;
    text-decoration: none;
    z-index: 5;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .fixed-banner {
        border-radius: 0;
        border: 0;
        border-top: 1px solid #e83e0b;
        bottom: 0;
        right: 0;
        height: initial;
        width: 100%;
    }
}

.lotion_emulsion .fixed-banner.show {
    -webkit-animation: fadeIn 1s forwards;
            animation: fadeIn 1s forwards;
    pointer-events: auto;
}

.lotion_emulsion .fixed-banner.hide {
    -webkit-animation: fadeOut 1s forwards;
            animation: fadeOut 1s forwards;
    pointer-events: none;
}

.lotion_emulsion .fixed-banner .fixed-banner__inr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 2em 0 0;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .fixed-banner .fixed-banner__inr {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 1.2em 2em;
        gap: .8em;
    }
}

.lotion_emulsion .fixed-banner .fixed-banner__inr img {
    width: 11em;
    margin-bottom: -.5em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .fixed-banner .fixed-banner__inr img {
        margin-bottom: 0;
        width: 10em;
    }
}

.lotion_emulsion .fixed-banner .fixed-banner__inr .fixed-banner__text {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
    position: relative;
    margin-top: .5em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .fixed-banner .fixed-banner__inr .fixed-banner__text {
        margin-top: 0;
    }
}

.lotion_emulsion .fixed-banner .fixed-banner__inr p {
    color: #e83e0b;
    font-size: 1.6em;
    text-align: center;
    line-height: 1.4;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .fixed-banner .fixed-banner__inr p {
        display: inline-block;
        font-size: 1.4em;
        position: relative;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .fixed-banner .fixed-banner__inr p::after {
        content: "";
        display: block;
        background-image: url("/benefique/special/lotion_emulsion/img/arrow-under.png");
        background-size: 100% 100%;
        height: 1.3em;
        width: .5em;
        position: absolute;
        left: calc(100% + .75em);
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
}

.lotion_emulsion .fixed-banner .fixed-banner__inr span {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .fixed-banner .fixed-banner__inr span {
        position: absolute;
        left: 0;
        top: 100%;
        color: initial;
        font-size: 1em;
        text-align: left;
    }
}

.lotion_emulsion .fixed-banner .fixed-banner__inr span::after {
    content: "";
    display: block;
    background-image: url("/benefique/special/lotion_emulsion/img/arrow-under.png");
    background-size: 100% 100%;
    height: 1.8em;
    width: .9em;
    position: absolute;
    left: 50%;
    top: calc(100% + .5em);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .fixed-banner .fixed-banner__inr span::after {
        display: none;
    }
}

.lotion_emulsion .kv {
    position: relative;
    margin-top: 9em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .kv {
        margin-top: 4em;
    }
}

.lotion_emulsion .kv__inr {
    color: #fff;
    position: absolute;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .lotion_emulsion .kv__inr {
        top: 16.83748vw;
        left: 3.66032vw;
    }
}

@media only screen and (max-width: 1300px) {
    .lotion_emulsion .kv__inr {
        top: 23em;
        left: 5em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .kv__inr {
        text-align: center;
        left: 0;
        top: 3.5em;
    }
}

.lotion_emulsion .kv__title {
    line-height: 1.5;
    margin-bottom: .5em;
}

@media only screen and (min-width: 768px) {
    .lotion_emulsion .kv__title {
        font-size: 2.78184vw;
    }
}

@media only screen and (max-width: 1300px) {
    .lotion_emulsion .kv__title {
        font-size: 3.8em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .kv__title {
        font-size: 2.1em;
        line-height: 1.8;
    }
}

.lotion_emulsion .kv__text {
    line-height: 1.5;
    font-size: 2.8em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .kv__text {
        font-size: 1.4em;
    }
}

.lotion_emulsion .intro {
    background: url(/benefique/special/lotion_emulsion/img/intro_bg.jpg) 0 0/cover no-repeat;
    text-align: center;
    padding: 7em 1em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .intro {
        padding: 6em 1em;
        background-image: url(/benefique/special/lotion_emulsion/img/intro_bg_sp.jpg);
    }
}

.lotion_emulsion .intro__title {
    font-weight: bold;
    font-size: 2.8em;
    margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .intro__title {
        font-size: 1.9em;
    }
}

.lotion_emulsion .intro__text {
    line-height: 2;
    font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .intro__text {
        font-size: 1.3em;
    }
}

.lotion_emulsion .ingredient {
    background: url(/benefique/special/lotion_emulsion/img/ingredient_bg.jpg?v=2) center top/cover no-repeat;
    padding: 8em 0 10em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .ingredient {
        background-image: url(/benefique/special/lotion_emulsion/img/ingredient_bg_sp.jpg);
        padding: 5em 2em 5em;
    }
}

.lotion_emulsion .ingredient__note {
    text-align: center;
    padding-top: 8em;
    font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .ingredient__note {
        padding-top: 6em;
        font-size: 1em;
    }
}

.lotion_emulsion .ingredient__title {
    text-align: center;
    font-size: 2.8em;
    margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .ingredient__title {
        font-size: 2.2em;
    }
}

.lotion_emulsion .ingredient__subtitle {
    text-align: center;
    font-size: 2em;
    margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .ingredient__subtitle {
        font-size: 1.7em;
    }
}

.lotion_emulsion .ingredient__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .ingredient__list {
        gap: 5em 1em;
    }
}

.lotion_emulsion .ingredient__list > li {
    position: relative;
    padding-bottom: .5em;
    width: 15.4em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .ingredient__list > li {
        width: calc(50% - .5em);
    }
}

.lotion_emulsion .ingredient__list > li p {
    text-align: center;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 1.6em;
    margin-top: .5em;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 100%;
    text-align: center;
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .ingredient__list > li p {
        line-height: 1.2;
        font-size: 1.4em;
    }
}

.lotion_emulsion .ingredient__list + .ingredient__subtitle {
    margin-top: 3em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .ingredient__list + .ingredient__subtitle {
        margin-top: 4em;
    }
}

.lotion_emulsion .which {
    margin-top: 6em;
}

.lotion_emulsion .which__head__title {
    text-align: center;
    font-size: 3.4em;
    margin-bottom: .25em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which__head__title {
        line-height: 1.5;
        font-size: 2.2em;
        margin-bottom: .7em;
    }
}

.lotion_emulsion .which__head__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.lotion_emulsion .which__head__list > li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(/benefique/special/lotion_emulsion/img/which_head_list_bg_1.png) 0 0/102% 102% no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.7em;
    width: 50%;
    padding: 4.5em 1em 4.5em 6em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which__head__list > li {
        gap: 1.5em;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 3em 1em;
    }
}

.lotion_emulsion .which__head__list > li + li {
    background-image: url(/benefique/special/lotion_emulsion/img/which_head_list_bg_2.png);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5em;
    padding: 4.5em 8em 4.5em 6em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which__head__list > li + li {
        padding: 3em 1em;
        gap: 1.5em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

.lotion_emulsion .which__head__list img {
    width: 13em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which__head__list img {
        width: 8.7em;
    }
}

.lotion_emulsion .which__head__list h3 {
    color: #fff;
    font-size: 2.5em;
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which__head__list h3 {
        text-align: center;
        font-size: 1.3em;
    }
}

.lotion_emulsion .which__head__list h3 span {
    display: block;
    font-weight: 600;
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which__head__list h3 span {
        text-align: center;
        font-size: 1.3em;
    }
}

.lotion_emulsion .which__head__bottom {
    text-align: center;
    margin-top: 2em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which__head__bottom {
        margin-top: 4em;
    }
}

.lotion_emulsion .which__head__subtitle {
    font-size: 2.6em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which__head__subtitle {
        margin-bottom: .5em;
        font-size: 1.6em;
    }
}

.lotion_emulsion .which__head__text {
    font-size: 2em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which__head__text {
        font-size: 1.3em;
    }
}

.lotion_emulsion .which__head__note {
    letter-spacing: 0;
    margin-top: 2em;
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which__head__note {
        margin-top: 2.5em;
        text-align: center;
        padding: 0 2em;
        font-size: 1em;
    }
}

.lotion_emulsion .which__head__note span {
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which__head__note span {
        display: inline;
    }
}

.lotion_emulsion .which-content {
    position: relative;
    margin-top: 12em;
    padding-top: 8em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content {
        margin-top: 6em;
        padding-top: 6.5em;
    }
}

.lotion_emulsion .which-content__tabs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    opacity: 1;
}

.lotion_emulsion .which-content__tabs.fixed {
    position: fixed;
}

.lotion_emulsion .which-content__tabs.fixed .which-content__tab {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.lotion_emulsion .which-content__tabs.bottom {
    opacity: 0;
}

.lotion_emulsion .which-content__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lotion_emulsion .which-content__tab > li {
    height: 8em;
    width: 50%;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__tab > li {
        height: 6.5em;
    }
}

.lotion_emulsion .which-content__tab > li button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e2e2e2;
    color: #8f8f8f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    height: 100%;
    gap: 2em;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__tab > li button {
        gap: 1em;
    }
}

.lotion_emulsion .which-content__tab > li button img {
    height: auto;
    width: 2.4em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__tab > li button img {
        display: none;
        width: 2em;
    }
}

.lotion_emulsion .which-content__tab > li.swiper-slide-thumb-active button {
    background-color: #e83e0b;
    color: #fff;
}

.lotion_emulsion .which-content__tab > li.swiper-slide-thumb-active .which-content__tab__text {
    color: #fff;
}

.lotion_emulsion .which-content__tab__text {
    color: #8f8f8f;
    line-height: 1;
    font-size: 1.8em;
    letter-spacing: .05em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__tab__text {
        font-size: 1.3em;
    }
}

.lotion_emulsion .which-content__tab__text .name {
    display: block;
    letter-spacing: 0;
    margin-bottom: .1em;
    font-weight: 700;
    font-size: 1.5em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__tab__text .name {
        font-size: 1.6em;
    }
}

.lotion_emulsion .which-content__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1em 3em;
    margin-top: 7em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__tags {
        margin-top: 2.5em;
        gap: 1em 1.9em;
    }
}

.lotion_emulsion .which-content__tags > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #e83e0b;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: .5em 1em;
    height: 11.2em;
    width: 11.2em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__tags > li {
        min-width: 7em;
        padding: .25em 1em;
        height: 7em;
        width: 7em;
    }
}

.lotion_emulsion .which-content__tags > li > span {
    color: #e83e0b;
    line-height: 1.5;
    font-size: 1.9em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__tags > li > span {
        font-size: 1.2em;
    }
}

.lotion_emulsion .which-content__section__title {
    text-align: center;
    margin-bottom: .75em;
    line-height: 1.4;
    font-size: 3em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__section__title {
        font-size: 1.8em;
        line-height: 1.5;
        margin-bottom: .75em;
    }
}

.lotion_emulsion .which-content__section__title span {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fa937040));
    background: linear-gradient(transparent 70%, #fa937040 70%);
    margin-top: .25em;
}

.lotion_emulsion .which-content__section__title span:nth-child(1) {
    margin-top: 0;
}

.lotion_emulsion .which-content__section__subtitle {
    text-align: center;
    font-size: 2.2em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__section__subtitle {
        white-space: nowrap;
        font-size: 1.3em;
    }
}

.lotion_emulsion .which-content__item__top {
    background-color: #f7f7f7;
    padding: 5em 8em 7em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__item__top {
        padding: 0 0 5em;
    }
}

.lotion_emulsion .which-content__item__kv {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3em;
    max-width: 1130px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__item__kv {
        display: block;
    }
}

.lotion_emulsion .which-content__item__kv__image {
    width: 47em;
    max-width: 570px;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__item__kv__image {
        max-width: 100%;
        margin-bottom: 3em;
        width: 100%;
    }
}

.lotion_emulsion .which-content__item__kv__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    margin-top: -1em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__item__kv__info {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 2em;
        margin-top: 0;
    }
}

.lotion_emulsion .which-content__item__kv__summary {
    white-space: nowrap;
    margin-bottom: .5em;
    font-size: 2.8em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__item__kv__summary {
        text-align: center;
        font-size: 1.8em;
    }
}

.lotion_emulsion .which-content__item__price .which-content__item__price__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__item__price .which-content__item__price__inr {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.lotion_emulsion .which-content__item__price .which-content__item__price__item {
    padding-right: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__item__price .which-content__item__price__item {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 50%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-right: 2.5em;
    }
}

.lotion_emulsion .which-content__item__price .which-content__item__price__item .which-content__item__price__item__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.lotion_emulsion .which-content__item__price .which-content__item__price__item + .which-content__item__price__item {
    border-left: 1px solid #e7e7e7;
    padding-left: 3em;
    padding-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__item__price .which-content__item__price__item + .which-content__item__price__item {
        padding-left: 2.5em;
    }
}

.lotion_emulsion .which-content__item__price .which-content__item__price__item + .which-content__item__price__item .which-content__item__price__item__inr {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.lotion_emulsion .which-content__item__price .which-content__item__price__item p {
    display: inline-block;
    white-space: nowrap;
    line-height: 1.4;
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__item__price .which-content__item__price__item p {
        font-size: 1em;
    }
}

.lotion_emulsion .which-content__item__price .which-content__item__price__item p + p {
    margin-top: .5em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__item__price .which-content__item__price__item p + p {
        margin-top: 1em;
    }
}

.lotion_emulsion .which-content__item__price .which-content__item__price__item p small {
    font-size: 1em;
}

.lotion_emulsion .which-content__item__price .which-content__item__price__item p span {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
}

.lotion_emulsion .which-content__item__price__note {
    margin: 1em 0;
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__item__price__note {
        text-align: center;
        font-size: 1em;
    }
}

.lotion_emulsion .which-content__kakusou {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3em;
    margin-top: 4em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__kakusou {
        margin-top: 3em;
        gap: 2em;
        padding: 0 2em;
    }
}

.lotion_emulsion .which-content__kakusou__thum {
    position: relative;
    width: 26em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__kakusou__thum {
        width: 16em;
    }
}

.lotion_emulsion .which-content__kakusou__note {
    position: absolute;
    top: calc(100% + 1em);
    left: 0;
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__kakusou__note {
        font-size: 1em;
    }
}

.lotion_emulsion .which-content__kakusou__text {
    display: inline-block;
    font-size: 2em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__kakusou__text {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 100%;
        font-size: 1.2em;
    }
}

.lotion_emulsion .which-content__ingredient {
    margin-top: 9em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__ingredient {
        padding: 0 2em;
        margin-top: 5em;
    }
}

.lotion_emulsion .which-content__ingredient__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10em;
    margin-top: 3em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__ingredient__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 3.5em 2em;
    }
}

.lotion_emulsion .which-content__ingredient__list > li {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__ingredient__list > li {
        text-align: left;
        width: calc(50% - 1em);
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__ingredient__list > li.m-sp-fullWidth {
        width: 100%;
    }
}

.lotion_emulsion .which-content__ingredient__list > li.m-pc-center {
    width: 40em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__ingredient__list > li.m-pc-center {
        width: 100%;
    }
}

.lotion_emulsion .which-content__ingredient__list > li.m-note {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__ingredient__list > li.m-note {
        display: none;
    }
}

.lotion_emulsion .which-content__ingredient__list > li.m-note .which-content__ingredient__note {
    text-align: left;
}

.lotion_emulsion .which-content__ingredient__list .name {
    color: #e83e0b;
    line-height: 1.2;
    font-size: 2.2em;
    margin-bottom: .5em;
    display: block;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: .075em;
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__ingredient__list .name {
        font-size: 1.4em;
        white-space: initial;
    }
}

.lotion_emulsion .which-content__ingredient__list .detail {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: .075em;
    font-size: 1.6em;
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__ingredient__list .detail {
        white-space: initial;
        font-size: 1.2em;
    }
}

.lotion_emulsion .which-content__ingredient__list.m-type2 {
    gap: 10em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__ingredient__list.m-type2 {
        gap: 2.5em 2em;
    }
}

.lotion_emulsion .which-content__ingredient__list.m-type2 > li {
    width: 20em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__ingredient__list.m-type2 > li {
        width: calc(50% - 1em);
    }
}

.lotion_emulsion .which-content__ingredient__list.m-type2 .name {
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__ingredient__list.m-type2 .name {
        white-space: initial;
    }
}

.lotion_emulsion .which-content__ingredient__list.m-type3 > li {
    width: 41.3em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__ingredient__list.m-type3 > li {
        width: 100%;
    }
}

.lotion_emulsion .which-content__ingredient__list + .which-content__ingredient__list {
    margin-top: 4em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__ingredient__list + .which-content__ingredient__list {
        margin-top: 3.5em;
    }
}

.lotion_emulsion .which-content__ingredient__list__thum {
    margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__ingredient__list__thum {
        margin-bottom: 1em;
    }
}

@media only screen and (min-width: 768px) {
    .lotion_emulsion .which-content__ingredient__list__thum img {
        -o-object-fit: cover;
           object-fit: cover;
        height: 20.2em;
        width: 19.5em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__ingredient__list__thum img {
        width: 16.2em;
    }
}

.lotion_emulsion .which-content__ingredient__list__thum.m-row2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lotion_emulsion .which-content__ingredient__list__thum.m-row2 img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    width: 20.5em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__ingredient__list__thum.m-row2 img {
        width: 50%;
    }
}

.lotion_emulsion .which-content__ingredient__note {
    text-align: center;
    margin-top: 3em;
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__ingredient__note {
        text-align: left;
        font-size: 1em;
    }
}

.lotion_emulsion .which-content__prescription {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 15em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__prescription {
        margin: 6em auto 0;
    }
}

.lotion_emulsion .which-content__type {
    margin-top: 15em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type {
        margin-top: 6em;
    }
}

.lotion_emulsion .which-content__type__section + .which-content__type__section {
    margin-top: 6em;
}

.lotion_emulsion .which-content__type__section__title {
    color: #e83e0b;
    text-align: center;
    font-size: 2.6em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__section__title {
        margin-bottom: 1em;
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__section__title.type-1 {
        margin-bottom: 2em;
        margin-top: 2em;
    }
}

.lotion_emulsion .which-content__type__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5em;
    padding: 0 4em;
    margin: 0 auto;
    max-width: 1130px;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0;
        padding: 0 2em;
    }
}

.lotion_emulsion .which-content__type__list > li {
    width: calc(33.333% - 2em);
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li.m-em-1 {
        margin-top: -2em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li.m-em-1 .which-content__type__list__thum img {
        width: 19em;
        -webkit-transform: translate(-2em, -2em);
                transform: translate(-2em, -2em);
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li.m-em-2 {
        gap: 1em;
        margin-top: -3em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li.m-em-2 .which-content__type__list__thum {
        -webkit-transform: translate(0, -3em);
                transform: translate(0, -3em);
        padding-left: 1em;
        width: 18em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li.m-em-3 {
        margin-top: -3em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li.m-em-3 .which-content__type__info {
        margin-top: 2em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li.m-ex-lt-1 .which-content__type__list__thum {
        margin-right: -4em;
        -webkit-transform: translate(-1em, -1em);
                transform: translate(-1em, -1em);
        width: 20em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li.m-ex-lt-2 {
        margin-top: -4em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li.m-ex-lt-2 .which-content__type__list__thum {
        margin-left: -3em;
        -webkit-transform: translate(2em, -1.5em);
                transform: translate(2em, -1.5em);
        width: 20em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li.m-ex-lt-3 {
        margin-top: -1em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li.m-ex-lt-3 .which-content__type__list__thum {
        -webkit-transform: translate(-3em, -1.5em);
                transform: translate(-3em, -1.5em);
        margin-right: -4em;
        width: 24em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li.m-ex-em-1 .which-content__type__list__thum {
        -webkit-transform: translate(-3em, -1.5em);
                transform: translate(-3em, -1.5em);
        margin-right: -5em;
        width: 20em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li.m-ex-em-2 {
        margin-top: -2em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li.m-ex-em-2 .which-content__type__list__thum {
        -webkit-transform: translate(2em, -3.5em);
                transform: translate(2em, -3.5em);
        margin-left: -3em;
        width: 22em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li.m-ex-em-3 {
        margin-top: -2em;
    }
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list > li.m-ex-em-3 .which-content__type__list__thum {
        -webkit-transform: translate(-2em, -1.5em);
                transform: translate(-2em, -1.5em);
        margin-right: -3em;
        width: 20em;
    }
}

.lotion_emulsion .which-content__type__list__thum {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__list__thum {
        width: 16em;
    }
}

.lotion_emulsion .which-content__type__list__thum img {
    height: auto;
    width: 100%;
}

.lotion_emulsion .which-content__type__info {
    text-align: center;
    line-height: 1.6;
    margin-top: .5em;
    font-size: 2em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__info {
        margin-top: 0;
        -webkit-transform: translate(0, -1em);
                transform: translate(0, -1em);
        text-align: left;
        font-size: 1.3em;
    }
}

.lotion_emulsion .which-content__type__info .num {
    color: #e83e0b;
    text-align: center;
    margin-top: .5em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .which-content__type__info .num {
        text-align: left;
        margin-top: 0;
    }
}

.lotion_emulsion .product-detail {
    margin: 8em auto 0;
    max-width: 1130px;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .product-detail {
        margin-top: 6.5em;
    }
}

.lotion_emulsion .product-detail__inr {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.lotion_emulsion .product-detail__catch {
    line-height: 1.5;
    font-size: 1.8em;
    margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .product-detail__catch {
        line-height: 1.8;
        text-align: center;
        font-size: 1.4em;
    }
}

.lotion_emulsion .product-detail__name {
    color: #e83e0b;
    line-height: 1.2;
    font-size: 3.4em;
    margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .product-detail__name {
        text-align: center;
        font-size: 2.4em;
    }
}

.lotion_emulsion .product-detail__label {
    color: #e83e0b;
    border: 1px solid #e83e0b;
    border-radius: .5em;
    display: inline-block;
    line-height: 1.2;
    padding: .5em 1em;
    margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .product-detail__label {
        border-radius: .2em;
        display: block;
        text-align: center;
        margin: 0 auto 2em;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: .25em 0;
        width: 8em;
    }
}

.lotion_emulsion .product-detail__label span {
    font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .product-detail__label span {
        font-size: 1.2em;
    }
}

.lotion_emulsion .product-detail__price {
    line-height: 1.5;
    font-size: 1.8em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .product-detail__price {
        text-align: center;
        font-size: 1.4em;
    }
}

.lotion_emulsion .product-detail__price + .product-detail__price {
    margin-top: .5em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .product-detail__price + .product-detail__price {
        margin-top: 1em;
    }
}

.lotion_emulsion .product-detail__note {
    margin: .5em 0;
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .product-detail__note {
        text-align: center;
        margin: 1em 0;
        font-size: 1em;
    }
}

.lotion_emulsion .product-detail__btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e83e0b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    margin-top: 4em;
    height: 6em;
    width: 24em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .product-detail__btn {
        margin: 3em auto 0;
        height: 5em;
        width: 21em;
    }
}

.lotion_emulsion .product-detail__btn:hover {
    opacity: .8;
}

.lotion_emulsion .product-detail__btn span {
    font-size: 1.6em;
}

.lotion_emulsion .product-detail__thum {
    position: absolute;
    left: -2em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 50em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .product-detail__thum {
        margin-bottom: 1em;
        position: initial;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        width: 100%;
    }
}

.lotion_emulsion .product-detail__thum img {
    height: auto;
    width: 100%;
}

.lotion_emulsion .product-detail__info {
    position: relative;
    width: 52em;
    z-index: 3;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .product-detail__info {
        width: 100%;
    }
}

.lotion_emulsion .product-detail__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10em;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .product-detail__item {
        padding: 0 2em;
    }
}

.lotion_emulsion .product-detail__item__inr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 60em;
    position: relative;
}

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

.lotion_emulsion .product-detail__pagenation {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2em;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .product-detail__pagenation {
        margin-top: 4em;
    }
}

.lotion_emulsion .product-detail__pagenation .swiper-pagination-bullet {
    margin: 0;
    height: 5px;
    width: 5px;
}

.lotion_emulsion .product-detail__pagenation .swiper-pagination-bullet-active {
    background-color: #e83e0b;
    height: 8px;
    width: 8px;
}

.lotion_emulsion .product-detail__pager-prev,
.lotion_emulsion .product-detail__pager-next {
    background-size: 100% 100%;
    height: 4.4em;
    width: 2.7em;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 3;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .product-detail__pager-prev,
    .lotion_emulsion .product-detail__pager-next {
        height: 3em;
        width: 1.8em;
        top: 14em;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
}

.lotion_emulsion .product-detail__pager-prev.swiper-button-disabled,
.lotion_emulsion .product-detail__pager-next.swiper-button-disabled {
    opacity: 0;
}

.lotion_emulsion .product-detail__pager-prev {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232px%22%20height%3D%2250px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(232%2C%2062%2C%2011)%22%20stroke-width%3D%222px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M29.321%2C2.411%20L3.111%2C24.632%20L29.321%2C46.765%20%22%2F%3E%3C%2Fsvg%3E");
    left: 8em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .product-detail__pager-prev {
        left: 2em;
    }
}

.lotion_emulsion .product-detail__pager-next {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232px%22%20height%3D%2250px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(232%2C%2062%2C%2011)%22%20stroke-width%3D%222px%22%20stroke-linecap%3D%22butt%22%20stroke-linejoin%3D%22miter%22%20fill%3D%22none%22%20d%3D%22M2.258%2C2.411%20L28.467%2C24.632%20L2.258%2C46.765%20%22%2F%3E%3C%2Fsvg%3E");
    right: 8em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .product-detail__pager-next {
        right: 2em;
    }
}

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

@media only screen and (max-width: 767px) {
    .lotion_emulsion .info_section {
        padding: 8em 2em 2em;
    }
}

.lotion_emulsion .info_section .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .info_section .content {
        padding-bottom: 6em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}

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

@media only screen and (max-width: 767px) {
    .lotion_emulsion .info_section .content + .content {
        padding-top: 6em;
    }
}

.lotion_emulsion .info_section .text_block {
    width: 66em;
}

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

@media only screen and (max-width: 767px) {
    .lotion_emulsion .info_section .title {
        font-size: 2.4em;
    }
}

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

@media only screen and (max-width: 767px) {
    .lotion_emulsion .info_section .text {
        font-size: 1.3em;
    }
}

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

.lotion_emulsion .info_section .links {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 15em;
}

@media only screen and (max-width: 767px) {
    .lotion_emulsion .info_section .links {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-right: 0;
        margin-top: 3.5em;
    }
}

.lotion_emulsion .info_section .links .product-detail__btn {
    margin-top: 0;
}

.lotion_emulsion .info_section .links .button {
    background-color: #e83e0b;
    border: 1px solid #e83e0b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 20em;
    height: 5em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.lotion_emulsion .info_section .links .button a {
    text-decoration: none;
}

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

.lotion_emulsion .info_section .links .button:hover {
    background-color: #fff;
    color: #e83e0b;
}

.lotion_emulsion .info_section .links .button:hover a .text {
    color: #e83e0b;
}
