@charset "UTF-8";
/* CSS Document */
@import url("reset.css");
/* CSS Document */
@import url("reset.css");
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
html {
  font-size: 16px;
}

html * {
  font-size: 1rem;
  font-weight: 400;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "National Park", "cwtexyen", serif, "微軟正黑體", "新細明體", "細明體";
  font-size: 16px;
  line-height: 1.5;
  color: #3e3a39;
  letter-spacing: 1px;
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

div, span {
  display: block;
  width: 100%;
}

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
h2 {
  font-size: 3vw;
  font-weight: bold;
}

p {
  font-size: 1.5vw;
  line-height: 1.5;
  color: #5c5b53;
  font-weight: 600;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  p {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 3.8vw;
    letter-spacing: 0;
  }
}

.ls-5 {
  letter-spacing: 2px;
}

.ml-7 {
  margin-left: 7%;
}

.mtb-2 {
  margin-top: 2%;
  margin-bottom: 2%;
}

.mtb-5 {
  margin-top: 5%;
  margin-bottom: 5%;
}

.ptb-1 {
  padding-top: 1%;
  padding-bottom: 1%;
}

.plr-2 {
  padding-left: 2%;
  padding-right: 2%;
}

.bt-1 {
  border-bottom: 1px solid #fff;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block;
  }
}

.pad-pc {
  display: block;
}
@media (min-width: 992px) {
  .pad-pc {
    display: none;
  }
}

.pad-h {
  display: none;
}
@media (max-width: 992px) {
  .pad-h {
    display: block;
  }
}

.btn_style {
  transform-origin: center;
  transform: scale(1);
  transition: all 0.15s ease-in-out;
}
.btn_style:hover {
  cursor: pointer;
  transform: scale(0.9);
}

/*---kv---*/
header {
  width: 94.7%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 1%;
  left: 2.65%;
  z-index: 15;
}
header .logo_box {
  width: 10.4%;
}
@media (max-width: 992px) {
  header .logo_box {
    width: 12%;
  }
}
@media (max-width: 768px) {
  header .logo_box {
    width: 36.2%;
  }
}
header nav {
  width: auto;
  position: relative;
}
header nav ul {
  list-style-type: none;
}
header nav ul li {
  width: auto;
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-right: 1vw;
}
header nav ul li a {
  text-decoration: none;
}
header nav ul li a span {
  display: inline-block;
  width: auto;
  position: relative;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.5;
  color: #eda927;
  padding: 0 0.25vw;
}
header nav ul li::after {
  display: block;
  content: "";
  width: 1vw;
  height: 1vw;
  line-height: 1;
  background-color: #ea9997;
  position: absolute;
  border-radius: 200px;
  right: -1.15vw;
  z-index: 2;
}
header nav ul li:last-child {
  margin-right: 0vw;
}
header nav ul li:last-child::after {
  display: none;
}

