* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "Noto Sans TC", serif;
}

body {
  background-image: url("../dimg/bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  background: url("../dimg/middle_bg.png");
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 640px) {
  .wrapper {
    background-image: none;
  }
}
.wrapper .header {
  max-width: 924px;
  width: 100%;
}
.wrapper .header__per {
  display: none;
  padding-top: 32px;
  justify-content: space-between;
}
.wrapper .header__per-subtitle {
  color: #1d2336;
  font-size: 12px;
  font-weight: 600;
}
.wrapper .header__per-secwrap-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wrapper .header__per-secwrap-link {
  color: #1d2336;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .header__per-secwrap-link:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .wrapper .header__per {
    display: flex;
  }
}
.wrapper .header__wrap {
  margin-top: 16px;
  border-top: 4px solid #1d2336;
  border-bottom: 4px solid #1d2336;
  padding: 8px 0;
}
.wrapper .header__wrap-secwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 12px;
  border-bottom: 1px solid #1d2336;
  position: relative;
}
.wrapper .header__wrap-secwrap-title {
  color: #1d2336;
}
@media screen and (max-width: 640px) {
  .wrapper .header__wrap-secwrap-title {
    display: none;
  }
}
.wrapper .header__wrap-secwrap-links {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 640px) {
  .wrapper .header__wrap-secwrap-links {
    display: none;
  }
}
.wrapper .header__wrap-secwrap-link {
  color: #1d2336;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .header__wrap-secwrap-link:hover {
  text-decoration: underline;
}
.wrapper .header__wrap-secwrap-logo {
  position: absolute;
  left: 40%;
}
.wrapper .header__wrap-secwrap-logo-img {
  max-width: 144px;
  width: 100%;
  display: block;
}
@media (max-width: 640px) {
  .wrapper .header__wrap-secwrap-logo {
    position: unset;
  }
}
@media (max-width: 640px) {
  .wrapper .header__wrap-secwrap {
    justify-content: center;
    padding: 12px 8px;
  }
}
.wrapper .banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
}
.wrapper .banner__link {
  display: flex;
}
.wrapper .banner__link-img {
  max-width: 924px;
  width: 100%;
  display: block;
  aspect-ratio: 66/37;
}
@media (max-width: 640px) {
  .wrapper .banner__link-img {
    content: url("../mimg/mbanner.png");
    aspect-ratio: 169/259;
  }
}
.wrapper .speb {
  max-width: 924px;
  width: 100%;
  height: 600px;
  background-image: url("../dimg/speb_bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 108px 0;
  padding: 0 16px;
}
.wrapper .speb__title {
  max-width: 80%;
  width: 100%;
  padding: 24px 0 12px 0;
  margin-bottom: 24px;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 600;
  text-align: center;
  color: #1d2336;
  border-bottom: 1px solid #1d2336;
}
@media (max-width: 480px) {
  .wrapper .speb__title {
    max-width: 100%;
  }
}
.wrapper .speb__iframe {
  max-width: 60%;
  min-height: 40%;
  width: 100%;
  margin-bottom: 25px;
  transition: all 0.5s;
}
@media (max-width: 640px) {
  .wrapper .speb__iframe {
    max-width: 404px;
    min-height: 246px;
  }
}
@media (max-width: 430px) {
  .wrapper .speb__iframe {
    min-height: 176px;
  }
}
@media (max-width: 360px) {
  .wrapper .speb__iframe {
    min-height: 146px;
  }
}
.wrapper .speb__content {
  font-size: clamp(18px, 2vw, 20px);
  max-width: 50%;
  color: #1d2336;
  font-weight: 600;
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  .wrapper .speb__content {
    max-width: 338px;
  }
}
@media (max-width: 960px) {
  .wrapper .speb {
    height: 470px;
  }
}
@media (max-width: 640px) {
  .wrapper .speb {
    background-image: url("../mimg/speb_bgm.png");
    height: 880px;
    margin: 70px;
  }
}
@media (max-width: 540px) {
  .wrapper .speb {
    margin: 0px;
    padding: 0 28px;
  }
}
@media (max-width: 480px) {
  .wrapper .speb {
    height: 780px;
  }
}
@media (max-width: 430px) {
  .wrapper .speb {
    height: 760px;
  }
}
@media (max-width: 390px) {
  .wrapper .speb {
    height: 740px;
  }
}
@media (max-width: 360px) {
  .wrapper .speb {
    padding: 0 21px;
    height: 640px;
  }
}
@media (max-width: 320px) {
  .wrapper .speb {
    height: 570px;
  }
}
.wrapper .moment {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 108px;
  align-items: center;
}
.wrapper .moment__img {
  max-width: 922px;
  width: 100%;
  display: block;
  aspect-ratio: 819/479;
}
@media (max-width: 640px) {
  .wrapper .moment__img {
    content: url("../mimg/moment_imgm.png");
    aspect-ratio: 539/1594;
  }
}
@media (max-width: 640px) {
  .wrapper .moment {
    margin-bottom: 70px;
  }
}
.wrapper .story {
  max-width: 924px;
  width: 100%;
  margin-bottom: 108px;
}
.wrapper .story__title {
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 600;
  text-align: center;
  color: #1d2336;
}
.wrapper .story__bwrap {
  max-width: 100%;
  border-top: 1px solid #1d2336;
  border-bottom: 1px solid #1d2336;
  padding: 4px 0;
  display: flex;
}
.wrapper .story__bwrap-swrap {
  max-width: 100%;
  border-top: 4px solid #d3b899;
  border-bottom: 4px solid #d3b899;
  padding: 8px 30px;
  display: flex;
  flex: 1 1 auto;
}
.wrapper .story__bwrap-swrap-item1 {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 80px;
}
.wrapper .story__bwrap-swrap-item1:nth-child(3) {
  margin-right: 0px;
}
.wrapper .story__bwrap-swrap-item1:nth-child(2) {
  position: relative;
}
.wrapper .story__bwrap-swrap-item1:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 95%;
  top: 3%;
  background: #d3b899;
  right: -41px;
}
.wrapper .story__bwrap-swrap-item1:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 95%;
  top: 3%;
  background: #d3b899;
  left: -41px;
}
@media (max-width: 768px) {
  .wrapper .story__bwrap-swrap-item1:nth-child(2) {
    margin-bottom: 8px;
    padding: 16px 0 30px 0;
  }
  .wrapper .story__bwrap-swrap-item1:nth-child(2)::after, .wrapper .story__bwrap-swrap-item1:nth-child(2)::before {
    width: 110%;
    height: 4px;
    left: 2.5%;
    right: auto;
  }
  .wrapper .story__bwrap-swrap-item1:nth-child(2)::after {
    top: auto;
    bottom: 0px;
    left: -5%;
  }
  .wrapper .story__bwrap-swrap-item1:nth-child(2)::before {
    top: 0px;
    left: -5%;
  }
}
@media (max-width: 360px) {
  .wrapper .story__bwrap-swrap-item1:nth-child(2)::after, .wrapper .story__bwrap-swrap-item1:nth-child(2)::before {
    width: 115%;
    height: 4px;
  }
  .wrapper .story__bwrap-swrap-item1:nth-child(2)::after {
    top: auto;
    bottom: 0px;
    left: -7.5%;
  }
  .wrapper .story__bwrap-swrap-item1:nth-child(2)::before {
    top: 0px;
    left: -7.5%;
  }
}
.wrapper .story__bwrap-swrap-item1-title {
  font-size: clamp(20px, 3vw, 30px);
  color: #1d2336;
  margin-bottom: 8px;
}
.wrapper .story__bwrap-swrap-item1-img {
  max-width: 235px;
  width: 100%;
  margin-bottom: 8px;
  display: block;
}
.wrapper .story__bwrap-swrap-item1-content {
  width: 100%;
  max-width: 100%;
  font-size: clamp(17px, 2vw, 20px);
  color: #1d2336;
  margin-bottom: 8px;
  text-align: justify;
}
@media (max-width: 768px) {
  .wrapper .story__bwrap-swrap-item1-content {
    width: 235px;
  }
}
@media (max-width: 480px) {
  .wrapper .story__bwrap-swrap-item1-content {
    width: 195px;
  }
}
@media (max-width: 768px) {
  .wrapper .story__bwrap-swrap-item1 {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .wrapper .story__bwrap-swrap {
    padding: 16px 30px 0 30px;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .wrapper .story {
    margin-bottom: 70px;
    padding: 0 10px;
  }
}
.wrapper .step {
  max-width: 924px;
  width: 100%;
  margin-bottom: 108px;
}
.wrapper .step__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.wrapper .step__title-img {
  max-width: 924px;
  width: 100%;
  display: block;
}
@media (max-width: 640px) {
  .wrapper .step__title-img {
    content: url("../mimg/step_titlem.png");
  }
}
.wrapper .step__container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .step__container-img {
  max-width: 967px;
  width: 100%;
  display: block;
  aspect-ratio: 14/9;
}
@media (max-width: 640px) {
  .wrapper .step__container-img {
    content: url("../mimg/step_containerm.png");
    aspect-ratio: 170/893;
  }
}
@media (max-width: 640px) {
  .wrapper .step {
    padding: 0 10px;
    margin-bottom: 70px;
  }
}
.wrapper .celebrity {
  max-width: 924px;
  width: 100%;
  margin-bottom: 108px;
}
.wrapper .celebrity__container {
  width: 100%;
}
.wrapper .celebrity__container-img {
  max-width: 924px;
  width: 100%;
  display: block;
  aspect-ratio: 231/284;
}
@media (max-width: 640px) {
  .wrapper .celebrity__container-img {
    content: url("../mimg/celebrity_imgm.png");
    aspect-ratio: 70/439;
  }
}
@media (max-width: 640px) {
  .wrapper .celebrity {
    margin-bottom: 70px;
    padding: 0 10px;
  }
}
.wrapper .buying {
  max-width: 924px;
  width: 100%;
  margin-bottom: 108px;
}
.wrapper .buying__container {
  width: 100%;
}
.wrapper .buying__container-img {
  max-width: 924px;
  width: 100%;
  display: block;
  aspect-ratio: 308/255;
}
@media (max-width: 640px) {
  .wrapper .buying__container-img {
    content: url("../mimg/buyingm.png");
    aspect-ratio: 553/1929;
  }
}
@media (max-width: 640px) {
  .wrapper .buying {
    margin-bottom: 70px;
    padding: 0 10px;
  }
}

.footer {
  max-width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1d2336;
}
.footer__shlinks {
  display: flex;
  margin-right: 16px;
  justify-content: center;
  align-items: center;
}
.footer__shlinks-shlink {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__shlinks-shlink:nth-child(2) {
  margin: 0 16px;
}
.footer__shlinks-shlink-img {
  display: block;
  max-width: 35px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer__shlinks {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.footer .footer_menu .footer_ul {
  display: flex;
  margin-bottom: 8px;
}
.footer .footer_menu .footer_ul .footer_li {
  display: flex;
}
.footer .footer_menu .footer_ul .footer_li .footer_a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.footer .footer_menu .footer_ul .footer_li .footer_span {
  font-size: 13px;
  margin: 0 5px;
  color: #fff;
}
@media (max-width: 768px) {
  .footer .footer_menu .footer_ul {
    justify-content: center;
  }
}
.footer .footer_menu .copyright {
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer_menu .copyright p {
  text-align: center;
}
@media (max-width: 768px) {
  .footer {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .footer .footer_ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer .footer_ul .footer_li {
    justify-content: center;
    margin-bottom: 4px;
  }
}
@media (max-width: 320px) {
  .footer .footer_ul .footer_li .footer_a {
    font-size: 12px;
  }
  .footer .footer_ul .footer_li .footer_span {
    font-size: 12px;
  }
  .footer .copyright {
    font-size: 12px;
  }
}
.notfound {
  width: 100%;
  height: 76.7vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notfound__title {
  color: #1d2336;
  font-size: clamp(64px, 15vw, 300px);
}