.MenuSticky {
    position: fixed;
    top: 50%;
    width: 174px;
    z-index: 100;
    right: -126px;
    transition: right ease-in-out 0.5s;
}

.MenuSticky:hover {
    right: 0;
}

.MenuSticky a {
    display: flex;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    height: 48px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 48px;
    margin-bottom: 1px;
    background-repeat: no-repeat;
    background-position: left center;
}

.MenuSticky a:nth-child(1) {
    background-image: url(../image/d46.png);
}

.MenuSticky a:nth-child(2) {
    background-image: url(../image/d47.png);
}

.MenuSticky a:nth-child(3) {
    background-image: url(../image/d48.png);
}

.MenuSticky a:nth-child(4) {
    background-image: url(../image/d49.png);
}

.MenuSticky a:hover {
    background-color: #be0f34;

}

@media screen and (max-width:761px) {
    .MyContent .product-quickshop {
        display: block;
    }
}

.MyContent {
    display: block;
    position: relative;
    max-width: 1250px;
    margin: 0 auto;
    line-height: 1.75em;
    font-size: 16px;
}

.AnchorTag {
    position: absolute;
    visibility: hidden;
}


.MyContent p {
    margin: 20px 0;
}

@media screen and (max-width:1023px) {
    .MyContent p {
        margin: 10px 0;
    }
}

.MyContent .BtnLink {
    margin: 0;
}

.MyContent .BtnLink a {
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    position: relative;
    background-color: #000;
    padding: 18px 30px;
    display: inline-block;
    line-height: 14px;

}

.AnimatedItem {
    transition: all ease-in-out 0.5s;
}

.AnimatedItem[data-anim="0"] {
    transform: translateY(100%);
    opacity: 0;
}

.AnimatedItem[data-anim="1"] {
    transform: translateY(0);
    opacity: 1;
}



.MyContent h2 {
    display: block;
    margin: 0;
    font-weight: normal;
}

.MyContent .MyBlock {
    width: 100%;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-color: #fff;
}

@media screen and (max-width:1023px) {
    .MyContent .MyBlock {
        overflow: hidden;
    }
}

.MyContent .MyBlock img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

@media (min-width:1250px) {
    .MyContent .MyBlock {
        width: 100vw;
        margin-left: calc(625px - 50vw);
    }
}

.MyContent .VideoBackground {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.MyContent video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: none !important;
}

.MyContent .VideoLink::after {
    content: " ";
    background-image: url(../image/d31.png);
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 50px;
    height: 50px;
    background-size: cover;
    z-index: 2;
    display: none;

}

.MyContent .ContentBox {
    border: 5px solid #efefef;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
}

.MyContent .Title {
    font-size: 35px;
    color: #000;
    line-height: 1em;
    font-weight: normal;
}

@media screen and (max-width:1023px) {
    .MyContent .Title {
        font-size: 30px;

    }
}

.MyContent .BigTitle {
    font-size: 50px;
    color: #be0f34;
    line-height: 1em;
    font-weight: normal;
}

@media screen and (max-width:1023px) {
    .MyContent .BigTitle {
        font-size: 35px;

    }
}

.MyContent .Testimony {
    font-size: 14px;
    text-align: left;
    padding: 20px;
    max-width: 195px;
}

.MyContent .Testimony .Text {
    color: #be0f34;
    font-size: 2.28em;
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    padding-bottom: 0.5em;
    display: block;
}

@media screen and (max-width:1023px) {
    .MyContent .Testimony .Text {
        font-size: 2em;

    }
}


.MyContent .Testimony .Text img {
    display: inline-block;
    max-width: 0.5em;
}






.MyContent .Testimony .HashTag {
    opacity: 0.7;
    color: #000;
    margin: 0;
}

.MyContent .Testimony .Author {
    color: #000;
    margin: 0;
}

.MyContent .Mentions {
    font-size: 11px;
    opacity: 0.5;
    line-height: 1.2em;
}

#DOUBLE-SERUM-BLOCK-01 {
    background-color: #f8f0ec;
    background-image: url(../image/d4.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 738px;

}

#DOUBLE-SERUM-BLOCK-01 .VideoBackground video {
    object-fit: cover;
}

@media screen and (min-width:1024px) {
    #DOUBLE-SERUM-BLOCK-01 .ContentBox {
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
        max-width: 520px;
        margin-left: 25px;
        position: absolute;
        width: calc(50% - 60px);
    }
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-01 {
        background-size: auto 300px;
    }

    #DOUBLE-SERUM-BLOCK-01 .ContentBox {
        margin: 10px;
        margin-top: 260px;
        padding: 20px;
        font-size: 14px;
        line-height: 16px;
    }

    #DOUBLE-SERUM-BLOCK-01 .ContentBox .BtnShopLink {
        margin-top: 20px;
    }


    #DOUBLE-SERUM-BLOCK-01 .VideoBackground {
        height: 738px;
        z-index: -1;
        position: absolute;
    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-01 {
        height: auto;
    }

    #DOUBLE-SERUM-BLOCK-01 .VideoBackground {
        height: 260px;
        z-index: 1;
        position: absolute;
    }
}

#DOUBLE-SERUM-BLOCK-02 {
    background-image: url(../image/d51.png);
    background-position: top center;
    height: 740px;

}

#DOUBLE-SERUM-BLOCK-02::after {
    content: " ";
    background-image: url(../image/d51.png);
    background-position: top center;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;

}

