/*-------------------------------
Reset
-------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    list-style: none;
    text-transform: none;
    vertical-align: baseline;
}
button, input, textarea, select, a {
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
sup {
    vertical-align: super;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, a, i {
    display: block;
}
button, a {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body { 
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
body { 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-overflow-scrolling: touch;
}
a, a:active, a:focus { 
    outline: 0;
    text-decoration: none;
    -webkit-box-shadow: none; 
    box-shadow: none; 
}
a:focus, a:hover { 
    text-decoration: none;
}
main {
    display: block;
    overflow: hidden;
}
@-webkit-keyframes vibrate {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(-4px, 4px);
        transform: translate(-4px, 4px);
    }
    40% {
        -webkit-transform: translate(-4px, -4px);
        transform: translate(-4px, -4px);
    }
    60% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px);
    }
    80% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes vibrate {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(-4px, 4px);
        transform: translate(-4px, 4px);
    }
    40% {
        -webkit-transform: translate(-4px, -4px);
        transform: translate(-4px, -4px);
    }
    60% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px);
    }
    80% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes vibrate-2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }
    40% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px);
    }
    60% {
        -webkit-transform: translate(-4px, 4px);
        transform: translate(-4px, 4px);
    }
    80% {
        -webkit-transform: translate(-4px, -4px);
        transform: translate(-4px, -4px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes vibrate-2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    20% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }
    40% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px);
    }
    60% {
        -webkit-transform: translate(-4px, 4px);
        transform: translate(-4px, 4px);
    }
    80% {
        -webkit-transform: translate(-4px, -4px);
        transform: translate(-4px, -4px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    10% {
        -webkit-transform: translate(-4px, -4px);
        transform: translate(-4px, -4px);
    }
    20% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }
    30% {
        -webkit-transform: translate(-4px, 4px);
        transform: translate(-4px, 4px);
    }
    40% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px);
    }
    50% {
        -webkit-transform: translate(-4px, -4px);
        transform: translate(-4px, -4px);
    }
    60% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }
    70% {
        -webkit-transform: translate(-4px, 4px);
        transform: translate(-4px, 4px);
    }
    80% {
        -webkit-transform: translate(-4px, -4px);
        transform: translate(-4px, -4px);
    }
    90% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    10% {
        -webkit-transform: translate(-4px, -4px);
        transform: translate(-4px, -4px);
    }
    20% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }
    30% {
        -webkit-transform: translate(-4px, 4px);
        transform: translate(-4px, 4px);
    }
    40% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px);
    }
    50% {
        -webkit-transform: translate(-4px, -4px);
        transform: translate(-4px, -4px);
    }
    60% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }
    70% {
        -webkit-transform: translate(-4px, 4px);
        transform: translate(-4px, 4px);
    }
    80% {
        -webkit-transform: translate(-4px, -4px);
        transform: translate(-4px, -4px);
    }
    90% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes light {
    0% {
        box-shadow: rgba(255, 255, 255, 1) -98px 0 48px 0;
    }
    15% {
        box-shadow: rgba(255, 255, 255, 1) 320px 0 48px 0;
    }
    20% {
        box-shadow: rgba(255, 255, 255, 1) 320px 0 48px 0;
    }
    80% {
        box-shadow: rgba(255, 255, 255, 1) 320px 0 48px 0;
    }
    90% {
        opacity: 0;
        box-shadow: rgba(255, 255, 255, 1) -98px 0 48px 0;
    }
    100% {
        opacity: 1;
        box-shadow: rgba(255, 255, 255, 1) -98px 0 48px 0;
    }
}
@keyframes light {
    0% {
        box-shadow: rgba(255, 255, 255, 1) -98px 0 48px 0;
    }
    15% {
        box-shadow: rgba(255, 255, 255, 1) 320px 0 48px 0;
    }
    20% {
        box-shadow: rgba(255, 255, 255, 1) 320px 0 48px 0;
    }
    80% {
        box-shadow: rgba(255, 255, 255, 1) 320px 0 48px 0;
    }
    90% {
        opacity: 0;
        box-shadow: rgba(255, 255, 255, 1) -98px 0 48px 0;
    }
    100% {
        opacity: 1;
        box-shadow: rgba(255, 255, 255, 1) -98px 0 48px 0;
    }
}
@-webkit-keyframes displaynone {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
    }
}
@keyframes displaynone {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1;
    }
}
/*-------------------------------
Content
-------------------------------*/
.wrap {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 1px 14px 0 rgb(0,0,0,0.15);
    box-shadow: 0 1px 14px 0 rgb(0,0,0,0.15);
}
.main-header-wrapper {
    height: 87px;
    text-align: center;
}
.header-logo {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 62px;
    margin-right: 83px;
    margin-top: 12px;
}
.header-logo img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.header-navigation {
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.header-navigation-wrapper {
    height: 100%;
}
.header-navigation-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1136px;
    height: 100%;
}
.header-navigation-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.header-navigation-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-family: PSLOmyimProReg;
    font-size: 30px;
    color: #000;
    line-height: 0.8;
    text-align: left;
    padding: 0 38px;
    z-index: 3;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.header-navigation-link:hover {
    color: #df6a2e;
    background-color: #ffeee0;
}
.header-navigation-link:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 41px;
    background-color: #f6bf92;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-navigation-item:first-child .header-navigation-link:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 41px;
    background-color: #f6bf92;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-navigation-link-icon {
    width: 34px;
    height: 32px;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.header-navigation-link-icon.home {
    background-image: url(../images/header/icon-home.png);
}
.header-navigation-link-icon.benefit {
    background-image: url(../images/header/icon-benefit.png);
}
.header-navigation-link-icon.information {
    background-image: url(../images/header/icon-product-information.png);
}
.header-navigation-link-icon.knowledge {
    background-image: url(../images/header/icon-knowledge.png);
}
.header-navigation-link-icon.qa {
    background-image: url(../images/header/icon-q-and-a.png);
}
.header-navigation-link br.m {
    display: none;
}
.header-navigation-sublink-list-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    padding-top: 25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header-navigation-sublink-list-wrapper.active {
    padding-top: 55px;
    opacity: 1;
    visibility: visible;
}
.header-navigation-sublink-list {
    display: inline-block;
    vertical-align: top;
    width: 1097px;
    padding: 9px 33px 8px;
    border-radius: 50px;
    background-color: #fff;
}
.header-navigation-sublink {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    font-family: PSLOmyimProReg;
    font-size: 30px;
    color: #000;
    line-height: 0.9;
    padding-left: 25px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.header-navigation-sublink + .header-navigation-sublink {
    margin-left: 33px;
}
.header-navigation-sublink:hover {
    color: #f5861f;
}
.header-navigation-sublink:before {
    content: "•";
    position: absolute;
    top: 50%;
    left: 0;
    color: #f5861f;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-navigation-sublink br.m {
    display: none;
}
.header-navigation-btn {
    display: none;
}
.section-intro {
    position: relative;
    height: 945px;
    background-image: url(../images/intro/bg-intro-pro-c.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.intro-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 87px;
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.intro-wrapper.wait-start {
    opacity: 0;
}
.intro-product-image-wrapper {
    position: relative;
    width: 734px;
    padding-top: 81px;
    padding-right: 55px;
}
.intro-product-image {
    position: relative;
    height: 693px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.4s ease .4s;
    transition: all 0.4s ease .4s;
}
.intro-wrapper.wait-start .intro-product-image {
    opacity: 0;
    -webkit-transform: translateY(-460px);
    transform: translateY(-460px);
}
.intro-product-image img {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
}
.intro-product-image img.m {
    display: none;
}
.intro-product-image-circle {
    position: absolute;
    bottom: -19px;
    left: 50%;
    width: auto;
    height: 207px;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateX(-294px);
    transform: translateX(-294px);
    -webkit-transition: all 0.4s ease .7s;
    transition: all 0.4s ease .7s;
}
.intro-wrapper.wait-start .intro-product-image-circle {
    bottom: 28px;
    height: 114px;
    -webkit-transform: translateX(-165px);
    transform: translateX(-165px);
}
.intro-product-image-bottom {
    position: absolute;
    bottom: 26px;
    left: 50%;
    width: auto;
    height: 146px;
    opacity: 1;
    z-index: 3;
    -webkit-transform: translateX(-166px);
    transform: translateX(-166px);
    -webkit-transition: all 0.3s ease .7s;
    transition: all 0.3s ease .7s;
}
.intro-wrapper.wait-start .intro-product-image-bottom {
    bottom: -16px;
    opacity: 0;
}
.intro-product-image-btn-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.intro-product-image-btn {
    position: absolute;
    width: 188px;
    height: 200px;
    opacity: 1;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.intro-wrapper.wait-start .intro-product-image-btn, 
.intro-wrapper.wait-start .intro-product-image-btn.active {
    width: 50px;
    height: 50px;
    opacity: 0;
}
.intro-product-image-btn.active {
    width: 284px;
    height: 286px;
}

.intro-product-image-btn.c {
    top: 216px;
    right: 66px;
    -webkit-transition: opacity .25s ease .8s, width .6s ease .8s, height .6s ease .8s, top .4s ease .8s, right .4s ease .8s, left .4s ease .8s;
    transition: opacity .25s ease .8s, width .6s ease .8s, height .6s ease .8s, top .4s ease .8s, right .4s ease .8s, left .4s ease .8s;
    -webkit-animation: vibrate 4s linear infinite both;
    animation: vibrate 4s linear infinite both;
}
.intro-product-image-btn.se {
    top: 426px;
    right: 77px;
    -webkit-transition: opacity .25s ease 1s, width .6s ease 1s, height .6s ease 1s, top .4s ease 1s, right .4s ease 1s, left .4s ease 1s;
    transition: opacity .25s ease 1s, width .6s ease 1s, height .6s ease 1s, top .4s ease 1s, right .4s ease 1s, left .4s ease 1s;
    -webkit-animation: vibrate-2 4s linear infinite both;
    animation: vibrate-2 4s linear infinite both;
}
.intro-product-image-btn.zn {
    top: 120px;
    left: 38px;
    -webkit-transition: opacity .25s ease 1.2s, width .6s ease 1.2s, height .6s ease 1.2s, top .4s ease 1.2s, right .4s ease 1.2s, left .4s ease 1.2s;
    transition: opacity .25s ease 1.2s, width .6s ease 1.2s, height .6s ease 1.2s, top .4s ease 1.2s, right .4s ease 1.2s, left .4s ease 1.2s;
    -webkit-animation: vibrate-3 5s linear infinite both;
    animation: vibrate-3 5s linear infinite both;
}
.intro-product-image-btn.probiotic {
    top: 303px;
    left: -19px;
    -webkit-transition: opacity .25s ease 1.4s, width .6s ease 1.4s, height .6s ease 1.4s, top .4s ease 1.4s, right .4s ease 1.4s, left .4s ease 1.4s;
    transition: opacity .25s ease 1.4s, width .6s ease 1.4s, height .6s ease 1.4s, top .4s ease 1.4s, right .4s ease 1.4s, left .4s ease 1.4s;
    -webkit-animation: vibrate-3 6s linear infinite both;
    animation: vibrate-3 6s linear infinite both;
}
.intro-product-image-btn.d {
    top: 497px;
    left: 10px;
    -webkit-transition: opacity .25s ease 1.6s, width .6s ease 1.6s, height .6s ease 1.6s, top .4s ease 1.6s, right .4s ease 1.6s, left .4s ease 1.6s;
    transition: opacity .25s ease 1.6s, width .6s ease 1.6s, height .6s ease 1.6s, top .4s ease 1.6s, right .4s ease 1.6s, left .4s ease 1.6s;
    -webkit-animation: vibrate 5s linear infinite both;
    animation: vibrate 5s linear infinite both;
}

.intro-wrapper.wait-start .intro-product-image-btn.c, 
.intro-wrapper.wait-start .intro-product-image-btn.c.active {
    top: 421px;
    right: 340px;
}
.intro-wrapper.wait-start .intro-product-image-btn.se {
    top: 473px;
    right: 394px;
}
.intro-wrapper.wait-start .intro-product-image-btn.zn {
    top: 473px;
    left: 343px;
}
.intro-wrapper.wait-start .intro-product-image-btn.probiotic {
    top: 421px;
    left: 280px;
}
.intro-wrapper.wait-start .intro-product-image-btn.d {
    top: 513px;
    left: 309px;
}

.intro-product-image-btn.c.active {
    top: 170px;
    right: 11px;
}
.intro-product-image-btn.se.active {
    top: 374px;
    right: 6px;
}
.intro-product-image-btn.zn.active {
    top: 73px;
    left: -28px;
}
.intro-product-image-btn.probiotic.active {
    top: 264px;
    left: -69px;
}
.intro-product-image-btn.d.active {
    top: 441px;
    left: -52px;
}
.intro-product-image-btn-list.ready .intro-product-image-btn {
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.intro-product-image-btn-list.ready .intro-product-image-btn:hover {
    opacity: 0.8;
}
.intro-product-image-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    -webkit-transform: translate(-92px, -101px);
    transform: translate(-92px, -101px);
    -webkit-transition: opacity 0.6s ease 1.2s;
    transition: opacity 0.6s ease 1.2s;
}
.intro-product-image-btn.c:before {
    background-image: url(../images/intro/circle-vitamin-c.gif);
}
.intro-product-image-btn.se:before {
    background-image: url(../images/intro/circle-selenium.gif);
}
.intro-product-image-btn.zn:before {
    background-image: url(../images/intro/circle-zinc.gif);
}
.intro-product-image-btn.probiotic:before {
    background-image: url(../images/intro/circle-probiotic.gif);
}
.intro-product-image-btn.d:before {
    background-image: url(../images/intro/circle-vitamin-d.gif);
}
.intro-wrapper.wait-start .intro-product-image-btn:before {
    opacity: 0;
}
.intro-product-image-btn.active:before {
    opacity: 1;
    -webkit-transform: translate(-142px, -144px);
    transform: translate(-142px, -144px);
}
.intro-product-image-btn-list.ready .intro-product-image-btn:before {
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}
.intro-product-image-btn-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.intro-product-image-btn.c .intro-product-image-btn-image {
    background-image: url(../images/intro/icon-vitamin-c.png);
}
.intro-product-image-btn.se .intro-product-image-btn-image {
    background-image: url(../images/intro/icon-selenium.png);
}
.intro-product-image-btn.zn .intro-product-image-btn-image {
    background-image: url(../images/intro/icon-zinc.png);
}
.intro-product-image-btn.probiotic .intro-product-image-btn-image {
    background-image: url(../images/intro/icon-probiotic.png);
}
.intro-product-image-btn.d .intro-product-image-btn-image {
    background-image: url(../images/intro/icon-vitamin-d.png);
}
.intro-product-image-btn.c.active .intro-product-image-btn-image {
    background-image: url(../images/intro/icon-vitamin-c-h.png);
}
.intro-product-image-btn.se.active .intro-product-image-btn-image {
    background-image: url(../images/intro/icon-selenium-h.png);
}
.intro-product-image-btn.zn.active .intro-product-image-btn-image {
    background-image: url(../images/intro/icon-zinc-h.png);
}
.intro-product-image-btn.probiotic.active .intro-product-image-btn-image {
    background-image: url(../images/intro/icon-probiotic-h.png);
}
.intro-product-image-btn.d.active .intro-product-image-btn-image {
    background-image: url(../images/intro/icon-vitamin-d-h.png);
}
.intro-product-image-btn img.gif {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
    z-index: 3;
}
.intro-product-image-btn.active img.gif {
    opacity: 0;
    visibility: hidden;
}
.intro-product-image-btn-light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 161px;
    height: 161px;
    border-radius: 100%;
    overflow: hidden;
    z-index: 4;
    -webkit-transform: translate(-69px, -87px);
    transform: translate(-69px, -87px);
}
.intro-product-image-btn-light:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 220px;
    background-color: transparent;
    box-shadow: rgba(255, 255, 255, 1) -98px 0 48px 0;
    -webkit-transform: rotate(50deg) translate(-560%, -30%);
    transform: rotate(50deg) translate(-560%, -30%);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation: light 6s linear infinite both;
    animation: light 6s linear infinite both;
}
.intro-product-image-btn.active .intro-product-image-btn-light {
    display: block;
}
.intro-wrapper.wait-start .intro-product-headline-wrapper {
    opacity: 0;
    -webkit-transform: translateY(-6vh);
    transform: translateY(-6vh);
}
.intro-product-detail-wrapper {
    position: relative;
    text-align: center;
    padding-top: 86px;
}
.intro-product-headline-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.6s ease .4s;
    transition: all 0.6s ease .4s;
}
.intro-wrapper.wait-start .intro-product-headline-wrapper {
    opacity: 0;
    -webkit-transform: translateY(-6vh);
    transform: translateY(-6vh);
}
.intro-product-headline-new {
    height: 58px;
    margin-right: 18px;
}
.intro-product-headline-new img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.intro-product-headline {
    font-family: 'DB Helvethaica X 65 Med';
    font-size: 104px;
    color: #ec1c24;
    line-height: 1;
    text-shadow: 0 0 13px #fff;
}
.intro-product-subheadline {
    display: block;
    font-family: 'DB Helvethaica X 77 BdCond';
    font-size: 57.5px;
    color: #4a350f;
    line-height: 1;
    text-shadow: 0 5px 0 #fff, 1px 4px 0 #fff, 2px 3px 0 #fff, 3px 2px 0 #fff, 4px 1px 0 #fff, 5px 0 0 #fff, 0 -5px 0 #fff, 1px -4px 0 #fff, 2px -3px 0 #fff, 3px -2px 0 #fff, 4px -1px 0 #fff, 5px 0 0 #fff, 0 -5px 0 #fff, -1px -4px 0 #fff, -2px -3px 0 #fff, -3px -2px 0 #fff, -4px -1px 0 #fff, -5px 0 0 #fff, -4px 1px 0 #fff, -3px 2px 0 #fff, -2px 3px 0 #fff, -1px 4px 0 #fff, 0 8px 5px #444;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.6s ease .4s;
    transition: all 0.6s ease .4s;
}
.intro-wrapper.wait-start .intro-product-subheadline {
    opacity: 0;
    -webkit-transform: translateY(-6vh);
    transform: translateY(-6vh);
}
.intro-product-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 512px;
    height: 302px;
    margin-top: 40px;
    background-image: url(../images/intro/bg-frame-detail.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.6s ease 1.9s;
    transition: all 0.6s ease 1.9s;
}
.intro-wrapper.wait-start .intro-product-content {
    opacity: 0;
    -webkit-transform: translateY(-6vh);
    transform: translateY(-6vh);
}
.intro-product-content-wrapper {
    padding: 0 24px;
}
.intro-product-content-title {
    display: block;
    font-family: 'PSLOmyimProReg';
    font-size: 61.5px;
    color: #d80008;
    line-height: 0.8;
    text-shadow: 0 5px 0 #fff, 1px 4px 0 #fff, 2px 3px 0 #fff, 3px 2px 0 #fff, 4px 1px 0 #fff, 5px 0 0 #fff, 0 -5px 0 #fff, 1px -4px 0 #fff, 2px -3px 0 #fff, 3px -2px 0 #fff, 4px -1px 0 #fff, 5px 0 0 #fff, 0 -5px 0 #fff, -1px -4px 0 #fff, -2px -3px 0 #fff, -3px -2px 0 #fff, -4px -1px 0 #fff, -5px 0 0 #fff, -4px 1px 0 #fff, -3px 2px 0 #fff, -2px 3px 0 #fff, -1px 4px 0 #fff, 0 8px 5px #444;
}
.intro-product-content-title .small {
    display: inline-block;
    vertical-align: baseline;
    font-size: 42px;
}
.intro-product-content-title .smallmore {
    font-size: 32px;
}
.intro-product-content-description {
    display: block;
    font-family: 'Kanit-Regular';
    font-size: 22px;
    color: #231f20;
    line-height: 1.4;
    margin-top: 27px;
    padding: 0 10px;
}
.intro-product-content-btn-wrapper {
    display: block;
    text-align: center;
    margin-top: 27px;
}
.intro-product-content-btn {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Kanit-Medium';
    font-size: 22px;
    color: #000000;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.intro-product-content-btn:hover {
    color: #df6a2e;
}
.intro-product-content-btn-icon {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 35px;
    margin-right: 12px;
    background-image: url(../images/intro/see-more.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.intro-product-content-btn span {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    border-bottom: 2px solid #000;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.intro-product-content-btn:hover span {
    color: #df6a2e;
    border-color: #df6a2e;
}
.section-benefit {
    position: relative;
    height: 859px;
    padding-top: 94px;
    background-image: url(../images/benefit/bg-benefit.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.benefit-headline {
    display: block;
    font-family: 'DB Helvethaica X 65 Med';
    font-size: 67.5px;
    color: #d80008;
    line-height: 1;
    text-align: center;
    text-shadow: 0 5px 0 #fff, 1px 4px 0 #fff, 2px 3px 0 #fff, 3px 2px 0 #fff, 4px 1px 0 #fff, 5px 0 0 #fff, 0 -5px 0 #fff, 1px -4px 0 #fff, 2px -3px 0 #fff, 3px -2px 0 #fff, 4px -1px 0 #fff, 5px 0 0 #fff, 0 -5px 0 #fff, -1px -4px 0 #fff, -2px -3px 0 #fff, -3px -2px 0 #fff, -4px -1px 0 #fff, -5px 0 0 #fff, -4px 1px 0 #fff, -3px 2px 0 #fff, -2px 3px 0 #fff, -1px 4px 0 #fff, 0 8px 5px #444;
}
.benefit-headline span {
    display: inline-block;
    vertical-align: baseline;
    font-family: 'PSLOmyimProReg';
    font-size: 63px;
    color: #4a350f;
    margin-left: 9px;
    text-shadow: none;
}
.benefit-label-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 587px;
    z-index: 3;
    -webkit-transform: translate(-50%, -188px);
    transform: translate(-50%, -188px);
}
.benefit-label-image-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.benefit-label-image img {
    position: relative;
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
}
.benefit-label-image img.m {
    display: none;
}
.benefit-label-image-headline {
    position: absolute;
    top: 4px;
    left: -11px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.benefit-content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    margin-top: 36px;
    z-index: 2;
}
.benefit-item {
    display: inline-block;
    vertical-align: top;
    width: 372px;
    height: 298px;
    padding: 0 45px;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #fff;
}
.benefit-item:nth-child(even) {
    margin-left: 530px;
}
.benefit-item-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.benefit-item-detail {
    display: table-cell;
    vertical-align: middle;
}
.benefit-item-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefit-item-title-icon {
    width: auto;
    height: 61px;
    margin-right: 17px;
}
.benefit-item-title-icon img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.benefit-item-title {
    font-family: 'PSLOmyimProBold';
    font-size: 52px;
    color: #b70108;
    line-height: 1;
    padding-top: 10px;
}
.benefit-item-description {
    display: block;
    font-family: 'Kanit-Regular';
    font-size: 18.5px;
    color: #231f20;
    line-height: 1.5;
    margin-top: 18px;
}
.benefit-item-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 88px;
    font-family: 'Kanit-Medium';
    font-size: 22px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    margin-top: 11px;
    border-radius: 20px;
    background-color: #ff9635;
}
.benefit-item br.m {
    display: none;
}
.section-how-good {
    position: relative;
    overflow: hidden;
}
.how-good-probiotic {
    position: relative;
}
.how-good-bg {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 0;
    left: 50%;
    width: 1920px;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.how-good-bg img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.how-good-bg img.m {
    display: none;
}
.how-good-three-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-inner-how-good {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1400px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.how-good-probiotic-headline {
    display: block;
    font-family: 'PSLOmyimProReg';
    font-size: 89px;
    color: #ff7e00;
    line-height: 1;
    text-align: center;
    margin-top: 100px;
}
.how-good-probiotic-headline span {
    display: inline-block;
    vertical-align: baseline;
    font-family: 'PSLOmyimProReg';
    font-size: 73px;
    color: #d80008;
    text-shadow: 0 5px 0 #fff, 1px 4px 0 #fff, 2px 3px 0 #fff, 3px 2px 0 #fff, 4px 1px 0 #fff, 5px 0 0 #fff, 0 -5px 0 #fff, 1px -4px 0 #fff, 2px -3px 0 #fff, 3px -2px 0 #fff, 4px -1px 0 #fff, 5px 0 0 #fff, 0 -5px 0 #fff, -1px -4px 0 #fff, -2px -3px 0 #fff, -3px -2px 0 #fff, -4px -1px 0 #fff, -5px 0 0 #fff, -4px 1px 0 #fff, -3px 2px 0 #fff, -2px 3px 0 #fff, -1px 4px 0 #fff, 0 8px 5px #444;
}
.how-good-probiotic-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.how-good-probiotic-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-628px, -326px);
    transform: translate(-628px, -326px);
}
.how-good-probiotic-icon {
    display: block;
    width: auto;
    height: 495px;
    margin: 0 auto;
}
.how-good-probiotic-icon img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.how-good-probiotic-icon img.m {
    display: none;
}
.how-good-title-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
}
.how-good-three-wrapper .how-good-title-wrapper {
    position: relative;
    top: unset;
    left: unset;
    padding-left: 35px;
    margin-bottom: 22px;
}
.section-inner-how-good.probiotic .how-good-title-wrapper {
    top: 78px;
    width: 380px;
    -webkit-transform: translateX(-516px);
    transform: translateX(-516px);
}
.section-inner-how-good.c .how-good-title-wrapper {
    top: 69px;
    -webkit-transform: translateX(207px);
    transform: translateX(207px);
}
.how-good-title {
    display: block;
    font-family: 'Kanit-SemiBold';
    font-size: 44px;
    color: #ff7e00;
    line-height: 1;
}
.how-good-title span {
    display: inline-block;
    vertical-align: baseline;
    font-family: 'Kanit-SemiBold';
    font-size: 32px;
    color: #231f20;
}
.how-good-content {
    display: block;
}
.section-inner-how-good.probiotic .how-good-content {
    padding: 46px 0 0 656px;
}
.section-inner-how-good.c .how-good-content {
    padding: 62px 570px 0 71px;
}
.how-good-vit-c-wrapper .how-good-content {
    padding: 0;
}
.how-good-content-box {
    position: relative;
    display: block;
    width: 679px;
    padding: 26px 0 28px 48px;
    margin-top: 36px;
    border-radius: 18px;
}
.how-good-content-box:first-child {
    margin-top: 0;
}
.section-inner-how-good.c .how-good-content-box {
    width: 643px;
}
.how-good-three-wrapper .how-good-content-box {
    width: 383px;
    height: 347px;
}
.how-good-content-box.white {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.05);
}
.how-good-content-icon-wrapper {
    position: absolute;
    top: -27px;
    left: -41px;
    width: 106px;
    height: 106px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 2px rgba(218,99,1,0.2);
    box-shadow: 0 0 20px 2px rgba(218,99,1,0.2);
}
.section-inner-how-good.c .how-good-content-icon-wrapper {
    -webkit-box-shadow: 0 0 20px 2px rgba(213,145,0,0.2);
    box-shadow: 0 0 20px 2px rgba(213,145,0,0.2);
}
.section-inner-how-good.d .how-good-content-icon-wrapper {
    -webkit-box-shadow: 0 0 20px 2px rgba(255,45,45,0.2);
    box-shadow: 0 0 20px 2px rgba(255,45,45,0.2);
}
.section-inner-how-good.zn .how-good-content-icon-wrapper {
    -webkit-box-shadow: 0 0 20px 2px rgba(0,170,249,0.2);
    box-shadow: 0 0 20px 2px rgba(0,170,249,0.2);
}
.section-inner-how-good.se .how-good-content-icon-wrapper {
    -webkit-box-shadow: 0 0 20px 2px rgba(80,207,122,0.2);
    box-shadow: 0 0 20px 2px rgba(80,207,122,0.2);
}
.section-inner-how-good.probiotic .how-good-content-box:nth-child(2) .how-good-content-icon-wrapper {
    top: -38px;
}
.section-inner-how-good.c .how-good-content-box:nth-child(3) .how-good-content-icon-wrapper {
    top: -4px;
}
.how-good-three-wrapper .how-good-content-icon-wrapper {
    top: 0;
    left: -40px;
}
.how-good-content-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 82px;
    height: 77px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.how-good-content-icon.immunity {
    background-image: url(../images/howgood/icon-immunity.png);
    -webkit-transform: translate(-44%, -50%);
    transform: translate(-44%, -50%);
}
.how-good-content-icon.detox {
    background-image: url(../images/howgood/icon-detox.png);
}
.how-good-content-icon.shield-immunity {
    background-image: url(../images/howgood/icon-shield-immunity.png);
}
.how-good-content-icon.recover {
    background-image: url(../images/howgood/icon-recover.png);
}
.how-good-content-icon.vitamin {
    background-image: url(../images/howgood/icon-vitamin.png);
}
.how-good-content-icon.zinc {
    background-image: url(../images/howgood/icon-zinc.png);
}
.how-good-content-icon.selenium {
    background-image: url(../images/howgood/icon-selenium.png);
}
.how-good-content-title {
    display: block;
    font-family: 'PSLOmyimProBold';
    font-size: 38px;
    color: #b70108;
    padding-left: 35px;
    text-align: left;
}
.how-good-content-list {
    display: block;
    list-style: none;
    text-align: left;
    margin-top: 10px;
}
.how-good-content-list li {
    position: relative;
    display: block;
    font-family: 'Kanit-Regular';
    font-size: 21px;
    color: #231f20;
    line-height: 1.5;
    padding-left: 35px;
    margin-top: 22px;
}
.how-good-three-wrapper .how-good-content-list li {
    margin-top: 18px;
}
.how-good-content-list li:first-child {
    margin-top: 0;
}
.how-good-content-list li:before {
    content: "•";
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 46px;
    color: #ff7e00;
    line-height: 1;
}
.how-good-content-list li span {
    display: inline-block;
    vertical-align: baseline;
    font-family: 'Kanit-SemiBold';
    color: #ff7e00;
}
.how-good-content-list li a {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    color: #010101;
    line-height: 1.05;
    cursor: pointer;
    border-bottom: 2px solid #5f615f;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.how-good-content-list li a:hover {
    color: #d80008;
    border-color: #d80008;
}
.how-good-c {
    position: relative;
}
.how-good-vit-c-wrapper {
    display: block;
}
.how-good-vit-c-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(129px, -150px);
    transform: translate(129px, -150px);
}
.how-good-vit-c-icon {
    display: block;
    width: auto;
    height: 466px;
    margin: 0 auto;
}
.how-good-vit-c-icon img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.how-good-vit-c-icon img.m {
    display: none;
}
.how-good-three {
    position: relative;
}
.how-good-content sup {
    position: relative;
    left: 2px;
    font-size: 10px;
}
.how-good-content br.m {
    display: none;
}
.how-good-three-wrapper {
    position: absolute;
    top: 0;
    padding-top: 403px;
}
.section-inner-how-good.d .how-good-three-wrapper {
    left: 52px;
}
.section-inner-how-good.zn .how-good-three-wrapper {
    left: 522px;
}
.section-inner-how-good.se .how-good-three-wrapper {
    left: 1004px;
}
.how-good-three-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-217px, -366px);
    transform: translate(-217px, -366px);
}
.section-inner-how-good.zn .how-good-three-icon-wrapper {
    -webkit-transform: translate(-211px, -324px);
    transform: translate(-211px, -324px);
}
.section-inner-how-good.se .how-good-three-icon-wrapper {
    -webkit-transform: translate(-190px, -382px);
    transform: translate(-190px, -382px);
}
.how-good-three-icon {
    display: block;
    width: auto;
    height: 412px;
    margin: 0 auto;
}
.how-good-three-icon img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.how-good-three-icon img.m {
    display: none;
}
.section-product-information {
    position: relative;
    height: 1339px;
    padding-top: 100px;
    background-image: url(../images/information/bg-section-product-information.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.product-information-headline {
    display: block;
    font-family: 'PSLOmyimProReg';
    font-size: 73px;
    color: #d80008;
    line-height: 1;
    text-align: center;
    text-shadow: 0 5px 0 #fff, 1px 4px 0 #fff, 2px 3px 0 #fff, 3px 2px 0 #fff, 4px 1px 0 #fff, 5px 0 0 #fff, 0 -5px 0 #fff, 1px -4px 0 #fff, 2px -3px 0 #fff, 3px -2px 0 #fff, 4px -1px 0 #fff, 5px 0 0 #fff, 0 -5px 0 #fff, -1px -4px 0 #fff, -2px -3px 0 #fff, -3px -2px 0 #fff, -4px -1px 0 #fff, -5px 0 0 #fff, -4px 1px 0 #fff, -3px 2px 0 #fff, -2px 3px 0 #fff, -1px 4px 0 #fff, 0 8px 5px #444;
}
.product-information-wrapper {
    display: block;
    width: 100%;
    max-width: 1230px;
    height: auto;
    margin: 43px auto 0;
}
.product-information-pack-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-information-pack-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-information-pack-item + .product-information-pack-item {
    margin-left: 130px;
}
.product-information-pack-image {
    display: block;
    width: auto;
    height: 263px;
    margin: 0 auto;
}
.product-information-pack-image img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.product-information-pack-detail {
    display: block;
    text-align: left;
    -webkit-transform: translateY(43px);
    transform: translateY(43px);
}
.product-information-pack-title {
    display: block;
    font-family: 'PSLOmyimProReg';
    font-size: 37px;
    color: #f5861f;
    line-height: 0.8;
}
.product-information-pack-subtitle {
    display: block;
    font-family: 'Kanit-Regular';
    font-size: 21px;
    color: #231f20;
    line-height: 1;
}
.product-information-nutrition-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 110px;
    padding: 0 36px;
}
.product-information-nutrition-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
}
.product-information-nutrition-icon {
    display: block;
    width: auto;
    height: 94px;
}
.product-information-nutrition-icon img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.product-information-nutrition-detail {
    width: 160px;
    text-align: left;
    margin-left: 22px;
}
.product-information-nutrition-headline {
    display: block;
    font-family: 'PSLOmyimProReg';
    font-size: 37px;
    color: #f5861f;
    line-height: 0.8;
}
.product-information-nutrition-subheadline {
    display: block;
    font-family: 'Kanit-Regular';
    font-size: 18px;
    color: #231f20;
    line-height: 1;
    margin-top: 5px;
}
.product-information-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
}
.product-information-btn {
    display: inline-block;
    vertical-align: top;
    width: 269px;
    height: 48px;
    font-family: 'PSLOmyimProReg';
    font-size: 29px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    background-color: #f48620;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.product-information-btn:hover {
    background-color: #d80008;
}
.product-information-vendor-wrapper {
    position: relative;
    margin-top: 116px;
}
.product-information-vendor-headline {
    display: block;
    font-family: 'PSLOmyimProReg';
    font-size: 50px;
    color: #b70108;
    line-height: 1;
    text-align: center;
}