.kv_w {
  position: relative;
  overflow: hidden;
}
.kv_w h1 {
  width: 31.25%;
  position: absolute;
  left: 34.2%;
  top: 4.1%;
  z-index: 4;
  transform-origin: center;
  animation: kv_title 1s ease-in-out infinite;
}
@media (max-width: 768px) {
  .kv_w h1 {
    width: 77.6%;
    left: 10.5%;
    top: 17.3%;
  }
}
.kv_w .airplane {
  width: 10.52%;
  position: absolute;
  left: 67.3%;
  top: 7.7%;
  z-index: 5;
  opacity: 0;
  animation: kv_airplane 2s ease-in-out forwards;
}
@media (max-width: 768px) {
  .kv_w .airplane {
    width: 25.3%;
    left: 74%;
    top: 17.3%;
  }
}
.kv_w .kv_text {
  width: 21.7%;
  position: absolute;
  left: 1.7%;
  top: 37.6%;
  z-index: 4;
  opacity: 0;
  animation: kv_text 1s ease-in-out 2s forwards;
}
@media (max-width: 768px) {
  .kv_w .kv_text {
    display: none;
  }
}
.kv_w .kv_prd {
  width: 21.95%;
  position: absolute;
  right: 6.9%;
  top: 84.6%;
  z-index: 4;
  opacity: 0;
  animation: kv_prd 1s ease-in-out 3s forwards;
}
@media (max-width: 768px) {
  .kv_w .kv_prd {
    width: 79%;
    right: 10%;
    top: 88.6%;
  }
}
.kv_w .kv_people {
  width: 120.3%;
  position: absolute;
  left: -120%;
  top: 65.7%;
  z-index: 6;
  animation: kv_people 20s linear 2.5s infinite;
}
@media (max-width: 768px) {
  .kv_w .kv_people {
    width: 480%;
    left: -480%;
    top: 64.1%;
  }
}
.kv_w .kv_pt {
  width: 6.25%;
  position: absolute;
  right: 15.1%;
  top: 32.7%;
  z-index: 3;
}
@media (max-width: 768px) {
  .kv_w .kv_pt {
    width: 12%;
    right: 6.2%;
    top: 52.9%;
  }
}
.kv_w img.kv_bg {
  width: 101%;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.kv_w .kv_photo {
  width: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
}
@media (max-width: 768px) {
  .kv_w .kv_photo {
    top: 36%;
    transform-origin: center;
    transform: scale(1.25);
  }
}

@keyframes kv_title {
  0% {
    top: 4.1%;
  }
  50% {
    top: 4.5%;
  }
  100% {
    top: 4.1%;
  }
}
@media (max-width: 768px) {
  @keyframes kv_title {
    0% {
      top: 16.3%;
    }
    50% {
      top: 17.3%;
    }
    100% {
      top: 16.3%;
    }
  }
}
@keyframes kv_airplane {
  0% {
    left: 20%;
    opacity: 0;
  }
  100% {
    left: 67.3%;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  @keyframes kv_airplane {
    0% {
      left: 20%;
      opacity: 0;
    }
    100% {
      left: 74%;
      opacity: 1;
    }
  }
}
@keyframes kv_text {
  0% {
    left: 5%;
    opacity: 0;
  }
  100% {
    left: 1.7%;
    opacity: 1;
  }
}
@keyframes kv_prd {
  0% {
    right: 8%;
    opacity: 0;
  }
  100% {
    right: 6.9%;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  @keyframes kv_prd {
    0% {
      right: -5.8%;
      opacity: 0;
    }
    100% {
      right: 10%;
      opacity: 1;
    }
  }
}
@keyframes kv_people {
  0% {
    left: -120%;
  }
  100% {
    left: 120%;
  }
}
@media (max-width: 768px) {
  @keyframes kv_people {
    0% {
      left: -480%;
    }
    100% {
      left: 120%;
    }
  }
}
#swiper-container1 > .swiper-wrapper > .swiper-slide img {
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

#swiper-container1 > .swiper-wrapper > .swiper-slide-active img {
  opacity: 1;
}

#swiper-container2 > .swiper-wrapper > .swiper-slide img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1, 1);
}

#swiper-container2 > .swiper-wrapper > .swiper-slide-active img, .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1.1, 1.1);
}

.kv_pt_khh03 {
  width: 11.7%;
  position: absolute;
  left: 2.3%;
  top: 36.5%;
  z-index: 3;
}

.kv_pt03 {
  width: 11.7%;
  position: absolute;
  right: 2.3%;
  top: 36.5%;
  z-index: 3;
}

.arrow_box {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}

.swiper-button {
  width: 60px;
  height: 60px;
  background-size: 100%;
  position: relative;
  margin: 20px;
  left: 0;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination-bullet {
  width: 0.75vw;
  height: 0.75vw;
  margin: 5px;
  background: #5c5b53;
  opacity: 1;
  margin-top: 2%;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 3vw;
    height: 3vw;
    margin: 3px;
  }
}

.swiper-pagination-bullet-active {
  background: #eda927;
}

.swiper-pagination {
  position: relative;
  text-align: center;
}

.btn_buy {
  display: block;
  width: 4.5%;
  position: fixed;
  right: 1.5%;
  bottom: 3%;
  z-index: 8;
  transform-origin: center;
  animation: buy_ani 1s ease-in-out infinite;
}
@media (max-width: 992px) {
  .btn_buy {
    width: 8%;
  }
}
@media (max-width: 768px) {
  .btn_buy {
    width: 10.4%;
  }
}

@keyframes buy_ani {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 1%;
  }
  100% {
    margin-bottom: 0;
  }
}
body {
  background: #fbf5e9;
}

/*---main---*/
main {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
  overflow: hidden;
  background: url(../images/en_bg.png) repeat-y top center;
  background-size: 100%;
}
@media (max-width: 768px) {
  main {
    background-size: 250%;
  }
}

section {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0% 0;
  z-index: 2;
}

.box_w {
  width: 92.6%;
  position: relative;
  margin: 5% auto;
  text-align: center;
}
@media (max-width: 992px) {
  .box_w {
    margin: 15% auto;
  }
}
@media (max-width: 768px) {
  .box_w {
    width: 92.1%;
    margin: 25% auto;
  }
}

/*---s01-------------------*/
.map_w {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: top;
  position: relative;
  margin: 2% auto 0;
}
@media (max-width: 768px) {
  .map_w {
    margin: 10% auto 5%;
  }
}
.map_w h2 {
  width: 32.7%;
  position: absolute;
  left: 18.2%;
  top: 20%;
  z-index: 3;
}
@media (max-width: 768px) {
  .map_w h2 {
    width: 70.8%;
    position: relative;
    left: 0;
    top: 0;
    margin: 10% 5% 0 0;
  }
}
.map_w .map {
  width: 68.9%;
  position: relative;
  margin-right: 7.5%;
  z-index: 3;
}
@media (max-width: 768px) {
  .map_w .map {
    width: 100%;
    margin-right: 0%;
  }
}
.map_w .map_en {
  width: 95.2%;
  position: relative;
  margin: -8% auto 0%;
  z-index: 2;
}
@media (max-width: 768px) {
  .map_w .map_en {
    width: 100%;
    margin: -8% auto 0%;
  }
}
.map_w .tiger {
  width: 20%;
  position: absolute;
  left: 8.1%;
  top: 8.1%;
  z-index: 2;
}
@media (max-width: 768px) {
  .map_w .tiger {
    width: 36%;
    left: 5%;
    top: 0;
  }
}

/*---s02-------------------*/
h2.box_title {
  display: inline-block;
  width: auto;
  position: relative;
  color: #fff;
  border-radius: 3.5vw 3.5vw 0 0;
  background: #ea9997;
  padding: 0.25vw 3.5vw;
  margin: 0 auto;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}

h2.box_title01 {
  width: 38.1%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 992px) {
  h2.box_title01 {
    width: 58.1%;
  }
}
@media (max-width: 768px) {
  h2.box_title01 {
    width: 74.1%;
  }
}

h2.box_title02 {
  width: 44%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 992px) {
  h2.box_title02 {
    width: 64%;
  }
}
@media (max-width: 768px) {
  h2.box_title02 {
    width: 84%;
  }
}

.list_box {
  width: 100%;
  position: relative;
  border: 1px solid #ea9997;
  border-radius: 5vw;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
  overflow: hidden;
  margin: 0 auto;
  padding: 10% 0 2.5%;
  box-sizing: border-box;
}

.prd_w {
  position: relative;
  text-align: center;
}
.prd_w .prd_list .ps {
  font-size: 1.15vw;
  line-height: 1.5;
  text-align: center;
  color: #333;
  margin: 2.5% auto;
  padding: 0 5%;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .prd_w .prd_list .ps {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .prd_w .prd_list .ps {
    font-size: 3.5vw;
    letter-spacing: 0;
    padding: 2%;
  }
}
.prd_w .tiger {
  width: 10.3%;
  position: absolute;
  right: 17.5%;
  top: 0;
  z-index: 3;
}
@media (max-width: 992px) {
  .prd_w .tiger {
    width: 15.3%;
    right: 10.5%;
    top: 0%;
  }
}
@media (max-width: 768px) {
  .prd_w .tiger {
    width: 25.3%;
    right: 0%;
    top: 12%;
  }
}

.new {
  width: 33.1%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

#swiper-container04 {
  width: 76.2%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  #swiper-container04 {
    width: 66.2%;
  }
}

.swiper-button-prev, .swiper-button-next {
  color: #ea9997;
}
@media (max-width: 768px) {
  .swiper-button-prev, .swiper-button-next {
    display: block;
  }
}