@media screen and (max-width:1024px) {
    #DOUBLE-SERUM-BLOCK-02::after {
        display: none;

    }

}

#DOUBLE-SERUM-BLOCK-02 .VideoBackground {
    height: 740px;
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width:1023px) and (max-width:762px) {
    #DOUBLE-SERUM-BLOCK-02 {
        background-image: url(../image/d51.png);
        background-position: top center;
        height: 740px;
        background-size: cover;

    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-02 {
        height: 460px;
        background-image: url(../image/d9.jpg);
    }

    #DOUBLE-SERUM-BLOCK-02 .VideoBackground {
        height: 460px;
        max-width: 1250px;
        margin: 0 auto;
        z-index: -1;
        position: relative;
    }

    
    #DOUBLE-SERUM-BLOCK-02::after {
        display: none;
    }
}

#DOUBLE-SERUM-BLOCK-03 {
    background-image: url(../image/d7.jpg);
    background-position: top center;
    height: 448px;
    background-size: cover;
}

@media screen and (min-width:1024px) {
    #DOUBLE-SERUM-BLOCK-03 .ContentBox {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        max-width: 620px;
        margin-top: -85px;
        position: absolute;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-03 {
        height: 520px;
        background-size: auto 320px;
        background-position: bottom center;
        overflow-y: visible;
        background-color: transparent;

    }

    #DOUBLE-SERUM-BLOCK-03 .ContentBox {
        margin: 10px;
        padding: 20px;
        font-size: 14px;
        line-height: 16px;
        margin-top: 50px;
    }

    #DOUBLE-SERUM-BLOCK-03 .VideoBackground {
        width: 100%;
        overflow: hidden;
        height: 520px;
        position: absolute;
        bottom: 0;
    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-03 {}

}

#DOUBLE-SERUM-BLOCK-04 {
    background: radial-gradient(circle at right center, #faf9f6, #e6dcca);
    height: auto;
    position: relative;
    padding-bottom: 200px;
    box-sizing: border-box;
    max-height: 1882px;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-04 {
        padding-bottom: 0px;
        max-height: none;
    }
}

#DOUBLE-SERUM-BLOCK-04::before {
    content: " ";
    position: absolute;
    width: 345px;
    height: 1882px;
    top: 0;
    left: 0;
    background-image: url(../image/d10.png);
}

#DOUBLE-SERUM-BLOCK-04::after {
    content: " ";
    position: absolute;
    width: 345px;
    height: 1882px;
    top: 0;
    right: 0;
    background-image: url(../image/d11.png);
}

@media screen and (max-width: 1250px) {
    #DOUBLE-SERUM-BLOCK-04::before {
        left: calc(50% - 625px);
    }

    #DOUBLE-SERUM-BLOCK-04::after {
        right: calc(50% - 625px);
    }
}

@media screen and (max-width: 1023px) {
    #DOUBLE-SERUM-BLOCK-04::before {
        left: calc(50% - 455px);
        z-index: -1;
    }

    #DOUBLE-SERUM-BLOCK-04::after {
        right: calc(50% - 455px);
        z-index: -1;
    }
}

#DOUBLE-SERUM-BLOCK-04 .Wrapper {
    margin: 0 auto;
    padding-top: 85px;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-04 .Wrapper {
        margin: 0 10px;
        padding-top: 30px;
        font-size: 14px;
        line-height: 16px;
    }

}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-04 {
        background-image: url(../image/d12.jpg);
        background-size: 110% auto;
        background-position: top center;
        padding-top: 60px;
    }

    #DOUBLE-SERUM-BLOCK-04::before {
        display: none;
    }

    #DOUBLE-SERUM-BLOCK-04::after {
        display: none;
    }

    #DOUBLE-SERUM-BLOCK-04 .Wrapper {

        text-align: left;
        margin-left: 40px;
        margin-right: 80px;
        padding-top: 0px;
    }
}


@media screen and (min-width:1024px) {
    #DOUBLE-SERUM-BLOCK-04-PART-01 {
        text-align: left;
        max-width: 726px;
        padding-left: 215px;
        box-sizing: border-box;
        width: 100%;
    }
}


@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-04-PART-01 .ContentBox {
        padding: 20px;
        width: 280px;
    }
}

#DOUBLE-SERUM-BLOCK-04-PART-01 .ContentBox .Title {
    font-size: 23px;
    margin-bottom: 10px;
}

#DOUBLE-SERUM-BLOCK-04-PART-01 .ContentBox p {
    margin: 0;
}

@media screen and (min-width:1024px) {
    #DOUBLE-SERUM-BLOCK-04-PART-02 {
        text-align: left;
        max-width: 726px;
        padding-left: 77px;
        box-sizing: border-box;
        width: 100%;
    }
}


#DOUBLE-SERUM-BLOCK-04-PART-02 ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin-bottom: 20px;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-04-PART-02 ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-04-PART-02 ul {
        flex-wrap: wrap;
        justify-content: center;
        margin-left: -20px;
        margin-right: -60px;
    }
}

#DOUBLE-SERUM-BLOCK-04-PART-02 ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-direction: column;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    border: 1px solid #be0f34;
    margin: 10px;
    text-align: center;
    color: #be0f34;
    line-height: 1em;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;

}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-04-PART-02 ul li {
        margin: 5px;
    }
}

#DOUBLE-SERUM-BLOCK-04-PART-02 ul li .Num {
    color: #000;
    padding-top: 5px;
    
}

