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





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


===================================================================== */
.l-wrapper {
    padding-top: 0;
}

.u-fontBold {
    font-weight: bold;
}

.breadcrumbNav {
    display: none;
}

#special-megurase_happiness .u-palt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
}

#special-megurase_happiness .sampleLpLogoHeader__inner {
    max-width: 600px;
    margin: 0 auto;
}

#special-megurase_happiness .sampleLpLogoHeader__logo {
    width: 37.86667%;
    margin: 0 auto;
    padding: 5.33333% 0 5.33333%;
    line-height: 0;
}

#special-megurase_happiness .kv {
    background: url(/benefique/special/reset_clear_n/tsukeoki/img/kv-bg_pc.jpg) center top/cover no-repeat;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    font-size: 10px;
    height: 80em;
    padding: 0 0 10.7em 3em;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .kv {
        font-size: calc((10 / 1130) * 100vw);
        height: 80em;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .kv {
        background: url(/benefique/special/reset_clear_n/tsukeoki/img/kv-bg_sp.jpg) center top/cover no-repeat;
        font-size: calc((20 / 750) * 100vw);
        padding: 0 0 3.5em 1.5em;
        height: initial;
    }
}

#special-megurase_happiness .kv .kv__inr {
    background: url(/benefique/special/clear_emulsion/megurase_happiness/img/kv-inr-bg_pc_2.jpg) 50% top/auto 100% no-repeat #ffe0d1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 6em 3.4em 2.1em;
    position: relative;
    height: 70em;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .kv .kv__inr {
        background-size: auto 100%;
        height: 70em;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .kv .kv__inr {
        background: url(/benefique/special/clear_emulsion/megurase_happiness/img/kv-inr-bg_sp.jpg) center top/cover no-repeat;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 2em 0 0 0;
        height: 48em;
    }
}

#special-megurase_happiness .kv .kv__text {
    margin: 0 auto;
    max-width: 1100px;
    padding-top: 21em;
    text-align: right;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .kv .kv__text {
        text-align: center;
        padding-top: 0;
    }
}

#special-megurase_happiness .kv .kv__text img {
    max-width: 550px;
    width: 55em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .kv .kv__text img {
        width: 22em;
    }
}

#special-megurase_happiness .kv .kv__note {
    position: absolute;
    right: 1em;
    bottom: 1em;
    width: 33.2em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .kv .kv__note {
        width: 16em;
    }
}

#special-megurase_happiness .kv .kv__note img {
    height: auto;
    width: 100%;
}

#special-megurase_happiness .kv .kv__scroll {
    position: absolute;
    left: 2em;
    bottom: 8.4em;
    width: 3.1em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .kv .kv__scroll {
        left: .9em;
        bottom: -1.6em;
        width: 2.1em;
    }
}

#special-megurase_happiness .kv .kv__scroll img {
    height: auto;
    width: 100%;
}

#special-megurase_happiness .shopPageNav {
    font-size: 10px;
    margin: 0 auto;
    width: 78em;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .shopPageNav {
        font-size: calc((10 / 1130) * 100vw);
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .shopPageNav {
        font-size: calc((20 / 750) * 100vw);
        width: 100vw;
    }
}

#special-megurase_happiness .shopPageNav .shopPageNav__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
}

#special-megurase_happiness .shopPageNav .shopPageNav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.6em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .shopPageNav .shopPageNav__items {
        gap: .8em;
    }
}

#special-megurase_happiness .shopPageNav .shopPageNav__item, #special-megurase_happiness .shopPageNav .shopPageNav__item--bnr {
    text-align: center;
}

#special-megurase_happiness .shopPageNav .shopPageNav__item a, #special-megurase_happiness .shopPageNav .shopPageNav__item--bnr a {
    display: block;
    text-decoration: none;
}

#special-megurase_happiness .shopPageNav .shopPageNav__item {
    width: 33.333%;
}

#special-megurase_happiness .shopPageNav .shopPageNav__item .shopPageNav__txt {
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .shopPageNav .shopPageNav__item .shopPageNav__txt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
    }
}

#special-megurase_happiness .shopPageNav .shopPageNav__item .shopPageNav__txt:after {
    content: "";
    display: block;
    height: .6em;
    width: 100%;
    background-color: #e83e0b;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .shopPageNav .shopPageNav__item .shopPageNav__txt:after {
        height: .4em;
    }
}

#special-megurase_happiness .shopPageNav .shopPageNav__item .shopPageNav__txt span {
    display: block;
    font-size: 1.8em;
    margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .shopPageNav .shopPageNav__item .shopPageNav__txt span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1.2em;
        margin-bottom: .5em;
        height: 100%;
        position: relative;
        -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;
        padding-bottom: 1.5em;
    }
}

