@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  display: block;
}

.clear {
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", sans-serif;
}

/*----------CTA 按鈕 star----------*/

.fixed-obj {
  position: fixed;
  top: -380px;
  right: 0;
  max-width: 270px;
  width: 100%;
  z-index: 999;
  transition: top 0.5s ease-out;
}

.fixed-obj.show_sta {
  top: 150px;
}

.fixed-obj #pc_sta {
  width: 220px;
  display: block;
  margin: 0 0 0 auto;
}

.fixed-obj #mobile_sta {
  display: none;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .fixed-obj #pc_sta {
    display: none;
  }

  .fixed-obj #mobile_sta {
    display: block;
  }

  .fixed-obj {
    top: auto;
    bottom: -360px;
    max-width: 800px;
    transition: bottom 0.5s ease-out;
  }
  .fixed-obj img {
    width: 100%;
  }

  .fixed-obj.show_sta {
    top: auto;
    bottom: 0;
  }
}

/*----------CTA 按鈕 end----------*/

/* ▼Countdown Timer▼ */
#header {
  position: relative;
  transition: all 1s;
  z-index: 99;
}

.countdown {
  background: url("../images/countdownbn.jpg") top center no-repeat;
  background-size: cover;
  /* max-width: 1920px; */
  width: 100%;
  margin: 0 auto;
}

.countdown img {
  width: 100%;
  margin: 0 auto;
}

/* .countdown {
    background: #5AA8D1;
    background-size: cover;
    padding: 1.5% 0;
    width: 100%;
}

.countdown_content {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    letter-spacing: 0.125rem;
    color: #fff;
    text-shadow: 1px 1px 3px #410412;
    /* display: flex; */
/* align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    text-align: center;
} */

/* .countdown_content img {
    width: 50px;
}

#demo {
    color: #FDBDBE;
}

@media screen and (max-width: 900px) {

    .countdown_content {
        font-size: 2.2rem;
        letter-spacing: 0.125rem;
    }

}

@media screen and (max-width: 700px) {
    .countdown_content {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 500px) {
    .countdown_content {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 400px) {

    .countdown_content {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 338px) {
	.countdown_content {
        font-size: 1rem;
    }
}

@media screen and (max-width: 320px) {
	.countdown_content {
        font-size: 0.9rem;
    }
} */
/* ▲Countdown Timer▲ */

.content {
  position: relative;
  margin: 0 auto;
  max-width: 998px;
}

.content img {
  max-width: 9998px;
  width: 100%;
}

/* 語言跳轉btn */
.language_btn {
  position: absolute;
  top: 3%;
  right: 1%;
}

.language_btn a {
  display: block;
  font-size: 0.9em;
  text-decoration: none;
  color: #093324;
  background: #f6e87b;
  border-radius: 5px;
  padding: 3px 8px;
  letter-spacing: 0.5px;
  box-shadow: 2px 2px 0 #ddc302;
}

.language_btn a:hover {
  background: #ffffff;
}

@media screen and (max-width: 800px) {
  .language_btn {
    top: 2%;
  }
  .language_btn a {
    letter-spacing: 0;
    font-size: 0.75em;
    padding: 3px 5px;
  }
}

@media screen and (max-width: 450px) {
  .language_btn {
    top: 1.5%;
  }
  .language_btn a {
    padding: 1px 2px;
  }
}
/* 語言跳轉btn END */

.bg-hd {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
}
.bg-hd img {
  width: 100%;
  height: auto;
}
.hd-ph {
  display: none;
}

@media screen and (max-width: 900px) {
  .hd-pc {
    display: none;
  }
  .hd-ph {
    display: block;
  }
}

.bg01 {
  background: url("../images/index01_01.gif") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg02 {
  background: url("../images/index01_02.gif") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg03 {
  background: url("../images/index01_03.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg04 {
  background: url("../images/index01_04.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg05 {
  background: url("../images/index01_05.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg06 {
  background: url("../images/index01_06.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg07 {
  background: url("../images/index02_01.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg08 {
  background: url("../images/index02_02.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.skin {
  position: absolute;
  bottom: 8%;
  left: 10%;
  width: 80%;
}

.bg09 {
  background: url("../images/index02_03.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg09_1 {
  background: url("../images/index02_04.gif") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg10 {
  background: url("../images/index03_01.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg11 {
  background: url("../images/index03_02.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg12 {
  background: url("../images/index03_03.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg13 {
  background: url("../images/index03_04.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.change_btn01 {
  cursor: pointer;
  position: absolute;
  bottom: 12%;
  right: 10%;
  width: 30%;
}

.change_pic01 {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 40%;
}

.change_btn02 {
  cursor: pointer;
  position: absolute;
  bottom: 25%;
  left: 10%;
  width: 30%;
}

.change_pic02 {
  position: absolute;
  top: 20%;
  right: 15%;
  width: 40%;
}

.change_btn03 {
  cursor: pointer;
  position: absolute;
  bottom: 30%;
  right: 12%;
  width: 30%;
}

.change_pic03 {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 40%;
}

.change_btn01:hover,
.change_btn02:hover,
.change_btn03:hover {
  opacity: 0.6;
  transform: 0.3s;
}

.bg14 {
  background: url("../images/index03_05.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg15 {
  background: url("../images/index03_06.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg16 {
  background: url("../images/index03_07.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg17 {
  background: url("../images/index04_01.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg18 {
  background: url("../images/index04_02.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg19 {
  background: url("../images/index04_03.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg20 {
  background: url("../images/index04_04.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.btn01 {
  position: absolute;
  bottom: 18%;
  right: 13%;
  width: 45%;
}

.btn02 {
  position: absolute;
  bottom: 3.5%;
  left: 6%;
  width: 35%;
}

.btn03 {
  position: absolute;
  bottom: 3.5%;
  right: 6%;
  width: 35%;
}

.btn04 {
  position: absolute;
  bottom: 6%;
  right: 10%;
  width: 80%;
}

.btn05 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 80%;
}

/* ボタン自体のstyle */
.button {
  display: inline-block;
  border-radius: 10px;
}
/* 光らせるための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;
  }
}

@media screen and (min-width: 1921px) {
  body {
    background: #fff;
  }
  section {
    max-width: 1920px;
  }
}

@media screen and (max-width: 998px) {
  .content {
    margin: 0;
    width: 100%;
  }

  .content img {
    width: 100%;
  }
}
/* 特商法start */
.foot {
  height: 120px;
}

.foot_txt {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-decoration: none;
  color: rgb(0, 0, 0);
  line-height: 1.5em;
  font-size: 15px;
}
/* 特商法結束 */
