@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;
}

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: 1010px;
}
.sta_banner img{
  max-width: 1920px;
}
.btn {
  position: absolute;
}

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

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

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

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

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

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

.b6 .btn {
  width: 45%;
  bottom: 5%;
  right: 8%;
  text-align: center;
}

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

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

.b8 .obj {
  position: absolute;
  width: 35%;
  transition: 0.8s;
  cursor: pointer;
  z-index: 99999;
}
.obj01{
   left: 1%;
  top: 23%;

}

.obj02{
  right:1%;
  top:23%;
}
.obj03{
  right:29%;
  bottom:35%;
  width: 45% !important;
}
.b8 .obj img {
  border-radius: 100%;
  display: none;
  animation:  silde 0.8s;

}
.obj img.active{
  display: block;
}

.obj:hover{

  transform: scale(0.95);
}



@keyframes silde{
  0%{

      opacity: 0;
  }

  100%{

      opacity: 1;
  }
}

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

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

.b10 .video {
  position: absolute;
  width: 75%;
  top: 21.5%;
  left: 13%;
}

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

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

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

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

.b13 {
  background: url("../img/b13.gif") 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: 40%;
  bottom: 7.5%;

  text-align: center;
}
.off01 .btn-1{
  left: 2%;
}
.off01 .btn-2{
  left: 53%;
}


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

.off02 .btn {
  width: 70%;
  bottom: 4%;
  left: 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: 70%;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.info {
  background: url("../img/info.jpg") top center no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.fb{
  position: absolute;
  top:37%;
  width: 10%;
  left: 50%;
  transform: translateX(-50%);
}

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

.silde {
  position: absolute;
  top: 24.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
}

.silde img {
  width: 100%;
  -webkit-animation: silde 0.8s;
          animation: silde 0.8s;
  display: none;
  height: auto;
}

.a_active {
  display: inline-block !important;
}

.next, .pre {
  position: absolute;
  font-size: 2em;
  top: 58%;
  width: 4%;
  cursor: pointer;
}

.next {
  right: 1%;
}

.pre {
  left: 1.5%;
  z-index: 2;
}



.at_top {
  visibility: hidden;
}

.countdown {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #FD5D5D;
  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;
  }
}

/* 下面為個別設定*/

/* ボタン自体の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 */

.SA_footer {
	text-align: center;
  }
