@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,600,700&display=swap");
header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  height: 60px;
  font-size: 15px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  header {
    font-size: 17px;
  }
}

header .logo {
  width: 80px;
  margin: 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  header .logo {
    width: 90px;
    z-index: 10000;
    margin: 15px 10px 15px 30px;
  }
}

header .logo2 {
  width: 120px;
  margin: 10px 5px;
  padding-top: 4px;
}

@media screen and (min-width: 768px) {
  header .logo2 {
    width: 130px;
    z-index: 10000;
  }
}

/*-------------漢堡圖標----------*/
/*控制圖標的位置*/
.nav {
  display: none !important;
  position: fixed;
  z-index: 9909;
  right: 10px;
  top: 7px;
  width: 45px;
  padding-top: 0;
}

/*控制漢堡的感應區尺寸*/
.hamburger {
  font-size: 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding: 6px;
  padding-top: 11px;
  cursor: pointer;
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  vertical-align: middle;
  border: none;
  background-color: transparent;
}

/*** Button height fix for Firefox*/
.hamburger::-moz-focus-inner {
  padding: 0;
  border: 0 none;
}

/*** Focus fix for Chrome*/
.hamburger:focus {
  outline: 0;
}

/*** Styling the icon*/
.hamburger:before,
.hamburger:after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*控制漢堡的三條線的顏色和寬度*/
.hamburger:before,
.hamburger .icon,
.hamburger:after {
  -webkit-box-shadow: 0 0 3px #aaa;
          box-shadow: 0 0 3px #aaa;
  display: block;
  width: 100%;
  height: 3px;
  margin: -1px 0 7px;
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  background-color: #000;
  border-radius: 0px;
}

/*.nav.scroll .hamburger:before,.nav.scroll .hamburger .icon,.nav.scroll .hamburger:after { background-color:#16749e;}*/
/*** Styles for the active `.hamburger` icon*/
.hamburger.active:before,
.hamburger.active .icon,
.hamburger.active:after {
  background: #000;
}

.hamburger.active {
  background-color: transparent;
}

/*.nav.scroll .hamburger.active:before,.nav.scroll .hamburger.active .icon,.nav.scroll .hamburger.active:after { background-color:#bdcbd0;}*/
/*** VERTICAL HAMBURGER*/
.hamburger.hamburger-vertical.active {
  transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}

/*** CLOSE/CANCEL/CROSS*/
.hamburger.hamburger-cancel.active .icon {
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
}

.hamburger.hamburger-cancel.active:before {
  transform: translateY(8px) rotate(135deg);
  -moz-transform: translateY(9px) rotate(135deg);
  -webkit-transform: translateY(8px) rotate(135deg);
}

.hamburger.hamburger-cancel.active:after {
  transform: translateY(-10px) rotate(-135deg);
  -moz-transform: translateY(-11px) rotate(-135deg);
  -webkit-transform: translateY(-10px) rotate(-135deg);
}

header nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  text-align: right;
  -webkit-animation: slideInDown 0.3s 0.8s backwards ease-out;
          animation: slideInDown 0.3s 0.8s backwards ease-out;
}

header nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  height: 100vh;
}

@media screen and (min-width: 768px) {
  header nav > ul {
    height: auto;
    padding-right: 20px;
  }
}

header a {
  cursor: pointer;
}

header nav > ul li {
  cursor: pointer;
  text-align: center;
  font-size: 94.44%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  header nav > ul li {
    margin: 10px 10px;
  }
}

header nav a {
  color: #000;
  font-weight: 500;
  display: block;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  line-height: 20px;
  font-size: 22px;
  padding: 7px 10px;
}

@media screen and (min-width: 768px) {
  header nav a {
    padding: 7px 10px;
  }
}

header nav a span {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  header nav a {
    font-size: 17px;
  }
  header nav a span {
    font-size: 15px;
  }
}

@media screen and (min-width: 1500px) {
  header nav a {
    font-size: 22px;
    padding: 10px 25px;
  }
}