#DOUBLE-SERUM-BLOCK-04-PART-02 .ContentBox {
    padding: 30px;
    max-width: 430px;
}

@media screen and (max-width:1023px) and (min-width:762px) {
    #DOUBLE-SERUM-BLOCK-04-PART-02 .ContentBox {
        margin: 0 auto;
    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-04-PART-02 .ContentBox {
        padding: 20px;
        width: 280px;
    }
}

#DOUBLE-SERUM-BLOCK-04-PART-02 .ContentBox .Title {
    font-size: 23px;
    margin-bottom: 0px;
}

#DOUBLE-SERUM-BLOCK-04-PART-02 .ContentBox p {
    margin: 0;
}

#DOUBLE-SERUM-BLOCK-04-PART-02 .ContentBox p strong {
    color: #be0f34;
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-04-PART-02 {
        padding-top: 50px !important;
    }
}





.Popin .Background {
    content: " ";
    position: absolute;
    right: calc(50% - 190px);
    top: calc(50% - 190px);
    background-color: #fff;
    border-radius: 50%;
    width: 380px;
    height: 380px;
    padding: 0;
    display: block;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
    transform: scale(0.5);
    opacity: 0;
}

@media screen and (max-width:1023px) {
    .Popin .Background {
        


    }
}

.Popin[data-open="1"] .Background {
    transform: scale(1);
    opacity: 1;
}

.Popin {
    font-size: 16px;
    position: absolute;
    z-index: 15;
}

@media screen and (max-width:1023px) {
    .Popin {
        position: relative;
        margin: 0px auto;
        height: 0px;
        padding: 0 !important;

    }

    .Popin[data-open="1"] {
        left: 50%;
        position: fixed;
        top: 50%;
        height: auto;
        transform: translateX(-50%) translateY(-50%);
        z-index: 1000;
    }

}

.Popin .ContentPopin {
    transition: ease-in-out all 0.5s;
    transform: scale(0.5);
    opacity: 0;
    z-index: 11;
}

@media screen and (max-width:1023px) {
    .Popin .ContentPopin {
        transition: none;
    }
}

.Popin[data-open="1"] .ContentPopin {
    transform: scale(1);
    opacity: 1;
}


.Popin * {
    z-index: 2;
    position: relative;

}

.Popin[data-open="1"] * {
    display: block;
}


.Popin .CloseBtn {
    background-image: url(../image/d13.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: none;
    width: 80px;
    height: 80px;
    font-size: 0;
    border-radius: 50%;
    position: absolute;
    right: -60px;
    
    bottom: -75px;
    cursor: pointer;
    z-index: 12;
}

@media screen and (max-width:1023px) {
    .Popin .CloseBtn {
        right: calc(50% - 40px);
        bottom: -160px;
    }
}

.Popin[data-open="1"] .CloseBtn {
    display: block;
}

.Popin .OpenBtn {
    background-image: url(../image/d14.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: block;
    width: 80px;
    height: 80px;
    font-size: 0;
    border-radius: 50%;
    position: absolute;
    right: -60px;
    
    bottom: -75px;
    cursor: pointer;
    z-index: 12;
}

@media screen and (max-width:1023px) {
    .Popin .OpenBtn {
        right: calc(50% - 40px);
        bottom: 0px;
    }
}

.Popin .OpenBtn::after {
    content: " ";
    background-image: url(../image/d15.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: block;
    width: 80px;
    height: 80px;
    font-size: 0;
    position: absolute;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    animation: HeartAnim ease-in-out 2s infinite;
    z-index: 10;
}

@keyframes HeartAnim {
    0% {
        top: 0px;
        opacity: 0;
    }

    40% {
        top: 0px;
        opacity: 1;
    }

    70% {
        top: 0px;
        opacity: 1;
    }

    100% {
        top: -20px;
        opacity: 0;
    }
}

@media screen and (min-width:1024px) and (max-width:1024px) {
    .Popin .OpenBtn {
        right: 35px !important;
        bottom: -114px !important;

    }

    .Popin .CloseBtn {
        right: 35px !important;
        bottom: -114px !important;
    }
}


.Popin[data-open="1"] .OpenBtn {
    display: none;
}


@media screen and (min-width:1024px) {
    #DOUBLE-SERUM-BLOCK-04-PART-03 {
        top: 338px;
        right: 50%;
        margin-right: 245px;
    }

    #DOUBLE-SERUM-BLOCK-04-PART-05 {
        top: 1150px;
        left: 50%;
        margin-left: -85px;
    }

    #DOUBLE-SERUM-BLOCK-07-PART-03 {
        top: 420px;
        left: 50%;
        margin-left: 105px;
    }

    #DOUBLE-SERUM-BLOCK-09-PART-01 {
        top: -210px;
        left: 50%;
        margin-left: -285px;
    }

    #DOUBLE-SERUM-BLOCK-10-PART-01 {
        top: 330px;
        left: 50%;
        margin-left: 245px;
    }

}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-04-PART-03[data-open="0"] {
        transform: translateY(120px) translateX(290px);

    }

    #DOUBLE-SERUM-BLOCK-07-PART-03[data-open="0"] {
        transform: translateY(190px) translateX(120px);
    }

    #DOUBLE-SERUM-BLOCK-04-PART-05[data-open="0"] {
        transform: translateY(190px) translateX(140px);
    }

    #DOUBLE-SERUM-BLOCK-09-PART-01[data-open="0"] {
        transform: translateY(-360px) translateX(30px);
    }

    #DOUBLE-SERUM-BLOCK-10-PART-01[data-open="0"] {
        transform: translateY(95px) translateX(290px);
    }

}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-04-PART-03[data-open="0"] {
        transform: translateY(80px) translateX(90px);


    }

    #DOUBLE-SERUM-BLOCK-07-PART-03[data-open="0"] {
        transform: translateY(190px) translateX(120px);
    }

    #DOUBLE-SERUM-BLOCK-04-PART-05[data-open="0"] {
        transform: translateY(190px) translateX(-60px);
    }

    #DOUBLE-SERUM-BLOCK-09-PART-01[data-open="0"] {
        transform: translateY(30px) translateX(120px);
    }

    #DOUBLE-SERUM-BLOCK-10-PART-01[data-open="0"] {
        transform: translateY(-30px) translateX(120px);
    }

}



