* {
  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: "Noto Sans TC", "Noto Sans SC", sans-serif;
}

p {
  font-family: "Noto Sans TC", "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 {
  width: 100%;
  padding-left: 11%;
}
@media screen and (max-width: 768px) {
  body header nav {
    padding-left: 1%;
    padding-top: 6%;
  }
}
body header nav .logo-area {
  display: flex;
  margin: 0.8lvw 2lvw 0lvw;
  width: 110px;
}
body header .mobile-title-img-container {
  display: none;
}
@media screen and (max-width: 768px) {
  body header .mobile-title-img-container {
    display: block;
  }
}
body header .title-container {
  width: 70%;
  max-width: 1100px;
  min-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.2lvw 0lvw 0lvw;
  gap: 1rem;
}
@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 {
  width: 53%;
  max-width: 600px;
  animation: scale 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
@media screen and (max-width: 1100px) {
  body header .title-container .title-area {
    width: 50%;
  }
}
@media screen and (max-width: 932px) {
  body header .title-container .title-area {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  body header .title-container .title-area {
    width: 80%;
  }
}
body header .title-container .role-container {
  width: 100%;
  padding: 1.2lvw;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-color: rgba(255, 255, 255, 0.8196078431);
}
@media screen and (max-width: 768px) {
  body header .title-container .role-container {
    border-radius: unset;
    padding: unset;
  }
}
body header .title-container .role-container .role-area {
  background: linear-gradient(90deg, rgba(254, 237, 171, 0.15) 5%, rgb(254, 237, 171) 50%, rgba(254, 237, 171, 0.15) 95%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1lvw;
  padding: 0.5rem 0.6rem;
}
@media screen and (max-width: 768px) {
  body header .title-container .role-container .role-area {
    gap: 1lvw;
    padding: 1.5lvw;
  }
}
@media screen and (max-width: 480px) {
  body header .title-container .role-container .role-area {
    flex-direction: column;
    padding: 2.5lvw 3lvw;
    gap: 2lvw;
  }
}
body header .title-container .role-container .role-area .role-picture-area {
  width: 125px;
  height: 125px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  body header .title-container .role-container .role-area .role-picture-area {
    width: 22%;
    height: unset;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 480px) {
  body header .title-container .role-container .role-area .role-picture-area {
    width: 50%;
  }
}
body header .title-container .role-container .role-area .role-picture-area img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body header .title-container .role-container .role-area .role-content-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
body header .title-container .role-container .role-area .role-content-area .role-title-area h2 {
  font-size: 1.8rem;
  line-height: unset;
  color: #bc2b64;
  font-weight: bold;
}
body header .title-container .role-container .role-area .role-content-area .text-area {
  padding-left: 0.2rem;
}
@media screen and (max-width: 480px) {
  body header .title-container .role-container .role-area .role-content-area .text-area {
    padding-left: 0rem;
  }
}
body header .title-container .role-container .role-area .role-content-area .text-area p {
  font-size: 0.9rem;
}
@media screen and (max-width: 940px) {
  body header .title-container .role-container .role-area .role-content-area .role-title-area h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  body header .title-container .role-container .role-area .role-content-area .role-title-area h2 {
    white-space: unset;
    font-size: 4lvw;
  }
  body header .title-container .role-container .role-area .role-content-area .text-area p {
    font-size: 2.4lvw;
  }
}
@media screen and (max-width: 480px) {
  body header .title-container .role-container .role-area .role-content-area .role-title-area h2 {
    font-size: 5lvw;
  }
  body header .title-container .role-container .role-area .role-content-area .text-area p {
    font-size: 3.3lvw;
  }
}
body header .cover-img {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body header .cover-img {
    display: none;
  }
}
body header .cover-img .cover-img-left,
body header .cover-img .cover-img-right {
  position: absolute;
  top: 0px;
  width: 50%;
}
body header .cover-img .cover-img-left.cover-img-top,
body header .cover-img .cover-img-right.cover-img-top {
  width: 40%;
  z-index: 1;
}
body header .cover-img .cover-img-left {
  left: 0px;
}
body header .cover-img .cover-img-right {
  right: 0px;
}
body main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
body main .card-container {
  width: 70%;
  max-width: 1100px;
  min-width: 900px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0lvw 1.5lvw;
  padding-bottom: 2lvw;
}
@media screen and (max-width: 932px) {
  body main .card-container {
    min-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  body main .card-container {
    flex-direction: column;
    gap: 8lvw;
    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: 10lvw;
  }
}
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:hover {
  box-shadow: 4px 4px 12px 5px rgba(0, 0, 0, 0.199);
}
body main .card-container .card:hover::after {
  border-color: #dcab22;
}
body main .card-container .card:hover .card-link .card-button .card-subtitle {
  background-color: white;
  color: #d6206d;
  border-color: #bc2b64;
}
body main .card-container .card:hover .card-link .card-button .card-subtitle.card-button-gold {
  background-color: white;
  color: #dcab22;
  border-color: #dcab22;
}
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-link {
  display: block;
  border-radius: 12px;
  position: relative;
  z-index: 3;
  border: 4px solid transparent;
  transition: all 0.2s ease-in-out;
}
body main .card-container .card .card-link .card-img {
  position: relative;
  z-index: 2;
  padding: 0rem 1lvw 0.2rem;
}
@media screen and (max-width: 1440px) {
  body main .card-container .card .card-link .card-img {
    padding: 0rem 1.5lvw 0.2rem;
  }
}
@media screen and (max-width: 932px) {
  body main .card-container .card .card-link .card-img {
    padding: 0rem 0lvw 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  body main .card-container .card .card-link .card-img {
    padding: 2lvw 5lvw 1lvw;
  }
}
body main .card-container .card .card-link .card-button {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  body main .card-container .card .card-link .card-button {
    width: 70%;
  }
}
body main .card-container .card .card-link .card-button .card-subtitle {
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  color: white;
  padding: 0.4rem 2.5rem;
  border-radius: 10px;
  font-size: 1.2rem;
  white-space: nowrap;
  border: 3px solid #fff;
  background-color: #d6206d;
  text-align: center;
  transition: all 0.2s ease-in-out;
  animation: scale 2.5s ease-in-out infinite;
  font-weight: bold;
}
@media screen and (max-width: 932px) {
  body main .card-container .card .card-link .card-button .card-subtitle {
    padding: 0.3rem 2rem;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  body main .card-container .card .card-link .card-button .card-subtitle {
    width: 100%;
    font-size: 4lvw;
    padding: 0.5rem 0rem;
  }
}
@media screen and (max-width: 600px) {
  body main .card-container .card .card-link .card-button .card-subtitle {
    font-size: 5lvw;
    padding: 0.4rem 0rem;
  }
}
body main .card-container .card .card-link .card-button .card-subtitle.card-button-gold {
  background-color: #dcab22;
}
body main .notice-area {
  width: 70%;
  max-width: 1100px;
  min-width: 900px;
  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;
  font-weight: bold;
}
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 .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(77, 54, 5, 0.85);
  font-size: 1rem;
  color: rgb(255, 244, 223);
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  font-weight: bold;
  max-width: 1000px;
  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 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 TC", "Noto Sans SC", sans-serif;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}/*# sourceMappingURL=style.css.map */