body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {1
  list-style: none;
}

.fullscreen-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url("../images/pc-bg1.png");
}

#all-pages {
  position: relative;
  top: 0;
  transition: all 800ms ease;
  /* height set by js */
}
.page {
  height: 100%;
  width: 100%;
  scroll-snap-align: start;
}

.logo,
.bottom-btn {
  display: none;
}

.logo {
  position: fixed;
  top: 5%;
  left: 10%;
  z-index: 2;
}

.logo img {
  width: 80px;
}

.bottom-btn {
  position: fixed;
  bottom: 32px;
  right: 64px;
  z-index: 2;
  flex-direction: column;
}

.bottom-btn a {
  background-color: #daa606;
  margin: 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px;
  color: #fff;
  font-weight: 500;
}

.bottom-btn a:hover {
  background-color: #c09103;
  transform: scale(0.95);
  transition: all 300ms ease;
}

.bottom-btn img {
  width: 60px;
  padding: 4px 16px;
}

.fixedTop-btn {
  position: fixed;
  display: flex;
  background: linear-gradient(to top, #362005, #000000);
  width: 100vw;
  box-shadow: 0px 3px 6px #131111;
  transition: all 500ms ease;
  padding: 0 10vw;
  z-index: 2;
  justify-content: flex-end;
}

.fixedTop-btn a {
  color: #a69145;
  font-size: 15px;
  padding: 10px 15px;
  cursor: pointer;
}

.fixedTop-btn a:hover {
  color: #e2cb79;
}

.page .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 1em;
  position: relative;
  gap: 5em;
  padding: 4em;
}

/* page 1 */
.page-1 {
  padding: 4em;
  box-sizing: border-box;
}

.page.page-1 .inner {
  background-color: transparent;
  justify-content: center;
  align-items: center;
  padding: 0em;
  gap: 2em;
}

.visual {
  height: 100%;
  width: 40%;
  display: flex;
  position: relative;
}

.visual:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/天音.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -10px;
  z-index: 0;
}
.visual .phone {
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.visual .title {
  position: absolute;
  bottom: 0%;
  right: 0%;
  transform: translate(20%, -50%);
  z-index: 1;
  width: 90%;
}
.visual .title img {
  display: block;
  width: 100%;
}

.process-text {
  width: 25%;
  text-align: start;
}
.process-text h3 {
  font-size: 1.5em;
  color: #daa606;
  margin-bottom: 1em;
}
.process-text ul {
  padding-left: 2em;
}
.process-text ul li {
  line-height: 1.8em;
  list-style-type: decimal;
}

.process-step {
  width: 35%;
}

.process-img {
  width: 22%;
  position: absolute;
  right: 0;
  top: -10%;
}
.process-img img {
  display: block;
  width: 100%;
}

.download {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: space-evenly;
  width: 35%;
  color: #ffffff;
  font-size: 1em;
}
.download img {
  display: block;
}
.download img.index-logo {
  width: 280px;
}
.download img.qr-code {
  width: 200px;
}
.download img.m-visual {
  display: none;
}

.download-btn {
  display: flex;
}
.download .download-btn a {
  background: #daa606;
  color: #fff;
  padding: 0.5em 1.5em;
  border-radius: 1.5em;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 200ms;
  display: inline-block;
  margin-right: 1.2em;
}
.download .download-btn a:hover {
  background: #f9c21a;
  transform: scale(1.05);
}
.download .download-btn a:last-child {
  margin-right: 0;
}
.download .download-btn a img {
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.5em;
  width: 1.2em;
}

/* page 2 */

.page-2 {
  padding: 7em 8em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #fff;
}

.page-2-left {
  padding-left: 8%;
}

.page-2-left img {
  width: 100%;
}

.page-2-center {
  font-size: 32px;
  font-weight: 500;
}

.page-2-circle {
  height: 120px;
  width: 120px;
  background-color: #f8bc5e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 16px;
}

.page-2-right {
  padding-top: 24px;
  padding-left: 3%;
}

.page-2-right img {
  width: 100%;
}

/* page 3 */

.page-3 {
  padding: 7em 8em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #fff;
}

/* dot */
.nav-dot-container {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.nav-dot {
  width: 20px;
  height: 30px;
  padding: 8px 0px;
  margin: auto;
}
.nav-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  transition: all 200ms ease;
  margin: auto;
}
.nav-dot span:hover {
  width: 12px;
  height: 12px;
}
.nav-dot.dot-active span {
  width: 15px;
  height: 15px;
  background-color: #daa606;
}

.none {
  display: none;
}

@media screen and (max-width: 1200px) {
  .logo {
    left: 50%;
    transform: translate(-50%, 0%);
    top: 4%;
  }

  .fullscreen-container {
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .wrapper .page {
    padding: 10em 8em;
    font-size: 16px;
  }
  .wrapper .page .inner {
    padding: 1em;
    flex-direction: column;
    gap: 2em;
    justify-content: center;
  }
  .visual {
    display: none;
  }
  .download {
    width: 100%;
  }
  .download img.index-logo {
    width: 150px;
  }
  .download img.qr-code {
    display: none;
  }
  .download img.m-visual {
    width: 75%;
    display: block;
  }

  .process-text {
    width: 55%;
    text-align: start;
  }
  .process-step {
    width: 55%;
  }
  .process-img {
    width: 40%;
    top: unset;
  }
}

@media screen and (max-width: 820px) {
  .m-none {
    display: none;
    visibility: hidden;
  }

  .m-block {
    display: block;
  }

  .nav-dot {
    padding: 0;
  }

  .bottom-btn {
    flex-direction: row;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 4px;
    right: 0;
    width: 100%;
    justify-content: center;
  }

  .bottom-btn a {
    padding: 8px 16px;
    display: flex;
    margin: 0 16px;
    border-radius: 32px;
    flex-direction: row;
  }

  .bottom-btn img {
    width: 2em;
    padding: 0 8px 00;
    height: auto;
  }

  .fixedTop-btn {
    padding: 0 5vw;
  }

  .page-1 {
    flex-direction: column;
    padding-top: 32px;
  }

  .wrapper .page {
    padding: 10em 3em;
  }

  .page-2 {
    flex-direction: column;
  }
}

@media screen and (max-width: 430px) {
  .fullscreen-container {
    background-image: url("../images/m-bg.png");
    background-size: cover;
  }
  .process-img {
    display: none;
  }
  .process-text,
  .process-step {
    width: 100%;
  }

  .download img.m-visual {
    width: 110%;
  }

  .page-1.page {
    padding: 1em;
  }
  .wrapper .page {
    padding: 8em 1em;
  }

  .download .download-btn a {
    padding: 0.5em 1em;
    font-size: 1.2rem;
  }

  .fixedTop-btn {
    justify-content: space-around;
  }

  .page.page-1 {
    padding: 2em 1em;
  }
}

@media screen and (max-width: 380px) {
  .wrapper .page {
    padding: 5em 1em;
  }
  .page.page-1 {
    padding: 1em;
  }
  .download .download-btn a {
    font-size: 1rem;
  }
}

/* 輪播插件設定 */
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.swiper-slide img {
  width: 80%;
}
