@charset "UTF-8";

html {
    font-size: 16px;
    -webkit-text-size-adjust:none;
    color:#303030;
}
@media screen and (max-width: 640px) {
}

@font-face {
  font-family:didot-bold;
  src:local("Didot Bold"),
      local("Didot-Bold"),
      url(font/didot-bold.ttf);
  font-weight: bold;
}
body {
    background: #fff;
	font-size:12px;
    font-family:'Noto Serif TC',Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    background: #f7f0f4;
}

img {
    position: relative;
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}
.wrap {
    position: absolute;
    display: block;
    width: 100%;
    overflow: hidden;
}
.wrap .preload {
    display: none;
}
.wrap a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}

.wrap .footerBox {
    position: relative;
    display: block;
    width: 100%;
    padding: 3vw 0 3vw 0;
    background: url(../images/bg5.jpg) no-repeat center center;
    background-size: cover;
    z-index: 2;
}

.wrap .footerBox .socialmedia {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    text-align: center;
    padding: 15px 0 15px 0;
}
.wrap .footerBox .socialmedia li {
    position: relative;
    display: inline-block;
    width: 8vw;
    max-width: 55px;
    margin: 0 10px 0 10px;
}
.wrap .footerBox .copyright {
    position: relative;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 15px 0 0 0;
    font-family:Helvetica,Arial,"微軟正黑體","Microsoft JhengHei",sans-serif;
    color: #fff;
}
.wrap .footerBox .copyright br {
    display: none;
}
@media screen and (max-width: 1000px) {
    .wrap .footerBox .socialmedia li {
        max-width: inherit;
        width: 13vw;
    }
    .wrap .footerBox .copyright br {
        display: block;
    }
}

.kv-box {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 55.8vw;
    overflow: hidden;
    top: 0;
    left: 0;
    background: url(../images/bg1.jpg) no-repeat center center;
    background-size: cover;
}
.kv-block {
    position: relative;
    display: block;
    width: 100%;
    height: 55.8vw;
    pointer-events: none;
}
.kv-box .kv-video-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
}
.kv-box .kv-video-box video {
    display: block;
    width: 100%;
    height: 100%;
}
.kv-text {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    max-height: 55.8vw;
    top: 0;
    left: 0;
    pointer-events: none;
}
.kv-text .kv-t1 {
    position: absolute;
    display: block;
    width: 4%;
    top:calc(50% - 7vw);
    left:1%;
}
.kv-text .kv-t2 {
    position: absolute;
    display: block;
    width: 20%;
    bottom: 4vw;
    right:1%;
}
.kv-text .kv-t3 {
    position: absolute;
    display: block;
    width: 30%;
    top: 1vw;
    left: 35%;
    pointer-events: auto;
}
@media screen and (max-width: 1000px) {
    .kv-box {
        width: 100%;
        height: 122vw;
    }
    .kv-block {
        width: 100%;
        height: 122vw;
    }
    .kv-text {
        max-height: 125vw;
    }
    .kv-text .kv-t1 {
        width: 8%;
        top:calc(50% - 13vw);
    }
    .kv-text .kv-t2 {
        width: 35%;
        bottom: 12vw;
    }
    .kv-text .kv-t3 {
        width: 90%;
        left: 5%
    }
}
.stagebox {
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.stage-intro {
    background: url(../images/bg0.png) no-repeat top center;
    background-size: 100% auto;
    margin-top: -5vw;
}
.stage-intro .intro-textbox {
    position: relative;
    display: block;
    width: 60%;
    height: 38vw;
}
.stage-intro .intro-text1,
.stage-intro .intro-text2,
.stage-intro .intro-text3,
.stage-intro .intro-text4{
    position: absolute;
    display: block;
    width: 100%;
    z-index: 1;
}
.stage-intro .intro-line {
    position: relative;
    display: block;
    width: 1px;
    height: 20vw;
    background: #000;
}
@media screen and (max-width: 1000px) {
    .stage-intro {
        background: url(../images/bg0.png) no-repeat top center;
        background-size: 200% auto;
        margin-top: -10vw;
    }
    .stage-intro .intro-textbox {
        width: 90%;
        height: 55vw;
    }
    .stage-intro .intro-line {
        height: 40vw;
    }
    
}
.stage-bellaStar {
    background: url(../images/bg2.jpg) no-repeat bottom center;
    background-size: 100% auto;
}
.stage-title {
    position: relative;
    display: block;
}
.stage-bellaStar .border1 {
    position: absolute;
    display: block;
    width: 95%;
    top:4vw;
}
.stage-bellaStar .stage-title {
    width: 22%;
}
.stage-bellaStar .bellaStar-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    padding: 3vw 0 7vw 0;
}
.stage-bellaStar .bellaStar-content .imgBox {
    position: relative;
    display: block;
    width: 50%;
}
.stage-bellaStar .bellaStar-content .textBox {
    position: relative;
    display: block;
    width: 50%;
    padding: 0 0 0 8%;
}
.stage-bellaStar .bellaStar-content .textBox h1 {
    font-weight: bold;
    font-size: 2.2vw;
    line-height: 2.2vw;
    color: #ff6a52;
}
.stage-bellaStar .bellaStar-content .textBox h2 {
    font-weight: bold;
    font-size: 1.6vw;
    line-height: 2.5vw;
    margin-top: 2vw;
    color: #ff6a52;
}
.stage-bellaStar .bellaStar-content .textBox h3 {
    font-weight: bold;
    font-size: 1vw;
    line-height: 1.5vw;
    margin-top: 3vw;
    text-align: justify;
}
.stage-bellaStar .bellaStar-content .textBox .more-btn {
    position: relative;
    display: block;
    width: 45%;
    margin-top: 3vw;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.stage-bellaStar .bellaStar-content .textBox .more-btn:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 1000px) {
    .stage-bellaStar {
        background: url(../images/bg2.jpg) no-repeat bottom center;
        background-size: 300% auto;
    }
    .stage-bellaStar .border1 {
        display: none;
    }
    .stage-bellaStar .stage-title {
        width: 80%;
    }
    .stage-bellaStar .bellaStar-content {
        flex-direction: column;
        justify-content: flex-start;
        width: 95%;
        padding: 5vw 0 7vw 0;
    }
    .stage-bellaStar .bellaStar-content .imgBox {
        width: 100%;
    }
    .stage-bellaStar .bellaStar-content .textBox {
        width: 100%;
        padding: 5vw 0 5vw 0;
        text-align: center;
    }
    .stage-bellaStar .bellaStar-content .textBox h1 {
        font-size: 5vw;
        line-height: 5vw;
    }
    .stage-bellaStar .bellaStar-content .textBox h2 {
        font-size: 4vw;
        line-height: 6vw;
        margin-top: 4vw;
    }
    .stage-bellaStar .bellaStar-content .textBox h3 {
        font-weight: bold;
        font-size: 2.8vw;
        line-height: 4vw;
        margin-top: 6vw;
        text-align: center;
    }
    .stage-bellaStar .bellaStar-content .textBox .more-btn {
        width: 40%;
        left: 30%;
        margin-top: 6vw;
    }
}
.stage-viviland {
    background: url(../images/bg3.png) no-repeat bottom center;
    background-size: cover;
}
.stage-viviland .stage-title {
    width: 34%;
    margin-top: 7vw;
}
.vivi-sliderbox1 {
    position: relative;
    display: block;
    width: 100%;
}
.vivi-sliderbox1 .vivi-list1 {
    position: relative;
    display: block;
    width:100%;
}
.vivi-sliderbox1 .vivi-list1 .item {
    position: relative;
    display: block;
    width: 100%;
}
.vivi-sliderbox1 .vivi-list1 .item .pic {
    position: relative;
    display: block;
    width: 100%;
}
.vivi-sliderbox1 .vivi-list1 .slick-slide .item{
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}
.vivi-sliderbox1 .vivi-list1 .slick-slide.slick-center .item {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}
.vivi-arrow-left {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    left: 30%;
    top:calc(50% - 20px);
    cursor: pointer;
    z-index: 99;
    border-radius: 50%;
}
.vivi-arrow-left:hover {
    background: #ccc;
}
.vivi-arrow-left span {
    position: absolute;
    display: block;
    width: 50%;
    height: 50%;
    left: 35%;
    top:25%;
    border-top: 2px solid #7f7f7f;
    border-left: 2px solid #7f7f7f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    pointer-events: none;
}
.vivi-arrow-right {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    right: 30%;
    top:calc(50% - 20px);
    cursor: pointer;
    z-index: 99;
    border-radius: 50%;
}
.vivi-arrow-right:hover {
    background: #ccc;
}
.vivi-arrow-right span {
    position: absolute;
    display: block;
    width: 50%;
    height: 50%;
    right: 35%;
    top:25%;
    border-top: 2px solid #7f7f7f;
    border-right: 2px solid #7f7f7f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
}
@media screen and (max-width: 1000px) {
    .stage-viviland {
        background: url(../images/bg3.png) no-repeat bottom center;
        background-size: cover;
    }
    .stage-viviland .stage-title {
        width: 95%;
        margin-top: 13vw;
    }
    .vivi-sliderbox1 .vivi-list1 .slick-slide .item{
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    .vivi-sliderbox1 .vivi-list1 .slick-slide.slick-center .item {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
    .vivi-arrow-left {
        left: 5%;
    }
    .vivi-arrow-right {
        right: 5%;
    }
}
.vivi-sliderbox2 {
    position: relative;
    display: block;
    width: 100%;
    padding: 2vw 10% 2vw 10%;
    margin: 3vw 0 0 0;
}
.vivi-sliderbox2::before {
    content: "";
    position: absolute;
    display: block;
    width: 60%;
    height: 1px;
    right: 0;
    top:0;
    background: #fff;
}
.vivi-sliderbox2::after {
    content: "";
    position: absolute;
    display: block;
    width: 60%;
    height: 1px;
    left: 0;
    bottom:0;
    background: #fff;
}
.vivi-sliderbox2 .vivi-list2 {
    position: relative;
    display: block;
    width:100%;
    overflow: hidden;
}
.vivi-sliderbox2 .vivi-list2 .item {
    position: relative;
    display: block;
    padding: 2vw;
    
}
.vivi-sliderbox2 .vivi-list2 .item .imgBox {
    position: relative;
    display: block;
    width: 100%;
    border:5px solid #d8ece6;
    overflow: hidden;
}
.vivi-sliderbox2 .vivi-list2 .item .imgBox img{
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.vivi-sliderbox2 .vivi-list2 .item:hover .imgBox img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.vivi-sliderbox2 .vivi-list2 .item .textBox {
    position: relative;
    display: block;
    font-size: 1.4vw;
    line-height: 2vw;
    text-align: justify;
    color: #fff;
    padding-top: 1vw;
}
.dot-btn-list-vivi2 {
    margin-top: 3vw;
    margin-bottom: 13vw;
}
@media screen and (max-width: 1000px) {
    .vivi-sliderbox2 {
        padding: 8vw 0 3vw 0;
        margin: 13vw 0 3vw 0;
    }
    .vivi-sliderbox2 .vivi-list2 .item {
        position: relative;
        display: block;
        padding: 5vw;
    }
    .vivi-sliderbox2 .vivi-list2 .item .textBox {
        font-size: 5vw;
        line-height: 7vw;
    }
    .dot-btn-list-vivi2 {
        margin-top: 3vw;
        margin-bottom: 20vw;
    }
}

.stage-ig {
    background: url(../images/bg4.png) no-repeat top center;
    background-size: cover;
    margin-top: -7vw;
}
.stage-ig .border2 {
    position: absolute;
    display: block;
    width: 95%;
    bottom:4vw;
}
.ig-sliderbox {
    position: relative;
    display: block;
    width: 100%;
    padding: 2vw 10% 2vw 10%;
    margin: 9vw 0 9vw 0;
}

.ig-sliderbox .ig-list {
    position: relative;
    display: block;
    width:100%;
}
.ig-sliderbox .ig-list .item {
    position: relative;
    display: block;
    padding: 2vw;
}
.ig-sliderbox .ig-list .item .igBox {
    position: relative;
    display: block;
    width: 100%;
}
.ig-sliderbox .ig-list .item .igBox .ig-img {
    position: relative;
    display: block;
    width: 100%;
    height: calc(28vw + 163px);
}
.ig-sliderbox .ig-list .item .igBox .ig-img iframe {
    min-width: inherit!important;
    max-width: inherit!important;
    height: 100%;
}
.ig-sliderbox .ig-list .item .igBox .ig-bordr-top,
.ig-sliderbox .ig-list .item .igBox .ig-bordr-bottom{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    box-sizing: border-box;
}
.ig-sliderbox .ig-list .item .igBox .ig-bordr-top::before {
    content: "";
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    left: -6px;
    top: -6px;  
    box-sizing: border-box;
}
.ig-sliderbox .ig-list .item .igBox .ig-bordr-top::after {
    content: "";
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    right: -4px;
    top: -6px;
    box-sizing: border-box;
}
.ig-sliderbox .ig-list .item .igBox .ig-bordr-bottom::before {
    content: "";
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-bottom: 5px solid #fff;
    border-left: 5px solid #fff;
    left: -6px;
    bottom: -6px;  
    box-sizing: border-box;
}
.ig-sliderbox .ig-list .item .igBox .ig-bordr-bottom::after {
    content: "";
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    right: -4px;
    bottom: -6px;
    box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
    .stage-ig {
        background: url(../images/bg4.png) no-repeat top center;
        background-size: cover;
        margin-top: -21vw;
        padding-bottom: 10vw;
    }
    .stage-ig .border2 {
        display: none;
    }
    .ig-sliderbox {
        padding: 2vw 0 0vw 0;
        margin: 15vw 0 0vw 0;
        height: calc(105vw + 163px);
    }
    .ig-sliderbox .ig-list .item {
        position: relative;
        display: block;
        padding: 8vw;
    }
    .ig-sliderbox .ig-list .item .igBox .ig-bordr-top::before {
        width: 15vw;
        height: 15vw;
    }
    .ig-sliderbox .ig-list .item .igBox .ig-bordr-top::after {
        width: 15vw;
        height: 15vw;
    }
    .ig-sliderbox .ig-list .item .igBox .ig-bordr-bottom::before {
        width: 15vw;
        height: 15vw;
    }
    .ig-sliderbox .ig-list .item .igBox .ig-bordr-bottom::after {
        width: 15vw;
        height: 15vw;
    }
    .dot-btn-list-ig {
        margin-top: 21vw;
    }
    .ig-sliderbox .ig-list .item .igBox .ig-img {
        height: calc(105vw + 163px);
    }
}



/* 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%;
}

.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;*/
    min-height: 1px;
    position: relative;
}
.slick-slide > div{width: 100%;}
.slick-slide *:focus{
    outline: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}

.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) no-repeat;
    left: 0;
}

