@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "seto";
  src: url("/fonts/濑户字体SetoFont.ttf");
}
html {
  scroll-behavior: smooth;
}

::-moz-selection {
  background-color: rgb(173, 61, 61);
  color: white;
}

::selection {
  background-color: rgb(173, 61, 61);
  color: white;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}

body {
  width: 100%;
  height: 100vh;
  background-color: #f9f9ff;
  background-image: url("/images/bg2.png");
  color: #333;
  font-family: "Noto Sans TC";
  position: relative;
  overflow-x: hidden;
}
body button.backTop {
  border: none;
  outline: none;
  position: fixed;
  right: 20px;
  bottom: 48px;
  cursor: pointer;
  z-index: 3;
  display: none;
}
body button.backTop:hover svg {
  filter: brightness(90%);
}
body button.backTop.active {
  display: block;
}
body .cover {
  position: fixed;
  height: 100vh;
  inset: 0;
  background-image: url("/images/01_irasutoya.png");
  background-position: center;
  filter: brightness(0.5);
  opacity: 0;
  z-index: -1;
}
body .cover.active {
  animation: show 0.5s ease-in-out both;
  z-index: 5;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 1px 1px 5px #eee;
  background-color: white;
  flex-wrap: wrap;
  z-index: 4;
  position: relative;
  padding: 8px 0;
}
body header img {
  max-width: 186px;
  width: 186px;
}
body header nav {
  padding: 0px 12px;
}
body header nav a {
  display: inline-block;
  padding: 8px 24px;
  font-size: 1.2rem;
  transition: all 1.2s ease-in-out;
  border-radius: 50px;
}
body header nav a:hover {
  background-color: #333;
  color: white;
  border-radius: 50px;
}
body .decorate-bg {
  position: absolute;
  width: 100%;
  aspect-ratio: 3/1.2;
  background-color: rgb(85, 170, 166);
  top: 100px;
  -webkit-mask: url("/images/hero_mask2.png");
  mask: url("/images/hero_mask2.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  filter: opacity(25%);
}
@media (max-width: 1042px) {
  body .decorate-bg {
    aspect-ratio: 1.653/1;
    -webkit-mask: url("/images/hero_mask3.png");
    mask: url("/images/hero_mask3.png");
    background-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
body .hero {
  width: 100%;
  aspect-ratio: 3/1.2;
  background-color: transparent;
  position: relative;
  overflow: visible;
}
@media (max-width: 1042px) {
  body .hero {
    aspect-ratio: 1.653/1;
  }
}
body .hero .bg-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("https://ik.imagekit.io/qsqeqoe68/FREE_JP_ILLUSTRATOR/33140827_m_dark.png?updatedAt=1760068296833");
  background-size: cover;
  background-position: 160px -120px;
  -webkit-mask: url("/images/hero_mask2.png");
  mask: url("/images/hero_mask2.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  z-index: 1;
}
@media (max-width: 1042px) {
  body .hero .bg-cover {
    -webkit-mask: url("/images/hero_mask3.png");
    mask: url("/images/hero_mask3.png");
    background-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
body .hero .header-content {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}
body .hero .header-content .left {
  width: 76px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
body .hero .header-content .left.active {
  opacity: 1;
  transform: none;
}
body .hero .header-content .left .extend-aside {
  width: 100%;
  height: 45%;
  background-image: url("/images/bulletin-board-bg.jpg");
  border-top-right-radius: 24px;
}
body .hero .header-content .right {
  flex: 1;
}
body .hero .right {
  padding: 40px 0px 40px 40px;
  font-family: "seto";
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 6px;
}
@media (max-width: 1042px) {
  body .hero .right {
    padding: 20px 0px 20px 20px;
  }
}
body .hero .right div.siteName {
  color: white;
  text-shadow: 1px 1px 6px #313131;
  font-size: clamp(24px, 5vw, 60px);
  padding-right: 20px;
}
body .hero .right h1,
body .hero .right span {
  font-weight: 200;
  width: -moz-fit-content;
  width: fit-content;
  color: #161616;
  padding: 12px 0px;
}
body .hero .right h1 {
  font-size: clamp(16px, 4vw, 40px);
  text-shadow: 1px 1px 6px #313131;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0;
  border-bottom-right-radius: 16px;
  color: white;
}
@media (max-width: 1042px) {
  body .hero .right h1 {
    padding: 8px;
    padding-top: 0;
  }
}
body .hero .right p {
  font-size: clamp(12px, 2vw, 24px);
  display: flex;
  justify-content: flex-end;
  padding: 0 12px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1042px) {
  body .hero .right p {
    background-color: transparent;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0;
    gap: 8px;
  }
  body .hero .right p span {
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
body .swiper-box {
  width: 100%;
  margin-top: calc(-40% + 280px);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 4;
  position: relative;
}
body .swiper-box .swiper {
  margin: 0;
  margin-right: 20px;
}
body .swiper-box .swiper .swiper-wrapper {
  width: 360px;
  height: 360px;
}
body .swiper-box .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  --circle-width: 60px;
}
body .swiper-box .swiper .swiper-wrapper .swiper-slide .slide-item {
  width: 100%;
  height: calc(100% - var(--circle-width));
  margin-top: calc(var(--circle-width) / 2 + 4px);
  border: 2px solid rgb(85, 170, 166);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 24px 12px 16px;
  font-size: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
body .swiper-box .swiper .swiper-wrapper .swiper-slide .slide-item .circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--circle-width);
  height: var(--circle-width);
  background-color: rgb(85, 170, 166);
  border-radius: 50%;
  color: white;
  font-size: 36px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  filter: drop-shadow(0px 0px 6px white);
}
body .swiper-box .swiper .swiper-wrapper .swiper-slide .slide-item .img-box {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  padding: 12px;
}
body .swiper-box .swiper .swiper-wrapper .swiper-slide .slide-item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
body .swiper-box .swiper .swiper-wrapper .swiper-slide .slide-item p.caption {
  color: rgb(54, 116, 112);
  font-family: "seto";
  font-weight: 500;
  text-shadow: 1px 1px 2px white;
}
body .swiper-box .swiper .swiper-pagination {
  margin-right: 8px;
}
body .swiper-box .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgb(85, 170, 166);
  height: 24px;
  border-radius: 4px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 1042px) {
  body .swiper-box {
    margin-top: calc(-60.4960677556% + 240px);
  }
  body .swiper-box .swiper .swiper-wrapper .swiper-slide {
    --circle-width: 44px;
  }
  body .swiper-box .swiper .swiper-wrapper .swiper-slide .slide-item .circle {
    font-size: 28px;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  body .swiper-box {
    margin-top: calc(-60.4960677556% + 210px);
    justify-content: center;
    margin-top: 0;
  }
  body .swiper-box .swiper {
    margin-right: 0;
  }
  body .swiper-box .swiper .swiper-wrapper {
    max-width: 340px;
    height: 340px;
  }
}
@media (max-width: 576px) {
  body .swiper-box .swiper .swiper-wrapper {
    width: 280px;
  }
}
@media (max-width: 375px) {
  body .swiper-box .swiper .swiper-wrapper {
    width: 260px;
  }
}
body .quick-access-wrapper {
  width: 100%;
  position: relative;
}
body .quick-access-wrapper img.nozoki {
  width: 320px;
  position: absolute;
  right: -240px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  animation: showUp;
  animation-duration: 3s;
  animation-timeline: view();
}
@media (max-width: 768px) {
  body .quick-access-wrapper img.nozoki {
    display: none;
  }
}
@keyframes showUp {
  0% {
    right: -240px;
  }
  66% {
    right: -160px;
  }
  100% {
    right: -240px;
  }
}
body .quick-access-wrapper .quick-access {
  width: 100%;
  max-width: 800px;
  margin: 12px auto -60px;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  body .quick-access-wrapper .quick-access {
    margin-bottom: 0;
  }
}
body .quick-access-wrapper .quick-access p {
  text-align: center;
  font-family: "seto";
  font-size: 28px;
  background-color: #fff;
  padding: 4px 8px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  margin: 0 auto;
  transform: rotate(-8deg) translateY(10px);
}
@media (max-width: 768px) {
  body .quick-access-wrapper .quick-access p {
    transform: none;
    margin: 46px auto 0px;
  }
}
body .quick-access-wrapper .quick-access .clip-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
body .quick-access-wrapper .quick-access .content {
  position: relative;
  z-index: 3;
  padding: 40px 80px;
  transform: rotate(-8deg);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  background-image: url("../images/23344_7.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  gap: 12px;
  flex-wrap: wrap;
}
body .quick-access-wrapper .quick-access .content img {
  width: 80px;
  filter: brightness(100%);
  border: 1px solid #c5c3c3;
  box-shadow: 1px 1px 1px #7e7e7e;
}
body .quick-access-wrapper .quick-access .content img:hover {
  filter: brightness(80%);
}
@media (max-width: 1200px) {
  body .quick-access-wrapper .quick-access .content {
    padding: 40px 60px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  body .quick-access-wrapper .quick-access .content {
    transform: none;
    padding: 80px 60px;
  }
}
body main {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  position: relative;
  padding-bottom: 80px;
}
body main aside {
  width: 76px;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: -60px;
  top: 0;
  z-index: 5;
  padding: 48px 16px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
body main aside button.switch {
  aspect-ratio: 4.37/1;
  width: 200px;
  background-color: transparent;
  background-image: url("../images/label_yellow.png");
  filter: drop-shadow(1px 1px 2px gray);
  background-size: contain;
  border: none;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  margin-left: 10px;
}
body main aside button.switch:hover {
  filter: drop-shadow(1px 1px 2px gray) brightness(89%);
}
body main aside button.switch span {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  width: 65%;
  cursor: pointer;
  transition: all 1s ease-in-out;
}
body main aside button.switch span .close {
  display: none;
}
body main aside ul {
  display: none;
}
body main aside.active {
  left: 0;
}
@media (max-width: 768px) {
  body main aside.active {
    position: fixed;
    left: 0px;
  }
}
body main aside.active button.switch {
  margin-left: 0;
  display: flex;
}
body main aside.active button.switch span {
  justify-content: start;
}
body main aside.active button.switch span .open {
  display: none;
}
body main aside.active button.switch span .close {
  display: block;
  font-family: "seto";
  font-size: 22px;
}
body main aside.active button.switch span p {
  padding-left: 8px;
  color: #333;
  font-weight: 500;
}
body main aside.active ul {
  list-style-type: none;
  display: block;
}
body main aside.active ul li {
  margin-bottom: 12px;
}
body main aside.active ul li.w-240 {
  width: 240px;
}
body main aside.active ul li a,
body main aside.active ul li button {
  width: -moz-fit-content !important;
  width: fit-content !important;
  background-image: linear-gradient(45deg, rgb(243, 243, 243), rgb(228, 228, 228));
  display: inline-block;
  padding: 8px 20px 8px 16px;
  font-family: "seto";
  font-size: 22px;
  word-break: keep-all;
  white-space: nowrap;
  box-shadow: 2px 2px 3px gray;
  position: relative;
}
body main aside.active ul li a::after,
body main aside.active ul li button::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: rgb(139, 139, 139);
  bottom: 0;
  left: 0;
}
body main aside.active ul li a:hover,
body main aside.active ul li button:hover {
  filter: brightness(89%);
}
body main aside.active ul li a.hidden,
body main aside.active ul li button.hidden {
  text-decoration: line-through;
  cursor: not-allowed;
  text-decoration-color: red;
}
body main aside.active ul li a.hidden:hover,
body main aside.active ul li button.hidden:hover {
  filter: none;
}
body main aside.active ul li a.noNote,
body main aside.active ul li button.noNote {
  clip-path: none;
}
body main aside.active ul li a.like-list li,
body main aside.active ul li button.like-list li {
  margin-bottom: 12px;
}
body main aside.active ul li a.like-list li a,
body main aside.active ul li button.like-list li a {
  background-image: linear-gradient(45deg, #ffffff, #e6e6e6);
  font-size: 18px;
}
body main aside.active ul li a.like-list li:nth-child(8),
body main aside.active ul li button.like-list li:nth-child(8) {
  transform: rotate(-5deg);
}
body main aside.active ul li a.yellow,
body main aside.active ul li button.yellow {
  background-image: linear-gradient(45deg, rgb(252, 252, 232), rgb(238, 238, 148));
}
body main aside.active ul li a.blue,
body main aside.active ul li button.blue {
  background-image: linear-gradient(45deg, rgb(226, 239, 248), rgb(198, 222, 238));
}
body main aside.active ul li a.green,
body main aside.active ul li button.green {
  background-image: linear-gradient(45deg, rgb(235, 245, 243), rgb(174, 230, 216));
}
body main aside.active ul li a span.text-sm,
body main aside.active ul li button span.text-sm {
  font-size: 16px;
}
body main aside.active ul li a span.head,
body main aside.active ul li button span.head {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
body main aside.active ul li a span.heart,
body main aside.active ul li button span.heart {
  color: rgb(212, 65, 65);
  margin-right: 4px;
}
body main aside.active ul li button.onlyLike {
  border: none;
  outline: none;
  background-image: linear-gradient(45deg, rgb(255, 237, 237), rgb(250, 207, 207));
  cursor: pointer;
  color: #333;
  display: flex;
}
body main aside.active ul li button.onlyLike span.num {
  color: rgb(189, 46, 46);
  font-weight: 800;
}
body main aside.active ul li button.onlyLike span.num.hidden {
  display: none;
}
body main aside.active ul li button.onlyLike.active {
  background-image: none;
  background-color: rgb(148, 64, 64);
  color: white;
}
body main .listBox {
  padding: 24px 280px 200px;
  width: calc(100% - 16px);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  transition: width 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 1600px) {
  body main .listBox {
    padding: 24px 160px;
  }
}
@media (max-width: 1400px) {
  body main .listBox {
    padding: 24px 120px;
  }
}
@media (max-width: 1200px) {
  body main .listBox {
    padding: 24px 80px;
  }
}
@media (max-width: 768px) {
  body main .listBox {
    padding: 24px 48px;
  }
}
@media (max-width: 576px) {
  body main .listBox {
    padding: 24px 32px;
  }
}
body main .listBox h2 {
  width: 100%;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 28px;
  font-family: "seto";
  transform: rotate(-2deg);
  position: relative;
  transition: all 2s ease-in-out;
  font-weight: 500;
}
body main .listBox h2.hidden {
  display: none;
}
body main .listBox h2:nth-child(2) {
  transform: rotate(2deg);
}
body main .listBox h2:nth-child(3) {
  transform: rotate(2deg);
  margin-top: 48px;
}
body main .listBox h2#contactTitle {
  transform: rotate(0deg);
}
body main .listBox h2#contactTitle img {
  margin-bottom: -12px;
}
body main .listBox h2 img.title-img {
  width: 120px;
}
body main .listBox p {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
  font-size: 18px;
}
body main .listBox p.mb {
  margin-bottom: 48px;
  font-size: 24px;
}
@media (max-width: 576px) {
  body main .listBox p.mb {
    margin-bottom: 40px;
    font-size: 18px;
  }
}
body main .listBox p.seto {
  font-family: "seto";
  font-size: 24px;
}
body main .listBox .main-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
body main .listBox .main-box .card-wrapper {
  width: 100%;
  max-width: 100%;
  padding: 32px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
body main .listBox .main-box .card-wrapper.hidden {
  display: none;
}
@media (max-width: 1400px) {
  body main .listBox .main-box .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 820px) {
  body main .listBox .main-box .card-wrapper {
    padding: 24px 12px;
  }
}
body main .listBox .main-box .card-wrapper .card {
  padding: 0px 0px 24px;
  border-radius: 0 60px 100px 10px;
  width: 50%;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  background-image: url("/images/22739902_50.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
  height: 100%;
  z-index: 3;
}
body main .listBox .main-box .card-wrapper .card:hover {
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.25);
  z-index: 99;
}
body main .listBox .main-box .card-wrapper .card.active {
  box-shadow: -1px 1px 28px rgb(212, 212, 212);
}
@media (max-width: 1042px) {
  body main .listBox .main-box .card-wrapper .card {
    width: 100%;
  }
}
body main .listBox .main-box .card-wrapper .card h3 {
  position: absolute;
  text-align: start;
  font-size: 20px;
  color: white;
  background-image: linear-gradient(145deg, rgb(65, 139, 127), rgba(65, 139, 127, 0.1), transparent);
  padding: 4px 12px 4px 48px;
  border-radius: 24px 0 0 24px;
  top: 0px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -70%);
  word-break: keep-all;
  font-weight: 500;
  z-index: 2;
  word-break: keep-all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main .listBox .main-box .card-wrapper .card h3 div.heart {
  width: 32px;
  height: 32px;
  background-color: white;
  -webkit-mask: url("/images/heart-svgrepo-com.png");
  mask: url("/images/heart-svgrepo-com.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: -44%;
  transform: translateX(-50%);
  background-color: #cccccc;
}
body main .listBox .main-box .card-wrapper .card h3 div.heart.active {
  background-color: rgb(214, 41, 41);
}
@keyframes pump {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
body main .listBox .main-box .card-wrapper .card h3 span.circle {
  color: rgb(65, 139, 127);
  background-color: #fff;
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 8px 0 0 0;
  position: absolute;
  left: 0px;
  bottom: 0px;
  box-shadow: 0px 0px 1px gray;
  display: flex;
  justify-content: center;
  padding-left: 4px;
  padding-right: 4px;
  align-items: center;
  font-weight: 800;
}
body main .listBox .main-box .card-wrapper .card span.og-name {
  width: 100%;
  font-size: 20px;
  display: inline-block;
  justify-content: flex-start;
  background-color: white;
  gap: 8px;
  font-weight: 600;
  padding: 12px 8px 4px;
  border-top-right-radius: 60px;
  text-align: center;
  overflow: hidden;
}
body main .listBox .main-box .card-wrapper .card .img-box {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  position: relative;
}
body main .listBox .main-box .card-wrapper .card .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body main .listBox .main-box .card-wrapper .card .img-box svg.lookup {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  filter: drop-shadow(1px 1px 10px rgb(255, 255, 255));
  animation: bounce 2s infinite alternate;
}
body main .listBox .main-box .card-wrapper .card .img-box::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 0px);
  height: 30px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent);
}
body main .listBox .main-box .card-wrapper .card .img-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.3));
}
@keyframes bounce {
  0% {
    transform: translate(-50%, -40%);
  }
  100% {
    transform: translate(-50%, -60%);
  }
}
body main .listBox .main-box .card-wrapper .card ul {
  width: 100%;
  align-self: flex-start;
  justify-content: flex-start;
  padding: 0px 48px;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin-top: 24px;
  list-style: none;
  transform: translateZ(20px);
}
body main .listBox .main-box .card-wrapper .card ul li {
  margin-bottom: 8px;
  font-size: 1.1rem;
  width: 33%;
  min-width: 114px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 31.63px;
  font-size: 18px;
}
body main .listBox .main-box .card-wrapper .card ul li span {
  display: inline-block;
}
body main .listBox .main-box .card-wrapper .card ul li span.gray {
  color: #6b6b6b;
  font-size: 14px;
}
body main .listBox .main-box .card-wrapper .card ul li a {
  display: flex;
  align-items: center;
  gap: 4px;
}
body main .listBox .main-box .card-wrapper .card ul li a:hover {
  color: rgb(124, 23, 28);
}
body main .listBox .main-box .card-wrapper .card ul li.w-100 {
  width: 100%;
  max-width: 100%;
}
body main .listBox .main-box .card-wrapper .card ul li .flex {
  display: flex;
  align-items: center;
  gap: 4px;
}
body main .listBox .main-box .card-wrapper .card ul li .flex.wrap {
  flex-wrap: wrap;
}
body main .listBox .main-box .card-wrapper .card ul li .flex span {
  margin-bottom: 4px;
}
body main .listBox .main-box .card-wrapper .card ul li span.label {
  padding: 2px 12px 3px;
  background-color: gray;
  border-radius: 20px;
  color: white;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
body main .listBox .main-box .card-wrapper .card ul li span.label.png {
  background-color: rgb(173, 61, 61);
}
body main .listBox .main-box .card-wrapper .card ul li span.label.jpg {
  background-color: rgb(61, 165, 173);
}
body main .listBox .main-box .card-wrapper .card ul li span.label.svg {
  background-color: rgb(173, 115, 61);
}
body main .listBox .main-box .card-wrapper .card ul li span.label.ai {
  background-color: rgb(123, 61, 173);
}
body main .listBox .main-box .card-wrapper .card ul li span.label.eps {
  background-color: rgb(63, 61, 173);
}
body main .listBox .main-box .card-wrapper .card ul li span.label.psd {
  background-color: rgb(61, 100, 173);
}
body main .listBox .main-box .card-wrapper .card ul li span.label.gif {
  background-color: rgb(61, 173, 136);
}
@media (max-width: 768px) {
  body main .listBox .main-box .card-wrapper .card ul {
    padding: 0px 24px;
  }
}
body main .listBox .main-box .card-wrapper .card button.toggle-desc {
  color: #2e2e2e;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background-color: white;
  font-size: 16px;
  padding: 4px 24px;
  cursor: pointer;
  align-self: start;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
}
body main .listBox .main-box .card-wrapper .card button.toggle-desc img {
  margin-top: 2px;
  width: 12px;
  filter: brightness(0);
}
@media (max-width: 1042px) {
  body main .listBox .main-box .card-wrapper .card button.toggle-desc {
    display: flex;
  }
}
body main .listBox .main-box .card-wrapper .card button.toggle-desc.active img {
  transform: rotate(180deg);
}
body main .listBox .main-box .card-wrapper .card p.desc-inside {
  background-color: rgb(255, 255, 255);
  border-bottom: none;
  width: 100%;
  line-height: 40px;
  padding: 24px;
  margin: 0px 0px 0px;
  color: rgb(27, 27, 27);
  text-align: justify;
  line-height: 1.8rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: relative;
  display: none;
}
body main .listBox .main-box .card-wrapper .card p.desc-inside a {
  color: rgb(161, 88, 88);
}
body main .listBox .main-box .card-wrapper .card p.desc-inside a:visited {
  color: rgb(161, 88, 88);
}
body main .listBox .main-box .card-wrapper .card p.desc-inside::before {
  content: "";
  position: absolute;
  width: 120px;
  aspect-ratio: 1/1;
  background-image: url("../images/stationery002-2.png");
  background-size: contain;
  right: 0px;
  top: 0;
  transform: translate(0, -80%);
  color: #161616;
}
body main .listBox .main-box .card-wrapper .card p.desc-inside.active {
  display: none;
}
@media (max-width: 1042px) {
  body main .listBox .main-box .card-wrapper .card p.desc-inside.active {
    display: block;
  }
}
body main .listBox .main-box .card-wrapper .card p.color-ninnki {
  background-color: white;
  margin: 0;
  padding-top: 16px;
}
body main .listBox .main-box .card-wrapper .card .btn-box {
  width: 100%;
  padding: 8px 0px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 12px;
  flex-wrap: wrap;
  transform: translateZ(20px);
}
body main .listBox .main-box .card-wrapper .card .btn-box .column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
}
@media (max-width: 1042px) {
  body main .listBox .main-box .card-wrapper .card .btn-box {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  body main .listBox .main-box .card-wrapper .card .btn-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 24px;
  }
}
body main .listBox .main-box .card-wrapper .card button {
  border: none;
  outline: none;
  background: transparent;
  box-shadow: 0 0 5 rgba(0, 0, 0, 0.25);
}
body main .listBox .main-box .card-wrapper .card button a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 8px 24px;
  gap: 8px;
  align-items: center;
  color: rgb(124, 23, 28);
  font-size: 1.2rem;
  position: relative;
  transition: 0.8s;
  overflow: hidden;
  background: white;
  border: 1px solid rgb(124, 23, 28);
  z-index: 3;
}
body main .listBox .main-box .card-wrapper .card button a svg.hover {
  display: none;
  opacity: 0;
  transition: 0.8s;
}
body main .listBox .main-box .card-wrapper .card button a svg.normal {
  display: block;
  opacity: 1;
  transition: 0.8s;
}
body main .listBox .main-box .card-wrapper .card button a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgb(148, 44, 47);
  z-index: -1;
  transition: 0.8s;
  top: 0;
  border-radius: 0 0 50% 50%;
}
body main .listBox .main-box .card-wrapper .card button a:hover {
  color: white;
  background: transparent;
}
body main .listBox .main-box .card-wrapper .card button a:hover svg {
  filter: brightness(500%);
  transition: 0.5s;
}
body main .listBox .main-box .card-wrapper .card button a:hover svg.hover {
  display: block;
  opacity: 1;
}
body main .listBox .main-box .card-wrapper .card button a:hover svg.normal {
  display: none;
  opacity: 0;
}
body main .listBox .main-box .card-wrapper .card button a:hover::before {
  height: 180%;
  z-index: -1;
}
body main .listBox .main-box .card-wrapper .card button.copy-btn {
  padding: 4px 12px;
  font-size: 0.8rem;
  cursor: pointer;
  background-color: white;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgb(126, 126, 126);
}
body main .listBox .main-box .card-wrapper .card button.copy-btn span.copied-text {
  color: rgb(126, 126, 126);
}
body main .listBox .main-box .card-wrapper .card button.copy-btn:hover {
  background-color: rgb(87, 87, 87);
}
body main .listBox .main-box .card-wrapper .card button.copy-btn:hover svg {
  filter: brightness(300%);
}
body main .listBox .main-box .card-wrapper .card button.copy-btn:hover span.copied-text {
  color: white;
}
body main .listBox .main-box .card-wrapper .card button.copy-btn.active {
  background-color: rgb(87, 87, 87);
}
body main .listBox .main-box .card-wrapper .card button.copy-btn.active svg {
  filter: brightness(300%);
}
body main .listBox .main-box .card-wrapper .card button.copy-btn.active span.copied-text {
  color: white;
}
@media (max-width: 1042px) {
  body main .listBox .main-box .card-wrapper .card button.copy-btn {
    width: 120.41px;
  }
}
body main .listBox .main-box .card-wrapper .card.color {
  background-image: url("/images/84642.png");
  background-position: 0 52px;
}
body main .listBox .main-box .card-wrapper .card.color:hover {
  box-shadow: 1px 1px 6px rgb(214, 212, 66);
}
body main .listBox .main-box .card-wrapper .card.color:hover h3 {
  box-shadow: 0px -1px 5px rgb(214, 212, 66);
}
body main .listBox .main-box .card-wrapper .card.color.active {
  box-shadow: 1px 1px 28px rgb(214, 212, 66);
}
body main .listBox .main-box .card-wrapper .card.color.active h3 {
  box-shadow: -1px -1px -12px rgb(214, 212, 66);
}
body main .listBox .main-box .card-wrapper .card.color h3 {
  background-image: linear-gradient(90deg, rgb(187, 185, 88), rgba(187, 185, 88, 0));
}
body main .listBox .main-box .card-wrapper .card.color h3 span.circle {
  color: rgb(187, 185, 88);
}
body main .listBox .main-box .card-wrapper .card.color .text-box p {
  background-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0;
}
body main .listBox .main-box .card-wrapper .card.color button a {
  color: rgb(187, 185, 88);
  border: 1px solid rgb(187, 185, 88);
}
body main .listBox .main-box .card-wrapper .card.color button a::before {
  background: rgb(187, 185, 88);
}
body main .listBox .main-box .card-wrapper .card.color button a:hover {
  color: white;
}
body main .listBox .main-box .card-wrapper .desc-box {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body main .listBox .main-box .card-wrapper .desc-box p.desc-outside {
  width: 80%;
  background-color: rgb(255, 255, 255);
  border-bottom: none;
  line-height: 30px;
  padding: 24px;
  margin: 4px 0px 0px;
  color: rgb(27, 27, 27);
  text-align: justify;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.15));
  position: relative;
  border-radius: 30px;
  animation: bounceP 2s infinite alternate;
}
@keyframes bounceP {
  0% {
    transform: translate(0%, 5%);
  }
  100% {
    transform: translate(0%, -5%);
  }
}
body main .listBox .main-box .card-wrapper .desc-box p.desc-outside a {
  color: rgb(161, 88, 88);
}
body main .listBox .main-box .card-wrapper .desc-box p.desc-outside a:visited {
  color: rgb(161, 88, 88);
}
body main .listBox .main-box .card-wrapper .desc-box p.desc-outside::before {
  content: "";
  position: absolute;
  width: 120px;
  aspect-ratio: 1/1;
  background-image: url("../images/stationery002-2.png");
  background-size: contain;
  left: 50%;
  top: 0;
  transform: translate(-50%, -80%);
  color: #161616;
}
body main .listBox .main-box .card-wrapper .desc-box p.desc-outside::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  /* 往左邊貼齊 */
  transform: translateY(-50%);
  /* 利用 border 形成三角形 */
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid rgb(255, 255, 255);
}
@media (max-width: 1042px) {
  body main .listBox .main-box .card-wrapper .desc-box {
    display: none;
  }
}
body main .listBox .main-box .card-wrapper.even {
  flex-direction: row-reverse;
}
body main .listBox .main-box .card-wrapper.even .card {
  border-radius: 0 60px 10px 100px;
}
@media (max-width: 1200px) {
  body main .listBox .main-box .card-wrapper.even .card {
    border-radius: 0 60px 100px 10px;
  }
}
body main .listBox .main-box .card-wrapper.even .desc-box p.desc-outside::after {
  right: auto;
  left: 100%;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid rgb(255, 255, 255);
  border-right: none;
}
body main .listBox .main-box .card-wrapper.other {
  width: 33%;
  max-width: 33%;
  align-self: stretch;
}
body main .listBox .main-box .card-wrapper.other .card {
  width: 100%;
  border-radius: 0 60px 60px 10px;
}
body main .listBox .main-box .card-wrapper.other .card h3 {
  transform: translate(-50%, -100%);
}
body main .listBox .main-box .card-wrapper.other .card .text-box {
  padding: 24px 12px;
  background-image: linear-gradient(180deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  line-height: 30px;
  text-align: justify;
}
body main .listBox .main-box .card-wrapper.other.even .card {
  border-radius: 0 60px 60px 10px;
}
@media (max-width: 1200px) {
  body main .listBox .main-box .card-wrapper.other {
    width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 1042px) {
  body main .listBox .main-box .card-wrapper.other {
    width: 100%;
    max-width: 100%;
  }
  body main .listBox .main-box .card-wrapper.other .card {
    border-radius: 0 60px 100px 10px;
  }
  body main .listBox .main-box .card-wrapper.other.even .card {
    border-radius: 0 60px 100px 10px;
  }
}
body main .listBox .contact-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}
body main .listBox .contact-box .input-box-wrapper {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 36px;
}
body main .listBox .contact-box .input-box-wrapper .input-box {
  width: 100%;
  max-width: 400px;
  position: relative;
}
body main .listBox .contact-box .input-box-wrapper .input-box input {
  width: 100%;
  height: 36px;
  border: 2px solid #eee;
  outline: none;
  border-radius: 4px;
  font-size: 18px;
  padding: 8px 12px;
  color: #2e2e2e;
}
body main .listBox .contact-box .input-box-wrapper .input-box input:not(:-moz-placeholder) + label {
  top: -8px;
  left: 8px;
  font-size: 14px;
  color: #1b7186;
}
body main .listBox .contact-box .input-box-wrapper .input-box input:focus + label, body main .listBox .contact-box .input-box-wrapper .input-box input:not(:placeholder-shown) + label {
  top: -8px;
  left: 8px;
  font-size: 14px;
  color: #1b7186;
}
body main .listBox .contact-box .input-box-wrapper .input-box label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px 12px;
  background: white;
  transition: all 0.2s ease;
  pointer-events: none;
  border-radius: 4px 4px 0 0;
  color: gray;
}
body main .listBox .contact-box .input-box-wrapper .input-box textarea {
  width: 100%;
  height: 320px;
  border: 2px solid #eee;
  outline: none;
  border-radius: 4px;
  font-size: 18px;
  text-align: start;
  padding: 12px;
}
body main .listBox .contact-box .input-box-wrapper .input-box textarea + label {
  top: -8px;
  left: 8px;
  font-size: 14px;
  color: #1b7186;
}
body main .listBox .contact-box .input-box-wrapper button {
  border: none;
  outline: none;
  color: #333;
  font-size: 20px;
  cursor: pointer;
}
body main .listBox .contact-box .input-box-wrapper button.btn-grad {
  display: flex;
  padding: 8px 24px;
  gap: 8px;
  align-items: center;
  color: rgb(124, 23, 28);
  font-size: 1.2rem;
  position: relative;
  transition: 0.8s;
  overflow: hidden;
  background: white;
  border: 1px solid rgb(124, 23, 28);
  z-index: 3;
}
body main .listBox .contact-box .input-box-wrapper button.btn-grad::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: rgb(148, 44, 47);
  z-index: -1;
  transition: 0.8s;
  top: 0;
  border-radius: 0 0 50% 50%;
}
body main .listBox .contact-box .input-box-wrapper button.btn-grad:hover {
  color: white;
  background: transparent;
}
body main .listBox .contact-box .input-box-wrapper button.btn-grad:hover svg {
  filter: brightness(500%);
  transition: 0.5s;
}
body main .listBox .contact-box .input-box-wrapper button.btn-grad:hover svg.hover {
  display: block;
  opacity: 1;
}
body main .listBox .contact-box .input-box-wrapper button.btn-grad:hover svg.normal {
  display: none;
  opacity: 0;
}
body main .listBox .contact-box .input-box-wrapper button.btn-grad:hover::before {
  height: 180%;
  z-index: -1;
}
body main footer {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 8px 12px;
  background-color: #cccccc;
  color: rgb(43, 43, 43);
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 24px;
  z-index: 3;
}
@media (max-width: 768px) {
  body main footer {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
}/*# sourceMappingURL=style.css.map */