@media screen and (min-width:1024px) {
    #DOUBLE-SERUM-BLOCK-04-PART-04 {
        z-index: 2;
        position: relative;
        max-width: 856px;
        padding-right: 249px;
        margin: 0 auto;
        box-sizing: border-box;
        margin-top: 215px;
    }
}


@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-04-PART-04 {
        margin: 10px;
        padding: 20px;
        font-size: 14px;
        line-height: 16px;
        
        padding-top: 60px;
        margin-top: 240px;
        margin-bottom: 0;
        padding-right: 300px;
        min-height: 240px;
    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-04-PART-04 {
        margin: 10px;
        padding: 20px;
        font-size: 14px;
        line-height: 16px;
        padding-top: 240px;
        margin: auto;
        margin-top: 240px;

        margin-bottom: 20px;
        width: 300px;

    }
}

#DOUBLE-SERUM-BLOCK-04-PART-04 figure {
    z-index: 2;
    position: absolute;
    top: -130px;
    right: 20px;
    margin: 0;
    padding: 0
}

#DOUBLE-SERUM-BLOCK-04-PART-04 .Infos {
    position: absolute;
    top: -230px;
    right: 20px;
    width: 241px;
    font-size: 12px;
    background-image: url(../image/d16.png);
    background-repeat: no-repeat;
    background-position: bottom right -20px;
    height: 150px;
    margin: 20px 0;
}

#PackshotTopRotate {
    background-image: url(../image/d17.png);
    width: 189px;
    height: 189px;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: 20px;
    transition: transform ease-in-out 0.5s;
}

#DragCursor .Step {
    position: absolute;
    background-image: url(../image/d18.png);
    width: 37px;
    height: 37px;
    cursor: pointer;
    z-index: 1;
    font-size: 0;
    opacity: 0;
    background-color: #f4f1e9;
    border-radius: 50%;
}

#DragCursor .Step:nth-child(1) {
    left: 52px;
    top: -46px;
}

#DragCursor .Step:nth-child(2) {
    left: 90px;
    top: -50px;
    transform: rotate(5deg);
}

#DragCursor .Step:nth-child(3) {
    left: 128px;
    top: -46px;
    transform: rotate(15deg);
}

#DragCursor .Step:nth-child(4) {
    left: 164px;
    top: -30px;
    transform: rotate(30deg);
}

#DragCursor .Step:nth-child(5) {
    left: 193px;
    top: -4px;
    transform: rotate(50deg);
}

#DragCursor .Step:nth-child(6) {
    left: 213px;
    top: 28px;
    transform: rotate(70deg);
}

#DragCursor .Step[data-drag="1"] {
    opacity: 1;

}

#DOUBLE-SERUM-BLOCK-05 {
    background-image: url(../image/d19.jpg);
    background-position: top center;
    height: 740px;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-05 {
        height: 420px;
        background-size: auto 420px;

    }

}

#DOUBLE-SERUM-BLOCK-06 {
    background-image: url(../image/d16.jpg);
    background-position: top center;
    height: 445px;
    background-size: cover;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-06 {
        overflow: visible;
        height: auto;
        padding-bottom: 180px;
        background-color: #e1d5bf;
        background-position: bottom right -15vw;
        background-size: auto 220px;
    }

    #DOUBLE-SERUM-BLOCK-06::before {
        content: " ";
        position: absolute;
        background: linear-gradient(180deg, rgba(225, 213, 191, 0), rgba(225, 213, 191, 1));
        width: 100%;
        height: 150px;
        top: -150px;
        left: 0;
    }
}

@media screen and (min-width:1024px) {
    #DOUBLE-SERUM-BLOCK-06 .ContentBox {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        max-width: 620px;
        margin-top: -85px;
        position: absolute;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-06 .ContentBox {
        font-size: 14px;
        line-height: 16px;
        padding: 20px;
        margin: 10px;
        margin-top: -85px;
    }
}

#DOUBLE-SERUM-BLOCK-06 .ContentBox h2 span {
    display: block;
    color: #be0f34;
    margin: 5px;
}

#DOUBLE-SERUM-BLOCK-06 .VideoBackground {
    height: 447px;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-06 .VideoBackground {
        display: none;
    }
}

#DOUBLE-SERUM-BLOCK-07 {
    height: 1257px;

}


@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-07 {
        height: auto;

    }
}