/* 視窗寬度768-(手機)時的 CSS。*/
@media screen and (max-width: 767px) {
  body {
    font-size: 17px;
  }
  /*--HEADER--*/
  header {
    min-height: inherit;
  }
  header .logoBox {
    z-index: 995;
    padding: 0;
    height: 60px;
    -webkit-animation-name: none;
            animation-name: none;
    width: 100%;
    background-color: #fff;
  }
  header .logoBox.scroll {
    background-color: #fff;
  }
  header .logoBox.scroll {
    padding: 0;
    height: 60px;
  }
  header .logoBox > div {
    line-height: 0;
  }
  header .logoBox > div:first-child,
  header .logoBox.scroll > div:first-child {
    margin-right: 0.7rem;
    margin-left: 0.7rem;
  }
  header .logoBox a:hover {
    opacity: 1;
  }
  /*-------------漢堡圖標----------*/
  /*控制圖標的位置*/
  .nav {
    display: block !important;
  }
  /*header { min-height: 420px; }*/
  header nav {
    left: 100%;
    width: 100%;
    min-height: 100%;
    text-align: center;
    -webkit-animation-name: none;
            animation-name: none;
    z-index: 9900;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  header nav.show {
    left: 0;
  }
  header nav > ul {
    display: block;
    margin-right: 0;
    padding-top: 60px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  header nav.scroll > ul {
    margin-right: 0;
  }
  header nav > ul li {
    width: 100%;
    font-size: 100%;
    border-bottom: 1px dashed #000;
  }
  header nav a {
    line-height: 30px;
  }
  header nav a {
    color: #d3cece;
    font-weight: 500;
    display: block;
    padding: 16px 10px 15px 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    text-shadow: 0px 0px 0 #000;
  }
  header nav a:hover {
    color: #ddd;
  }
  header .sloganBox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    max-width: 350px;
    margin-top: 0;
  }
  header .sloganBox div {
    margin-bottom: 0.7rem;
  }
  header .sloganBox div.h1img {
    width: 95%;
  }
  header .sloganBox div.h1subimg {
    width: 50%;
  }
  header .arrow {
    bottom: 65px;
  }
}

@media screen and (max-width: 767px) {
  header .logoBox.scroll {
    background-color: #fff;
  }
}

li.go_section5 {
  color: #000;
  font-weight: 400;
  display: block;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  text-shadow: 0px 0px 0 #000;
  line-height: 30px;
  padding: 28px 20px 20px 20px;
  font-size: 22px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  li.go_section5 {
    border: 1px solid #000;
    padding: 2px 10px;
    color: #000;
    font-size: 17px;
    background-color: #ffbe2d;
  }
}

@media screen and (min-width: 1500px) {
  li.go_section5 {
    font-size: 22px;
    padding: 5px 15px;
  }
}

body {
  font-family: "Helvetica", Arial, "Noto Sans TC", "LiHei Pro  Medium", "Microsoft JhengHei", "PMingLiU", sans-serif;
  height: 100vh;
  background-image: url("./../images/BG.png");
  width: 100vw;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 17px;
  }
}

section {
  font-size: 15px;
  line-height: 22px;
}

@media screen and (min-width: 768px) {
  section {
    font-size: 17px;
    overflow: hidden;
  }
}

.share {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1000;
}