.product-information-vendor-button-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 38px;
}

.product-information-vendor-button {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    background-color: #fff;
    border-radius: 14px;
    -webkit-box-shadow: 0px 0px 11px 5px rgb(230 230 230);
    -moz-box-shadow: 0px 0px 11px 5px rgba(230,230,230,1);
    box-shadow: 0px 0px 11px 5px rgb(230 230 230);
    margin: 0 16px;
    padding: 12px 20px 10px 20px;
}

.product-information-vendor-button img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.product-information-vendor-button:active, .product-information-vendor-button:focus {
    -webkit-box-shadow: 0px 0px 11px 5px rgb(230 230 230);
    -moz-box-shadow: 0px 0px 11px 5px rgba(230,230,230,1);
    box-shadow: 0px 0px 11px 5px rgb(230 230 230);
}



.product-information-vendor-detail {
    position: relative;
    height: 63px;
    margin-top: 38px;
}
.product-information-vendor-detail img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.product-information-vendor-detail img.m {
    display: none;
}
.section-qa-first {
    position: relative;
}
.qa-first-bg {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 0;
    left: 50%;
    width: 1920px;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.qa-first-bg img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.qa-first-bg img.m {
    display: none;
}
.qa-first-btn-wrapper {
    position: absolute;
    top: 89px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.qa-first-btn {
    display: block;
    width: auto;
    height: 242px;
    cursor: pointer;
    margin: 0 auto;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.qa-first-btn img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.qa-first-btn img.m {
    display: none;
}
.qa-first-btn:hover img {
    opacity: 0.8;
}
.qa-first-detail {
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 1230px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.qa-first-headline {
    display: block;
    font-family: 'Kanit-Medium';
    font-size: 22px;
    color: #f5861f;
    line-height: 1;
    text-align: left;
    margin-bottom: 16px;
}
.qa-first-list {
    display: block;
    list-style: none;
}
.qa-first-list li {
    display: block;
    font-family: 'Kanit-Regular';
    font-size: 15px;
    color: #231f20;
    line-height: 1.4;
    text-align: left;
}
.qa-first-list li span {
    display: inline-block;
    vertical-align: top;
}
.qa-first-list li p {
    display: inline-block;
    vertical-align: top;
}
.qa-first-list li a {
    display: inline-block;
    vertical-align: top;
    color: #231f20;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.qa-first-list li a:hover {
    color: #f5861f;
}
.footer {
    position: relative;
    background-color: #fff;
}
.footer .wrap {
    position: relative;
}
.footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 65px 0 80px 19px;
}
.footer-logo-wrapper {
    position: relative;
    text-align: left;
    padding-right: 327px;
    padding-bottom: 130px;
}
.footer-logo-image {
    display: block;
    width: auto;
    height: 74px;
    margin: 0 auto;
}
.footer-logo-image img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.footer-customer-wrapper {
    position: relative;
    text-align: left;
    width: 446px;
    padding: 0 73px;
}
.footer-customer-wrapper:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 2px;
    height: 172px;
    background-color: #d5d5d5;
}
.footer-customer-headline {
    display: block;
    font-family: 'Kanit-Medium';
    font-size: 20px;
    color: #616161;
    line-height: 1;
}
.footer-customer-detail {
    display: block;
    margin-top: 20px;
}
.footer-customer-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 6px;
}
.footer-customer-item:first-child {
    margin-top: 0;
}
.footer-customer-label {
    display: inline-block;
    vertical-align: top;
    width: 72px;
    font-family: 'Kanit-Light';
    font-size: 15.5px;
    color: #000;
    line-height: 32px;
}
.footer-customer-result {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    font-family: 'Kanit-Light';
    font-size: 15.5px;
    color: #000;
    line-height: 32px;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.footer-customer-link .footer-customer-result {
    width: auto;
}
.footer-customer-link:hover .footer-customer-result {
    color: #f5861f;
}
.footer-customer-icon {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.footer-customer-icon.website {
    background-image: url(../images/footer/icon-footer-cpthai.png);
}
.footer-customer-icon.facebook {
    background-image: url(../images/footer/icon-footer-facebook.png);
}
.footer-customer-icon.youtube {
    background-image: url(../images/footer/icon-footer-youtube.png);
}
.footer-customer-icon.twitter {
    background-image: url(../images/footer/icon-footer-twiter.png);
}
.footer-customer-link:hover .footer-customer-icon {
    opacity: 0.8;
}
.footer-customer-link {
    display: inline-block;
    vertical-align: top;
}
.footer-copyright-wrapper {
    position: absolute;
    bottom: 96px;
    left: 0;
    text-align: left;
    padding: 0 48px;
    pointer-events: none;
}
.footer-copyright {
    display: inline-block;
    vertical-align: top;
    font-family: 'Kanit-Light';
    font-size: 16px;
    color: #000;
    line-height: 1;
}
.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 8;
    background-color: rgba(0,0,0,0.65);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.popup-container.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.popup-wrapper {
    position: absolute;
    top: 57%;
    left: 50%;
    -webkit-transform: translate(-50%, -42%);
    transform: translate(-50%, -42%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.popup-container.is-open .popup-wrapper {
    top: 50%;
}
.popup-close-btn {
    position: absolute;
    top: 25px;
    left: 24px;
    width: 24px;
    height: 23px;
    background-image: url(../images/popup/icon-close.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.popup-close-btn:hover {
    opacity: 0.7;
}
.popup-nutrition {
    display: block;
    width: auto;
    height: 604px;
}
.popup-nutrition img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.popup-nutrition img.m {
    display: none;
}
html.open-popup, 
body.open-popup {
    overflow: hidden;
}
.section-qa {
    position: relative;
}
.qa-bg {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 0;
    left: 50%;
    width: 1920px;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.qa-bg img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.qa-bg img.m {
    display: none;
}
.qa-detail {
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 1230px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.qa-headline {
    display: block;
    font-family: 'Kanit-Medium';
    font-size: 22px;
    color: #f5861f;
    line-height: 1;
    text-align: left;
    margin-bottom: 16px;
}
.qa-list {
    display: block;
    list-style: none;
}
.qa-list li {
    display: block;
    font-family: 'Kanit-Regular';
    font-size: 15px;
    color: #231f20;
    line-height: 1.4;
    text-align: left;
}
.qa-banner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 0;
    left: 50%;
    width: 1920px;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 87px;
}
.qa-intro-wrapper {
    align-items: center;
    justify-content: center;
    padding-top: 87px;
    background: linear-gradient(#ffffff, #f7f7f7);
}
.qa-banner img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.qa-banner img.m {
    display: none;
}
.qa-page-detail {
    position: relative;
    bottom: 60px;
    left: 50%;
    width: 1230px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.qa-bubble {
    padding: 17px 30px 10px;
    position: relative;
    background-color: #f5861f;
    border-radius: 17px;
    font-family: 'PSLOmyimProBold';
}
.qa-bubble:after {
    content: '';
    background-image: url(../images/qa/symbol-bubble-icon.png);
    height: 65px;
    width: 46px;
    margin: 0 auto;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    left: 26px;
    bottom: -33px;
    position: absolute;
}
.qa-q-header {
    display: inline-block;
    position: absolute;
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 45px;
    border-radius: 100%;
    vertical-align: middle;
    line-height: 40px
}
.qa-a-header {
    display: inline-block;
    position: absolute;
    background-color: #f5861f;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 45px;
    border-radius: 100%;
    vertical-align: middle;
    line-height: 40px;
    font-family: 'PSLOmyimProBold';
}
.qa-description {
    padding: 23px 30px 10px;
    margin-bottom: 30px;
}
.qa-q-detail {
    display: inline-block;
    font-size: 38px;
    vertical-align: top;
    padding-left: 90px;
    color: #fff;
}
.qa-a-detail {
    font-family: 'Kanit-Regular';
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 90px;
    line-height: 36px;
    padding-bottom: 25px;
}
.qa-a-detail span {
    font-family: 'Kanit-Bold';
    color: #f5861f;
}
.qa-q-detail br.d,
.qa-a-detail br.d  {
    display: block;
}
.qa-q-detail br.m, 
.qa-a-detail br.m {
    display: none;
}
.hand-cilck {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    z-index: 8;
    pointer-events: none;
    -webkit-transform: translate(-336px, -40px);
    transform: translate(-336px, -40px);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-animation-name: displaynone;
    -webkit-animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease;
}
.hand-cilck.wait-start {
    display: none;
}
.hand-cilck-image {
    display: block;
    width: auto;
    height: 180px;
    margin: 0 auto;
}
.hand-cilck-image img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}


img.d {
    display: block;
}
img.m {
    display: none;
}

@media (max-width: 1440px) {
    @-webkit-keyframes vibrate {
        0% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
        20% {
            -webkit-transform: translate(-0.2777777777777778vw, 0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, 0.2777777777777778vw);
        }
        40% {
            -webkit-transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
        }
        60% {
            -webkit-transform: translate(0.2777777777777778vw, 0.2777777777777778vw);
            transform: translate(0.2777777777777778vw, 0.2777777777777778vw);
        }
        80% {
            -webkit-transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
        }
        100% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
    }
    @keyframes vibrate {
        0% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
        20% {
            -webkit-transform: translate(-0.2777777777777778vw, 0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, 0.2777777777777778vw);
        }
        40% {
            -webkit-transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
        }
        60% {
            -webkit-transform: translate(0.2777777777777778vw, 0.2777777777777778vw);
            transform: translate(0.2777777777777778vw, 0.2777777777777778vw);
        }
        80% {
            -webkit-transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
        }
        100% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
    }
    @-webkit-keyframes vibrate-2 {
        0% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
        20% {
            -webkit-transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
        }
        40% {
            -webkit-transform: translate(0.2777777777777778vw, 0.2777777777777778vw);
            transform: translate(0.2777777777777778vw, 0.2777777777777778vw);
        }
        60% {
            -webkit-transform: translate(-0.2777777777777778vw, 0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, 0.2777777777777778vw);
        }
        80% {
            -webkit-transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
        }
        100% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
    }
    @keyframes vibrate-2 {
        0% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
        20% {
            -webkit-transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
        }
        40% {
            -webkit-transform: translate(0.2777777777777778vw, 0.2777777777777778vw);
            transform: translate(0.2777777777777778vw, 0.2777777777777778vw);
        }
        60% {
            -webkit-transform: translate(-0.2777777777777778vw, 0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, 0.2777777777777778vw);
        }
        80% {
            -webkit-transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
        }
        100% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
    }
    @-webkit-keyframes vibrate-3 {
        0% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
        10% {
            -webkit-transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
        }
        20% {
            -webkit-transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
        }
        30% {
            -webkit-transform: translate(-0.2777777777777778vw, 0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, 0.2777777777777778vw);
        }
        40% {
            -webkit-transform: translate(0.2777777777777778vw, 0.2777777777777778vw);
            transform: translate(0.2777777777777778vw, 0.2777777777777778vw);
        }
        50% {
            -webkit-transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
        }
        60% {
            -webkit-transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
        }
        70% {
            -webkit-transform: translate(-0.2777777777777778vw, 0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, 0.2777777777777778vw);
        }
        80% {
            -webkit-transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
        }
        90% {
            -webkit-transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
        }
        100% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
    }
    @keyframes vibrate-3 {
        0% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
        10% {
            -webkit-transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
        }
        20% {
            -webkit-transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
        }
        30% {
            -webkit-transform: translate(-0.2777777777777778vw, 0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, 0.2777777777777778vw);
        }
        40% {
            -webkit-transform: translate(0.2777777777777778vw, 0.2777777777777778vw);
            transform: translate(0.2777777777777778vw, 0.2777777777777778vw);
        }
        50% {
            -webkit-transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
        }
        60% {
            -webkit-transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
        }
        70% {
            -webkit-transform: translate(-0.2777777777777778vw, 0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, 0.2777777777777778vw);
        }
        80% {
            -webkit-transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(-0.2777777777777778vw, -0.2777777777777778vw);
        }
        90% {
            -webkit-transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
            transform: translate(0.2777777777777778vw, -0.2777777777777778vw);
        }
        100% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
    }
    @-webkit-keyframes light {
        0% {
            box-shadow: rgba(255, 255, 255, 1) -6.805555555555555vw 0 3.3333333333333335vw 0;
        }
        15% {
            box-shadow: rgba(255, 255, 255, 1) 22.22222222222222vw 0 3.3333333333333335vw 0;
        }
        20% {
            box-shadow: rgba(255, 255, 255, 1) 22.22222222222222vw 0 3.3333333333333335vw 0;
        }
        80% {
            box-shadow: rgba(255, 255, 255, 1) 22.22222222222222vw 0 3.3333333333333335vw 0;
        }
        90% {
            opacity: 0;
            box-shadow: rgba(255, 255, 255, 1) -6.805555555555555vw 0 3.3333333333333335vw 0;
        }
        100% {
            opacity: 1;
            box-shadow: rgba(255, 255, 255, 1) -6.805555555555555vw 0 3.3333333333333335vw 0;
        }
    }
    @keyframes light {
        0% {
            box-shadow: rgba(255, 255, 255, 1) -6.805555555555555vw 0 3.3333333333333335vw 0;
        }
        15% {
            box-shadow: rgba(255, 255, 255, 1) 22.22222222222222vw 0 3.3333333333333335vw 0;
        }
        20% {
            box-shadow: rgba(255, 255, 255, 1) 22.22222222222222vw 0 3.3333333333333335vw 0;
        }
        80% {
            box-shadow: rgba(255, 255, 255, 1) 22.22222222222222vw 0 3.3333333333333335vw 0;
        }
        90% {
            opacity: 0;
            box-shadow: rgba(255, 255, 255, 1) -6.805555555555555vw 0 3.3333333333333335vw 0;
        }
        100% {
            opacity: 1;
            box-shadow: rgba(255, 255, 255, 1) -6.805555555555555vw 0 3.3333333333333335vw 0;
        }
    }
    .main-header {
        -webkit-box-shadow: 0 0.0694444444vw 0.9722222222vw 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 0.0694444444vw 0.9722222222vw 0 rgba(0, 0, 0, 0.15);
    }
    .main-header-wrapper {
        height: 6.0416666667vw;
    }
    .header-logo {
        height: 4.3055555556vw;
        margin-right: 5.7638888889vw;
        margin-top: 0.8333333333vw;
    }
    .header-navigation-link {
        font-size: 2.0833333333vw;
        padding: 0 2.6388888889vw;
    }
    .header-navigation-link:before {
        width: 0.1388888889vw;
        height: 2.8472222222vw;
    }
    .header-navigation-item:first-child .header-navigation-link:after {
        width: 0.1388888889vw;
        height: 2.8472222222vw;
    }
    .header-navigation-link-icon {
        width: 2.3611111111vw;
        height: 2.2222222222vw;
        margin-right: 0.9027777778vw;
    }
    .header-navigation-sublink-list-wrapper {
        padding-top: 1.7361111111111112vw;
    }
    .header-navigation-sublink-list {
        width: 76.1805555556vw;
        padding: 0.625vw 2.2916666667vw 0.5555555555555556vw;
        border-radius: 3.4722222222vw;
    }
    .header-navigation-sublink {
        font-size: 2.0833333333vw;
        padding-left: 1.7361111111vw;
    }
    .header-navigation-sublink + .header-navigation-sublink {
        margin-left: 2.2916666667vw;
    }
    .section-intro {
        height: 65.625vw;
    }
    .intro-wrapper {
        padding-top: 6.0416666667vw;
    }
    .intro-product-image-wrapper {
        width: 50.9722222222vw;
        padding-top: 5.625vw;
        padding-right: 3.8194444444vw;
    }
    .intro-product-image {
        height: 48.125vw;
    }
    .intro-wrapper.wait-start .intro-product-image {
        -webkit-transform: translateY(-31.9444444444vw);
        transform: translateY(-31.9444444444vw);
    }
    .intro-product-image-circle {
        bottom: -1.3194444444vw;
        height: 14.375vw;
        -webkit-transform: translateX(-20.4166666667vw);
        transform: translateX(-20.4166666667vw);
    }
    .intro-wrapper.wait-start .intro-product-image-circle {
        bottom: 1.9444444444vw;
        height: 7.9166666667vw;
        -webkit-transform: translateX(-11.4583333333vw);
        transform: translateX(-11.4583333333vw);
    }
    .intro-product-image-bottom {
        bottom: 1.8055555556vw;
        height: 10.1388888889vw;
        -webkit-transform: translateX(-11.5277777778vw);
        transform: translateX(-11.5277777778vw);
    }
    .intro-wrapper.wait-start .intro-product-image-bottom {
        bottom: -1.1111111111vw;
    }
    .intro-product-image-btn {
        width: 13.0555555556vw;
        height: 13.8888888889vw;
    }
    .intro-wrapper.wait-start .intro-product-image-btn,
    .intro-wrapper.wait-start .intro-product-image-btn.active {
        width: 3.4722222222vw;
        height: 3.4722222222vw;
    }
    .intro-product-image-btn.active {
        width: 19.7222222222vw;
        height: 19.8611111111vw;
    }
    .intro-product-image-btn.c {
        top: 15vw;
        right: 4.5833333333vw;
    }
    .intro-product-image-btn.se {
        top: 29.5833333333vw;
        right: 5.3472222222vw;
    }
    .intro-product-image-btn.zn {
        top: 8.3333333333vw;
        left: 2.6388888889vw;
    }
    .intro-product-image-btn.probiotic {
        top: 21.0416666667vw;
        left: -1.3194444444vw;
    }
    .intro-product-image-btn.d {
        top: 34.5138888889vw;
        left: 0.6944444444vw;
    }
    .intro-wrapper.wait-start .intro-product-image-btn.c,
    .intro-wrapper.wait-start .intro-product-image-btn.c.active {
        top: 29.2361111111vw;
        right: 23.6111111111vw;
    }
    .intro-wrapper.wait-start .intro-product-image-btn.se {
        top: 32.8472222222vw;
        right: 27.3611111111vw;
    }
    .intro-wrapper.wait-start .intro-product-image-btn.zn {
        top: 32.8472222222vw;
        left: 23.8194444444vw;
    }
    .intro-wrapper.wait-start .intro-product-image-btn.probiotic {
        top: 29.2361111111vw;
        left: 19.4444444444vw;
    }
    .intro-wrapper.wait-start .intro-product-image-btn.d {
        top: 35.625vw;
        left: 21.4583333333vw;
    }
    .intro-product-image-btn.c.active {
        top: 11.8055555556vw;
        right: 0.7638888889vw;
    }
    .intro-product-image-btn.se.active {
        top: 25.9722222222vw;
        right: 0.4166666667vw;
    }
    .intro-product-image-btn.zn.active {
        top: 5.0694444444vw;
        left: -1.9444444444vw;
    }
    .intro-product-image-btn.probiotic.active {
        top: 18.3333333333vw;
        left: -4.7916666667vw;
    }
    .intro-product-image-btn.d.active {
        top: 30.625vw;
        left: -3.6111111111vw;
    }
    .intro-product-image-btn:before {
        -webkit-transform: translate(-6.3888888889vw, -7.0138888889vw);
        transform: translate(-6.3888888889vw, -7.0138888889vw);
    }
    .intro-product-image-btn.active:before {
        -webkit-transform: translate(-9.8611111111vw, -10vw);
        transform: translate(-9.8611111111vw, -10vw);
    }
    .intro-product-image-btn-light {
        width: 11.1805555556vw;
        height: 11.1805555556vw;
        -webkit-transform: translate(-4.7916666667vw, -6.0416666667vw);
        transform: translate(-4.7916666667vw, -6.0416666667vw);
    }
    .intro-product-image-btn-light:after {
        width: 2.7777777778vw;
        height: 15.2777777778vw;
        box-shadow: white -6.8055555556vw 0 3.3333333333vw 0;
    }
    .intro-product-detail-wrapper {
        padding-top: 5.9722222222vw;
    }
    .intro-product-headline-new {
        height: 4.0277777778vw;
        margin-right: 1.25vw;
    }
    .intro-product-headline {
        font-size: 7.2222222222vw;
        text-shadow: 0 0 0.9027777778vw #fff;
    }
    .intro-product-subheadline {
        font-size: 3.9930555556vw;
        text-shadow: 0 0.3472222222vw 0 #fff, 0.0694444444vw 0.2777777778vw 0 #fff, 0.1388888889vw 0.2083333333vw 0 #fff, 0.2083333333vw 0.1388888889vw 0 #fff, 0.2777777778vw 0.0694444444vw 0 #fff, 0.3472222222vw 0 0 #fff,
            0 -0.3472222222vw 0 #fff, 0.0694444444vw -0.2777777778vw 0 #fff, 0.1388888889vw -0.2083333333vw 0 #fff, 0.2083333333vw -0.1388888889vw 0 #fff, 0.2777777778vw -0.0694444444vw 0 #fff, 0.3472222222vw 0 0 #fff, 0 -0.3472222222vw 0 #fff,
            -0.0694444444vw -0.2777777778vw 0 #fff, -0.1388888889vw -0.2083333333vw 0 #fff, -0.2083333333vw -0.1388888889vw 0 #fff, -0.2777777778vw -0.0694444444vw 0 #fff, -0.3472222222vw 0 0 #fff, -0.2777777778vw 0.0694444444vw 0 #fff,
            -0.2083333333vw 0.1388888889vw 0 #fff, -0.1388888889vw 0.2083333333vw 0 #fff, -0.0694444444vw 0.2777777778vw 0 #fff, 0 0.5555555556vw 0.3472222222vw #444;
    }
    .intro-product-content {
        width: 35.5555555556vw;
        height: 20.9722222222vw;
        margin-top: 2.7777777778vw;
    }
    .intro-product-content-wrapper {
        padding: 0 1.6666666667vw;
    }
    .intro-product-content-title {
        font-size: 4.2708333333vw;
        text-shadow: 0 0.3472222222vw 0 #fff, 0.0694444444vw 0.2777777778vw 0 #fff, 0.1388888889vw 0.2083333333vw 0 #fff, 0.2083333333vw 0.1388888889vw 0 #fff, 0.2777777778vw 0.0694444444vw 0 #fff, 0.3472222222vw 0 0 #fff,
            0 -0.3472222222vw 0 #fff, 0.0694444444vw -0.2777777778vw 0 #fff, 0.1388888889vw -0.2083333333vw 0 #fff, 0.2083333333vw -0.1388888889vw 0 #fff, 0.2777777778vw -0.0694444444vw 0 #fff, 0.3472222222vw 0 0 #fff, 0 -0.3472222222vw 0 #fff,
            -0.0694444444vw -0.2777777778vw 0 #fff, -0.1388888889vw -0.2083333333vw 0 #fff, -0.2083333333vw -0.1388888889vw 0 #fff, -0.2777777778vw -0.0694444444vw 0 #fff, -0.3472222222vw 0 0 #fff, -0.2777777778vw 0.0694444444vw 0 #fff,
            -0.2083333333vw 0.1388888889vw 0 #fff, -0.1388888889vw 0.2083333333vw 0 #fff, -0.0694444444vw 0.2777777778vw 0 #fff, 0 0.5555555556vw 0.3472222222vw #444;
    }
    .intro-product-content-title .small {
        font-size: 2.9166666667vw;
    }
    .intro-product-content-title .smallmore {
        font-size: 2.2222222222vw;
    }
    .intro-product-content-description {
        font-size: 1.5277777778vw;
        margin-top: 1.875vw;
        padding: 0 0.6944444444vw;
    }
    .intro-product-content-btn-wrapper {
        margin-top: 1.875vw;
    }
    .intro-product-content-btn {
        font-size: 1.5277777778vw;
    }
    .intro-product-content-btn-icon {
        width: 2.5vw;
        height: 2.4305555556vw;
        margin-right: 0.8333333333vw;
    }
    .intro-product-content-btn span {
        border-width: 0.1388888889vw;
    }
    .section-benefit {
        height: 59.6527777778vw;
        padding-top: 6.5277777778vw;
    }
    .benefit-headline {
        font-size: 4.6875vw;
        text-shadow: 0 0.3472222222vw 0 #fff, 0.0694444444vw 0.2777777778vw 0 #fff, 0.1388888889vw 0.2083333333vw 0 #fff, 0.2083333333vw 0.1388888889vw 0 #fff, 0.2777777778vw 0.0694444444vw 0 #fff, 0.3472222222vw 0 0 #fff,
            0 -0.3472222222vw 0 #fff, 0.0694444444vw -0.2777777778vw 0 #fff, 0.1388888889vw -0.2083333333vw 0 #fff, 0.2083333333vw -0.1388888889vw 0 #fff, 0.2777777778vw -0.0694444444vw 0 #fff, 0.3472222222vw 0 0 #fff, 0 -0.3472222222vw 0 #fff,
            -0.0694444444vw -0.2777777778vw 0 #fff, -0.1388888889vw -0.2083333333vw 0 #fff, -0.2083333333vw -0.1388888889vw 0 #fff, -0.2777777778vw -0.0694444444vw 0 #fff, -0.3472222222vw 0 0 #fff, -0.2777777778vw 0.0694444444vw 0 #fff,
            -0.2083333333vw 0.1388888889vw 0 #fff, -0.1388888889vw 0.2083333333vw 0 #fff, -0.0694444444vw 0.2777777778vw 0 #fff, 0 0.5555555556vw 0.3472222222vw #444;
    }
    .benefit-headline span {
        font-size: 4.375vw;
        margin-left: 0.625vw;
    }
    .benefit-label-image {
        height: 40.7638888889vw;
        -webkit-transform: translate(-50%, -13.0555555556vw);
        transform: translate(-50%, -13.0555555556vw);
    }
    .benefit-label-image-headline {
        top: 0.2777777777777778vw;
        left: -0.7638888888888888vw;
    }
    .benefit-content {
        margin-top: 2.5vw;
    }
    .benefit-item {
        width: 25.8333333333vw;
        height: 20.6944444444vw;
        padding: 0 3.125vw;
        margin-bottom: 1.3888888889vw;
        border-radius: 1.3888888889vw;
    }
    .benefit-item:nth-child(even) {
        margin-left: 36.8055555556vw;
    }
    .benefit-item-title-icon {
        height: 4.2361111111vw;
        margin-right: 1.1805555556vw;
    }
    .benefit-item-title {
        font-size: 3.6111111111vw;
        padding-top: 0.6944444444vw;
    }
    .benefit-item-description {
        font-size: 1.2847222222vw;
        margin-top: 1.25vw;
    }
    .benefit-item-highlight {
        height: 6.1111111111vw;
        font-size: 1.5277777778vw;
        margin-top: 0.7638888889vw;
        border-radius: 1.3888888889vw;
    }
    .how-good-bg {
        width: 133.3333333333vw;
    }
    .section-inner-how-good {
        max-width: 97.2222222222vw;
    }
    .how-good-probiotic-headline {
        font-size: 6.1805555556vw;
        margin-top: 6.9444444444vw;
    }
    .how-good-probiotic-headline span {
        font-size: 5.0694444444vw;
        text-shadow: 0 0.3472222222vw 0 #fff, 0.0694444444vw 0.2777777778vw 0 #fff, 0.1388888889vw 0.2083333333vw 0 #fff, 0.2083333333vw 0.1388888889vw 0 #fff, 0.2777777778vw 0.0694444444vw 0 #fff, 0.3472222222vw 0 0 #fff,
            0 -0.3472222222vw 0 #fff, 0.0694444444vw -0.2777777778vw 0 #fff, 0.1388888889vw -0.2083333333vw 0 #fff, 0.2083333333vw -0.1388888889vw 0 #fff, 0.2777777778vw -0.0694444444vw 0 #fff, 0.3472222222vw 0 0 #fff, 0 -0.3472222222vw 0 #fff,
            -0.0694444444vw -0.2777777778vw 0 #fff, -0.1388888889vw -0.2083333333vw 0 #fff, -0.2083333333vw -0.1388888889vw 0 #fff, -0.2777777778vw -0.0694444444vw 0 #fff, -0.3472222222vw 0 0 #fff, -0.2777777778vw 0.0694444444vw 0 #fff,
            -0.2083333333vw 0.1388888889vw 0 #fff, -0.1388888889vw 0.2083333333vw 0 #fff, -0.0694444444vw 0.2777777778vw 0 #fff, 0 0.5555555556vw 0.3472222222vw #444;
    }
    .how-good-probiotic-icon-wrapper {
        -webkit-transform: translate(-43.611111111111114vw, -22.63888888888889vw);
        transform: translate(-43.611111111111114vw, -22.63888888888889vw);
    }
    .how-good-probiotic-icon {
        height: 34.375vw;
    }
    .how-good-three-wrapper .how-good-title-wrapper {
        padding-left: 2.4305555556vw;
        margin-bottom: 1.5277777778vw;
    }
    .section-inner-how-good.probiotic .how-good-title-wrapper {
        top: 5.4166666667vw;
        width: 26.3888888889vw;
        -webkit-transform: translateX(-35.8333333333vw);
        transform: translateX(-35.8333333333vw);
    }
    .section-inner-how-good.c .how-good-title-wrapper {
        top: 4.7916666667vw;
        -webkit-transform: translateX(14.375vw);
        transform: translateX(14.375vw);
    }
    .how-good-title {
        font-size: 3.0555555556vw;
    }
    .how-good-title span {
        font-size: 2.2222222222vw;
    }
    .section-inner-how-good.probiotic .how-good-content {
        padding: 3.1944444444vw 0 0 45.5555555556vw;
    }
    .section-inner-how-good.c .how-good-content {
        padding: 4.3055555556vw 39.5833333333vw 0 4.9305555556vw;
    }
    .how-good-content-box {
        width: 47.1527777778vw;
        padding: 1.8055555556vw 0 1.9444444444vw 3.3333333333vw;
        margin-top: 2.5vw;
        border-radius: 1.25vw;
    }
    .section-inner-how-good.c .how-good-content-box {
        width: 44.6527777778vw;
    }
    .how-good-three-wrapper .how-good-content-box {
        width: 26.5972222222vw;
        height: 24.0972222222vw;
    }
    .how-good-content-box.white {
        -webkit-box-shadow: 0 0 0.4166666667vw 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 0.4166666667vw 0 rgba(0, 0, 0, 0.05);
    }
    .how-good-content-icon-wrapper {
        top: -1.875vw;
        left: -2.8472222222vw;
        width: 7.3611111111vw;
        height: 7.3611111111vw;
        -webkit-box-shadow: 0 0 1.3888888889vw 0.1388888889vw rgba(218, 99, 1, 0.2);
        box-shadow: 0 0 1.3888888889vw 0.1388888889vw rgba(218, 99, 1, 0.2);
    }
    .section-inner-how-good.c .how-good-content-icon-wrapper {
        -webkit-box-shadow: 0 0 1.3888888889vw 0.1388888889vw rgba(213, 145, 0, 0.2);
        box-shadow: 0 0 1.3888888889vw 0.1388888889vw rgba(213, 145, 0, 0.2);
    }
    .section-inner-how-good.d .how-good-content-icon-wrapper {
        -webkit-box-shadow: 0 0 1.3888888889vw 0.1388888889vw rgba(255, 45, 45, 0.2);
        box-shadow: 0 0 1.3888888889vw 0.1388888889vw rgba(255, 45, 45, 0.2);
    }
    .section-inner-how-good.zn .how-good-content-icon-wrapper {
        -webkit-box-shadow: 0 0 1.3888888889vw 0.1388888889vw rgba(0, 170, 249, 0.2);
        box-shadow: 0 0 1.3888888889vw 0.1388888889vw rgba(0, 170, 249, 0.2);
    }
    .section-inner-how-good.se .how-good-content-icon-wrapper {
        -webkit-box-shadow: 0 0 1.3888888889vw 0.1388888889vw rgba(80, 207, 122, 0.2);
        box-shadow: 0 0 1.3888888889vw 0.1388888889vw rgba(80, 207, 122, 0.2);
    }
    .section-inner-how-good.probiotic .how-good-content-box:nth-child(2) .how-good-content-icon-wrapper {
        top: -2.6388888889vw;
    }
    .section-inner-how-good.c .how-good-content-box:nth-child(3) .how-good-content-icon-wrapper {
        top: -0.2777777778vw;
    }
    .how-good-three-wrapper .how-good-content-icon-wrapper {
        left: -2.7777777778vw;
    }
    .how-good-content-icon {
        width: 5.6944444444vw;
        height: 5.3472222222vw;
    }
    .how-good-content-title {
        font-size: 2.6388888889vw;
        padding-left: 2.4305555556vw;
    }
    .how-good-content-list {
        margin-top: 0.6944444444vw;
    }
    .how-good-content-list li {
        font-size: 1.4583333333vw;
        padding-left: 2.4305555556vw;
        margin-top: 1.5277777778vw;
    }
    .how-good-three-wrapper .how-good-content-list li {
        margin-top: 1.25vw;
    }
    .how-good-content-list li:before {
        top: -0.6944444444vw;
        font-size: 3.1944444444vw;
    }
    .how-good-content-list li a {
        border-width: 0.1388888889vw;
    }
    .how-good-vit-c-icon-wrapper {
        -webkit-transform: translate(8.958333333333334vw, -10.416666666666668vw);
        transform: translate(8.958333333333334vw, -10.416666666666668vw);
    }
    .how-good-vit-c-icon {
        height: 32.3611111111vw;
    }
    .how-good-content sup {
        left: 0.1388888889vw;
        font-size: 0.6944444444vw;
    }
    .how-good-three-wrapper {
        padding-top: 27.9861111111vw;
    }
    .section-inner-how-good.d .how-good-three-wrapper {
        left: 3.6111111111vw;
    }
    .section-inner-how-good.zn .how-good-three-wrapper {
        left: 36.25vw;
    }
    .section-inner-how-good.se .how-good-three-wrapper {
        left: 69.7222222222vw;
    }
    .how-good-three-icon-wrapper {
        -webkit-transform: translate(-15.069444444444443vw, -25.416666666666664vw);
        transform: translate(-15.069444444444443vw, -25.416666666666664vw);
    }
    .section-inner-how-good.zn .how-good-three-icon-wrapper {
        -webkit-transform: translate(-14.652777777777779vw, -22.5vw);
        transform: translate(-14.652777777777779vw, -22.5vw);
    }
    .section-inner-how-good.se .how-good-three-icon-wrapper {
        -webkit-transform: translate(-13.194444444444445vw, -26.52777777777778vw);
        transform: translate(-13.194444444444445vw, -26.52777777777778vw);
    }
    .how-good-three-icon {
        height: 28.6111111111vw;
    }
    .section-product-information {
        height: 92.9861111111vw;
        padding-top: 6.9444444444vw;
    }
    .product-information-headline {
        font-size: 5.0694444444vw;
        text-shadow: 0 0.3472222222vw 0 #fff, 0.0694444444vw 0.2777777778vw 0 #fff, 0.1388888889vw 0.2083333333vw 0 #fff, 0.2083333333vw 0.1388888889vw 0 #fff, 0.2777777778vw 0.0694444444vw 0 #fff, 0.3472222222vw 0 0 #fff,
            0 -0.3472222222vw 0 #fff, 0.0694444444vw -0.2777777778vw 0 #fff, 0.1388888889vw -0.2083333333vw 0 #fff, 0.2083333333vw -0.1388888889vw 0 #fff, 0.2777777778vw -0.0694444444vw 0 #fff, 0.3472222222vw 0 0 #fff, 0 -0.3472222222vw 0 #fff,
            -0.0694444444vw -0.2777777778vw 0 #fff, -0.1388888889vw -0.2083333333vw 0 #fff, -0.2083333333vw -0.1388888889vw 0 #fff, -0.2777777778vw -0.0694444444vw 0 #fff, -0.3472222222vw 0 0 #fff, -0.2777777778vw 0.0694444444vw 0 #fff,
            -0.2083333333vw 0.1388888889vw 0 #fff, -0.1388888889vw 0.2083333333vw 0 #fff, -0.0694444444vw 0.2777777778vw 0 #fff, 0 0.5555555556vw 0.3472222222vw #444;
    }
    .product-information-wrapper {
        max-width: 85.4166666667vw;
        margin: 2.9861111111vw auto 0;
    }
    .product-information-pack-item + .product-information-pack-item {
        margin-left: 9.0277777778vw;
    }
    .product-information-pack-image {
        height: 18.2638888889vw;
    }
    .product-information-pack-detail {
        -webkit-transform: translateY(2.9861111111vw);
        transform: translateY(2.9861111111vw);
    }
    .product-information-pack-title {
        font-size: 2.5694444444vw;
    }
    .product-information-pack-subtitle {
        font-size: 1.4583333333vw;
    }
    .product-information-nutrition-wrapper {
        margin-top: 7.6388888889vw;
        padding: 0 2.5vw;
    }
    .product-information-nutrition-icon {
        height: 6.5277777778vw;
    }
    .product-information-nutrition-detail {
        width: 11.1111111111vw;
        margin-left: 1.5277777778vw;
    }
    .product-information-nutrition-headline {
        font-size: 2.5694444444vw;
    }
    .product-information-nutrition-subheadline {
        font-size: 1.25vw;
        margin-top: 0.3472222222vw;
    }
    .product-information-btn-wrapper {
        margin-top: 4.4444444444vw;
    }
    .product-information-btn {
        width: 18.6805555556vw;
        height: 3.3333333333vw;
        font-size: 2.0138888889vw;
        line-height: 3.3333333333vw;
        border-radius: 3.4722222222vw;
    }
    .product-information-vendor-wrapper {
        margin-top: 8.0555555556vw;
    }
    .product-information-vendor-headline {
        font-size: 3.4722222222vw;
    }


    .product-information-vendor-button-wrapper {
        margin-top: 2.638888888888889vw;
    }

    .product-information-vendor-button {
        border-radius: 0.9722222222222222vw;
        -webkit-box-shadow: 0px 0px 0.7638888888888888vw 0.3472222222222222vw rgb(230 230 230);
        -moz-box-shadow: 0px 0px 0.7638888888888888vw 0.3472222222222222vw rgba(230,230,230,1);
        box-shadow: 0px 0px 0.7638888888888888vw 0.3472222222222222vw rgb(230 230 230);
        margin: 0 1.1111111111111112vw;
        padding: 0.8333333333333334vw 1.3888888888888888vw 0.6944444444444444vw 1.3888888888888888vw;
    }

    .product-information-vendor-button:active, .product-information-vendor-button:focus {
        -webkit-box-shadow: 0px 0px 0.7638888888888888vw 0.3472222222222222vw rgb(230 230 230);
        -moz-box-shadow: 0px 0px 0.7638888888888888vw 0.3472222222222222vw rgba(230,230,230,1);
        box-shadow: 0px 0px 0.7638888888888888vw 0.3472222222222222vw rgb(230 230 230);
    }




    .product-information-vendor-detail {
        height: 4.375vw;
        margin-top: 2.638888888888889vw;
    }
    .qa-first-bg {
        width: 133.3333333333vw;
    }
    .qa-first-btn-wrapper {
        top: 6.180555555555555vw;
    }
    .qa-first-btn {
        height: 16.805555555555557vw;
    }
    .qa-first-detail {
        bottom: 4.1666666667vw;
        width: 85.4166666667vw;
    }
    .qa-first-headline {
        font-size: 1.5277777778vw;
        margin-bottom: 1.1111111111vw;
    }
    .qa-first-list li {
        font-size: 1.0416666667vw;
    }
    .footer-container {
        padding: 4.513888888888888vw 0 5.555555555555555vw 1.3194444444444444vw;
    }
    .footer-logo-wrapper {
        padding-right: 22.708333333333332vw;
        padding-bottom: 9.027777777777777vw;
    }
    .footer-logo-image {
        height: 5.138888888888888vw;
    }
    .footer-customer-wrapper {
        width: 30.97222222222222vw;
        padding: 0 5.069444444444445vw;
    }
    .footer-customer-wrapper:before {
        top: 0.5555555555555556vw;
        width: 0.1388888888888889vw;
        height: 11.944444444444445vw;
    }
    .footer-customer-headline {
        font-size: 1.3888888888888888vw;
    }
    .footer-customer-detail {
        margin-top: 1.3888888888888888vw;
    }
    .footer-customer-item {
        margin-top: 0.4166666666666667vw;
    }
    .footer-customer-label {
        width: 5vw;
        font-size: 1.0763888888888888vw;
        line-height: 2.2222222222222223vw;
    }
    .footer-customer-result {
        width: 15.277777777777779vw;
        font-size: 1.0763888888888888vw;
        line-height: 2.2222222222222223vw;
    }
    .footer-customer-icon {
        width: 2.083333333333333vw;
        height: 2.083333333333333vw;
        margin-right: 0.4166666666666667vw;
    }
    .footer-copyright-wrapper {
        bottom: 6.666666666666667vw;
        padding: 0 3.3333333333333335vw;
    }
    .footer-copyright {
        font-size: 1.1111111111111112vw;
    }
    .popup-close-btn {
        top: 1.7361111111111112vw;
        left: 1.6666666666666667vw;
        width: 1.6666666666666667vw;
        height: 1.597222222222222vw;
    }
    .popup-nutrition {
        height: 41.94444444444444vw;
    }
    .qa-bg {
        width: 133.3333333333vw;
    }
    .qa-detail {
        bottom: 4.1666666667vw;
        width: 85.4166666667vw;
    }
    .qa-headline {
        font-size: 1.5277777778vw;
        margin-bottom: 1.1111111111vw;
    }
    .qa-list li {
        font-size: 1.0416666667vw;
    }
    .qa-banner {
        width: 133.333vw;
        padding-top: 6.042vw;
    }
    .qa-intro-wrapper {
        padding-top: 6.042vw;
    }
    .qa-page-detail {
        bottom: 4.167vw;
        width: 85.417vw;
    }
    .qa-bubble {
        padding: 1.181vw 2.083vw 0.694vw;
        border-radius: 1.181vw;
    }
    .qa-bubble:after {
        left: 2.326vw;
        height: 4.514vw;
        width: 2.194vw;
        bottom: -2.917vw;
    }
    .qa-q-header {
        width: 2.778vw;
        height: 2.778vw;
        font-size: 3.125vw;
        line-height: 2.778vw
    }
    .qa-a-header {
        width: 2.778vw;
        height: 2.778vw;
        font-size: 3.125vw;
        line-height: 2.778vw;
    }
    .qa-description {
        padding: 1.597vw 2.083vw 0.694vw;
        margin-bottom: 2.083vw;
    }
    .qa-q-detail {
        font-size: 2.639vw;
        padding-left: 6.250vw;
    }
    .qa-a-detail {
        font-size: 1.458vw;
        padding-left: 6.250vw;
        line-height: 2.500vw;
        padding-bottom: 1.736vw;
    }
    .hand-cilck {
        -webkit-transform: translate(-23.333333333333332vw, -2.7777777777777777vw);
        transform: translate(-23.333333333333332vw, -2.7777777777777777vw);
    }
    .hand-cilck-image {
        height: 12.5vw;
    }
}
@media (max-width: 992px) {
    @-webkit-keyframes vibrate {
        0% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
        20% {
            -webkit-transform: translate(-0.5333333333333333vw, 0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, 0.5333333333333333vw);
        }
        40% {
            -webkit-transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
        }
        60% {
            -webkit-transform: translate(0.5333333333333333vw, 0.5333333333333333vw);
            transform: translate(0.5333333333333333vw, 0.5333333333333333vw);
        }
        80% {
            -webkit-transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
        }
        100% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
    }
    @keyframes vibrate {
        0% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
        20% {
            -webkit-transform: translate(-0.5333333333333333vw, 0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, 0.5333333333333333vw);
        }
        40% {
            -webkit-transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
        }
        60% {
            -webkit-transform: translate(0.5333333333333333vw, 0.5333333333333333vw);
            transform: translate(0.5333333333333333vw, 0.5333333333333333vw);
        }
        80% {
            -webkit-transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
        }
        100% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
    }
    @-webkit-keyframes vibrate-2 {
        0% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
        20% {
            -webkit-transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
        }
        40% {
            -webkit-transform: translate(0.5333333333333333vw, 0.5333333333333333vw);
            transform: translate(0.5333333333333333vw, 0.5333333333333333vw);
        }
        60% {
            -webkit-transform: translate(-0.5333333333333333vw, 0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, 0.5333333333333333vw);
        }
        80% {
            -webkit-transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
        }
        100% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
    }
    @keyframes vibrate-2 {
        0% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
        20% {
            -webkit-transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
        }
        40% {
            -webkit-transform: translate(0.5333333333333333vw, 0.5333333333333333vw);
            transform: translate(0.5333333333333333vw, 0.5333333333333333vw);
        }
        60% {
            -webkit-transform: translate(-0.5333333333333333vw, 0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, 0.5333333333333333vw);
        }
        80% {
            -webkit-transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
        }
        100% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
    }
    @-webkit-keyframes vibrate-3 {
        0% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
        10% {
            -webkit-transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
        }
        20% {
            -webkit-transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
        }
        30% {
            -webkit-transform: translate(-0.5333333333333333vw, 0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, 0.5333333333333333vw);
        }
        40% {
            -webkit-transform: translate(0.5333333333333333vw, 0.5333333333333333vw);
            transform: translate(0.5333333333333333vw, 0.5333333333333333vw);
        }
        50% {
            -webkit-transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
        }
        60% {
            -webkit-transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
        }
        70% {
            -webkit-transform: translate(-0.5333333333333333vw, 0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, 0.5333333333333333vw);
        }
        80% {
            -webkit-transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
        }
        90% {
            -webkit-transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
        }
        100% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
    }
    @keyframes vibrate-3 {
        0% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
        10% {
            -webkit-transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
        }
        20% {
            -webkit-transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
        }
        30% {
            -webkit-transform: translate(-0.5333333333333333vw, 0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, 0.5333333333333333vw);
        }
        40% {
            -webkit-transform: translate(0.5333333333333333vw, 0.5333333333333333vw);
            transform: translate(0.5333333333333333vw, 0.5333333333333333vw);
        }
        50% {
            -webkit-transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
        }
        60% {
            -webkit-transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
        }
        70% {
            -webkit-transform: translate(-0.5333333333333333vw, 0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, 0.5333333333333333vw);
        }
        80% {
            -webkit-transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(-0.5333333333333333vw, -0.5333333333333333vw);
        }
        90% {
            -webkit-transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
            transform: translate(0.5333333333333333vw, -0.5333333333333333vw);
        }
        100% {
            -webkit-transform: translate(0);
            transform: translate(0);
        }
    }
    @-webkit-keyframes light {
        0% {
            box-shadow: rgba(255, 255, 255, 1) 0 0 4.838709677419355vw 0;
        }
        15% {
            box-shadow: rgba(255, 255, 255, 1) 42.33870967741936vw 0 4.838709677419355vw 0;
        }
        20% {
            box-shadow: rgba(255, 255, 255, 1) 42.33870967741936vw 0 4.838709677419355vw 0;
        }
        80% {
            box-shadow: rgba(255, 255, 255, 1) 42.33870967741936vw 0 4.838709677419355vw 0;
        }
        90% {
            opacity: 0;
            box-shadow: rgba(255, 255, 255, 1) 0 0 4.838709677419355vw 0;
        }
        100% {
            opacity: 1;
            box-shadow: rgba(255, 255, 255, 1) 0 0 4.838709677419355vw 0;
        }
    }
    @keyframes light {
        0% {
            box-shadow: rgba(255, 255, 255, 1) 0 0 4.838709677419355vw 0;
        }
        15% {
            box-shadow: rgba(255, 255, 255, 1) 42.33870967741936vw 0 4.838709677419355vw 0;
        }
        20% {
            box-shadow: rgba(255, 255, 255, 1) 42.33870967741936vw 0 4.838709677419355vw 0;
        }
        80% {
            box-shadow: rgba(255, 255, 255, 1) 42.33870967741936vw 0 4.838709677419355vw 0;
        }
        90% {
            opacity: 0;
            box-shadow: rgba(255, 255, 255, 1) 0 0 4.838709677419355vw 0;
        }
        100% {
            opacity: 1;
            box-shadow: rgba(255, 255, 255, 1) 0 0 4.838709677419355vw 0;
        }
    }
    .main-header {
        -webkit-box-shadow: 0 1px 1.4112903226vw 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 1.4112903226vw 0 rgba(0, 0, 0, 0.15);
    }
    .main-header-wrapper {
        height: 14.0120967742vw;
        text-align: left;
    }
    .header-logo {
        height: 7.8629032258vw;
        margin-right: 0;
        margin-top: 3.2258064516vw;
        margin-left: 3.8306451613vw;
        -webkit-transform: none !important;
        transform: none !important;
    }
    .header-navigation-btn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 17.5403225806vw;
        height: 16.7338709677vw;
        cursor: pointer;
        border-radius: 0 0 0 3.4274193548vw;
        background-color: #ed1c24;
        -webkit-box-shadow: 0.6048387097vw 0.5040322581vw 1.6129032258vw 0 rgba(0, 0, 0, 0.55);
        box-shadow: 0.6048387097vw 0.5040322581vw 1.6129032258vw 0 rgba(0, 0, 0, 0.55);
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .header-navigation-btn.active {
        background-color: #f5861f;
    }
    .header-navigation-btn-icon {
        position: relative;
        display: block;
        width: 6.9556451613vw;
        height: 3.5282258065vw;
        margin: 3.6290322581vw auto 0;
    }
    .header-navigation-btn-icon span {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 0.5040322581vw;
        border-radius: 1.0080645161vw;
        background-color: #fff;
    }
    .header-navigation-btn-icon:before,
    .header-navigation-btn-icon:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 0.5040322581vw;
        border-radius: 1.0080645161vw;
        background-color: #fff;
    }
    .header-navigation-btn-icon:before {
        top: 1.5120967742vw;
    }
    .header-navigation-btn-icon:after {
        bottom: 0;
    }
    .header-navigation-btn-text {
        display: block;
        font-family: "PSLOmyimProReg";
        font-size: 5.8467741935vw;
        color: #fff;
        line-height: 1;
        text-align: center;
        margin-top: 1.814516129vw;
    }
    .header-navigation {
        position: absolute;
        top: 14.0120967742vw;
        right: 0;
        width: 85.8870967742vw;
        height: auto;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        border-radius: 0 0 0 5.333333333333334vw;
        background-color: #fff;
        -webkit-box-shadow: 0.4032258065vw 0.8064516129vw 2.6209677419vw 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0.4032258065vw 0.8064516129vw 2.6209677419vw 0 rgba(0, 0, 0, 0.3);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .header-navigation.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .header-navigation-wrapper {
        -webkit-box-shadow: 0 2.6209677419vw 3.2258064516vw -1.4112903226vw rgba(129, 120, 120, 0.4) inset;
        box-shadow: 0 2.6209677419vw 3.2258064516vw -1.4112903226vw rgba(129, 120, 120, 0.4) inset;
    }
    .header-navigation-list {
        display: block;
        height: auto;
        padding: 3.8306451613vw 0 0;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header-navigation-item {
        display: block;
        height: auto;
    }
    .header-navigation-link {
        justify-content: flex-start;
        height: 16.1290322581vw;
        font-size: 6.8548387097vw;
        padding: 0 5.0403225806vw;
        text-align: left;
    }
    .header-navigation-link:hover {
        color: #000;
        background-color: transparent;
    }
    .header-navigation-link:active {
        color: #df6a2e;
        background-color: #ffeee0;
    }
    .header-navigation-link:before {
        top: 0;
        right: unset;
        left: 5.0403225806vw;
        width: 74.7983870968vw;
        height: 0.3024193548vw;
        background-color: #f6bf92;
    }
    .header-navigation-item:first-child .header-navigation-link:before {
        display: none;
    }
    .header-navigation-link:after,
    .header-navigation-item:first-child .header-navigation-link:after {
        content: "";
        position: absolute;
        top: 50%;
        left: unset;
        right: 5.0403225806vw;
        width: 2.4193548387vw;
        height: 4.1330645161vw;
        background-color: transparent;
        background-image: url(../images/header/icon-arrow.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header-navigation-link-icon {
        display: inline-block;
        vertical-align: middle;
        width: 6.3508064516vw;
        height: 6.1491935484vw;
        margin-right: 2.8225806452vw;
    }
    .header-navigation-link span {
        display: inline-block;
        vertical-align: middle;
    }
    .header-navigation-link br.d {
        display: none;
    }
    .header-navigation-link br.m {
        display: block;
    }
    .header-navigation-sublink-list-wrapper {
        position: relative;
        top: unset;
        left: unset;
        opacity: 1;
        visibility: visible;
        padding-top: 0;
        -webkit-transform: none;
        transform: none;
    }
    .header-navigation-sublink-list-wrapper.active {
        padding-top: 0;
    }
    .header-navigation-sublink-list {
        position: relative;
        bottom: unset;
        left: unset;
        width: 100%;
        padding: 0.5040322581vw 8.064516129vw 2.2177419355vw 25vw;
        border-radius: 0;
        background-color: transparent;
        -webkit-transform: none;
        transform: none;
    }
    .header-navigation-sublink {
        float: none;
        width: 100%;
        font-size: 6.8548387097vw;
        padding-left: 4.939516129vw;
        margin-bottom: 4.2338709677vw;
    }
    .header-navigation-sublink + .header-navigation-sublink {
        margin-left: 0;
    }
    .header-navigation-sublink:hover {
        color: #000;
    }
    .header-navigation-sublink:active {
        color: #f5861f;
    }
    .header-navigation-sublink:before {
        top: 0.4032258065vw;
        font-size: 85%;
        -webkit-transform: none;
        transform: none;
    }
    .header-navigation-sublink br.d {
        display: none;
    }
    .header-navigation-sublink br.m {
        display: block;
    }
    .section-intro {
        height: 192.5403225806vw;
        background-image: url(../images/intro/bg-intro-pro-c-m.jpg);
        background-position: top center;
        background-size: 100% auto;
    }
    .intro-wrapper {
        display: block;
        align-items: unset;
        justify-content: unset;
        height: 100%;
        padding-top: 14.0120967742vw;
    }
    .intro-product-image-wrapper {
        width: 100%;
        height: 100%;
        padding: 0;
        margin-top: 72.5806451613vw;
    }
    .intro-product-image {
        height: 93.1451612903vw;
    }
    .intro-wrapper.wait-start .intro-product-image {
        -webkit-transform: translateY(-46.3709677419vw);
        transform: translateY(-46.3709677419vw);
    }
    .intro-product-image img.d {
        display: none;
    }
    .intro-product-image img.m {
        display: block;
    }
    .intro-product-image-circle {
        bottom: -4.8387096774vw;
        height: 28.7298387097vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .intro-wrapper.wait-start .intro-product-image-circle {
        bottom: 1.814516129vw;
        height: 14.5161290323vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .intro-product-image-bottom {
        bottom: 1.5120967742vw;
        height: 20.2620967742vw;
        -webkit-transform: translateX(-23.5887096774vw);
        transform: translateX(-23.5887096774vw);
    }
    .intro-wrapper.wait-start .intro-product-image-bottom {
        bottom: -3.0241935484vw;
    }
    .intro-product-image-btn {
        width: 25.2016129032vw;
        height: 26.814516129vw;
        -webkit-tap-highlight-color: transparent;
    }
    .intro-wrapper.wait-start .intro-product-image-btn,
    .intro-wrapper.wait-start .intro-product-image-btn.active {
        width: 6.0483870968vw;
        height: 6.0483870968vw;
    }
    .intro-product-image-btn.active {
        width: 36.2903225806vw;
        height: 36.2903225806vw;
    }
    .intro-product-image-btn.c {
        top: 19.5564516129vw;
        right: 6.0483870968vw;
    }
    .intro-product-image-btn.se {
        top: 47.3790322581vw;
        right: 7.0564516129vw;
    }
    .intro-product-image-btn.zn {
        top: 6.8548387097vw;
        left: 9.4758064516vw;
    }
    .intro-product-image-btn.probiotic {
        top: 31.8548387097vw;
        left: 2.6209677419vw;
    }
    .intro-product-image-btn.d {
        top: 57.0564516129vw;
        left: 5.2419354839vw;
    }
    .intro-wrapper.wait-start .intro-product-image-btn.c,
    .intro-wrapper.wait-start .intro-product-image-btn.c.active {
        top: 46.3709677419vw;
        right: 42.5403225806vw;
    }
    .intro-wrapper.wait-start .intro-product-image-btn.se {
        top: 53.8306451613vw;
        right: 50.4032258065vw;
    }
    .intro-wrapper.wait-start .intro-product-image-btn.zn {
        top: 53.8306451613vw;
        left: 51.1088709677vw;
    }
    .intro-wrapper.wait-start .intro-product-image-btn.probiotic {
        top: 46.3709677419vw;
        left: 41.7338709677vw;
    }
    .intro-wrapper.wait-start .intro-product-image-btn.d {
        top: 58.8709677419vw;
        left: 46.5725806452vw;
    }
    .intro-product-image-btn.c.active {
        top: 14.314516129vw;
        right: -0.2016129032vw;
    }
    .intro-product-image-btn.se.active {
        top: 42.9435483871vw;
        right: 0.2016129032vw;
    }
    .intro-product-image-btn.zn.active {
        top: 0.8064516129vw;
        left: 2.6209677419vw;
    }
    .intro-product-image-btn.probiotic.active {
        top: 26.814516129vw;
        left: -1.6129032258vw;
    }
    .intro-product-image-btn.d.active {
        top: 51.814516129vw;
        left: -2.4193548387vw;
    }
    .intro-product-image-btn-list.ready .intro-product-image-btn:hover {
        opacity: 1;
    }
    .intro-product-image-btn-list.ready .intro-product-image-btn:active {
        opacity: 0.8;
    }
    .intro-product-image-btn:before {
        -webkit-transform: translate(-12.7016129032vw, -13.5080645161vw);
        transform: translate(-12.7016129032vw, -13.5080645161vw);
    }
    .intro-product-image-btn.se:before {
        -webkit-transform: translate(-11.9959677419vw, -13.4072580645vw);
        transform: translate(-11.9959677419vw, -13.4072580645vw);
    }
    .intro-product-image-btn.zn:before {
        -webkit-transform: translate(-11.8951612903vw, -13.9112903226vw);
        transform: translate(-11.8951612903vw, -13.9112903226vw);
    }
    .intro-product-image-btn.probiotic:before {
        -webkit-transform: translate(-11.9959677419vw, -13.6088709677vw);
        transform: translate(-11.9959677419vw, -13.6088709677vw);
    }
    .intro-product-image-btn.d:before {
        -webkit-transform: translate(-12.0967741935vw, -13.6088709677vw);
        transform: translate(-12.0967741935vw, -13.6088709677vw);
    }
    .intro-product-image-btn.active:before {
        -webkit-transform: translate(-17.7419354839vw, -18.0443548387vw);
        transform: translate(-17.7419354839vw, -18.0443548387vw);
    }
    .intro-product-image-btn.se.active:before {
        -webkit-transform: translate(-18.0443548387vw, -18.2459677419vw);
        transform: translate(-18.0443548387vw, -18.2459677419vw);
    }
    .intro-product-image-btn.zn.active:before {
        -webkit-transform: translate(-17.8427419355vw, -18.3467741935vw);
        transform: translate(-17.8427419355vw, -18.3467741935vw);
    }
    .intro-product-image-btn.probiotic.active:before {
        -webkit-transform: translate(-17.6411290323vw, -18.3467741935vw);
        transform: translate(-17.6411290323vw, -18.3467741935vw);
    }
    .intro-product-image-btn.d.active:before {
        -webkit-transform: translate(-17.9435483871vw, -17.8427419355vw);
        transform: translate(-17.9435483871vw, -17.8427419355vw);
    }
    .intro-product-image-btn-light {
        width: 20.4637096774vw;
        height: 20.4637096774vw;
        -webkit-transform: translate(-8.7701612903vw, -11.0887096774vw);
        transform: translate(-8.7701612903vw, -11.0887096774vw);
    }
    .intro-product-image-btn-light:after {
        width: 10.0806451613vw;
        opacity: 0.5;
        height: 26.2096774194vw;
        box-shadow: white 0 0 4.8387096774vw 0;
        -webkit-transform: rotate(50deg) translate(-330%, -18%);
        transform: rotate(50deg) translate(-330%, -18%);
    }
    .intro-product-detail-wrapper {
        position: absolute;
        top: 14.0120967742vw;
        width: 100%;
        padding-top: 6.25vw;
    }
    .intro-product-headline-new {
        height: 8.064516129vw;
        margin-right: 1.814516129vw;
    }
    .intro-product-headline {
        font-size: 11.0887096774vw;
        text-shadow: 1px 1px 1.2096774194vw #fff;
    }
    .intro-product-subheadline {
        font-size: 7.9637096774vw;
        margin-top: 1.814516129vw;
        text-shadow: -0.9072580645vw 0 0 #fff, 0.8064516129vw 0 0 #fff, 0 0.7056451613vw 0 #fff, -1px 0.6048387097vw 0 #fff, -0.2016129032vw 0.5040322581vw 0 #fff, -0.3024193548vw 0.4032258065vw 0 #fff, -0.4032258065vw 0.3024193548vw 0 #fff,
            -0.5040322581vw 0.3024193548vw 0 #fff, -0.6048387097vw 0.2016129032vw 0 #fff, -0.7056451613vw 1px 0 #fff, 0 -0.6048387097vw 0 #fff, 1px -0.5040322581vw 0 #fff, 0.2016129032vw -0.4032258065vw 0 #fff,
            0.3024193548vw -0.3024193548vw 0 #fff, 0.4032258065vw -0.2016129032vw 0 #fff, 0.5040322581vw -1px 0 #fff, 0.6048387097vw 0 0 #fff, 0.8064516129vw 1px 0 #fff, 0.7056451613vw 0.2016129032vw 0 #fff, 0.6048387097vw 0.3024193548vw 0 #fff,
            0.5040322581vw 0.4032258065vw 0 #fff, 0.4032258065vw 0.5040322581vw 0 #fff, 0.3024193548vw 0.6048387097vw 0 #fff, 0.2016129032vw 0.7056451613vw 0 #fff, 1px 0.8064516129vw 0 #fff, -1px -0.5040322581vw 0 #fff,
            -0.2016129032vw -0.4032258065vw 0 #fff, -0.3024193548vw -0.3024193548vw 0 #fff, -0.4032258065vw -0.2016129032vw 0 #fff, -0.5040322581vw -1px 0 #fff, -0.6048387097vw 0 0 #fff, -0.3024193548vw -0.5040322581vw 0 #fff,
            -0.4032258065vw -0.4032258065vw 0 #fff, -0.5040322581vw -0.3024193548vw 0 #fff, -0.6048387097vw -0.2016129032vw 0 #fff, -0.7056451613vw -1px 0 #fff, 0 1.4112903226vw 0.8064516129vw #444;
    }
    .intro-product-content {
        width: 72.0766129032vw;
        height: 42.5403225806vw;
        margin: 3.8306451613vw auto 0;
        background-image: url(../images/intro/bg-frame-detail-m.png);
    }
    .intro-product-content-wrapper {
        padding: 0 2.4193548387vw;
    }
    .intro-product-content-title {
        font-size: 7.9637096774vw;
        text-shadow: -0.9072580645vw 0 0 #fff, 0.8064516129vw 0 0 #fff, 0 0.7056451613vw 0 #fff, -1px 0.6048387097vw 0 #fff, -0.2016129032vw 0.5040322581vw 0 #fff, -0.3024193548vw 0.4032258065vw 0 #fff, -0.4032258065vw 0.3024193548vw 0 #fff,
            -0.5040322581vw 0.3024193548vw 0 #fff, -0.6048387097vw 0.2016129032vw 0 #fff, -0.7056451613vw 1px 0 #fff, 0 -0.6048387097vw 0 #fff, 1px -0.5040322581vw 0 #fff, 0.2016129032vw -0.4032258065vw 0 #fff,
            0.3024193548vw -0.3024193548vw 0 #fff, 0.4032258065vw -0.2016129032vw 0 #fff, 0.5040322581vw -1px 0 #fff, 0.6048387097vw 0 0 #fff, 0.8064516129vw 1px 0 #fff, 0.7056451613vw 0.2016129032vw 0 #fff, 0.6048387097vw 0.3024193548vw 0 #fff,
            0.5040322581vw 0.4032258065vw 0 #fff, 0.4032258065vw 0.5040322581vw 0 #fff, 0.3024193548vw 0.6048387097vw 0 #fff, 0.2016129032vw 0.7056451613vw 0 #fff, 1px 0.8064516129vw 0 #fff, -1px -0.5040322581vw 0 #fff,
            -0.2016129032vw -0.4032258065vw 0 #fff, -0.3024193548vw -0.3024193548vw 0 #fff, -0.4032258065vw -0.2016129032vw 0 #fff, -0.5040322581vw -1px 0 #fff, -0.6048387097vw 0 0 #fff, -0.3024193548vw -0.5040322581vw 0 #fff,
            -0.4032258065vw -0.4032258065vw 0 #fff, -0.5040322581vw -0.3024193548vw 0 #fff, -0.6048387097vw -0.2016129032vw 0 #fff, -0.7056451613vw -1px 0 #fff, 0 1.4112903226vw 0.8064516129vw #444;
    }
    .intro-product-content-title.custom {
        margin-top: 1.0080645161vw;
    }
    .intro-product-content-title .small {
        font-size: 5.4435483871vw;
    }
    .intro-product-content-title .smallmore {
        font-size: 4.435483871vw;
    }
    .intro-product-content-description {
        font-size: 3.2258064516vw;
        margin-top: 3.5282258065vw;
        padding: 0 1.3080645161vw;
    }
    .intro-product-content-description.custom {
        margin-top: 2.8225806452vw;
    }
    .intro-product-content-btn-wrapper {
        margin-top: 3.3266129032vw;
    }
    .intro-product-content-btn-wrapper.custom {
        margin-top: 2.6209677419vw;
    }
    .intro-product-content-btn {
        font-size: 3.4274193548vw;
    }
    .intro-product-content-btn:hover {
        color: #000000;
    }
    .intro-product-content-btn:active {
        color: #df6a2e;
    }
    .intro-product-content-btn-icon {
        vertical-align: top;
        width: 5.8467741935vw;
        height: 5.8467741935vw;
        margin-right: 1.6129032258vw;
        background-image: url(../images/intro/see-more-m.png);
    }
    .intro-product-content-btn span {
        vertical-align: top;
        border-width: 0.2016129032vw;
    }
    .intro-product-content-btn:hover span {
        color: #000;
        border-color: #000;
    }
    .intro-product-content-btn:active span {
        color: #df6a2e;
        border-color: #df6a2e;
    }
    .section-benefit {
        height: 232.6612903226vw;
        padding-top: 12.9032258065vw;
        background-image: url(../images/benefit/bg-benefit-m.jpg);
        background-size: 100% auto;
    }
    .benefit-headline {
        font-size: 10.5846774194vw;
        text-align: center;
        text-shadow: -0.9072580645vw 0 0 #fff, 0.8064516129vw 0 0 #fff, 0 0.7056451613vw 0 #fff, -1px 0.6048387097vw 0 #fff, -0.2016129032vw 0.5040322581vw 0 #fff, -0.3024193548vw 0.4032258065vw 0 #fff, -0.4032258065vw 0.3024193548vw 0 #fff,
            -0.5040322581vw 0.3024193548vw 0 #fff, -0.6048387097vw 0.2016129032vw 0 #fff, -0.7056451613vw 1px 0 #fff, 0 -0.6048387097vw 0 #fff, 1px -0.5040322581vw 0 #fff, 0.2016129032vw -0.4032258065vw 0 #fff,
            0.3024193548vw -0.3024193548vw 0 #fff, 0.4032258065vw -0.2016129032vw 0 #fff, 0.5040322581vw -1px 0 #fff, 0.6048387097vw 0 0 #fff, 0.8064516129vw 1px 0 #fff, 0.7056451613vw 0.2016129032vw 0 #fff, 0.6048387097vw 0.3024193548vw 0 #fff,
            0.5040322581vw 0.4032258065vw 0 #fff, 0.4032258065vw 0.5040322581vw 0 #fff, 0.3024193548vw 0.6048387097vw 0 #fff, 0.2016129032vw 0.7056451613vw 0 #fff, 1px 0.8064516129vw 0 #fff, -1px -0.5040322581vw 0 #fff,
            -0.2016129032vw -0.4032258065vw 0 #fff, -0.3024193548vw -0.3024193548vw 0 #fff, -0.4032258065vw -0.2016129032vw 0 #fff, -0.5040322581vw -1px 0 #fff, -0.6048387097vw 0 0 #fff, -0.3024193548vw -0.5040322581vw 0 #fff,
            -0.4032258065vw -0.4032258065vw 0 #fff, -0.5040322581vw -0.3024193548vw 0 #fff, -0.6048387097vw -0.2016129032vw 0 #fff, -0.7056451613vw -1px 0 #fff, 0 1.4112903226vw 0.8064516129vw #444;
    }
    .benefit-headline span {
        font-size: 8.9717741935vw;
        margin-left: 0;
        line-height: 1.1;
        margin-top: 1.6129032258vw;
        padding: 0 6.4516129032vw;
    }
    .benefit-label-image-headline {
        top: 0;
        left: 0;
    }
    .benefit-label-image {
        height: 84.7782258065vw;
        -webkit-transform: translate(-50%, -66.3306451613vw);
        transform: translate(-50%, -66.3306451613vw);
    }
    .benefit-label-image img.d {
        display: none;
    }
    .benefit-label-image img.m {
        display: block;
    }
    .benefit-content {
        margin-top: 82.3588709677vw;
    }
    .benefit-item {
        float: left;
        width: 50%;
        height: auto;
        padding: 0 1.5120967742vw;
        margin-bottom: 6.6532258065vw;
        border-radius: 0;
    }
    .benefit-item:nth-child(even) {
        margin-left: 0;
    }
    .benefit-item-wrapper {
        display: block;
        padding: 0 2.0193548387vw;
    }
    .benefit-item-detail {
        display: block;
    }
    .benefit-item-title-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .benefit-item-title-icon {
        height: 8.8709677419vw;
        margin-right: 2.2177419355vw;
    }
    .benefit-item-title {
        font-size: 8.0141129032vw;
        padding-top: 2.2177419355vw;
    }
    .benefit-item-description {
        font-size: 3.2258064516vw;
        margin-top: 1.814516129vw;
    }
    .benefit-item-highlight {
        height: auto;
        font-size: 3.5282258065vw;
        margin-top: 3.8306451613vw;
        padding: 3.2258064516vw 1.310483871vw;
        border-radius: 2.0161290323vw;
    }
    .benefit-item:nth-child(3) .benefit-item-highlight {
        padding: 5.6955645161vw 1.310483871vw;
    }
    .benefit-item br.d {
        display: none;
    }
    .benefit-item br.m {
        display: block;
    }
    .how-good-bg {
        top: unset;
        left: unset;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
    .how-good-bg img.d {
        display: none;
    }
    .how-good-bg img.m {
        display: block;
    }
    .section-inner-how-good {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 100%;
        -webkit-transform: none;
        transform: none;
    }
    .how-good-probiotic-headline {
        font-size: 14.1129032258vw;
        margin-top: 12.1975806452vw;
    }
    .how-good-probiotic-headline span {
        font-size: 10.5846774194vw;
        text-shadow: -0.9072580645vw 0 0 #fff, 0.8064516129vw 0 0 #fff, 0 0.7056451613vw 0 #fff, -1px 0.6048387097vw 0 #fff, -0.2016129032vw 0.5040322581vw 0 #fff, -0.3024193548vw 0.4032258065vw 0 #fff, -0.4032258065vw 0.3024193548vw 0 #fff,
            -0.5040322581vw 0.3024193548vw 0 #fff, -0.6048387097vw 0.2016129032vw 0 #fff, -0.7056451613vw 1px 0 #fff, 0 -0.6048387097vw 0 #fff, 1px -0.5040322581vw 0 #fff, 0.2016129032vw -0.4032258065vw 0 #fff,
            0.3024193548vw -0.3024193548vw 0 #fff, 0.4032258065vw -0.2016129032vw 0 #fff, 0.5040322581vw -1px 0 #fff, 0.6048387097vw 0 0 #fff, 0.8064516129vw 1px 0 #fff, 0.7056451613vw 0.2016129032vw 0 #fff, 0.6048387097vw 0.3024193548vw 0 #fff,
            0.5040322581vw 0.4032258065vw 0 #fff, 0.4032258065vw 0.5040322581vw 0 #fff, 0.3024193548vw 0.6048387097vw 0 #fff, 0.2016129032vw 0.7056451613vw 0 #fff, 1px 0.8064516129vw 0 #fff, -1px -0.5040322581vw 0 #fff,
            -0.2016129032vw -0.4032258065vw 0 #fff, -0.3024193548vw -0.3024193548vw 0 #fff, -0.4032258065vw -0.2016129032vw 0 #fff, -0.5040322581vw -1px 0 #fff, -0.6048387097vw 0 0 #fff, -0.3024193548vw -0.5040322581vw 0 #fff,
            -0.4032258065vw -0.4032258065vw 0 #fff, -0.5040322581vw -0.3024193548vw 0 #fff, -0.6048387097vw -0.2016129032vw 0 #fff, -0.7056451613vw -1px 0 #fff, 0 1.4112903226vw 0.8064516129vw #444;
    }
    .how-good-probiotic-wrapper {
        padding-top: 69.9596774194vw;
    }
    .how-good-probiotic-icon-wrapper {
        top: -12.483871vw;
        left: 0;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
    .how-good-probiotic-icon {
        height: 75vw;
    }
    .how-good-probiotic-icon img.d {
        display: none;
    }
    .how-good-probiotic-icon img.m {
        display: block;
    }
    .how-good-title-wrapper {
        position: relative;
        top: unset;
        left: unset;
    }
    .how-good-three-wrapper .how-good-title-wrapper {
        padding-left: 5.1411290323vw;
        margin-bottom: 0;
    }
    .section-inner-how-good.probiotic .how-good-title-wrapper {
        top: unset;
        width: 65.5241935484vw;
        padding-left: 7.7620967742vw;
        -webkit-transform: none;
        transform: none;
    }
    .section-inner-how-good.c .how-good-title-wrapper {
        top: unset;
        padding-left: 7.7620967742vw;
        margin-bottom: 7.8629032258vw;
        -webkit-transform: none;
        transform: none;
    }
    .how-good-title {
        font-size: 7.0564516129vw;
        line-height: 0.95;
    }
    .how-good-title span {
        font-size: 4.7379032258vw;
    }
    .section-inner-how-good.probiotic .how-good-content {
        padding: 0;
    }
    .section-inner-how-good.c .how-good-content {
        padding: 0;
    }
    .how-good-vit-c-wrapper .how-good-content {
        padding: 0;
    }
    .how-good-three-wrapper .how-good-content {
        margin-top: 5.0403225806vw;
    }
    .how-good-content-box {
        width: 90.9274193548vw;
        padding: 3.8306451613vw 1.5120967742vw 4.2338709677vw 3.8306451613vw;
        margin: 9.4758064516vw auto 0;
        border-radius: 4.6370967742vw;
    }
    .how-good-content-box:first-child {
        margin-top: 0;
    }
    .section-inner-how-good.c .how-good-content-box {
        width: 90.9274193548vw;
    }
    .section-inner-how-good.c .how-good-content-box:nth-child(3) {
        padding-top: 4.435483871vw;
        padding-bottom: 3.6290322581vw;
    }
    .how-good-three-wrapper .how-good-content-box {
        display: inline-block;
        vertical-align: top;
        width: auto;
        height: auto;
    }
    .section-inner-how-good.probiotic .how-good-content-box:nth-child(2) {
        min-height: 35.2822580645vw;
    }
    .how-good-content-box.white {
        -webkit-box-shadow: 0 0 2.6209677419vw 0.2016129032vw rgba(0, 0, 0, 0.12);
        box-shadow: 0 0 2.6209677419vw 0.2016129032vw rgba(0, 0, 0, 0.12);
    }
    .how-good-three-wrapper .how-good-content-box.white {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .how-good-content-icon-wrapper {
        top: -4.6370967742vw;
        left: -1.4112903226vw;
        width: 16.7338709677vw;
        height: 16.7338709677vw;
        -webkit-box-shadow: 0 0 4.2338709677vw 0.6048387097vw rgba(218, 99, 1, 0.2);
        box-shadow: 0 0 4.2338709677vw 0.6048387097vw rgba(218, 99, 1, 0.2);
    }
    .section-inner-how-good.c .how-good-content-icon-wrapper {
        -webkit-box-shadow: 0 0 4.2338709677vw 0.6048387097vw rgba(213, 145, 0, 0.2);
        box-shadow: 0 0 4.2338709677vw 0.6048387097vw rgba(213, 145, 0, 0.2);
    }
    .section-inner-how-good.d .how-good-content-icon-wrapper {
        -webkit-box-shadow: 0 0 4.2338709677vw 0.6048387097vw rgba(255, 45, 45, 0.2);
        box-shadow: 0 0 4.2338709677vw 0.6048387097vw rgba(255, 45, 45, 0.2);
    }
    .section-inner-how-good.zn .how-good-content-icon-wrapper {
        -webkit-box-shadow: 0 0 4.2338709677vw 0.6048387097vw rgba(0, 170, 249, 0.2);
        box-shadow: 0 0 4.2338709677vw 0.6048387097vw rgba(0, 170, 249, 0.2);
    }
    .section-inner-how-good.se .how-good-content-icon-wrapper {
        -webkit-box-shadow: 0 0 4.2338709677vw 0.6048387097vw rgba(80, 207, 122, 0.2);
        box-shadow: 0 0 4.2338709677vw 0.6048387097vw rgba(80, 207, 122, 0.2);
    }
    .section-inner-how-good.probiotic .how-good-content-box:nth-child(2) .how-good-content-icon-wrapper {
        top: -4.6370967742vw;
    }
    .section-inner-how-good.c .how-good-content-box:first-child .how-good-content-icon-wrapper {
        top: -2.0161290323vw;
    }
    .section-inner-how-good.c .how-good-content-box:nth-child(2) .how-good-content-icon-wrapper {
        top: -6.0483870968vw;
    }
    .section-inner-how-good.c .how-good-content-box:nth-child(3) .how-good-content-icon-wrapper {
        top: -1.310483871vw;
    }
    .how-good-three-wrapper .how-good-content-icon-wrapper {
        top: -1.2096774194vw;
        left: -10.8870967742vw;
    }
    .section-inner-how-good.zn .how-good-content-box .how-good-content-icon-wrapper {
        top: -1.2096774194vw;
        left: 47.1774193548vw;
    }
    .section-inner-how-good.se .how-good-content-box .how-good-content-icon-wrapper {
        top: -1.2096774194vw;
        left: -10.8870967742vw;
    }
    .how-good-content-icon {
        width: 11.7943548387vw;
        height: 11.0887096774vw;
    }
    .how-good-content-icon.immunity {
        -webkit-transform: translate(-44%, -50%);
        transform: translate(-44%, -50%);
    }
    .how-good-content-title {
        font-size: 6.5524193548vw;
        line-height: 0.95;
        padding-left: 15.7258064516vw;
    }
    .how-good-content-list {
        margin-top: 1.814516129vw;
    }
    .how-good-content-list li {
        font-size: 3.8306451613vw;
        line-height: 1.4;
        padding-left: 5.0403225806vw;
        margin-top: 3.2258064516vw;
    }
    .how-good-three-wrapper .how-good-content-list li {
        margin-top: 4.435483871vw;
    }
    .how-good-content-list li:first-child {
        margin-top: 0;
    }
    .how-good-content-list li:before {
        top: -1.310483871vw;
        font-size: 7.0564516129vw;
    }
    .how-good-content-list li a {
        border-width: 0.2016129032vw;
    }
    .how-good-content-list li a:hover {
        color: #231f20;
        border-color: #231f20;
    }
    .how-good-content-list li a:active {
        color: #d80008;
        border-color: #d80008;
    }
    .how-good-vit-c-wrapper {
        padding-top: 63.1048387097vw;
    }
    .how-good-vit-c-icon-wrapper {
        top: 10.048387vw;
        left: 0;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
    .how-good-vit-c-icon {
        height: 69.9596774194vw;
    }
    .how-good-vit-c-icon img.d {
        display: none;
    }
    .how-good-vit-c-icon img.m {
        display: block;
    }
    .how-good-content sup {
        left: 0.2016129032vw;
        font-size: 2.2177419355vw;
    }
    .how-good-content br.d {
        display: none;
    }
    .how-good-content br.m {
        display: block;
    }
    .section-inner-how-good.d {
        position: relative;
        top: unset;
        left: unset;
        height: 83.6693548387vw;
    }
    .section-inner-how-good.zn {
        /*top: 83.6693548387vw;*/
        position: relative;
        top: unset;
        left: unset;
        height: 68.5483870968vw;
    }
    .section-inner-how-good.se {
        /*top: 152.2177419355vw;*/
        position: relative;
        top: unset;
        left: unset;
        height: 91.3306451613vw;
    }
    .how-good-three-wrapper {
        left: 0;
        width: 100%;
        padding-top: 0;
    }
    .section-inner-how-good.d .how-good-three-wrapper {
        left: 0;
        padding-left: 49.5967741935vw;
        padding-top: 1.6129032258vw;
    }
    .section-inner-how-good.zn .how-good-three-wrapper {
        left: 0;
        padding-left: 1.2096774194vw;
        padding-top: 7.3588709677vw;
    }
    .section-inner-how-good.se .how-good-three-wrapper {
        left: 0;
        padding-left: 50.2016129032vw;
        padding-top: 6.0483870968vw;
    }
    .how-good-three-icon-wrapper {
        top: 6.898387vw;
        left: 0;
        -webkit-transform: none;
        transform: none;
    }
    .section-inner-how-good.zn .how-good-three-icon-wrapper {
        top: 17.903226vw;
        -webkit-transform: none;
        transform: none;
    }
    .section-inner-how-good.se .how-good-three-icon-wrapper {
        top: -8.145161vw;
        -webkit-transform: none;
        transform: none;
    }
    .how-good-three-icon {
        height: 66.7338709677vw;
    }
    .section-inner-how-good.zn .how-good-three-icon {
        height: 54.5362903226vw;
    }
    .section-inner-how-good.se .how-good-three-icon {
        height: 70.1612903226vw;
    }
    .how-good-three-icon img {
        display: block;
        width: auto;
        height: 100%;
        margin: 0 auto;
    }
    .how-good-three-icon img.d {
        display: none;
    }
    .how-good-three-icon img.m {
        display: block;
    }
    .section-product-information {
        position: relative;
        height: 240.4233870968vw;
        padding-top: 12.7016129032vw;
        background-image: url(../images/information/bg-section-product-information-m.jpg);
        background-size: 100% auto;
    }
    .product-information-headline {
        font-size: 10.5846774194vw;
        text-shadow: -0.9072580645vw 0 0 #fff, 0.8064516129vw 0 0 #fff, 0 0.7056451613vw 0 #fff, -1px 0.6048387097vw 0 #fff, -0.2016129032vw 0.5040322581vw 0 #fff, -0.3024193548vw 0.4032258065vw 0 #fff, -0.4032258065vw 0.3024193548vw 0 #fff,
            -0.5040322581vw 0.3024193548vw 0 #fff, -0.6048387097vw 0.2016129032vw 0 #fff, -0.7056451613vw 1px 0 #fff, 0 -0.6048387097vw 0 #fff, 1px -0.5040322581vw 0 #fff, 0.2016129032vw -0.4032258065vw 0 #fff,
            0.3024193548vw -0.3024193548vw 0 #fff, 0.4032258065vw -0.2016129032vw 0 #fff, 0.5040322581vw -1px 0 #fff, 0.6048387097vw 0 0 #fff, 0.8064516129vw 1px 0 #fff, 0.7056451613vw 0.2016129032vw 0 #fff, 0.6048387097vw 0.3024193548vw 0 #fff,
            0.5040322581vw 0.4032258065vw 0 #fff, 0.4032258065vw 0.5040322581vw 0 #fff, 0.3024193548vw 0.6048387097vw 0 #fff, 0.2016129032vw 0.7056451613vw 0 #fff, 1px 0.8064516129vw 0 #fff, -1px -0.5040322581vw 0 #fff,
            -0.2016129032vw -0.4032258065vw 0 #fff, -0.3024193548vw -0.3024193548vw 0 #fff, -0.4032258065vw -0.2016129032vw 0 #fff, -0.5040322581vw -1px 0 #fff, -0.6048387097vw 0 0 #fff, -0.3024193548vw -0.5040322581vw 0 #fff,
            -0.4032258065vw -0.4032258065vw 0 #fff, -0.5040322581vw -0.3024193548vw 0 #fff, -0.6048387097vw -0.2016129032vw 0 #fff, -0.7056451613vw -1px 0 #fff, 0 1.4112903226vw 0.8064516129vw #444;
    }
    .product-information-wrapper {
        max-width: 100%;
        margin: 6.1491935484vw auto 0;
    }
    .product-information-pack-item {
        display: inline-block;
        vertical-align: top;
        align-items: unset;
        justify-content: unset;
    }
    .product-information-pack-item + .product-information-pack-item {
        margin-left: 2.0161290323vw;
        transform: translateX(7.4596774194vw);
    }
    .product-information-pack-image {
        height: 37.2983870968vw;
    }
    .product-information-pack-detail {
        text-align: center;
        margin-top: 2.8225806452vw;
        -webkit-transform: none;
        transform: none;
    }
    .product-information-pack-title {
        font-size: 6.0483870968vw;
    }
    .product-information-pack-subtitle {
        font-size: 3.8306451613vw;
    }
    .product-information-nutrition-wrapper {
        display: inline-block;
        vertical-align: top;
        align-items: unset;
        justify-content: unset;
        width: 100%;
        margin-top: 20.564516129vw;
        padding: 0 1.4112903226vw;
    }
    .product-information-nutrition-item {
        align-items: unset;
        justify-content: unset;
        display: inline-block;
        vertical-align: top;
        float: left;
        width: 33.33%;
    }
    .product-information-nutrition-icon {
        height: 13.3064516129vw;
    }
    .product-information-nutrition-detail {
        display: block;
        width: 26.2096774194vw;
        text-align: center;
        margin: 4.435483871vw auto 0;
    }
    .product-information-nutrition-headline {
        font-size: 5.4435483871vw;
    }
    .product-information-nutrition-subheadline {
        font-size: 3.0241935484vw;
        margin-top: 1.2096774194vw;
    }
    .product-information-btn-wrapper {
        margin-top: 12.2983870968vw;
    }
    .product-information-btn {
        width: 54.2338709677vw;
        height: 9.6774193548vw;
        font-size: 5.5443548387vw;
        line-height: 10.080645161290322vw;
        border-radius: 5.0403225806vw;
    }
    .product-information-btn:hover {
        background-color: #f48620;
    }
    .product-information-btn:active {
        background-color: #d80008;
    }
    .product-information-vendor-wrapper {
        margin-top: 25.1008064516vw;
    }
    .product-information-vendor-headline {
        font-size: 7.9637096774vw;
    }
    .product-information-vendor-detail {
        width: 100%;
        height: auto;
        margin-top: 6.25vw;
    }
    .product-information-vendor-detail img {
        width: 100%;
        height: auto;
    }
    .product-information-vendor-detail img.d {
        display: none;
    }
    .product-information-vendor-detail img.m {
        display: block;
    }
    .qa-first-bg {
        left: 0;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }


    .product-information-vendor-button-wrapper {
        margin-top: 6.25vw;
    }
    .product-information-vendor-button {
        border-radius: 1.972222vw;
        -webkit-box-shadow: 0px 0px 1.763889vw 0.347222vw rgb(230 230 230);
        -moz-box-shadow: 0px 0px 1.763889vw 0.347222vw rgb(230 230 230);
        box-shadow: 0px 0px 1.763889vw 0.347222vw rgb(230 230 230);
        margin: 0 1.411290322580645vw;
        padding: 2.964169vw 2.032258vw 2.964169vw 2.032258vw;
    }

    .product-information-vendor-button img {
        height: 6.048387096774194vw;
    }

    .product-information-vendor-button:active, .product-information-vendor-button:focus {
        -webkit-box-shadow: 0px 0px 1.763889vw 0.347222vw rgb(230 230 230);
        -moz-box-shadow: 0px 0px 1.763889vw 0.347222vw rgb(230 230 230);
        box-shadow: 0px 0px 1.763889vw 0.347222vw rgb(230 230 230);
    }



    .qa-first-bg img.d {
        display: none;
    }
    .qa-first-bg img.m {
        display: block;
    }
    .qa-first-btn-wrapper {
        top: 31.048387096774192vw;
    }
    .qa-first-btn {
        height: 32.86290322580645vw;
    }
    .qa-first-btn img.d {
        display: none;
    }
    .qa-first-btn img.m {
        display: block;
    }
    .qa-first-btn:hover img {
        opacity: 1;
    }
    .qa-first-btn:active img {
        opacity: 0.8;
    }
    .qa-first-detail {
        bottom: 9.2741935484vw;
        left: 0;
        width: 100%;
        padding: 0 4.5362903226vw 0 5.467742vw;
        -webkit-transform: none;
        transform: none;
    }
    .qa-first-headline {
        font-size: 3.8306451613vw;
        margin-bottom: 2.0161290323vw;
    }
    .qa-first-list li {
        font-size: 2.4193548387vw;
    }
    .qa-first-list li p {
        width: 95.5%;
    }
    .qa-first-list li a:hover {
        color: #231f20;
    }
    .qa-first-list li a:active {
        color: #f5861f;
    }
    .qa-first-list li span {
        width: 2.8%;
    }
    .footer-container {
        display: block;
        align-items: unset;
        justify-content: unset;
        padding: 0;
    }
    .footer-logo-wrapper {
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 6.25vw;
    }
    .footer-logo-image {
        height: 10.685483870967742vw;
    }
    .footer-customer-wrapper {
        width: 100%;
        padding: 0 6.048387096774194vw;
        margin-top: 4.637096774193548vw;
    }
    .footer-customer-wrapper:before {
        display: none;
    }
    .footer-customer-headline {
        position: relative;
        font-size: 3.4274193548387095vw;
        text-align: center;
    }
    .footer-customer-headline:before, 
    .footer-customer-headline:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 22.379032258064516vw;
        height: 0.20161290322580644vw;
        background-color: #d5d5d5;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .footer-customer-wrapper:nth-child(3) .footer-customer-headline:before, 
    .footer-customer-wrapper:nth-child(3) .footer-customer-headline:after {
        width: 28.024193548387093vw;
    }
    .footer-customer-headline:before {
        left: 0;
    }
    .footer-customer-headline:after {
        right: 0;
    }
    .footer-customer-detail {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-top: 3.225806451612903vw;
    }
    .footer-customer-item {
        float: left;
        width: 47.4%;
        margin-top: 1.2096774193548387vw;
    }
    .footer-customer-item:nth-child(even) {
        width: 52.6%;
        white-space: nowrap;
    }
    .footer-customer-item:first-child {
        margin-top: 1.2096774193548387vw;
    }
    .footer-customer-label {
        width: auto;
        font-size: 2.9233870967741935vw;
        line-height: 3.225806451612903vw;
        margin-right: 0.3024193548387097vw;
    }
    .footer-customer-result {
        width: auto;
        font-size: 2.9233870967741935vw;
        line-height: 3.225806451612903vw;
    }
    .footer-customer-link .footer-customer-result {
        width: auto;
    }
    .footer-customer-icon + .footer-customer-result {
        padding-top: 1.2096774193548387vw;
    }
    .footer-customer-link:hover .footer-customer-result {
        color: #000;
    }
    .footer-customer-link:active .footer-customer-result {
        color: #f5861f;
    }
    .footer-customer-icon {
        width: 5.544354838709677vw;
        height: 5.544354838709677vw;
        margin-right: 1.0080645161290323vw;
    }
    .footer-customer-icon.website {
        background-image: url(../images/footer/icon-footer-cpthai-m.png);
    }
    .footer-customer-icon.facebook {
        background-image: url(../images/footer/icon-footer-facebook-m.png);
    }
    .footer-customer-icon.youtube {
        background-image: url(../images/footer/icon-footer-youtube-m.png);
    }
    .footer-customer-icon.twitter {
        background-image: url(../images/footer/icon-footer-twiter-m.png);
    }
    .footer-customer-link:hover .footer-customer-icon {
        opacity: 1;
    }
    .footer-customer-link:active .footer-customer-icon {
        opacity: 0.8;
    }
    .footer-customer-link {
        padding-top: 1.0080645161290323vw;
        padding-left: 7.862903225806452vw;
    }
    .footer-customer-item:nth-child(odd) .footer-customer-link {
        padding-left: 10.483870967741936vw;
    }
    .footer-copyright-wrapper {
        position: relative;
        bottom: unset;
        left: unset;
        text-align: center;
        padding: 7.459677419354839vw 5.544354838709677vw 9.475806451612904vw;
    }
    .footer-copyright {
        font-size: 3.024193548387097vw;
    }
    .popup-container {
        padding: 27.62096774193548vw 0 10.666666666666668vw;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .popup-wrapper {
        position: relative;
        top: 4vh;
        left: unset;
        width: 91.22983870967742vw;
        margin: 0 auto;
        transform: none;
        transform: none;
    }
    .popup-container.is-open .popup-wrapper {
        top: 0;
    }
    .popup-close-btn {
        top: 20.463709677419356vw;
        left: 3.6290322580645165vw;
        width: 4.032258064516129vw;
        height: 4.032258064516129vw;
    }
    .popup-close-btn:hover {
        opacity: 1;
    }
    .popup-close-btn:active {
        opacity: 0.7;
    }
    .popup-nutrition {
        height: 169.15322580645162vw;
    }
    .popup-nutrition img {
        width: 100%;
        height: auto;
    }
    .popup-nutrition img.d {
        display: none;
    }
    .popup-nutrition img.m {
        display: block;
    }
    .qa-bg {
        left: 0;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
    .qa-bg img.d {
        display: none;
    }
    .qa-bg img.m {
        display: block;
    }
    .qa-detail {
        bottom: 9.2741935484vw;
        left: 0;
        width: 100%;
        padding: 0 4.5362903226vw 0 8.4677419355vw;
        -webkit-transform: none;
        transform: none;
    }
    .qa-headline {
        font-size: 3.8306451613vw;
        margin-bottom: 2.0161290323vw;
    }
    .qa-list li {
        font-size: 2.4193548387vw;
    }
    .qa-banner {
        left: 0;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        padding-top: 14.0120967742vw;
    }
    .qa-intro-wrapper {
        text-align: left;
        padding-top: 14.0120967742vw;
        border-bottom: 1px solid #dddddd;
    }
    .qa-banner img.d {
        display: none;
    }
    .qa-banner img.m {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .qa-page-detail {
        bottom: 6.048vw;
        width: 90%;
    }
    .qa-bubble {
        padding: 4.714vw 2.024vw 3.008vw 3.024vw;
        border-radius: 3.814vw;
    }
    .qa-bubble:after {
        left: 3.828vw;
        height: 4.016vw;
        width: 5.724vw;
        bottom: -2.917vw;
    }
    .qa-q-header {
        width: 7.532vw;
        height: 7.532vw;
        font-size: 8.065vw;
        line-height: 7.832vw;
    }
    .qa-a-header {
        width: 7.532vw;
        height: 7.532vw;
        font-size: 8.065vw;
        line-height: 7.832vw;
    }
    .qa-description {
        padding: 4.319vw 3.024vw 1.008vw;
        margin-bottom: 4.024vw;
    }
    .qa-q-detail {
        font-size: 8.065vw;
        padding-left: 10.073vw;
        width: 100%;
    }
    .qa-a-detail {
        font-size: 3.831vw;
        padding-left: 10.073vw;
        line-height: 5.629vw;
        padding-top: 1vw;
        padding-bottom: 3.52vw;
        word-break: break-word;
    }
    .qa-q-detail br.d,
    .qa-a-detail br.d  {
        display: none;
    }
    .qa-q-detail br.m, 
    .qa-a-detail br.m {
        display: block;
    }
    .hand-cilck {
        -webkit-transform: translate(-43.145161290322584vw, -52.41935483870967vw);
        transform: translate(-43.145161290322584vw, -52.41935483870967vw);
    }
    .hand-cilck-image {
        height: 34.66666666666667vw;
    }

    img.d {
        display: none;
    }
    img.m {
        display: block;
    }

}