@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;
  vertical-align: bottom;
  width: 100%;
}
.button:hover,
.toggle-btn:hover {
  opacity: 0.8;
}
a {
  display: block;
}
li {
  list-style: none;
}
.toggle-btn:hover {
  cursor: pointer;
}
body {
  background-color: #f4e5d1;
}

.content {
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

/* 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▲ */

.fv {
  position: relative;
}

.fv .gel {
  position: absolute;
  top: 44%;
  left: 24%;
  width: 28.2%;
  animation: skew 2.3s linear infinite;
}

.fv .mask {
  position: absolute;
  top: 40.7%;
  left: 17.1%;
  width: 41%;
}
.relative {
  position: relative;
}
.offer {
  position: relative;
}

.btn01 {
  position: absolute;
  bottom: 10%;
  right: 11%;
  width: 74%;
}

.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;
}

.shine {
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.button {
  display: inline-block;
  border-radius: 100px;
}

.badge-bg {
  position: relative;
}
.badges {
  width: 66%;
  left: 18%;
  position: absolute;
  top: 28%;
}

.offer1 {
  position: absolute;
  width: 70%;
  margin-left: 15%;
  bottom: 7%;
}

.offer2-1 {
  position: absolute;
  width: 36%;
  bottom: 7%;
  left: 14%;
}

.offer2-2 {
  position: absolute;
  width: 36%;
  bottom: 7%;
  right: 10%;
}

.offer3 {
  position: absolute;
  width: 40%;
  bottom: 15%;
  right: 2%;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal .popup {
  position: absolute;
  width: 80%;
  max-width: 700px;
  min-width: 300px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);

  display: block;
}

.modal .modal-close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 16px;
  padding: 10px;
  color: #fff;
  font-size: 24pt;
}

.is-hide {
  display: none;
}

@keyframes shine {
  0% {
    left: -160%;
    opacity: 0;
  }
  70% {
    left: -160%;
    opacity: 0.5;
  }
  71% {
    left: -160%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}

@keyframes skew {
  0% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 4.2deg);
  }
  10% {
    transform: skew(-4deg, -3deg);
  }
  15% {
    transform: skew(3deg, 2.2deg);
  }
  20% {
    transform: skew(-2deg, -1.5deg);
  }
  25% {
    transform: skew(0.9deg, 0.9deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
  40% {
    transform: skew(-0.2deg, -0.2deg);
  }
  45% {
    transform: skew(0.1deg, 0.1deg);
  }
  50% {
    transform: skew(0deg, 0deg);
  }
}

.language {
  padding: 0.5em 1em;
  background: #db5a78;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  position: absolute;
  right: 25%;
  top: 2%;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.5s;
}
.language:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  .language {
    padding: 0.4em 0.8em;
    font-size: 2.5vmin;
  }
}

/* 特商法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 */
.bg_yellow {
  background: #96a14b;
  margin: 0 auto;
  max-width: 900px;
}

/* 開合 */

.collapsible {
  cursor: pointer;
  border: none;
  outline: none;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* 開合 END*/

/* cta開始 */
.fixed-obj {
  position: fixed;
  bottom: -380px;
  right: 0;
  max-width: 230px;
  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;

}

.fixed-obj.show_sta {
  bottom: 25px;
}

@media screen and (max-width: 745px) {
  .fixed-obj {
    bottom: -360px;
    width: 50%;
    right: -25px;
    max-width: 100%;
    -webkit-transition: bottom 0.5s ease-out;
    transition: bottom 0.5s ease-out;
  }
  
}

/* cta 結束 */

