@charset "UTF-8";
@import url("bootstrap.min.css");
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("animate.css");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Noto Sans TC'; }
  * a:hover, * a:focus {
    text-decoration: none; }

html, body {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden; }

.container {
  max-width: 640px; }

header {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #393939;
  text-align: center;
  padding: 10px 0px;
  z-index: 99; }

section.hero {
  position: relative;
  background: url(https://cdn.bella.tw/events/summer_buti/images/bg.jpg) top;
  height: 100vh;
  /*max-height: 736px;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 300; }

span.highlight {
  color: yellow; }

.text-wrap {
  width: 100%;
  position: absolute;
  top: 7%;
  color: #fff;
  text-align: center; }

.text-block img {
  width: 65%;
  max-width: 540px; }

.main-description {
  display: block;
  margin: 0 auto;
  margin-top: 35%;
  width: 85%;
  padding: 5px;
  background: rgba(0, 0, 0, 0.3);}

.main-description a {position: relative;
  display: table;
  width: 100%;
  height: 100px;}
  .main-description a img{position: absolute; left: 5%; -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(100%);
  -webkit-animation: taging 0.5s infinite alternate;
  animation: taging 0.5s infinite alternate;}
a.join-btn {
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 30px;
  margin-top: 10px;
  color: #fff; }

span.yellow {
  color: #fff000; }

.scroll {
  display: none;
  position:fixed;
  z-index: 9999;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .scroll img {
    width: 100%;
    max-width: 60px;
    -webkit-animation: zooming 0.3s infinite alternate;
    animation: zooming 0.3s infinite alternate; }
.scroll.scrollfixed {display: block;}
section.stops {
  position: relative; }

.title-block {
  text-align: center;
  color: #fff;
  position: relative; }
  .title-block:before, .title-block:after {
    content: "";
    position: absolute;
    width: 25%;
    height: 1px;
    background: #000;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .title-block:before {
    left: 0; }
  .title-block:after {
    right: 0; }

h2.heading {
  font-weight: 600;
  padding: 0px;
  margin-bottom: -15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  h2.heading:after {
    content: attr(data-title);
    display: block;
    font-size: 70%; }
  h2.heading p {
    margin: 0; }
    h2.heading p span {
      vertical-align: super;
      font-size: 70%; }
  h2.heading img {
    width: 80%;
  }

.circle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .circle-block .circle {
    border: 1px dashed #000;
    border-radius: 50%;
    padding: 5px;
    position: relative;
    background: #fff; }

.circle-side {
  position: absolute; }

.img-wrap img {
  width: 100%; }

.circle-text {
  position: absolute; }
  .circle-text img {
    position: absolute;
    left: -27px;
    top: 10px;
    width: 25px; }
  .circle-text p {
    font-family: Microsoft JhengHei,PingFangTC-Regular; }

#circle01 .circle {
  width: 45%;
  margin-left: 3%; }

#circle01 .circle-text {
  top: 10%;
  right: 0;
  width: 50%; }

#circle01 .circle-side {
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  #circle01 .circle-side img {
    width: 35%; }

#circle02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  #circle02 .circle {
    width: 55%;
    margin-top: -20%; }
  #circle02 .circle-text {
    left: 5%;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 35%; }

#circle03 .circle {
  width: 70%;
  margin-left: -2%;
  margin-top: -5%; }

#circle03 .circle-text {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25%; }

#circle03 .circle-side {
  width: 100%;
  left: -2%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  #circle03 .circle-side img {
    width: 65%; }

#circle04 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  #circle04 .circle-side {
    width: 100%;
    left: 50%;
    top: 70%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #circle04 .circle-side img {
      width: 100%; }
  #circle04 .circle {
    width: 43%;
    margin-top: -18%;
    margin-right: -2%; }
  #circle04 .circle-text {
    left: 8%;
    width: 50%; }

#stop1 {}
  #stop1 .title-block {
    color: #000; }

#stop2 {
  position: relative;
  background: url(https://cdn.bella.tw/events/summer_buti/images/bg2.jpg);
  height: 100vh;
  /*max-height: 736px;*/
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;}
  #stop2 .title-block {
    background: rgba(255, 255, 255, 0.5);
  }