@media screen and (min-width:1024px) {
    #DOUBLE-SERUM-BLOCK-07-PART-01 {
        top: 100px;
        text-align: left;
        position: absolute;
        left: 50%;
        margin-left: -334px;
        max-width: 620px;
        z-index: 2;
    }

    #DOUBLE-SERUM-BLOCK-07-PART-02 {
        top: 816px;
        text-align: left;
        position: absolute;
        left: 50%;
        margin-left: -191px;
        max-width: 539px;
        z-index: 2;
    }
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-07-PART-01 {
        text-align: left;
        margin-left: 20vw;
        max-width: 620px;
        z-index: 2;
        font-size: 14px;
        line-height: 16px;
        position: relative;
        padding: 20px;
        margin-top: 200px;
        max-width: 400px;
    }

    #DOUBLE-SERUM-BLOCK-07-PART-02 {
        text-align: left;
        margin-right: 20vw;
        max-width: 620px;
        z-index: 2;
        font-size: 14px;
        line-height: 16px;
        position: relative;
        padding: 20px;
        margin-top: 0px;
        max-width: 400px;
        margin-left: auto;
        margin-right: 120px;
    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-07-PART-01 {
        margin-top: 300px;
    }

    #DOUBLE-SERUM-BLOCK-07-PART-02 {
        margin-right: 60px;
    }
}

#DOUBLE-SERUM-BLOCK-07::before {
    content: " ";
    position: absolute;
    width: 50%;
    height: 1257px;
    background-repeat: no-repeat;
    top: 0;
    min-width: 490px;
    background-position: top left;
    right: 50%;
    margin-right: 90px;
    background-image: url(../image/d20.jpg);
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-07::before {
        height: 480px;
        background-repeat: no-repeat;
        top: 0;
        width: 250px;
        background-position: bottom left;
        left: 0;
        margin-left: -40px;
        background-size: auto 600px;
    }
}

#DOUBLE-SERUM-BLOCK-07::after {
    content: " ";
    position: absolute;
    width: 50%;
    height: 1257px;
    background-repeat: no-repeat;
    top: 0;
    min-width: 455px;
    background-position: top right;
    left: 50%;
    margin-left: 90px;
    background-image: url(../image/d21.jpg);
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-07::after {
        content: " ";
        position: absolute;
        min-width: 0px;
        width: 90px;
        height: 300px;
        background-repeat: no-repeat;
        top: auto;
        bottom: 100px;
        background-position: bottom right -10px;
        right: 0;
        left: auto;
        margin-left: 0px;
        background-size: 90px auto;
        background-image: url(../image/d22.jpg);
    }
}

#DOUBLE-SERUM-BLOCK-08 {
    height: auto;

    padding-bottom: 350px;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-08 {
        padding-top: 50px;
        padding-bottom: 300px;
        
    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-08 {
        padding-top: 250px;
        padding-bottom: 300px;
        
    }
}

#DOUBLE-SERUM-BLOCK-08::before {
    content: " ";
    position: absolute;
    width: 315px;
    height: 804px;
    top: 0;
    left: 0;
    background-image: url(../image/d23.jpg);
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-08::before {
        content: " ";
        position: absolute;
        width: 150px;
        height: 250px;
        top: 0;
        left: -30px;
        background-image: url(../image/d23.jpg);
        background-size: cover;
    }
}

#DOUBLE-SERUM-BLOCK-08 .BigTitle {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: normal;
    padding-bottom: 30px;
    z-index: 2;
    position: relative;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-08 .BigTitle {
        font-size: 30px;
        padding-bottom: 0px;
    }
}

#DOUBLE-SERUM-BLOCK-08 .VideoMenu {
    display: flex;
    margin: 0 auto;
    position: relative;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 164px;
    z-index: 2;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-08 .VideoMenu {
        height: 100px;

    }
}

#DOUBLE-SERUM-BLOCK-08 .VideoMenu a {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #be0f34;
    vertical-align: middle;
    margin: 20px;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 14px;
    line-height: 100px;
    text-decoration: none;

}

#DOUBLE-SERUM-BLOCK-08 .VideoMenu a.act {
    background-color: #be0f34;
    color: #fff;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-08 .VideoMenu a {
        width: 50px;
        height: 50px;
        margin: 2px;
        background-size: 55px auto;

    }
}

#DOUBLE-SERUM-BLOCK-08 .VideoMenu a:hover {
    background-color: #be0f34;
    color: #fff;
}

#DOUBLE-SERUM-BLOCK-08 .VideoMenu a[data-selected="1"] {
    width: 120px;
    height: 120px;
    background-color: #be0f34;
    background-size: 60px auto;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-08 .VideoMenu a[data-selected="1"] {
        width: 60px;
        height: 60px;
        background-color: #be0f34;
    }
}


#DOUBLE-SERUM-BLOCK-08 .VideoGallery {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#DOUBLE-SERUM-BLOCK-08 .Video {
    display: block;
    margin: 0 auto;
    max-width: 760px;
    position: relative;
    height: 427px;
    background-color: #FFF;
}

#DOUBLE-SERUM-BLOCK-08 .Video iframe {
    display: block;
    margin: 0px auto;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-08 .Video {
        display: block;
        margin: 0 auto;
        width: 100vw;
        position: relative;
        height: 56.2vw;
        background-color: #FFF;
    }

    #DOUBLE-SERUM-BLOCK-08 .Video iframe {
        width: 100vw;
        height: 56.2vw;
    }
}

