

@charset "UTF-8";

html,body {
    /*background: #500d62;*/
	font-size:10px;
    font-family: 'Noto Sans TC', 'Helvetica Neue','微軟正黑體', 'Microsoft JhengHei', Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #2e2e2e;
    line-height: 1.25;
}
a:focus{
    outline: none;
}
.con{
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100vh;
}
.wrap {
    width: 100%;
    height: auto;
}
.popup{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.85);
}
.popup > div{
    position: relative;
}
.popup-video .con{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: initial;
    padding: 5% 0;
}
.btn-popup-close{
    width: 34px;
    height: 37px;
    background: url(../images/closebtn.png?t=2024) center center no-repeat;
    position: absolute;
    right: -50px;
    top: 0px;
    cursor: pointer;
    z-index: 99;
}
.video-body{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto;
}
#newVideo2023 .video-body{
    width: 100%;
}
.video-body > #youtubePlay,.video-body > #youtubePlay2023{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
header{
    width: 100%;
    height: 81px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3c3527+0,8a7e68+100 */
background: linear-gradient(135deg,  rgba(60,53,39,1) 0%,rgba(138,126,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

/*    border:1px solid #88c1a3;
    border-width:1px 0 1px 0;*/
    display: flex;
    justify-content: space-between;
    align-self: flex-start;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}
header::after{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#826755+0,efd5a5+100 */
background: linear-gradient(to right,  rgba(130,103,85,1) 0%,rgba(239,213,165,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
header .logo{

    width: 87px;
    height: 108px;
    background:url(../images/logo.png?t=2024);
    margin-left: 3.5vw;
}

header nav ul{
    margin-right: 2.6vw;
    display: flex;
    justify-content: center;
    align-self: center;
}
header nav ul li{
    /*display: inline-block;*/
    font-size: 21px;
    line-height: 80px;
    position: relative;
    padding: 0 1vw;
    color: #fff;
    font-weight: 500;
    z-index: 1;
    cursor: pointer;
}

header nav ul li.nav-sp::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#30915e+0,072616+99 */
background: linear-gradient(to right,  rgba(48,145,94,1) 0%,rgba(7,38,22,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    transform: skew(-15deg);
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
header nav > ul > li:not(.nav-social):not(.nav-sp)::before{
    content: "/";
    position: absolute;
    right: 0;
}
header nav > ul > li:not(.nav-sp)::after{
    content: "";
    width: 90%;
    height: 6px;
    background:url(../images/header_hover.png?t=2024);
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 5%;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
} 
header nav > ul > li.nav-social::after{
    content: none;

}

.nav-prolink1{
    color: #007b3a;
}
.nav-prolink1::before{
    background: #fff;
    opacity: 1;
}

.nav-prolink2::before{
    background: #9f0071;
    opacity: 1;
}
header nav ul li a,.nav-prolink1 a,.nav-prolink2 a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
header nav > ul > li:hover{
    /*color: #007b3a;*/
}
header nav > ul > li:hover:after{
    opacity: 1;

} 
header nav > ul > li:hover:before {
    /*opacity: 1;*/
}

.nav-social {
/*    position: absolute;
    right: 0;
    bottom: -70px;*/
}
.nav-social:before{
    content: none;
}
li.nav-social ul li{
    padding:0 .5vw;
}
li.nav-social ul{
    margin-right: 1.5vw;
}
.nav-social svg{
    width: 33px;
    height: 33px;  
    position: relative;
    z-index:0;      
    vertical-align: middle;
}
.nav-social li svg .cls-1{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-social li:hover svg .cls-1{
    fill: #fff600;
}
/* header end */




section{
    position: relative;
    /*height: 100vh;*/
    overflow: hidden;
}

.btn{
    background-position: center top;
    cursor: pointer;
}
.btn span{
    position: absolute;
    background-position: bottom;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.btn:hover span{
    opacity: 1;
}
.btn > a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}
img {
    position: relative;
    display: block;
    max-width: 100%;
}

.fixed-btns{
    position: fixed;
    width: 11.7rem;
    right: 15px;
    top: 160px;
    z-index: 9;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transform: translateX(65px);
    -webkit-transform: translateX(65px);
    /*margin: 0px 15px;*/
}
.fixed-btns.show{
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%); 
}
.fixed-btns > div{

}

/* kv */

.kv{
    /*margin-top: -60px;*/
    width: 100%;
    height: 107.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/kv_goldbg.png?t=2024) center bottom no-repeat;
}
.kv-slide1{
    mask-image:url(../images/kv_mask.png?t=2024);
    -webkit-mask-image:url(../images/kv_mask.png?t=2024);
    mask-size:cover;
    mask-position:50% 0%;
}
.kv-bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}
.kv-bg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.kv-bg #kv_video_pc{
    position: absolute;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -3;
    left: 50%;
    transform: translate(-50%,0);
}
.kv-bg::after{
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*background: url(../images/video_mask.png); */
    z-index: 0;
}
.kv-main{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.kv-title{
    position: absolute;
    /*width: 57.48%;*/
    left: 50%;
    margin-left: -370px;
    bottom: 55%;
    z-index: 2;
}
.kv-sp1{margin-left: -400px;position: absolute;bottom: 0;left: 50%;z-index: 0}
.kv-sp2{margin-left: -160px;position: absolute;bottom: 0;left: 50%;z-index: 1}
.kv-signtxt{
    position: absolute;
    left: 50%;
    margin-left: -180px;
    bottom: 10%;
    z-index: 3;
}
.kv-bottom{
    position: absolute;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
}
.kv-h1{
    position: relative;

    /*width: 55.417%;*/
}
.kv-pro{
    /*width: 315px;*/
    position: absolute;
    right: 50%;
    margin-right: -760px;
    /*right: 55px;*/
    bottom: -20px;
    z-index: 3;
    /*cursor: pointer;*/
}
.kv-no1{
    position: absolute;
    top: 110px;
    right: 80px;
    width: 180px;
    /*width: 24rem;*/
}
.kv-btns{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 72px;
}
.btn-kv-1,.btn-kv-2{
    width: 344px;
    height: 65px;
    border-radius: 33px;
    margin: 0 7px;
    line-height: 65px;
    text-align: center;
    font-size: 1.8125rem;
    font-weight: 700;
    letter-spacing: 0.075em;
    cursor: pointer;
    transition: background .3s ease;
    -webkit-transition: background .3s ease;
    position: relative;
}
.btn-kv-1::after,.btn-kv-2::after{
    content: "";
    width: 13px;
    height: 22px;
    background: url(../images/kv_btn_arrow1.png?t=2024);
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
/*    -webkit-animation: arrowDown2 0.5s ease 0s infinite alternate both;
    animation: arrowDown2 0.5s ease 0s infinite alternate both;*/
}
.kv-slide1 .kv-bg{
    top: initial;
    bottom: 0;
    display: flex;align-items: center;
}
.kv-slide1 .kv-pro{
    position: absolute;
    bottom: 80px;
    right:80px;
    margin-right: initial;
}
.btn-kv-2::after{
    background: url(../images/kv_btn_arrow2.png?t=2024);
}
.btn-kv-1 span,.btn-kv-2 span{ font-size: 2rem; }
.btn-kv-1{background: #fffc00;color:#007b3a;}
.btn-kv-1 span{color: #ff8400;}
.btn-kv-2{background: #007b3a;color: #fff;}
.btn-kv-2 span{color: #f6e741;}

.btn-kv-1:hover{background:#fff000;}
.btn-kv-2:hover{background:#006f34;}


.btn-kv-1:hover:after,.btn-kv-2:hover:after{
    -webkit-transform: translate(50%,0%);
    transform: translate(50%,0%);
}
.btn-kv-1 a,.btn-kv-2 a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.kv-scrolldown{
    position: absolute;
    color: #fff;
    margin:0 auto;
    bottom: 8vh;
    text-shadow: 0px 0px 9px #837d16;
    font-size: 1.25rem;
    font-weight: 500;

}
.kv-scrolldown::after{
    content: "";
    background: url(../images/arrow_down.png?t=2024);
    width: 34px;
    height: 27px;
    position: absolute;
    left: 50%;
    bottom: -50px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-animation: arrowDown 0.5s ease 0s infinite alternate both;
    animation: arrowDown 0.5s ease 0s infinite alternate both; 
}

@-webkit-keyframes arrowDown {
    0% {-webkit-transform: translate(-50%,0);}
    100% {-webkit-transform: translate(-50%,-50%);}
}
@keyframes arrowDown {
    0% {transform: translate(-50%,0);}
    100% {transform: translate(-50%,-50%);}
}


@-webkit-keyframes arrowDown2 {
    0% {-webkit-transform: translate(0%,0%);}
    100% {-webkit-transform: translate(50%,0%);}
}
@keyframes arrowDown2 {
    0% {transform: translate(0%,0%);}
    100% {transform: translate(50%,0%);}
}


/* kv */


/* sp */

.sp{
    background: url(../images/sp_bg.jpg?t=2024) center center no-repeat;
    background-size: cover;
}

.sp .con{
    display: flex;
    justify-content: center;
    /*align-items: flex-end;*/
}

.sp-info{
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.sp-product{
    position: relative;
    margin-top: 3%;
}
.sp-light{position: absolute;top: -25%;left: -25%;z-index: 0;width: 728px;}

.sp-main{
    height: 100%;
    display: flex;
    align-items: flex-end;
    margin-left: -3%;
    position: relative;
}
.sp-man{
    height: 73.5%;
}
.sp-shape{
    position: absolute;
    left: -20%;
    height: 79%;
}
.sp-say{
    position: absolute;
    right: -150px;
    bottom: 46%;
}
.sp-sign{
    position: absolute;
    bottom: 5%;
    right: -150px;
}
.sp-man img,.sp-shape img{height: 100%;width: auto;max-width: initial;}
/* sp */



/* primary */

.primary{
    background: url(../images/primary_bg.jpg?t=2024) center center no-repeat;
    background-size: cover;
}

.primary .con{
    display: flex;
    justify-content: center;
    align-items: center;
}
.primary-main{
    position: relative;
    z-index: 1;
}
.primary-info{
    position: relative;
    z-index: 0;
    margin-left: 5%;
}

.primary-ing{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 140px;
    margin: 10px 0;
}
.primary-ing-img{
    position: relative;
    /*position: absolute;*/
    width: 200px;
    height: 100%;
    z-index: 1;
}

.primary-ing-img img{
    position: absolute;
    max-width: initial;
}

.primary-ing:nth-child(4) .primary-ing-img img{
    top: 50%;
    left: 40%;
    transform: translate(-50%,-50%);
}

.primary-ing:nth-child(5) .primary-ing-img img{
    top: 50%;
    left: 40%;
    transform: translate(-50%,-50%);
}

.primary-ing:nth-child(6) .primary-ing-img img{
    top: 50%;
    left: 40%;
    transform: translate(-50%,-50%);
}

.primary-ing-txt{
    position: relative;
    z-index: 1;
}
.primary-ing h3{
    color: #006535;
    font-size: 1.95rem;
    line-height: 1.4em;
    font-weight: 500;
    letter-spacing: 0.125em;
    margin-bottom: 0.5em;
}
.primary-ing h3 strong{
    font-weight: 700;
}

.primary-ing p{
    color:#474747;
    font-size: 1.35rem;
    line-height: 1.67em;
    letter-spacing: 0.0625em;
}
.primary-ing-bg{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%,0%);
}
.primary-ing-bg img{
    max-width: initial;
}


.primary-water1{
    position: absolute;
    width: 693px;
    height: 448px;
    bottom: -160px;
    left: -225px;
}

.primary-water2{
    position: absolute;
    width: 405px;
    height: 459px;
    top: -120px;
    right: -240px;
}

.primary-light1{
    position: absolute;
    width: 428px;
    height: 389px;
    bottom: -85px;
    left: -170px;
}

.primary-light2{
    position: absolute;
    width: 383px;
    height: 657px;
    top: -50px;
    right: -265px;
}

/* primary */

.video{
    background-color: #fafcf5;
}

/*pretty*/

.pretty{
    height: auto;
    padding-top: 100px;
    background:#fafcf5 url(../images/pretty_bg.jpg?t=2024) center bottom no-repeat;
    padding-bottom: 50px;
}


.pretty .con{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    height: auto;
}

.pretty-title{
    position: relative;
    margin-bottom: 50px;
}
.pretty-txt{
    color: #724201;
    font-weight: bold;
    font-size: 2rem;
}
.pretty-list{
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: flex-start;*/
    margin-top: 30px;
}
.pretty-box{
    margin-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.pretty-area-title{
    display: flex;
    justify-content: center;
    padding-left: 0%;
    margin-bottom: 0rem;
}
.pretty-pro{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
}
.pretty-pro .pro{margin-right: -10px;position: relative;z-index: 1;height: 370px;}
.pretty-pro .pic{margin-left: -30px;position: relative;z-index: 0;}
.pro-li{
    position: absolute;
    right: -40px;
    top: 12%;
    z-index: 2;
}
.pretty-tip{
    text-align: center;
    color: #884600;
    margin-top: 1em;
}
.pretty-frame{
    position: absolute;
    left: 0px;
    bottom: 0%;
    left:50%;
    transform: translateX(-50%);
}
.pretty-frame img{max-width: initial;}
.pretty-ball{
    /*position: absolute;*/
    bottom: 20px;
    /*left: 7%;*/
    z-index: 2;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}
.pretty-box1 .pretty-pro{

}
.pretty-box2{
    flex-direction: row-reverse;
}
.pretty-box2 .pretty-area-title{
    margin-top: 3rem;
}
.pretty-main-txt{
    font-size: 20px;
    line-height: 2em;
    margin-bottom: 2em;
    text-align: center;
    color: #724201;
    font-weight: bold;
}
/*pretty*/


/*gaba*/
.gaba{
    background: #01371c;
}
.gaba .gaba-main{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background:url(../images/gaba_main_bg.jpg?t=2024) center top no-repeat;
    padding-top: 80px;
}
.gaba .gaba-main .main{position: relative;perspective: 1000px;}
.gaba .gaba-main .main > img{position: relative;z-index: 1;}
.move{
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.gaba-main-ball{position: absolute;top: 50%;left: 50%;}
.gaba-ball1{
    width: 256px;
    margin-left: 31%;
    margin-top: -15%;
    /*animation: gball1 1.5s linear 0s infinite alternate both;*/
}


.gaba-ball2{
    margin-left: -101%;
    margin-top: -11%;
    transform: translateZ(-22em);
}
.gaba-ball3{
    margin-left: -144%;
    margin-top: -93%;
    transform: translateZ(-100em);
}
.gaba-ball2 img{animation-delay: .3s;}
.gaba-ball3 img{animation-delay: .5s;}

.gaba-title{
    position: relative;
    margin-bottom: 50px;

}
.gaba-txt{
    color: #fff;
    text-align: center;
    /*line-height: 2em;*/
    margin-bottom: 50px;
    font-size: 2rem;
        font-weight: bold;
}
.gaba-list{
    position: relative;
    background: url(../images/gaba_ball_bg.jpg?t=2024) center top no-repeat;
    padding-bottom: 100px;
    padding-top: 100px;
}

.gaba-list .con{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.gaba-list1{display: flex;}
.gaba-list2{display: flex;}

.gaba-bottom{
    /*margin-top: -50px;*/
    padding-bottom: 100px;
}
.gaba-bottom-list{

    /*max-width: 1280px;*/
    /*margin: 0 auto;*/
    margin-left: -10%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.gaba-tip{
    max-width: 1150px;
    margin: 0 auto;
    color: #fff;
    line-height: 1.5em;
}
/*.*/
/*gaba*/


/*product*/

.product{
   /*/* background: rgb(18,101,58); /* Old browsers */
/*    background: -moz-linear-gradient(left, rgba(18,101,58,1) 0%, rgba(16,122,70,1) 100%);
    background: -webkit-linear-gradient(left, rgba(18,101,58,1) 0%,rgba(16,122,70,1) 100%); 
    background: linear-gradient(to right, rgba(18,101,58,1) 0%,rgba(16,122,70,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12653a', endColorstr='#107a46',GradientType=1 );*/
    background: url(../images/product_bg.jpg?t=2024) center center no-repeat;
    background-size: cover;

}

.product .con{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.product-title{
    position: relative;
    margin-bottom: 50px;
}
.product-list{
    display: flex;
    justify-content: center;
    align-items: center; 
}
.product-box{
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 5px;
}

.product-main{
    width: 143px;
    height: 294px;
    position: relative;
    z-index: 1;
}

.product-name{
    position: absolute;
    left: -.8em;
    top: .2em;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-size: 2.59375rem;
    font-weight: 300;
    color: #0a8244;
    opacity: .1;
/*    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;*/
}
.product-light{
    width: 385px;
    height: 463px;
    background:url(../images/select_light.png?t=2024) center center no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 0;
    pointer-events: none;
}
.product-img{
    width: 143px;
    height: 294px;
}
.product-box:nth-child(1) .product-img,
.product-box:nth-child(2) .product-img,
.product-box:nth-child(3) .product-img,
.product-box:nth-child(4) .product-img,
.product-box:nth-child(5) .product-img{
    width: 156px;
}
.product-info{
    margin-top: -50px;
    width: 240px;
    transform: skew(-5deg);
}
.product-info p{
    transform: skew(5deg);
}
.product-area{
    height: 100px;
    background: #fff611;
    color: #007b3a;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 13px;
    /*transform: skew(-3deg);*/
}
.product-area p{ font-weight: 400; }
.product-area strong{ font-weight: 700; }
.area1{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#aef5ca+0,118756+100 */
background: #aef5ca; /* Old browsers */
background: -moz-linear-gradient(top, #aef5ca 0%, #118756 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #aef5ca 0%,#118756 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #aef5ca 0%,#118756 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aef5ca', endColorstr='#118756',GradientType=0 ); /* IE6-9 */
}
.area2{
    background: rgb(232,242,177); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(232,242,177,1) 0%, rgba(205,232,96,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(232,242,177,1) 0%,rgba(205,232,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(232,242,177,1) 0%,rgba(205,232,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f2b1', endColorstr='#cde860',GradientType=0 );
}
.area3{
    background: rgb(255,248,251); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,248,251,1) 0%, rgba(255,190,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,248,251,1) 0%,rgba(255,190,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,248,251,1) 0%,rgba(255,190,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8fb', endColorstr='#ffbecc',GradientType=0 );
}
.area4{
    background: rgb(245,255,254); /* Old browsers */
background: -moz-linear-gradient(top, rgba(245,255,254,1) 0%, rgba(137,223,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(245,255,254,1) 0%,rgba(137,223,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(245,255,254,1) 0%,rgba(137,223,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fffe', endColorstr='#89dfff',GradientType=0 );
}
.area5{
    background: rgb(245,255,254); /* Old browsers */
background: -moz-linear-gradient(top, rgba(245,255,254,1) 0%, rgba(255,237,236,1) 0%, rgba(255,170,163,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(245,255,254,1) 0%,rgba(255,237,236,1) 0%,rgba(255,170,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(245,255,254,1) 0%,rgba(255,237,236,1) 0%,rgba(255,170,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fffe', endColorstr='#ffaaa3',GradientType=0 );
}
.product-txt{
    height: 140px;
    background:#fff;
    padding: 25px;
    font-size: 1.3125rem;
    line-height: 1.3em;
    text-align: center;
}
.btn-pro-more{
    width: 112px;
    height: 43px;
    background: #0bb356;
    position: absolute;
    bottom: -13px;
    right: 8px;
    color: #fff;
    font-family: "Arial";
    font-weight: bold;
    line-height: 43px;
    background: rgb(19,211,104); 
    background: -moz-linear-gradient(top, rgba(0,134,60,1) 0%, rgba(19,211,104,1) 83%); 
    background: -webkit-linear-gradient(top, rgba(0,134,60,1) 0%,rgba(19,211,104,1) 83%);
    background: linear-gradient(to bottom, rgba(0,134,60,1) 0%,rgba(19,211,104,1) 83%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00863c', endColorstr='#13d368',GradientType=0 );
    transform: skew(-5deg);
    text-align: center;
    /*overflow: hidden;*/
}
.btn-pro-more span{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(19,211,104);
    background: -moz-linear-gradient(top, rgba(19,211,104,1) 0%, rgba(0,134,60,1) 83%); 
    background: -webkit-linear-gradient(top, rgba(19,211,104,1) 0%,rgba(0,134,60,1) 83%); 
    background: linear-gradient(to bottom, rgba(19,211,104,1) 0%,rgba(0,134,60,1) 83%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13d368', endColorstr='#00863c',GradientType=0 );
    z-index: 0;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transform: skew(0deg);

}
.btn-pro-more::before{
    content: "MORE";
    font-size:1.125rem;
    transform: skew(5deg);
    z-index: 1;
    position: relative;
}
.btn-pro-more::after{
    content: "";
    width:9px;
    height:15px;
    background:url(../images/btn_arrow.png?t=2024)center center no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: .5em;
    transform: skew(5deg);
    z-index: 1;
}
.product-box:hover .product-name{
    opacity: 1;
}
.product-box .area1 p{
    color: #fff;
}
.product-box:hover .product-light{
    opacity: 1;
}
.product-box:hover .btn-pro-more{
    /*background:none;*/
}
.product-box:hover .btn-pro-more span{
    opacity: 1;
}

/*product*/

/*product lightbox*/

.product-lightbox{
    background: rgba(0, 0, 0, .77);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -2;
    opacity: 0;
}

.product-lightbox .con{
    position: relative;
    width: 951px;
    height:576px;
    padding: 0px;

}
.pro-list{
    width: 100%;height: 100%;position: relative;
}
.pro-con{
    position: relative;
    width: 951px;
    height:576px;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.product1{
    background:url(../images/product_bg1.jpg?t=2024) center center no-repeat;
}
.product2{
    background:url(../images/product_bg2.jpg?t=2024) center center no-repeat;
}
.product3{
    background:url(../images/product_bg3.jpg?t=2024) center center no-repeat;
}
.product4{
    background:url(../images/product_bg4.jpg?t=2024) center center no-repeat;
}
.product5{
    background:url(../images/product_bg5.jpg?t=2024) center center no-repeat;
}
.product6{
    background:url(../images/product_bg6.jpg?t=2024) center center no-repeat;
}
.pro-info{
    position: relative;
    width: 405px;
    height: 100%;
    padding: 56px 0 0 36px;
}
.pro-info h1{color: #107946;font-size: 5.5rem;line-height: 1em;font-weight: 700;margin: 15px 0 10px 0;}
.pro-info h2{color: #107946;font-size: 5.5rem;line-height: 1em;font-weight: 700;margin: 15px 0 10px 0;} /*2020 0924 changed*/
.pro-info h1{color: #107946;font-size: 5.5rem;line-height: 1em;font-weight: 700;margin: 15px 0 10px 0;}
.pro-info h3{color: #107946;font-size: 3.6rem;line-height: 5.3rem;margin-bottom: 20px;}
.pro-info  ul li{font-size:3rem;line-height: 6rem;} /* pc */

.btn-buybox{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 25px;
}
.btn-buybox a{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.btn-buy-pro{
    margin-right: -40px;
}
.btn-buy{
    /*margin-left: -20px;*/
    width: 220px;
    height: 40px;
    border-radius: 33px;
    margin: 0 7px;
    line-height: 40px;
    text-align: center;
    font-size: 1.85rem;
    font-weight: 700;
    letter-spacing: 0em;
    cursor: pointer;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    text-indent: 1em;
}
.btn-buy::after{
    content: "";
    width: 8px;
    height: 13px;
    background: url(../images/kv_btn_arrow1.png?t=2024);
    background-size: cover;
    display: inline-block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    margin-left: .25em;
    -webkit-animation: arrowDown2 0.5s ease 0s infinite alternate both;
    animation: arrowDown2 0.5s ease 0s infinite alternate both;
}

/*.btn-buy span{ font-size: 2rem; }*/
.btn-buy{background: #fffc00;color:#007b3a;}
.btn-buy span{color: #ff8400;}


.btn-buy:hover{background:#fff000;}


.btn-buy:hover:after{
    -webkit-transform: translate(50%,0%);
    transform: translate(50%,0%);
}

.pro-medal{
    width: 113px;
    height: 137px;
    background: url(../images/product_medal.png?t=2024) center center no-repeat;
}
.pro-main{
    position: relative;
    width: calc( 100% - 405px);
    height: 100%;
}

.pro-light{
    width: 649px;
    height: 649px;
    background:url(../images/product_light.png?t=2024) center center no-repeat;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
}
.pro-freesugar{
    width: 92px;
    height: 89px;
    background: url(../images/product_unsuger.png?t=2024) center center no-repeat;
    position: absolute;
    top: 40px;
    left: 80px;
}
.pro-ing{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-40%); 
    z-index: 2;
}
.pro-ing img{
    max-width: initial;
}
.pro-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-60%); 
    z-index: 1;
}
.pro-tip{
    width: 151px;
    height: 35px;
    background:url(../images/product_tip2.png?t=2024);
    position: absolute;
    bottom: 22px;
    right: 24px;
}
.pro-tip2{
    background:url(../images/product_tip1.png?t=2024);
}

.btn-pro-close{
    width: 34px;
    height: 37px;
    background: url(../images/closebtn.png?t=2024) center center no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
    cursor: pointer;
    z-index: 99;
}
/*product lightbox*/

/*doctor*/

.doctor{
    background: url(../images/doctor_bg.jpg?t=2024) center center no-repeat;
    background-size: cover;
}

.doctor .con{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    /*flex-direction: column;*/
}
.doctor .con::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 24px 0 24px;
    border-color: #cdf1b3 transparent transparent transparent;
    position: absolute;
    top: 0;

}

.doctor-info{
    width: 1061px;
    height: 654px;
    background:url(../images/doctor_frame.png?t=2024) center center no-repeat;
    position: relative;
    padding: 48px 135px;
}

.doctor-title{
    margin-bottom: 40px;
}
.doctor-txt{
    font-size: 1.35rem;
    line-height: 1.8rem;
}
.doctor-ing{display: flex;justify-content: flex-start;align-items: center;margin-top: 30px;}
.doctor-ing-img{margin-right: 10px;}
.doctor-txt h3{
    font-size: 1.6rem;
    color: #0e5827;
    text-align: center;
    font-weight: bold;
}
.doctor-txt ul li{
    margin-bottom: 10px;
}
.doctor-txt ul p{
    color: #007b3a;
    font-size: 1.5rem;
    line-height: 1.95rem; 
}
.doctor-txt ul span{line-height: 1.95rem; }
.doctor-main{margin-left: -260px;margin-top: -50px;position: relative;}
.doctor-man{}
.doctor-name{position: absolute;font-size:1.6875rem;line-height: 1.25em;color: #0c6036;right: 60px;bottom: 100px; z-index: 1;padding:.5rem 1.5rem; }
.doctor-name::before {
    position: absolute;
    z-index: -1;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #a7dd9d;
    transform: skew(-15deg);
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,.27);
    /*opacity: 0;*/
}
.doctor-name strong{font-weight: 700;}
.doctor-say{position: absolute;top: -5px;left: -280px;}

/*doctor*/


/*step*/


.step{
    background: url(../images/step_bg.jpg?t=2024) center center no-repeat;
    background-size: cover;
}

.step .con{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.step-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 11.5rem;

}

.step-txt{
    position: relative;
    bottom: 0;
    width: calc(100% - 95rem);
    padding-left: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-box{display: flex;width: 100%;}
.step-box.step2{flex-direction: row-reverse;}
.step-box.step1 .step-txt{padding-left: 15rem;}
.step-txt h3{font-size: 7rem;line-height: 1em;margin-bottom: .5em;}
.step-txt p{font-size: 3rem;color: #2e2e2e;line-height: 2em;}

.step-pic{width: 95rem;}


.step-box:hover .step-bg::before{
    background:rgba(0,0,0,.2);
}
.step-box:hover .step-txt .step-txtbg{
    transform: translate(0%,0%);   
}


/*step*/


/*blogger*/


.blogger{
    background: url(../images/bloggers_bg.jpg?t=2024) center center no-repeat;
    background-size: auto;
    padding-top: 150px;
    padding-bottom: 100px;
}

.blogger .con{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
    width: 1213px;
    padding: 0;
}
.blogger-title {
    text-align: center;
    position: relative;
    display: block;
    top: -15px;
}
.blogger-title img{
    left: 50%;
    transform: translateX(-50%);
}
.blogger-head{
    width: 100%;
    position: relative;
    background:url(../images/blogger_head.png?t=2024) center top no-repeat;
    padding-bottom: 45px;
    /*box-shadow: -2px 11px 16px 8px rgba(0,0,0,.2);*/
}
.blogger-video{
    display: flex;
    justify-content: center;
    width: 95%;
    margin-left: 2.5%;
    padding-top: 56.25%;
    position: relative;
}
.blogger-video iframe{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
}
.blogger-room{
    width: 1243px;
    height: 839px;
    background:url(../images/blogger_body.png?t=2024) center top no-repeat;
    /*border-radius: 45px;*/
    /*border:3px solid #fff;*/
    margin-top: 0px;
    /*box-shadow: -2px 11px 16px 8px rgba(202,158,0,.82);*/
    padding: 30px 50px;
    overflow: hidden;
}

.msg-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -30px;

}
.msg-box.msg-right{
    /*justify-content: flex-end;*/
    flex-direction: row-reverse;
}
.blogger-info{
    font-size: 1.1975rem;
    line-height: 1.428em;
    margin-top: 10px;
    /*position: absolute;*/
    /*bottom: -30px;*/
    text-align: center;
    white-space:nowrap;
}
.blogger-info strong{
    font-weight: 700;
    color: #007b3a;
}
.blogger-portrait{
    width: 137px;
    height: 137px;
}

.msg-personal{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-right: 20px;
    width: 210px;
}
.msg-box.msg-right .msg-personal{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-left: 20px;
    margin-right: 0px;

}
.msg-txt{
    position: relative;
    color: #007b3a;
    font-weight: 400;
    font-size: 1.6675rem;
    line-height: 1.346em;
    background:#fff;
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: -2px 11px 16px 8px rgba(168,216,141,.4);
}
.msg-txt strong{font-weight: 700;}

.msg-txt::before{
    content: "";
    width: 26px;
    height: 21px;
    background:url(../images/msg_shape_left.png?t=2024) center center no-repeat;
    position: absolute;
    left: -12px;
    top: 0px;
}

.msg-right .msg-txt::before{
    background:url(../images/msg_shape_right.png?t=2024) center center no-repeat;
    position: absolute;
    left: initial;
    right: -12px;
    top: 0px;
}

.blogger .tip{
    margin-top: 2rem;
    color: #156234;
}

.nsuger{
    background: url(../images/nsugerbg.jpg?t=2024) center 80% no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto;
}

.nsuger-title{
    width: 100%;
    display: flex;
    justify-content: center;
}
.nsuger-box{
    margin-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nsuger-area-title{
    display: flex;
    justify-content: center;
    padding-left: 0%;
    margin-bottom: 1rem;
}
.nsuger-main{
    display: flex;justify-content: center;align-items: center;flex-direction: column;
    margin-right: 100px;
    z-index: 1;
}
.nsuger-pro{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
    z-index: 1;
}
.nsuger-pro .pro{margin-right: -10px;position: relative;z-index: 1;height: 487px;}
.nsuger-pro .pic{margin-left: -30px;position: relative;z-index: 0;}
.nsuger-area-ball{
    margin: 10px 0 30px 0;
}
.nsuger-main-txt{
    font-size: 19px;
    color: #724201;
    text-align: center;
    line-height: 1.5em;
}
.nsuger-main-txt b{font-weight: 900;}
.nsuger-tip{
    text-align: center;
    color: #333333;
    margin-top: 1em;
}
.nsuger-frame{
    position: absolute;
    /*left: 0px;*/
    bottom: 0%;
    left:50%;
    width: 763px;
    margin-left: -505px;
    /*transform: translateX(-50%);*/
}
.pretty-frame img{max-width: initial;}



/*230613*/

.sugarfree{background:url(../images/sugarfreekv-bg.jpg?t=2024) center center no-repeat;background-size: cover; }
.sugarfree .con{height: calc(68.625rem * 1.6);}
.sugarfree-title{width: calc(63.0625rem * 1.6);margin:0 auto;}
.sugarfree-sp{width: calc(69.75rem * 1.6);position: absolute;bottom: calc(-4.5rem * 1.6);left: 50%;margin-left: calc(-55rem * 1.6);}

.sugarfree .tip{
    position: absolute;
    bottom: 1.6rem * 1.6);
    color: #fff;
    left: 50%;
    font-size: 12px;
    width: 60%;
}
.sugarfreeAward{
    background: url(../images/sugarfree-award-bg.jpg?t=2024) center top no-repeat;
    /*background: url(../images/sugarfree-award-bg2.jpg?t=2024) center top no-repeat;*/
    background-size: cover;
}
.sugarfreeAward .con{
    height: calc(108.5rem * 1.6);
    /*height: 86.75rem * 1.6);*/
}
.sugarf-head{
    display: flex;justify-content: center;align-items: center;
    padding-top: 1.6rem;
}
.sugarf-title{width: calc(43.125rem * 1.6);}
.sugarf-pro{margin-left: calc(6rem * 1.6);width: calc(18.9375rem * 1.6);}
.sugarfreeAward .tip{
    margin-top: calc(6rem * 1.6);
    color: #fff;
    text-align: center;line-height: 1.5em;
}
.sugarf-info{width: calc(74.4375rem * 1.6);margin:0 auto;margin-top: -3.2rem;}


.no1{
    background: url(../images/no1_bg.jpg?t=2024)center top no-repeat;background-size: cover;
    padding-top: calc(4.375rem * 1.6);
    padding-bottom: 16rem;
}
.no1 .con{height: auto;}
.no1 .title{
    width: calc(70.3125rem * 1.6);
    margin:0 auto;
    margin-bottom: 3.2rem;
}

.no1 .no1-txt{
    color: #fff;
    text-align: center;
     line-height: 1.6em; 
    margin-bottom: 50px;
    font-size: 3.2rem;
    font-weight: bold;
    text-shadow: .15em -.15em .5em rgba(2,57,29,0.6);
    z-index: 2;
    position: relative;
}

.no1 .no1-pro{
    width: calc(93.25rem * 1.6);
    margin:0 auto;
    margin-top: calc(-27.5rem * 1.6);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.no1-tip{text-align: center;color: #fff;margin-top: -3.2rem;}

.no1-videobox{width: 100%;padding: 0 18px;margin-top:calc(11.875rem * 1.6);position: relative; }

.video-text{
    width: calc(39.4375rem * 1.6);
    height: calc(15.5rem * 1.6);
    max-width: 631px;
    max-height: 248px;
    background: url(../images/no1_textbox.png?t=2024) center center no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 2;left: calc(4.0625rem * 1.6);top: -8rem;
    text-align: center;
    padding-top: 4.8rem;
}
.no1-videobox video{
    width: 100%;
}
.video-text h3{
    color: #fff2aa;
    font-weight: bold;
    font-size: calc(2.8125rem * 1.6);
    line-height: 1em;
    margin-bottom: 1.6rem;
}
.video-text p{
    font-size: calc(1.75rem * 1.6);
    line-height: calc(1.4286em * 1.6);color: #fff;
}

.gaba-list{padding-top: 0;}
.gaba-title{margin-bottom: 0;}
.gaba .gaba-main .main{margin-bottom: -9.6rem;margin-left: -9.6rem;}
.gaba-ball1{
    margin-left: 31%;
    margin-top: -15%;
}

.gaba-ball2{
    margin-left: -65%;
    margin-top: -11%;
    transform: translateZ(-22em);
}
.gaba-ball3{
    margin-left: -90%;
    margin-top: -93%;
    transform: translateZ(-100em);
}

.everyday{
    position: relative;
    display: flex;
    justify-content: space-between;align-items: center;
}

.everyday img{display: block;width: 100%;}
.everyday-left{width: 34.27083%;position: relative;}

.everyday-center{width: 31.45834%;height:100%;background: url(../images/everyday_bg.jpg?t=2024) center top no-repeat;background-size: cover;position: relative;display: flex;justify-content: center;align-items: center;flex-direction: column;position: absolute;left: 50%;transform: translateX(-50%);}

.everyday-right{width: 34.27083%;position: relative;}


.everyday-title{ width: 76.5%;position: relative;margin:0 auto; }

.everyday-center p{font-size:calc(1.75rem * 1.6);line-height:calc(2.75rem * 1.6);color: #fff;margin-top: calc(3.25rem * 1.6);padding: 0 2em;}

.story{
    padding-top: calc(4.375rem * 1.6);
    background: url(../images/story_bg.jpg?t=2024) center top no-repeat;background-size: cover;position: relative;;
}
.story .title{margin:0 auto;width: 96rem;}
.story p{
    color: #fff;
    text-align: center;
     line-height: calc(2.5rem * 1.6); 
    margin-top: calc(2rem * 1.6);
    font-size: calc(1.75rem * 1.6);
    /*font-weight: 500;*/
    text-shadow: .15em -.15em .5em rgba(2,57,29,0.6);
    z-index: 2;
    position: relative;
}
.story-row{
    display: flex;justify-content: center;align-items: flex-start;
    margin-top: 4.8rem;
}
.story-video{width:  calc(41.04rem * 1.6);margin-right: -8rem;margin-top: 3rem;position: relative;}

#youtubePlay2023-sp{
    position: absolute;top: 0;
    width: 89.5%;
    left: 5.5%;
    top: 1.5%;
    height: 88.5%;
    border-radius: .5rem;
    display: none;
}
.story-pro{position: relative;width: calc(40.4375rem * 1.6);}
.story-pro > img{}
.story-pop{position: absolute;top: -3%;left: 0;width: 116%;}

.kv-slider{position: relative;width: 100%;height: 100%;}
.kv-slide{width: 100%;height: 100%;}
.kv-slide1 .kv-main {width: calc(192rem);}
.kv-slide1 .kv-main .kv-sp{position: absolute;left: 0;bottom: 0;}
.kv-slide2 .kv-main{width:calc(97.125rem * 1.6); position: relative;margin-left: -8rem;left: 50%;transform: translateX(-50%);}
.kv-slide1 .kv-bg{width: 100%;left: 0;margin-left: 0;}
.kv-slide2 .kv-bg{top: 60px;width: 100%;left: 0;margin-left: 0;}
.kv2-sp{position: absolute;bottom:0rem;left: -1.6rem;z-index: 2;}

.kv2-title{position: absolute;top: 5rem;right: 17rem;z-index: 2;}

.kv2-pro{position: absolute;top: 17rem;right: 0rem;mix-blend-mode:screen;}


.kv2-tip{
    position: absolute;
    width: calc(32rem * 1.6);
    bottom: calc(16rem * 1.6);left: 52%;
}
.kv-dots{
    width: 100%;position: absolute;left: 0;bottom: 1rem;z-index: 5;
}
.kv-dots ul.slick-dots li,.kv-dots ul.slick-dots li{width: 18px;
    height: 18px;}
.kv-dots .slick-dots li button{
    background: url(../images/kv_dot.png?t=2024);
    background-size: cover;
    border:none;
    width: 18px;
    height: 18px;
}
.kv-dots .slick-dots li.slick-active button,.kv-dots .slick-dots li button:before{
    background: url(../images/kv_dot_h.png?t=2024);
    background-size: cover;
    border:none;
    width: 18px;
    height: 18px;top: 0;left: 0;
}

@media screen and (min-width: 1921px){
    .blogger{
        background-size: cover;
    }
    .kv-slide1 .kv-bg{width: 100%;}
    .kv-bottom img,.kv-bg img{width: 100%;max-width: initial;}
    .kv-bottom{width: 100%;margin-left: 0;left: 0;}
}
@media screen and (max-width: 1919px){
    html,body{
        font-size: calc( 10/1920 *100vw );
    }
}
@media screen and (max-width: 1680px){
    .kv-title{
        margin-left:-20vw;
    }
}
@media screen and (max-width: 1550px){
    html,body{
        /*font-size: calc( 16/1550 *100vw );*/
    }
    .kv-slide2 .kv-pro{
        margin-right: -45vw;
    }
}
@media screen and (max-width: 1366px){
    html,body{
        /*font-size: calc( 16/1366 *100vw );*/
    }
    .con{
        width: 100%;
        min-height: 66.6667vw;
    }
    .product-lightbox .con{
        min-height: initial;
    }
    .kv .con{
        min-height: auto;
    }
    .kv-h1{
        width: 77.84%;
    }
    .kv-no1{width: 120px;}
    .kv-signtxt{
        /*left:65%;*/
        width: calc(296px * .8);
        margin-left: calc( -180px * .8);
    }
    .btn-kv-1, .btn-kv-2{
        width: 27.4286vw;
        height: 5.1429vw;
        line-height: 5.1429vw;
    }
    .kv-slide1 .kv-bg img{
        height: 100%;
        width: auto;
        max-width: initial;
        object-fit: cover;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        object-fit: cover;
         height: 100%;
    }
    .fixed-btns{
        top: 120px;
    }

    .sp .con {
        justify-content: flex-start;
    }
    .sp-info{
        margin-left: 2%;
    }
    .sp-main{
        margin-left: -12%;
    }
    .sp-title{
        width: 46.3479vw;
    }
    .sp-product{
        width: 35.2161vw;
        margin-left: -2%;
        margin-top: 5%;
    }
    .sp-light{
        width: 54.435vw;
        top: -28%;
        left: -33%;
    }
    .primary-main{
        width: 22.7823vw;
    }
    .primary-title{
        width: 33.47826vw;
    }
    .primary-water1{
        width: 52.261vw;
        height: auto;
        bottom: -13vw;
        left: -17vw;
    }
    .primary-water2{
        width: 29.5652vw;
        height: auto;
        top: -10vw;
        right: -11vw;
    }
    .primary-ing{
        height: 10.1739vw;
    }
    .primary-ing-bg{
        height: 100%;
    }
    .primary-ing-bg img{
        height: 100%;
        width: auto;
    }
    .primary-info{
        margin-left: 5%;
    }
    .primary-ing-img{
        width: 16vw;
    }
    .primary-ing:nth-child(4) .primary-ing-bg {
        transform: translate(-60%,0%);
    }
    .primary-ing:nth-child(6) .primary-ing-bg {
        transform: translate(-60%,0%);
    }
    .primary-ing:nth-child(4) .primary-ing-img img{
        width: 13.0435vw;
    }

    .primary-ing:nth-child(5) .primary-ing-img img{
        width: 17.3913vw;
    }

    .primary-ing:nth-child(6) .primary-ing-img img{
        width: 13.0435vw;
    }
}
@media screen and (max-width: 1280px){
    .kv-no1{width: 100px;}
}
.mb{display: none;}



@media screen and (min-width: 1150px) and (max-height:800px){
    .kv-signtxt{
        /*top: 28%;*/
    }
}
@media screen and (min-width: 1150px) and (max-height:750px){
    .kv-title{
        bottom: 50dvh;
    }
    .kv-signtxt{
        /*top: 20%;*/
    }
    .kv-slide2 .kv-pro{
        bottom: -8vh;
    }
}
@media screen and (min-width: 1150px) and (max-height:725px){
    .kv-signtxt{
        /*top: 30%;*/
    }
}
@media screen and (min-width: 1150px) and (max-height:700px){
    .kv-signtxt{
        /*top:28%;*/
        /*left:66%;*/
    }
   
}
@media screen and (min-width: 1150px) and (max-height:600px){
    .kv-signtxt{
        /*width: 95.2px;*/
        /*top: 31%;*/
        /*left: 64%;*/
    }
    
}
@media screen and (max-width: 1365px) and (min-width: 1150px) and (max-height:800px){
    .kv-signtxt{
      /*  left:68%;
        top: 24%;*/
    }
}

@media screen and (min-width: 1366px) and (max-height:800px){
    .kv-signtxt{
/*        left:70%;
        top: 24%;*/
    }
}


@media screen and (max-width: 1150px){
    .video-body {
        position: relative;
        /*width: 95vw;*/
        /*height: calc(95vw * 0.5625);*/
        margin: 0 auto;
    }
    .pretty-frame{width: 100%;height: 340px;}
    .pretty-frame img{width: 100%;height: 100%;}
    /*.pretty{padding-top: 0;}*/
    .pretty-box{
        padding: 0 50px;
    }

    .blogger .con{
        width: 95%;
    }
    .blogger-head{
        background-size: contain;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        padding-bottom: 3%;
    }
    .blogger-video{
        max-width: 95%;
    }
    .blogger-title{
        width: 64%;
    }
    .blogger-room{
        overflow: hidden;
        max-width: 102%;
        height: 650px;
        background-size: 100% 100%;
    }
    .nsuger .con{
        min-height: auto;
        height: auto;
    }
}
@media screen and (max-width: 990px){
}
@media screen and (max-width: 800px){ /*mb version*/
    html,body{
        font-size: calc( 10/640 *100vw );
        height: 100%;
        width: 100%;
    }
    .con{
        height: auto;
        /*padding: 0px;*/
    }
    .pc{display: none;}
    .mb{display: initial;}
    .btn-popup-close{
        right: 10px;
        top: -50px;
    }
    .popup-video .title{
        max-width: 80%;
        margin: 0 auto 10px auto;
    }
    .video-body{
        width: calc(100% - 10px);
        height: calc((100vw - 10px) * 0.5625);
    }
    header{
        height: 80px;
        background: transparent;
    }
    header .logo{
        width: 13.59375vw;
        height: 16.875vw;
        background:url(../images/logo.png?t=2024);
        background-size: cover;
    }
    .menu-btn{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 8.6rem;
        height: 8.9rem;
        background:url(../images/mb/navbtn.png?t=2024) center center no-repeat;
        background-size: cover;
        cursor: pointer;
    }
    .nav-btn{
        width: 8.6rem;
        height: 8.9rem;
        background:url(../images/mb/closebtn.png?t=2024) center center no-repeat;
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        cursor: pointer;
    }
    header nav ul li.nav-sp::before{
        transform: none;
    }
    header::after{display: none;}
    nav{
        position: fixed;
        width: 100%;
        height: 100%;
        background: #8a7e68;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translate(0%, -100%);
    -webkit-transform: translate(0%, -100%);
    }

    nav.open{
        transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    nav ul{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    header .logo{z-index: 3;}
    header nav ul li{
        font-size: 3.6rem;
        line-height: 8.2rem;
        margin: 13px 0;
        padding: 0vw;
        width: 36.2rem;
        text-align: center;
    }
    header nav ul li.nav-sp::before{
        border-radius: .8rem;
    }
    header nav > ul > li:not(.nav-social):not(.nav-sp)::before{
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#826755+0,efd5a5+100 */
    background: linear-gradient(to right,  rgba(130,103,85,1) 0%,rgba(239,213,165,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    }
    .nav-5x {
        width: 13.6vw;
        height: 2em;
        background: url(../images/mb/nav_5x.png?t=2024) center top no-repeat;
        background-size: cover;
        position: absolute;
        display: inline-block;
        top: 0px;
        left: 50%;
        margin-left: -13.6vw;
    }
    .nav-prolink1{
        text-indent: 10.6vw;
    }
    header nav ul li.nav-prolink1:hover .nav-5x {
        background-position: initial;
    }
    .nav-social{
        position: relative;
        bottom: initial;
        right: initial;
    }
    li.nav-social ul{
        flex-direction: row;
        margin-right: 0;
    }
    li.nav-social ul li{
        width: 8rem;
        margin: 2rem;
    }
    .nav-social svg{
        width: 11vw;
        height: 11vw;
    }
    nav::before{width: 40.5rem;height: 17.5rem;content: "";position: absolute;right: 0;top:0;background: url(../images/mb/nav_top.png?t=2024);background-size: cover;}
    nav::after{width: 100%;height: 23.2rem;content: "";position: absolute;bottom: 0;left: 0;background: url(../images/mb/nav_bottom.png?t=2024);background-size: cover;}

    .fixed-btns{
        width: 100%;
        top: initial;
        left: 0px;
        bottom: 0px;
        margin: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    }
    .fixed-btns > div{
        width: 50%;
        border-radius: 0;
        height: 12.5vw;
        font-size: 1.65rem;
        margin: 0px 0px;
        -webkit-writing-mode:initial;
        writing-mode:initial;
        line-height: 12.5vw;
    }
    .fixed-btns .fbtn1 span, .fixed-btns .fbtn2 span{
        font-size: 1.8rem;
    }
    .fixed-btns .fbtn1::after, .fixed-btns .fbtn2::after{
        width: 2.03125vw;
        height: 3.4375vw;
        margin-top: 0px;
        margin-left: 10px;
        background-size: cover;
    }
    .fixed-btns .fbtn1::after{
        background-image: url(../images/kv_btn_arrow1.png?t=2024);
    }
    .fixed-btns .fbtn2::after{
        background-image: url(../images/kv_btn_arrow2.png?t=2024);
    }
    .fixed-btns .fbtn1:hover:after, .fixed-btns .fbtn2:hover:after {
        -webkit-transform: translate(50%,0%);
        transform: translate(50%,0%);
    }
    .momo{
        width: 20.625vw;
        height: 3.28125vw;
        background-image: url(../images/mb/icon_momo.png?t=2024);
        margin-bottom: 0em;
        margin-right: .5em;
    }
    .kv{
        height: calc(100vh - 12.5vw);
    }
    .kv-btns{        display: none;    }
    .kv-scrolldown{display: none;}
    .kv-main{
        height: 100%;
        justify-content: flex-end;
    }
    .kv-title{
        width: 69.53125vw;
    }
    .kv-pro{
        position: relative;
        left: initial;
        bottom: initial;
        margin-top: 5vw;
        width: 61.875vw;}

    .sp .con{
        flex-direction: column;
    }
    .sp-title{
        width: 83.28125vw;
        margin-top: 18.75vw;
    }
    .sp-info{
        margin-left: 0px;
        align-items: center;
    }
    .sp-product{
        width: 76.40625vw;
        margin-left: 0px;
    }
    .sp-title img,.sp-product img{width: 100%;}
    .sp-light{
        width: 110vw;
        top: -15vw;
        left:-20vw;
    }
    .sp-main{margin-left: 0vw;height: auto;justify-content: center;margin-top: 10vw;}
    .sp-man{
        width: 74.53125vw;
        height: auto;
        margin-left: -10vw;
    }
    .sp-shape {
        position: absolute;
        left: -5%;
        width: 91.25vw;
        height: auto;
    }
    .sp-say{
        right: initial;
        left: 0vw;
        bottom: initial;
        top: 10vw;
        width: 32.03vw;
    }
    .sp-sign{
        right: -2vw;
        width: 19.5vw;
        bottom: 2%;
    }
    .sp-man img, .sp-shape img {
        width: 100%;
        height: auto;
        max-width: initial;
    }

    .primary{
        padding-top: 10.5vw;
        padding-bottom: 7.8vw;
    }
    .primary .con{
        flex-direction: column;
    }

    .primary-main{
        top: 60px;
        flex-direction: row;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 20vw;
    }
    .primary-pro{
        width:27.5vw;
    }
    .primary-title{
        margin-left: 5vw;
        width: 39.53125vw;
        position: relative;
    }
    .primary-water1{
        width: 56.8125vw;
        height: auto;
        bottom: -15vw;
        left: -8vw;
    }
    .primary-water2{
        width: 62.34375vw;
        height: auto;
        top: -10vw;
        right: -5vw;
    }
    .primary-ing{
        height: 20.625vw;
    }
    .primary-ing-bg{
        height: 100%;
    }
    .primary-ing-bg img{
        height: 100%;
        width: auto;
    }
    .primary-info{
        margin-top: 5vw;
        margin-left: 0%;
    }
    .primary-ing-img{
        width: 35vw;
    }
    .primary-ing-txt{
        width: calc( 100vw - 35vw - 40px)
    }
    .primary-ing h3{
        font-size: 1.65rem;
        margin-bottom: 0.25em;
    }
    .primary-ing p{
        font-size: 1.2rem;
    }
    .primary-ing:nth-child(4) .primary-ing-bg {
        transform: translate(-50%,0%);
    }
    .primary-ing:nth-child(6) .primary-ing-bg {
        transform: translate(-50%,0%);
    }
    .primary-ing:nth-child(4) .primary-ing-img img{
        width: 23.4375vw;
        left: 50%;
    }

    .primary-ing:nth-child(5) .primary-ing-img img{
        width: 33.59375vw;
        left: 50%;
    }

    .primary-ing:nth-child(6) .primary-ing-img img{
        width: 23.4375vw;
    }



    .product{
        background: url(../images/mb/product_bg.jpg?t=2024) center bottom no-repeat;
        background-size: cover;
    }


    .product .con{
        padding-bottom: 18.75vw;
    }
    .product-title{
        width: 59.3vw;
        margin-top: 18.75vw;
        margin-bottom: 5vw;
    }
    .product-list{
        flex-wrap: wrap;
        width: calc(40.625vw * 2 + 20px);
        justify-content: flex-start;
    }
    .product-box{
        margin-top: 9.375vw;
    }
    .product-main{
        width: 24.21875vw;
    }
    .product-img{
        width: 24.21875vw;
    }
    .product-box:nth-child(1) .product-img,
    .product-box:nth-child(2) .product-img,
    .product-box:nth-child(3) .product-img,
    .product-box:nth-child(4) .product-img,
    .product-box:nth-child(5) .product-img{
        width: 26.21875vw;
    }
    .product-info{
        width: 40.625vw;
        margin-top: -7.8125vw;
    }
    .product-area{
        height: 16.875vw;
    }
    .product-txt{
        height: 25vw;
    }
    .product-txt{
        padding: 3vw 3vw;
    }
    .product-light{
        width: 60.3125vw;
        height: 76.09375vw;
    }
    .product-box.active .product-light{
        opacity: 1;
    }
    .product-box.active .product-name{
        opacity: 1;
    }
    .btn-pro-more{
        width: 19.625vw;
        height: 7.1875vw;
        line-height: 7.1875vw;
        bottom: -1.2vw;
        right: 1vw;
    }
    .btn-pro-more::after{
        width: 1.40625vw;
        height: 1.5625vw;
        background-size: cover;
    }
    .product-sp1{
        width: 38.28125vw;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    .doctor .con::before{
            border-color: #96e378 transparent transparent transparent;
    }
    .product-sp1 .product-msg{
        width: 31.71875vw;
        position: absolute;
        left: -20vw;
        top: -10vw;
    }
    .product-sp2{
        width: 31.40625vw;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    .product-sp2 .product-msg{
        width: 47.1875vw;
        position: absolute;
        left: -30vw;
        top: 0vw;
    }

    .product-lightbox .con{
        position: relative;
        width: 88.4375vw;
        height:124.0625vw;
        max-height: 100vh;
        padding: 0px;

    }
    .pro-con{
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; 
        flex-direction: column-reverse; 
        background-size: cover;
    }
    .product1{
        background-image:url(../images/mb/product_bg1.jpg?t=2024)!important;
    }
    .product2{
        background-image:url(../images/mb/product_bg2.jpg?t=2024)!important;
    }
    .product3{
        background-image:url(../images/mb/product_bg3.jpg?t=2024)!important;
    }
    .product4{
        background-image:url(../images/mb/product_bg4.jpg?t=2024)!important;
    }
    .product5{
        background-image:url(../images/mb/product_bg5.jpg?t=2024);
    }
	.product6{
        background-image:url(../images/mb/product_bg6.jpg?t=2024);
    }
    .pro-info p{font-size: calc( 1.125rem * 1.8);    line-height: calc( 1.875rem * 1.8);}
    .pro-ing img{width: 100%;}
    .product1 .pro-ing{width:60.15625vw; }
    .product2 .pro-ing{width:60.15625vw; }
    .product3 .pro-ing{width:64.84375vw;}
    .product4 .pro-ing{width:63.75vw;}
    .product5 .pro-ing{width:63.75vw;}
    .pro-tip {
        width: 23.59375vw;
        height: 5.46875vw;
        background-size: cover;
        bottom: 2vw;
        right: 2vw;
    }
    .pro-freesugar{
        width: 14.375vw;
        height: 13.90625vw;
        background: url(../images/product_unsuger.png?t=2024) center center no-repeat;
        background-size: cover;
        position: absolute;
        top: 6.25vw;
        left: 12.5vw;
    }
	 .pro-info{ 
        width: 100%;
     /*   height: 46vw;  /*20260425 mb 增高 height: 42.1875vw */
        padding-left:3em;
         padding-right: 1.6em;
         margin-top: -2em;
    /* revised*/
  height: auto !important; /* 強制改為自動高度，讓內容撐開 */
    display: flex;
    flex-direction: column; /* 讓內容垂直排列 */
    box-sizing: border-box;
    }
    
    .pro-main {
        position: relative;
        width: 100%;
        height: calc( 100% - 42.1875vw);
    }
    .pro-medal{
        display: none;
    }
    .pro-arrow-left,.pro-arrow-right{
        width: 5.3125vw;
        height: 9.0625vw;
        position: absolute;
        background:url(../images/mb/product_arrow.png?t=2024) center center no-repeat;
        top: calc( (100% - 42.1875vw) / 2 - 4.5vw);
        z-index: 999;
        background-size: cover;
    }
    .pro-arrow-left{
        left: 1vw;
    }
    .pro-arrow-right{
        right:1vw;
        transform: scaleX(-1);   
    }
    .btn-buybox{
        flex-direction: column;
        justify-content: center;
        right: -5vw;
    }
    .btn-buy {
        width: 36.25vw;
        height: 7.5vw;
        border-radius: 20vw;
        line-height: 7.5vw;
        font-size: calc(1.158125rem * 1.8);
    }
    .pro-info h1{font-size:2.5em ;margin-top: 0;} /*2.9175rem*/
    .pro-info h3{font-size:2.4em;line-height: 3rem;margin-bottom: 0.3em;} /* mb */
    .pro-info  ul li{font-size: 1.9rem;line-height: 3rem;}
    .btn-buy-pro{margin-right: 0px;margin-bottom: 4.5vw;width: 23.59375vw} /*20260425 mb 上提 margin-bottom: 2.1875vw */
    .pro-light{
        width: 101.40625vw;
        height: 101.40625vw;
        background-size: cover;
    }

    .pro-img{
        width: 28.59375vw;
    }
    .doctor{
        padding-bottom: 10vw;
    }
    .doctor .con{
        padding: 0;
        padding-top: 15vw;
        flex-direction: column;
    }
    .doctor-info{
        width: 98.4375vw;
        background:url(../images/mb/doctor_frame.png?t=2024);
        background-size: cover;
        height: auto;
        padding:6vw 7vw;
        padding-bottom: 8vw;

    }
    .doctor-ing{
        justify-content: center;
        margin-top: 5vw;
    }
    .doctor-ing-img{
        width:33.59375vw;
    }
    .doctor-ing ul{
        width: 48.4375vw;
    }
    .doctor-title {
        width: 85.9375vw;
        text-align: center;
        margin-bottom: 10vw;
    }
    .doctor-txt h3{
        font-size: 1.5rem;
    }
    /*.doctor-title img{width: 69.21875vw;max-width: initial;margin: 0 auto;}*/
    .doctor-main{
        margin-left: 0vw;
        margin-top: -6vw;
    }
    .doctor-man{
       width: 92.72625vw;
       margin-left: .77vw;
       top: -1px;
    }
    .doctor-man img{width: 100%;}
    .doctor-say {
        width: 49.53125vw;
        top: 0%;
        left: 5vw;
    }
    .doctor-name{
        right: initial;
        font-size: 1.5rem;
        left: 5vw;
        bottom: 5vw;
    }
    .doctor-name::before{
        background: #ffe241;
    }

    .msg-box{
        margin-bottom: 0vw;
    }
    .msg-txt {
        position: relative;
        color: #007b3a;
        font-weight: 400;
        font-size: 1.6675rem;
        line-height: 1.346em;
        background: #fff;
        padding: 2.5vw 2.5vw;
        border-radius: 20px;
    }
    .fixed-btns > div{
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .fbtn1 img{width: 39.0625vw;}
    .fbtn2 img.mb{width: 37.34375vw;display: inline-block;}
    .fixed-btns .fbtn1::after{
            width: 2.03125vw;
        height: 2.96875vw;
        background: url(../images/mb/fixed_btn_arrow1.png?t=2024);
        background-size: cover;
        position: absolute;
        right: 2vw;
    }
    .fixed-btns .fbtn2::after{
            width: 2.96875vw;
        height: 3.90625vw;
        background: url(../images/mb/fixed_btn_arrow2.png?t=2024);
        background-size: cover;
        position: absolute;
        right: 2vw;
    }
    .kv{
        height: 140.625vw;
        overflow: hidden;
    }
    .kv .con{
        width: 100%;
        height: 100%;
        padding: 0;
        min-height: auto;
        max-width: 100%;
        left: 0;
        position: absolute;
    }
    .kv-main{
        display: block;
        left: 0;
    }
    .kv-title{
        left: 9%;
        margin-left: 0;
        width: 82.65625vw;
        position: relative;
        bottom: initial;
        top: 20vw;
    }
    .kv-signtxt{
/*        left: initial;
        right: 5%;
        top: 35%;
        width: 17.65625vw;*/
    }
    .kv-bg{
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .kv-bg img{width: 100%;}
    .kv-bottom img{width: 100%;}
    .kv-slide1 .kv-main .kv-sp{
        width: 60.78125%;
        margin-left: 0%;
        bottom: 0%;
    }
    .kv-slide1 .kv-main .kv-sp img.mb{display: block;}
    .kv-sp2{
        width: 58.75%;
        margin-left: -16%;
        bottom: -9%;
    }

    .kv-pro{
        width: 35.15625vw;
        bottom: -3vw;
        position: absolute;
        left: 10%;
    }
    .kv-slide1 .kv-main{
        width: 100vw;
    }
    .kv-signtxt{
        width: calc( 113 / 640 * 100vw);
        left: initial;
        right: calc( 183 / 640 * 100vw);
        bottom: calc( 56 / 640 * 100vw);
    }
    .kv-slide1 .kv-pro{
        width: 22.03125vw;
        left: initial;
        right: calc( 33 / 640 * 100vw);
        bottom: calc( 32 / 640 * 100vw);
    }
    .kv-bottom{
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .kv-bottom img.mb{display: block;}
    .video-body{
        width: 100%;
        height: calc((100vw) * 0.5625)
    }
    .pretty{
        background-image: url(../images/mb/pretty_bg.jpg?t=2024);
        padding-top: 10vw;
        background-size: cover;
        padding-bottom: 0;
    }
    .pretty-title{
        margin-bottom: 10vw;
    }
    .pretty-txt{
        font-size: 1.6em;
        line-height: 2em;
        text-align: center;
    }
    .pretty-list{
        flex-direction: column;
    }
    .pretty-box{
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
    .pretty-ball{
        left: 0;
    }
    .pretty-box1 .pretty-area-title{
        width: 65vw;
        /*margin-left: 22.5%;*/
        padding-left: 0;
    }
    .pretty-box{
        padding: 0 10px;
    }
    .pretty-box2 .pretty-area-title{
        padding-left: 0;
        width: 65vw;
        /*margin-left: 23%;*/
    }

    .pretty-frame{
        height: inherit;
        bottom: 15%;
    }
    .pretty-pro.mb{
        display: flex;
        /*height: 63vw;*/
    }
    .pretty-pro{
        height: 63vw;
    }
    .pretty-main{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .pretty-box2{
        flex-direction: column-reverse;
    }
    .pretty-box2 .pretty-pro{
        flex-direction: row-reverse;
    }
    .pretty-box2 .pretty-pro .pro{
        margin-left: -30px;
        margin-right: 0;
    }
    .pretty-box2 .pretty-pro .pic{
        margin-left: 0px;
        margin-right: -10;
    }
    .pretty-ball{
        bottom: 12vw;
    }
    .pretty-tip.mb{
        text-align: center;
        width: 100%;
        position: relative;
        display: block;
        padding: 5vw 0;
        /*margin:5vw 0;*/
    }
    .gaba{
        background:#01371c url(../images/mb/gaba_bg.jpg?t=2024) center top no-repeat;
        background-size: 100% auto;
    }
    .gaba-title{
        width: 80.15%;
        margin-bottom: 10vw;
        
    }
    .gaba-txt{
        font-size: 5vw;
        line-height: 2em;
        margin-bottom: 10vw;
    }
    .gaba .gaba-main{padding-top: 10vw;}
    .gaba .gaba-main,.gaba-list{
        background: none;
    }
    .gaba .gaba-main .main{
        /*margin-top: 10vw;*/
        perspective: none;
        width: 85%;
    }
    .gaba-ball1 {
        width: 28.75vw;
        margin-left: 23%;
        margin-top: 8%;
    }
    .gaba-ball2 {
        margin-left: -60%;
        margin-top: 10%;
        width: 20.9vw;
    }
    .gaba-ball3 {
        margin-left: -58%;
        margin-top: -60%;
        width: 11.5625vw;
    }
    .gaba-list{

    }
    .gaba-ball:nth-child(1){width:75.47vw;margin-top: -8vw; margin-left: -15vw;}
    .gaba-ball:nth-child(2){width:71.56vw;margin-top: -8vw;margin-left: 15vw; }
    .gaba-ball:nth-child(3){width:78.59vw;margin-top: -8vw;margin-left: -15vw; }
    .gaba-ball:nth-child(4){width:71.56vw;margin-left: 15vw; }
    .gaba-ball:nth-child(5){width:78.59vw;margin-left: -15vw; }
    .gaba-tip{
        max-width: 90%;
        font-size: 6px;
        line-height: 1.25em;
        /*margin-top: 10vw;*/
    }
    .gaba-bottom{
        width: 100%;
        margin-top: 0;
        /*background: url(../images/mb/gaba-bottom_bg.jpg?t=2024) center top no-repeat;*/
        background-size: contain;
        padding-bottom: 10vw;
    }
    .gaba-bottom-pro{
        padding-top: 15vw;
        margin-left: 10%;
        width: 69%;
    }
    .gaba-bottom-pro img{width: 100%;}
    .nsuger{background:url(../images/mb/nsuger_bg.jpg?t=2024) center top no-repeat;background-size: 100% auto;
    }
    .nsuger-pro .pro{
        width: 46.875vw;
        height: auto;
        max-width: 300px;
    }
    .nsuger-main{
        margin-right: 0px;
    }
    .nsuger-box{
        flex-direction: column-reverse;
    }
    .nsuger-main-txt{
        font-size: 24px;
    }
    .nsuger-frame{
        width: 91.25vw;
        left:50%;
        margin-left: -45.5625vw;
        bottom: -5%;
    }
    .nsuger-frame.mb img{width: 100%;}
    .nsuger-tip{
        margin-top: 100px;
        line-height: 1.5em;
        font-size: 15px;
    }

    .sugarfree{background:url(../images/mb/sugarfreekv-bg.jpg?t=2024) center center no-repeat;background-size: cover; }
    .sugarfree .con{height: 156.25vw;}
    .sugarfree-title{width: 84.53125vw;margin:0 auto;}
    .sugarfree-sp{width: 88.75vw;position: absolute;bottom: -4.5rem;left: 50%;margin-left: -38.375vw;bottom: -13.5vw;}
    .sugarfreeAward{
        background: url(../images/mb/sugarfree-award-bg.jpg?t=2024) center top no-repeat;background-size: cover;
        /*background: url(../images/mb/sugarfree-award-bg2.jpg?t=2024) center top no-repeat;background-size: cover;*/
    }
    .sugarfree .tip{
        left: 0%;
        width: 100%;
        text-align: center;
        padding:0 1em;
        font-size: 10px;
    }
    .sugarfreeAward .con{
        height: 234.0625vw;
        /*height: 146.5625vw;*/
    }
    .sugarf-head{
        display: flex;justify-content: center;align-items: center;
        padding-top: 1rem;
    }
    .sugarf-title{width: 58.59375vw;}
    .sugarf-pro{margin-left: 1vw;width: 25vw;}
    .sugarfreeAward .tip{
        margin-top: 9vw;
        color: #fff;
        text-align: center;line-height: 1.25em;font-size: 6px;
        width: 100vw;
        left: 50%;
        margin-left: -50vw;
        position: relative;
    }
    .sugarf-info{width: 84.21875vw;margin:0 auto;margin-top: 3vw;}

    .everyday{
        background: url(../images/mb/everyday_bg.jpg?t=2024) center top no-repeat;
        background-size: cover;
        flex-wrap: wrap;
        padding-top: 7.8125vw;
        justify-content: center;
        align-items: flex-start;
        padding-bottom: 6.25vw;
    }
    .everyday-center{
        position: relative;
        background: none;
    }
    .everyday-center{width: 100%;height: auto;}
    .everyday-title{width: 71.71875vw;}
    .everyday-center p{padding: 0;width: 76.71875vw;margin-bottom: 1em;font-size: 1.555rem;line-height: 2.4444rem;margin-top: 2rem;}
    .everyday-left,.everyday-right{
        width: 44.0625vw;
    }


    .story{background-image: url(../images/mb/story_bg.jpg?t=2024);padding-bottom: 10vw;}
    .story .title{width: 87.65625vw;}
    .story p{font-size: 1.555rem;line-height: 2.4444rem;padding: 0 .5em;}
    .story-row{flex-direction: column;margin-top: 0;}
    .story-video{width: 93.28125vw;}

    .story-pro{width: 100%;margin-top: 5vw;}
    .story-pro > img{width: 74.53125%;margin:0 auto;position: relative;}
    .story-pop{width: 100%;left: 0;}
    .gaba .gaba-main .main{width: 98.4875%;margin-left: 0;}
    .gaba-title{width: 76.875vw;margin-bottom: 0vw;}
    .gaba-ball1 {        margin-left: 23%;        margin-top: 8%;    }
    .gaba-ball2 {        margin-left: -50%;        margin-top: -10%;    }
    .gaba-ball3 {        margin-left: -40%;        margin-top: -50%;    }


    .video-text{
        background-image: url(../images/mb/no1_textbox.png?t=2024);
        width: 75.78125vw;
        height: 30.625vw;
        left: 4.0625rem;
        top: -20vw;
        padding-top: 2rem;
    }

    .no1{background-image: url(../images/mb/no1_bg.jpg?t=2024);padding-bottom: 6rem;}
    .video-text h3{font-size: 5.46875vw;}
    .video-text p{line-height: 1.41em;font-size: 3.4375vw;}
    .no1 .no1-txt{font-size: 1.555rem;line-height: 2.4444rem;}
    .no1 .title{width: 83.28125vw;}
    .no1 .no1-pro{width: 100vw;margin-top: -45vw;}
    .no1-tip{font-size: 1.875vw;padding: 0 18vw;margin-top: -1rem;}
    .no1-videobox{margin-top: 10rem;}

    .kv-dots ul.slick-dots li,.kv-dots ul.slick-dots li{width: 1.5rem;
        height: 1.5rem;}
    .kv-dots .slick-dots li button{
        width: 1.5rem;
        height: 1.5rem;
    }
    .kv-dots .slick-dots li.slick-active button,.kv-dots .slick-dots li button:before{
        width: 1.5rem;
        height: 1.5rem;
    }
    .kv-dots ul.slick-dots li,.kv-dots ul.slick-dots li{
        margin:0 .5rem;
    }
    .kv-pro{left: 5%;}
    .kv-slide2 .kv-bg{top: 0;}
    .kv2-title{width: 63.90625vw;top: 0vw;left: 50%;transform: translateX(-50%);}
    .kv-slide2 .kv-main{width: 100%;left: 0;transform: none;margin-left: 0;}
    .kv2-sp{width: 90vw;left: 55%;transform: translateX(-50%);bottom: 8vw;}
}

@media screen and (max-width: 640px){
    html, body {
        /*font-size: 12px;*/
    }
    .product-sp1{
        width: 34.2125vw;
    }
    .pretty-main-txt{
        margin-bottom: 0;
    }
    .nsuger{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .nsuger-title{
        width: 85.9375vw;
        left:calc((100% - 85.9375vw) / 2);
    }
    .nsuger-area-title{
        width: 62.1875vw;
    }
    .nsuger-area-ball{
        width: 53.28125vw;
        margin-bottom: 10px;
        margin-top: -10px;
    }
    .nsuger-tip{
        margin-top: 5vw;
    }
    .nsuger-main-txt{
        font-size: 4vw;
    }
}
@media screen and (max-width: 440px){
    .pretty-main-txt{
        font-size: 16px;
    }
}
@media screen and (max-width: 375px){
    .pretty-main-txt{
        font-size: 14px;
    }
}

@media screen and (max-width: 320px){
    .con{
        padding: 0 10px;
    }
    .pretty-main-txt{
        font-size: 12px;
    }
}
/* Slider */








.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;

/*    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    /*overflow: hidden;*/
    margin: 0;
    padding: 0;
    height: 100%;
}
.kvSlideBox .slick-list {
    background: #000;
    overflow: hidden;
    border: 1px solid #faa0a2;
    border-radius: 10px;
}
.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    /*display: none;*/
    float: left;
    outline: none;
    /*height: 47vw;*/
    width: 100%;
    height: 100%;
    min-height: 1px;
    position: relative;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    /*height: 100%;*/
    /*width: auto;*/
    /*display: block;*/
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: flex;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.slick-arrow {
    cursor: pointer;
/*    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    cursor: pointer;
    top: 50%;
    margin-top: -40px;
    background-position: top;
    z-index: 1;
    text-indent: -9999px;
    border: 0px;*/
}

.slick-arrow:focus {
    outline: none;
}

.slick-prev {
    background: url(../images/kvArrowLeft.png?t=2024) no-repeat;
    left: 0;
}

.slick-prev::after {
    content: '';
    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    background: url(../images/kvArrowLeft.png?t=2024) no-repeat;
    background-position: bottom;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    top: 0px;
    left: 0px;
}

.slick-next {
    background: url(../images/kvArrowRight.png?t=2024) no-repeat;
    right: 0;
}

.slick-next::after {
    content: '';
    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    background: url(../images/kvArrowRight.png?t=2024) no-repeat;
    background-position: bottom;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0;
    top: 0px;
    left: 0px;
}

.slick-arrow:hover:after {
    opacity: 1;
}

.house-video .dots {
    bottom: -5%;
}

.house-video .slick-dots li button{
    border: 2px #000 solid;
}
ul.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    bottom:10%;
    text-align: center;
}

.house-right ul.slick-dots{
    position: relative;
    padding: 5px;
}

ul.slick-dots li,ul.slick-dots li{
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    opacity: 1;
    border-radius:50%;
    margin: 0 10px 0 10px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: transparent;
    border:2px #fff solid;
    border-radius:50%;
    padding: 0px;
    cursor: pointer;
}
.house-right li button {
    border:2px #b2b2b2 solid;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    outline: none;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius:50%;
    cursor: pointer;
    border: none;
    position: absolute;
    top: -2px;
    left: -2px;
    content: ' ';
    text-align: center;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.house-right .slick-dots li button:before{
    background: #b2b2b2;
}

.slick-dots li.slick-active button{
    background: #fff;
}

.house-right li.slick-active button {
    background:#b2b2b2;
}

.house-video li.slick-active button{
    background: #000;
}


/* slider end */
