:root {
  --gray-2: #565656;
}

header.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}
header.site-header > div {
  width: 100%;
  max-width: 1280px;
  padding: 20px 0;
  height: 111px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  header.site-header > div {
    height: unset;
    padding: 20px 24px;
  }
}
header.site-header > div.active {
  padding-bottom: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media (max-width: 768px) {
  header.site-header > div .logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
header.site-header > div .logo img {
  width: 227px;
}
@media (max-width: 768px) {
  header.site-header > div .logo img {
    width: 150px;
    padding: 0 1rem;
  }
}
header.site-header > div button#menu-toggle {
  background: transparent;
  border: none;
  outline: none;
  display: none;
}
@media (max-width: 768px) {
  header.site-header > div button#menu-toggle {
    display: block;
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  header.site-header > div {
    height: unset;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  header.site-header > div .menu-pc-container {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  header.site-header > div .menu-pc-container {
    gap: 0px;
  }
}
@media (max-width: 768px) {
  header.site-header > div .menu-menu-container {
    padding-top: 20px;
    display: none;
  }
}
header.site-header > div .menu-container {
  gap: 60px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  header.site-header > div .menu-container {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  header.site-header > div .menu-container {
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  header.site-header > div .menu-container nav.site-header-menu {
    width: 100%;
  }
}
header.site-header > div .menu-container nav.site-header-menu ul {
  display: flex;
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  header.site-header > div .menu-container nav.site-header-menu ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  header.site-header > div .menu-container nav.site-header-menu ul {
    flex-direction: column;
    padding: 0;
  }
}
header.site-header > div .menu-container nav.site-header-menu ul li a {
  color: var(--gray-2, #565656);
  /* body/1 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.48px;
  text-decoration: none;
}
@media (max-width: 768px) {
  header.site-header > div .menu-container nav.site-header-menu ul li {
    padding: 0 1rem;
  }
}
@media (max-width: 768px) {
  header.site-header > div .menu-container nav.site-header-menu ul li:last-child {
    padding: 0;
  }
}
header.site-header > div .menu-container button.search-pc {
  border-radius: 999px;
  border: 1px solid var(--gray-4, #D1D1D1);
  background: var(--gray-8, #FFF);
  background: transparent;
  height: 44px;
  width: 44px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  header.site-header > div .menu-container button.search-pc {
    height: 32px;
    width: 32px;
  }
}
@media (max-width: 768px) {
  header.site-header > div .menu-container button.search-pc {
    display: none;
  }
}

footer.site-footer {
  background: #fff;
}
footer.site-footer > div:first-child {
  padding: 70px 0 42px 0;
}
footer.site-footer > div:first-child .footer-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
@media (max-width: 768px) {
  footer.site-footer > div:first-child .footer-container {
    padding: 0;
  }
}
footer.site-footer > div:first-child .footer-container .top-container {
  margin-bottom: 65px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer.site-footer > div:first-child .footer-container .top-container {
    padding: 0 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  footer.site-footer > div:first-child .footer-container .top-container {
    padding: 0 20px;
    margin-bottom: 24px;
  }
}
footer.site-footer > div:first-child .footer-container .top-container .logo-container {
  width: 357px;
  border-right: 1px solid #D1D1D1;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer.site-footer > div:first-child .footer-container .top-container .logo-container {
    margin-bottom: 24px;
    border-right: none;
  }
}
@media (max-width: 768px) {
  footer.site-footer > div:first-child .footer-container .top-container .logo-container {
    margin-bottom: 24px;
    border-right: none;
  }
}
footer.site-footer > div:first-child .footer-container .top-container .message-container {
  flex: 1;
  padding-left: 130px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer.site-footer > div:first-child .footer-container .top-container .message-container {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  footer.site-footer > div:first-child .footer-container .top-container .message-container {
    padding-left: 0;
  }
}
footer.site-footer > div:first-child .footer-container .top-container .message-container .site-footer-menu {
  gap: 75px;
}
@media (max-width: 768px) {
  footer.site-footer > div:first-child .footer-container .top-container .message-container .site-footer-menu {
    gap: 24px;
  }
}
footer.site-footer > div:first-child .footer-container .top-container .message-container .site-footer-menu .menu-footer-container > ul, footer.site-footer > div:first-child .footer-container .top-container .message-container .site-footer-menu .footer-contact-us-container > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 75px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer.site-footer > div:first-child .footer-container .top-container .message-container .site-footer-menu .menu-footer-container > ul, footer.site-footer > div:first-child .footer-container .top-container .message-container .site-footer-menu .footer-contact-us-container > ul {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  footer.site-footer > div:first-child .footer-container .top-container .message-container .site-footer-menu .menu-footer-container > ul, footer.site-footer > div:first-child .footer-container .top-container .message-container .site-footer-menu .footer-contact-us-container > ul {
    flex-direction: column;
    gap: 24px;
  }
}
footer.site-footer > div:first-child .footer-container .top-container .message-container .site-footer-menu .menu-footer-container > ul > li a, footer.site-footer > div:first-child .footer-container .top-container .message-container .site-footer-menu .footer-contact-us-container > ul > li a {
  color: var(--gray-1, #1C1C1C);
  /* headline/4 */
  font-family: "Noto Sans TC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 24px */
  letter-spacing: 1px;
  text-decoration: none;
}
footer.site-footer > div:first-child .footer-container .top-container .message-container .site-footer-menu .menu-footer-container > ul > li > ul.sub-menu, footer.site-footer > div:first-child .footer-container .top-container .message-container .site-footer-menu .footer-contact-us-container > ul > li > ul.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
}
footer.site-footer > div:first-child .footer-container .top-container .message-container .site-footer-menu .menu-footer-container > ul > li > ul.sub-menu li a, footer.site-footer > div:first-child .footer-container .top-container .message-container .site-footer-menu .footer-contact-us-container > ul > li > ul.sub-menu li a {
  color: var(--gray-1, #1C1C1C);
  /* body/2 */
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
  text-decoration: none;
}
footer.site-footer > div:first-child .footer-container .top-container .message-container .footer-contact-us-container {
  flex: 1;
  color: var(--gray-3, #7A7A7A);
}
footer.site-footer > div:first-child .copyright-container {
  /* small */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.7px;
  color: var(--gray-3, #7A7A7A);
}
@media (max-width: 768px) {
  footer.site-footer > div:first-child .copyright-container {
    padding: 0 24px;
  }
}
footer.site-footer > div:first-child .copyright-container a, footer.site-footer > div:first-child .copyright-container p, footer.site-footer > div:first-child .copyright-container div {
  margin: 0;
  color: var(--gray-3, #7A7A7A);
  /* small */
  font-family: "Noto Sans TC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.7px;
  text-decoration: none;
}
footer.site-footer > div:last-child {
  top: 0px;
  height: 85px;
}
footer.site-footer > div:last-child .footer-bg {
  position: absolute;
  top: -80px;
  background-image: url("../images/mask-footer-bg.svg");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  z-index: 1;
  aspect-ratio: 1400/80;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer.site-footer > div:last-child .footer-bg {
    top: -20px;
  }
}
@media (max-width: 768px) {
  footer.site-footer > div:last-child .footer-bg {
    top: -20px;
  }
}
footer.site-footer > div:last-child .footer-line-bg {
  position: absolute;
  top: -80px;
  background-image: url("../images/mask-footer-line.svg");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  z-index: 2;
  aspect-ratio: 1400/80;
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer.site-footer > div:last-child .footer-line-bg {
    top: -20px;
  }
}
@media (max-width: 768px) {
  footer.site-footer > div:last-child .footer-line-bg {
    top: 0px;
  }
}

.underline-hover {
  background-image: linear-gradient(transparent calc(65% - 5px), rgb(248.4189873418, 182.6088607595, 88.2810126582) 5px);
  background-size: 0;
  background-repeat: no-repeat;
  display: inline !important;
  transition: 0.3s ease;
}
.underline-hover:hover {
  background-size: 100%;
}

.shop-category__publicity {
  gap: 25px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .shop-category__publicity {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .shop-category__publicity {
    padding: 0 20px;
  }
}
.shop-category__publicity .shop-category__link {
  width: calc((100% - 25px) / 2);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .shop-category__publicity .shop-category__link {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .shop-category__publicity .shop-category__link {
    width: 100%;
  }
}

.menu-item-search-mobile {
  display: none;
}
@media (max-width: 768px) {
  .menu-item-search-mobile {
    display: block;
  }
}
.menu-item-search-mobile input {
  width: 85%;
  height: 50px;
  border: none;
  background: #FCF9EF;
  padding: 0 10px;
  font-family: "Noto Sans TC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.menu-item-search-mobile button {
  width: 15%;
  height: 50px;
  border: none;
  outline: none;
  background: #FFE6A7;
}
.banner_wrap{display:none!important}

h1 { font-size: 48px; line-height: 1.2; }
h2 { font-size: 36px; line-height: 1.3; }
h3 { font-size: 30px; line-height: 1.3; }
h4 { font-size: 24px; line-height: 1.4; }
h5 { font-size: 20px; line-height: 1.4; }
h6 { font-size: 18px; line-height: 1.4; }

@media (max-width: 767px) {
  h1 { font-size: 30px; }
  h2 { font-size: 26px; }
  h3 { font-size: 22px; }
  h4 { font-size: 20px; }
  h5 { font-size: 18px; }
  h6 { font-size: 16px; }
}
