@charset "UTF-8";
/* ▼Countdown Timer▼ */
/*------------------------------------*\
    $全域設定
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap");
html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
}

video {
  width: 100%;
  height: auto;
  vertical-align: top;
  position: absolute;
}

img {
  border: none;
  vertical-align: bottom;
  display: block;
  max-width: 1010px;
  width: 100%;
  height: auto;
}

section {
  position: relative;
  display: block;
  max-width: 1920px;
}

/*------------------------------------*\
    $main
\*------------------------------------*/
.content {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.btn {
  position: absolute;
}

.b1 {
  background: url("../img/b1.png") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.b2 {
  background: url("../img/b2.png") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.b3 {
  background: url("../img/b3.png") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.b3 .btn {
  width: 70%;
  bottom: 7%;
  left: 15%;
  text-align: center;
}

.b4 {
  background: url("../img/b4.png") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.b5 {
  background: url("../img/b5.png") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.b6 {
  background: url("../img/b6.png") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.b7 {
  background: url("../img/b7.png") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.b8 {
  background: url("../img/b8.png") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.b9 {
  background: url("../img/b9.png") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.b10 {
  background: url("../img/b10.png") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.b11 {
  background: url("../img/b11.png") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.b12 {
  background: url("../img/b12.png") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.b12 .obj {
  position: absolute;
  top: 35%;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.b13 {
  background: url("../img/b13.png") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.b14 {
  background: url("../img/b14.png") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.b15 {
  background: url("../img/b15.png") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.btn {
  position: absolute;
}

.off01 {
  background: url("../img/off01.jpg") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.off01 .btn {
  width: 80%;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.off02 {
  background: url("../img/off02.jpg") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.off02 .btn {
  width: 80%;
  bottom: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.off03 {
  background: url("../img/off03.jpg") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.off03 .btn {
  width: 80%;
  bottom: 12%;
}

.off03 .btn-1 {
  left: 10.1%;
}

.off03 .btn-2 {
  left: 54.5%;
}

.info {
  background: url("../img/info.jpg") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

.info .mail {
  position: absolute;
  top: 32%;
  left: 50%;
  width: 75%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.info .fb, .info .ig {
  position: absolute;
  width: 15%;
  bottom: 18%;
}

.info .fb {
  left: 29%;
}

.info .ig {
  left: 56%;
}

/*------------------------------------*\
    匯入機能
\*------------------------------------*/
.w-900 {
  max-width: 1010px;
}

.at_top {
  visibility: hidden;
}

.countdown {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #216BB4;
  background-size: cover;
  padding: 10px 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 99;
  display: none;
}

.countdown_content {
  max-width: 900px;
  margin: 0 auto;
  font-family: 微軟正黑體, Meiryo, sans-serif, "Noto Sans TC";
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 5px;
  color: #fff;
  text-shadow: 1px 1px 3px #410412;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
}

#demo {
  color: #fff;
}

@media screen and (max-width: 900px) {
  .countdown {
    padding: 3% 0;
  }
  .countdown_content {
    font-size: 1.5rem;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 600px) {
  .countdown_content {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }
}

/* ▲Countdown Timer▲ */
/* 英文版文字設定*/
.to_e .countdown_content {
  font-size: 1.5rem;
}

@media screen and (max-width: 900px) {
  .to_e .countdown {
    padding: 3% 0;
  }
  .to_e .countdown_content {
    font-size: 1.2rem;
    letter-spacing: 3px;
  }
}

@media screen and (max-width: 600px) {
  .to_e .countdown_content {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
}

/* 下面為個別設定*/
/* cta開始 */
.fixed-obj {
  position: fixed;
  bottom: -380px;
  right: 0;
  max-width: 180px;
  width: 100%;
  z-index: 999;
  -webkit-transition: top 0.5s ease-out;
  -webkit-transition: bottom 0.5s ease-out;
  transition: bottom 0.5s ease-out;
  display: none;
}

.fixed-obj.show_sta {
  bottom: 30px;
}

/* 此行代表手機版的圖片隱藏 */
.fixed-obj img:nth-child(2) {
  display: none !important;
}

@media screen and (max-width: 745px) {
  .fixed-obj {
    bottom: -360px;
    width: 100%;
    max-width: 100%;
    -webkit-transition: bottom 0.5s ease-out;
    transition: bottom 0.5s ease-out;
  }
  /* 此行代表手機版的圖片顯示 */
  .fixed-obj img:nth-child(2) {
    display: block !important;
    width: 100%;
    margin: 0 auto;
  }
  /* 此行代表電腦版的圖片隱藏 */
  .fixed-obj img:nth-child(1) {
    display: none !important;
  }
  .fixed-obj.show_sta {
    top: auto;
    bottom: 0;
  }
}

/* cta 結束 */
/* ボタン自体のstyle */
.button {
  display: inline-block;
  border-radius: 10px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.button:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 0.5;
}

/* 光らせるためのstyle */
.shine {
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

/* 光の疑似要素 */
.shine::before {
  content: "";
  -webkit-animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
          animation: shine 3s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  top: 0;
  left: -160%;
  opacity: 0.5;
  position: absolute;
}

/* 光の動き */
@-webkit-keyframes shine {
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
@keyframes shine {
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}

/*     開合面板  start   */
.accordion {
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

/*     開合面板  end  */
.language {
  padding: 0.5em 1em;
  background: #FFFFFF;
  color: #000;
  display: inline-block;
  font-size: 100%;
  position: absolute;
  right: 2%;
  top: 2%;
  border-radius: 10px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'Noto Sans JP', sans-serif;
}

.language:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 900px) {
  .language {
    padding: 0.4em 0.8em;
    font-size: 2.5vmin;
  }
}
/*# sourceMappingURL=style.css.map */

/* 倒數計時 */

.clock-container {
  color: white;
  background: #ac003c;
  padding: 0.15em 0;
  border-radius: 0.1em;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 100;
}

#timer {
  border-radius: 1.5px;
  font-weight: bold;
  margin: .5 .5em;
  padding: 0 .5em;
  letter-spacing: 0.1em;
  color: white;
}

@media (max-width:768px) {
  .clock-container {
      font-size: 2rem;
  }
}

@media (max-width:549px) {
  .clock-container {
      font-size: 1.15rem;
  }
}

.newheader {
  max-width: 1000px;
  margin: 0 auto;
  position: sticky;
  top: 0;
}

.newheader img {
  width: 100%;
  margin: 0 auto;
}