#DOUBLE-SERUM-BLOCK-08::after {
    content: " ";
    position: absolute;
    width: 315px;
    height: 804px;
    top: 0;
    right: 0;
    background-image: url(../image/d39.jpg);
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-08::after {
        content: " ";
        position: absolute;
        width: 184px;
        height: 184px;
        top: auto;
        right: 0;
        background-image: url(../image/d39.jpg);
        background-size: cover;
        background-position: bottom right;
        bottom: 180px;
    }
}

#DOUBLE-SERUM-BLOCK-09 {
    
    height: 755px;
    background-color: #f1f1f1;


}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-09 {
        height: auto;
        overflow: visible;
        padding-top: 300px;
    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-09 {
        font-size: 14px;
        line-height: 1.4em;
    }
}

@media screen and (min-width:1024px) {
    #DOUBLE-SERUM-BLOCK-09 .ContentBox {
        background-color: transparent;
        border: 0px solid;
        top: 205px;
        right: 50%;
        max-width: 485px;
        position: absolute;
        width: calc(50% - 30px);
        text-align: left;
        padding: 0;
    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-09 .ContentBox {
        background-color: transparent;
        border: 0px solid;

        max-width: 485px;
        text-align: left;
        padding: 20px;
    }
}

#DOUBLE-SERUM-BLOCK-09 .Photo {
    position: absolute;

}

#DOUBLE-SERUM-BLOCK-09-PHOTO-01 {
    right: 50%;
    top: -270px;
    margin-right: 42px;
    border: 10px solid #f1f1f1;
    position: absolute;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-09-PHOTO-01 {
        margin: 0;
        margin-top: 80px;
        width: 330px;
        left: calc(50% - 340px);
        z-index: 2;

    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-09-PHOTO-01 {
        margin: 0;
        margin-top: -180px;
        width: 230px;
        left: calc(50% - 125px);
        z-index: 2;

    }

    #DOUBLE-SERUM-BLOCK-09-PHOTO-01 img {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-09-PHOTO-01 {

        margin-top: 0px;

    }

}

#DOUBLE-SERUM-BLOCK-09-PHOTO-01::after {
    content: " ";
    position: absolute;
    width: 200px;
    height: 200px;
    background-image: url(../image/d41.png);
    background-repeat: no-repeat;
    top: 10px;
    left: -170px;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-09-PHOTO-01::after {
        content: " ";
        position: absolute;
        width: 120px;
        height: 120px;
        top: 30px;
        left: -70px;
        background-size: contain;
    }
}

#DOUBLE-SERUM-BLOCK-09-PHOTO-02 {
    right: 50%;
    top: 190px;
    margin-right: -40px;
    position: absolute;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-09-PHOTO-02 {
        margin: 0;
        margin-top: 0;
        width: 120px;
        right: calc(50% + 120px);
        top: 170px;
    }

    #DOUBLE-SERUM-BLOCK-09-PHOTO-02 img {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-09-PHOTO-02 {
        margin: 0;
        margin-top: 0;
        width: 80px;
        right: calc(50% + 60px);
        top: 220px;
    }
}

#DOUBLE-SERUM-BLOCK-09-PHOTO-03 {
    left: 50%;
    top: -125px;
    margin-left: 135px;
    position: absolute;
}

@media screen and (max-width:1023px) and (min-width:762px) {
    #DOUBLE-SERUM-BLOCK-09-PHOTO-03 {
        margin: 0;
        margin-top: 0;
        width: 405px;
        left: calc(50% - 20px);
        top: -40px;

    }

    #DOUBLE-SERUM-BLOCK-09-PHOTO-03 img {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-09-PHOTO-03 {
        margin: 0;
        margin-top: 0;
        width: 215px;
        left: calc(50% - 40px);
        top: 40px;


    }

    #DOUBLE-SERUM-BLOCK-09-PHOTO-03 img {
        width: 100%;
        display: block;
    }
}

#DOUBLE-SERUM-BLOCK-10 {
    background-image: url(../image/d42.jpg);
    background-position: top center;


}

@media screen and (min-width:1024px) {
    #DOUBLE-SERUM-BLOCK-10 {
        height: 736px;
    }

    #DOUBLE-SERUM-BLOCK-10 .ContentBox {
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
        max-width: 500px;
        margin-left: 75px;
        position: absolute;
        width: calc(50% - 105px);
    }
}

@media screen and (max-width:1023px) and (min-width:762px) {
    #DOUBLE-SERUM-BLOCK-10 {
        height: 590px;
        background-size: auto 590px;
    }

    #DOUBLE-SERUM-BLOCK-10 .ContentBox {
        top: 80px;
        transform: none;
        right: 20px;

        max-width: 500px;
        margin-left: 75px;
        position: absolute;
        width: calc(50% - 20px);
    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-10 {
        background-image: url(./double/d34.jpg), url(./double/d44.jpg);
        background-position: top left -86vw, top 430px left -86vw;
        background-size: auto 430px, auto 430px;
        padding-top: 400px;
        padding-bottom: 100px;
    }


    #DOUBLE-SERUM-BLOCK-10 .ContentBox {
        font-size: 14px;
        line-height: 16px;
        padding: 20px;
        margin: 10px;

    }
}


#DOUBLE-SERUM-BLOCK-10 .ContentBox .Title {
    font-size: 45px;
    color: #000;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-10 .ContentBox .Title {
        font-size: 35px;

    }
}

#DOUBLE-SERUM-BLOCK-11 {
    padding-top: 60px;
}


