@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: 1000px;
  width: 100%;
  height: auto;
}

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

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

.btn {
  position: absolute;
}

.bg {
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}
.c-bg{
  opacity: 0;
}
.b1 .obj01{
   bottom:30%;
  left: 5%;
   width: 90%;
   z-index: 9;
   animation:  float01 3s infinite ;
}
.b1 .obj02{
  top:10%;
 left: 5%;
  width: 10%;
  z-index: 1;
 
}
@keyframes float01 {
  0% {
    bottom:30%;
  }
  50% {
    bottom:31%;
  }
  100%{
    bottom:30%;
  }
}
.b3 .obj{
  width: 45%;
}
.b3 .obj01{
  bottom:27%;
 left: 10%;

}
.b3 .obj02{
  bottom:6%;
 left: 45%;
 z-index: 2;

}

.b4 .obj{
  width: 70%;
  bottom:24%;
  left: 50%;
  transform: translateX(-50%);
  
}
.b6 .obj{
  width: 45%;
  bottom:23%;
}
.b6 .obj01{
 
 left: 2%;

}
.b6 .obj02{

 left: 51%;


}
.b8 .obj{
 
 
}
.b8 .obj01{
  top:18%;
 left: 54%;
 width: 50%;
}
.b8 .obj02{
 top:40%;
 left: 2%;
 width: 60%;

}

.b10 .obj{
  bottom:5%;
  left: 5%;
  width: 90%;
}
.b12 .obj{

  top:45%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;


}
.b12 .obj img{
  width: inherit;
  max-width: inherit;
}
.b19 .qa {
  position: relative;
}
.b19 .qabtn {
  position: absolute;
  right: 7%;
  bottom: 25%;
  width: 7%;
}
.b19 .qa04 .qabtn {
  width: 4%;
  right: 5.5%;
  bottom: 33%;
}

.minus {
  display: none;
}

.btn {
  position: absolute;
}

.off01 .btn {
  width: 70%;
  bottom: 4%;
  left: 15%;
  text-align: center;
  animation:  ease-in-out size-off 2s infinite;
}

.off02 .btn {
  width: 70%;
  bottom: 4%;
  left: 15%;
  text-align: center;
  animation:  ease-in-out size-off 2s infinite;
}

.off03 .btn {
  width: 70%;
  bottom: 6%;
  left: 15%;
  text-align: center;
  animation:  ease-in-out size-off 2s infinite;
}
.fb{
  position: absolute;
  bottom:31%;
  left: 50%;
  width: 13%;
  transform: translateX(-50%);
}
@keyframes size-off {
    0%{transform: scale(1);}
    50%{transform: scale(1.1);}
    100%{transform: scale(1);}
}


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

.silde {
  position: absolute;
  top: 35%;
  left: 49%;
  transform: translateX(-50%);
  width: 85%;
}

.silde img {
  width: 100%;
  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;
}

@keyframes silde {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#load_screen {
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
.at_top {
  visibility: hidden;
}

.countdown {
  position: sticky;
  top: 0;
  background-image: url(../img/haeder.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  transition: all 1s;
  z-index: 99;
  display: none;
}


.text-t {
  position: absolute;
  left: 47%;
  top: 26%;
}
@media screen and (max-width:980px) {
  .text-t{
    left: 45%;
    top: 26%;
  }
}

.countdown_content {
  max-width: 980x;
  position: relative;
  margin: 0 auto;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 5vw, 2.9rem);
  color: #000;
  text-align: center;
}

.countdown_content img {
  width: 100%;
  max-width: 1001px !important;
}
/* ボタン自体のstyle */
.button {
  display: inline-block;
  border-radius: 10px;
  transition: 0.8s;
}

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

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

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

/* 光の動き */
@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;
  transition: 0.4s;
  cursor: pointer;
}

.panel {
  max-height: 0;
  overflow: hidden;
  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;
  transition: 0.5s;
  font-family: "Noto Sans JP", sans-serif;
}

.language:hover {
  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;
}
