@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700;900&family=Noto+Serif+TC:wght@400;600;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;
}

/* Header */

.header {
  position: relative;
  z-index: 99;
  background: url(../images/38header_e.jpg) top center no-repeat;
  background-size: cover;
  /* max-width: 1920px;
	width: 100%; */
  margin: 0 auto;
  top: 0;
}

/* ▼Countdown Timer▼ */
#header {
  position: absolute;
  transition: all 1s;
  z-index: 999;
  top: 4%;
  right: 12%;
  width: 75%;
}

/* .countdown {
    background: #313131;
    background-size: cover;
    padding: 2% 0;
    width: 100%;
  } */

.countdown_content {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Noto Serif TC", serif;
  font-weight: 900;
  font-size: 2rem;
  color: #660606;
  /* text-shadow: 1px 1px 3px #413304; */
  text-align: center;
}

.countdown_content img {
  width: 50px;
}

#demo {
  color: #660606;
  letter-spacing: 1px;
}

@media screen and (max-width: 900px) {
  .header {
    position: sticky;
  }

  .countdown_content {
    font-size: 1.9rem;
  }

  .countdown_content img {
    width: 50px;
  }
}

@media screen and (max-width: 750px) {
  .countdown_content {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  #header {
    top: 3%;
  }
  .countdown_content {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 400px) {
  #header {
    top: 4%;
  }

  .countdown_content {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 320px) {
}
/* ▲Countdown Timer▲ */

/* ▼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% 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;
}


#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.9rem;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 680px) {
    .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: 350px) {

    .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;
  }
}
.bg00 {
  background: url("../images/header.jpg") top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.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: 10%;
  width: 40%;
}

.change_btn03 {
  cursor: pointer;
  position: absolute;
  bottom: 30%;
  right: 12%;
  width: 30%;
}

.change_pic03 {
  position: absolute;
  top: 20%;
  left: 6%;
  width: 35%;
}

.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: 4%;
  left: 6%;
  width: 35%;
}

.btn03 {
  position: absolute;
  bottom: 4%;
  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;
}
/* 特商法結束 */

/* QA */
.bg06 {
  background: url(../images/q_bg.jpg) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
}

.bg_yellow {
  background: #96a14b;
  margin: 0 auto;
}

/* 開合 */

.collapsible {
  cursor: pointer;
  border: none;
  outline: none;
}

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

/* 開合 END*/
