@charset "utf-8";

/* CSS Document */
@import url('reset.min.1.2.css');
@import url('https://fonts.googleapis.com/css2?family=Chiron+GoRound+TC&family=Cinzel:wght@400..900&family=Comfortaa:wght@300..700&family=Corinthia:wght@400;700&family=Leckerli+One&family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200..900&family=Varela+Round&display=swap');

html {
  font-size: 15px;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0 !important;
  background: rgba(0, 0, 0, 1) !important;
  font-family: 'Noto Serif TC', sans-serif, 'Maven Pro', 'Droid Sans', 'Myriad Pro', Helvetica, Verdana, Geneva, sans-serif !important;
  font-weight: 600 !important;
  color: #345477;
  position: relative;
}

/* 隱藏 scrollbar，但允許滾動（背景還是會滑動） */
body {
  overflow: auto;
  scrollbar-width: none !important;
}
::-webkit-scrollbar {
  display: none !important;
}

* {
  -webkit-box-sizing: border-box; /*firefox*/
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-drag: none;
}
*:focus {
  outline: none; /*去除藍框*/
}
input,
button,
select,
textarea {
  outline: none; /*去除藍框*/
}
span {
  display: inline-block;
}

ol,
ul {
  padding-left: 1rem !important;
}

img {
  -webkit-user-drag: none;
}

/* 回到頂部 */
.bnt_top {
  position: fixed;
  bottom: 2.5%;
  right: 6.5vh;
  width: 10%;
  max-width: 50px;
  background-image: url(../images/btn_top.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: none;
  opacity: 0.7;
  z-index: 999;
}
.bnt_top a {
  background-image: url(../images/btn_top_ov.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  image-rendering: -webkit-optimize-contrast;
  opacity: 0.01;
  transition: opacity 0.5s;
}
.bnt_top a:hover {
  opacity: 1;
  filter: brightness(150%);
}

/* 獎勵查詢 */
.menu_gift {
  position: fixed;
  bottom: 75%;
  right: 6.5vh;
  width: 10%;
  max-width: 90px;
  background-image: url(../images/menu_gift.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  opacity: 1;
  z-index: 999;
  transition: transform 0.2s ease-in-out;
}

.menu_gift a {
  background-image: url(../images/menu_gift.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  image-rendering: -webkit-optimize-contrast;
  opacity: 0.01;
}

.menu_gift:hover {
  opacity: 1;
  /* filter: brightness(150%); */
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

.menu_gift:active {
  transform: scale(0.9);
  transition: transform 0.1s ease-in-out;
}

@media (max-width: 1600px) {
  .menu_gift {
    max-width: 80px !important;
  }
}

@media (max-width: 992px) {
  .menu_gift {
    position: fixed;
    bottom: 12vh;
    right: 0.5vh;
    width: 20%;
    max-width: 120px;
  }
}

.container {
  position: relative;
  overflow: hidden;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.modal-open {
  padding-right: 0 !important;
}
/*像素比例尺*/

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

img {
  width: 100%;
  height: auto;
}
.l {
  display: block;
}
.m {
  display: none;
}
.s {
  display: none;
}
a {
  z-index: 100;
  width: 100%;
  height: 100%;
  display: block;
}
a:hover {
  cursor: pointer !important;
}

/*去藍框*/
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}

#lightarea {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/** 動態效果 **/
@keyframes fadeout {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadein {
  0% {
    transform: scale(1.5);
  }
  60% {
    transform: scale(0.98);
  }
  100% {
    transform: scale(1);
  }
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  /* background: url(../images/bg.webp) no-repeat center top; */
  /* background: #000;
  background-size: 100% auto; */
}

/** 共用 **/
.content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
}

/** 文字設定 共用 **/
h2 {
  font-size: 2.5rem !important;
}

.sec_txt,
.txt_y,
.txt_g,
.txt_s,
.txt_wy,
.txt_go {
  font-family: 'Noto Serif TC', 'serif;', 'Maven Pro', 'Droid Sans', 'Myriad Pro', Helvetica, Verdana, Geneva, sans-serif;
}

.sec_txt {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

/** 文字漸層色 共用 **/
/*黃色*/
.txt_y {
  background: linear-gradient(to bottom, #fce7ae 10%, #f6d306 55%, #f09304 95%);
  background-clip: text;
  font-weight: bold;
  color: #fdfdfd87;
  /* filter: drop-shadow(2px 3px 0px #000); */
}

/*金色*/
.txt_g {
  background: linear-gradient(to bottom, #faeece 30%, #f1b100 75%);
  background-clip: text;
  color: #fdfdfd96;
  /* filter: drop-shadow(2px 3px 0px #000); */
}

/*銀色*/
.txt_s {
  background: linear-gradient(to bottom, #ffffff 20%, #e1e1e1 100%);
  background-clip: text;
  color: #fdfdfd8f;
  filter: drop-shadow(2px 3px 0px #000);
}
/*白微黃*/
.txt_wy {
  background: linear-gradient(to top, #ffffff 30%, #f5c802 100%);
  background-clip: text;
  color: #fdfdfd8f;
  filter: drop-shadow(2px 3px 0px #000);
}

/*//////////////////////////////////////////////////////////*/
/*Button 共用*/
/* Button 共用 */
.btn {
  padding: 0rem !important;
  transform: scale(1);
  transition: filter 0.3s ease-in-out;
}
.btn:hover {
  filter: brightness(120%);
  transform: scale(1);
  transition: filter 0.2s ease-in-out;
}
.btn:active {
  transform: scale(0.95);
  transition: transform 0s ease-in-out;
}

.btn_l {
  width: 100%;
  height: auto;
  max-width: 500px;
  margin-bottom: 1rem;
}

.btn_l img {
  width: 100% !important;
}
.btn_m {
  width: 100%;
  max-width: 250px;
  margin: auto;
  /* margin-bottom: 1rem; */
  animation: btn_m 0.8s infinite alternate;
}
@keyframes btn_m {
  from {
    filter: brightness(100%);
    transform: scale(1);
  }
  to {
    filter: brightness(140%);
    transform: scale(1.05);
  }
}
.btn_m img {
  width: 100% !important;
}

.btn_s {
  width: 100%;
  max-width: 130px;
  padding: 0rem 0 !important;
}

.btn_xs {
  width: 100%;
  max-width: 100px;
  padding: 0rem 0 !important;
}

/* ==========================
   按鈕基本樣式
========================== */
#newButton {
  position: fixed;
  right: 10px;
  bottom: 20%;
  z-index: 9999;
  animation: btn_change 0.8s infinite alternate; /* 原動畫可保留 */
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  opacity: 1; /* 電腦版預設顯示 */
}

/* 手機版專屬控制 */
@media screen and (max-width: 640px) {
  #newButton {
    opacity: 0;
    pointer-events: none;
    transform: translateX(50px);
    transition:
      opacity 0.5s ease,
      transform 0.5s ease;
  }
  #newButton.show {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(0) !important;
  }
}

/* 連結樣式 */
#newButton a {
  display: block;
  width: 140px;
  height: auto;
  transition:
    transform 0.3s ease,
    filter 0.3s ease;
}

/* 圖片樣式 */
#newButton a img {
  width: 100%;
  height: auto;
  display: block;
  transition:
    transform 0.3s ease,
    filter 0.3s ease,
    opacity 0.3s ease;
}

/* hover 效果 */
#newButton a:hover img {
  content: url('../images/new/btn_right_1_2.png'); /* 換圖 */
  transform: scale(1.05) translateY(-3px); /* 微浮起 */
}

/* 可選：原本 btn_change 動畫 */
@keyframes btn_change {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}

@keyframes btn_m {
  from {
    filter: brightness(100%);
    transform: scale(1);
  }
  to {
    filter: brightness(120%);
    transform: scale(1.05);
  }
}
.btn_m img {
  width: 100% !important;
}
/*//////////////////////////////////////////////////////////*/

/* 基本樣式重置，移除列表的預設樣式 */
ul.menu_b {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  align-items: stretch; /* 確保所有項目高度一致 */
}

.menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-item img {
  max-width: 100%;
  height: auto;
}

/* ////////////////// 區塊設定共用 //////////////////  */
#cover,
#section01,
#section02,
#section03 {
  position: relative;
  overflow: hidden;
}

/* ////////////////// 共用 //////////////////  */
#cover,
#section01,
#section02 {
  position: relative;
  width: 100%;
  height: 100vh;
  color: #fff;
  text-align: center;
}

#section03 {
  height: auto;
  position: relative;
  width: 100%;
  color: #fff;
}

/* ////////////////// form //////////////////  */

.form-select,
.form-control {
  border-radius: 5px 5px !important;
  border: 0.8px solid rgba(234, 190, 139, 0.58) !important;
  height: 2.5rem;
  font-family: 'Noto Sant', sans-serif, 'Maven Pro', 'Droid Sans', 'Myriad Pro', Helvetica, Verdana, Geneva, sans-serif !important;

  background-color: rgba(248, 235, 190, 0.9) !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25);
}

.form-control:focus,
.form-select:focus {
  background-color: rgba(87, 65, 46, 0.15) !important;
  border-color: rgba(234, 190, 139, 0.8) !important;
  box-shadow: none !important; /* 移除 Bootstrap 預設藍色陰影 */
}

textarea {
  min-height: 4rem !important;
  overflow: hidden;
}

.form-select:focus,
.form-control:focus {
  color: #212529;
  background-color: #fff;
  background-color: rgba(248, 235, 190, 0.9) !important;

  outline: 0;
  background-color: rgba(248, 235, 190, 0.9) !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25) !important;
}

/*///////////// section背景 /////////////*/

#cover {
  background: url(../images/bg_cb.webp);
  background-position: center center;
  background-size: 100% 100%;
}

#section01 {
  background: url(../images/bg_sec01.webp);
  background-position: center top;
  background-size: 100% auto;
  background-size: 100% 100%;
}
#section02 {
  background: url(../images/bg_sec02.webp);
  background-position: center bottom;
  background-size: 100% auto;
  background-size: 100% 100%;
}
#section03 {
  background: url(../images/bg_sec03.webp);
  background-position: center top;
  background-size: 100% auto;
  background-size: 100% 100%;
}

.sec_content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  /* padding: 4% 10px 4% 10px; */
  padding: 10px;
  padding-bottom: 2rem;
}

/* ////////////////// 右側選單 //////////////////  */
.menu_r {
  position: fixed;
  right: 0%;
  top: 70%;
  width: 170px;
  z-index: 100;
}
.menu_r a {
  width: 120px;
  margin: auto;
  height: auto;
}

@media (max-width: 992px) {
  .menu_r {
    display: none;
  }
}

/* //////////////////////////////////// 各專區 //////////////////////////////////// */
/* //////////////////////////////////// 各專區 //////////////////////////////////// */
/* //////////////////////////////////// 各專區 //////////////////////////////////// */
/* //////////////////////////////////// 各專區 //////////////////////////////////// */
/* //////////////////////////////////// 各專區 //////////////////////////////////// */

/* ////////////////// section 共用 //////////////////  */

.sec_title {
  width: 25%;
  margin: 1rem;
  z-index: 3;
}

/* ////////////////// 00_cover首頁 //////////////////  */

#cover a {
  display: inline-block;
  width: fit-content;
}

/* 角色 */
.ch_l {
  width: 100%;
  height: 106%;
  position: absolute;
  top: -9vh;
  left: 0;
  background: url(../images/bg_cb_ch.webp) no-repeat center top;
  background-size: auto 100%;
  animation: fadeout 10s forwards;
  z-index: 10;
}

.appstore {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.appstore .btn_m {
  margin: 1rem;
}

/*///////////// section背景 /////////////*/

.slogan_block {
  position: relative;
  top: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 11;
  justify-content: center;
}

/* 立即預約上面的副標 */
.txt_go {
  font-size: 1.8rem;
  filter: drop-shadow(0px 3px 3px #351d0a) drop-shadow(0px 3px 3px #351d0ad8);
}

.txt_num {
  height: auto;
  margin: 5px;
  background-color: #0000007e;
  width: 3.5rem;
  border-radius: 5px;
}

/* BTN：立即預約 */
/* .slogan3 img {
   animation: slogan3 1s alternate infinite;
}
@keyframes slogan3 {
  from {
    filter: brightness(100%);
  }
  to {
    filter: brightness(130%);
    transform: scale(1.01);
    transition: all 1s ease-out;
  }
}  */

/* 大標 */
.slogan_block img:nth-child(2) {
  width: 58%;
  margin-top: -6%;
}

/* 大標_手機版本 */
/* .slogan_block img:nth-child(3) {
} */

/* titlebtn（原本 nth-child(4) 的效果） */
.slogan_block .titlebtn-link {
  margin-top: -6.5%;
  display: inline-block;
}

/* 小標 */
.slogan_block img:nth-child(5) {
  width: 35%;
  margin-bottom: -2%;
  margin-top: -3.5%;
}

.titlebtn-link {
  display: inline-block;
  cursor: pointer;
  line-height: 0;
  transform-origin: center;
  animation: breathe 2.2s ease-in-out infinite;
  transition:
    transform 0.18s ease,
    filter 0.18s ease;
  will-change: transform;
}

.titlebtn-link img {
  display: block;
  max-width: 80%;
  height: auto;
  margin: auto;
  transition: 0.2s all ease-in-out;
}

.titlebtn-link img:hover {
  transform: scale(1.03);
  filter: brightness(1.03);
}

.titlebtn-link img:active {
  transform: scale(0.96);
}

.titlebtn-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 6px;
  border-radius: 8px;
}

/* 呼吸動畫（放大縮小） */
@keyframes breathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

/* 若使用者偏好減少動態，尊重設定 */
@media (prefers-reduced-motion: reduce) {
  .titlebtn-link {
    animation: none;
  }
}

/* 預約按鈕 */
.slogan_block a img.btn03 {
  width: 100%;
}
.btn03 {
  animation: glowUpImg 1s linear infinite;
}
@keyframes glowUpImg {
  0% {
    filter: brightness(1.1);
  }
  50% {
    filter: brightness(1.2);
    scale: 1.03;
  }
  100% {
    filter: brightness(1);
  }
}

/* 向下↓箭頭 */
.slogan_block a img.btn_scroll {
  width: 80%;
}
.btn_scroll {
  animation: upTodown 1s linear infinite;
}
@keyframes upTodown {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(1rem);
    opacity: 0.6;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* //////////////////////////////////// section01 //////////////////////////////////// */

/* 預約表單框 sec01_form */

.sec01_form {
  width: 35%;
  z-index: 2;
}

.form_m {
  text-align: center;
  background: url(../images/form_m.webp) no-repeat center top;
  background-size: 100% 100%;
  font-size: 1.2rem;
  padding-bottom: 4rem;
}

/* 飄動動畫 */
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}

.small_box_title {
  text-align: center;
  position: relative;
  top: 20px;
  font-size: 1.3rem;
  /* 金屬黃 -> 米白 */
  background: linear-gradient(180deg, #bd9c48 0%, #f1dd9c 72%, #fffaf0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.small_box_gift {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img_wrap,
.img_wrap_2 {
  position: relative;
  display: inline-block;
  margin: 0 -1rem;
  width: 170px;
}

.img_wrap_3 {
  position: relative;
  display: inline-block;
  margin: 0 -1rem;
  width: 140px;
}

.img_wrap_2 {
  margin-top: 2rem;
}

.img_wrap::before,
.img_wrap_2::before,
.img_wrap_3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 0;
  animation: floatY 3s ease-in-out infinite;
}

/* 各自的圖片來源 */
.img_wrap::before {
  background-image: url(../images/gift_1_1.png);
  animation:
    floatY 3s ease-in-out infinite,
    glow 2.4s ease-in-out infinite;
}

.img_wrap_2::before {
  background-image: url(../images/gift_2_1.png);
  animation:
    floatY 3s ease-in-out infinite,
    glow 2.8s ease-in-out infinite;
}
.img_wrap_3::before {
  background-image: url(../images/gift_3_1.png);
  animation:
    floatY 3s ease-in-out infinite,
    glow 2.6s ease-in-out infinite;
}

/* ✨ 柔和閃爍的發光效果 */
@keyframes glow {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.4) drop-shadow(0 0 8px rgba(255, 230, 150, 0.8));
  }
}

/* ✅ 各禮物不同步飄動 */
.small_box_gift .img_wrap:nth-of-type(1)::before {
  animation-delay: 0s;
  animation-duration: 3.2s;
}

.small_box_gift .img_wrap_2:nth-of-type(2)::before {
  animation-delay: 0.8s;
  animation-duration: 3.8s;
}

.small_box_gift .img_wrap:nth-of-type(3)::before {
  animation-delay: 1.6s;
  animation-duration: 4.2s;
}

.small_box_1 {
  text-align: center;
}

.sec01big {
  position: absolute;
  width: 43%;
  left: 48%;
  top: -5%;
  pointer-events: none;
  cursor: none;
}

.sec02big_xs {
  display: none;
}

.img_light {
  animation: imglight 2s infinite ease-in-out;
}

@keyframes imglight {
  0%,
  100% {
    filter: brightness(120%);
  }
  50% {
    filter: brightness(100%);
  }
}

/* 平台 checkbox */
.platform_checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
}

/* 單一項目 */
.platform_item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  user-select: none;
}

/* 隱藏原生 checkbox */
.platform_item input[type='checkbox'] {
  position: absolute;
  accent-color:#ffe696;
  opacity: 0;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  accent-color:#ffe696;
}

/* 自訂方框 */
.platform_item span {
  position: relative;
  padding-left: 26px;
  line-height: 1.2;
}

.platform_item span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid #ffe696;
  transform: translateY(-50%);
  background: transparent;
  box-sizing: border-box;
}

/* 勾選狀態 */
.platform_item input[type='checkbox']:checked + span::after {
  content: '✔';
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-55%);
  font-size: 14px;
  color: #ffe696;
  font-weight: bold;
}

/* //////////////////////////////////// section02 //////////////////////////////////// */

.sec02big {
  position: absolute;
  width: 42%;
  left: -5%;
  top: 0%;
  pointer-events: none;
  cursor: none;
  z-index: 0;
}

.box_gift_five {
  width: 50%;
}

.rewards {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.reward-icon {
  transition: 0.3s ease;
  filter: grayscale(100%) brightness(0.5);
}

.reward.reached .reward-icon {
  filter: none;
}

/* 進度條區塊 */
.progress-bar-wrapper {
  background: url('../images/dot_line-bg.png') no-repeat center;
  background-size: 100% auto;
  position: relative;
  height: 114px;
  z-index: 5;
}

.progress-fill {
  background: url('../images/dot_line_1.png') no-repeat center;
  background-size: 100% auto;
  height: 114px;
  z-index: 5;
}

/* 達成的圖示亮起（靜態） */
.reward.reached .reward-icon {
  filter: brightness(100%);
  animation: giftGlow 0.8s infinite alternate;
}

/* 閃光動畫 */
@keyframes giftGlow {
  from {
    filter: brightness(100%);
    transform: scale(0.99);
  }
  to {
    filter: brightness(115%);
    transform: scale(1);
  }
}

.box_day {
  position: relative;
  width: 60%;
  background: url('../images/d_bg.png') repeat-x center;
  background-size: 100% 100%;
  z-index: 10;
  margin-top: -1rem;
}

.days {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  padding: 1rem 6rem 6rem 6rem;
}

.day {
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}

.d_tt {
  width: 30%;
  margin-top: 3rem;
}

.day-icon {
  transition: 0.3s ease;
  filter: grayscale(100%) brightness(0.5);
}

.day.active .day-icon {
  filter: none;
}

/* 打勾覆蓋圖層 */
.day.checked::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/d_v.png') center center no-repeat;
  background-size: contain;
  pointer-events: none;
  animation: checkPulse 0.4s ease-out;
  z-index: 100;
}

/* 打勾亮起動畫 */
@keyframes checkPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.day.checked .day-icon {
  filter: grayscale(100%) brightness(0.5);
}

/* //////////////////////////////////// section03 //////////////////////////////////// */

#section03 .sec_content p {
  z-index: 5;
  line-height: 2.8rem;
  font-size: 1.2rem;
  color: rgba(245, 239, 219, 0.9);
}

.sec03big {
  position: absolute;
  width: 50%;
  right: 0%;
  top: 0%;
  pointer-events: none;
  cursor: none;
  z-index: 0;
  mix-blend-mode: luminosity;
}

/* /////////////////////////////////////// 火焰特效設定 /////////////////////////////////////// */
/* --- Fire Animation Layer --- */

#cover .fire-layer canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#cover .fire-layer .fire-content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  width: 80%;
  max-width: 700px;
}

#cover .fire-layer .headline {
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(to right, #f5a742, #e85a19, #ff3e00);
  background: linear-gradient(to right, #f5dbba, #7319e8, #ff3e00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transform: translateY(20px);
  animation: fireFadeUp 1.5s ease forwards 0.5s;
}

#cover .fire-layer .subheadline {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateY(20px);
  animation: fireFadeUp 1.5s ease forwards 0.8s;
}

#cover .fire-layer .cta-button {
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  animation: fireFadeUp 1.5s ease forwards 1.1s;
}

#cover .fire-layer .cta-button:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.3);
}

#cover .fire-layer .portfolio-nav {
  margin-top: 2rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  opacity: 0;
  animation: fireFadeUp 1.5s ease forwards 1.4s;
}

#cover .fire-layer .nav-item {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  text-transform: uppercase;
}

#cover .fire-layer .nav-item:hover {
  color: #f5a742;
}

@keyframes fireFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 火焰層：絕對定位於封面全區域，位於背景上方、文字下方 */
#cover .fire-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; /* 火焰在背景上、文字下 */
  overflow: hidden;
  pointer-events: none; /* 不影響按鈕點擊 */
}

/* 火焰 canvas 自適應全畫面 */
#cover .fire-layer canvas {
  width: 100%;
  height: 100%;
  display: block;
}

/* slogan_block 必須在最上層顯示 */
#cover .slogan_block {
  position: relative;
  z-index: 100; /* ⬆️ 在火焰層之上 */
}

/* /////////////////////////////////////// section04 /////////////////////////////////////// */

.map {
  width: 80%;
}

/* /////////////////////////////////////// RWD設定 /////////////////////////////////////// */
/* /////////////////////////////////////// RWD設定 /////////////////////////////////////// */
/* /////////////////////////////////////// RWD設定 /////////////////////////////////////// */
/* /////////////////////////////////////// RWD設定 /////////////////////////////////////// */
/* /////////////////////////////////////// RWD設定 /////////////////////////////////////// */
/* /////////////////////////////////////// RWD設定 /////////////////////////////////////// */

@media screen and (max-width: 1800px) {
}
@media screen and (max-width: 1600px) {
  /* ////////////////// 00_cover首頁 //////////////////  */

  /* 大標 */
  .slogan_block img:nth-child(2) {
    width: 70%;
    margin-top: -9%;
  }

  /* 大標_手機版本 */
  /* .slogan_block img:nth-child(3) {
} */

  /* titlebtn（原本 nth-child(4) 的效果） */
  .slogan_block .titlebtn-link {
    margin-top: -8.5%;
  }

  .titlebtn-link img {
    display: block;
    max-width: 70%;
    height: auto;
    margin: auto;
    transition: 0.2s all ease-in-out;
  }

  /* 小標 */
  .slogan_block img:nth-child(5) {
    width: 35%;
    margin-bottom: -2%;
    margin-top: -4%;
  }

  /* 預約按鈕 */
  .slogan_block a img.btn03 {
    width: 80%;
  }

  /* //////////////////////////////////// section01 //////////////////////////////////// */

  .sec01_form {
    width: 40%;
  }
  .sec01_top {
    margin-top: 1rem;
    z-index: 10;
  }

  .s1_t_01 {
    position: relative;
    font-size: 3rem;
  }

  .t_light:nth-child(1):after {
    height: 310px;
    width: 545px;
  }

  .btn_m {
    max-width: 200px;
  }

  .form_m {
    min-height: 480px;
  }

  /* //////////////////////////////////// section02 //////////////////////////////////// */

  .sec02big {
    position: absolute;
    width: 45%;
  }

  .box_gift_five {
    width: 55%;
  }

  .box_gift_day {
    width: 65%;
  }

  .days {
    padding: 1rem 5rem 5rem 5rem;
  }

  /* //////////////////////////////////// section02 //////////////////////////////////// */

  #section03 .sec_content p {
    z-index: 5;
    line-height: 2.2rem;
    font-size: 1.1rem;
    width: 80%;
  }
}

@media screen and (max-width: 1440px) {
  /* ////////////////// 00_cover首頁 //////////////////  */

  #cover {
    background: url(../images/bg_cb.webp);
    background-position: center center;
    background-size: 120% 100%;
  }

  .bg-img {
    background: url(../images/bg_cb_bg.webp);
    background-position: center top;
    background-size: 120% 100%;
  }

  #section01 {
    background: url(../images/bg_sec01.webp);
    background-position: center top;
    background-size: 120% 100%;
  }
  #section02 {
    background: url(../images/bg_sec02.webp);
    background-position: center bottom;
    background-size: 120% 100%;
  }
  #section03 {
    background: url(../images/bg_sec03.webp);
    background-position: center top;
    background-size: 120% 100%;
  }

  .slogan_block {
    top: 46%;
  }

  .txt_go {
    font-size: 1.3rem;
  }

  /* //////////////////////////////////// section01 //////////////////////////////////// */

  .sec01_top {
    margin-top: 1rem;
  }

  .form_m {
    margin-top: -1px;
  }
}

@media screen and (max-width: 1200px) {
  /* ////////////////// 00_cover首頁 //////////////////  */
  .slogan_block {
    top: 40%;
  }

  /* //////////////////////////////////// section01 //////////////////////////////////// */
}

@media screen and (max-width: 1024px) {
  /* ////////////////// 00_cover首頁 //////////////////  */

  /* //////////////////////////////////// section01 //////////////////////////////////// */

  .sec01big,
  .sec02big,
  .sec03big {
    display: none;
  }
  .sec01_form {
    width: 50%;
  }

  .btn_m {
    max-width: 220px;
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 1024px) {
  /*///////////// section背景 /////////////*/

  #cover {
    background: url(../images/bg_cb_xs.webp);
    background-position: center bottom;
    background-size: 100% 110%;
  }

  #section01 {
    background: url(../images/bg_sec01_xs.webp);
    background-position: center top;
    background-size: 100% 100%;
  }
  #section02 {
    background: url(../images/bg_sec02_xs.webp);
    background-position: center top;
    background-size: 100% 100%;
  }

  #section03 {
    background: url(../images/bg_sec03_xs.webp);
    background-position: center top;
    background-size: 100% 100%;
  }

  .ch_l {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 6%;
    background: url(../images/bg_cb_ch_xs.webp) no-repeat center top;
    background-size: 140% auto;
    animation: fadeout 10s forwards;
    z-index: 10;
  }

  #section01,
  #section02,
  #section03 {
    height: 100% !important;
  }

  .sec_title {
    width: 60%;
  }
  /* ////////////////// 00_cover首頁 //////////////////  */
  #cover {
    height: 80dvh;
  }

  .slogan_block {
    top: 55%;
    margin: auto;
  }

  .map {
    width: 90%;
    margin-bottom: 2rem;
  }

  /* 預約按鈕 */
  .slogan_block a img.btn03 {
    width: 100%;
  }

  /* //////////////////////////////////// section01 //////////////////////////////////// */

  .sec01_top {
    margin-top: 0rem;
  }

  .sec01_form {
    width: 75%;
  }

  .btn_m {
    max-width: 240px;
    margin-bottom: 1rem;
  }

  /* //////////////////////////////////// section03 //////////////////////////////////// */

  .box_gift_five {
    width: 85%;
  }

  .box_day {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  #cover {
    background: url(../images/bg_cb_xs.webp);
    background-position: center bottom;
    background-size: 140% 110%;
    background-position-x: 70%;
  }

  #section01 {
    background: url(../images/bg_sec01_xs.webp);
    background-position: center top;
    background-size: 130% 100%;
    background-position-x: 60%;
  }

  #section02 {
    background: url(../images/bg_sec02_xs.webp);
    background-position: center top;
    background-size: 130% 100%;
    background-position-x: 60%;
  }

  #section03 {
    background: url(../images/bg_sec03_xs.webp);
    background-position: center top;
    background-size: 130% 100%;
    background-position-x: 60%;
  }

  .bg-img {
    background: url(../images/bg_cb_xs.webp);
    background-position: center bottom;
    background-size: 140% 110%;
    background-position-x: 70%;
  }

  #section01,
  #section02,
  #section03 {
    height: 100% !important;
  }

  .sec_title {
    width: 80%;
  }
  /* ////////////////// 00_cover首頁 //////////////////  */

  .slogan_block {
    top: 40%;
  }

  /* 大標_手機版本 */
  .slogan_block img:nth-child(3) {
    width: 70%;
  }

  /* titlebtn（原本 nth-child(4) 的效果） */
  .slogan_block .titlebtn-link {
    margin-top: -12%;
    display: inline-block;
  }

  /* 小標 */
  .slogan_block img:nth-child(5) {
    width: 80%;
    margin-bottom: -2%;
    margin-top: -7%;
  }

  .appstore .btn_m {
    margin: 0.5rem;
    width: 40% !important;
  }

  /*///////////// section背景 /////////////*/

  .ch_l {
    top: 10%;
    background-size: 150% auto;
  }

  /* //////////////////////////////////// section01 //////////////////////////////////// */

  .sec01_form {
    width: 90%;
  }
  .btn_m {
    max-width: 220px;
    margin-bottom: 0rem;
  }

  .img_wrap,
  .img_wrap_2 {
    width: 130px;
  }

  /*勾選顏色--受IOS原生影響*/
  .platform_item span::before{
    background: #ffe696;
  }
  .platform_item input[type='checkbox']:checked + span::after{
    color: #1b130c;
  }



  /* //////////////////////////////////// section03 //////////////////////////////////// */

  #section03 .sec_content p {
    z-index: 5;
    line-height: 2.2rem;
    font-size: 1rem;
    width: 90%;
  }

  #section03 .sec_content {
    justify-content: center;
  }

  /* //////////////////////////////////// section02 //////////////////////////////////// */

  .box_gift_five {
    position: relative;
    top: 0%;
    left: 15%;
    display: flex;
    flex-direction: row-reverse; /* 左右排列 */
    justify-content: center;
    align-items: flex-start;
    width: 100%; /* 滿寬度 */
  }

  .progress-bar-wrapper {
    position: relative;
    width: 28%;
    min-height: 500px;
    background: url('../images/dot_line-bg_xs.png') no-repeat center; /* 背景底圖 */
    background-size: contain;
  }

  .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 2; /* 上層 */
  }

  .rewards {
    width: 45%; /* 右邊 */
    flex-direction: column;
    align-items: flex-start;
  }

  .reward-icon {
    max-height: 100px;
  }

  .sec02big_xs {
    display: block;
    position: absolute;
    width: 80%;
    top: 10%;
    left: -23%;
    margin: auto;
    pointer-events: none;
    cursor: none;
    text-align: center;
    z-index: 0;
  }

  .d_tt {
    width: 80%;
    margin-top: 2rem;
  }

  .box_day {
    position: relative;
    width: 100%;
    background: url('../images/d_bg_xs.png') repeat-x center;
    background-size: 100% 100%;
    z-index: 10;
    margin-top: 0.5rem;
  }

  .day {
    width: 25%;
  }

  .days {
    flex-wrap: wrap;
    padding: 1rem 2rem 4rem 2rem;
  }

  #newButton a {
    display: block;
    width: 100px;
    height: auto;
    transition:
      transform 0.3s ease,
      filter 0.3s ease;
  }

  /* /////////////////////////////////////// section04 /////////////////////////////////////// */

  .map {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .txt_go {
    font-size: 1.2rem;
  }

  .small_box_title {
    font-size: 1rem;
  }

  /* //////////////////////////////////// section02 //////////////////////////////////// */

  .sec01_top {
    margin-top: 0.5rem;
  }

  .sec01_form {
    width: 95%;
  }
}

@media screen and (max-width: 390px) {
  /* //////////////////////////////////// section01 //////////////////////////////////// */

  .sec01_top {
    margin-top: 2rem;
  }
  .sec01_form {
    width: 100%;
  }
  /* //////////////////////////////////// section02 //////////////////////////////////// */
}

@media screen and (max-width: 375px) {
  .slogan_block {
    top: 32%;
  }
  /* //////////////////////////////////// section01 //////////////////////////////////// */

  .sec01_top {
    margin-top: 2.6rem;
  }

  .btn_m {
    max-width: 190px;
    margin-bottom: 0.5rem;
  }

  /* //////////////////////////////////// section03 //////////////////////////////////// */
  #section03 {
    height: 100vh;
  }
}

/* 手機或平板橫版時才生效 */
@media screen and (max-width: 1024px) and (orientation: landscape) {
  #cover,
  #section01,
  #section02,
  #section03 {
    height: auto;
    min-height: 100vh;
  }
  .slogan_block {
    top: 50%;
    width: 80%;
    margin-bottom: 20%;
    margin-top: 60%;
  }
}