.share .fb {
  background-color: #3b5998;
  border-radius: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.share .fb:hover {
  background-color: #eb512f;
}

.share .line {
  background-color: #39c939;
  border-radius: 30px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.share .line:hover {
  background-color: #eb512f;
}

.share div {
  display: inline-block;
  padding: 7px;
  margin: 3px;
  width: 35px;
}

@media screen and (min-width: 1500px) {
  .share div {
    width: 50px;
  }
}

.share div img {
  width: 100%;
}

.logo {
  position: absolute;
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  top: 20px;
  left: 20px;
  z-index: 1000;
  cursor: pointer;
}

.logo a {
  margin: 0 5px;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 1500px) {
  .logo {
    top: 30px;
  }
}

.logo img {
  width: 100%;
}

.map_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
  top: 50%;
}

.part1 .part1_bg {
  width: 120%;
}

.part1 .bg_inner {
  position: absolute;
  width: 80%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}

.part1 .bg_inner .title {
  width: 100%;
}

.part1 .bg_inner .part1_start {
  width: 40%;
  margin: auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}

.part1 .bg_inner p {
  width: 80%;
  margin: 2% auto 4%;
  line-height: 25px;
  font-size: 16px;
}

.part1 .part1_people {
  position: absolute;
  width: 35%;
  right: -25%;
  top: 35%;
}

.law_lightBox {
  display: none;
  margin: auto;
  position: absolute;
  top: 49.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
  width: 60%;
  height: 60%;
  left: 50%;
  text-align: center;
}

.law_lightBox .law_close {
  position: absolute;
  padding: 6px;
  width: 30px;
  top: -7px;
  right: -6px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #b78332;
  border-radius: 30px;
  z-index: 100;
  cursor: pointer;
}

.law_lightBox .law_close:hover {
  background-color: #eb512f;
}

.law_lightBox .card {
  background-color: #fff;
  border-radius: 30px;
  height: 100%;
  text-align: left;
  width: 100%;
  padding: 5%;
  margin: auto;
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  -webkit-box-shadow: 0px 5px 20px #999;
          box-shadow: 0px 5px 20px #999;
}

.law_lightBox a {
  color: #888;
}

.law_lightBox h2 {
  font-family: "Noto Serif TC", serif;
  color: #b78332;
  font-weight: 500;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  width: 100%;
  letter-spacing: 0.2rem;
}

.law_lightBox h2 img {
  position: absolute;
  width: 100%;
  top: 50%;
  height: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 8px;
}

.law_lightBox .info-b {
  overflow-y: scroll;
  height: calc(100% - 30px);
}

.law_lightBox .info-b h3 {
  color: #5d3315;
  line-height: 30px;
  font-size: 24px;
  margin: 10px 0;
}

.law_lightBox .gift_info {
  font-size: 15px;
  width: 100%;
}

.law_lightBox .gift_info .gift_list {
  overflow: hidden;
}

.law_lightBox .gift_info .gift_list .items {
  float: left;
  margin: 10px;
  width: calc(16.666% - 20px);
  font-size: 13px;
  color: #444;
  line-height: 1.3;
}

.law_lightBox .gift_info .gift_list .items:first-child {
  margin-left: 0;
}

.law_lightBox .gift_info .gift_list .items:last-child {
  margin-right: 0;
}

.law_lightBox .gift_info .gift_list .items img {
  width: 100%;
  margin-bottom: 6px;
}

.law_lightBox .law_info {
  font-size: 12px;
  margin-top: 16px;
  line-height: 1.5;
}

.law_lightBox .law_info strong {
  font-size: 15px;
  margin-bottom: 4px;
  display: inline-block;
}

.law_lightBox .law_info ol {
  color: #444;
}

.law_lightBox .law_info ol li {
  list-style: decimal;
  margin-left: 17px;
}

.law_lightBox .card_flower {
  position: absolute;
  width: 4%;
  right: 22px;
  top: 29px;
}

.part2 {
  display: none;
  max-width: 60%;
  margin: auto;
  height: 100vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
}

.part2 .choose_character {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  max-width: 1000px;
  min-width: 870px;
  margin: auto;
}

.part2 .dude,
.part2 .auntie,
.part2 .kid {
  width: 25%;
  padding: 30px 50px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-top: 5%;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.part2 .dude:hover .character_info,
.part2 .auntie:hover .character_info,
.part2 .kid:hover .character_info {
  opacity: 1;
}

.part2 .dude:hover .dude::before,
.part2 .dude:hover .auntie::before,
.part2 .dude:hover .kid::before,
.part2 .auntie:hover .dude::before,
.part2 .auntie:hover .auntie::before,
.part2 .auntie:hover .kid::before,
.part2 .kid:hover .dude::before,
.part2 .kid:hover .auntie::before,
.part2 .kid:hover .kid::before {
  opacity: 0;
}

.part2 .dude:hover .star,
.part2 .auntie:hover .star,
.part2 .kid:hover .star {
  display: none;
}

.part2 .dude img,
.part2 .auntie img,
.part2 .kid img {
  width: 100%;
}

.part2 .dude_img,
.part2 .kid_img,
.part2 .auntie_img {
  z-index: 1000;
  position: relative;
}

.part2 .dude::before,
.part2 .auntie::before,
.part2 .kid::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 35%;
  height: 100px;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.part2 .dude::before {
  background-image: url(./../images/PickMe_@2x.png);
  top: -3%;
  margin-left: 10%;
  -webkit-animation: pickMe infinite alternate 0.7s 0.2s linear;
          animation: pickMe infinite alternate 0.7s 0.2s linear;
}

.part2 .auntie::before {
  background-image: url(./../images/PickMe_@2x.png);
  top: -3%;
  margin-left: 10%;
  -webkit-animation: pickMe infinite alternate 0.7s 0.4s linear;
          animation: pickMe infinite alternate 0.7s 0.4s linear;
}

.part2 .kid::before {
  background-image: url(./../images/PickMe_@2x.png);
  top: 1%;
  margin-left: 5%;
  -webkit-animation: pickMe infinite alternate 0.7s 0.6s linear;
          animation: pickMe infinite alternate 0.7s 0.6s linear;
}

@-webkit-keyframes pickMe {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pickMe {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

.part2 .character_info {
  position: absolute;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: left;
  top: -20%;
  left: 50%;
  width: 92%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  border-radius: 20px;
  color: #222222;
  z-index: 1;
  padding: 13px 15px;
}

.part2 .character_info p {
  font-size: 14px;
  line-height: 1.4;
}

.part2 .character_info span {
  padding: 6px 20px 6px 20px;
  border-radius: 15px;
  float: right;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-top: 8px;
  background-color: transparent;
  color: #eb512f;
  border: 2px solid #eb512f;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}

.part2 .kid_info {
  top: -25%;
}

.part2 .clickToChoose_pic {
  position: absolute;
  top: 130%;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.part2 .char_item {
  position: absolute;
  height: 20px;
  width: auto !important;
  top: 10px;
  right: 10px;
}

.part2 .Polygon1 {
  position: absolute;
  height: 40px;
  width: 40px !important;
  bottom: -11px;
  left: 0px;
}

.part2 .star {
  position: absolute;
  width: 60% !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-animation: star 0.6s linear infinite alternate;
          animation: star 0.6s linear infinite alternate;
}

@-webkit-keyframes star {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

@keyframes star {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

span.clickToChoose:hover {
  background-color: #eb512f;
  color: #fff;
  border: 2px solid #eb512f;
}

span.clickToChoose:hover .clickToChoose_pic {
  opacity: 1;
  display: block;
}

.hint_to_choose {
  background-image: url(../../assets/images/icon_clicker.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  padding-right: 20px;
  color: #5d3315;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@-webkit-keyframes hint_to_choose {
  0% {
    opacity: 0.7;
    color: #333;
  }
  100% {
    opacity: 1;
    color: #333;
  }
}

@keyframes hint_to_choose {
  0% {
    opacity: 0.7;
    color: #333;
  }
  100% {
    opacity: 1;
    color: #333;
  }
}

.part3 {
  display: none;
  margin: auto;
  position: absolute;
  top: 49.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
  width: 40%;
  left: 50%;
}

.part3 .card {
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  width: 40%;
  margin: auto;
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.part3 .card_flower {
  position: absolute;
  width: 16%;
  right: 10px;
  top: 10px;
}

.part3 .dice_area {
  width: 60%;
  display: block;
  padding: 25% 0% 5%;
}

.part3 .dice_area img {
  width: 100%;
}

.part3 .roll_the_dice {
  width: 100%;
  text-align: center;
  margin: 5%;
}

.part3 .roll_the_dice p {
  display: block;
  width: 70%;
  color: #eb512f;
  margin: 0 auto 8%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  border-radius: 50px;
  background-color: transparent;
  padding: 10px 24px;
  border: 2px solid #eb512f;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
}

.part3 .roll_the_dice p:hover {
  background-color: #eb512f;
  color: #fff;
  border: 2px solid #eb512f;
}

.part4 {
  display: none;
  margin: auto;
  position: absolute;
  z-index: 100;
  width: 40%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
  left: 50%;
}

@media screen and (min-width: 768px) {
  .part4 {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40%;
    left: 50%;
  }
}

.part4 .popUp_card_title {
  color: #b78332;
  margin: 20px 10px 0px 20px;
  font-family: "Noto Serif TC";
  font-weight: 500;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  line-height: 30px;
  font-size: 25px;
}

.part4 .popUp_card_title img {
  position: absolute;
  width: 100%;
  top: 50%;
  height: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.part4 .card_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.part4 .card_con .small_title {
  color: #b78332;
  margin: 0px !important;
}

.part4 .card_con .card_right {
  margin-top: 8px;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.part4 .card_con .card_right h2 {
  color: #5d3315;
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 8px;
}

.part4 .card_con .card_right .button_con {
  float: right;
}

.part4 .card_con .card_right .button_con .button {
  display: inline-block;
  color: #eb512f;
  font-size: 18px;
  font-weight: 700;
  border-radius: 20px;
  margin-top: 15px;
  background-color: transparent;
  padding: 5px 24px;
  border: 2px solid #eb512f;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
  margin: 16px 8px 20px 0;
}

.part4 .card_con .card_right .button_con .button:hover {
  background-color: #eb512f;
  color: #fff;
  border: 2px solid #eb512f;
}

.part4 .card_con .card_right img {
  width: 60%;
}

.part4 .card_con .card_right p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 10px 0 0;
}

.part4 .card_con .card_left {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  width: 40%;
}

.part4 .card_con .card_left img {
  width: 90%;
  margin: auto;
}

.part4 .card_con .card_left p {
  font-size: 15px;
}

.part4 .card_flower {
  position: absolute;
  width: 7%;
  right: 10px;
  top: 10px;
}

.part4 .card {
  background-color: #fff;
  border-radius: 30px;
  text-align: left;
  width: 100%;
  padding: 5px 10px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2%;
}

.map {
  display: none;
  width: 100%;
}

/* before */
.main_before {
  height: 110%;
  background-image: url("./../images/MAP.png");
  width: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: -2%;
  left: -4%;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-size: 100%;
  overflow: hidden;
}

.main_before .game_map {
  height: 110%;
  background-image: url("./../images/MAP.png");
  width: 110%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: -10%;
  left: -4%;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-size: 100%;
  opacity: 0;
}

/* after_pc */
.main_after {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100vw;
  height: 100vh;
  top: 0%;
  left: 0%;
  z-index: 1;
  min-height: 797px;
  min-width: 1200px;
}

/* aftermb */
.main_after_mb {
  background-image: url("./../images/MAP.png");
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.chess_pic {
  position: absolute;
  width: 13%;
  height: auto;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
}

@-webkit-keyframes bouncePlayerPiece {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

@keyframes bouncePlayerPiece {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

.item_con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.dot {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
  width: 75%;
  height: 100%;
}

.item_icon_pic {
  width: 4%;
  position: absolute;
  cursor: pointer;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0.9;
}

.item1 {
  left: 20%;
  bottom: 7%;
}

.item2 {
  left: 27.2%;
  bottom: 5%;
}

.item3 {
  left: 34.5%;
  bottom: 5%;
}

.item4 {
  left: 41.8%;
  bottom: 7%;
}

.item5 {
  left: 48.7%;
  bottom: 10.5%;
}

.item6 {
  left: 55.5%;
  bottom: 14.2%;
}

.item7 {
  left: 62.5%;
  bottom: 16%;
}

.item8 {
  left: 70%;
  bottom: 15%;
}

.item9 {
  left: 78.9%;
  bottom: 14%;
}

.item10 {
  left: 86.3%;
  bottom: 19%;
}

.item11 {
  left: 91.3%;
  bottom: 29%;
}

.item12 {
  left: 93%;
  bottom: 38.7%;
}

.item13 {
  left: 93%;
  bottom: 49.9%;
}

.item14 {
  left: 92%;
  bottom: 61%;
}

.item15 {
  left: 87.5%;
  bottom: 68%;
}

.item16 {
  left: 82.5%;
  bottom: 74%;
}

.item17 {
  left: 76.4%;
  bottom: 78%;
}

.item18 {
  left: 69.7%;
  bottom: 80%;
}

.item19 {
  left: 63.3%;
  bottom: 81%;
}

.item20 {
  left: 56%;
  bottom: 81.5%;
}

.item21 {
  left: 49.2%;
  bottom: 83.5%;
}

.item22 {
  left: 42.5%;
  bottom: 86.5%;
}

.item23 {
  left: 35%;
  bottom: 89.5%;
}

.item24 {
  left: 27.7%;
  bottom: 88.5%;
}

.item25 {
  left: 20.5%;
  bottom: 85%;
}

.item26 {
  left: 14.4%;
  bottom: 78.5%;
}

.item27 {
  left: 8.7%;
  bottom: 70%;
}

.item28 {
  left: 5.9%;
  bottom: 61.2%;
}

.item29 {
  left: 3.8%;
  bottom: 52.9%;
}

.item30 {
  left: 2.8%;
  bottom: 44.2%;
}

.item31 {
  left: 3%;
  bottom: 34.4%;
}

.item32 {
  left: 5.3%;
  bottom: 25%;
}

.item33 {
  left: 8.7%;
  bottom: 16.3%;
}

.item34 {
  left: 20%;
  bottom: 5%;
}

.clone_area .part5 {
  display: none;
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10000;
  width: 40%;
  left: 50%;
}

.clone_area .part5 .popUp_card_title {
  color: #b78332;
  margin: 20px 10px 0px 20px;
  font-family: "Noto Serif TC";
  font-weight: 500;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  line-height: 30px;
  font-size: 25px;
}

.clone_area .part5 .popUp_card_title img {
  position: absolute;
  width: 100%;
  top: 50%;
  height: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.clone_area .part5 .card_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.clone_area .part5 .card_con .small_title {
  color: #b78332;
  margin: 0px !important;
}

.clone_area .part5 .card_con .card_right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.clone_area .part5 .card_con .card_right h2 {
  color: #5d3315;
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 8px;
}

.clone_area .part5 .card_con .card_right .button_con {
  float: right;
}

.clone_area .part5 .card_con .card_right .button_con .button {
  display: inline-block;
  color: #eb512f;
  font-size: 18px;
  font-weight: 700;
  border-radius: 20px;
  margin-top: 15px;
  background-color: transparent;
  padding: 5px 24px;
  border: 2px solid #eb512f;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
  margin: 16px 8px 20px 0;
}

.clone_area .part5 .card_con .card_right .button_con .button:hover {
  background-color: #eb512f;
  color: #fff;
  border: 2px solid #eb512f;
}

.clone_area .part5 .card_con .card_right img {
  width: 60%;
}

.clone_area .part5 .card_con .card_right p {
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0;
}

.clone_area .part5 .card_con .card_left {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  width: 40%;
}

.clone_area .part5 .card_con .card_left img {
  width: 90%;
  margin: auto;
}

.clone_area .part5 .card_con .card_left p {
  font-size: 15px;
}

.clone_area .part5 .card_flower {
  position: absolute;
  width: 7%;
  right: 10px;
  top: 10px;
}

.clone_area .part5 .card {
  background-color: #fff;
  border-radius: 30px;
  text-align: left;
  width: 100%;
  padding: 5px 10px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 2%;
}

.fixed_body {
  position: fixed;
}

.lightBox {
  display: none;
  background-color: rgba(108, 68, 40, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}

.lightBox .card {
  width: 30%;
  background-color: #fff;
  border-radius: 30px;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  padding: 20px 10px 10px;
  left: 50%;
}

.lightBox .card_flower {
  position: absolute;
  width: 30px;
  right: 10px;
  top: 15px;
}

.lightBox .question {
  display: none;
}

.lightBox .question h2 {
  color: #b78332;
  margin: 0px 10px 0;
  font-weight: 500;
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-size: 24px;
  font-family: "Noto Serif TC";
  letter-spacing: 8px;
  width: 95%;
  overflow: hidden;
}

.lightBox .question h2 img {
  position: absolute;
  width: 96%;
  top: 50%;
  height: 5px;
  margin-left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lightBox .question_close {
  position: absolute;
  padding: 6px;
  width: 30px;
  top: -7px;
  right: -6px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #b78332;
  border-radius: 30px;
  cursor: pointer;
}

.lightBox .question_close:hover {
  background-color: #eb512f;
}

.after-question {
  display: none;
  width: 100%;
  margin: auto;
}

.after-question img {
  width: 60%;
  margin: auto;
  display: block;
}

.after-question .button_con {
  float: right;
}

.after-question .button_con .button {
  display: inline-block;
  color: #eb512f;
  margin: 0 auto 5%;
  font-weight: 500;
  border-radius: 20px;
  margin-top: 15px;
  background-color: transparent;
  padding: 5px 15px;
  border: 2px solid #eb512f;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
  margin-right: 5px;
  font-size: 18px;
}

.after-question .button_con .button a {
  color: #eb512f;
}

.after-question .button_con .button a:hover {
  color: #fff;
}

.after-question .button_con .button:hover {
  background-color: #eb512f;
  color: #fff;
  border: 2px solid #eb512f;
}

.submitBtn {
  border-radius: 50px;
  padding: 10px 50px;
  width: 70%;
  border: none;
  background-color: transparent;
  color: #eb512f;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-top: 10px;
  cursor: pointer;
  display: block;
  margin: auto;
  border: 1px solid #eb512f;
}

.submitBtn:hover {
  background-color: #eb512f;
  color: #fff !important;
  border: 1px solid #eb512f;
}

#dform {
  margin: 20px 0;
}

.sale {
  position: absolute;
  top: 23px;
  right: -33px;
  background-color: #eb512f;
  padding: 5px 2px 3px 2px;
  border-radius: 0 10px 10px 0px;
  z-index: -1;
  width: 33px;
  text-align: center;
  overflow: hidden;
}

.sale p {
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
  margin: 18px 2px 0 0 !important;
  line-height: 1.2 !important;
}

.sale img {
  display: inline-block;
  width: 19px !important;
  -webkit-transform: scale(2) translateX(-4px) rotate(11deg) translateY(3px);
          transform: scale(2) translateX(-4px) rotate(11deg) translateY(3px);
}

.look_gift {
  position: absolute;
  top: 140px;
  right: -33px;
  background-color: #eb512f;
  padding: 5px 3px 5px 1px;
  border-radius: 0 10px 10px 0px;
  z-index: -1;
  width: 33px;
  text-align: center;
  cursor: pointer;
}

.look_gift p {
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1.2 !important;
  margin: 0px 0 0 0 !important;
}

footer {
  text-align: center;
  padding: 20px;
  background-color: #aaa;
  color: #000;
}

footer p {
  margin: 10px 0;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  footer p {
    font-size: 15px;
  }
}

* {
  margin: 0;
  padding: 0;
  /*outline: 1px solid #333;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  position: relative;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  text-decoration: none;
}

img {
  vertical-align: middle;
}
/*# sourceMappingURL=style.css.map */