#stop3 .slides {
  height: 100vh;
}
#stop3 .title-block {
  background: rgba(255, 255, 255, 0.5);
  color: #000;
  position: absolute;
  width: 100%;
  z-index: 999;}

#stop3 .slide-img {
  margin-bottom: 0;
  position: absolute;
  z-index: 9;
}
#stop3 .slide-imgb {
  position: absolute;
  z-index: 10;
  width: 35%;
  bottom: 30%;
  left: 10%;
}
#stop3 h3.slide-title {
  position: absolute;
  z-index: 11;
  bottom: 5%;
  left: 15%;
}
#stop3 .slides-item-4 .slide-imgb {
  width: 45%;
}
#stop3 .slides-item-1 .slide-title {
  bottom: 15%;
  left: 0;
}
#stop3 .slides-item-1 .slide-title img {
  width: 90%;
  margin: 0 auto;
}
#stop3 .slides-item-2 .slide-title {
  bottom: 15%;
  left: 0;
}
#stop3 .slides-item-2 .slide-title img {
  width: 80%;
  margin: 0 auto;
}
#stop3 .slides-item-3 .slide-title {
  bottom: 15%;
  left: 0;
}
#stop3 .slides-item-3 .slide-title img {
  width: 85%;
  margin: 0 auto;
}
#stop3 .slides-item-4 .slide-title {
  bottom: 15%;
  left: 0;
}
#stop3 .slides-item-4 .slide-title img {
  width: 80%;
  margin: 0 auto;
}
#stop3 .container {
  padding: 0;
}
#stop3 .owl-nav {
  top: 40%;
}
.slides {
  overflow: hidden;
  padding: 0px;
  position: relative; }

h3.slide-title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 0; }

.stop2-slider {
  margin: 0px;
  position: relative; }
.slides-top, .slides-bottom {
  position: relative;
}
.slides-top .slide-img{
  margin-bottom: 10%;
}
.txt-01-1 {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 20px;
  display: block;
}
.txt-01-2 {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 20px;
  display: block;
}
.owl-carousel .owl-item .txt-01-2 img {
  width: 80%;
}
.owl-item.active .slide-text .txt-01-2 img {
}
.txt-02-1 {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 20px;
  display: block;
}
.txt-02-2 {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 30px;
  display: block;
}

.owl-carousel .owl-item .txt-02-1 img {
  width: 100%;
}
.owl-item.active .slide-text .txt-02-1 img {
}
.owl-carousel .owl-item .txt-02-2 img {
  width: 70%;
}
.owl-item.active .slide-text .txt-02-2 img {
}

.txt-03-1 {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 20px;
  display: block;
}
.owl-carousel .owl-item .img-03-1 img {
  margin-top: 25px;
}
.txt-03-2 {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 5%;
  display: block;
  width: 40%;
}
.owl-carousel .owl-item .txt-03-2 img {
  width: 100%;
}
.owl-item.active .slide-text .txt-03-2 img {
}
.txt-04-1 {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  left: 20px;
  display: block;
}
.owl-carousel .owl-item .img-04-1 img {
  margin-top: 25px;
}
.txt-04-2 {
  position: absolute;
  z-index: 99;
  top: 10px;
  left: 10px;
  display: block;
  width: 55%;
}

.owl-carousel .owl-item .txt-04-1 img {
  width: 100%;
}
.owl-item.active .slide-text .txt-04-1 img {
}
.owl-carousel .owl-item .txt-04-2 img {
  width: 100%;
}
.owl-item.active .slide-text .txt-04-2 img {
}
.owl-item.active .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.slide-img {
  margin-bottom: 5%; }
  .slide-img img {
    display: block;
    margin: auto;
    opacity: 0;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%); }

.owl-item.active .slide-img img {
  -webkit-animation: showup 1s forwards;
  animation: showup 1s forwards; }
