body {
  font-family: "Noto Serif TC", serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1.8;
  background-attachment: fixed;
}

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

a {
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.container-lg {
  position: relative;
  padding: 0.8rem 0.8rem;
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 60%;
  }
}

.top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  transition: all 0.3s linear;
}
.top:hover {
  opacity: 0.8;
  transition: all 0.3s linear;
}

.content {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

button {
  background: linear-gradient(to left, #C4AB72, #C49A37);
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 12px;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s linear;
  font-size: 16px;
}
button:hover {
  transition: all 0.3s linear;
  background: #ffffff;
  color: #C49A37;
  box-shadow: 0px 4px 6px rgba(60, 38, 22, 0.25);
}

.title-w {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 32px;
  margin: 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .title-w {
    font-size: 18px;
  }
}
.title-w .left {
  width: 418px;
  height: 40px;
  background-image: url("../img/line-w.svg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .title-w .left {
    background-position: 0;
  }
}
.title-w .right {
  width: 418px;
  height: 40px;
  background-image: url("../img/line-w.svg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .title-w .right {
    background-position: 0;
  }
}
.title-w .mx-3 {
  text-align: center;
  min-width: 130px;
}
@media screen and (max-width: 768px) {
  .title-w .mx-3 {
    min-width: 80px;
  }
}

.title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #231815;
  font-size: 32px;
  margin: 2rem 2rem;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 18px;
  }
}
.title .left {
  width: 418px;
  height: 40px;
  background-image: url("../img/line-l.svg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .title .left {
    background-position: 0;
  }
}
.title .right {
  width: 418px;
  height: 40px;
  background-image: url("../img/line-l.svg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .title .right {
    background-position: 0;
  }
}
.title .mx-3 {
  text-align: center;
  min-width: 130px;
}
@media screen and (max-width: 768px) {
  .title .mx-3 {
    min-width: 80px;
  }
}

section {
  position: relative;
}

