@charset "UTF-8";
/* 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, ul, li {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans TC", "微軟正黑體", "新細明體", "細明體", Arial, "Arial Black";
  font-size: 16px;
  line-height: 25px;
  color: #333;
  letter-spacing: 1px;
  box-sizing: border-box;
}

body {
  position: relative;
}
@media (max-width: 768px) {
  body {
    background-size: 10%;
  }
}

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

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

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
h3 {
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 768px) {
  h3 {
    font-size: 5vw;
    letter-spacing: 0;
  }
}

h4 {
  font-size: 2vw;
}
@media (max-width: 768px) {
  h4 {
    font-size: 5vw;
  }
}

p {
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  letter-spacing: 5px;
}
@media (max-width: 992px) {
  p {
    font-size: 1.75vw;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 3.5vw;
    line-height: 1.5;
  }
}

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

header {
  position: relative;
}

nav {
  width: auto;
  position: relative;
  order: 2;
}
nav ul {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
}
nav ul li {
  width: auto;
  line-height: 1;
  border-right: 1px solid #2e3192;
  padding: 0 1vw;
}
nav ul li:last-child {
  border: none;
}
nav ul li a {
  font-size: 1.05vw;
  line-height: 1;
  color: #2e3192;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
nav ul li a:hover {
  color: #f15a24;
}

.cursor_w {
  width: 100%;
  height: 83%;
  max-height: 100%;
  position: absolute;
  left: 0;
  top: 17%;
  z-index: 11;
  background: rgba(210, 15, 8, 0);
  overflow: hidden;
}

img.leaf, img.snowflake {
  position: absolute;
  will-change: transform;
  pointer-events: none;
  animation: fall 1s linear forwards;
}

@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translateY(30vh) rotate(360deg);
    opacity: 1;
  }
  100% {
    transform: translateY(30vh) rotate(360deg);
    opacity: 0;
  }
}
/*---KV---*/
.intro_w {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 18;
  animation: intro_w 1s linear 6s forwards;
}
.intro_w .intro_box {
  position: relative;
}
.intro_w .intro_box .intro_p {
  position: absolute;
  left: 0;
  top: 0;
}

@keyframes inro_p {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.intro06 {
  opacity: 0;
  z-index: 7;
  animation: inro_p 1s linear 5s forwards;
}

.intro05 {
  opacity: 0;
  z-index: 6;
  animation: inro_p 1s linear 4s forwards;
}

.intro04 {
  opacity: 0;
  z-index: 5;
  animation: inro_p 1s linear 3s forwards;
}

.intro03 {
  opacity: 0;
  z-index: 4;
  animation: inro_p 1s linear 2s forwards;
}

.intro02 {
  opacity: 0;
  z-index: 3;
  animation: inro_p 1s linear 1s forwards;
}

.intro01 {
  opacity: 1;
  z-index: 2;
}

@keyframes intro_w {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  95% {
    opacity: 0;
    top: 0;
  }
  100% {
    opacity: 0;
    display: none;
    top: -100%;
  }
}
.kv_ww {
  display: block;
  position: relative;
  background: url(../images/kv/kv_bg.jpg) center;
  background-size: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .kv_ww {
    background: url(../images/kv/kv_bg_m.jpg) center;
  }
}

.kv_w {
  position: relative;
  overflow: hidden;
}
.kv_w .logo_box {
  width: 13.65%;
  position: absolute;
  left: 8.3%;
  top: 10.3%;
  z-index: 12;
}
@media (max-width: 768px) {
  .kv_w .logo_box {
    width: 30%;
    left: 10%;
    top: 4.9%;
  }
}
.kv_w .logo_box02 {
  width: 13.65%;
  position: absolute;
  right: 8.3%;
  top: 10.3%;
  z-index: 12;
}
@media (max-width: 768px) {
  .kv_w .logo_box02 {
    width: 30%;
    right: 9%;
    top: 4.9%;
  }
}
.kv_w h1 {
  width: 56%;
  position: absolute;
  left: 21.9%;
  top: 0;
  z-index: 3;
}
@media (max-width: 768px) {
  .kv_w h1 {
    width: 100%;
    left: 0%;
    top: 10.2%;
  }
}
.kv_w .woman_box {
  width: 25%;
  position: absolute;
  left: 36.7%;
  top: 31.6%;
  z-index: 5;
}
@media (max-width: 768px) {
  .kv_w .woman_box {
    width: 69.2%;
    left: 13.4%;
    top: 27.9%;
  }
}
.kv_w .woman_box .woman_g {
  position: relative;
}
.kv_w .woman_box .woman_g .somke {
  width: 34.3%;
  height: 53.5%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../images/kv/smoke.png) center top;
  background-size: 100%;
  transform-origin: 80% bottom;
  animation: somke 3s ease-in infinite;
}
.kv_w .woman_box .woman_g .somke img {
  opacity: 0;
}
.kv_w .airplane {
  width: 9.8%;
  position: absolute;
  left: 66.9%;
  top: 39.3%;
  z-index: 5;
  opacity: 0;
  animation: kv_airplane 2s ease-in-out 6.5s forwards;
}
@media (max-width: 768px) {
  .kv_w .airplane {
    width: 19.4%;
    left: 13.4%;
    top: 47%;
  }
}
.kv_w .kv_text_box {
  width: 83.5%;
  height: 0;
  position: absolute;
  left: 8.5%;
  top: 47.2%;
  z-index: 5;
  animation: kv_text 2s ease-in-out 6.5s forwards;
  background: url(../images/kv/kv_text.png) no-repeat top center;
  background-size: 100%;
}
@media (max-width: 768px) {
  .kv_w .kv_text_box {
    width: 81.3%;
    left: 9.35%;
    top: 60.5%;
    background: url(../images/kv/kv_text_m.png) no-repeat top center;
    background-size: 100%;
  }
}
.kv_w .border_box {
  width: 93%;
  position: absolute;
  left: 3.5%;
  top: 5.5%;
  z-index: 2;
}
@media (max-width: 768px) {
  .kv_w .border_box {
    width: 88.7%;
    left: 5.65%;
    top: 2.9%;
  }
}
.kv_w .border_box .border_g {
  position: relative;
}
.kv_w .border_box .border_g img.border_light {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  mix-blend-mode: lighten;
  animation: border_light 2s linear infinite;
}

@keyframes border_light {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes somke {
  0% {
    transform: scale(0.5);
    filter: blur(0px);
    opacity: 0;
    top: 0;
  }
  50% {
    transform: scale(0.85);
    filter: blur(2px);
    opacity: 1;
    top: 0%;
  }
  80% {
    transform: scale(1);
    filter: blur(10px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(20px);
    opacity: 0;
    top: -15%;
  }
}
@keyframes kv_airplane {
  0% {
    left: 58%;
    top: 43%;
    opacity: 0;
  }
  100% {
    left: 66.9%;
    top: 39.3%;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  @keyframes kv_airplane {
    0% {
      left: 58%;
      top: 48.5%;
      opacity: 0;
    }
    100% {
      left: 66.9%;
      top: 47%;
      opacity: 1;
    }
  }
}
@keyframes kv_text {
  0% {
    height: 0;
  }
  100% {
    height: 21.5%;
  }
}
.fall_box {
  width: 23.4%;
  position: absolute;
  left: 0;
  top: 3.2%;
  z-index: 5;
  pointer-events: none;
}
@media (max-width: 768px) {
  .fall_box {
    width: 36.2%;
    left: 0%;
    top: 23%;
  }
}

.winter_box {
  width: 23.4%;
  position: absolute;
  right: 0;
  top: 3.2%;
  z-index: 5;
  pointer-events: none;
}
@media (max-width: 768px) {
  .winter_box {
    width: 36.2%;
    right: 0%;
    top: 23%;
  }
}

.fall_auto_box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 14;
  pointer-events: none;
}

.fall_auto {
  width: 3.75%;
  position: absolute;
  top: 38.7%;
  z-index: 2;
  opacity: 0;
  animation: fall_auto 5s linear infinite;
}
@media (max-width: 768px) {
  .fall_auto {
    width: 8%;
  }
}
.fall_auto img {
  transform-origin: center;
  animation: fall_pic 2s linear infinite;
}

.fall_a01 {
  left: 10.3%;
  animation-delay: 0.5s;
}

.fall_a02 {
  left: 15.3%;
  animation-delay: 2s;
  transform: scale(0.6) rotate(90deg);
}

.fall_a03 {
  left: 25.3%;
  animation-delay: 3s;
  transform: scale(0.4) rotate(45deg);
}

.fall_a04 {
  left: 22.3%;
  animation-delay: 5s;
  transform: scale(0.5) rotate(15deg);
}

@keyframes fall_pic {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fall_auto {
  0% {
    top: 38.7%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 78.7%;
    opacity: 0;
  }
}
.winter_auto_box {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
  pointer-events: none;
}

.winter_auto {
  width: 3.75%;
  position: absolute;
  top: 38.7%;
  z-index: 2;
  opacity: 0;
  animation: winter_auto 5s linear infinite;
}
@media (max-width: 768px) {
  .winter_auto {
    width: 8%;
  }
}
.winter_auto img {
  transform-origin: center;
  animation: winter_pic 2s linear infinite;
}

.winter_a01 {
  right: 10.3%;
  animation-delay: 0s;
}

.winter_a02 {
  right: 15.3%;
  animation-delay: 2s;
  transform: scale(0.6);
}

.winter_a03 {
  right: 20.3%;
  animation-delay: 3s;
  transform: scale(0.4);
}

.winter_a04 {
  right: 28.3%;
  animation-delay: 2.5s;
  transform: scale(0.7);
}

.winter_a05 {
  right: 30.3%;
  animation-delay: 4.5s;
  transform: scale(0.25);
}

.winter_a06 {
  right: 18.3%;
  animation-delay: 2.5s;
  transform: scale(0.3);
}

@keyframes winter_pic {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes winter_auto {
  0% {
    top: 38.7%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 78.7%;
    opacity: 0;
  }
}
.menu_w {
  width: 94.2%;
  position: absolute;
  left: 2.9%;
  bottom: 0.9%;
  z-index: 13;
  opacity: 0;
  animation: menu_box 1s ease-in-out 6.5s forwards;
}
@media (max-width: 768px) {
  .menu_w {
    z-index: 17;
  }
}

@keyframes menu_box {
  0% {
    bottom: -2%;
    opacity: 0;
  }
  100% {
    bottom: 0.9%;
    opacity: 1;
  }
}
.swiper-slide > a > img {
  width: 95%;
  box-sizing: border-box;
}

.swiper-slide-active > .kv_box > .airplane {
  animation: kv_airplane 1s ease-in-out 1s forwards;
}

.swiper-slide-active > .kv_box > .title_box {
  animation: title_box 0.75s ease-in-out 1.5s forwards;
}

.btn_buy_box {
  display: block;
  width: 7%;
  position: fixed;
  right: 0.8%;
  top: 47.2%;
  z-index: 14;
}
.btn_buy_box .btn_buy {
  position: relative;
}
@media (max-width: 992px) {
  .btn_buy_box {
    width: 10%;
  }
}
@media (max-width: 768px) {
  .btn_buy_box {
    width: 18%;
    top: 52.2%;
    z-index: 17;
  }
}

main, section {
  display: block;
  width: 100%;
  position: relative;
}

.box-w {
  display: block;
  width: 100%;
  position: relative;
}

main {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 3;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: -10%;
  width: 4.8%;
  height: auto;
  background: none;
}
@media (max-width: 768px) {
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -12%;
    width: 12%;
  }
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -10%;
  width: 4.8%;
  height: auto;
  background: none;
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -12%;
    width: 12%;
  }
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 5px;
  background: transparent;
  border: 1px solid #fce9db;
  opacity: 1;
  margin-top: 2%;
}

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

/*-----s01-------*/
#s01 {
  position: relative;
  background: url(../images/s01/s01_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media (max-width: 768px) {
  #s01 {
    background: url(../images/s01/s01_bg_m.jpg) no-repeat center bottom;
    background-size: cover;
  }
}

.fall_view_w {
  width: 93.2%;
  margin: 0% auto;
  padding: 2.5% 0;
}
@media (max-width: 768px) {
  .fall_view_w {
    width: 98%;
    padding: 10% 0;
  }
}
.fall_view_w h2 {
  width: 41.1%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .fall_view_w h2 {
    width: 88.8%;
  }
}
.fall_view_w .en_bg {
  width: 85%;
  margin: 2% auto;
}
@media (max-width: 768px) {
  .fall_view_w .en_bg {
    margin: 2% auto 0;
  }
}

.fall_view_list {
  width: 81.8%;
  margin: 5% auto;
  position: relative;
}

.fall_view_box {
  position: relative;
}
.fall_view_box .btn_more {
  width: 42.4%;
  position: absolute;
  left: 28.8%;
  bottom: 5.5%;
  z-index: 2;
}

/*-----s02-------*/
#s02 {
  position: relative;
  background: url(../images/s02/s02_bg.jpg) no-repeat right top;
  background-size: cover;
}
@media (max-width: 768px) {
  #s02 {
    background: url(../images/s02/s02_bg_m.jpg) no-repeat center bottom;
    background-size: 100% 100%;
  }
}

.winter_view_w {
  width: 93.2%;
  margin: 0% auto;
  padding: 2.5% 0;
}
@media (max-width: 768px) {
  .winter_view_w {
    width: 98%;
    padding: 10% 0;
  }
}
.winter_view_w h2 {
  width: 41.1%;
  margin-left: 19.4%;
}
@media (max-width: 768px) {
  .winter_view_w h2 {
    width: 88.8%;
    margin: 0 auto;
  }
}
.winter_view_w .en_bg {
  width: 16.7%;
  margin: -20% 0 0 2.1%;
}
@media (max-width: 768px) {
  .winter_view_w .en_bg {
    width: 85%;
    margin: 0 auto;
  }
}

.snow_view_list {
  width: 85.1%;
  margin: 5% auto;
  position: relative;
}
@media (max-width: 768px) {
  .snow_view_list {
    margin: 14.5% auto 5%;
  }
}

.snow_view_box {
  position: relative;
}

#swiper-container02 > .swiper-wrapper > .swiper-slide > .snow_view_box {
  width: 74.8%;
  float: left;
}
@media (max-width: 768px) {
  #swiper-container02 > .swiper-wrapper > .swiper-slide > .snow_view_box {
    width: 100%;
  }
}
#swiper-container02 > .swiper-wrapper > .swiper-slide > .snow_view_box .btn_more {
  width: 16.1%;
  position: absolute;
  left: 24.9%;
  bottom: 15.4%;
  z-index: 2;
}
@media (max-width: 768px) {
  #swiper-container02 > .swiper-wrapper > .swiper-slide > .snow_view_box .btn_more {
    width: 33.4%;
    left: 44.4%;
    bottom: 4.4%;
  }
}

#swiper-container02 > .swiper-wrapper > .swiper-slide:nth-child(even) > .snow_view_box {
  width: 74.8%;
  float: right;
}
@media (max-width: 768px) {
  #swiper-container02 > .swiper-wrapper > .swiper-slide:nth-child(even) > .snow_view_box {
    width: 100%;
  }
}
#swiper-container02 > .swiper-wrapper > .swiper-slide:nth-child(even) > .snow_view_box .btn_more {
  width: 16.1%;
  position: absolute;
  left: 59%;
  bottom: 15.4%;
  z-index: 2;
}
@media (max-width: 768px) {
  #swiper-container02 > .swiper-wrapper > .swiper-slide:nth-child(even) > .snow_view_box .btn_more {
    width: 33.4%;
    left: 44.4%;
    bottom: 37.8%;
  }
}

.snow_view_list > .swiper-button-prev {
  left: -9%;
}

.snow_view_list > .swiper-button-next {
  right: -9%;
}

/*-----s03-------*/
#s03 {
  position: relative;
  background: url(../images/s03/s03_bg.jpg) no-repeat left top;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 768px) {
  #s03 {
    background: url(../images/s03/s03_bg_m.jpg) no-repeat center bottom;
    background-size: cover;
  }
}

.prd_w {
  width: 93.2%;
  margin: 0% auto;
  padding: 2.5% 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .prd_w {
    width: 98%;
    padding: 10% 0;
  }
}
.prd_w .prd_box {
  width: 41.1%;
  margin-right: 2%;
  order: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .prd_w .prd_box {
    width: 100%;
    margin: 0 auto;
  }
}
.prd_w .prd_box h2 {
  width: 100%;
}
@media (max-width: 768px) {
  .prd_w .prd_box h2 {
    width: 88%;
    margin: 0% auto 0;
  }
}
.prd_w .prd_box .prd_info {
  font-size: 2.3vw;
  font-weight: bold;
  line-height: 1.5;
  color: #fce9db;
  text-align: center;
  margin: 5% auto;
}
.prd_w .prd_box .prd_info img {
  width: 74.7%;
  margin: 0% auto;
}
.prd_w .prd_box .prd {
  width: 53.1%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .prd_w .prd_box .prd {
    margin: 50% auto 5%;
  }
}
.prd_w .en_bg {
  width: 6.7%;
  margin: 0% 0 0 2.1%;
  order: 1;
}
@media (max-width: 768px) {
  .prd_w .en_bg {
    width: 12%;
    position: absolute;
    left: 5%;
    bottom: 5%;
  }
}

/*-----s04-------*/
#s04 {
  position: relative;
  background: url(../images/s04/s04_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media (max-width: 768px) {
  #s04 {
    background: url(../images/s04/s04_bg_m.jpg) no-repeat center top;
    background-size: cover;
  }
}

.traffic_w {
  width: 93.2%;
  margin: 0 auto;
  padding: 2.5% 0;
}
@media (max-width: 768px) {
  .traffic_w {
    width: 98%;
    padding: 10% 0;
  }
}
.traffic_w h2 {
  width: 42%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .traffic_w h2 {
    width: 88.8%;
    margin: 0% auto;
  }
}
.traffic_w h2 img.map {
  width: 75.7%;
  margin: 0 auto;
}
.traffic_w .traffic_text {
  width: 7.5%;
  position: absolute;
  right: 11.1%;
  top: 17.5%;
  z-index: 2;
}
@media (max-width: 768px) {
  .traffic_w .traffic_text {
    width: 25.2%;
    position: relative;
    right: 0%;
    top: 0;
    float: right;
    margin-right: 5%;
  }
}

.traffic_list {
  width: 61.5%;
  margin: 15% auto 0%;
  position: relative;
}
@media (max-width: 768px) {
  .traffic_list {
    width: 95%;
  }
}

/*---選項卡---*/
.tabs {
  display: flex;
  flex-wrap: wrap;
}

.tabs label {
  order: 1;
  display: block;
  /*padding: 1rem 2rem;
  margin-right: 0.2rem;*/
  cursor: pointer;
  /*background: #90CAF9;*/
  /* background: url("images/tab/tab_btn_bg.png"); */
  background-size: cover;
  font-weight: bold;
  transition: background ease 0.2s;
  /* width:33.2%;
  margin-right: 0.1%;	*/
  margin: 2%;
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  /*padding: 1rem;
  background: #fafafa;
  margin:0.2% 0 0.5% 0;*/
}
.tabs .tab .traffic_info {
  position: relative;
}
.tabs .tab .traffic_info .btn_μ_sky {
  width: 19.9%;
  position: absolute;
  left: 39.2%;
  top: 55%;
  z-index: 2;
}
@media (max-width: 768px) {
  .tabs .tab .traffic_info .btn_μ_sky {
    width: 35.2%;
    left: 32.4%;
    top: 53.5%;
  }
}
.tabs .tab .traffic_info .btn_website {
  width: 19.9%;
  position: absolute;
  left: 39.2%;
  top: 87.5%;
  z-index: 2;
}
@media (max-width: 768px) {
  .tabs .tab .traffic_info .btn_website {
    width: 35.2%;
    left: 32.4%;
    top: 89%;
  }
}

.tabs input[type=radio] {
  position: absolute;
  opacity: 0;
}

.tabs input[type=radio]:checked + label.tab_btn01 { /*background: #fafafa;*/
  background: url("../images/s04/btn01_on.png");
  background-size: cover;
}

.tabs input[type=radio]:checked + label.tab_btn02 { /*background: #fafafa;*/
  background: url("../images/s04/btn02_on.png");
  background-size: cover;
}

.tabs input[type=radio]:checked + label.tab_btn03 { /*background: #fafafa;*/
  background: url("../images/s04/btn03_on.png");
  background-size: cover;
}

.tabs input[type=radio]:checked + label + .tab {
  display: block;
  margin: 0 auto;
}

/*--------------*/
.tabs_box {
  display: block;
  width: 100%;
  margin: 2% auto;
}

.tab_btn01 {
  width: 17.9%;
  background: url("../images/s04/btn01_off.png");
}
@media (max-width: 768px) {
  .tab_btn01 {
    width: 28%;
  }
}

.tab_btn02 {
  width: 17.9%;
  background: url("../images/s04/btn02_off.png");
}
@media (max-width: 768px) {
  .tab_btn02 {
    width: 28%;
  }
}

.tab_btn03 {
  width: 17.9%;
  background: url("../images/s04/btn03_off.png");
}
@media (max-width: 768px) {
  .tab_btn03 {
    width: 28%;
  }
}

.tabs {
  display: flex;
  justify-content: center;
}

/*-----s05-------*/
#s05 {
  position: relative;
  background: url(../images/s05/s05_bg.jpg) no-repeat right top;
  background-size: cover;
}
@media (max-width: 768px) {
  #s05 {
    background: url(../images/s05/s05_bg_m.jpg) no-repeat center top;
    background-size: cover;
  }
}

.view_w {
  width: 93.2%;
  margin: 0 auto;
  padding: 2.5% 0;
}
@media (max-width: 768px) {
  .view_w {
    width: 98%;
    padding: 5% 0 4%;
  }
}
.view_w .h2_box {
  width: 83.2%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .view_w .h2_box {
    width: 88.8%;
    margin: 0% auto 5%;
  }
}
.view_w .view_list {
  width: 31.2%;
  margin: 5% 0 0 10%;
  position: relative;
}
@media (max-width: 768px) {
  .view_w .view_list {
    width: 90%;
    margin: 68% auto 15%;
  }
}
.view_w .en_bg {
  width: 65.3%;
  margin: 2% 0 0 10%;
}
@media (max-width: 768px) {
  .view_w .en_bg {
    width: 90%;
    margin: 2% auto;
  }
}

.sp03 {
  position: absolute;
  bottom: 5%;
  z-index: 2;
}
@media (max-width: 768px) {
  .sp03 {
    bottom: 4%;
  }
}

.sp03 > .swiper-pagination-bullet {
  margin: 2px;
}

/*-----s06-------*/
#s06 {
  position: relative;
  background: url(../images/s06/s06_bg.jpg) no-repeat center top;
  background-size: cover;
}

.event_w {
  width: 93.2%;
  margin: 0 auto;
  padding: 2.5% 0;
  overflow: hidden;
}
.event_w h2 {
  width: 57.8%;
  margin: 0 auto;
}
.event_w .event_list {
  width: 22.6%;
  margin: 0 0;
  float: right;
}
.event_w .event_rules {
  width: 59.4%;
  position: relative;
  margin: 0 auto;
}

/*-----s07-------*/
#s07 {
  position: relative;
  background: url(../images/s07/s07_bg.jpg) no-repeat center top;
  background-size: cover;
}
@media (max-width: 768px) {
  #s07 {
    background: url(../images/s07/s07_bg_m.jpg) no-repeat center top;
    background-size: cover;
  }
}

.food_w {
  width: 93.2%;
  margin: 0 auto;
  padding: 2.5% 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .food_w {
    padding: 5% 0;
  }
}
.food_w h2 {
  width: 80.6%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .food_w h2 {
    width: 88.8%;
  }
}
.food_w .food_pbox {
  width: 80.6%;
  margin: -5% auto 0;
  position: relative;
}
@media (max-width: 768px) {
  .food_w .food_pbox {
    width: 100%;
  }
}
.food_w .food_pbox .food_pbg {
  width: 74%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .food_w .food_pbox .food_pbg {
    width: 95%;
  }
}
.food_w .food_pbox .en_bg {
  width: 20.1%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .food_w .food_pbox .en_bg {
    width: 90%;
    position: relative;
    margin: 10% auto;
  }
}

.food_list {
  width: 80.4%;
  position: relative;
  margin: -10% auto 5%;
}
@media (max-width: 768px) {
  .food_list {
    width: 84%;
    margin: -15% auto 5%;
  }
}

.sp05 {
  width: auto;
  position: relative;
  margin: -6% 7% 0% 0;
  text-align: right;
  z-index: 2;
}
@media (max-width: 768px) {
  .sp05 {
    text-align: center;
    margin: -13% 7% 0% 0;
  }
}

.sp05 > .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 5px;
  background: transparent;
  border: 1px solid #b85f5e;
  opacity: 1;
  margin-top: 2%;
}

.sp05 > .swiper-pagination-bullet-active {
  background: #b85f5e;
}

/*-----s08-------*/
#s08 {
  position: relative;
  background: url(../images/s08/s08_bg.png) no-repeat center top;
  background-size: cover;
}
@media (max-width: 768px) {
  #s08 {
    background: url(../images/s08/s08_bg_m.jpg) no-repeat center top;
    background-size: cover;
  }
}

.esim_w {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .esim_w {
    padding: 5% 0 0;
  }
}
.esim_w .esim_man {
  width: 57.8%;
  order: 1;
}
@media (max-width: 768px) {
  .esim_w .esim_man {
    width: 100%;
    order: 2;
  }
}
.esim_w .esim_info_box {
  width: 33.9%;
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-left: -2.7%;
  z-index: 2;
  order: 2;
}
@media (max-width: 768px) {
  .esim_w .esim_info_box {
    width: 95%;
    margin: 0 auto;
    order: 1;
  }
}
.esim_w .esim_info_box h2 {
  position: relative;
}
@media (max-width: 768px) {
  .esim_w .esim_info_box h2 {
    width: 88%;
    margin: 5% auto 0;
  }
}
.esim_w .esim_info_box .esim_info {
  width: 76.8%;
  margin: 2.5% auto;
}
@media (max-width: 768px) {
  .esim_w .esim_info_box .esim_info {
    width: 100%;
  }
}
.esim_w .esim_info_box .btn_rules {
  width: 28.5%;
}
@media (max-width: 768px) {
  .esim_w .esim_info_box .btn_rules {
    width: 42.9%;
  }
}
.esim_w .esim_info_box .logo_klook {
  width: 37.6%;
  margin: 10% auto 0;
}
@media (max-width: 768px) {
  .esim_w .esim_info_box .logo_klook {
    width: 38.1%;
    position: absolute;
    right: 7%;
    bottom: -55%;
    z-index: 2;
  }
}

/*---popup / 注意事項---*/
/*---popup---*/
.modally {
  max-width: 90%;
  width: 51.9%;
  background: #fff;
  border-radius: 30px;
  padding: 4px;
}
@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: url(../images/kv/kv_bg.jpg) repeat-y top center;
  background-size: 100%;
}

/*popup / 活動辦法*/
.rules-w {
  width: 90%;
  margin: 0% auto;
  padding: 5% 0;
  position: relative;
}
.rules-w h5 {
  display: inline;
  font-size: 1.05vw;
  font-weight: bold;
  line-height: 1.5;
  color: #a64c4c;
}
@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: disc;
  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: #eb8b57;
  text-decoration: underline;
}
@media (max-width: 991px) {
  ul.ps_text li a {
    font-size: 3vw;
  }
}

/*-------------------------------------------------------------*/
.overlay {
  width: 100%;
  background: rgba(210, 15, 8, 0.9);
}

.overlay nav {
  top: 0vh;
  height: 95vh;
}
.overlay nav ul {
  display: block;
  width: 80%;
  max-width: 700px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 5% 10%;
}
.overlay nav ul a li {
  width: 100%;
  display: flex;
}
.overlay nav ul a li span {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  color: #fff;
  position: relative;
}
.overlay nav ul a li span::before, .overlay nav ul a li span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 6%;
  height: calc(100% - 4px);
  border: 2px solid #fff;
  border-right: 0;
  transition: all 0.25s ease-in-out;
}
.overlay nav ul a li span::before {
  left: 0;
}
.overlay nav ul a li span::after {
  right: 0;
  transform: rotateY(180deg);
}
.overlay nav ul a:hover li span::before, .overlay nav ul a:hover li span::after {
  width: 50%;
}

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

.overlay .overlay-close {
  max-width: 58px;
  max-height: 58px;
}

button.menu_m {
  display: block;
  width: 4.5vw;
  height: 4.5vw;
  position: fixed;
  top: 2%;
  right: 1.8%;
  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: 768px) {
  button.menu_m {
    display: block;
    width: 45px;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */