@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&family=Roboto:wght@100;300;500;700;900&display=swap");
* {
  font-family: 'Noto Sans TC';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #555;
  font-size: 16px;
  background-color: #222222;
}

a {
  text-decoration: none;
  display: inline-block;
}

a,
button {
  cursor: pointer;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}

a img,
div img {
  width: 100%;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
button,
label,
input,
select,
textarea {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
}

li {
  list-style: none;
}

a img {
  font-size: 0;
}

input,
select,
textarea,
label {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #555;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #777;
}

input::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #777;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #cecece;
  font-size: 22px;
}

input,
select,
textarea,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

button {
  border: 0;
  outline: none;
  background-color: transparent;
}

.active01 {
  background: url("../images/p1.gif") no-repeat;
  width: 100px;
  height: 136px;
  position: absolute;
  z-index: 3;
  margin-left: 230px;
  margin-top: 600px;
}
.active02 {
  background: url("../images/p2.gif") no-repeat;
  width: 120px;
  height: 200px;
  position: absolute;
  z-index: 3;
  margin-left: 900px;
  margin-top: 320px;
}


/*影片*/
  .video-wrap{
    width: 100%;
    aspect-ratio: 15 / 8; /* 跟這支影片一致 */
    position: absolute;
    padding-left: 100px;



  }
  .video-wrap video{
    width: 400px;
    height: 700px;
    display: block;
    object-fit: contain; /* 不裁切：contain；要滿版裁切：cover */
    border: 5px solid #d7c07e;
    border-radius: 50px;

  }

/*感謝頁*/

.wrapper2 {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  color: black;
  box-shadow: 10px 10px 10px -6px 0.8; 
}


.header2 {
  padding-top: 80px;

}
.content2 {

} 
.footer2 {

}

.wrapper2 h1 {
  font-size: 70px;
  font-weight: bold;
  padding-bottom: 20px;
}
.wrapper2 h3 {
  font-size: 40px;
}
.wrapper2 h4 {
  font-size: 30px;
}

.thank_content {
  padding-top: 40px;
}
.thank_shop {
  font-size: 20px;
  padding-top: 20px;
}
.thanks {
  text-align: center;
}

.thank_ex a {
  cursor: pointer;
}


/* ====== 領取 ====== */

.freeget {
  position: fixed;
  right: 20px;       /* 右邊距離 */
  bottom: 20px;      /* 下邊距離 */
  width: 180px;
  height: 180px;
  z-index: 9999999;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}
.freeget {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.freeget.hide {
  opacity: 0;
  pointer-events: none;
}


/* SVG 正常縮放 */
.freeget img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}

/* ======================================
   選配：懸浮漂浮動畫（讓 SVG 更活潑）
====================================== */
@keyframes float {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

.freeget {
  animation: float 3s ease-in-out infinite;
}

/* ======================================
   選配：SVG 光暈（高級感）
====================================== */
.freeget::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(
    rgba(255,245,200,0.5),
    rgba(255,220,150,0.0)
  );
  filter: blur(18px);
  z-index: -1;
  animation: breathe 4s infinite ease-in-out;
}

/* 呼吸光效果 */
@keyframes breathe {
  0%   { transform: scale(0.9); opacity: .35; }
  50%  { transform: scale(1.1); opacity: .6; }
  100% { transform: scale(0.9); opacity: .35; }
}



/* ====== 外框區 ====== */
.bar {
  background-color: #000;
  padding-left: 120px;
  padding-bottom: 70px;
  position: relative;
}

.bar-out  {
  width: 730px;
  height: 50px;
  border-radius: 25px;
  box-sizing: border-box;

  /* 8px 金色漸層外框 */
  border: 8px solid transparent;
  background:
    linear-gradient(transparent, transparent) padding-box,
    linear-gradient(90deg,
      #8E6B1F,
      #D4AF37,
      #F7E27A,
      #FFF3B2,
      #D4AF37,
      #8E6B1F
    ) border-box;

  position: relative;
}

/* ====== 內層容器 ====== */
.bar-in {
  width: 100%;
  height: 35px;
  border-radius: 25px;
  background: url("../images/bar-inbk.svg") repeat-x;
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}

/* ====== 真正的進度填滿區（你要動態改 width 的） ====== */
.bar-in-in {
  width: 50%; /* JS會改 */
  height: 35px;
  border-radius: 25px;
  background: url("../images/bar-bk.svg") left center no-repeat;
  background-size: 780px 100%;   /* ✅ 背景不被拉伸 */
  position: relative;
  overflow: hidden;
}

/* 流動閃光 */
.bar-in-in::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 200, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: blur(6px);
  animation: shine 2.5s infinite;
}
@keyframes shine {
  0%   { left: -100%; }
  100% { left: 150%; }
}