section.s1 {
  background-image: url("../img/s1-bg.jpg");
  height: 950px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.s1 .logo-pc {
  width: 132px;
  height: 221px;
  background-image: url("../img/logo.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 768px) {
  section.s1 .logo-pc {
    display: none;
  }
}
section.s1 .logo-m {
  width: 132px;
  height: 221px;
  background-image: url("../img/logo.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  position: absolute;
  top: -240px;
}
@media screen and (max-width: 768px) {
  section.s1 .logo-m {
    display: block;
  }
}
section.s1 .title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
section.s1 .title-box .img {
  width: 251px;
  height: 445px;
  text-align: center;
  background-image: url("../img/s1-title.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  section.s1 .title-box .img {
    height: 368px;
    background-size: contain;
    background-image: url("../img/s1-title-m.svg");
  }
}

section.s2 {
  position: relative;
  height: 900px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/s2-bg.jpg");
}
@media screen and (max-width: 768px) {
  section.s2 {
    height: auto;
  }
}
section.s2 .content {
  color: #ffffff;
}
section.s2 .content .font {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: flex-start;
  text-align: left;
  margin-left: 3rem;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  section.s2 .content .font {
    margin-top: 1rem;
    margin-left: 0;
    text-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  section.s2 .content {
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }
}

section.s3 {
  position: relative;
}
section.s3 .content .img-1 {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  section.s3 .content .img-1 {
    display: none;
  }
}

section.s4 {
  position: relative;
}
section.s4 .content {
  padding: 64px 32px;
  flex-direction: column;
  background-color: #fff;
  color: #231815;
  border-radius: 20px;
  box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.8), 0 0 24px rgba(0, 0, 0, 0.25);
}
section.s4 .content::before {
  content: "";
  position: absolute;
  display: block;
  width: 321px;
  height: 333px;
  top: -60px;
  right: -60px;
  background-image: url("../img/s4-3.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.s4 .content::before {
    display: none;
  }
}
section.s4 .content::after {
  content: "";
  position: absolute;
  display: block;
  width: 256px;
  height: 267px;
  bottom: 420px;
  left: -50px;
  background-image: url("../img/s4-1.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.s4 .content::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.s4 .content {
    padding: 20px 12px;
  }
}
section.s4 .content .s4-title-1 {
  position: relative;
  width: 100%;
  height: 91px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/s4-title-1.svg");
}
section.s4 .content .s4-title-2 {
  position: relative;
  width: 100%;
  height: 91px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/s4-title-2.svg");
}
section.s4 .content .s4-title-3 {
  position: relative;
  width: 100%;
  height: 91px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/s4-title-3.svg");
}
section.s4 .content .s4-com-area {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-items: center;
}
section.s4 .content .s4-com-area .s4-com {
  min-width: 300px;
  max-width: 300px;
}
section.s4 .content .s4-com-area .s4-com .com-title {
  font-size: 28px;
  font-weight: 700;
  color: #231815;
}
section.s4 .content .s4-com-area .s4-com .com-content {
  font-size: 14px;
  font-weight: 300;
}

section.s5 {
  position: relative;
}
section.s5 .content {
  flex-direction: column;
}
section.s5 .content .vs {
  position: relative;
  width: 100%;
  height: 400px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/s5-pc.png");
}
@media screen and (max-width: 768px) {
  section.s5 .content .vs {
    height: 629px;
    background-image: url("../img/s5-m.png");
    margin-bottom: 5rem;
  }
}

section.s5-1 {
  position: relative;
  overflow: auto !important;
}
section.s5-1 .content {
  flex-direction: column;
}
section.s5-1 .content .com-area {
  display: flex;
}
section.s5-1 .content .com-area a {
  margin: 0 1rem;
}
section.s5-1 .content .com-area img {
  max-width: 250px;
}

section.s6 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/s6-bg.png");
  height: 900px;
}
section.s6 .container-lg {
  height: 100vh;
}
section.s6 .content {
  position: absolute;
  flex-direction: column;
  bottom: 10%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  section.s6 .content {
    bottom: 0;
  }
}
section.s6 .content .img-area {
  display: flex;
}
@media screen and (max-width: 1200px) {
  section.s6 .content .img-area {
    flex-direction: column;
    align-items: center;
  }
}
section.s6 .content .img-area img {
  max-height: 90px;
  margin: 4px;
}
@media screen and (max-width: 1200px) {
  section.s6 .content .img-area img {
    max-height: 60px;
  }
}
section.s6 .content .img-area .pc {
  display: block;
}
@media screen and (max-width: 1200px) {
  section.s6 .content .img-area .pc {
    display: none;
  }
}
section.s6 .content .img-area .m {
  display: none;
}
@media screen and (max-width: 1200px) {
  section.s6 .content .img-area .m {
    display: block;
  }
}

section.s8 {
  position: relative;
  overflow: auto !important;
}
section.s8 .content {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  section.s8 .content {
    flex-direction: row;
    justify-content: flex-start;
  }
}
section.s8 .content .pc {
  display: block;
  max-height: 200px;
}
@media screen and (max-width: 768px) {
  section.s8 .content .pc {
    display: none;
  }
}
section.s8 .content .m {
  display: none;
  max-height: 400px;
}
@media screen and (max-width: 768px) {
  section.s8 .content .m {
    display: block;
  }
}

section.s9 {
  position: relative;
}
section.s9 .content .accordion {
  width: 70%;
}
section.s9 .content .accordion .accordion-button {
  background: #fff;
  color: #E94709;
  font-size: 18px;
  border-radius: 12px;
}
section.s9 .content .accordion .accordion-button:focus {
  box-shadow: none;
}
section.s9 .content .accordion .accordion-item {
  border-radius: 12px;
}
section.s9 .content .accordion .accordion-body {
  text-align: left;
  color: #705243;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section.s9 .content .accordion {
    width: 100%;
  }
}

footer {
  background-color: #E94709;
  color: #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 14px !important;
    flex-direction: column;
    align-items: center;
  }
}
footer .footer1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  footer .footer1 {
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  footer .footer2 {
    margin-top: 2rem;
  }
}
footer .box {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 170px;
}
footer .box .qr {
  width: 120px;
  max-height: 120px;
}
@media screen and (max-width: 768px) {
  footer .box .qr {
    width: 100px;
  }
}
footer .fs-5 {
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  footer .fs-5 {
    font-size: 16px !important;
  }
}
footer .fs-3 {
  font-size: 12px !important;
}/*# sourceMappingURL=style.css.map */