#stop4 .container {background: #ffdaa9;padding: 20px 0;}
a.slide-text {
  color: #fff;
  font-size: 1.5rem;
  position: relative; }
  a.slide-text:hover {
    color: #fff; }
  a.slide-text .gomore {
    text-align: right;
    display: inline-block;
    float: right;
    -webkit-animation: gomore 0.5s infinite alternate;
    animation: gomore 0.5s infinite alternate; }

.owl-nav {
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  font-size: 2rem; }

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.owl-prev {
  left: 1%; }

.owl-next {
  right: 1%; }

.beautyup {
  min-height: 700px;
  margin-top: -5%;
  height: 100vh;
  position: relative; }
  .beautyup .items {
    position: absolute; }
    .beautyup .items img {
      width: 100%; }
    .beautyup .items#main {
      position: absolute;
      top: 5%;
      right: -10%;
      -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      width: 85%;
      z-index: 10; }
    .beautyup .items#maybeline {
      top: 15%;
      left: 0;
      width: 45%; }
    .beautyup .items#shiseido {
      left: 0;
      bottom: 40%;
      z-index: 11; }
    .beautyup .items#chanel {
      left: 0;
      top: 35%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 30%; }
      .beautyup .items#healingbtn {
        left: 0;
        bottom: 0%;
        z-index: 11; 
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        -webkit-animation: knife 0.5s infinite alternate;
        animation: knife 0.5s infinite alternate;}
        .beautyup .items#healingbtn span {
          border: 1px solid #FFF;
          padding: 5px 10px;
          color: #000;
        }

#stop4 {}
  #stop4 .title-block {
    color: #000; }
    #stop4 .title-block:before, #stop4 .title-block:after {
      background: #000; }

.restaurant-title {
  width: 100%;
  text-align: center;
  position: relative; }
  .restaurant-title img {
    width: 80%; }
  .restaurant-title .items {
    position: absolute; }
    .restaurant-title .items img {
      width: 100%; }
    .restaurant-title .items#knife {
      top: 40%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      width: 40%;
      -webkit-animation: knife 0.5s infinite alternate;
      animation: knife 0.5s infinite alternate; }
    .restaurant-title .items#peper {
      top: -5%;
      right: 0;
      width: 30%;
      -webkit-animation: peper 1s infinite alternate;
      animation: peper 1s infinite alternate; }
    .restaurant-title .items#folks {
      bottom: 0;
      right: 0;
      width: 40%;
      -webkit-animation: folk 1.5s infinite alternate;
      animation: folk 1.5s infinite alternate; }

.restaurant-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.shop {
  width: calc(90%/2);
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /*align-items: center;*/ }

.shop-img {
  background: #fff;
  position: relative; }
  .shop-img img {
    width: 100%; }

.shop-wrap {
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
    background: #e8c290;
    color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 4% 5px;
    -webkit-animation: moving 0.5s infinite alternate;
    animation: moving 0.5s infinite alternate;
    width: 23%;}
    .shop-wrap img {width: 100%;}
.shop-name {
  position: relative;
  font-size: 1rem;
  color: #000;
  padding: 5px 0;}

.shop-name span {
  border: 1px solid #000;
  width: 70%;
  display: table;
}
#stop5 {
  text-align: center;
  background: url(https://cdn.bella.tw/events/summer_buti/images/bg5.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 70%;
  height: 100vh;}
  #stop5 .title-block {
    color: #000; margin-bottom: 7%;}

.blocker {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden; }
  .blocker iframe,
  .blocker object,
  .blocker embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.play-content p {
  line-height: 2;
  font-size: 1.5rem;
  padding: 10px;
  text-align: center; }

.quiz-btn {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #000;
  color: #000;
  margin-top: 55%; }
  .quiz-btn:hover {
    color: #000; }
  .quiz-btn .arrow {
    display: inline-block;
    -webkit-animation: arrow 0.5s infinite alternate;
    animation: arrow 0.5s infinite alternate; }

.symbol {
  text-align: center; }
  .symbol img {
    width: 90%;
    max-width: 363px; }

.faq {
  margin: 10% 0px;
  padding: 0 10%; }

footer {
  margin-top: -2px;
  padding: 20px 0px 10% 0px;
  background: #2c2c2c; }

ul.links {
  padding-left: 0;
  list-style: none;
  text-align: center; }
  ul.links li {
    display: inline-block; }
    ul.links li:after {
      content: "";
      width: 2px;
      height: 20px;
      display: inline-block;
      margin: 0px 10px;
      background: #ffffff;
      vertical-align: middle; }
  ul.links li:last-child:after {
    content: none; }

.copyright {
  color: #fff;
  text-align: center;
  margin-bottom: 3%; }

.navbar {
  position: fixed;
  width: 100%;
  max-width: 640px;
  -webkit-box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -3px 2px 0px rgba(0, 0, 0, 0.3);
  bottom: -10%;
  height: 40px;
  text-align: center;
  z-index: 999;
  background: rgba(231, 166, 62, 0.7); }
  .navbar.menufixed {
    bottom: 0; }

.sln {
  display: inline-block;
  width: calc(80%/5); }
  .sln.active {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); }

ul#menu {
  padding: 0;
  margin-top: 0%; }