/* ====== 數字泡泡位置（跟 bar 一起動） ====== */
.number {
  position: absolute;
  top: -15px;        /* 泡泡位置：可調整 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999999; /* ⭐ 永遠最上層 */
  pointer-events: none;
}

.number-circle {
  background: url("../images/bar-circle.svg") no-repeat center/contain;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.number-text {
  width: 80px;
  text-align: center;
  font-size: 35px;
  color: #78e6ff;
  font-weight: bold;
  margin-top: -8px;
}
.number-text span {
  font-size: 20px;
  font-weight: bold;
  padding-left: 2px;
}

/* ====== 你的按鈕特效 ====== */
.btn {
  width: 180px;
  height: 180px;
  background: url("../images/clickpower.gif") no-repeat center / contain;
  position: absolute;
  margin-left: 480px;
  margin-top: -10px;
  transform: translate(-50%, -60%);
  cursor: pointer;
  z-index: 10000;
}
.btn2 { /*若%數超過90%把div btn 改為 btn2*/
  width: 180px;
  height: 180px;
  background: url("../images/clickpower.gif") no-repeat center / contain;
  position: absolute;
  margin-left: 450px;
  margin-top: -50px;
  transform: translate(-50%, -60%);
  cursor: pointer;
  z-index: 10000;
}

.btn:active::after {
  content: "";
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, transparent 70%);
  filter: blur(8px);
  animation: flash .4s ease-out;
  pointer-events: none;
}
/* 常亮微光 */
.btn::before {
  content: "";
  position: absolute;
  inset: -30px;
  background: radial-gradient(circle, rgba(255,255,255,0.5), transparent 70%);
  border-radius: 50%;
  animation: glow 2s infinite ease-in-out;
  opacity: 0;
}
@keyframes glow {
  0%, 100% { opacity: 0.2; transform: scale(0.9); }
  50%      { opacity: 0.9; transform: scale(1.3); }
}
@keyframes flash {
  0%   { opacity: 1; transform: scale(0.2); }
  100% { opacity: 0; transform: scale(1.8); }
}



.inner_page {
  width: 1100px;
  height: auto;
  background-color: #f7f7f7;
}


.input_bk {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 10px;
}
.button_bk{
  width: 100%;
  height: auto;
  text-align: center;
  padding: 5px 0;  
}

.input_bk input {
    width: 600px;
    font-size: 30px;
    border-radius: 50px;
    letter-spacing: 1px;
    padding: 10px 20px 10px 40px;
    box-sizing: border-box;

    border: 5px solid transparent;
    outline: none;

    /* 黑色金屬系漸層外框 */
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(90deg,
            #000000,
            #1a1a1a,
            #333333,
            #4d4d4d,
            #333333,
            #1a1a1a,
            #000000
        ) border-box;

    transition: all 0.25s ease;
}

/* hover：黑色外框加強對比 */
.input_bk input:hover {
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(90deg,
            #000000,
            #2b2b2b,
            #4d4d4d,
            #666666,
            #4d4d4d,
            #2b2b2b,
            #000000
        ) border-box;
}

/* focus：黑色外框亮化 + 金屬光暈 */
.input_bk input:focus {
    background:
        linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(90deg,
            #000000,
            #3a3a3a,
            #555555,
            #777777,
            #555555,
            #3a3a3a,
            #000000
        ) border-box;

    box-shadow: 0 0 12px rgba(0, 0, 0, 0.45);
}





.myButton {
  background: linear-gradient(to bottom, #6ecdd3 0%, #0f86b3 100%);
  border-radius: 40px;
  border: none;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: "Arial";
  font-size: 26px;
  padding: 15px 60px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: 0.25s;
}

.myButton:hover {
  background: linear-gradient(to bottom, #7fe0e3 0%, #0d7aa2 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.2);
}

.myButton:active {
  transform: translateY(1px);
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}


  .mobile {display: none;}
  .pc {display: block;}

  .contact {
    padding-bottom: 50px;
    padding-top: 20px;
    width: 700px;
    margin: 0 auto;

  }


  .footer {
    background-color: #333;
    width: 100%;
    height: 100px;
    padding-top: 50px;
    text-align: center;
    color: #fff;
  }

  .g-recaptcha div {
    margin: 0 auto;
    padding: 20px 0;
  }
  .contact_button {
    padding-top: 50px;
  }

/*隱私權政策勾選*/
/* 整個文字區 */
.privacy {
  padding-left: 60px;
  padding-top: 30px;
}
.privacy-check {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 25px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  line-height: 1.4;
}

/* 隱私權連結：金黃色 */
.privacy-check a {
  color: #18b9d3;
  text-decoration: underline;
}

/* 隱藏原生 checkbox */
.privacy-check input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

/* 自訂 checkbox UI */
.custom-checkbox {
  width: 35px;
  height: 35px;
  border: 3px solid #333;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  transition: all .25s ease;
  flex-shrink: 0;
}



/* 打勾符號 ✓ */
.custom-checkbox::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%) scale(0);
  color: #fff;
  font-size: 30px;
  transition: all .25s cubic-bezier(.25,1.5,.55,1);
  text-shadow: 0 0 6px #ffd85a;
}

/* 勾選時的動畫 + 光亮 */
.privacy-check input[type="checkbox"]:checked + .custom-checkbox {
  background: #ffd85a;
  box-shadow: 0 0 12px rgba(255, 220, 100, 1);
  border-color: #333;
}

/* 勾選勾勾出現 */
.privacy-check input[type="checkbox"]:checked + .custom-checkbox::after {
  transform: translate(-50%, -55%) scale(1);
  color: #000;
  text-shadow: none;
}


/* ===== Modal 外層 ===== */
.privacy-modal {
  position: fixed;
  inset: 0;
  display: none;            /* 預設關閉 */
  z-index: 999999;
}
.privacy-modal.is-open {
  display: block;
}

/* 遮罩 */
.privacy-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.65);
  backdrop-filter: blur(2px);
}

/* 面板 */
.privacy-modal__panel {
  position: relative;
  width: min(720px, 92vw);
  max-height: 80vh;
  margin: 8vh auto 0;
  background: #0c0f18;
  border: 1px solid rgba(255,216,90,.35);
  border-radius: 16px;
  box-shadow: 0 0 24px rgba(255,216,90,.18), 0 20px 60px rgba(0,0,0,.7);
  color: #fff;
  overflow: hidden;
  animation: modalIn .22s ease-out;
}

@keyframes modalIn {
  from { transform: translateY(10px) scale(.98); opacity: 0; }
  to   { transform: translateY(0) scale(1); opacity: 1; }
}

/* header */
.privacy-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: linear-gradient(90deg, #0c0f18, #141a2b);
  border-bottom: 1px solid rgba(255,216,90,.25);
}
.privacy-modal__header h3 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffd85a;
  text-shadow: 0 0 8px rgba(255,216,90,.4);
}
.privacy-modal__x {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  opacity: .8;
}
.privacy-modal__x:hover { opacity: 1; }

/* content */
.privacy-modal__content {
  padding: 14px 18px;
  overflow: auto;
  max-height: calc(80vh - 120px);
  line-height: 1.7;
  font-size: 14px;
}
.privacy-modal__content ol { padding-left: 18px; }

/* footer buttons */
.privacy-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid rgba(255,216,90,.25);
  background: #0b0e16;
}

.privacy-btn {
  padding: 8px 14px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 14px;
}
.privacy-btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.25);
}
.privacy-btn--ghost:hover {
  border-color: rgba(255,216,90,.8);
  box-shadow: 0 0 10px rgba(255,216,90,.25);
}
.privacy-btn--primary {
  background: #ffd85a;
  color: #000;
  font-weight: 700;
  box-shadow: 0 0 14px rgba(255,216,90,.6);
}
.privacy-btn--primary:hover {
  filter: brightness(1.05);
}

/* 影片外層留白 */
.section-video{
  padding-top: 100px;
}

/* 影片容器：用 aspect-ratio 鎖定比例（最推薦） */
.video-wrap{
  width: 100%;
  margin: 0 auto 24px; /* 影片下方留點距離 */
  aspect-ratio: 16 / 9; /* 你要什麼比例就改這裡，例如 9/16 */
  border-radius: 12px;  /* 可有可無 */
  overflow: hidden;
}

/* 影片本體：填滿容器 */
.video-wrap video{
  object-fit: contain; /* 不裁切：完整顯示（想鋪滿可改 cover） */
}

/* 圖片 RWD 切換 */
.pc{ display:block; width:100%; height:auto; }
.mobile{ display:none; width:100%; height:auto; }






/*RWD*/



@media (max-width: 800px) {

  .input_bk input { width: 80%;}
}


/*# sourceMappingURL=style.css.map */

@media (max-width: 1000px) {
    .mobile {display:block;}
    .pc {display: none;}
    img {width: 100%}
    .wrapper2 {width: 100%;}
    .inner_page {
      width: 100%;
      height: auto;
    }
    .contact {
      width: 100%;
    }
    .myButton {
      padding: 15px 30px;
      font-size: 23px;
      font-weight: bold;
      margin-top: 30px;
    }
    .btn {

    }



/*小人跑跑跑*/
  .active01 {
    margin-left: 140px;
    margin-top: 750px;
  }
  .active02 {
    margin-left: 800px;
    margin-top: 500px;
  }

/*影片*/
  .video-wrap{
    width: 100%;
    aspect-ratio: 9 / 16; /* 跟這支影片一致 */
    position: absolute;
    z-index: 1;
    margin-left: 0px;
    margin-top: -80px;
    padding-left: 0px;
  }
  .video-wrap video{
    width: 60%;
    height: auto;
    display: block;
    object-fit: contain; /* 不裁切：contain；要滿版裁切：cover */
    border: 5px solid #d7c07e;
    border-radius: 50px;
    margin: 0 auto;
    background: url("../images/movietop.jpg") no-repeat;;
    
  }





/*集氣條手機版*/
  .bar {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 80px;
    padding-top: 50px;
  }

  /* 外框：滿版 */
  .bar-out {
    width: 100%;
    height: 36px;
    border-radius: 999px;
    border-width: 5px; /* 外框變薄 */
  }

  /* 底條容器 */
  .bar-in {
    height: 26px;
    border-radius: 999px;
    background-size: auto 100%;
  }

  /* 進度條 */
  .bar-in-in {
    height: 26px;
    border-radius: 999px;
    background-size: auto 100%;   /* ✅ 不拉伸寬度，只吃高度 */
  }

  /* 泡泡縮小、往上些 */
  .number {
    top: -15px;
  }

  .number-circle {
    width: 56px;
    height: 56px;
  }

  .number-text {
    width: 56px;
    font-size: 40px;
    margin-top: 0px;
  }

  .number-text span {
    font-size: 14px;
  }

  /* 按鈕縮小且置中在 bar 上 */
  .btn {
    width: 180px;
    height: 180px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -70%);
    margin-left: 0px;
    margin-top: -80px;

  }
  .btn2 {
    width: 180px;
    height: 180px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -70%);
    margin-left: 0px;
    margin-top: -80px;
  }
  .privacy-check {
    font-size: 18px;
  }
  .input_bk input {
    border: 3px solid #000000;
    border-radius: 50px;
    font-size: 18px;
    text-align: left;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 20px;
  }
  .contact {
    padding-top: 0px;
  }
}


@media (max-width: 960px) {
/*小人跑跑跑*/
  .active01 {
    margin-left: 140px;
    margin-top: 750px;
  }
  .active02 {
    margin-left: 0px;
    margin-top: 700px;
    right: 30px;
  }

}


@media (max-width: 900px) {
/*小人跑跑跑*/
  .active01 {
    margin-left: 100px;
    margin-top: 700px;
  }
    .active02 {
    margin-left: 0px;
    margin-top: 680px;
  }
}

@media (max-width:800px) {
  /*小人跑跑跑*/
  .active01 {
    margin-left: 150px;
    margin-top: 650px;
  }
  .btn {
    width: 150px;
    height: 150px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -70%);
    margin-left: 0px;
    margin-top: -60px;
  }
  .btn2 {
    width: 150px;
    height: 150px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -70%);
    margin-left: 0px;
    margin-top: -60px;
  }  
  .bar {
    padding-top: 130px;
    padding-bottom: 100px;
  }

}


@media (max-width: 768px){
  .section-video{ padding-top: 60px; }
  .pc{ display:none; }
  .mobile{ display:block; }
  .video-wrap{ border-radius: 10px; }
}

@media (max-width: 700px) {
/*小人跑跑跑*/
  .active01 {
    margin-left: 100px;
    margin-top: 600px;
  }
}
@media (max-width: 650px) {
/*小人跑跑跑*/
  .active01 {
    margin-left: 100px;
    margin-top: 550px;
  }
}

@media (max-width: 600px) {
  .active01 {
    margin-left: 100px;
    margin-top: 500px;
  }
  .freeget {
    width: 120px;
    height: 120px;
    right: 12px;
    bottom: 12px;
  }

  .freeget::before {
    width: 160px;
    height: 160px;
  }
    .active02 {
    margin-left: 0px;
    margin-top: 420px;
  }
}

@media (max-width: 550px) {
/*小人跑跑跑*/
  .active01 {
    margin-left:50px;
    margin-top: 420px;
    background: url("../images/p1s.gif") no-repeat;
  }
  .active02  {
    background: url("../images/p2s.gif") no-repeat;
  }
}

@media (max-width: 400px) {

/*小人跑跑跑*/
  .active01 {
    margin-left: 30px;
    margin-top: 350px;}
  .active02 {
    right: 0px;
    margin-top: 350px;
    padding-left: 0px;
  }
}
@media (max-width: 380px) {
  .bar-out {
    height: 32px;
    border-width: 4px;
  }
  .bar-in,
  .bar-in-in {
    height: 22px;
  }

  .number {
    top: -40px;
  }
  .number-circle {
    width: 50px;
    height: 50px;
  }
  .number-text {
    width: 50px;
    font-size: 20px;
  }

  .btn {
    width: 100px;
    height: 100px;
    transform: translate(-50%, -75%);
  }
}









/*# sourceMappingURL=style.css.map */









/*# sourceMappingURL=style.css.map */