.swp04 {
  display: none;
}
@media (max-width: 1023px) {
  .swp04 {
    display: block;
  }
}

.btn_gobuy {
  display: inline-block;
  width: auto;
  margin: 5% auto 2%;
}
.btn_gobuy a {
  text-decoration: none;
}
.btn_gobuy a span {
  display: inline;
  font-size: 1.5vw;
  color: #fff;
  background: #eda927;
  border-radius: 500px;
  padding: 0.5vw 1.5vw;
  transform-origin: center;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .btn_gobuy a span {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .btn_gobuy a span {
    font-size: 4.5vw;
    padding: 0.5vw 3.5vw;
  }
}
.btn_gobuy a:hover span {
  padding: 0.5vw 2.5vw;
}
@media (max-width: 768px) {
  .btn_gobuy a:hover span {
    padding: 0.5vw 5vw;
  }
}

/*---s03-------------------*/
.time_w {
  position: relative;
}
.time_w .time_list {
  position: relative;
  padding: 5% 0;
}
.time_w .time_list .ps {
  font-size: 1.15vw;
  line-height: 1.5;
  text-align: center;
  color: #333;
  margin: 0% auto 2.5%;
}
@media (max-width: 992px) {
  .time_w .time_list .ps {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .time_w .time_list .ps {
    font-size: 3.5vw;
  }
}
.time_w .people01 {
  width: 10.6%;
  position: absolute;
  left: 9.5%;
  top: 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .time_w .people01 {
    width: 15.6%;
  }
}
@media (max-width: 768px) {
  .time_w .people01 {
    width: 22%;
    left: -2.5%;
    top: 2.5%;
  }
}
.time_w .people02 {
  width: 10.6%;
  position: absolute;
  left: 83.4%;
  bottom: -5%;
  z-index: 2;
}
@media (max-width: 992px) {
  .time_w .people02 {
    width: 15.6%;
  }
}
@media (max-width: 768px) {
  .time_w .people02 {
    width: 22%;
    left: 80.4%;
  }
}

.people img {
  animation: people_ani 1s ease-in-out infinite;
}

@keyframes people_ani {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 5%;
  }
  100% {
    margin-left: 0;
  }
}
#swiper-container05 {
  width: 61.85%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #swiper-container05 {
    width: 85%;
  }
}
@media (max-width: 992px) {
  #swiper-container05 {
    width: 90%;
  }
}

.swp05 {
  display: none;
}
@media (max-width: 1023px) {
  .swp05 {
    display: block;
  }
}

.btn_more {
  display: inline-block;
  width: auto;
  margin: 5% auto 2%;
}
.btn_more a {
  text-decoration: none;
}
.btn_more a span {
  display: inline;
  font-size: 1.5vw;
  color: #fff;
  background: #ea9997;
  border-radius: 500px;
  padding: 0.5vw 1.5vw;
  transform-origin: center;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .btn_more a span {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .btn_more a span {
    font-size: 4.5vw;
    padding: 0.5vw 3.5vw;
  }
}
.btn_more a:hover span {
  padding: 0.5vw 2.5vw;
}
@media (max-width: 768px) {
  .btn_more a:hover span {
    padding: 0.5vw 5vw;
  }
}

/*---s04-------------------*/
.play_w {
  position: relative;
  margin-top: 10%;
}
.play_w .play_list {
  padding: 5% 0;
}
.play_w .play_list p {
  padding: 0 2.5%;
}

#swiper-container06 {
  width: 88.8%;
  margin: 3.5% auto 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  #swiper-container06 {
    width: 66.2%;
  }
}

.swp06 {
  display: none;
}
@media (max-width: 1023px) {
  .swp06 {
    display: block;
  }
}

.city_box {
  position: relative;
  margin: 5% auto;
}
.city_box .city_photo {
  position: relative;
  margin-bottom: 5%;
}
.city_box .city_content {
  position: relative;
  text-align: left;
}
.city_box .city_content .city_name {
  font-size: 2.5vw;
  font-weight: 600;
  color: #ea9997;
  line-height: 1;
}
@media (max-width: 992px) {
  .city_box .city_content .city_name {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .city_box .city_content .city_name {
    font-size: 7vw;
  }
}
.city_box .city_content .city_name span {
  display: inline;
  font-size: 1.15vw;
  color: #ea9997;
}
@media (max-width: 992px) {
  .city_box .city_content .city_name span {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .city_box .city_content .city_name span {
    font-size: 4vw;
  }
}
.city_box .city_content .city_info {
  font-size: 1.5vw;
  font-weight: 400;
  color: #ea9997;
  line-height: 1.15;
}
@media (max-width: 992px) {
  .city_box .city_content .city_info {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .city_box .city_content .city_info {
    font-size: 5vw;
  }
}
.city_box .city_content p {
  font-size: 1.15vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  margin: 2.5% 0;
  padding: 0;
}
@media (max-width: 992px) {
  .city_box .city_content p {
    font-size: 2.25vw;
  }
}
@media (max-width: 768px) {
  .city_box .city_content p {
    font-size: 3.8vw;
    padding: 0 !important;
  }
}

.people03 {
  width: 10.6%;
  position: absolute;
  left: 14.7%;
  top: 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .people03 {
    width: 15.6%;
    left: 10.7%;
  }
}
@media (max-width: 768px) {
  .people03 {
    width: 22%;
    left: 0;
    top: -5%;
  }
}

.people04 {
  width: 10.6%;
  position: absolute;
  left: 66.7%;
  top: 28%;
  z-index: 2;
}
@media (max-width: 992px) {
  .people04 {
    width: 15.6%;
    left: 86.7%;
  }
}
@media (max-width: 768px) {
  .people04 {
    width: 22%;
    left: 75%;
    top: 25%;
  }
}

.people05 {
  width: 10.6%;
  position: absolute;
  left: 34.7%;
  bottom: -8%;
  z-index: 2;
}
@media (max-width: 992px) {
  .people05 {
    width: 15.6%;
    bottom: -7.5%;
  }
}
@media (max-width: 768px) {
  .people05 {
    width: 22%;
    left: 30%;
    bottom: -10%;
  }
}

.people06 {
  width: 10.6%;
  position: absolute;
  left: 80.5%;
  bottom: -12%;
  z-index: 2;
}
@media (max-width: 992px) {
  .people06 {
    width: 15.6%;
    bottom: -10.5%;
  }
}
@media (max-width: 768px) {
  .people06 {
    width: 22%;
    left: 80.5%;
    bottom: -7%;
  }
}

/*---s05-------------------*/
.photo_w {
  position: relative;
  margin-top: 10%;
}
.photo_w .photo_list {
  padding: 5% 0;
}
#swiper-container07 {
  width: 88.8%;
  margin: 3.5% auto 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  #swiper-container07 {
    width: 66%;
  }
}

.swp07 {
  display: none;
}
@media (max-width: 1023px) {
  .swp07 {
    display: block;
  }
}

.people07 {
  width: 10.6%;
  position: absolute;
  left: 3.6%;
  top: 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .people07 {
    width: 15.6%;
  }
}
@media (max-width: 768px) {
  .people07 {
    width: 22%;
    left: 0%;
    top: -5%;
  }
}

.people08 {
  width: 10.6%;
  position: absolute;
  left: 48.5%;
  top: 30%;
  z-index: 2;
}
@media (max-width: 992px) {
  .people08 {
    width: 15.6%;
  }
}
@media (max-width: 768px) {
  .people08 {
    width: 22%;
    left: 72%;
    top: 25%;
  }
}

.people09 {
  width: 10.6%;
  position: absolute;
  left: 82.4%;
  bottom: -8%;
  z-index: 2;
}
@media (max-width: 992px) {
  .people09 {
    width: 15.6%;
  }
}
@media (max-width: 768px) {
  .people09 {
    width: 22%;
    left: 30%;
    bottom: -9%;
  }
}

/*---s06-------------------*/
.holiday_w {
  position: relative;
  z-index: 5;
}
.holiday_w .holiday_list {
  position: relative;
  padding: 5% 0;
}
#swiper-container08 {
  width: 88.8%;
  margin: 5% auto 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  #swiper-container08 {
    width: 66%;
  }
}

.people10 {
  width: 10.6%;
  position: absolute;
  left: 21.9%;
  top: 20%;
  z-index: 2;
}
@media (max-width: 992px) {
  .people10 {
    width: 15.6%;
    left: 11%;
  }
}
@media (max-width: 768px) {
  .people10 {
    width: 22%;
    left: 2.5%;
    top: 22%;
  }
}

.people11 {
  width: 10.6%;
  position: absolute;
  left: 90.5%;
  top: 40%;
  z-index: 2;
}
@media (max-width: 992px) {
  .people11 {
    width: 15.6%;
  }
}
@media (max-width: 768px) {
  .people11 {
    width: 22%;
    left: 72%;
    top: 30%;
  }
}

.people12 {
  width: 10.6%;
  position: absolute;
  left: 49.3%;
  bottom: -7%;
  z-index: 2;
}
@media (max-width: 992px) {
  .people12 {
    width: 15.6%;
  }
}
@media (max-width: 768px) {
  .people12 {
    width: 22%;
    left: 60%;
    bottom: -10%;
  }
}

/*---s07-------------------*/
.banner_w {
  position: relative;
}

/*---popup / 注意事項---*/
/*---popup---*/
.modally {
  max-width: 90%;
  width: 51.9%;
  background: #fff;
  border-radius: 30px;
  padding: 4px;
  background: #3e3a39;
}
@media (max-width: 991px) {
  .modally {
    width: 90%;
  }
}

.modally-content {
  background: #fff;
  border-radius: 30px;
  padding-top: 5%;
}
@media (max-width: 991px) {
  .modally-content {
    padding-top: 10%;
  }
}

.modally .modally-close-button {
  display: block;
  font-size: 50px;
  color: #333;
}

.modally-wrap .modally-underlay {
  background: rgba(255, 173, 39, 0.9);
}

/*popup / 使用規範*/
.rules-w {
  width: 90%;
  margin: 0% auto;
  padding: 5% 0;
  position: relative;
}
.rules-w h5 {
  display: inline;
  font-size: 1.05vw;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .rules-w h5 {
    font-size: 3.05vw;
  }
}
.rules-w h5 img {
  width: 1.05vw;
  display: inline;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .rules-w h5 img {
    width: 3vw;
  }
}

ul.ps_text {
  list-style-type: none;
  display: flex;
  flex-flow: column wrap;
  font-size: 1vw;
  line-height: 1.5;
  margin: 0 0 5%;
}
ul.ps_text li {
  width: 95%;
  list-style-type: decimal-leading-zero;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  color: #333;
  margin: 1% 0 1% 5%;
}
@media (max-width: 991px) {
  ul.ps_text li {
    width: 88%;
    margin: 1% 0 1% 12%;
    font-size: 3vw;
  }
}
ul.ps_text li a {
  font-size: 1vw;
  color: #ea5513;
  text-decoration: underline;
}
@media (max-width: 991px) {
  ul.ps_text li a {
    font-size: 3vw;
  }
}

/*-------------------------------------------------------------*/
.overlay {
  width: 25%;
  background: rgba(234, 152, 151, 0.9);
}
@media (max-width: 768px) {
  .overlay {
    width: 100%;
  }
}

.overlay nav {
  top: 0vh;
  height: 95vh;
}
.overlay nav ul {
  display: block;
  width: 80%;
  height: 80%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 10%;
}
.overlay nav ul li {
  width: 100%;
  display: flex;
}
@media (max-width: 992px) {
  .overlay nav ul li span {
    font-size: 2vw;
    text-align: right !important;
  }
}
@media (max-width: 768px) {
  .overlay nav ul li span {
    font-size: 6vw;
    text-align: center !important;
  }
}
.overlay nav ul li a div {
  display: flex;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
}
.overlay nav ul li a div span {
  width: 15vw;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  color: #fbe361;
}
.overlay nav ul li a div p {
  font-size: 5vw;
  font-weight: 600;
}

.overlay ul a li span {
  color: #fcf6ea;
  position: relative;
}

.overlay .overlay-close {
  top: 0;
}

button.menu_m {
  display: block;
  position: relative;
  top: 0%;
  right: 0%;
  width: 2.9%;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 0;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  order: 3;
}
@media (max-width: 992px) {
  button.menu_m {
    width: 4%;
  }
}
@media (max-width: 768px) {
  button.menu_m {
    width: 45px;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */