@charset "UTF-8";
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

ul {
  list-style: none;
  padding-inline-start: 0;
}

.element::-webkit-scrollbar {
  display: none;
}

a:hover {
  text-decoration: none;
}

@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  to {
    transform: scale(1);
  }
}

.fe-pulse {
  animation-name: pulse;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

header .bg {
  background-image: url(../images/obj/main-bg.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  background-color: #5217a5;
}

header .bg .bg-title {
  width: 35vw;
  margin: 0 auto;
  padding-top: 6em;
}

@media (max-width: 767px) {
  header .bg .bg-title {
    width: 75vw;
  }
}

header .bg .bg-title img {
  width: 100%;
}

header .bg .icon-cards {
  position: relative;
  width: 100vw;
  height: 82vw;
  max-width: 380px;
  max-height: 600px;
  margin: 0 auto;
  color: white;
  perspective: 1000px;
  transform-origin: center;
  padding-top: 6em;
}

@media (max-width: 767px) {
  header .bg .icon-cards {
    max-height: 550px;
  }
}

header .bg .icon-cards a {
  text-decoration: none;
  color: white;
  text-align: center;
  font-weight: bold;
}

header .bg .icon-cards p {
  font-size: 1.3em;
}

@media (max-width: 767px) {
  header .bg .icon-cards p {
    font-size: 1em;
    padding-top: 0.5em;
  }
}

header .bg .icon-cards__content {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: translateZ(-30vw) rotateY(0);
  animation: carousel 10s infinite cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

header .bg .icon-cards__content.step-animation {
  animation: carousel 8s infinite steps(1) forwards;
}

header .bg .icon-cards__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60vw;
  height: 82vw;
  max-width: 380px;
  max-height: 380px;
  border-radius: 6px;
  transform-origin: center;
  margin: 0 auto;
}

header .bg .icon-cards__item:nth-child(1) {
  transform: rotateY(0) translateZ(45vw);
}

header .bg .icon-cards__item:nth-child(2) {
  transform: rotateY(120deg) translateZ(45vw);
}

header .bg .icon-cards__item:nth-child(3) {
  transform: rotateY(240deg) translateZ(45vw);
}

header .bg .icon-cards .icon-cards__pic {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

header .bg .icon-cards .icon-cards__pic .header-pro {
  width: 85%;
}

@media (max-width: 767px) {
  header .bg .icon-cards .icon-cards__pic .header-pro {
    width: 75%;
  }
}

header .bg .icon-cards .icon-cards__pic .stage {
  width: 700px;
}

@media (max-width: 767px) {
  header .bg .icon-cards .icon-cards__pic .stage {
    width: 250px;
  }
}

header .bg .icon-cards .icon-cards__pic .pro-title {
  position: absolute;
  bottom: -7vh;
  transform: scale(0.8);
}

@media (max-width: 767px) {
  header .bg .icon-cards .icon-cards__pic .pro-title {
    width: 150px;
    bottom: 12.5vh;
  }
}

@keyframes carousel {
  0%,
  17.5% {
    transform: translateZ(-35vw) rotateY(0);
  }
  27.5%,
  45% {
    transform: translateZ(-35vw) rotateY(-120deg);
  }
  55%,
  72.5% {
    transform: translateZ(-35vw) rotateY(-240deg);
  }
  82.5%,
  100% {
    transform: translateZ(-35vw) rotateY(-360deg);
  }
}

main {
  background: url(../images/obj/bg-l.png) left top no-repeat, url(../images/obj/bg-circle.png) center, linear-gradient(to bottom, #5217a5 30%, #1f2559 100%);
  margin: 0 auto;
  padding: 5rem 0;
}

@media (max-width: 767px) {
  main {
    background: linear-gradient(to bottom, #5217a5 30%, #0b2732 100%);
    padding: 2rem 0;
  }
}

main .main-product-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-box-align: center;
  padding-top: 5em;
}

@media (max-width: 767px) {
  main .main-product-block {
    padding: 10px;
    padding-top: 2em;
  }
}

main .title {
  background-image: url(../images/obj/frame.png);
  width: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: bold;
  text-align: center;
  line-height: 4;
  margin-bottom: 1em;
}

main .title .title-word {
  position: relative;
  bottom: 0.3em;
  font-size: 2.4em;
  font-weight: bold;
  color: #fd359f;
  text-shadow: 0.05em 0.05em #2fffff;
}

@media (max-width: 767px) {
  main .title .title-word {
    font-size: 2em;
  }
}

main .cotent {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 15px 3rem;
  border: 8px solid white;
  width: 70vw;
  background: url(../images/obj/pattern.png);
  background-color: #4f19a3;
  border-radius: 2rem;
}

@media (max-width: 767px) {
  main .cotent {
    width: auto;
    padding: 1.6rem 5px 1.6rem;
    border: 5px solid white;
  }
}

main .cotent .caption-block {
  position: absolute;
  left: 3%;
  bottom: 26.5%;
}

main .cotent a {
  width: 25%;
  display: flex;
  text-decoration: none;
  position: relative;
}

@media (max-width: 768px) {
  main .cotent a {
    width: 50%;
  }
}

@media (max-width: 320px) {
  main .cotent a {
    width: 100%;
  }
}

main .cotent .item-main {
  flex-direction: column;
}

main .cotent .item-main .item-block {
  margin: 0 15px;
  background-color: #b605ae;
  border-radius: 7px;
  box-shadow: 3px 2px 7px #251f1f;
}

@media (max-width: 768px) {
  main .cotent .item-main .item-block {
    margin: 6px;
  }
}

@media (max-width: 320px) {
  main .cotent .item-main .item-block {
    margin: 12px;
  }
}

main .cotent .item-main .item-img img {
  width: 100%;
  height: auto;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

main .cotent .item-main .caption-main {
  position: relative;
  top: -1em;
}

main .cotent .item-main .caption-main .name {
  font-size: 16pxpx;
  display: block;
  position: relative;
  background-color: #ffff69;
  top: -2em;
  line-height: 1.7;
  width: 80%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fd359f;
  font-weight: 600;
  padding-left: 6px;
}

@media (max-width: 1024px) {
  main .cotent .item-main .caption-main .name {
    font-size: 13.8px;
    top: -2.3em;
  }
}

@media (max-width: 767px) {
  main .cotent .item-main .caption-main .name {
    width: 92%;
  }
}

main .cotent .item-main .caption-main img {
  position: relative;
  top: 4.5px;
  width: 8.3px;
  right: 0.5em;
}

@media (max-width: 1024px) {
  main .cotent .item-main .caption-main img {
    right: 0.4em;
    top: 0;
    width: auto;
  }
}

main .cotent .item-main .script {
  display: flex;
  flex-direction: column;
  position: relative;
  top: -1em;
  display: block;
}

main .cotent .item-main .script .brand {
  color: white;
  padding-right: 2px;
  padding-left: 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  height: 2em;
  display: block;
}

main .cotent .item-main .script .price {
  color: white;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
  display: block;
}

main .cotent .item-main .script .price del {
  margin-right: 6px;
}

main .cotent .item-main .script .price em {
  font-weight: 700;
  font-size: 1.5rem;
  color: #ffff69;
}

main .sort-main {
  width: 75vw;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-top: 4rem;
}

@media (max-width: 767px) {
  main .sort-main {
    width: 100vw;
  }
}

main .sort-main a {
  width: 25%;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 767px) {
  main .sort-main a {
    width: 50%;
  }
}

main .sort-main .sort-block {
  color: white;
  text-decoration: none;
  margin: 12px;
  border-radius: 15px;
  border: 2px solid white;
  background: url(../images/obj/pattern.png), linear-gradient(to bottom, #b605ae 0%, #5b17b8 68%);
}

main .sort-main .sort-block:hover {
  color: #ffff69;
}

main .sort-main .btn {
  line-height: 3;
  vertical-align: text-top;
  font-weight: 700;
  font-size: 19px;
}

main .sort-main .btn::after {
  content: '';
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #fff;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 15px;
  position: relative;
  top: -1px;
}

main .hvr-float {
  /* 三排式圖的動態特效 */
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

main .hvr-float:hover,
main .hvr-float:focus,
main .hvr-float:active {
  transform: translateY(-8px);
}

.footer {
  font-weight: 700;
  background-color: #5217a5;
  color: white;
  padding: 16px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .footer {
    font-size: 12px;
  }
}
/*# sourceMappingURL=class.css.map */