@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

@font-face {
  font-family: "PMZD";
  src: url(../image/font/PMZD.ttf);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "PMZD", "Noto Sans SC", sans-serif;
}

p {
  font-family: "Noto Sans SC", sans-serif;
  font-weight: bold;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

html {
  scroll-behavior: smooth;
}

img[src*="tsyndicate.com/api/v1/retargeting/set"] {
  display: none;
}

.red-font {
  color: red;
}

.sign-font {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  padding-right: 0.1rem;
}

body {
  background-image: url("../image/grid.svg");
  background-repeat: repeat;
  background-size: 100px 100px;
  background-position: center;
  min-height: 100lvh;
}
@media screen and (max-width: 768px) {
  body {
    background-size: 60px 60px;
  }
}
body header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body header nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  body header nav {
    position: unset;
    margin: 2lvw 0lvw;
  }
}
body header nav .logo-area {
  display: flex;
  margin: 0.8lvw 1.5lvw 0lvw;
  width: 110px;
}
@media screen and (max-width: 768px) {
  body header nav .logo-area {
    width: 100px;
  }
}
body header .mobile-title-img-container {
  display: none;
  width: 100%;
}
body header .mobile-title-img-container .title-img {
  width: 90%;
  margin: 4% auto;
}
body header .mobile-title-img-container .header-card-group {
  width: 100%;
}
body header .mobile-title-img-container .header-card-group .swiper {
  width: 100%;
  height: 100%;
  --swiper-navigation-size: 6lvw;
  --swiper-navigation-color: #d6206d;
  font-weight: bold;
}
body header .mobile-title-img-container .header-card-group .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
body header .mobile-title-img-container .header-card-group .swiper .swiper-slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body header .mobile-title-img-container .header-card-group .swiper .swiper-button-next,
body header .mobile-title-img-container .header-card-group .swiper .swiper-button-prev {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  body header .mobile-title-img-container {
    display: block;
  }
}
body header .title-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 932px) {
  body header .title-container {
    min-width: 740px;
  }
}
@media screen and (max-width: 768px) {
  body header .title-container {
    min-width: unset;
    width: 94%;
    gap: 4lvw;
  }
}
body header .title-container .title-area {
  position: absolute;
  top: 50%;
  left: 9%;
  width: 32%;
  transform: translateY(-50%);
  animation: title-scale 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@media screen and (max-width: 1200px) {
  body header .title-container .title-area {
    left: 3%;
  }
}
@media screen and (max-width: 768px) {
  body header .title-container .title-area {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body header .title-container .role-container {
    margin: 6lvw 0rem 4lvw;
  }
}
body header .cover-img {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
}
body header .cover-img .cover-img-left,
body header .cover-img .cover-img-right {
  position: absolute;
  top: 0px;
  width: 42%;
}
body header .cover-img .cover-img-left {
  left: 0px;
}
@media screen and (max-width: 768px) {
  body header .cover-img .cover-img-left {
    width: 100%;
  }
}
body header .cover-img .cover-img-right {
  right: 0px;
}
@media screen and (max-width: 768px) {
  body header .cover-img .cover-img-right {
    display: none;
  }
}
body main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  /* Add */
}
body main .card-container {
  width: 70%;
  max-width: 1200px;
  min-width: 1000px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 1.5lvw;
  padding-bottom: 2lvw;
}
@media screen and (max-width: 1100px) {
  body main .card-container {
    min-width: 900px;
  }
}
@media screen and (max-width: 932px) {
  body main .card-container {
    min-width: 820px;
  }
}
@media screen and (max-width: 840px) {
  body main .card-container {
    min-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  body main .card-container {
    flex-direction: column;
    gap: 12lvw;
    align-items: center;
    justify-content: center;
    padding: 8lvw 2lvw;
    min-width: unset;
    border-radius: unset;
    width: 94%;
    background-color: unset;
  }
}
@media screen and (max-width: 480px) {
  body main .card-container {
    gap: 14lvw;
  }
}
body main .card-container .card {
  width: 31%;
  border-radius: 18px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  body main .card-container .card {
    width: 80%;
    max-width: 380px;
    background-color: unset;
    border-radius: 12px;
  }
}
body main .card-container .card::before, body main .card-container .card::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border-radius: 14px;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
body main .card-container .card::before {
  z-index: 0;
  border: 5px solid #efcb66;
  border-radius: 18px;
  top: calc(50% + 4px);
  left: calc(50% + 2px);
  transform: translate(-50%, -50%);
  height: calc(100% - 4px);
}
@media screen and (max-width: 768px) {
  body main .card-container .card::before {
    border-width: 5px;
    top: calc(50% + 4px);
    left: calc(50% + 2px);
    border-radius: 18px;
  }
}
body main .card-container .card::after {
  z-index: 1;
  border: 2px solid #d6206d;
}
@media screen and (max-width: 768px) {
  body main .card-container .card::after {
    border-radius: 12px;
  }
}
body main .card-container .card .card-title {
  position: absolute;
  width: 80%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 5;
}
body main .card-container .card .rel-card {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 12px;
  z-index: 2;
  border: 8px solid white;
}
@media screen and (max-width: 768px) {
  body main .card-container .card .rel-card {
    border-width: 7px;
    border-radius: 10px;
  }
}
body main .card-container .card .card-content {
  border-radius: 12px;
  position: relative;
  z-index: 3;
  border: 4px solid transparent;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main .card-container .card .card-content .card-img {
  position: relative;
  z-index: 2;
}
body main .card-container .card .card-content .card-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body main .card-container .card .card-content .card-button {
    width: 85%;
  }
}
body main .card-container .card .card-content .card-button .card-subtitle {
  display: block;
  font-family: "Noto Sans SC", sans-serif;
  color: white;
  padding: 0.4rem;
  width: 83%;
  border-radius: 1.2rem;
  font-size: 1.3rem;
  white-space: nowrap;
  border: 2px solid transparent;
  background-color: #d6206d;
  text-align: center;
  transition: all 0.2s ease-in-out;
  animation: little-scale 2s ease-in-out infinite;
  padding-bottom: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body main .card-container .card .card-content .card-button .card-subtitle:hover {
  background-color: rgb(255, 115, 91);
  color: white;
}
@media screen and (max-width: 932px) {
  body main .card-container .card .card-content .card-button .card-subtitle {
    width: 90%;
    border-radius: 0.8rem;
    padding: 0.3rem 0rem 0.4rem;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 840px) {
  body main .card-container .card .card-content .card-button .card-subtitle {
    padding: 0.3rem 0rem 0.4rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  body main .card-container .card .card-content .card-button .card-subtitle {
    width: 100%;
    border-radius: 1rem;
    font-size: 4lvw;
    padding: 0.5rem 0rem 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  body main .card-container .card .card-content .card-button .card-subtitle {
    font-size: 5lvw;
    padding: 0.4rem 0rem 0.5rem;
  }
}
body main .card-container .card .card-content .card-button .card-subtitle.card-subtitle-grey {
  animation: unset;
  background-color: #f3f3f3;
  border-color: #d6206d;
  color: #d6206d;
}
body main .card-container .card .card-content .card-button .card-another-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  margin-top: 0.6rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  position: relative;
  gap: 0.3lvw;
  animation: little-scale 2s ease-in-out infinite;
}
body main .card-container .card .card-content .card-button .card-another-link:hover {
  color: rgb(236, 82, 54);
}
body main .card-container .card .card-content .card-button .card-another-link:hover .pink-font {
  color: rgb(228, 163, 0);
}
body main .card-container .card .card-content .card-button .card-another-link:hover .pink-font::after {
  background-color: rgb(228, 163, 0);
}
@media screen and (max-width: 1400px) {
  body main .card-container .card .card-content .card-button .card-another-link {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 840px) {
  body main .card-container .card .card-content .card-button .card-another-link {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  body main .card-container .card .card-content .card-button .card-another-link {
    margin-top: 1.5lvw;
    margin-bottom: 3lvw;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 550px) {
  body main .card-container .card .card-content .card-button .card-another-link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  body main .card-container .card .card-content .card-button .card-another-link {
    font-size: 3.3lvw;
  }
}
body main .card-container .card .card-content .card-button .card-another-link .link-icon {
  width: 0.9lvw;
  min-width: 12px;
}
body main .card-container .card .card-content .card-button .card-another-link .pink-font {
  color: #d6206d;
  position: relative;
  white-space: nowrap;
}
body main .card-container .card .card-content .card-button .card-another-link .pink-font::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #d6206d;
}
body main .notice-area {
  width: 70%;
  max-width: 1200px;
  min-width: 1000px;
  padding: 2rem 2lvw;
}
@media screen and (max-width: 932px) {
  body main .notice-area {
    min-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  body main .notice-area {
    min-width: unset;
    width: 94%;
    padding: 4lvw 0rem;
  }
}
body main .notice-area .notice-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 2lvw;
  background: linear-gradient(90deg, rgb(254, 237, 171) 0%, rgba(254, 237, 171, 0.42) 20%, rgba(254, 237, 171, 0) 50%, rgba(254, 237, 171, 0.42) 80%, rgb(254, 237, 171) 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  body main .notice-area .notice-container {
    padding-right: 3.5lvw;
  }
}
@media screen and (max-width: 480px) {
  body main .notice-area .notice-container {
    overflow: hidden;
    padding: 1rem 3lvw;
  }
}
body main .notice-area .notice-container .notice-img-area {
  width: 160px;
  padding: 1rem;
}
@media screen and (max-width: 932px) {
  body main .notice-area .notice-container .notice-img-area {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  body main .notice-area .notice-container .notice-img-area {
    width: 30%;
    padding: 1.5lvw;
  }
}
@media screen and (max-width: 480px) {
  body main .notice-area .notice-container .notice-img-area {
    width: 40%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    opacity: 0.5;
    transform: translateX(-15%) translateY(15%);
  }
}
body main .notice-area .notice-container .notice-text-area {
  padding: 0rem 2lvw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 932px) {
  body main .notice-area .notice-container .notice-text-area {
    padding: 0rem;
  }
}
body main .notice-area .notice-container .notice-text-area .notice-title h2 {
  margin-bottom: 0.2rem;
  font-size: 1.2rem;
}
body main .notice-area .notice-container .notice-text-area .notice-text ul {
  list-style-type: "* ";
  padding-left: 1.3rem;
}
@media screen and (max-width: 768px) {
  body main .notice-area .notice-container .notice-text-area .notice-text ul {
    padding-left: 3.4lvw;
  }
}
body main .notice-area .notice-container .notice-text-area .notice-text ul li p {
  line-height: 1.8;
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 932px) {
  body main .notice-area .notice-container .notice-text-area .notice-title h2 {
    font-size: 1.1rem;
  }
  body main .notice-area .notice-container .notice-text-area .notice-text ul li p {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  body main .notice-area .notice-container .notice-text-area .notice-title h2 {
    font-size: 3.5lvw;
  }
  body main .notice-area .notice-container .notice-text-area .notice-text ul li p {
    font-size: 2.6lvw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  body main .notice-area .notice-container .notice-text-area .notice-title h2 {
    font-size: 4.5lvw;
  }
  body main .notice-area .notice-container .notice-text-area .notice-text ul li p {
    font-size: 3.3lvw;
  }
}
body main .notice-area .notice-container .cute-role {
  position: absolute;
  right: -2%;
  bottom: -3%;
  z-index: 2;
  width: 120px;
  animation: rotate 3s ease-in-out infinite;
}
@media screen and (max-width: 932px) {
  body main .notice-area .notice-container .cute-role {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  body main .notice-area .notice-container .cute-role {
    display: none;
  }
}
body main .alipay_link_pc {
  width: 80%;
  max-width: 1000px;
  padding: 2rem 1.5lvw 1rem;
}
@media screen and (max-width: 768px) {
  body main .alipay_link_pc {
    width: 95%;
    padding: 0rem 1.5lvw 0.5rem;
    max-width: 550px;
  }
}
@media screen and (max-width: 480px) {
  body main .alipay_link_pc {
    max-width: 550px;
    padding: 1lvw 2lvw;
    width: 94%;
  }
}
body main .alipay_link_pc .add {
  margin: auto;
  border-radius: 20px;
  margin: auto;
  margin-bottom: 1.2rem;
  text-align: center;
  background-color: #d6206d;
  border: 5px solid white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  box-shadow: 4px 4px 10px 2px grey;
  padding: 0.8rem;
  animation: little-scale 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  body main .alipay_link_pc .add {
    border-radius: 10px;
    border-width: 3px;
  }
}
@media screen and (max-width: 480px) {
  body main .alipay_link_pc .add {
    width: 80%;
    gap: 2lvw;
    padding: 2lvw;
  }
}
body main .alipay_link_pc .add .smallTitle {
  width: 70px;
}
@media screen and (max-width: 768px) {
  body main .alipay_link_pc .add .smallTitle {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  body main .alipay_link_pc .add .smallTitle {
    width: 10lvw;
  }
}
body main .alipay_link_pc .add .bigTitle {
  max-width: 450px;
  width: 60%;
}
@media screen and (max-width: 480px) {
  body main .alipay_link_pc .add .bigTitle {
    flex: 1;
  }
}
body .question-notice-area {
  position: sticky;
  z-index: 30;
  bottom: 0.5rem;
  width: 90%;
  text-align: center;
  margin: auto;
  margin-bottom: 0.5rem;
  padding: 0.8rem;
  background-color: rgba(5, 34, 77, 0.85);
  font-size: 1rem;
  color: rgb(255, 244, 223);
  font-family: "Noto Sans SC", sans-serif;
  font-weight: bold;
  max-width: 900px;
  border-radius: 0.8rem;
}
@media screen and (max-width: 480px) {
  body .question-notice-area {
    margin: unset;
    width: 100%;
    border-radius: unset;
    font-size: 0.9rem;
    padding: 0.8rem 0.6rem;
  }
}
body .question-notice-area a {
  color: yellow;
  font-size: 1.1rem;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  body .question-notice-area a {
    font-size: 1rem;
  }
}
body .cover-img {
  width: 100%;
  position: relative;
}
body .cover-img .cover-img-bottom {
  position: absolute;
  bottom: 0px;
  justify-content: space-between;
  width: 42%;
  z-index: -1;
}
body .cover-img .cover-img-bottom.cover-img-left {
  left: 0px;
}
@media screen and (max-width: 768px) {
  body .cover-img .cover-img-bottom.cover-img-left {
    display: none;
  }
}
body .cover-img .cover-img-bottom.cover-img-right {
  right: 0px;
}
@media screen and (max-width: 768px) {
  body .cover-img .cover-img-bottom.cover-img-right {
    width: 100%;
  }
}
body footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-color: #073866;
}
body footer .logo-area {
  width: 100px;
}
body footer h5 {
  color: white;
  font-family: "Noto Sans SC", sans-serif;
}

@keyframes title-scale {
  0% {
    transform: scale(1) translateY(-50%);
  }
  50% {
    transform: scale(1.05) translateY(-50%);
  }
  100% {
    transform: scale(1) translateY(-50%);
  }
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes little-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
/* 新建上去的model-area */
.mask-cover {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5333333333);
  top: 0px;
  left: 0px;
  z-index: 101;
  display: none;
  justify-content: center;
  align-items: center;
}

.model-area {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 600px;
  position: relative;
}

.model-area-box {
  position: relative;
}

.model-area a,
.model-area button {
  transition: opacity 0.2s linear;
}

.model-area a:hover,
.model-area button:hover {
  opacity: 0.8;
}

.model-area a:active,
.model-area button:active {
  opacity: 1;
}

.model-area .main-alert {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 最初提醒 */
.model-area-initial .alert-btn {
  display: flex;
  gap: 6px;
  justify-content: center;
  position: absolute;
  bottom: 20%;
  left: 0%;
  transform: translateY(50%);
  width: 100%;
}

.model-area-initial .alert-btn button,
.model-area-initial .alert-btn a {
  width: 40%;
}

.model-area .class-button {
  cursor: pointer;
  border: unset;
  background-color: unset;
  position: absolute;
  top: 55px;
  right: 10px;
  max-width: 60px;
}

.model-area .close-btn {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 510px) {
  .model-area .class-button {
    max-width: 50px;
    top: 45px;
  }
}
@media screen and (max-width: 410px) {
  .model-area .class-button {
    max-width: 40px;
    top: 35px;
  }
}
/* 優惠劵 */
.model-area-coupon {
  display: none;
}

.model-area-coupon .alert-btn {
  display: flex;
  gap: 6px;
  justify-content: center;
  position: absolute;
  bottom: 20%;
  left: 1.5%;
  transform: translateY(50%);
  width: 100%;
}

.model-area-coupon .alert-btn button,
.model-area-coupon .alert-btn a {
  width: 40%;
}

/* LOGO */
.model-area-logo {
  display: none;
}

.model-area-logo .alert-btn {
  display: flex;
  gap: 6px;
  justify-content: center;
  position: absolute;
  bottom: 20%;
  left: 1.5%;
  transform: translateY(50%);
  width: 100%;
}

.model-area-logo .alert-btn button,
.model-area-logo .alert-btn a {
  width: 40%;
}

/* 繼續閱讀 */
.model-area-reading {
  display: none;
}

.model-area-reading .alert-btn {
  display: flex;
  gap: 6px;
  justify-content: center;
  position: absolute;
  bottom: 20%;
  left: 1.5%;
  transform: translateY(50%);
  width: 100%;
}

.model-area-reading .alert-btn button,
.model-area-reading .alert-btn a {
  width: 40%;
}

/* 沒有偵測到加速器 */
.model-area-no-vpn {
  display: none;
}

.model-area-no-vpn .alert-btn {
  display: flex;
  gap: 6px;
  justify-content: center;
  position: absolute;
  bottom: 23%;
  left: 0%;
  transform: translateY(50%);
  width: 100%;
}

.model-area-no-vpn .alert-btn button,
.model-area-no-vpn .alert-btn a {
  width: 40%;
}

.model-area-no-vpn .alert-btn button img,
.model-area-no-vpn .alert-btn a img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */