@charset "UTF-8";

@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");

body::before {
  content: " ";
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/bg.jpg") bottom center no-repeat;
  background-size: cover;
}

.wrap {
  max-width: 900px;
  margin: 0 auto;
}

.wrapbox {
  position: relative;
}

a {
  display: block;
}

img,
a {
  display: block;
  width: 100%;
  border: none;
}

/* Header */

.header {
  position: relative;
  z-index: 99;
  background: url(../img/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: 4%;
  }
  .countdown_content {
    font-size: 1.2rem;
  }
}

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

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

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

.btn {
  position: absolute;
}

.btn-more {
  bottom: 10.5%;
  right: 8%;

  width: 60%;
}

.btn0 {
  top: 37%;
  left: 9%;
  cursor: pointer;
  z-index: 1;
  width: 58%;
}
.btn0-2 {
  top: 30%;
  width: 22%;
  right: 20%;
  z-index: 2;
}

.btn1 {
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  width: 70%;
}

.btn2 {
  left: 6%;
  bottom: 7%;
  width: 35%;
}
.btn3 {
  right: 11%;
  bottom: 7%;
  width: 35%;
}

.btn4 {
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  width: 70%;
}

.skin {
  position: absolute;
  bottom: 8.5%;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
}

/* 特商法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;
}
/* 特商法結束 */

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

.accordion {
  transition: 0.8s ease-in-out;
}

.language {
  width: 10%;
  padding: 1%;
  background: #db5a78;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  position: absolute;
  right: 2%;
  top: 2%;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.5s;
  text-align: center;
}
.language:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  .language {
    font-size: 2.5vmin;
    width: 15%;
    padding: 0.4em 0.8em;
  }
}

/* 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*/