@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-11 {
        padding-top: 20px;
    }

    #DOUBLE-SERUM-BLOCK-11 .Wrapper {
        margin: 10px;
    }

    #DOUBLE-SERUM-BLOCK-11 .Wrapper .Text {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        padding: 10px;
    }
}


@media screen and (min-width:762px) and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-11 .ProductMosaic {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #DOUBLE-SERUM-BLOCK-11 .ProductBlock {
        width: calc(33% - 10px);
        
        min-height: 530px;
        position: relative;
    }

    #DOUBLE-SERUM-BLOCK-11 .BtnLink {
        bottom: 20px;
        position: absolute;
        left: 0;
        width: 100%;
    }
}

@media screen and (min-width:1024px) {
    #DOUBLE-SERUM-BLOCK-11 .ProductMosaic {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #DOUBLE-SERUM-BLOCK-11 .ProductBlock {
        width: calc(33% - 60px);

    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-11 .ProductBlock {
        width: calc(100% - 20px);
    }

}



#DOUBLE-SERUM-BLOCK-11 .ProductBlock {
    border: 10px solid #ececec;
    margin: 30px;
    padding: 25px 0;
    max-width: 330px;
    box-sizing: border-box;
}

#DOUBLE-SERUM-BLOCK-11 .ProductBlock .Title {
    margin: 0;
    margin-bottom: 10px;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-11 .ProductBlock {
        margin: 10px auto;

        padding: 15px 0;
    }
}

@media screen and (min-width:1024px) and (max-width:1024px) {
    #DOUBLE-SERUM-BLOCK-11 .ProductBlock {
        height: 650px;
    }

    .BtnResponsive {
        padding-top: 19px;
    }
}


#DOUBLE-SERUM-BLOCK-11 .ProductBlock p {
    margin: 0;
}

#DOUBLE-SERUM-BLOCK-11 .ProductBlock .BtnShopLink {
    display: block;
    margin-top: 30px;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-11 .ProductBlock .BtnShopLink {
        display: block;
        margin-top: 10px;
    }
}

#DOUBLE-SERUM-BLOCK-11 .ProductBlock figure {
    margin: 0;
    padding: 0;
}

#DOUBLE-SERUM-BLOCK-11 .ProductBlock .Text {
    margin: 0;
    padding: 0;
    font-size: 14px;

}

#DOUBLE-SERUM-BLOCK-11 .ProductBlock .ProductName {
    margin: 0;
    font-size: 16px;
    text-align: left;
    padding: 0 30px;
    line-height: 1.2em;
    padding-bottom: 5px;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-11 .ProductBlock .ProductName {
        text-align: center;

    }
}

#DOUBLE-SERUM-BLOCK-11 .ProductBlock .ProductText {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    padding: 0 30px;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-11 .ProductBlock .ProductText {
        margin: 0;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        padding: 0 10px;
    }
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 600px;
    max-width: 1250px;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-11 .VideoMosaic {
        
        height: auto;
        flex-direction: row;
        padding: 5px;
    }
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic div:nth-child(1) {
    order: 1;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic div:nth-child(2) {
    order: 5;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-11 .VideoMosaic div:nth-child(2) {
        order: 5;
        max-width: 50%;
        font-size: 10px;
        padding: 15px;
        box-sizing: border-box;
        line-height: 1em;
    }
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(3) {
    order: 2;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(4) {
    order: 4;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(5) {
    order: 6;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(6) {
    order: 3;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(7) {
    order: 7;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(3) {
    transition: all ease-in-out 0.2s;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(3)[data-anim="0"] {
    transform: scale(0.5);
    opacity: 0;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(3)[data-anim="1"] {
    transform: scale(1);
    opacity: 1;
}


#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(4) {
    transition: all ease-in-out 0.3s;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(4)[data-anim="0"] {
    transform: scale(0.5);
    opacity: 0;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(4)[data-anim="1"] {
    transform: scale(1);
    opacity: 1;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(5) {
    transition: all ease-in-out 0.6s;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(5)[data-anim="0"] {
    transform: scale(0.5);
    opacity: 0;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(5)[data-anim="1"] {
    transform: scale(1);
    opacity: 1;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(6) {
    transition: all ease-in-out 0.4s;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(6)[data-anim="0"] {
    transform: scale(0.5);
    opacity: 0;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure.AnimatedItem:nth-child(6)[data-anim="1"] {
    transform: scale(1);
    opacity: 1;
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure {
    display: block;
    overflow: hidden;
    margin: 16px;
    width: calc(25% - 32px);
    position: relative;

}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure {
        width: auto;
        max-width: calc(50% - 20px);
        margin: 10px;
    }

    #DOUBLE-SERUM-BLOCK-11 .VideoMosaic div:nth-child(2) {
        max-width: 286px;
        margin: 10px;
    }

    #DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(3) {
        margin-top: 50px;
    }

    #DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(4) {}

    #DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(5) {}

    #DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(6) {}

    #DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(7) {
        margin-top: -50px;
    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure {
        width: auto;
        max-width: calc(50% - 10px);
        margin: 5px;
    }

    #DOUBLE-SERUM-BLOCK-11 .VideoMosaic div:nth-child(2) {
        max-width: calc(50% - 10px);
        margin: 5px;
        margin-top: -30px;
    }

    #DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure:nth-child(7) {
        margin-top: -30px;
    }
}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure a img {
    width: 100%;
    max-width: 286px;
    display: block;
    transform: scale(1);
    transition: transform ease-in-out 0.5s;
    cursor: pointer;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure a::after {
        width: 30px;
        height: 30px;
        left: 8px;
        bottom: 8px;
    }

}

#DOUBLE-SERUM-BLOCK-11 .VideoMosaic figure a:hover img {
    transform: scale(1.1);
}

@media screen and (min-width:1024px) {
    #DOUBLE-SERUM-BLOCK-11-TESTIMONY-01 {
        font-size: 16px;
        max-width: 295px;
        width: calc(25% - 32px);
    }
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-11-TESTIMONY-01 {
        max-width: 100%;
        width: auto;
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 0px;
    }

    #DOUBLE-SERUM-BLOCK-11-TESTIMONY-01 .Text {
        font-size: 2.28em;
    }

}

@media screen and (min-width:1024px) {
    #DOUBLE-SERUM-BLOCK-11-TESTIMONY-01 .Text {
        font-size: 42px;
    }
}

#DOUBLE-SERUM-BLOCK-11 .ShareLinks {
    font-size: 22px;
    text-transform: uppercase;
    color: #be0f34;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 95px;
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-11 .ShareLinks {
        font-size: 22px;
        text-transform: uppercase;
        color: #be0f34;
        padding: 0px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

#DOUBLE-SERUM-BLOCK-11 .ShareLinks img {
    display: inline-block;
    margin: 15px;
}


#DOUBLE-SERUM-BLOCK-12 {
    background-image: url(../image/d45.jpg);
    background-position: top center;
    height: 500px;

}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-12 {
        height: auto;
        background-size: auto 300px;
        background-repeat: no-repeat;
        background-color: #ae2839;
    }
}

@media screen and (max-width:761px) {
    #DOUBLE-SERUM-BLOCK-12 {
        background-position: left -90vw top;
    }
}

@media screen and (min-width:1024px) {
    #DOUBLE-SERUM-BLOCK-12 .ContentBox {
        top: 50%;
        left: 50%;
        transform: translateY(-50%);
        max-width: 530px;
        margin-left: 45px;
        position: absolute;
        width: calc(50% - 80px);
    }
}

@media screen and (max-width:1023px) {
    #DOUBLE-SERUM-BLOCK-12 .ContentBox {
        padding: 20px;
        margin: 10px;
        margin-top: 270px;
        font-size: 14px;
        line-height: 16px;
    }
}

#DOUBLE-SERUM-BLOCK-12 .ContentBox img {
    display: block;
    max-width: 100%;
    margin: 5px auto;
}

@media screen and (max-width:761px) {
    .AnimatedItem {
        transition: none;
    }

    .AnimatedItem[data-anim="0"] {
        transform: none !important;
        opacity: 1 !important;
    }

    .AnimatedItem[data-anim="1"] {
        transform: none !important;
        opacity: 1 !important;
    }
}


.MyContent .Testimony .Text {
    font-size: 24px;
}

#DOUBLE-SERUM-BLOCK-04-PART-04 .Infos {
    right: 20px;
    line-height: 16px;
}

@media screen and (max-width:761px) {
    .MyContent .Testimony .Text {
        font-size: 18px;
    }
}

@media screen and (max-width:1023px) {
    .MyContent .BigTitle {
        font-size: 32px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    #DOUBLE-SERUM-BLOCK-04-PART-02 ul li {
        display: block;
        
        padding: 25px !important;
        padding-top: 30px !important;
    }

    #DOUBLE-SERUM-BLOCK-01 .VideoBackground video {
        background-size: cover;
        background-repeat: no-repeat;
        width: auto;
        height: 150%;
    }

    .MyContent video {
        width: 100%;
		height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


@media only screen and (min-width: 1024px) {
    .MyContent .Mentions {
        line-height: 1.5em;
    }

    .MyContent .Testimony .Text {
        font-size: 23px;
    }

    #DOUBLE-SERUM-BLOCK-11 .ProductBlock .ProductText {
        min-height: 100px;
    }
}

@media only screen and (min-width: 1023px) and (max-width: 1024px) {
    #DOUBLE-SERUM-BLOCK-04-PART-02 .ContentBox {
        max-width: 540px;
    }

    #DOUBLE-SERUM-BLOCK-11 .ProductBlock .Title {
        min-height: 70px;
    }

    #DOUBLE-SERUM-BLOCK-11 .ProductBlock .ProductName {
        min-height: 65px;
    }

    .MyContent .Testimony .Text {
        font-size: 18px;
    }

    #DOUBLE-SERUM-BLOCK-11-TESTIMONY-01 .Text {
        font-size: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #DOUBLE-SERUM-BLOCK-11 .ProductBlock .Title {
        min-height: 60px;
    }

    #DOUBLE-SERUM-BLOCK-11 .ProductBlock .ProductName {
        
        \min-height: 40px;
    }

    #DOUBLE-SERUM-BLOCK-11 .ProductBlock .ProductText {
        min-height: 75px;
    }

    .Popin .dtw_btn {
        right: calc(50% - 60px);
        bottom: -60px;
    }

    

    @media only screen and (max-width: 1023px) {
        .brResponsive {
            display: block;
        }

        .widthResponsive {
            max-width: 501px;
            padding-left: 144px;
        }
    }

    @media only screen and (min-width: 1024px) and (max-width: 1024px) {
        .brResponsive1 {
            display: block;
        }

        .paddingBtm {
            padding-bottom: 20px !important;
        }
    }