#special-megurase_happiness .shopPageNav .shopPageNav__item .shopPageNav__txt span:after {
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    border-right: solid 3px #e83e0b;
    border-bottom: solid 3px #e83e0b;
    margin: .5em auto 1.5em;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .shopPageNav .shopPageNav__item .shopPageNav__txt span:after {
        height: .5em;
        width: .5em;
        border-width: 2px;
        margin: 0 auto;
        position: absolute;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
        left: 50%;
        bottom: .1em;
    }
}

#special-megurase_happiness .shopPageNav .shopPageNav__item a {
    height: 100%;
}

#special-megurase_happiness .shopPageNav .shopPageNav__item a:hover {
    opacity: .7;
}

@media all and (-ms-high-contrast: none) {
    #special-megurase_happiness .shopPageNav .shopPageNav__item:nth-child(2) .shopPageNav__txt {
        letter-spacing: -.1em;
    }
}

#special-megurase_happiness .shopPageNav .shopPageNav__item--bnr img {
    width: 100%;
    height: auto;
}

#special-megurase_happiness .shopPageNav .shopPageNav__txt {
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
}

#special-megurase_happiness .movie-item {
    margin: 0 auto;
    width: 80em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .movie-item {
        width: 100%;
    }
}

#special-megurase_happiness .movie-item .movBox__cover img {
    height: 100%;
    width: 100%;
}

#special-megurase_happiness .check-list {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 670px;
    margin: 7.6em auto 0;
    padding: 4em 2em 4em 4em;
    position: relative;
    width: 67em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .check-list {
        margin-top: 5em;
        padding: 2.5em 1.6em 3.7em;
        width: calc(100% - 4em);
    }
}

#special-megurase_happiness .check-list .check-list__title {
    font-size: 3em;
    margin-bottom: .7em;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .check-list .check-list__title {
        font-size: 1.75em;
    }
}

#special-megurase_happiness .check-list .check-list__inr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .check-list .check-list__inr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 1.6em;
    }
}

#special-megurase_happiness .check-list .check-list__note {
    position: absolute;
    right: 1.5em;
    bottom: 1em;
    font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .check-list .check-list__note {
        font-size: 1em;
        right: 2em;
    }
}

#special-megurase_happiness .check-list .check-list__thum {
    width: 15em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .check-list .check-list__thum {
        margin: 0 auto;
        width: 10em;
    }
}

#special-megurase_happiness .check-list .check-list__thum img {
    height: auto;
    width: 100%;
}

#special-megurase_happiness .check-list .check-list__items {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
}

#special-megurase_happiness .check-list .check-list__items > li {
    padding-left: 4em;
    position: relative;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .check-list .check-list__items > li {
        padding-left: 3.5em;
    }
}

#special-megurase_happiness .check-list .check-list__items > li::before {
    border: 1px solid #e83e0b;
    content: "";
    display: block;
    height: 2.4em;
    width: 2.4em;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .check-list .check-list__items > li::before {
        height: 2em;
        width: 2em;
    }
}

#special-megurase_happiness .check-list .check-list__items > li.is-checked::after {
    content: "";
    display: block;
    border-bottom: 2px solid #e83e0b;
    border-left: 2px solid #e83e0b;
    height: .8em;
    width: 2.3em;
    position: absolute;
    top: 0;
    left: .5em;
    -webkit-transform: translate(0, 0) rotate(-45deg);
            transform: translate(0, 0) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .check-list .check-list__items > li.is-checked::after {
        height: .6em;
        width: 1.8em;
    }
}

#special-megurase_happiness .check-list .check-list__items > li + li {
    margin-top: 2em;
}

#special-megurase_happiness .check-list .check-list__items > li > p {
    font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .check-list .check-list__items > li > p {
        font-size: 1.2em;
    }
}

#special-megurase_happiness .check-list .check-list__items > li > p > span {
    font-size: .9em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .check-list .check-list__items > li > p > span {
        font-size: .85em;
    }
}

#special-megurase_happiness .hero-section {
    background: #fef2ec;
    background: -webkit-gradient(linear, left top, right top, from(#fef2ec), to(#f8eae1));
    background: linear-gradient(90deg, #fef2ec 0%, #f8eae1 100%);
    font-size: 10px;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .hero-section {
        font-size: calc((10 / 1130) * 100vw);
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .hero-section {
        font-size: calc((20 / 750) * 100vw);
    }
}

#special-megurase_happiness .hero-section .hero-section__wrap {
    background: url(/benefique/special/clear_emulsion/megurase_happiness/img/hero-bg_pc.jpg) center top/cover no-repeat;
    padding: 10em 0;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .hero-section .hero-section__wrap {
        background-size: 1130px auto;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .hero-section .hero-section__wrap {
        background: url(/benefique/special/clear_emulsion/megurase_happiness/img/hero-bg_sp.jpg) center top/cover no-repeat;
        padding: 4em 0;
    }
}

#special-megurase_happiness .hero-section .hero-section__anchor {
    margin-bottom: 9em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .hero-section .hero-section__anchor {
        margin-bottom: 5em;
    }
}

#special-megurase_happiness .hero-section .hero-section__title {
    text-align: center;
    font-size: 3em;
    margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .hero-section .hero-section__title {
        font-size: 2.2em;
        margin-bottom: 1em;
    }
}

#special-megurase_happiness .hero-section .hero-section__text {
    text-align: center;
    font-size: 1.6em;
    line-height: calc(38 / 16);
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .hero-section .hero-section__text {
        font-size: 1.4em;
        line-height: calc(48 / 28);
    }
}

#special-megurase_happiness .hero-section .hero-section__movie-item {
    margin: 6em auto 0;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .hero-section .hero-section__movie-item {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 3em;
        margin: 2em auto 0;
    }
}

#special-megurase_happiness .hero-section .hero-section__bannaer {
    margin: 8em auto 0;
    width: 67em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .hero-section .hero-section__bannaer {
        margin-top: 3em;
        width: 100%;
    }
}

#special-megurase_happiness .hero-section .hero-section__bannaer img {
    height: auto;
    width: 100%;
}

#special-megurase_happiness .section {
    font-size: 10px;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .section {
        font-size: calc((10 / 1130) * 100vw);
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .section {
        font-size: calc((20 / 750) * 100vw);
    }
}

#special-megurase_happiness .section-title {
    background: url(/benefique/special/clear_emulsion/megurase_happiness/img/section-title-bg_pc.jpg) center top/cover no-repeat;
    color: #fff;
    font-size: 3.6em;
    font-weight: bold;
    margin-bottom: 2em;
    text-align: center;
    padding: 1.5em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .section-title {
        background-image: url(/benefique/special/clear_emulsion/megurase_happiness/img/section-title-bg_sp.jpg);
        font-size: 2.2em;
        margin-bottom: 1.5em;
        padding: 1em 0;
    }
}

#special-megurase_happiness .text-note {
    font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .text-note {
        font-size: 1em;
    }
}

#special-megurase_happiness .has-title-block {
    background: #fef2ec;
    background: -webkit-gradient(linear, left top, right top, from(#fef2ec), to(#f8eae1));
    background: linear-gradient(90deg, #fef2ec 0%, #f8eae1 100%);
    margin: 9em 0 0;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block {
        margin: 5em 0 0;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__wrap {
    background: url(/benefique/special/clear_emulsion/megurase_happiness/img/method-bg_pc.jpg) center top/cover no-repeat;
    padding-bottom: 3em;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .has-title-block .has-title-block__wrap {
        background-size: 1130px auto;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__wrap {
        background: url(/benefique/special/clear_emulsion/megurase_happiness/img/method-bg_sp.jpg) center top/cover no-repeat;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__top {
    position: relative;
    margin: 0 auto;
    padding: 6em 0 0;
    width: 107em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__top {
        padding: 7em 0 0;
        width: 100%;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__top .has-title-block__head {
    line-height: 1;
    color: #e83e0b;
    position: absolute;
    font-size: 4.2em;
    top: -.6em;
    left: 30px;
    margin: 0 auto;
    width: 12em;
    font-weight: 500;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .has-title-block .has-title-block__top .has-title-block__head {
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__top .has-title-block__head {
        font-size: 3.5em;
        padding-left: .4em;
        top: -.6em;
        width: 100%;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__inr {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .has-title-block .has-title-block__inr {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__inr {
        width: 100%;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__title {
    margin-bottom: 4em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__title {
        margin-bottom: 3em;
        padding: 0 2em;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__title .has-title-block__title__inr {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 0 3em;
    width: 107em;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .has-title-block .has-title-block__title .has-title-block__title__inr {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__title .has-title-block__title__inr {
        width: 100%;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__title .has-title-block__title__top {
    font-size: 2.4em;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__title .has-title-block__title__top {
        font-size: 1.8em;
        margin-bottom: .5em;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__title .has-title-block__title__bottom {
    font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__title .has-title-block__title__bottom {
        font-size: 1.4em;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    width: 107em;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step {
        width: 100%;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step + .has-title-block__step {
    margin-top: 6em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step + .has-title-block__step {
        margin-top: 3.5em;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__label {
    color: #e83e0b;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__label {
        font-size: 1.2em;
        padding-left: 1.6666em;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__label > span {
    font-size: 3em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__label > span {
        font-size: 2.9em;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__title {
    display: inline-block;
    margin-bottom: 4em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__title {
        padding: 0 0 0 2em;
        margin-bottom: 3em;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__title::after {
    content: "";
    display: block;
    background-color: #e83e0b;
    height: .3em;
    margin-top: 1.5em;
    max-width: 55em;
    min-width: 55em;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__title::after {
        height: .2em;
        min-width: 31.5em;
        margin-top: .75em;
        -webkit-transform: translate(-2em, 0);
                transform: translate(-2em, 0);
    }
}

#special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .text-m {
    line-height: 1.1;
    font-size: 3.4em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .text-m {
        font-size: 2.1em;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .text-s {
    font-size: 1.8em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .text-s {
        font-size: 1.1em;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 2em;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__content .image {
    width: 45.3em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__content .image {
        width: 100%;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__content .image img {
    height: auto;
    width: 100%;
}

#special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__content .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 2em;
    line-height: 1.75;
    font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__content .text {
        line-height: 2;
        font-size: 1.3em;
        padding: 0 1.5384em;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__content .text .note {
    display: block;
    line-height: 1.5;
    font-size: .85em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__content .text .note {
        font-size: .8em;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__content.has-title-block__step__content--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
}

#special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step .has-title-block__step__content .initial-list {
    margin-top: 2em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step.has-title-block__step__02 .has-title-block__step__content {
        gap: 5em;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step.has-title-block__step__02 .has-title-block__step__content .image {
        padding: 0 2em;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .has-title-block .has-title-block__steps .has-title-block__step.has-title-block__step__02 .has-title-block__step__title {
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .howto-section .howto-section__movie {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 3em;
    }
}

#special-megurase_happiness .howto-section .howto-section__movie .text-note {
    margin-top: .5em;
}

#special-megurase_happiness .howto-section .howto-section__steps {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    padding: 0 3em;
    width: 107em;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .howto-section .howto-section__steps {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .howto-section .howto-section__steps {
        padding: 0 2em;
        width: 100%;
    }
}

#special-megurase_happiness .howto-section .howto-section__steps p {
    font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .howto-section .howto-section__steps p {
        font-size: 1.4em;
    }
}

#special-megurase_happiness .howto-section .howto-section__steps .howto-section__steps__image {
    margin: 0 auto 3em;
    width: 43em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .howto-section .howto-section__steps .howto-section__steps__image {
        padding: 0 3em;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
    }
}

#special-megurase_happiness .howto-section .howto-section__steps img {
    height: auto;
    width: 100%;
}

#special-megurase_happiness .productPage .howtoSlide__title {
    border-width: .3em;
    font-size: 1.8em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .productPage .howtoSlide__title {
        font-size: 1.4em;
    }
}

#special-megurase_happiness .productPage .slideContents {
    margin: 0 0 0 auto;
    padding: 0 0 0 5vw;
    max-width: 100%;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .productPage .slideContents {
        padding: 0 0 0 3em;
        max-width: 125em;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .productPage .slideContents {
        margin: 0 auto;
        max-width: 100%;
        padding: 0 0 0 2em;
    }
}

#special-megurase_happiness .productPage .slideList__inner .swiper-scrollbar {
    background-color: initial;
    width: 110em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .productPage .slideList__inner .swiper-scrollbar {
        width: 33.5em;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .productPage .slideList__items > li:last-child {
        margin-right: 2em;
    }
}

#special-megurase_happiness .productPage .howtoSlide__item {
    width: 31.3%;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .productPage .howtoSlide__item {
        width: 81.33333vw;
    }
}

#special-megurase_happiness .productPage .howtoSlide__plus {
    -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;
    margin-bottom: 1.5em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .productPage .howtoSlide__plus {
        margin-bottom: 0em;
    }
}

#special-megurase_happiness .productPage .howtoSlide__plus p {
    font-size: 2.2em;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .productPage .howtoSlide__plus p {
        font-size: 1.4em;
    }
}

#special-megurase_happiness .productPage .howtoSlide__plus p.color-orange {
    color: #ee7800;
}

#special-megurase_happiness .productPage .howtoSlide__plus .arrow {
    position: relative;
    height: 2em;
    margin: 0 2em;
    width: 2em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .productPage .howtoSlide__plus .arrow {
        height: 1.3em;
        margin: 0 1.5em;
        width: 1.3em;
    }
}

#special-megurase_happiness .productPage .howtoSlide__plus .arrow::before, #special-megurase_happiness .productPage .howtoSlide__plus .arrow::after {
    background-color: #ee7800;
    content: "";
    display: block;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

#special-megurase_happiness .productPage .howtoSlide__plus .arrow::before {
    height: 100%;
    width: .3em;
}

#special-megurase_happiness .productPage .howtoSlide__plus .arrow::after {
    height: .3em;
    width: 100%;
}

#special-megurase_happiness .productPage .howtoSlide__txt1 {
    line-height: 2;
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .productPage .howtoSlide__txt1 {
        font-size: 1.2em;
    }
}

#special-megurase_happiness .productPage .howtoSlide__txt1 .slideList__note {
    font-size: .85em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .productPage .howtoSlide__txt1 .slideList__note {
        font-size: .5em;
        line-height: 1.2;
    }
}

#special-megurase_happiness .productPage .slideList__note {
    margin-top: 1em;
    font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .productPage .slideList__note {
        font-size: 1em;
        padding-right: 2em;
    }
}

#special-megurase_happiness #recommend-point .has-title-block {
    margin-top: 10em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #recommend-point .has-title-block {
        margin-top: 8em;
    }
}

#special-megurase_happiness #recommend-point .has-title-block .has-title-block__wrap {
    background-image: url(/benefique/special/clear_emulsion/megurase_happiness/img/recommend-point-bg-02_pc.jpg);
    padding-bottom: 6em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #recommend-point .has-title-block .has-title-block__wrap {
        background-image: url(/benefique/special/clear_emulsion/megurase_happiness/img/recommend-point-bg-02_sp.jpg);
        background-size: cover;
        padding-bottom: 3.5em;
    }
}

#special-megurase_happiness #product {
    font-size: 10px;
    padding: 7.7em 0 5.4em;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness #product {
        font-size: calc((10 / 1130) * 100vw);
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #product {
        padding: 5.3em 2em 3.7em;
        font-size: calc((20 / 750) * 100vw);
    }
}

#special-megurase_happiness #product .product-section__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6em 11em;
    margin: 0 auto;
    width: 107em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #product .product-section__inr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        gap: 2.5em 0;
        width: 100%;
    }
}

#special-megurase_happiness #product .product-section__title {
    text-align: center;
    font-size: 3.4em;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #product .product-section__title {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        font-size: 2.2em;
        text-align: left;
        line-height: 1.3636;
    }
}

#special-megurase_happiness #product .product-section__image {
    width: 37em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 3.4em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #product .product-section__image {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        width: 100%;
        gap: 1.5em;
        padding: 0 0 1em 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}

#special-megurase_happiness #product .product-section__image > div:nth-child(1) {
    width: 12em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #product .product-section__image > div:nth-child(1) {
        width: 7.5em;
    }
}

#special-megurase_happiness #product .product-section__image img {
    height: auto;
    width: 100%;
}

#special-megurase_happiness #product .product-section__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 7em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #product .product-section__info {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-top: 0;
    }
}

#special-megurase_happiness #product .product-section__info .product-section__info__name {
    font-size: 2em;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #product .product-section__info .product-section__info__name {
        font-size: 1.4em;
    }
}

#special-megurase_happiness #product .product-section__info .product-section__info__content {
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #product .product-section__info .product-section__info__content {
        font-size: 1.2em;
    }
}

#special-megurase_happiness #product .product-section__info .product-section__info__note {
    font-size: 1.4em;
    margin-top: 1.5em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #product .product-section__info .product-section__info__note {
        font-size: 1em;
        margin-top: 3em;
    }
}

#special-megurase_happiness #product .product-section__info .productTxtBox__link2 {
    margin-top: 2em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 32.4em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #product .product-section__info .productTxtBox__link2 {
        margin-top: 3.5em;
        width: 100%;
    }
}

#special-megurase_happiness #product .product-section__info .productTxtBox__link2 a {
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #product .product-section__info .productTxtBox__link2 a {
        font-size: 1.2em;
    }
}

#special-megurase_happiness .info-section {
    font-size: 10px;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .info-section {
        font-size: calc((10 / 1130) * 100vw);
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .info-section {
        font-size: calc((20 / 750) * 100vw);
    }
}

#special-megurase_happiness .info-section + .info-section {
    margin-top: 12em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .info-section + .info-section {
        margin-top: 3.9em;
    }
}

#special-megurase_happiness .info-section .info-section__inr {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    width: 107em;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .info-section .info-section__inr {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .info-section .info-section__inr {
        padding: 0;
        width: 100%;
    }
}

#special-megurase_happiness .info-section .info-section__title {
    display: inline-block;
    margin-bottom: 4em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .info-section .info-section__title {
        margin-bottom: 3.5em;
    }
}

#special-megurase_happiness .info-section .info-section__title::after {
    content: "";
    border-bottom: 0.3em solid #e83e0b;
    display: block;
    width: 100%;
    min-width: 55.3em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .info-section .info-section__title::after {
        border-width: .2em;
        min-width: initial;
        width: 31.5em;
        margin-top: .5em;
    }
}

#special-megurase_happiness .info-section .info-section__title > span {
    font-size: 3.2em;
    letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .info-section .info-section__title > span {
        font-size: 2em;
        padding-left: 1em;
    }
}

#special-megurase_happiness .info-section .info-section__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .info-section .info-section__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 1.5em;
        padding: 0 2em;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
    }
}

#special-megurase_happiness .info-section .info-section__btns .info-section__btn {
    width: 34em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .info-section .info-section__btns .info-section__btn {
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}

#special-megurase_happiness .info-section .info-section__btns .info-section__btn a {
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .info-section .info-section__btns .info-section__btn a {
        font-size: 1.2em;
    }
}

#special-megurase_happiness .voiceSlide {
    margin-bottom: 2.88462%;
}

#special-megurase_happiness .voiceSlide__item {
    width: 33.33%;
}

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

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .voiceSlide__item__box {
        border-width: .1em;
        height: 100%;
        margin: 0 8.95522%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border-width: 0.26667vw;
        padding: 3.73134% 4.47761% 3.58209%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

#special-megurase_happiness .voiceSlide__item__inner {
    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;
    gap: 1.7em;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .voiceSlide__item__inner {
        gap: 1.9em;
    }
}

#special-megurase_happiness .voiceSlide__item__inner* {
    min-height: 0;
}

#special-megurase_happiness .voiceSlide__item__txt {
    line-height: 1.8;
    margin-bottom: 0;
}

#special-megurase_happiness .voiceSlide__item__txt em {
    font-style: normal;
    color: #e83e0b;
}

#special-megurase_happiness .voiceSlide__item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

#special-megurase_happiness .voiceSlide__item__icon__img {
    width: 6.7em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .voiceSlide__item__icon__img {
        width: 6em;
    }
}

#special-megurase_happiness .voiceSlide__item__icon__img img {
    width: 100%;
    height: auto;
}

#special-megurase_happiness .voiceSlide__item__icon__txt {
    font-size: 0.9375em;
}

#special-megurase_happiness #uservoice {
    margin-bottom: 12em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #uservoice {
        margin-bottom: 4.5em;
    }
}

#special-megurase_happiness #uservoice .slideList__prev:before, #special-megurase_happiness #uservoice .slideList__next:before {
    border-color: #ee7800;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #uservoice .slideList__prev:before, #special-megurase_happiness #uservoice .slideList__next:before {
        border-width: 2px;
        width: 50%;
        padding-bottom: 50%;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #uservoice .slideList__prev {
        margin-left: 2.66667vw;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #uservoice .slideList__next {
        margin-right: 2.66667vw;
    }
}

#special-megurase_happiness #uservoice .slideList__item {
    height: auto;
}

#special-megurase_happiness #uservoice .voiceSlide__item__txt {
    font-size: 1.6em;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #uservoice .voiceSlide__item__txt {
        font-size: 1.3em;
    }
}

#special-megurase_happiness #uservoice .sectionBox__inner {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness #uservoice .sectionBox__inner {
        padding: 0;
    }
}

#special-megurase_happiness .experience-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4em;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    width: 107em;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .experience-block {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .experience-block {
        display: block;
        width: 100%;
    }
}

#special-megurase_happiness .experience-block .experience-block__image {
    width: 45em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .experience-block .experience-block__image {
        width: 100%;
    }
}

#special-megurase_happiness .experience-block .experience-block__image img {
    height: auto;
    width: 100%;
}

#special-megurase_happiness .experience-block .experience-block__word {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .experience-block .experience-block__word {
        padding: 0 2em;
        margin-top: -1.5em;
    }
}

#special-megurase_happiness .experience-block .experience-block__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    font-size: 5em;
    margin-bottom: .2em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .experience-block .experience-block__title {
        font-size: 3em;
        margin-bottom: .25em;
    }
}

#special-megurase_happiness .experience-block .experience-block__title img {
    height: auto;
    width: 100%;
}

#special-megurase_happiness .experience-block .experience-block__titleJa {
    color: #e83e0b;
    font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .experience-block .experience-block__titleJa {
        font-size: 1.4em;
    }
}

#special-megurase_happiness .experience-block .experience-block__text {
    font-size: 1.6em;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .experience-block .experience-block__text {
        line-height: 2;
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .experience-block .experience-block__text.experience-block__text--m {
        line-height: 1.5;
        font-size: 1.5em;
    }
}

#special-megurase_happiness .experience-block .experience-block__text.experience-block__text--l {
    line-height: 1;
    font-weight: normal;
    font-size: 3.6em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .experience-block .experience-block__text.experience-block__text--l {
        font-size: 2.2em;
        line-height: 1.5;
    }
}

#special-megurase_happiness .experience-block .experience-block__btns {
    margin-top: 2.5em;
}

#special-megurase_happiness .experience-block .experience-block__btns .productTxtBox__link2 {
    width: 32em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .experience-block .experience-block__btns .productTxtBox__link2 {
        width: 100%;
    }
}

#special-megurase_happiness .experience-block .experience-block__btns .productTxtBox__link2 a {
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .experience-block .experience-block__btns .productTxtBox__link2 a {
        font-size: 1.2em;
    }
}

#special-megurase_happiness .experience-block .experience-block__btns .productTxtBox__link2 + .productTxtBox__link2 {
    margin-top: 1.5em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .experience-block.experience-block--normal .experience-block__word {
        margin-top: 1.5em;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .experience-block.experience-block--special .experience-block__word {
        margin-top: 0;
    }
}

#special-megurase_happiness .experience-block.experience-block--special .experience-block__title {
    margin-bottom: 0.7em;
    width: 9.6em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .experience-block.experience-block--special .experience-block__title {
        margin-top: .5em;
        margin-bottom: .4em;
        width: 10.6em;
    }
}

#special-megurase_happiness .experience-block.experience-block--special .experience-block__titleJa {
    color: #c40421;
    margin-bottom: 2.5em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .experience-block.experience-block--special .experience-block__titleJa {
        margin-bottom: 1em;
    }
}

#special-megurase_happiness .experience-block.experience-block--light {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

