@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: #000;
    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: 100vh;
    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: 100vh;
    pointer-events: none;
}
.kv-box .kv-video-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
}
.kv-box .kv-video-box video {
    position: absolute;
    height: 100%;
    width: 80vh; /* 100 * 16 / 9 */
    /*min-width: 100%;*/
    /*min-height: 56.25vw;*/ /* 100 * 9 / 16 */
    left: 50%; /* % of surrounding element */
    top: 50%;
    transform: translate(-50%, -50%); /* % of current element */
}
.video-muted-btn {
    position: absolute;
    display: block;
    right: 2rem;
    top:2rem;
    width: 40px;
    cursor: pointer;
}
.video-muted-btn img:nth-child(2) {
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
}
.video-muted-btn.current-muted img:nth-child(1) {
    opacity: 1;
}
.video-muted-btn.current-muted img:nth-child(2) {
    opacity: 0;
}
.video-muted-btn.current-unmuted img:nth-child(1) {
    opacity: 0;
}
.video-muted-btn.current-unmuted img:nth-child(2) {
    opacity: 1;
}
@media screen and (max-width: 1000px) {
    .kv-box {
        width: 100vw;
        height: 125vw;
    }
    .kv-block {
        width: 100vw;
        height: 125vw;
    }
    .kv-box .kv-video-box video {
        position: absolute;
        height: 125vw;
        width: 100vw; /* 100 * 16 / 9 */
        /*min-width: 100%;*/
        /*min-height: 56.25vw;*/ /* 100 * 9 / 16 */
        left: 50%; /* % of surrounding element */
        top: 50%;
        transform: translate(-50%, -50%); /* % of current element */
    }
}
.stage-container {
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
    background: url(../images/bg_pc.jpg) no-repeat top center;
    background-size: 100% auto;
}
.stagebox {
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.stage-intro {
    padding-top: 8vw;
}
.stage-intro .intro-textbox {
    position: relative;
    display: block;
    width: 52%;
    height: 26vw;
}
.stage-intro .intro-text1,
.stage-intro .intro-text2,
.stage-intro .intro-text3,
.stage-intro .intro-text4,
.stage-intro .intro-text5{
    position: absolute;
    display: block;
    width: 100%;
    z-index: 1;
}
@media screen and (max-width: 1000px) {
    .stage-container {
        background: url(../images/bg_m.jpg) no-repeat top center;
        background-size: 100% auto;
    }
    .stage-intro {
        padding-top: 20vw;
    }
    .stage-intro .intro-textbox {
        width: 90%;
        height: 45vw;
    }
}
.stage-bellaStar {
    margin-top: 10vw;
}
.stage-title {
    position: relative;
    display: block;
}
.starbg {
    position: absolute;
    width: 100%;
    top:0;
}
.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 {
    width: 15vw;
}
.stage-bellaStar .bellaStar-content .textBox h2 {
    font-weight: 300;
    font-size: 1.5vw;
    line-height: 2.5vw;
    margin-top: 2vw;
    color: #fff;
    text-align: justify;
    font-family:Arial,'Noto Sans TC',"微軟正黑體","Microsoft JhengHei",sans-serif;
}
.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: 30%;
    margin-top: 3vw;
    margin-left: 15vw;
    -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 {
        margin-top: 20vw;
    }
    .stage-bellaStar .bellaStar-content {
        flex-direction: column;
        justify-content: flex-start;
        width: 95%;
        padding: 5vw 0 7vw 0;
    }
    .stage-bellaStar .bellaStar-content .imgBox {
        width: 70%;
        margin-left: -12vw;
    }
    .stage-bellaStar .bellaStar-content .textBox {
        width: 100%;
        padding: 8vw 0 5vw 0;
        text-align: center;
    }
    .stage-bellaStar .bellaStar-content .textBox h1 {
        display: inline-block;
        width: 40vw;
    }
    .stage-bellaStar .bellaStar-content .textBox h2 {
        font-size: 4vw;
        line-height: 6vw;
        margin-top: 4vw;
        text-align: center;
    }
    .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: 30%;
        left: auto;
        margin: 6vw auto 0 auto;
    }
}
.stage-viviland {
}
.stage-viviland .stage-title {
    display: block;
    width: 45%;
    margin-top: 7vw;
    
}
.starbg.starbg2 {
    top:7vw;
}
.starbg.starbg3 {
    top:49vw;
}
.starbg.starbg4 {
    top:98vw;
}
.vivi-sliderbox1 {
    position: relative;
    display: block;
    width: 70%;
    margin-top: 5vw;
}
.vivi-sliderbox1 .vivi-list1 {
    position: relative;
    display: block;
    width:100%;
    overflow: hidden;
    padding: 3vw 0;
}
.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-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    border-radius: 1vw;
    overflow: hidden;
}
.vivi-sliderbox1 .vivi-list1 .slick-slide.slick-center .item,
.vivi-sliderbox1 .vivi-list1 .slick-slide.slick-current .item{
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 1vw 1vw 2vw rgba(0,0,0,0.3);
}
.vivi-arrow-left {
    position: absolute;
    display: block;
    width: 5vw;
    left: -6vw;
    top:15vw;
    cursor: pointer;
    z-index: 99;
}
.vivi-arrow-left:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.vivi-arrow-right {
    position: absolute;
    display: block;
    width: 5vw;
    right: -6vw;
    top:15vw;
    cursor: pointer;
    z-index: 99;
}
.vivi-arrow-right:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 1000px) {
    .stage-viviland {
    }
    .stage-viviland .stage-title {
        width: 85%;
        margin-top: 25vw;
    }
    .starbg.starbg2 {
        top: 20vw;
    }
    .vivi-sliderbox1 {
        width: 100%;
        margin-top: -5vw;
    }
    .vivi-sliderbox1 .vivi-list1 .slick-slide .item{
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .vivi-sliderbox1 .vivi-list1 .slick-slide.slick-center .item,
    .vivi-sliderbox1 .vivi-list1 .slick-slide.slick-current .item{
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        box-shadow: 2vw 2vw 5vw rgba(0,0,0,0.3);
    }
    .vivi-arrow-left {
        left: 3%;
        width: 12vw;
        top:50vw;
    }
    .vivi-arrow-right {
        right: 3%;
        width: 12vw;
        top:50vw;
    }
}
.vivi-sliderbox2 {
    position: relative;
    display: block;
    width: 80%;
    padding: 2vw 0 2vw 0;
    margin: 8vw 0 0 0;
}
.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%;
}
.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.05);
    transform: scale(1.05);
}
.vivi-sliderbox2 .vivi-list2 .item .textBox {
    position: relative;
    display: block;
    font-size: 1.4vw;
    line-height: 2vw;
    text-align: justify;
    color: #fff;
    padding-top: 2vw;
}
.dot-btn-list-vivi2 {
    margin-top: 3vw;
    margin-bottom: 13vw;
}
@media screen and (max-width: 1000px) {
    .vivi-sliderbox2 {
        padding: 0;
        margin: 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 {
}

.ig-sliderbox {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 20vw 0 20vw;
    margin: 0 0 6vw 0;
}


.ig-sliderbox .ig-list {
    position: relative;
    display: block;
    width:100%;
}
.ig-sliderbox .ig-list::before {
    content: "";
    position: absolute;
    display: block;
    width: 10vw;
    height: 15vw;
    background: url(../images/ig_bg1.png) no-repeat center center;
    background-size: contain;
    left: -3vw;
    top: -3vw;
}
.ig-sliderbox .ig-list::after {
    content: "";
    position: absolute;
    display: block;
    width: 10vw;
    height: 15vw;
    background: url(../images/ig_bg2.png) no-repeat center center;
    background-size: contain;
    right: -3vw;
    bottom: -3vw;
}
.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%;
}
/*
@media screen and (min-width: 1000px) {
    .ig-sliderbox .ig-list .item.item1 .igBox .ig-img{
        width: 150%;
        height: calc(26vw + 163px);
    }
    .ig-sliderbox .ig-list .item.item2 {
        z-index: 2;
    }
    .ig-sliderbox .ig-list .item.item2 .igBox .ig-img{
        width: 100%;
        height: calc(16vw + 163px);
        margin: 10vw 0 0 8vw;
    }
    .ig-sliderbox .ig-list .item.item3 .igBox .ig-img{
        width: 100%;
        height: calc(16vw + 163px);
    }
}*/
@media screen and (max-width: 1000px) {
    .stage-ig {
        margin-top: 0;
        padding-bottom: 10vw;
    }
    .ig-sliderbox {
        padding: 0;
        margin: 5vw auto 0 auto;
        height: calc(70vw + 163px);
        width: 80%;
    }
    .ig-sliderbox .ig-list::before {
        width: 20vw;
        height: 30vw;
        left: -3vw;
        top: -13vw;
    }
    .ig-sliderbox .ig-list::after {
        width: 20vw;
        height: 30vw;
        right: -3vw;
        bottom: -13vw;
    }
    .ig-sliderbox .ig-list .item {
        position: relative;
        display: block;
        padding: 0 10vw;
    }
    .dot-btn-list-ig {
        margin-top: 10vw;
    }
    .ig-sliderbox .ig-list .item .igBox .ig-img {
        height: calc(70vw + 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;
    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: #666;
}

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