img {
    max-width: 100%;
    height: auto
}

.opening {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.opening.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.btn_hover {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 1
}

.btn_hover:hover {
    opacity: .8
}

.pc_view {
    display: block
}

.sp_view {
    display: none
}

.visual {
    margin: 20px auto 10px;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    background: #e5f0fa;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 1
}

.visual__image {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    padding-bottom: 34.96875%;
    position: relative
}

.visual__image__wrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto
}

.visual__image li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1280px;
    padding-bottom: 42.96875%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.visual__image li.active {
    z-index: 2;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.visual__image li.animate {
    z-index: 3
}

.visual__image li.left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.visual__image img {
    width: auto;
    height: 100%;
    max-width: 2000px;
    max-height: 450px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.visual__image__cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3
}

.visual__image__cover img {
    width: auto;
    height: 100%;
    max-width: 2000px;
    max-height: 450px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.visual__title {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1280px;
    z-index: 4;
    opacity: 0;
    -webkit-transition: all 1.4s ease-in-out;
    transition: all 1.4s ease-in-out;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.visual__title.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.visual__title img {
    display: block;
    width: auto;
    height: 37.81818%;
    position: absolute;
    top: 21.81818%;
    left: 50%;
    -webkit-transform: translateX(-97.82609%);
    transform: translateX(-97.82609%)
}

.visual__navi {
    text-align: center;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.visual__navi li {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #cfe2f0;
    margin: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.visual__navi li.active {
    border: 2px solid #036bb7
}

.visual__notes {
    width: 100%;
    margin: 0 auto 60px;
    width: 93.75%;
    max-width: 1200px;
    font-size: 14px;
    line-height: 1.5
}

.cleansing-sheet {
    background: #ffffff;
    overflow: hidden
}

.cleansing-sheet__appeal {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 70px;
    position: relative
}

.cleansing-sheet__appeal p {
    position: relative;
    margin-top: 16px;
    color: #18325f
}

.cleansing-sheet__appeal p:before {
    content: '*'
}

.cleansing-sheet__appeal__decoration {
    position: absolute;
    top: 105.74018%;
    left: 0;
    right: 0;
    margin: 0 auto
}

.cleansing-sheet__inner {
    padding: 0 20px;
    margin-bottom: 90px
}

.cleansing-sheet__box {
    width: 100%;
    max-width: 1034px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cleansing-sheet__box__title {
    margin-bottom: 36px
}

.cleansing-sheet__box p {
    font-size: 18px;
    line-height: 2.1;
    margin-bottom: 50px
}

.cleansing-sheet__box p span {
    font-size: 12px
}

.cleansing-sheet__box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.cleansing-sheet__box:nth-child(even) p {
    padding-left: 7.73694%
}

.cleansing-sheet__box__image {
    position: relative
}

.cleansing-sheet__box__image__deco {
    position: absolute;
    width: 6.6%;
    display: block;
    top: 10.29126%;
    left: 99%
}

.cleansing-sheet__movie {
    background: url("/static/img/cleansing-sheet/bg_movie__top.png?v16998ea6b0d") no-repeat right top, url("/static/img/cleansing-sheet/bg_movie__btm.png?v16998ea6b0c") no-repeat left bottom #a1cae8;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 80px
}

.cleansing-sheet__movie__inner {
    padding: 0 8.22785%
}

.cleansing-sheet__movie__title {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto 20px
}

.cleansing-sheet__movie__title .txt_movie {
    display: block;
    position: absolute;
    left: -9.375%;
    top: -20px;
    width: 19%;
    height: auto
}

.cleansing-sheet__movie a {
    display: block;
    margin: 0 auto 30px
}

.cleansing-sheet__movie a:nth-last-child(1) {
    margin-bottom: 0
}

.cleansing-sheet__movie__image {
    max-width: 640px
}

.cleansing-sheet__movie__btn {
    max-width: 440px
}

.cleansing-sheet__product {
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto 100px
}

.cleansing-sheet__product__image {
    display: block;
    width: 102.2%;
    margin-bottom: 40px;
    position: relative
}

.cleansing-sheet__product__image img {
    max-width: auto
}

.cleansing-sheet__product__box {
    background: #f0f4f6;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 45px
}

.cleansing-sheet__product__btn {
    background: #dd276f;
    display: block;
    margin: 0 auto;
    width: 480px;
    height: 90px;
    line-height: 90px;
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none
}

.cleansing-sheet__product__btn:hover {
    text-decoration: none
}

.cleansing-sheet__product__list {
    font-size: 22px
}

.cleansing-sheet__product__list li {
    margin-bottom: 24px;
    padding-left: 20px;
    position: relative
}

.cleansing-sheet__product__list li::before {
    content: "";
    background: #000000;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: 12px;
    left: 0
}

.cleansing-sheet__product p {
    font-size: 18px
}

.cleansing-sheet__product sup {
    font-size: 10px;
    vertical-align: text-top
}

.cleansing-sheet__cm {
    padding-top: 60px;
    position: relative
}

.cleansing-sheet__cm::before {
    content: "";
    display: block;
    background: url("/static/img/cleansing-sheet/bg_wave.png?v16998ea6b0d");
    background-size: 100% 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px
}

.cleansing-sheet__cm__content {
    background: #cfe2f0;
    padding: 60px 10px 85px
}

.cleansing-sheet__cm__content h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 30px
}

.cleansing-sheet__cm__content h2 span {
    display: inline-block;
    font-size: 24px;
    font-weight: bold
}

.cleansing-sheet__cm__movie {
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    margin: 0 auto 100px
}

.cleansing-sheet__cm__bnr {
    display: block;
    max-width: 960px;
    margin: 0 auto 90px
}

.cleansing-sheet__rakuten {
    display: block;
    max-width: 570px;
    margin: 0 auto 60px
}

.l-ec {
    margin: 0 auto;
    max-width: 960px
}

.l-ec__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(245, 199, 214, 0.0);
    border-radius: 10px
}

.l-ec__nav li {
    width: 24.2%;
    text-align: center
}

.l-ec__nav a {
    display: block;
    padding: 6px;
    background: #dd276f;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.l-ec__nav a:hover {
    opacity: .7
}

.l-ec__nav div {
    padding: 8px;
    margin-bottom: 8px;
    background: #fff
}

.l-ec__nav div img {
    width: 140px
}

.l-ec__nav p {
    font-size: 14px
}

@media screen and (max-width: 600px) {
    .pc_view {
        display: none
    }

    .sp_view {
        display: block
    }

    .visual {
        margin: 0 auto 5px
    }

    .visual__image {
        padding-bottom: 86.66667%
    }

    .visual__image li {
        padding-bottom: 86.66667%
    }

    .visual__image li.active {
        z-index: 1
    }

    .visual__image li.animate {
        z-index: 2;
        opacity: 0
    }

    .visual__image img {
        top: 0;
        left: 50%
    }

    .visual__title img {
        width: 100%;
        height: auto;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .visual__notes {
        width: 94.66667%;
        margin-bottom: 10px;
        font-size: 9px
    }

    .cleansing-sheet {
        background: #ffffff
    }

    .cleansing-sheet__appeal {
        padding-top: 20px;
        padding-right: 10px;
        margin-bottom: 25px
    }

    .cleansing-sheet__appeal:after {
        content: "";
        clear: both;
        display: block
    }

    .cleansing-sheet__appeal p {
        display: none
    }

    .cleansing-sheet__appeal__sp {
        width: 50%;
        float: right
    }

    .cleansing-sheet__appeal__img {
        float: left;
        width: 50%
    }

    .cleansing-sheet__inner {
        padding: 0 10px;
        margin-bottom: 25px
    }

    .cleansing-sheet__box {
        width: 100%;
        max-width: 1034px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cleansing-sheet__box__title {
        margin-bottom: 0;
        position: relative;
        z-index: 2
    }

    .cleansing-sheet__box p {
        font-size: 14px;
        line-height: 2.1;
        margin-bottom: 35px
    }

    .cleansing-sheet__box:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: none;
        flex-direction: none
    }

    .cleansing-sheet__box:nth-child(even) p {
        padding-left: 0
    }

    .cleansing-sheet__box__image-02sp {
        margin-top: -8.94454%;
        z-index: 1
    }

    .cleansing-sheet__img {
        margin-bottom: 8px
    }

    .cleansing-sheet__movie {
        background: url("/static/img/cleansing-sheet/bg_movie__top_sp.png?v16998ea6b0d") no-repeat right top, url("/static/img/cleansing-sheet/bg_movie__btm_sp.png?v16998ea6b0d") no-repeat left bottom #a1cae8;
        background-size: auto 79px;
        padding: 40px 10px;
        text-align: center;
        margin-bottom: 40px
    }

    .cleansing-sheet__movie__inner {
        padding: 0 10px
    }

    .cleansing-sheet__movie__title {
        position: relative;
        width: 100%;
        margin: 0 auto 20px
    }

    .cleansing-sheet__movie__title img {
        width: 100%;
        height: auto
    }

    .cleansing-sheet__movie__title img.txt_movie {
        width: 23.09859%;
        display: block;
        position: absolute;
        left: 0;
        top: -20px
    }

    .cleansing-sheet__movie a {
        display: block;
        margin: 0 auto 30px
    }

    .cleansing-sheet__movie a:nth-last-child(1) {
        margin-bottom: 0
    }

    .cleansing-sheet__movie__image {
        width: 100%
    }

    .cleansing-sheet__movie__btn {
        width: 61.97183%;
        height: auto;
        display: block;
        margin: 0 auto
    }

    .cleansing-sheet__product {
        padding: 0 10px;
        margin: 0 auto 40px
    }

    .cleansing-sheet__product__image {
        display: block;
        margin-bottom: 30px
    }

    .cleansing-sheet__product__box {
        border-radius: 5px;
        padding: 15px 20px;
        margin-bottom: 25px
    }

    .cleansing-sheet__product__btn {
        width: 100%;
        height: 70px;
        line-height: 70px;
        font-size: 16px;
        border-radius: 5px
    }

    .cleansing-sheet__product__list {
        font-size: 14px
    }

    .cleansing-sheet__product__list li {
        margin-bottom: 12px;
        padding-left: 14px
    }

    .cleansing-sheet__product__list li::before {
        width: 4px;
        height: 4px;
        top: 8px
    }

    .cleansing-sheet__product p {
        font-size: 10px
    }

    .cleansing-sheet__product sup {
        font-size: 10px;
        vertical-align: text-top
    }

    .cleansing-sheet__cm {
        padding-top: 30px
    }

    .cleansing-sheet__cm::before {
        background-size: 100% 30px;
        height: 30px
    }

    .cleansing-sheet__cm__content {
        padding: 35px 10px 0
    }

    .cleansing-sheet__cm__content h2 {
        font-size: 18px;
        margin-bottom: 15px
    }

    .cleansing-sheet__cm__content h2 span {
        font-size: 16px
    }

    .cleansing-sheet__cm__content img {
        margin-bottom: 0
    }

    .cleansing-sheet__cm__movie {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto 50px
    }

    .cleansing-sheet__cm__bnr {
        display: block;
        max-width: 960px;
        margin: 0 auto 20px
    }

    .cleansing-sheet__rakuten {
        max-width: 100%;
        margin: 0 auto
    }

    .footer_include {
        background: #cfe2f0
    }

    .footer_include #footer-renewal {
        padding-top: 40px
    }

    .l-ec {
        padding: 0
    }

    .l-ec__nav {
        display: block;
        padding: 8px;
        border-radius: 8px
    }

    .l-ec__nav li {
        width: 100%;
        text-align: left;
        margin-bottom: 8px
    }

    .l-ec__nav li:last-child {
        margin-bottom: 0
    }

    .l-ec__nav a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 6px;
        background: #dd276f;
        border-radius: 6px;
        text-decoration: none
    }

    .l-ec__nav div {
        padding: 8px 0;
        margin-bottom: 0;
        width: 50%;
        text-align: center
    }

    .l-ec__nav div img {
        width: 80px
    }

    .l-ec__nav p {
        width: 50%;
        text-align: center;
        font-size: 12px;
        color: #fff
    }
}