#special-megurase_happiness .experience-block.experience-block--light .experience-block__text {
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .experience-block.experience-block--light .experience-block__word {
        margin-top: 1.5em;
    }
}

#special-megurase_happiness .appeal-section {
    background: url(/benefique/special/clear_emulsion/megurase_happiness/img/appeal-section-bg_pc.jpg) left top/cover no-repeat #fef2ec;
    margin-top: 6em;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .appeal-section {
        background-size: 1130px auto;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .appeal-section {
        background: url(/benefique/special/clear_emulsion/megurase_happiness/img/appeal-section-bg_sp.jpg) center top/cover no-repeat;
    }
}

#special-megurase_happiness .appeal-section .appeal-section__inr {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    padding: 5em 3em 4em;
    width: 107em;
    font-size: 10px;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .appeal-section .appeal-section__inr {
        padding: 5em 0 4em;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .appeal-section .appeal-section__inr {
        padding: 4em 0 4.5em;
    }
}

#special-megurase_happiness .appeal-section .appeal-section__inr .appeal-section__title {
    position: absolute;
    top: -.75em;
    left: 1em;
    font-size: 3.4em;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .appeal-section .appeal-section__inr .appeal-section__title {
        left: 1em;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .appeal-section .appeal-section__inr .appeal-section__title {
        font-size: 2.2em;
        top: -.9em;
    }
}

#special-megurase_happiness .appeal-section .appeal-section__inr .productPage {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#special-megurase_happiness .appeal-section .appeal-section__inr .productPage .slideContents {
    padding-left: 0;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .appeal-section .appeal-section__inr .productPage .slideContents {
        padding: 0 3em;
    }
}

#special-megurase_happiness .appeal-section .appeal-section__inr .productPage .howtoSlide__item {
    width: 33.3%;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .appeal-section .appeal-section__inr .productPage .howtoSlide__item {
        width: 31.5em;
    }
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .appeal-section .appeal-section__product {
        padding: 0 3em;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .appeal-section .appeal-section__product {
        padding: 0 2em;
    }
}

#special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__inr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 107em;
    padding: 4em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__inr {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__inr {
        display: block;
        padding: 0;
    }
}

#special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__image {
    width: 45em;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__image {
        margin-bottom: 2em;
        width: 100%;
    }
}

#special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__image.appeal-section__product__image--pc {
    display: block;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__image.appeal-section__product__image--pc {
        display: none;
    }
}

#special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__image.appeal-section__product__image--sp {
    display: none;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__image.appeal-section__product__image--sp {
        display: block;
    }
}

#special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__image img {
    width: 20em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__image img {
        width: 10em;
    }
}

#special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__info .appeal-section__product__info__top {
        padding: 2em 1.4em;
    }
}

#special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__info .appeal-section__product__info__title {
    color: #e83e0b;
    font-weight: bold;
    font-size: 1.8em;
    margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__info .appeal-section__product__info__title {
        text-align: center;
        font-size: 1.4em;
        margin-bottom: 2em;
    }
}

#special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__info .appeal-section__product__info__text {
    font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__info .appeal-section__product__info__text {
        font-size: 1.3em;
    }
}

#special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__info .appeal-section__product__info__text + .appeal-section__product__info__text {
    margin-top: 1em;
}

#special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__info .productTxtBox__link2 {
    margin-top: 3em;
    width: 32em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__info .productTxtBox__link2 {
        margin-top: 0;
        width: 100%;
    }
}

#special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__info .productTxtBox__link2 a {
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .appeal-section .appeal-section__product .appeal-section__product__info .productTxtBox__link2 a {
        font-size: 1.2em;
    }
}

#special-megurase_happiness .lp-bottom {
    padding: 12em 0;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .lp-bottom {
        padding: 6em 0;
    }
}

#special-megurase_happiness .lp-bottom .lp-bottom__title {
    margin: 0 auto 20px;
    width: 107em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .lp-bottom .lp-bottom__title {
        margin: 0 auto 1em;
        padding: 0 2em;
    }
}

#special-megurase_happiness .lp-bottom .lp-bottom__title span {
    font-size: 34px;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .lp-bottom .lp-bottom__title span {
        font-size: calc((34 / 1130) * 100vw);
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .lp-bottom .lp-bottom__title span {
        font-size: calc((44 / 750) * 100vw);
    }
}

#special-megurase_happiness .lp-bottom .experience-block + .experience-block {
    margin-top: 5.4em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .lp-bottom .experience-block + .experience-block {
        margin-top: 7em;
    }
}

#special-megurase_happiness .initial-list {
    font-size: 10px;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .initial-list {
        font-size: calc((10 / 1130) * 100vw);
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .initial-list {
        font-size: calc((20 / 750) * 100vw);
    }
}

#special-megurase_happiness .initial-list > li:nth-child(n+2) {
    margin-top: 2em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .initial-list > li:nth-child(n+2) {
        margin-top: 1.5em;
    }
}

#special-megurase_happiness .initial-list .initial-list__title {
    color: #ee7800;
    font-weight: bold;
    font-size: 1.8em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .initial-list .initial-list__title {
        font-size: 1.6em;
    }
}

#special-megurase_happiness .initial-list .initial-list__text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    margin-top: .5em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .initial-list .initial-list__text {
        gap: .5em;
    }
}

#special-megurase_happiness .initial-list .initial-list__text .icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ee7800;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    font-size: 1.8em;
    height: 2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 2em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .initial-list .initial-list__text .icon {
        font-size: 1.3em;
        height: 1.8em;
        width: 1.8em;
    }
}

#special-megurase_happiness .initial-list .initial-list__text .word {
    font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .initial-list .initial-list__text .word {
        font-size: 1.3em;
    }
}

#special-megurase_happiness #recommend .section-title {
    margin-bottom: 0;
}

#special-megurase_happiness .recommend-section {
    font-size: 10px;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .recommend-section {
        font-size: calc((10 / 1130) * 100vw);
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .recommend-section {
        font-size: calc((20 / 750) * 100vw);
    }
}

#special-megurase_happiness .recommend-section .recommend-section__wrap {
    background: url(/benefique/special/clear_emulsion/megurase_happiness/img/recommend-bg_pc.jpg) center top/cover no-repeat;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .recommend-section .recommend-section__wrap {
        background-size: 1130px auto;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .recommend-section .recommend-section__wrap {
        background: url(/benefique/special/clear_emulsion/megurase_happiness/img/recommend-bg_sp.jpg) center top/cover no-repeat;
    }
}

#special-megurase_happiness .recommend-section .recommend-section__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8em;
    padding: 12em 5em;
    max-width: 1130px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .recommend-section .recommend-section__inr {
        display: block;
        padding: 6em 0 0;
    }
}

#special-megurase_happiness .recommend-section .recommend-section__image {
    padding-left: 2em;
    width: 40em;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .recommend-section .recommend-section__image {
        padding: 0 0 2.5em;
        text-align: center;
        width: 100%;
    }
}

#special-megurase_happiness .recommend-section .recommend-section__image .recommend-section__image__title {
    display: none;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .recommend-section .recommend-section__image .recommend-section__image__title {
        display: block;
        text-align: center;
        font-size: 2.2em;
        margin-bottom: 1.5em;
    }
}

#special-megurase_happiness .recommend-section .recommend-section__image img {
    height: auto;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .recommend-section .recommend-section__image img {
        width: 27.5em;
    }
}

#special-megurase_happiness .recommend-section .recommend-section__info {
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3em 7.5em 3em 5em;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

@media only screen and (max-width: 1300px) {
    #special-megurase_happiness .recommend-section .recommend-section__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .recommend-section .recommend-section__info {
        padding: 3em 2em 4.5em;
    }
}

#special-megurase_happiness .recommend-section .recommend-section__info .recommend-section__info__title {
    font-size: 3.4em;
    line-height: 1.5;
    margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .recommend-section .recommend-section__info .recommend-section__info__title {
        display: none;
    }
}

#special-megurase_happiness .recommend-section .recommend-section__info .productTxtBox__link2 {
    margin: 2em 0;
    width: 32em;
}

#special-megurase_happiness .recommend-section .recommend-section__info .productTxtBox__link2 a {
    font-size: 1.4em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .recommend-section .recommend-section__info .productTxtBox__link2 a {
        font-size: 1.2em;
    }
}

#special-megurase_happiness .recommend-section .recommend-section__info .recommend-section__info__text {
    font-size: 1.6em;
    margin-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .recommend-section .recommend-section__info .recommend-section__info__text {
        font-size: 1.3em;
    }
}

#special-megurase_happiness .recommend-section .recommend-section__info .recommend-section__info__text > span {
    color: #e83e0b;
}

#special-megurase_happiness .recommend-section .recommend-section__info .recommend-section__info__text-2 {
    font-size: 1.3em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .recommend-section .recommend-section__info .recommend-section__info__text-2 {
        font-size: 1.1em;
    }
}

#special-megurase_happiness .recommend-section .recommend-section__info .recommend-section__info__note {
    font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .recommend-section .recommend-section__info .recommend-section__info__note {
        font-size: 1em;
    }
}

#special-megurase_happiness .float-banner {
    position: fixed;
    right: 2em;
    bottom: 2rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 190px;
    z-index: 20;
}

@media only screen and (max-width: 1130px) {
    #special-megurase_happiness .float-banner {
        width: calc((190 / 1130) * 100vw);
    }
}

@media only screen and (max-width: 767px) {
    #special-megurase_happiness .float-banner {
        bottom: 0;
        right: 0;
        width: 100%;
    }
}

#special-megurase_happiness .float-banner.is-hide {
    opacity: 0;
    visibility: hidden;
}

#special-megurase_happiness .float-banner img {
    height: auto;
    width: 100%;
}
