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

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

body, ul, li {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans TC", "Noto Serif TC", "微軟正黑體", "新細明體", "細明體", Arial, "Arial Black";
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
  box-sizing: border-box;
}

body {
  position: relative;
  background: url(../images/body_bg.png) repeat center top;
  background-size: 40%;
}

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

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

button {
  display: none;
}

*:focus {
  outline: none;
} /*解決滾動到區塊時出現框線問題*/
h2 {
  font-size: 2.6vw;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 992px) {
  h2 {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 7vw;
  }
}

h3 {
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  h3 {
    font-size: 5vw;
    letter-spacing: 0;
  }
}

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

p {
  font-size: 1.15vw;
  font-weight: 300;
  line-height: 1.7;
  color: #333;
  letter-spacing: 2px;
}
@media (max-width: 992px) {
  p {
    font-size: 1.5vw;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  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);
}

.yt_kv {
  width: 100%;
  position: relative;
  z-index: 2;
}
.yt_kv img {
  position: relative;
  z-index: 2;
}

/* png 當作比例容器 */
.placeholder-image {
  width: 100%;
  height: auto; /* 讓 png 自己決定高度 */
  display: block;
}

/* YouTube API 會塞的 iframe，讓它鋪滿當背景 */
.yt_kv iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 用 CSS 撐滿比例容器 */
  z-index: -1;
  width: 177.78%; /* 16:9 */
  height: 100%;
}

.yt_box {
  width: 100%;
  margin: -1px auto 0;
  position: relative;
}

.vidbacking {
  display: block;
}

.video-back {
  display: block; /*padding:200px 0px;*/
  text-align: center;
}

.video-back img { /*width:150px;*/
  width: 100%;
  height: auto;
}

img.vediobg_img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -101;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#background-video > .ytplayer-container > iframe {
  top: 0 !important;
  z-index: -1;
}

.placeholder-image {
  z-index: 100;
  top: 0;
}

@media (max-width: 767px) {
  .ytplayer-player {
    top: 0 !important;
  }
}

.ajax_loading {
  background: #000 url("../images/loader.gif") center center no-repeat;
}

.bgm {
  display: block;
  width: 0;
  height: 0;
}

.music_box {
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  z-index: 500;
  right: 2%;
  top: 3.5%;
  opacity: 0.9;
}
@media (max-width: 992px) {
  .music_box {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .music_box {
    width: 2.5rem;
    height: 2.5rem;
    right: 2%;
    top: 2.5%;
  }
}

.music_box img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0%;
  opacity: 1;
}

#bt_music {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
}

/*---KV---*/
.kv_w {
  width: 100%;
  position: relative;
}

.kv_box {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: -8%;
}
@media (max-width: 768px) {
  .kv_box {
    margin-top: -22%;
  }
}
.kv_box .kv_info {
  width: 5.2%;
  position: absolute;
  right: 0.9%;
  top: 67.7%;
  z-index: 3;
}

.kv_box_m {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

header {
  width: 98%;
  position: absolute;
  top: 12%;
  z-index: 5;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  background: url(../images/body_bg.png) repeat center top;
  background-size: 40%;
  padding: 1%;
}
@media (max-width: 768px) {
  header {
    top: 11%;
  }
}
header .logo_box {
  width: 16.9%;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  header .logo_box {
    width: 26.9%;
  }
}
@media (max-width: 768px) {
  header .logo_box {
    width: 46.9%;
  }
}
header .logo_box .logo_ci {
  width: 55.3%;
}
header .logo_box .logo_kagawa {
  width: 39%;
}
header nav {
  position: relative;
  width: 83.1%;
}
@media (max-width: 992px) {
  header nav {
    width: 73.1%;
  }
}
@media (max-width: 768px) {
  header nav {
    display: none;
  }
}
header nav ul {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}
header nav ul li {
  display: inline-block;
  width: auto;
  padding: 0 1vw;
  border-left: 1px solid #5d8cba;
}
header nav ul li a {
  text-decoration: none;
}
header nav ul li a div {
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  color: #5d8cba;
  letter-spacing: 2px;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  header nav ul li a div {
    font-size: 1.5vw;
  }
}
header nav ul li a div:hover {
  transform: scale(1.1);
}

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

@keyframes buy_ani {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: 1%;
  }
  100% {
    margin-bottom: 0;
  }
}
.swiper-pagination {
  position: relative;
  text-align: center;
}

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

.yt_box {
  width: 100%;
  margin: -1px auto 0;
  position: relative;
}

.vidbacking {
  display: block;
}

.video-back {
  display: block; /*padding:200px 0px;*/
  text-align: center;
}

.video-back img { /*width:150px;*/
  width: 100%;
  height: auto;
}

img.vediobg_img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: -101;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#background-video > .ytplayer-container > iframe {
  top: 0 !important;
  z-index: -1;
}

.placeholder-image {
  z-index: 100;
  top: 0;
}

@media (max-width: 767px) {
  .ytplayer-player {
    top: 0 !important;
  }
}

.box_w {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.title_st {
  font-size: 1.7vw;
  font-weight: 300;
  text-align: center;
  transform: scaleX(0.8);
  letter-spacing: 1vw;
}
@media (max-width: 992px) {
  .title_st {
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .title_st {
    font-size: 4.5vw;
  }
}

/*---s01---*/
#s01 {
  position: relative;
  z-index: 2;
}

.s01_w {
  position: relative;
  background: url(../images/s01/s01_bg.png) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 768px) {
  .s01_w {
    background: url(../images/s01/s01_bg_m.png) no-repeat center bottom;
    background-size: cover;
  }
}
.s01_w h2 {
  font-family: "Noto Serif TC";
  position: relative;
  color: #ffffa0;
  line-height: 1.5;
  letter-spacing: 1vw;
  margin: 5% auto 0;
  transform: scaleX(0.8);
}
.s01_w .title_st {
  line-height: 1.5;
  color: #fff;
}
.s01_w .aircraft_list {
  width: 85.2%;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 2% auto 25%;
}
@media (max-width: 768px) {
  .s01_w .aircraft_list {
    margin: 2% auto 50%;
  }
}
.s01_w .aircraft_list .aircraft_box {
  width: 31.2%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .s01_w .aircraft_list .aircraft_box {
    width: 80%;
    margin: 2.5% auto;
  }
}
.s01_w .aircraft_list .aircraft_box .aircraft_info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
@media (max-width: 768px) {
  .s01_w .aircraft_list .aircraft_box .aircraft_info {
    position: relative;
    opacity: 1;
    transition: none;
    padding: 5% 0;
  }
}
.s01_w .aircraft_list .aircraft_box .aircraft_info h4 {
  width: 90%;
  font-family: "Noto Serif TC";
  font-size: 1.7vw;
  font-weight: bold;
  color: #c9a063;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 992px) {
  .s01_w .aircraft_list .aircraft_box .aircraft_info h4 {
    font-size: 2.5vw;
  }
}
@media (max-width: 768px) {
  .s01_w .aircraft_list .aircraft_box .aircraft_info h4 {
    font-size: 4.5vw;
  }
}
.s01_w .aircraft_list .aircraft_box .aircraft_info hr {
  width: 90%;
  width: 5vw;
  height: 2px;
  border: none;
  background: #c9a063;
  margin: 1vw auto;
}
@media (max-width: 992px) {
  .s01_w .aircraft_list .aircraft_box .aircraft_info hr {
    width: 15vw;
  }
}
@media (max-width: 768px) {
  .s01_w .aircraft_list .aircraft_box .aircraft_info hr {
    width: 25vw;
    margin: 2vw auto;
  }
}
.s01_w .aircraft_list .aircraft_box .aircraft_info p {
  width: 90%;
  color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .s01_w .aircraft_list .aircraft_box .aircraft_info p {
    letter-spacing: 0;
  }
}
.s01_w .aircraft_list .aircraft_box:hover .aircraft_info {
  top: 0;
  opacity: 1;
}

/*---s02---*/
#s02 {
  position: relative;
  z-index: 3;
  background: url(../images/s02/s02_bg.png) no-repeat top center;
  background-size: 100%;
}

.map_w {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.map_w .airplane {
  width: 15.5%;
  position: relative;
  margin: 5% auto 1.5%;
}
@media (max-width: 768px) {
  .map_w .airplane {
    width: 35.5%;
  }
}
.map_w h2 {
  display: inline-block;
  width: auto;
  font-family: "Noto Serif TC";
  position: relative;
  color: #5583a6;
  line-height: 1.5;
  letter-spacing: 1vw;
  margin: 0% auto 0;
}
.map_w h2::after {
  display: block;
  content: "";
  width: 3.5vw;
  height: 3.5vw;
  position: absolute;
  right: -3.5vw;
  top: -1vw;
  z-index: 2;
  background: url(../images/s02/one.png) no-repeat center center;
  background-size: 100%;
  animation: one_ani 1s ease-in-out infinite;
}
@media (max-width: 992px) {
  .map_w h2::after {
    width: 5vw;
    height: 5vw;
    right: -5vw;
  }
}
@media (max-width: 768px) {
  .map_w h2::after {
    width: 6.5vw;
    height: 6.5vw;
    right: -6.5vw;
  }
}
.map_w .title_st {
  color: #3e3a39;
  line-height: 1.5;
}
.map_w .map {
  width: 71.9%;
  position: relative;
  margin: -2.5% auto 0;
}
@media (max-width: 992px) {
  .map_w .map {
    width: 80%;
    margin: 0% auto 0;
  }
}
@media (max-width: 768px) {
  .map_w .map {
    width: 90%;
    margin: 0% auto 0;
  }
}

@keyframes one_ani {
  0% {
    top: -1vw;
  }
  50% {
    top: -0.5vw;
  }
  100% {
    top: -1vw;
  }
}
/*---s03---*/
.box02_w {
  position: relative;
  background: url(../images/s03/s03_bg.png) no-repeat center top;
  background-size: 100%;
  padding: 10% 0;
}
@media (max-width: 992px) {
  .box02_w {
    background: url(../images/s03/s03_bg.png) no-repeat center top;
    background-size: 115%;
  }
}
@media (max-width: 768px) {
  .box02_w {
    background: url(../images/s03/s03_bg_m.png) no-repeat center top;
    background-size: 100%;
    padding: 10% 0 35%;
  }
}

#s03 {
  position: relative;
}

.time_w {
  position: relative;
  margin-top: -16%;
}
.time_w .table_toppic {
  width: 18.8%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 768px) {
  .time_w .table_toppic {
    width: 28.8%;
  }
}
.time_w .timetable {
  width: 62.6%;
  position: relative;
  margin: -0.2vw auto;
  z-index: 3;
}
@media (max-width: 992px) {
  .time_w .timetable {
    width: 72.6%;
  }
}
@media (max-width: 768px) {
  .time_w .timetable {
    width: 90%;
  }
}
.time_w .time_ps {
  font-size: 1vw;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin: 1% auto 5%;
}
@media (max-width: 992px) {
  .time_w .time_ps {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .time_w .time_ps {
    width: 90%;
    font-size: 3vw;
    margin: 2.5% auto 5%;
  }
}
.time_w .time_ps .ps {
  font-size: 0.9vw;
  color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .time_w .time_ps .ps {
    font-size: 1.15vw;
  }
}
@media (max-width: 768px) {
  .time_w .time_ps .ps {
    font-size: 3vw;
    margin-top: 2%;
  }
}

/*---s04---*/
.view_w {
  width: 62.5%;
  position: relative;
  margin: 5% auto 10%;
}
@media (max-width: 992px) {
  .view_w {
    width: 72.5%;
  }
}
@media (max-width: 768px) {
  .view_w {
    width: 80%;
  }
}
.view_w h2 {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .view_w h2 {
    width: 80%;
    position: relative;
    margin: 0 auto;
  }
}

.view_list {
  position: relative;
  overflow: hidden;
}

.view_g {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: center;
  padding-bottom: 5%;
}

.view_box {
  width: 48%;
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  .view_box {
    width: 100%;
    margin: 0 auto 5%;
  }
}
.view_box .view_photo {
  position: relative;
}
.view_box .view_content {
  width: 80%;
  position: relative;
  margin: 1.5% auto 2%;
}
.view_box .view_content p {
  color: #fff;
  line-height: 1.75;
}

.view_box:nth-child(odd) {
  padding-top: 22%;
}
@media (max-width: 768px) {
  .view_box:nth-child(odd) {
    padding-top: 0%;
  }
}

.swiper-pagination-bullet {
  width: 3vw;
  height: 0.35vw;
  margin: 5px;
  background: #fff;
  border-radius: 0;
  opacity: 0.5;
  margin-top: 2%;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 8vw;
    height: 1.5vw;
    margin: 3px;
  }
}

.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.swiper-pagination {
  width: 36% !important;
  position: absolute;
  left: 58.4% !important;
  top: 70% !important;
  z-index: 2;
  text-align: left;
}
@media (max-width: 768px) {
  .swiper-pagination {
    width: 100% !important;
    position: relative;
    left: 0% !important;
    top: 0% !important;
    text-align: center;
  }
}

/*---s05--*/
#s05 {
  position: relative;
  background: url(../images/s05/s05_bg.png) no-repeat center bottom;
  background-size: 100%;
  margin-top: -10%;
  overflow: hidden;
}

.food_w {
  width: 62.5%;
  position: relative;
  margin: 0% auto 0%;
}
@media (max-width: 992px) {
  .food_w {
    width: 72.5%;
  }
}
@media (max-width: 768px) {
  .food_w {
    width: 80%;
    margin: 5% auto 0%;
  }
}
.food_w h2 {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .food_w h2 {
    width: 80%;
    position: relative;
    margin: 0 auto;
  }
}

.food_list {
  position: relative;
  overflow: hidden;
  margin-bottom: 15%;
}

#swiper-container02 > .swiper-wrapper > .swiper-slide > .view_g > .view_box > .view_content p {
  color: #000;
}

.swiper-pagination.sp02 > .swiper-pagination-bullet {
  background: #5583a6;
}

.swiper-pagination.sp02 > .swiper-pagination-bullet-active {
  background: #5583a6;
  opacity: 1;
}

.swiper-pagination.sp02 {
  width: 36% !important;
  position: absolute;
  left: 5% !important;
  top: 95% !important;
  z-index: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .swiper-pagination.sp02 {
    width: 100% !important;
    left: 0;
    top: 0;
    margin: 5% auto 0;
  }
}

/*---s06--*/
#s06 {
  position: relative;
  background: url(../images/s06/s06_bg.png) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}

.prd_w {
  position: relative;
  margin: 0% auto 25%;
}
@media (max-width: 768px) {
  .prd_w {
    margin: 0% auto 50%;
  }
}
.prd_w h2 {
  width: 27.9%;
  position: relative;
  margin: 2.5% auto;
}
@media (max-width: 992px) {
  .prd_w h2 {
    width: 32.9%;
  }
}
@media (max-width: 768px) {
  .prd_w h2 {
    width: 60%;
  }
}
.prd_w .prd_list {
  width: 87.9%;
  position: relative;
  margin: 0% auto;
  padding-top: 2.5%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .prd_w .prd_list {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .prd_w .prd_list {
    width: 90%;
  }
}

.prd_box {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 5%;
  box-sizing: border-box;
}
.prd_box .prd_content {
  position: relative;
}
.prd_box .prd_content .prd_photo {
  width: 94%;
  margin: 0 auto;
}
.prd_box .prd_content h3 {
  color: #5583a6;
  text-align: center;
  line-height: 1.5;
  margin: 1.5% auto;
}
.prd_box .prd_content p {
  text-align: center;
}
.prd_box .prd_twd_w {
  position: relative;
}
.prd_box .prd_twd_w .prd_twd_g {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.prd_box .prd_twd_w .prd_twd_g .twd {
  display: inline;
  width: auto;
  font-size: 1.3vw;
  font-weight: 500;
  position: relative;
}
@media (max-width: 992px) {
  .prd_box .prd_twd_w .prd_twd_g .twd {
    font-size: 1.5vw;
  }
}
@media (max-width: 768px) {
  .prd_box .prd_twd_w .prd_twd_g .twd {
    font-size: 3.8vw;
  }
}
.prd_box .prd_twd_w .prd_twd_g .twd span {
  display: inline;
  font-family: "Noto Serif TC";
  font-size: 2.6vw;
  font-weight: 500;
  color: #c9a063;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .prd_box .prd_twd_w .prd_twd_g .twd span {
    font-size: 3.8vw;
  }
}
@media (max-width: 768px) {
  .prd_box .prd_twd_w .prd_twd_g .twd span {
    font-size: 8vw;
  }
}
.prd_box .prd_twd_w .prd_twd_g .btn_sign {
  display: inline-block;
  width: auto;
  position: relative;
  margin: 1.5vw;
}
@media (max-width: 768px) {
  .prd_box .prd_twd_w .prd_twd_g .btn_sign {
    margin: 5vw;
  }
}
.prd_box .prd_twd_w .prd_twd_g .btn_sign a {
  text-decoration: none;
}
.prd_box .prd_twd_w .prd_twd_g .btn_sign a span {
  display: inline-block;
  width: auto;
  font-size: 1.3vw;
  font-weight: 400;
  color: #fff;
  background: #c9a063;
  border-radius: 50vw;
  padding: 0.5vw 1vw;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .prd_box .prd_twd_w .prd_twd_g .btn_sign a span {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .prd_box .prd_twd_w .prd_twd_g .btn_sign a span {
    font-size: 3.8vw;
    padding: 1.5vw 3vw;
  }
}
.prd_box .prd_twd_w .prd_twd_g .btn_sign a:hover span {
  background: #edcf73;
}
.prd_box .prd_twd_w .logo_tour {
  border-top: 1px solid #DDD;
  padding: 2.5% 0;
}
.prd_box .prd_twd_w .logo_tour a {
  text-decoration: none;
}
.prd_box .prd_twd_w .logo_tour a span {
  width: 62.3%;
  margin: 0 auto;
}

#swiper-container03 {
  visibility: hidden;
}

#swiper-container03 > .swiper-wrapper > .swiper-slide {
  height: auto;
}

.swiper-pagination.sp03 {
  width: 100% !important;
  position: relative;
  left: 0 !important;
  bottom: 0 !important;
  z-index: 2;
  text-align: center;
  margin: 2.5% auto;
}

.swiper-pagination.sp03 > .swiper-pagination-bullet {
  background: #000;
  opacity: 0.25;
}

.swiper-pagination.sp03 > .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

/*---popup / 注意事項---*/
/*---popup---*/
.modally {
  width: 100%;
  background: none;
  box-shadow: none;
  padding: 4px;
}
@media (max-width: 991px) {
  .modally {
    width: 90%;
  }
}

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

.modally-wrap .modally-underlay {
  background: rgba(0, 18, 93, 0.9);
  background-size: 100%;
}

/*popup / 分享圖*/
.ai-wrapper {
  width: 80%;
  margin: 0% auto;
  padding: 5% 0;
  position: relative;
}

.event-wrapper {
  width: 80%;
  margin: 0% auto;
  padding: 5% 0;
  position: relative;
}

/*popup / 活動辦法*/
.rules-w {
  width: 90%;
  margin: 0% auto;
  padding: 5% 0;
  position: relative;
}
.rules-w h2 {
  display: block;
  width: 100%;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.5;
  color: #00a0df;
  text-align: center;
  margin: 0 auto 2%;
}
@media (max-width: 992px) {
  .rules-w h2 {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .rules-w h2 {
    font-size: 5vw;
  }
}

ul.ps_text {
  list-style-type: none;
  display: flex;
  flex-flow: column wrap;
  font-size: 1vw;
  line-height: 1.5;
  margin: 0 auto 0%;
  padding-left: 2.5%;
}
ul.ps_text li {
  width: 100%;
  list-style-type: disc;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: justify;
  color: #333;
  margin: 1% 0 1% 0%;
}
@media (max-width: 992px) {
  ul.ps_text li {
    width: 100%;
    margin: 1% 0 1% 0%;
    font-size: 3vw;
  }
}
ul.ps_text li a {
  color: #333;
  text-decoration: underline;
}
@media (max-width: 992px) {
  ul.ps_text li a {
    font-size: 3vw;
  }
}
ul.ps_text li ol {
  list-style-type: decimal-leading-zero;
  padding-left: 5%;
}
ul.ps_text li ol li {
  width: 100%;
  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% 0%;
}
@media (max-width: 992px) {
  ul.ps_text li ol li {
    width: 100%;
    font-size: 3vw;
    margin: 2% 0;
  }
}

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

.overlay nav {
  top: 0vh;
  height: 95vh;
}
.overlay nav ul {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-end;
  padding: 10%;
}
@media (max-width: 768px) {
  .overlay nav ul {
    align-items: center;
  }
}
.overlay nav ul a {
  text-decoration: none;
}
.overlay nav ul a li {
  width: 100%;
  display: flex;
  margin: 0.5vw 0;
  border-bottom: 1px solid #fff;
}
.overlay nav ul a li div {
  display: inline-block;
  width: auto;
  font-family: "Noto Serif TC";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5vw 1.5vw;
  letter-spacing: 5px;
}

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

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

button.menu_m {
  display: none;
  width: 4.2%;
  position: relative;
  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;
  margin: 0.5%;
}
@media (max-width: 768px) {
  button.menu_m {
    display: block;
    width: 13.5%;
  }
}/*# sourceMappingURL=style.css.map */