.slick-prev::after {
    content: '';
    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    background: url(../images/kvArrowLeft.png) 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) no-repeat;
    right: 0;
}

.slick-next::after {
    content: '';
    position: absolute;
    display: block;
    width: 41px;
    height: 81px;
    background: url(../images/kvArrowRight.png) 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;
}

ul.slick-dots {
    /*position: absolute;*/
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    text-align: center;
    position: relative;
}


ul.slick-dots li,ul.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    opacity: 1;
    border-radius:50%;
    margin: 0 10px 0 10px;
    padding: 0;
    border: 2px solid #fff;
    cursor: pointer;
    box-sizing: content-box;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border:0px;
    border-radius:50%;
    padding: 0px;
    margin: 0;
    cursor: pointer;
    background: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background:#ccc;
/*    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 {
    content: none;

}

.slick-dots li button:before{
    background: none;
}

.slick-dots li.slick-active button{
    background: #fff;
}

button:focus{
    outline: none;
}
/* slider end */

.wrap a{z-index: 1;}
/*.brand-list .slider{
    margin: 0 0 0 0%;
}
.stage5 .wallpaper-viewbox .slider .wallpaper-img{
    margin: 0;
}
.brand-list .slick-slide{
    display: flex;justify-content: center;align-items: center;
}
.brand-list .slider li{
    padding: 0 5px;
    margin: 0;
}*/