@-webkit-keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes zooming {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@-webkit-keyframes knife {
  0% {
    top: 40%; }
  100% {
    top: 35%; } }

@keyframes knife {
  0% {
    top: 40%; }
  100% {
    top: 35%; } }

@-webkit-keyframes peper {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); } }

@keyframes peper {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); } }

@-webkit-keyframes folk {
  0% {
    right: 0%; }
  100% {
    right: -5%; } }

@keyframes folk {
  0% {
    right: 0%; }
  100% {
    right: -5%; } }

@-webkit-keyframes taging {
  0% {
    top: 30%; }
  100% {
    top: 40%; } }

@keyframes taging {
  0% {
    top: 30%; }
  100% {
    top: 40%; } }

@-webkit-keyframes moving {
  0% {
    bottom: 0px; }
  100% {
    bottom: 5px; } }

@keyframes moving {
  0% {
    bottom: 0px; }
  100% {
    bottom: 5px; } }

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px); }
  100% {
    -webkit-transform: translate(10px);
    transform: translate(10px); } }

@keyframes arrow {
  0% {
    -webkit-transform: translate(0px);
    transform: translate(0px); }
  100% {
    -webkit-transform: translate(10px);
    transform: translate(10px); } }

@-webkit-keyframes gomore {
  0% {
    margin-right: 0%; }
  100% {
    margin-right: 3%; } }

@keyframes gomore {
  0% {
    margin-right: 0%; }
  100% {
    margin-right: 3%; } }

@media screen and (max-width: 1024px) {
  .main-description {margin-top: 75%;}
  #stop5 {max-height: 950px;}
  #stop2 {max-height: 1000px;}
  .beautyup .items#shiseido {top: 45%;}
  .beautyup .items#healingbtn {bottom: 25%;}
  #stop3 .slides {max-height: 1136px;}
}
@media screen and (max-width: 420px) {
  .play-content p {font-size: 1.3rem;
    padding: 0px 10px;}
  #stop5 {background-position: center 30%;}
  .shop-wrap {padding: 6% 5px; width: 28%;}
  #stop3 .slide-imgb {width: 45%;}
  #stop3 .slides-item-4 .slide-imgb {width: 55%;}
  .main-description {margin-top: 40%;}
  .text-wrap {top: 10%;}
  .text-block img {
    width: 70%;}
  .beautyup .items#main {
    width: 100%;
    right: -20%; }
  .beautyup .items#chanel {
      top: 30%; }
  .quiz-btn {
  margin-top: 60%; } 
  .beautyup .items#healingbtn {bottom: 0;}}

@media screen and (max-width: 414px) {
  #stop5 {background-position: center 45%;}
}
@media screen and (max-width: 412px) {
  #stop5 {background-position: center 70%;}
}
@media screen and (max-width: 411px) {
  #stop5 {background-position: center 30%;}
  #stop2 {
      max-height: 750px;
  }
  #stop3 .slides {
      max-height: 730px;
  }
}
@media screen and (max-width: 375px) {
  .beautyup {
    min-height: 615px; }
    .beautyup .items#chanel {
      top: 30%; }
    #stop5 {
        background-position: center 50%;
    }}

@media screen and (max-width: 320px) {
  .text-block > .container > img {
    width: 50%;
    margin-top: 10px;
  }
  .beautyup {
    min-height: 530px; }
  .main-description {margin-top: 55%;}
  .shop {
    margin: 4px; }
  #stop5 {
    background-position: center 50%;}
  .play-content p {
      font-size: 1rem;} }

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
    .main-description {
        margin-top: 75%;
    }
    #stop2 {
        max-height: 666px;
    }
    .beautyup .items#healingbtn {
        bottom: 20%;
    }
    #stop3 .slides {
        max-height: 666px;
    }
    #stop5 {
        max-height: 690px;
    }
    }
