@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(../img/bg.gif);
  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: 10%;
  color: #fff;
  text-align: center; }

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

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

a.join-btn {
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 30px;
  margin-top: 10px;
  color: #fff; }

span.yellow {
  color: #fff000; }

.scroll {
  position: absolute;
  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; }

section.stops {
  position: relative; }

.title-block {
  text-align: center;
  color: #fff;
  position: relative; }
  .title-block:before, .title-block:after {
    content: "";
    position: absolute;
    width: 20%;
    height: 1px;
    background: #000;
    top: 50%;
    -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: 10px 0px;
  margin-bottom: 0;
  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 {
    position: absolute;
    left: -15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 30%;
    width: 25px;
    -webkit-animation: taging 0.5s infinite alternate;
    animation: taging 0.5s infinite alternate; }

.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 {
  background: url(../img/road.gif);
  background-size: 100%;
  background-repeat: no-repeat; }
  #stop1 .title-block {
    color: #000; }

#stop2 {
  background: #87a9cf; }
  #stop2 .title-block:before, #stop2 .title-block:after {
    background: #fff; }

.slides {
  overflow: hidden;
  padding: 0px 10px;
  position: relative; }

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

.stop2-slider {
  margin: 20px 0px;
  position: relative; }

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

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: 50%;
  -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%; }

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

.beautyup {
  min-height: 700px;
  margin-top: -5%;
  position: relative; }
  .beautyup .items {
    position: absolute; }
    .beautyup .items img {
      width: 100%; }
    .beautyup .items#main {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 47%;
      z-index: 10; }
    .beautyup .items#maybeline {
      top: 5%;
      right: 0;
      width: 50%; }
    .beautyup .items#shiseido {
      right: 0;
      bottom: 4%;
      z-index: 11; }
    .beautyup .items#chanel {
      left: 0;
      top: 45%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 30%; }

#stop4 {
  background: #e7a63e; }
  #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(94%/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 {
  padding: 5px;
  background: #fff;
  position: relative; }
  .shop-img img {
    width: 100%; }

.shop-wrap {
  width: 90%;
  height: 90%;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .shop-wrap:before {
    content: "+看更多";
    background: #fff;
    color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0px 5px;
    -webkit-animation: moving 0.5s infinite alternate;
    animation: moving 0.5s infinite alternate; }

.shop-name {
  font-size: 1.5rem;
  color: #000; }

#stop5 {
  text-align: center;
  background: url(../img/stop5-bg.png);
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center 35%; }
  #stop5 .title-block {
    color: #000; }

.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; }
  .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: 20px 0px 10% 0px; }

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: 420px) {
  .beautyup .items#main {
    width: 80%; } }

@media screen and (max-width: 375px) {
  .beautyup {
    min-height: 615px; }
    .beautyup .items#chanel {
      top: 20%; } }

@media screen and (max-width: 320px) {
  .beautyup {
    min-height: 530px; }
  .shop {
    margin: 4px; } }