@charset "UTF-8";.animate-image2,.animate01-switch,.animate02-switch {
    opacity: 0
}

.fadeIn,.fadeInDown,.fadeInLeft,.fadeInRight,.fadeInUp,.fadeInUpMV,fadeInUpMV02 {
    opacity: 0
}

.fadeInUpMV {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: fadeInUpMV;
    animation-name: fadeInUpMV;
    visibility: visible!important;
    position: inherit
}

@-webkit-keyframes fadeInUpMV {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25%);
        transform: translateY(25%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpMV {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25%);
        transform: translateY(25%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUpMV02 {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-name: fadeInUpMV02;
    animation-name: fadeInUpMV02;
    visibility: visible!important;
    position: absolute
}

@-webkit-keyframes fadeInUpMV02 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpMV02 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeIn {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible!important
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeOut {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeInUp {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible!important;
    position: inherit
}

.fadeInUp.is-delay1 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.fadeInUp.is-delay2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.fadeInUp.is-delay3 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.fadeInUp.is-delay4 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s
}

.fadeInUp.is-delay5 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.fadeInUp.is-delay6 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s
}

.fadeInUp.is-delay7 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.fadeInUp.is-delay8 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.fadeInUp.is-delay9 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.fadeInUp.is-delay13 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible!important
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-50px,0);
        transform: translate3d(0,-50px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-50px,0);
        transform: translate3d(0,-50px,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    visibility: visible!important
}

@media screen and (max-width: 767px) {
    .fadeInLeft {
        -webkit-animation-fill-mode:both;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.8s;
        animation-duration: 0.8s;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        visibility: visible!important;
        position: inherit
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%,0,0);
        transform: translate3d(-10%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    @media screen and (max-width: 767px) {
        0% {
            opacity:0;
            -webkit-transform: translateY(15%);
            transform: translateY(15%)
        }

        to {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%,0,0);
        transform: translate3d(-10%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    @media screen and (max-width: 767px) {
        0% {
            opacity:0;
            -webkit-transform: translateY(15%);
            transform: translateY(15%)
        }

        to {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }
}

.fadeInRight {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    visibility: visible!important
}

@media screen and (max-width: 767px) {
    .fadeInRight {
        -webkit-animation-fill-mode:both;
        animation-fill-mode: both;
        -webkit-animation-duration: 0.8s;
        animation-duration: 0.8s;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        visibility: visible!important;
        position: inherit
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%,0,0);
        transform: translate3d(10%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    @media screen and (max-width: 767px) {
        0% {
            opacity:0;
            -webkit-transform: translateY(15%);
            transform: translateY(15%)
        }

        to {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(10%,0,0);
        transform: translate3d(10%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    @media screen and (max-width: 767px) {
        0% {
            opacity:0;
            -webkit-transform: translateY(15%);
            transform: translateY(15%)
        }

        to {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }
}

.l-river-wrap {
    width: 100%
}

.l-river-wrap:after {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/special/essence_b3/v2/body_bg.jpg) no-repeat center top
}

.b3-special {
    width: 375px;
    min-width: auto;
    margin: 0 auto;
    padding-top: 80px;
    overflow: hidden
}

.b3-special * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.8;
    margin: 0;
    padding: 0;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1
}

.b3-special * .no-palt {
    -webkit-font-feature-settings: "palt" 0!important;
    font-feature-settings: "palt" 0!important
}

.b3-special img {
    max-width: 100%;
    vertical-align: top
}

.b3-special dd,.b3-special dl,.b3-special dt,.b3-special li,.b3-special ol,.b3-special ul {
    list-style: none
}

#global-footer {
    position: relative;
    z-index: 999
}

.sparkle-text {
    display: block
}

.sparkle-text span {
    display: inline-block;
    position: relative
}

.body-wrap {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.l-hero-wrap {
    position: relative;
    overflow: hidden;
    background: transparent
}

.l-hero-wrap.is-loaded .p-hero-image {
    opacity: 1
}

.l-hero-wrap.is-loaded .p-hero-parts-spoit {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-name: spoitDown;
    animation-name: spoitDown;
    visibility: visible!important
}

.l-hero-wrap.is-loaded .p-hero-parts-spoit.notlogin {
    -webkit-animation-name: spoitDown;
    animation-name: spoitDown
}

.l-hero-wrap.is-loaded .p-hero-parts-spoit.teiki {
    -webkit-animation-name: spoitDown02;
    animation-name: spoitDown02
}

.l-hero-wrap.is-loaded {
}

.l-hero-wrap.is-loaded .p-hero-parts01,.l-hero-wrap.is-loaded .p-hero-parts02,.l-hero-wrap.is-loaded .p-hero-parts03 {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible!important
}

.p-hero-image {
    width: 100%;
    opacity: 1;
    -webkit-transition: ease opacity 0.8s;
    transition: ease opacity 0.8s
}

.p-hero-image img {
    max-width: 100%
}

.p-hero-parts-spoit {
    position: absolute;
    left: 114px;
    bottom: 100%;
    opacity: 0;
    -webkit-transition: opacity ease 1s;
    transition: opacity ease 1s
}

.p-hero-parts-spoit img {
    width: 21px
}

.l-hero-content-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.p-hero-parts-top {
    width: 100%
}

.p-hero-parts-bottom {
    width: 100%;
    padding-bottom: 28px
}

.p-hero-parts01 {
    padding-right: 22px;
    margin-top: -32px;
    text-align: right;
    opacity: 0
}

.p-hero-parts01 img {
    width: 362.5px
}

.p-hero-parts02 {
    text-align: center;
    opacity: 0
}

.p-hero-parts02 img {
    width: 303.5px
}

.p-hero-parts03 {
    padding: 4px 22px 0;
    opacity: 0
}

.p-hero-parts03 img {
    max-width: 100%
}

.p-hero-parts03.not-login {
    padding-top: 20px
}

.p-hero-parts03.not-login img {
    -webkit-box-shadow: 2px 2px 4px 1px rgba(1,1,1,0.2);
    box-shadow: 2px 2px 4px 1px rgba(1,1,1,0.2)
}

.p-hero-parts03.teiki {
    padding: 5px 5px 0
}

.p-hero-parts04 {
    padding: 18px 0 0
}

.p-hero-parts04 .is-text {
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.1em
}

.p-hero-parts04 .is-annotation {
    margin-top: -6px;
    font-size: 10px;
    text-align: center
}

.p-hero-parts04 .is-annotation+.is-text {
    margin-top: 16px
}

.p-hero-parts04.new .is-text {
    font-size: 14px
}

.p-hero-parts05 {
    padding: 10px 22px 0
}

.p-hero-parts05 .is-text {
    font-size: 9px
}

.l-info-wrap {
    width: 100%;
    background: url(/assets/img/special/essence_b3/info_bg.webp) no-repeat center top;
    background-size: 100% 100%;
    padding: 42px 0 0
}

.p-info-header-catch {
    margin-bottom: 8px;
    font-size: 12.5px;
    text-align: center;
    font-family: "リュウミン M-KL","Ryumin Medium KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 500;
    color: #001388
}

.p-info-headline {
    font-size: 22px;
    font-family: "リュウミン M-KL","Ryumin Medium KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    -webkit-font-feature-settings: "palt" 0;
    font-feature-settings: "palt" 0;
    font-weight: 500;
    text-align: center;
    color: #001388;
    line-height: 1.1
}

.p-info-headline .is-regulation {
    display: inline-block;
    border: 1px solid #001388;
    padding: 0.13em 0.6em 0.16em;
    margin: 0 12px 4px 0;
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
    font-size: 12.5px;
    -webkit-font-feature-settings: "palt" 0;
    font-feature-settings: "palt" 0;
    line-height: 1.3
}

.p-info-headline b {
    font-size: 18px;
    font-weight: 500;
    -webkit-font-feature-settings: "palt" 0;
    font-feature-settings: "palt" 0
}

.p-info-soon {
    width: 310px;
    margin: 26px auto 0;
    background: rgba(255,255,255,0.5)
}

.p-info-soon dt {
    width: 100%
}

.p-info-soon dt img {
    max-width: 100%
}

.p-info-soon dd {
    width: 100%;
    padding: 20px
}

.p-info-soon dd .is-text {
    font-size: 15px;
    font-family: "リュウミン M-KL","Ryumin Medium KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    -webkit-font-feature-settings: "palt" 0;
    font-feature-settings: "palt" 0;
    font-weight: 500
}

.p-info-soon dd .is-text .is-date {
    display: inline-block;
    margin-right: 0.8em;
    color: #001388;
    -webkit-font-feature-settings: "palt" 0;
    font-feature-settings: "palt" 0
}

.p-info-soon dd .is-text .is-date small {
    font-size: 12px;
    -webkit-font-feature-settings: "palt" 0;
    font-feature-settings: "palt" 0
}

.p-info-soon dd .is-catch {
    font-size: 12px;
    font-family: "リュウミン M-KL","Ryumin Medium KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    -webkit-font-feature-settings: "palt" 0;
    font-feature-settings: "palt" 0;
    font-weight: 500;
    color: #c50000;
    text-align: center;
    letter-spacing: 0.06em
}

.p-info-soon dd .is-catch b {
    display: inline-block;
    font-size: 15.5px;
    font-weight: 500;
    -webkit-font-feature-settings: "palt" 0;
    font-feature-settings: "palt" 0
}

.l-info-link-wrap {
    width: 100%;
    margin-top: 50px;
    padding: 22px 0 22px;
    background: url(/assets/img/special/essence_b3/info_link_bg.webp) no-repeat center top;
    background-size: 100% 100%
}

.p-info-link-headline {
    width: 100%;
    text-align: center
}

.p-info-link-headline img {
    width: 304px
}

.p-info-lead {
    padding: 40px 20px 0
}

.p-info-lead .is-text {
    font-size: 11px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    line-height: 1.8
}

.p-info-lead .is-text+.is-text {
    margin-top: 1.3em
}

.p-info-lead .is-text b {
    font-size: 12.5px;
    font-weight: 500;
    color: #011388;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,transparent),to(#b8e3f8));
    background: linear-gradient(to bottom,transparent 0%,transparent 50%,#b8e3f8 100%)
}

.p-info-period {
    width: 100%;
    padding: 20px 0 0
}

.p-info-period .is-text {
    font-size: 12.5px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    text-align: center;
    color: #011388;
    letter-spacing: 0.1em
}

.p-info-period .is-text span {
    display: inline-block;
    position: relative;
    padding: 0.2em 1em 0.3em
}

.p-info-period .is-text span:after,.p-info-period .is-text span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #011388
}

.p-info-period .is-text span:before {
    top: 0
}

.p-info-period .is-text span:after {
    bottom: 0
}

.p-info-link-catch {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 5px;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-info-link-catch .is-text {
    font-size: 13.5px;
    color: #001388;
    line-height: 1.4;
    font-family: "Noto Sans JP";
    font-weight: 500;
    letter-spacing: 0.075em
}

.p-info-link-catch .is-text b {
    display: block;
    font-size: 15.5px;
    font-weight: 700
}

.p-info-link-catch .is-image img {
    width: 90.5px
}

.p-info-link-catch:after,.p-info-link-catch:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 8px;
    width: 40px;
    height: 0;
    border-top: 1px solid #001388
}

.p-info-link-catch:before {
    left: -6px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

.p-info-link-catch:after {
    right: -2px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

.p-info-link-btn {
    width: 100%;
    padding: 16px 32px 0;
    font-size: 15.5px;
    text-align: center
}

.p-info-link-btn a {
    display: inline-block;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    background: #001388;
    position: relative;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
    text-decoration: none;
    border: 1px solid #001388
}

.p-info-link-btn a.is-disabled {
    background: #8e93b1;
    pointer-events: none;
    border: none
}

.p-info-link-btn a {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

.p-info-link-btn a:hover {
    background: #fff;
    color: #001388
}

.p-info-link-btn a.has-anchor {
}

.p-info-annotation-list {
    width: 100%;
    padding: 34px 8px 0 20px
}

.p-info-annotation-item {
    list-style-type: disc!important;
    list-style-position: outside!important;
    font-size: 9px;
    font-family: "Noto Sans JP";
    font-weight: 400
}

.l-about-wrap {
    width: 100%
}

.p-about-header {
    width: 100%;
    height: 422px;
    background: url(/assets/img/special/essence_b3/v2/about_face.jpg) no-repeat center top;
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

.p-about-headline {
    padding: 0 0 70px 20px;
    font-size: 24px;
    font-family: "リュウミン M-KL","Ryumin Medium KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 500;
    color: #001388;
    position: relative;
    line-height: 1.1
}

.p-about-headline b {
    font-size: 28px;
    font-weight: 500
}

.p-about-headline span {
    display: inline-block;
    opacity: 0
}

.p-about-headline span.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    visibility: visible!important
}

.p-about-headline span {
}

.p-about-headline span img.first {
    width: 117px
}

.p-about-headline span img.second {
    margin-top: 12px;
    width: 87.5px
}

.p-about-headline span img.third {
    margin-top: 22px;
    width: 225px
}

.p-about-headline span img.first2 {
    width: 183px
}

.p-about-headline span img.second2 {
    margin-top: 8px;
    width: 225px
}

.p-about-annotation {
    position: absolute;
    left: 20px;
    bottom: 14px;
    font-size: 9px;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP";
    font-weight: 400
}

.p-about-content {
    padding: 40px 0 50px;
    background: url(/assets/img/special/essence_b3/v2/bg_main.webp) repeat-y center top;
    backaground-size: 100% auto
}

.p-about-subhead {
    font-size: 23px;
    text-align: center;
    font-family: "リュウミン M-KL","Ryumin Medium KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 500;
    color: #001388;
    opacity: 0
}

.p-about-subhead.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible!important
}

.p-about-lead {
    padding: 18px 0 0;
    opacity: 0
}

.p-about-lead .is-text {
    font-size: 14px;
    text-align: center;
    font-family: "リュウミン R-KL","Ryumin Regular KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 400;
    color: #001388;
    line-height: 1.9
}

.p-about-lead .is-text+.is-text {
    margin-top: 1em
}

.p-about-lead .is-text b {
    font-family: "リュウミン Bold KL","Ryumin Bold KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 700;
    color: #001388
}

.p-about-lead .is-text sup {
    font-size: 6.5px
}

.p-about-lead.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible!important
}

.p-about-content-annotation {
    padding: 30px 16px 0
}

.p-about-content-annotation .is-text {
    font-size: 9px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    letter-spacing: 0.1em
}

.p-about-content-btn {
    padding: 20px 22px 0
}

.p-about-content-btn .is-btn {
    width: 100%;
    text-align: center
}

.p-about-content-btn .is-btn a {
    display: block;
    width: 100%;
    height: 52.5px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(1,1,1,0.1);
    box-shadow: 3px 3px 5px 0px rgba(1,1,1,0.1);
    border-radius: 5px;
    font-size: 15px;
    line-height: 52.5px;
    color: #001388;
    text-decoration: none
}

.p-about-content-btn .is-btn a span {
    position: relative;
    padding-right: 30px
}

.p-about-content-btn .is-btn a span:after {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #001388;
    border-bottom: 1px solid #001388;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center
}

.l-about02-wrap {
    width: 100%;
    min-height: 600px;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(20%,#f4f9ff),color-stop(40%,#e6f0ff),to(#c7dbff));
    background: linear-gradient(to bottom,#fff 0%,#f4f9ff 20%,#e6f0ff 40%,#c7dbff 100%);
    position: relative;
    overflow: hidden
}

.p-about02-headline {
    padding: 40px 0 0;
    text-align: center;
    opacity: 0
}

.p-about02-headline.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible!important
}

.p-about02-headline img {
    width: 251.5px
}

.p-about02-subhead {
    padding: 14px 0 0;
    font-size: 18px;
    color: #001388;
    text-align: center;
    font-family: "リュウミン R-KL","Ryumin Regular KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 400;
    opacity: 0
}

.p-about02-subhead.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible!important
}

.p-about02-list {
    padding: 30px 0 0;
    position: relative;
    z-index: 1
}

.p-about02-list.is-visible .p-about02-item {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    visibility: visible!important
}

.p-about02-list.is-visible .p-about02-item:first-of-type {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.p-about02-list.is-visible .p-about02-item:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.p-about02-list.is-visible .p-about02-item:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.p-about02-item {
    opacity: 0
}

.p-about02-item.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    visibility: visible!important
}

.p-about02-item span {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 220px;
    height: 60px;
    font-size: 21px;
    line-height: 60px;
    font-family: "Noto Sans JP";
    font-weight: 500;
    color: #001388;
    text-align: center
}

.p-about02-item span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    clip-path: polygon(13% 0,0% 100%,87% 100%,100% 0);
    background: #fff
}

.p-about02-item span:after {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: -2;
    width: 100%;
    height: 100%;
    clip-path: polygon(13% 0,0% 100%,87% 100%,100% 0);
    background: -webkit-gradient(linear,left top,right top,from(#9eccee),to(#798fc3));
    background: linear-gradient(to right,#9eccee 0%,#798fc3 100%)
}

.p-about02-item+.p-about02-item {
    margin-top: 22px
}

.p-about02-item:first-of-type {
    margin-left: 26px
}

.p-about02-item:nth-of-type(3) {
    margin-left: -26px
}

.p-about02-image {
    position: absolute;
    height: 428px;
    z-index: 10;
    right: 0;
    bottom: 0
}

.p-about02-image img {
    width: 345px
}

.p-about02-annotation {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    padding: 0 22px 22px 22px
}

.p-about02-annotation .is-text {
    font-size: 9px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #666
}

.l-feature-wrap {
    width: 100%;
    padding: 50px 0 0;
    background: url(/assets/img/special/essence_b3/v2/bg_main.webp) repeat-y center top;
    backaground-size: 100% auto
}

.l-feature-header-wrap {
    position: relative;
    z-index: 2
}

.l-feature-header-wrap.block01 .p-feature-headline span {
    padding: 0 10px
}

.l-feature-header-wrap.block01 .p-feature-headline span:after {
    left: 0
}

.l-feature-header-wrap.block01 .p-feature-headline:first-of-type img {
    width: 136px
}

.l-feature-header-wrap.block01 .p-feature-headline:nth-of-type(2) img {
    width: 307.5px
}

.l-feature-header-wrap.block01 .p-feature-headline.v3:first-of-type img {
    width: 138.5px
}

.l-feature-header-wrap.block01 .p-feature-headline.v3:nth-of-type(2) img {
    width: 315.5px
}

.l-feature-header-wrap.block02 {
    margin-top: 34px
}

.l-feature-header-wrap.block02 .p-feature-headline {
    text-align: right
}

.l-feature-header-wrap.block02 .p-feature-headline span {
    padding: 0 10px 0 6px
}

.l-feature-header-wrap.block02 .p-feature-headline span:after {
    right: 0
}

.l-feature-header-wrap.block02 .p-feature-headline:first-of-type img {
    width: 318.5px
}

.l-feature-header-wrap.block02 .p-feature-headline:nth-of-type(2) img {
    width: 161px
}

.l-feature-header-wrap.block02 .p-feature-headline.v3:first-of-type img {
    width: 324px
}

.l-feature-header-wrap.block02 .p-feature-headline.v3:nth-of-type(2) img {
    width: 164.5px
}

.l-feature-header-wrap.block03 {
    margin-top: 34px
}

.l-feature-header-wrap.block03 .p-feature-headline span {
    padding: 0 10px 0 12px
}

.l-feature-header-wrap.block03 .p-feature-headline span:after {
    left: 0
}

.l-feature-header-wrap.block03 .p-feature-headline:first-of-type img {
    width: 258px
}

.l-feature-header-wrap.block03 .p-feature-headline:nth-of-type(2) img {
    width: 254px
}

.l-feature-header-wrap.block03 .p-feature-headline.v3:first-of-type img {
    width: 264px
}

.l-feature-header-wrap.block03 .p-feature-headline.v3:nth-of-type(2) img {
    width: 259px
}

.p-feature-headline span {
    display: inline-block;
    height: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #fff
}

.p-feature-headline span:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 0;
    height: 100%;
    background: url(/assets/img/special/essence_b3/v2/feature_headline_bg.png) repeat-x left center;
    background-size: auto 100%;
    -webkit-transition: width ease 0.8s;
    transition: width ease 0.8s
}

.p-feature-headline span img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

.p-feature-headline.is-visible span:after {
    width: 100%
}

.p-feature-headline.is-visible span img {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible!important
}

.l-feature-content-wrap {
    position: relative;
    z-index: 1;
    padding: 0 12px;
    margin-top: -26px;
    overflow: hidden
}

.l-feature-content-wrap.block01 .p-feature-content-box {
    padding: 54px 10px 30px
}

.l-feature-content-wrap.block02 .p-feature-content-box {
    padding: 50px 10px 30px
}

.l-feature-content-wrap.block03 {
    padding-bottom: 20px
}

.l-feature-content-wrap.block03 .p-feature-content-box {
    padding: 0 0 30px
}

.l-feature-content-wrap.block03 .p-feature-content-image {
    opacity: 1
}

.l-feature-content-wrap.block03+.p-feature-item-annotation {
    padding-top: 0
}

.p-feature-content-box {
    background: #fff;
    -webkit-box-shadow: 3px 3px 8px 1px rgba(1,1,1,0.2);
    box-shadow: 3px 3px 8px 1px rgba(1,1,1,0.2)
}

.p-feature-content-box .add-header {
    margin-bottom: 22px;
    text-align: center
}

.p-feature-content-box .add-header img {
    width: 196px
}

.p-feature-about-list {
    background: url(/assets/img/special/essence_b3/v2/feature_block01.webp) no-repeat center top;
    background-size: 330px auto;
    min-height: 596px
}

.p-feature-about-item:first-of-type {
    padding: 0 0 0 8px
}

.p-feature-about-item:nth-of-type(2) {
    padding: 40px 0 0 130px
}

.p-feature-about-item:nth-of-type(3) {
    padding: 55px 0 0 18px
}

.p-feature-about-item:nth-of-type(4) {
    padding: 38px 0 0 120px
}

.p-feature-about-item:nth-of-type(5) {
    padding: 60px 0 0 68px
}

.p-feature-about-item .is-inner-box {
    opacity: 0
}

.p-feature-about-item .is-inner-box.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    visibility: visible!important
}

.p-feature-about-item .is-inner-box.from-right.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    visibility: visible!important
}

.p-feature-about-item .is-name {
    font-size: 18px;
    color: #001388;
    font-family: "リュウミン R-KL","Ryumin Regular KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 400;
    line-height: 1.6
}

.p-feature-about-item .is-label {
    font-size: 11px;
    color: #001388;
    font-family: "リュウミン M-KL","Ryumin Medium KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 500
}

.p-feature-about-item .is-label span {
    display: inline-block;
    background: #e5effe;
    padding: 0 0.4em;
    height: 22px;
    line-height: 22px
}

.p-feature-about-item .is-label span+span {
    margin-left: 0.5em
}

.p-feature-about-item .is-text {
    font-size: 11px;
    font-family: "Noto Sans JP";
    font-weight: 400
}

.p-feature-about-item .is-text+.is-name {
    margin-top: 0.2em
}

.p-feature-about-item .is-text b {
    font-weight: 700
}

.p-feature-item-annotation {
    padding: 20px 12px 0
}

.p-feature-item-annotation .is-text {
    font-size: 9px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    letter-spacing: 0.1em
}

.p-feature-item-annotation+.p-about-content-btn {
    padding: 30px 22px 10px
}

.p-feature-content-image {
    opacity: 0
}

.p-feature-content-image.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible!important
}

.p-feature-content-image img {
    max-width: 100%
}

.p-feature-content-lead {
    width: 100%;
    padding: 12px 12px 0
}

.p-feature-content-lead .is-text {
    font-size: 14px;
    font-family: "リュウミン R-KL","Ryumin Regular KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 400
}

.p-feature-content03-header {
    position: relative;
    width: 100%
}

.p-feature-content03-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    padding-bottom: 14px
}

.p-feature-content03-overlay .is-image {
    width: 100%;
    text-align: right;
    opacity: 0
}

.p-feature-content03-overlay .is-image.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible!important
}

.p-feature-content03-overlay .is-image img {
    width: 204.5px
}

.p-feature-content03-overlay .p-feature-content-lead {
    padding: 68px 0 0 12px;
    opacity: 0
}

.p-feature-content03-overlay .p-feature-content-lead.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible!important
}

.p-about-point {
    width: 100%;
    padding: 20px 0 30px
}

.p-about-point-headline {
    font-size: 22px;
    color: #001388;
    font-family: "リュウミン M-KL","Ryumin Medium KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.1;
    opacity: 0
}

.p-about-point-headline.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible!important
}

.p-about-point-headline small {
    font-size: 14px
}

.p-about-point-headline sub {
    font-size: 75%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.p-about-point-list {
    width: 100%;
    padding: 20px 0 0;
    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: 18px 0;
    opacity: 0
}

.p-about-point-list.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible!important
}

.p-about-point-item {
    width: 110px
}

.p-about-point-item-image {
    text-align: center
}

.p-about-point-item-image img {
    width: 65px
}

.p-about-point-item-text {
    padding: 10px 0 0;
    font-size: 12px;
    text-align: center;
    color: #184e9e;
    line-height: 1.4;
    font-family: "Noto Sans JP";
    font-weight: 400
}

.p-about-point-item-text sup {
    font-size: 6px
}

.l-feature-message-wrap {
    width: 100%;
    padding: 40px 10px 0
}

.p-message-ballon-box {
    width: 100%;
    height: 295.5px;
    background: url(/assets/img/special/essence_b3/v2/message_ballon.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 16px 18px 0;
    position: relative;
    z-index: 1
}

.p-message-ballon-box dt {
    font-size: 18px;
    color: #001388;
    font-family: "リュウミン M-KL","Ryumin Medium KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.1
}

.p-message-ballon-box dd {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #001388
}

.p-message-ballon-box dd .is-text {
    font-size: 13px;
    font-family: "リュウミン M-KL","Ryumin Medium KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 500;
    line-height: 1.85;
    opacity: 0
}

.p-message-ballon-box dd .is-text.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible!important
}

.p-message-ballon-box dd .is-text b {
    background: #e7f1ff;
    padding: 0.1em 0;
    color: #001388;
    font-weight: 500
}

.p-message-who {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p-message-who .is-image {
    margin-top: -54px
}

.p-message-who .is-image img {
    width: 125px
}

.p-message-who .is-name {
    padding: 12px 0 0 4px;
    font-size: 14px;
    color: #001388;
    font-family: "Noto Sans JP";
    font-weight: 500
}

.l-about03-wrap {
    width: 100%;
    position: relative;
    overflow: hidden
}

.p-about03-image {
    width: 100%;
    height: 616px
}

.p-about03-image img {
    max-width: 100%
}

.p-about03-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.p-about03-overlay .is-image {
    padding: 38px 6px 0;
    text-align: right;
    opacity: 0
}

.p-about03-overlay .is-image.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible!important
}

.p-about03-overlay .is-image img {
    width: 150.5px
}

.p-about03-headline {
    padding: 48px 12px 0;
    text-align: center;
    opacity: 0
}

.p-about03-headline.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    visibility: visible!important
}

.p-about03-headline img {
    width: 329px
}

.p-about03-annotation {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0
}

.p-about03-annotation .is-text {
    padding: 0 12px 12px;
    font-size: 9px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    letter-spacing: 0.1em
}

.l-product-wrap {
    width: 100%;
    background: #fff url(/assets/img/special/essence_b3/v2/product_bg.webp) no-repeat left top;
    background-size: 100% auto;
    padding: 30px 0 40px
}

.l-product-wrap.v3 {
    background: #fff url(/assets/img/special/essence_b3/v2/product_bg2.webp) no-repeat left top;
    background-size: 100% auto;
    padding: 56px 0 40px
}

.p-product-feature {
    width: 100%
}

.p-product-feature-info {
    padding: 0 0 0 12px
}

.p-product-feature-info dt img {
    width: 211px;
    opacity: 0
}

.p-product-feature-info dt.is-visible img {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible!important
}

.p-product-feature-info dd {
    padding: 10px 0 0
}

.p-product-feature-item {
    margin-bottom: 8px;
    padding: 0 0 0 30px;
    background: url(/assets/img/special/essence_b3/icon_check.png) no-repeat left center;
    background-size: auto 23px;
    font-size: 11px;
    letter-spacing: 0.075em;
    font-family: "Noto Sans JP";
    font-weight: 400;
    opacity: 0
}

.p-product-feature-item b {
    font-size: 13.2px;
    font-weight: 500;
    color: #184e9e
}

.p-product-feature-item.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible!important
}

.p-product-feature-item.is-visible.is-delay1 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.p-product-feature-item.is-visible.is-delay2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.p-product-feature-item.is-visible.is-delay3 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.p-product-feature-item.is-visible.is-delay4 {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.p-product-feature-item.is-visible.is-delay5 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.p-product-feature-annotation {
    padding: 12px 16px 0 0;
    counter-reset: number 0;
    opacity: 0
}

.p-product-feature-annotation.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible!important
}

.p-product-feature-annotation .is-text {
    position: relative;
    padding: 0 0 0 18px;
    font-size: 9px;
    font-family: "Noto Sans JP";
    font-weight: 400;
    letter-spacing: 0.075em
}

.p-product-feature-annotation .is-text:before {
    counter-increment: number 1;
    content: "※" counter(number);
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.p-product-main {
    padding: 44px 0 0
}

.p-product-main.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible!important
}

.p-product-main-headline {
    font-size: 16.5px;
    font-family: "リュウミン M-KL","Ryumin Medium KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.1;
    letter-spacing: 0.1em
}

.p-product-main-headline .is-regulation {
    display: inline-block;
    border: 1px solid #333;
    padding: 0.13em 0.6em 0.16em;
    margin: 0 12px 4px 0;
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
    font-size: 12px
}

.p-product-main-headline b {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 500
}

.p-product-bottom-info {
    width: 100%;
    padding: 20px 8px 0
}

.p-product-bottom-info.is-visible {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible!important
}

.p-product-bottom-info img {
    max-width: 100%;
    height: 200px
}

.p-product-bottom-info.base img {
    height: 479px
}

.p-product-bottom-info.teiki img {
    height: 245px
}

.p-product-bottom-info.notlogin img {
    height: 413px
}

.p-product-bottom-info.notlogin2 img {
    height: 216.5px
}

.p-product-box-width-btn {
    width: 100%;
    padding: 0 8px;
    margin-top: 20px;
    position: relative;
    z-index: 1
}

.p-product-box-width-btn .p-product-bottom-image img {
    max-width: 100%;
    height: 454px
}

.p-product-box-width-btn.teiki {
    margin-top: 0;
    padding-top: 20px
}

.p-product-box-width-btn.teiki .p-product-bottom-image img {
    max-width: 100%;
    height: 305.5px
}

.p-product-box-width-btn .on-info-area {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    bottom: 22px
}

.p-product-box-width-btn .on-info-area .is-btn {
    padding: 0 38px;
    width: 100%;
    margin: 0 auto 12px;
    text-align: center
}

.p-product-box-width-btn .on-info-area .is-btn a {
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    background: #3466ab;
    border-radius: 5px;
    border: 1px solid #3466ab;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background 0.4s ease,color 0.4 ease;
    transition: background 0.4s ease,color 0.4 ease
}

.p-product-box-width-btn .on-info-area .is-btn a:after {
    content: "";
    display: block;
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAmCAYAAAC29NkdAAAEi0lEQVRYhWL4////mv+o4Of///+v////X+D///8g+YHD//8zAAAAAP//YmJgYGBhQAVsDAwMGgwMDIFo4vQHDAwMAAAAAP//AjkwgIGBQQgJV0HlQOIDCxgYGAAAAAD//2IEBSMaEGZgYHjDwMDwGxqaAwcYGBgAAAAA///C5kAQuMHAwKDOwMAQysDAsH2AXPifgYHhGwAAAP//wuXAJgYGhlr6uwkOvjIwMPxkYGCYCAAAAP//AqVBbGDTADoOBLjB+YGBwRQAAAD//8IVgiDwgYGBgZ+BgcGCgYHhJh0d952BgeEkAwODPgMDgy8AAAD//8JXxi2AFo9JdC4Lmf7///8PjP//ZwcAAAD//8IVxSAAi+ZUOoUcDMQzMDAwMjAw7GJgYPgJAAAA///C58DdUBoUxaCophfwg1q0noGBgQEAAAD//8LnwM8MDAxHoWx3OrmOmYGBwRvK3sbAwMAAAAAA///C50AQWAul/WnrLjiwY2BgYGVgYLjDwMDwmIGBgQEAAAD//yLkwC1Q2pc+7oNH72owycDAAAAAAP//IiZXPYbmZnM65GCYXZZg/v//DAAAAAD//yIUgiCwBkr70CbQ4ECFgYFBBlS9MTAwHAeLMjAwAAAAAP//IsaBW6E0qF6mJfCCGr4RbgkDAwMAAAD//yLGgQcYGBj+QBsP0jR0YQiU3gwXYWBgAAAAAP//IsaBIMfBWjSwIoDagIeBgcEWaugOuOEMDAwAAAAA//8ixoEgAAt2WhU3rlD6NAMDw3u4KAMDAwAAAP//ItaB4EKThgU2rHiBZUgIYGBgAAAAAP//wteaQQfXGBgYNBkYGMKRMg41AKhgfgCtTrUYGBiuww1lYGAAAAAA//8ipYxqROv9URt8wLDz/38GAAAAAP//IjaKQQAld1EZgOr9FgwzGRgYAAAAAP//IiWKQQCUgAUYGBgsMaKCfABqWv1jYGD4hGEEAwMDAAAA//9C7xMTAusYGBiSGBgYtBkYGE7QMEQhgIGBAQAAAP//IjUEQcXMBgYGhgtI5RalANRBwu4IBgYGAAAAAP//ItWBnNC6kpoA1HsDeRZUBqICBgYGAAAAAP//IiWTgACoQzOFgYHhBxVdyM7AwIDdHQwMDAAAAAD//yI1BNEBKEQ5yNAHyhQfCapiYGAAAAAA//8ix4F8DAwMUtAc/ZIMxyED0CDVFwYGhidYZRkYGAAAAAD//yK1QdmEVjrv/v//vxAZDVPizPn/nwEAAAD//yLF0DwkA0//////C5R99f///+CYoNCcaxjm/P/PAAAAAP//ItZQ9v////+CGhQMFeP/////DaiYP5HmsEEHSJHN4cNpzv//DAAAAAD//yI2F4tBK/VfSD09UCJfDmUbkmAOaEgP2RxQDbICqzkMDAwAAAAA//8i1oGvoQ1XkOGwHh4XAwNDGJR9kQRzYOOOyObAuhOo5jAwMAAAAAD//yIlDRYjpZ3L/////wFl34KOp1DDHNQ0+P8/AwAAAP//IjX3dSAZCAIH/v//L0ZGLibOnP//GQAAAAD//wMAhHwCH/dbieoAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 100% auto
}

.p-product-box-width-btn .on-info-area .is-btn a:hover {
    background: #fff;
    color: #3466ab
}

.p-product-box-width-btn .on-info-area .is-btn a:hover:after {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAmCAYAAAC29NkdAAAE0UlEQVRYhWI0TFu7hoGBIZgBAX4xMDDcY2BgsGRgYPiAJE5/wMDAAAAAAP//YmJgYGBBs5mNgYFBg4GBIXCgHcfAwMAAAAAA//8COTCAgYFBCAlXQeVA4gMLGBgYAAAAAP//AjkQBN4j4VlQMc8Bdx0DAwMAAAD//0KPXhB4y8DAcJOBgUGdgYEhhIGBYfsAuAsE/jMwMHwDAAAA///C5kAQWMXAwFDLwMCwms6OgoGvDAwMPxkYGCYCAAAA//+CRTE62DRADoMBbnB+YGAwBQAAAP//whWCZxgYGD4yMDDwMzAwWECjnF7gOwMDw0kGBgZ9BgaGmQAAAAD//8LlQBDYwMDAEM/AwKAN1UAvAIpVPXAaZGDYDQAAAP//whXFIACL5lQ6Og4EQIHCyMDAsIuBgeEnAAAA///C58DdUBoUxaCophfwg1q0noGBgQEAAAD//8LnwM8MDAxHoWx3OrmOmYGBwRvK3sbAwMAAAAAA///C50AQWAul/WnrLjiwY2BgYGVgYLjDwMDwmIGBgQEAAAD//yLkwC1Q2pc+7oNHL6T8ZWBgAAAAAP//IuTA2wwMDE8YGBh4GRgYzGnrNjAA1VwgsBlMMjAwAAAAAP//IuRAEAA1x0DAhzZuggMVBgYGGVD1xsDAcBwsysDAAAAAAP//IsaBW6F0KG3dx+AFpTfCRRgYGAAAAAD//yLGgQcYGBj+QBsP0rRxGxhgRC8DAwMDAAAA//8ixoEgx8FaNLAigNqAh4GBwRZq6A644QwMDAAAAAD//yLGgSAAC3ZaFTeuUPo0tE0KAQwMDAAAAAD//yLWgeBCk4YFNqx4gWVICGBgYAAAAAD//8LXWEAGzxkYGK4zMDBoMjAwhCFlHGoAUMEM6/+gpD8GBgYGAAAAAP//ItaBIAAqPOsYGBhWUtFxyADUvAMFAgIwMDAAAAAA//8iNopBAMN3VASger8FwzwGBgYAAAAA//8iJQRBjVhQP1kA2mfG8C2ZANS0+sfAwPAJQz8DAwMAAAD//yLFgSCwjoGBIQnaiD1BJQfiBgwMDAAAAAD//yLVgaBGLMiBOVRMi6AOEqj1jAkYGBgAAAAA//8i1YGgVi4IGEDTDTUAqPcGKqRBZSAqYGBgAAAAAP//IiWTgACoQzOFgYHhB5UcBwLs0H4IJmBgYAAAAAD//yI1BEEgF4pBgJOBgYGDDDNAmQJUrOAHDAwMAAAAAP//IseBfAwMDFLQKuklNFTJBaBBqi/QNicmYGBgAAAAAP//IjWKm5AK1BfQjhWog00qAJkDyhggc0BNe+zmMDAwAAAAAP//IsWBedDhEBAAlYmg3OfCwMBwGFqWUWrOEQxzGBgYAAAAAP//ItaBoITcA2WD2m2m0LYhaMRBC6myJwRAY4/daOaAkgvIHFA9j2oOAwMDAAAA//8i1oFi0EodNPoK6+mBono5lG1IgjkgRyKbA6pBVmA1h4GBAQAAAP//ItaBr6ENV5DhsB4eF7RlAwIXSTDnNxZzYN0JVHMYGBgAAAAA//8i1oGgcq8CygbVJpcZGBjeQaMX1PND6UfgAaBCuRKPOaDxIARgYGAAAAAA//9iljQOJ9JscE8LVO7B0g2oiDoIHYkFFRXUMAeUYRCAgYEBAAAA//8DAAltlku+prUVAAAAAElFTkSuQmCC") no-repeat center center;
    background-size: 100% auto
}

.p-product-box-width-btn .on-info-area .is-text {
    padding: 0 26px;
    font-size: 11px;
    line-height: 1.8;
    text-align: center
}

.p-product-box-width-btn .on-info-area .is-annotation {
    padding: 0 30px;
    font-size: 9px
}

.p-add-hiteiki {
    padding: 5px 14px 0
}

.p-add-hiteiki .is-annotation {
    font-size: 10px
}

.p-product-main-price {
    font-size: 14px;
    font-family: "リュウミン M-KL","Ryumin Medium KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 500;
    text-align: center
}

.p-product-main-price b {
    font-size: 27px;
    font-weight: 500
}

.l-product-present-wrap {
    width: 100%;
    padding: 20px 10px 0;
    font-family: "Noto Sans JP";
    font-weight: 500
}

.p-product-present-box {
    width: 100%;
    background: #fff;
    padding: 0 20px 40px
}

.p-product-present-msg {
    padding: 100px 0 0
}

.p-product-present-link {
    padding: 20px 4px 0;
    text-align: center
}

.p-product-present-link a {
    display: inline-block;
    width: 100%;
    height: 62px;
    background: #001388;
    border-radius: 5px;
    font-size: 14px;
    line-height: 62px;
    letter-spacing: 0.075em;
    font-weight: 500;
    color: #fff;
    text-decoration: none
}

.p-product-present-link a.is-disabled {
    background: #8e93b1;
    pointer-events: none
}

.l-usage-wrap {
    width: 100%;
    background: #f4f6ff;
    padding: 50px 0
}

.p-usage-headline {
    font-size: 22px;
    font-family: "リュウミン R-KL","Ryumin Regular KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 400;
    color: #001388;
    text-align: center
}

.p-usage-flow-image {
    padding: 34px 0 0;
    text-align: center
}

.p-usage-flow-image img {
    width: 329.5px
}

.p-use-list-wrap {
    overflow-x: auto;
    padding: 0 22px 10px
}

.p-use-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 40px 0 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.p-usage-item {
    width: 250px
}

.p-use-card {
    background-color: #fff;
    height: 330px;
    padding: 14px;
    position: relative;
    overflow: hidden
}

.p-use-card:after {
    content: "";
    display: block;
    position: absolute;
    left: -0.5px;
    top: -8.5px;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-bottom: 16px solid #001388;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

.p-use-card-heading {
    padding-left: 4px;
    font-family: "リュウミン R-KL","Ryumin Regular KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    color: #001388;
    font-weight: 400
}

.p-use-card-heading em {
    font-size: 24px;
    font-style: normal;
    font-weight: 400
}

.p-use-card-heading span {
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: min(1.0666666667vw,8px);
    -moz-column-gap: min(1.0666666667vw,8px);
    column-gap: min(1.0666666667vw,8px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.p-use-card-thumb {
    width: 100%;
    padding: 10px 0 0;
    text-align: center
}

.p-use-card-thumb img {
    width: 210px
}

.p-use-card-text-wrap {
    padding: 20px 0 0
}

.p-use-card-text-wrap .a-text {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    text-align: justify
}

.l-faq-wrap {
    width: 100%;
    background: #fff
}

.p-faq-headline {
    font-size: 22px;
    font-family: "Ryumin Regular KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 400;
    text-align: center
}

.info_skinpeel {
    padding: 50px 20px;
    margin-bottom: 0px
}

.info_skinpeel .q {
    position: relative;
    padding: 0.5em;
    padding-left: 0.5em;
    border: solid 1px #1b224e;
    border-radius: 5px;
    font-weight: 700;
    color: #1b224e;
    -webkit-perspective: 800px;
    perspective: 800px;
    margin-top: 20px;
    padding-left: 3rem
}

.info_skinpeel .q:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
    -webkit-transition-property: background,opacity,-webkit-transform;
    transition-property: background,opacity,-webkit-transform;
    transition-property: background,opacity,transform;
    transition-property: background,opacity,transform,-webkit-transform;
    will-change: transform
}

.info_skinpeel .q:before {
    content: "Q.";
    position: absolute;
    left: calc(1em - 1px);
    z-index: 1;
    font-weight: 700
}

.info_skinpeel .q.open {
    border-style: dashed;
    border-color: transparent;
    border-bottom-color: transparent;
    border-bottom-color: #e5e5e5;
    border-radius: 0
}

.info_skinpeel .q.open:after {
    opacity: 0;
    background: #2f609a;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.info_skinpeel .q.open>div:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.info_skinpeel .q.open>div:after {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.info_skinpeel .q>div {
    position: relative;
    z-index: 1;
    padding-right: 2.5rem
}

.info_skinpeel .q>div:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 1px;
    background: #777;
    transition: transform 0.3s ease-out,-webkit-transform 0.3s ease-out;
    will-change: transform
}

.info_skinpeel .q>div:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 1px;
    background: #777;
    transition: transform 0.3s ease-out,-webkit-transform 0.3s ease-out;
    will-change: transform;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.info_skinpeel .a {
    position: relative;
    padding: 0.5em 0 40px 2.5em
}

.info_skinpeel .a:before {
    content: "A.";
    position: absolute;
    left: 1.2em;
    font-weight: 700
}

.info_skinpeel .a .mark-kome li {
    font-size: 10px
}

.js-accordion-content {
    display: none
}

.l-last-message-wrap {
    width: 100%;
    background: #f2f7ff url(/assets/img/special/essence_b3/v2/last_message_bg.webp) no-repeat center top;
    background-size: 100% auto;
    padding: 60px 0 46px
}

.l-last-message-wrap .p-logo {
    padding: 20px 0 0;
    text-align: center
}

.l-last-message-wrap .p-logo img {
    width: 60px
}

.p-last-message-headline {
    font-size: 22px;
    color: #001388;
    font-family: "リュウミン M-KL","Ryumin Medium KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.6
}

.p-last-message-headline span {
    display: block;
    font-size: 27px
}

.p-last-message-lead {
    padding: 20px 0 0
}

.p-last-message-lead .is-text {
    font-size: 13px;
    font-family: "リュウミン M-KL","Ryumin Medium KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 500;
    text-align: center;
    line-height: 2.3;
    letter-spacing: 0.05em
}

.p-last-message-lead .is-text+.is-text {
    margin-top: 1em
}

.l-line-wrap {
    width: 100%;
    padding: 40px 10px;
    background: #fff
}

.p-line-info {
    font-family: "Noto Sans JP"
}

.p-line-info dt {
    width: 100%;
    height: 36px;
    background: #4cc764;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-weight: 500
}

.p-line-info dd {
    width: 100%;
    background: #fff url(/assets/img/special/essence_b3/line_sp_device.webp) no-repeat right 12px top 9px;
    background-size: 101.5px auto;
    padding: 14px 116px 0 0;
    border: 1px solid #e4e4e4;
    border-top: none
}

.p-line-info-msg {
    width: 100%;
    padding: 0 0 20px
}

.p-line-info-msg .is-text {
    font-size: 10px;
    text-align: center;
    line-height: 1.5;
    font-weight: 500
}

.p-line-info-msg .is-text b {
    font-size: 15px;
    font-weight: 700
}

.p-line-info-msg .is-text span {
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(35%,transparent),color-stop(35%,#fcfc00),to(#fcfc00));
    background: linear-gradient(to bottom,transparent 0%,transparent 35%,#fcfc00 35%,#fcfc00 100%)
}

.p-line-info-msg .is-catch {
    padding: 6px 0 0;
    font-size: 10px;
    font-weight: 700;
    color: #4cc764;
    text-align: center
}

.p-line-info-msg .is-btn {
    width: 100%;
    padding: 3px 30px 0;
    text-align: center
}

.p-line-info-msg .is-btn a {
    display: inline-block;
    width: 100%;
    height: 30px;
    background: #4cc764;
    border-radius: 2.5px;
    font-size: 11px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.1em
}

@-webkit-keyframes spoitDown {
    0% {
        opacity: 0;
        top: -846px
    }

    to {
        opacity: 1;
        top: -327px
    }
}

@keyframes spoitDown {
    0% {
        opacity: 0;
        top: -846px
    }

    to {
        opacity: 1;
        top: -327px
    }
}

@-webkit-keyframes spoitDown02 {
    0% {
        opacity: 0;
        bottom: 100%
    }

    to {
        opacity: 1;
        bottom: 72%
    }
}

@keyframes spoitDown02 {
    0% {
        opacity: 0;
        bottom: 100%
    }

    to {
        opacity: 1;
        bottom: 72%
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15%);
        transform: translateY(15%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30%);
        transform: translateX(30%)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes _kvScale {
    0% {
        background-size: 120% auto
    }

    to {
        background-size: 100% auto
    }
}

@keyframes _kvScale {
    0% {
        background-size: 120% auto
    }

    to {
        background-size: 100% auto
    }
}

.l-pankuzu-wrap {
    background: #fff;
    position: relative;
    z-index: 999
}

.l-fixed-menu {
    position: fixed;
    z-index: 90;
    right: 100px;
    top: 120px
}

.p-fixed-menu-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 270px;
    background: #ebf1f9;
    border-radius: 5px;
    padding: 16px
}

.p-fixed-menu-item {
    width: 100%;
    height: 100%;
    text-align: left;
    line-height: 2.4
}

.p-fixed-menu-item a {
    text-decoration: none
}

.p-fixed-menu-item span {
    position: relative;
    font-size: 16px;
    color: #001388;
    font-family: "リュウミン R-KL","Ryumin Regular KL","Hiragino Mincho ProN","Hiragino Mincho Pro",YuMincho,serif;
    font-weight: 500
}

/* ベスコス追加 */
.l-hero-wrap.is-loaded .p-hero-parts-icon {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible!important
}

.p-hero-parts-icon {
    position: absolute;
    top: 118px;
    right: 17px;
    width: 122px;
    opacity: 0;
}

.l-bestcosme-wrap {
    padding: 40px 17px 45px 25px;
    font-weight: 500;
    letter-spacing: .05em;
    background: #c7dcff url("/assets/img/special/essence_b3/v2/bestcosme_bg.webp") no-repeat top center / 100% auto;
}

.l-bestcosme-wrap .p-bestcosme-headline {
    width: 240px;
    margin: 0 auto;
}

.l-bestcosme-wrap .p-bestcosme-lead {
    margin: 15px auto 0;
    font-size: 14px;
    font-family: "Ryumin Medium KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
    line-height: 1.71428;
    text-align: center;
}

.l-bestcosme-wrap .p-bestcosme-list {
    margin: 20px auto 0;
}

.l-bestcosme-wrap .p-bestcosme-item {
    display: flex;
    justify-content: space-between;
    font-family: "Noto Sans JP";
}

.l-bestcosme-wrap .p-bestcosme-item:nth-child(n + 2) {
    margin-top: 9px;
}

.l-bestcosme-wrap .p-bestcosme-item-logo {
    width: 140px;
    margin-top: 11px;
}

.l-bestcosme-wrap .p-bestcosme-item-logo .bist {
    width: 100%;
}

.l-bestcosme-wrap .p-bestcosme-item-name {
    font-size: 16px;
    font-weight: bold;
}

.l-bestcosme-wrap .p-bestcosme-item-rank {
    position: relative;
    margin: 0 0 0 15px;
    padding: 0 15px;
    font-size: 21px;
    font-family: "Ryumin Medium KL", "Hiragino Mincho ProN", "Hiragino Mincho Pro", YuMincho, serif;
    font-weight: 500;
}

.l-bestcosme-wrap .p-bestcosme-item-rank::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 29px;
    background-image: url("/assets/img/special/essence_b3/v2/bestcosme_leaf.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.l-bestcosme-wrap .p-bestcosme-item-rank::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    width: 13px;
    height: 29px;
    background-image: url("/assets/img/special/essence_b3/v2/bestcosme_leaf.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.l-bestcosme-wrap .p-bestcosme-item-rank span {
    font-size: 28px;
}

.l-bestcosme-wrap .p-bestcosme-item-title {
    font-size: 12px;
    line-height: 1.66666;
}

/* 0224 通常単品CTA追加 */
.p-product-box-width-btn-b {
    width: 100%;
    padding: 0 8px;
    margin-top: 20px;
    position: relative;
    z-index: 1
}

.p-product-box-width-btn-b .p-product-bottom-image img {
    max-width: 100%;
    height: 241px
}

.p-product-box-width-btn-b.noteiki {
    margin-top: 0;
    padding-top: 20px
}

.p-product-box-width-btn-b.noteiki .p-product-bottom-image img {
    max-width: 100%;
    height: 305px
}

.p-product-box-width-btn-b .on-info-area {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    bottom: 22px
}

.p-product-box-width-btn-b .on-info-area .is-btn {
    padding: 0 38px;
    width: 100%;
    margin: 0 auto 12px;
    text-align: center
}

.p-product-box-width-btn-b .on-info-area .is-btn a {
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    background: #3466ab;
    border-radius: 5px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none
}

.p-product-box-width-btn-b .on-info-area .is-btn a:after {
    content: "";
    display: block;
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAmCAYAAAC29NkdAAAEi0lEQVRYhWL4////mv+o4Of///+v////X+D///8g+YHD//8zAAAAAP//YmJgYGBhQAVsDAwMGgwMDIFo4vQHDAwMAAAAAP//AjkwgIGBQQgJV0HlQOIDCxgYGAAAAAD//2IEBSMaEGZgYHjDwMDwGxqaAwcYGBgAAAAA///C5kAQuMHAwKDOwMAQysDAsH2AXPifgYHhGwAAAP//wuXAJgYGhlr6uwkOvjIwMPxkYGCYCAAAAP//AqVBbGDTADoOBLjB+YGBwRQAAAD//8IVgiDwgYGBgZ+BgcGCgYHhJh0d952BgeEkAwODPgMDgy8AAAD//8JXxi2AFo9JdC4Lmf7///8PjP//ZwcAAAD//8IVxSAAi+ZUOoUcDMQzMDAwMjAw7GJgYPgJAAAA///C58DdUBoUxaCophfwg1q0noGBgQEAAAD//8LnwM8MDAxHoWx3OrmOmYGBwRvK3sbAwMAAAAAA///C50AQWAul/WnrLjiwY2BgYGVgYLjDwMDwmIGBgQEAAAD//yLkwC1Q2pc+7oNH72owycDAAAAAAP//IiZXPYbmZnM65GCYXZZg/v//DAAAAAD//yIUgiCwBkr70CbQ4ECFgYFBBlS9MTAwHAeLMjAwAAAAAP//IsaBW6E0qF6mJfCCGr4RbgkDAwMAAAD//yLGgQcYGBj+QBsP0jR0YQiU3gwXYWBgAAAAAP//IsaBIMfBWjSwIoDagIeBgcEWaugOuOEMDAwAAAAA//8ixoEgAAt2WhU3rlD6NAMDw3u4KAMDAwAAAP//ItaB4EKThgU2rHiBZUgIYGBgAAAAAP//wteaQQfXGBgYNBkYGMKRMg41AKhgfgCtTrUYGBiuww1lYGAAAAAA//8ipYxqROv9URt8wLDz/38GAAAAAP//IjaKQQAld1EZgOr9FgwzGRgYAAAAAP//IiWKQQCUgAUYGBgsMaKCfABqWv1jYGD4hGEEAwMDAAAA//9C7xMTAusYGBiSGBgYtBkYGE7QMEQhgIGBAQAAAP//IjUEQcXMBgYGhgtI5RalANRBwu4IBgYGAAAAAP//ItWBnNC6kpoA1HsDeRZUBqICBgYGAAAAAP//IiWTgACoQzOFgYHhBxVdyM7AwIDdHQwMDAAAAAD//yI1BNEBKEQ5yNAHyhQfCapiYGAAAAAA//8ix4F8DAwMUtAc/ZIMxyED0CDVFwYGhidYZRkYGAAAAAD//yK1QdmEVjrv/v//vxAZDVPizPn/nwEAAAD//yLF0DwkA0//////C5R99f///+CYoNCcaxjm/P/PAAAAAP//ItZQ9v////+CGhQMFeP/////DaiYP5HmsEEHSJHN4cNpzv//DAAAAAD//yI2F4tBK/VfSD09UCJfDmUbkmAOaEgP2RxQDbICqzkMDAwAAAAA//8i1oGvoQ1XkOGwHh4XAwNDGJR9kQRzYOOOyObAuhOo5jAwMAAAAAD//yIlDRYjpZ3L/////wFl34KOp1DDHNQ0+P8/AwAAAP//IjX3dSAZCAIH/v//L0ZGLibOnP//GQAAAAD//wMAhHwCH/dbieoAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 100% auto
}

.p-product-box-width-btn-b .on-info-area .is-text {
    padding: 0 26px;
    font-size: 11px;
    line-height: 1.8;
    text-align: center
}

.p-product-box-width-btn-b .on-info-area .is-annotation {
    padding: 0 38px;
    font-size: 9px
}

/* kv */
.l-hero-wrap {
    position: relative;
    overflow: hidden;
    background: #deebfd;
}

.l-hero-content {
    position: relative;
}

.p-hero-bg {
    position: absolute;
}

.p-hero-parts01 {
    position: absolute;
}

.p-hero-parts-date {
    position: absolute;
    top: 395px;
    right: 18px;
    width: 89.4666%;
    margin: 0 auto;
    opacity: 0;
}

.p-hero-parts-bottom {
    position: relative;
    padding-top: 450px;
    opacity: 0;
}

.l-hero-wrap.is-loaded .p-hero-parts-date, .l-hero-wrap.is-loaded .p-hero-parts-bottom {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    visibility: visible !important
}

.p-hero-price-base {
    position: relative;
    font-size: 20px;
    text-align: center;
    margin: 15px auto 0;
    font-family: "Ryumin Regular KL";
}

.p-hero-price-base small {
    font-size: .6em;
}

.is-cancel {
    position: relative;
}

.is-cancel::after {
    border-top: 1px solid #333;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.p-hero-cta {
    width: 350px;
    margin: 15px auto 0;
    padding: 25px 16px 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0.1px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    letter-spacing: .05em;
}

.p-hero-cta.is-notRegurar {
    margin-top: 20px;
}

.p-hero-cta-main-add {
    color: #c50000;
    font-family: "Ryumin Regular KL";
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.p-hero-cta-main-add span {
    display: inline-block;
    padding: 0 16px;
    position: relative;
}

.p-hero-cta-main-add span:after, .p-hero-cta-main-add span:before {
    border-top: 1px solid #c50000;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 14px;
}

.p-hero-cta-main-add span:before {
    left: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.p-hero-cta-main-add span:after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.p-hero-cta .p-hero-cta-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}

.p-hero-cta .p-hero-cta-detail:nth-of-type(n+2) {
    margin-top: 15px;
}

.p-hero-cta .p-hero-cta-tag {
    display: inline-block;
    text-align: center;
    width: 70px;
    background: #f2f2f2;
    padding: 5px 0;
    line-height: 1;
    font-size: 10px;
}

.p-hero-cta .p-hero-cta-tag.is-red {
    color: #fff;
    background-color: #c50000;
}

.p-hero-cta .p-hero-cta-price {
    font-family: "Ryumin Regular KL";
    text-align: center;
    display: flex;
    align-items: baseline;
}

.p-hero-cta .p-hero-cta-price-base {
    font-size: 13px;
}

.p-hero-cta .p-hero-cta-price-base small {
    font-size: .6em;
}

.p-hero-cta .p-hero-cta-price-base::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 13px;
    background-image: url('/assets/img/special/essence_b3/v2/arrow-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 6px;
}

.p-hero-cta .p-hero-cta-price-discount {
    font-size: 20px;
}
.p-hero-cta .p-hero-cta-price-notDiscount {
    font-size: 25px;
    margin: -.3em auto 0;
}

.p-hero-cta .p-hero-cta-price-discount small, .p-hero-cta .p-hero-cta-price-notDiscount small {
    font-size: .6em;
}

.p-hero-cta .p-hero-cta-price-discount .p-hero-cta-price-tax {
    font-size: .5em;
    margin-left: 6px;
}

.p-hero-cta .p-hero-cta-price-discount .is-red {
    color: #c50000;
}

.p-products-main-add {
    color: #c50000;
    font-family: "Ryumin Regular KL";
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.p-products-main-add span {
    display: inline-block;
    padding: 0 16px;
    position: relative;
}

.p-products-main-add span:after, .p-products-main-add span:before {
    border-top: 1px solid #c50000;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 14px;
}

.p-products-main-add span:before {
    left: 0;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.p-products-main-add span:after {
    right: 0;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

/* cta */
.p-cta-box {
    width: 350px;
    margin: 15px auto 0;
    padding: 18px 24px 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 0.1px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    letter-spacing: .05em;
}

.p-cta-box:nth-of-type(n+2) {
    margin-top: 20px;
}

.p-cta-box.is-notRegurar {
    padding-top: 30px;
}

.p-cta-box .p-cta-box-detail {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.p-cta-box .p-cta-box-img {
    width: 36px;
    margin: 0 25px 0 10px;
}

.p-cta-box .p-cta-box-img img {
    width: 100%;
    height: auto;
    display: block;
}

.p-cta-box .p-cta-box-text {
    flex: 1;
}

.p-cta-box .p-cta-box-text .p-cta-box-tag {
    display: inline-block;
    text-align: center;
    width: 93px;
    background: #f2f2f2;
    padding: 5px 0;
    line-height: 1;
    font-size: 13px;
    margin-bottom: 10px;
}

.p-cta-box .p-cta-box-text .is-red {
    color: #fff;
    background-color: #c50000;
}

.p-cta-box .p-cta-box-text .p-cta-box-name {
    font-size: 18px;
    font-family: "Ryumin Regular KL";
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5px;
}

.p-cta-box .p-cta-box-text .p-cta-box-cate {
    font-size: 12px;
    margin-bottom: 0;
}

.p-cta-box .p-cta-box-price {
    font-family: "Ryumin Regular KL";
    width: 100%;
    margin-top: 6px;
    display: flex;
    align-items: center;
}

.p-cta-box .p-cta-box-price-base {
    position: relative;
    font-size: 17px;
}

.p-cta-box .p-cta-box-price-base::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 11px;
    background-image: url('/assets/img/special/essence_b3/v2/arrow-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: 0 10px;
}

.p-cta-box .p-cta-box-price-discount .is-red {
    color: #c50000;
}

.p-cta-box .p-cta-box-price-base small {
    font-size: .6em;
}

.p-cta-box .is-cancel {
    position: relative;
}

.p-cta-box .is-cancel::after {
    border-top: 1px solid #333;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.p-cta-box .p-cta-box-price-discount, .p-cta-box .p-cta-box-price-notDiscount {
    font-size: 25px;
    margin-top: -.3em;
}

.p-cta-box .p-cta-box-price-discount small, .p-cta-box .p-cta-box-price-notDiscount small {
    font-size: .6em;
}

.on-info-area {
    margin-top: 15px;
}

.on-info-area .is-btn a {
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    background: #3466ab;
    border: 1px solid #3466ab;
    border-radius: 5px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.on-info-area .is-btn a:after {
    content: "";
    display: block;
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAmCAYAAAC29NkdAAAEi0lEQVRYhWL4////mv+o4Of///+v////X+D///8g+YHD//8zAAAAAP//YmJgYGBhQAVsDAwMGgwMDIFo4vQHDAwMAAAAAP//AjkwgIGBQQgJV0HlQOIDCxgYGAAAAAD//2IEBSMaEGZgYHjDwMDwGxqaAwcYGBgAAAAA///C5kAQuMHAwKDOwMAQysDAsH2AXPifgYHhGwAAAP//wuXAJgYGhlr6uwkOvjIwMPxkYGCYCAAAAP//AqVBbGDTADoOBLjB+YGBwRQAAAD//8IVgiDwgYGBgZ+BgcGCgYHhJh0d952BgeEkAwODPgMDgy8AAAD//8JXxi2AFo9JdC4Lmf7///8PjP//ZwcAAAD//8IVxSAAi+ZUOoUcDMQzMDAwMjAw7GJgYPgJAAAA///C58DdUBoUxaCophfwg1q0noGBgQEAAAD//8LnwM8MDAxHoWx3OrmOmYGBwRvK3sbAwMAAAAAA///C50AQWAul/WnrLjiwY2BgYGVgYLjDwMDwmIGBgQEAAAD//yLkwC1Q2pc+7oNH72owycDAAAAAAP//IiZXPYbmZnM65GCYXZZg/v//DAAAAAD//yIUgiCwBkr70CbQ4ECFgYFBBlS9MTAwHAeLMjAwAAAAAP//IsaBW6F0KG3dx+AFpTfCRRgYGAAAAAD//yLGgQcYGBj+QBsP0jR0YQiU3gwXYWBgAAAAAP//IsaBIMfBWjSwIoDagIeBgcEWaugOuOEMDAwAAAAA//8ixoEgAAt2WhU3rlD6NAMDw3u4KAMDAwAAAP//ItaB4EKThgU2rHiBZUgIYGBgAAAAAP//wteaQQfXGBgYNBkYGMKRMg41AKhgfgCtTrUYGBiuww1lYGAAAAAA//8ipYxqROv9URt8wLDz/38GAAAAAP//IjaKQQAld1EZgOr9FgwzGRgYAAAAAP//IiWKQQCUgAUYGBgsMaKCfABqWv1jYGD4hGEEAwMDAAAA//9C7xMTAusYGBiSGBgYtBkYGE7QMEQhgIGBAQAAAP//IjUEQcXMBgYGhgtI5RalANRBwu4IBgYGAAAAAP//ItWBnNC6kpoA1HsDeRZUBqICBgYGAAAAAP//IiWTgACoQzOFgYHhBxVdyM7AwIDdHQwMDAAAAAD//yI1BNEBKEQ5yNAHyhQfCapiYGAAAAAA//8ix4F8DAwMUtAc/ZIMxyED0CDVFwYGhidYZRkYGAAAAAD//yK1QdmEVjrv/v//vxAZDVPizPn/nwEAAAD//yLF0DwkA0//////C5R99f///+CYoNCcaxjm/P/PAAAAAP//ItZQ9v////+CGhQMFeP/////DaiYP5HmsEEHSJHN4cNpzv//DAAAAAD//yI2F4tBK/VfSD09UCJfDmUbkmAOaEgP2RxQDbICqzkMDAwAAAAA//8i1oGvoQ1XkOGwHh4XAwNDGJR9kQRzYOOOyObAuhOo5jAwMAAAAAD//yIlDRYjpZ3L/////wFl34KOp1DDHNQ0+P8/AwAAAP//IjX3dSAZCAIH/v//L0ZGLibOnP//GQAAAAD//wMAhHwCH/dbieoAAAAASUVORK5CYII=) no-repeat center center;
    background-size: 100% auto;
}

.on-info-area .is-btn.is-white a {
    background: #fff;
    color: #3466ab;
}

.on-info-area .is-btn.is-white a:after {
    content: "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAmCAYAAAC29NkdAAAE0UlEQVRYhWI0TFu7hoGBIZgBAX4xMDDcY2BgsGRgYPiAJE5/wMDAAAAAAP//YmJgYGBBs5mNgYFBg4GBIXCgHcfAwMAAAAAA//8COTCAgYFBCAlXQeVA4gMLGBgYAAAAAP//AjkQBN4j4VlQMc8Bdx0DAwMAAAD//0KPXhB4y8DAcJOBgUGdgYEhhIGBYfsAuAsE/jMwMHwDAAAA///C5kAQWMXAwFDLwMCwms6OgoGvDAwMPxkYGCYCAAAA//+CRTE62DRADoMBbnB+YGAwBQAAAP//whWCZxgYGD4yMDDwMzAwWECjnF7gOwMDw0kGBgZ9BgaGmQAAAAD//8LlQBDYwMDAEM/AwKAN1UAvAIpVPXAaZGDYDQAAAP//whXFIACL5lQ6Og4EQIHCyMDAsIuBgeEnAAAA///C58DdUBoUxaCophfwg1q0noGBgQEAAAD//8LnwM8MDAxHoWx3OrmOmYGBwRvK3sbAwMAAAAAA///C50AQWAul/WnrLjiwY2BgYGVgYLjDwMDwmIGBgQEAAAD//yLkwC1Q2pc+7oNHL6T8ZWBgAAAAAP//IuTA2wwMDE8YGBh4GRgYzGnrNjAA1VwgsBlMMjAwAAAAAP//IuRAEAA1x0DAhzZuggMVBgYGGVD1xsDAcBwsysDAAAAAAP//IsaBW6F0KG3dx+AFpTfCRRgYGAAAAAD//yLGgQcYGBj+QBsP0rRxGxhgRC8DAwMDAAAA//8ixoEgx8FaNLAigNqAh4GBwRZq6A644QwMDAAAAAD//yLGgSAAC3ZaFTeuUPo0tE0KAQwMDAAAAAD//yLWgeBCk4YFNqx4gWVICGBgYAAAAAD//8LXWEAGzxkYGK4zMDBoMjAwhCFlHGoAUMEM6/+gpD8GBgYGAAAAAP//ItaBIAAqPOsYGBhWUtFxyADUvAMFAgIwMDAAAAAA//8iNopBAMN3VASger8FwzwGBgYAAAAA//8iJQRBjVhQP1kA2mfG8C2ZANS0+sfAwPAJQz8DAwMAAAD//yLFgSCwjoGBIQnaiD1BJQfiBgwMDAAAAAD//yLVgaBGLMiBOVRMi6AOEqj1jAkYGBgAAAAA//8i1YGgVi4IGEDTDTUAqPcGKqRBZSAqYGBgAAAAAP//IiWTgACoQzOFgYHhB5UcBwLs0H4IJmBgYAAAAAD//yI1BEEgF4pBgJOBgYGDDDNAmQJUrOAHDAwMAAAAAP//IseBfAwMDFLQKuklNFTJBaBBqi/QNicmYGBgAAAAAP//IjWKm5AK1BfQjhWog00qAJkDyhggc0BNe+zmMDAwAAAAAP//IsWBedDhEBAAlYmg3OfCwMBwGFqWUWrOEQxzGBgYAAAAAP//ItaBoITcA2WD2m2m0LYhaMRBC6myJwRAY4/daOaAkgvIHFA9j2oOAwMDAAAA//8i1oFi0EodNPoK6+mBono5lG1IgjkgRyKbA6pBVmA1h4GBAQAAAP//ItaBr6ENV5DhsB4eF7RlAwIXSTDnNxZzYN0JVHMYGBgAAAAA//8i1oGgcq8CygbVJpcZGBjeQaMX1PND6UfgAaBCuRKPOaDxIARgYGAAAAAA//9iljQOJ9JscE8LVO7B0g2oiDoIHYkFFRXUMAeUYRCAgYEBAAAA//8DAAltlku+prUVAAAAAElFTkSuQmCC) no-repeat center center;
    background-size: 100% auto;
}
