@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif+TC:wght@200..900&display=swap");
@font-face {
  font-family: "STIXTwoMath";
  src: url("../font/STIXTwoMath-Regular.ttf") format("truetype");
}
/**
 * Swiper 12.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 28, 2026
 */
:root {
  --swiper-theme-color: #007aff ;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-slides-offset-before);
  scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
  margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-slides-offset-before);
  scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
  margin-block-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.1490196078);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  height: 100%;
  object-fit: contain;
  transform-origin: center;
  width: 100%;
  fill: currentColor;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev {
  margin-left: 0;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}
.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal .swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0deg);
}

.swiper-vertical .swiper-button-next,
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
  right: auto;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
  bottom: auto;
  top: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination.swiper-pagination-disabled, .swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
.swiper-pagination-bullet button {
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > .swiper-pagination-progressbar, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
}
.swiper-scrollbar.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > .swiper-scrollbar {
  display: none !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .swiper-scrollbar {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  position: absolute;
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  left: var(--swiper-scrollbar-left, auto);
  position: absolute;
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}

section {
  margin-top: -1px;
}

@media all and (max-width: 1440px) {
  .banner .swiper-slide {
    height: 640px;
  }
  .banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.banner .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 445px;
}
@media all and (max-width: 1920px) {
  .banner .swiper-pagination {
    padding-right: calc(445px - (1920px - 100vw) * 0.5625);
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .banner .swiper-pagination {
    padding-right: 40px;
  }
}
@media all and (max-width: 767px) {
  .banner .swiper-pagination {
    justify-content: center;
  }
}
.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #c8a063;
  opacity: 1;
}
@media all and (max-width: 991px) {
  .banner .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 5px solid #fff;
}
@media all and (max-width: 991px) {
  .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
  }
}
.banner .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 25px;
}
@media all and (min-width: 1201px) and (max-width: 1440px) {
  .banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
  }
}
@media all and (max-width: 1200px) {
  .banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 15px;
  }
}

.brand {
  padding: 144px 0 176px;
  background-color: #fdfaf3;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .brand {
    padding: 90px 0 110px;
  }
}
@media all and (max-width: 767px) {
  .brand {
    padding: 64px 0 80px;
  }
}
.brand .title {
  margin-bottom: 37px;
}
@media all and (max-width: 767px) {
  .brand .title {
    margin-bottom: 20px;
  }
}
.brand .title .title-tw {
  margin-bottom: 5px;
}
.brand .subtitle {
  width: 704px;
  max-width: 80%;
  font-size: 18.9px;
  font-weight: 500;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 0.2em;
  text-align: center;
  color: #313b4d;
  border-radius: 21px;
  border: 2.5px dotted #313b4d;
  padding: 7px 20px;
  margin: 0 auto 43px;
}
@media all and (max-width: 991px) {
  .brand .subtitle {
    font-size: 17px;
    padding: 5px 20px;
    border: 2px dotted #313b4d;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .brand .subtitle {
    width: 400px;
    max-width: 100%;
    font-size: 15px;
    border: 1px dotted #313b4d;
    border-radius: 40px;
    margin-bottom: 20px;
    padding: 5px 15px;
    line-height: 1.35;
  }
}
@media all and (max-width: 767px) {
  .brand .subtitle i {
    display: block;
  }
}
.brand .brand-introduction {
  margin-bottom: 12px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .brand .brand-introduction {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .brand .brand-introduction {
    margin-bottom: 25px;
  }
}
.brand .img {
  margin: 49px 0 -5px;
}
@media all and (max-width: 1200px) {
  .brand .img {
    width: 80%;
    margin: 30px auto 15px;
  }
}
@media all and (max-width: 767px) {
  .brand .img {
    width: 500px;
    max-width: 100%;
    margin: 25px auto 15px;
  }
}
.brand .img img {
  margin: 0 auto;
}
@media all and (min-width: 768px) {
  .brand .introduction {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
}
@media all and (min-width: 992px) {
  .brand .introduction-top {
    padding: 0 62px 0 85px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .brand .introduction-top {
    padding: 0 30px 0 40px;
  }
}
@media all and (min-width: 992px) {
  .brand .introduction-bottom {
    padding: 0 107px 0 115px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .brand .introduction-bottom {
    padding: 0 50px 0 60px;
  }
}
.brand .introduction li {
  position: relative;
  text-align: center;
}
@media all and (max-width: 767px) {
  .brand .introduction li {
    margin: 12px 0 30px;
  }
}
@media all and (max-width: 767px) {
  .brand .introduction li:nth-child(2n-1)::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 10%;
    width: 80%;
    height: 1px;
    background-color: #d1d1d1;
  }
}
.brand .s-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #313b4d;
  margin-bottom: 4px;
}
.brand .s-title .en {
  font-size: 31.7px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
@media all and (max-width: 991px) {
  .brand .s-title .en {
    font-size: 28px;
  }
}
@media all and (max-width: 767px) {
  .brand .s-title .en {
    font-size: 24px;
  }
}
.brand .s-title .tw {
  font-size: 26.5px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-left: 19px;
}
@media all and (max-width: 991px) {
  .brand .s-title .tw {
    font-size: 24px;
    margin-left: 15px;
  }
}
@media all and (max-width: 767px) {
  .brand .s-title .tw {
    font-size: 20px;
    margin-left: 12px;
  }
}
.brand .s-title i {
  color: #763923;
}
.brand .s-info {
  font-size: 19.4px;
  letter-spacing: 0.2em;
  color: #793d17;
  line-height: 1.43;
}
@media all and (max-width: 991px) {
  .brand .s-info {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .brand .s-info {
    font-size: 16px;
  }
}

.join {
  position: relative;
  background-color: #fdfaf3;
}
.join .title {
  margin-bottom: 28px;
}
@media all and (max-width: 767px) {
  .join .title {
    margin-bottom: 14px;
  }
}
.join .box {
  position: relative;
  padding-top: 92px;
  background: url("../images/join.jpg") bottom center/cover no-repeat;
}
@media all and (max-width: 1200px) {
  .join .box {
    background: url("../images/join_mb.jpg") bottom center/cover no-repeat;
  }
}
@media all and (min-width: 768px) {
  .join .box {
    min-height: 865px;
  }
}
@media all and (max-width: 767px) {
  .join .box {
    padding-top: 40px;
  }
}
.join .box ul {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.join .box li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 282px;
  height: 282px;
  border-radius: 50%;
  background: rgba(255, 237, 211, 0.8);
  padding-top: 4px;
  margin: 0 0 30px -26px;
}
@media all and (max-width: 1200px) {
  .join .box li {
    width: 234px;
    height: 234px;
    padding-top: 18px;
    margin-left: -20px;
  }
}
@media all and (max-width: 767px) {
  .join .box li {
    width: 170px;
    height: 170px;
    padding-top: 10px;
    margin: 0 0 10px -8px;
  }
}
.join .box li:nth-child(1) {
  margin-left: 0;
}
@media all and (max-width: 767px) {
  .join .box li:nth-child(2n-1) {
    margin-left: 0;
  }
}
.join .box .titleBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .join .box .titleBox {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 767px) {
  .join .box .titleBox {
    margin-bottom: 10px;
  }
}
.join .box .num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 106px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  color: rgba(91, 12, 8, 0.57);
  mix-blend-mode: overlay;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .join .box .num {
    font-size: 100px;
  }
}
@media all and (max-width: 767px) {
  .join .box .num {
    font-size: 68px;
  }
}
.join .box .m-title {
  font-size: 34.4px;
  font-weight: 700;
  color: #313b4d;
  line-height: 1.1;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .join .box .m-title {
    font-size: 32px;
  }
}
@media all and (max-width: 767px) {
  .join .box .m-title {
    font-size: 24px;
  }
}
.join .box .m-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #313b4d;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .join .box .m-subtitle {
    font-size: 19px;
  }
}
@media all and (max-width: 767px) {
  .join .box .m-subtitle {
    font-size: 15px;
  }
}
.join .box .m-info {
  font-size: 16.3px;
  font-weight: 700;
  color: #5b0c08;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 18px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .join .box .m-info {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 767px) {
  .join .box .m-info {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.product {
  position: relative;
  background: url("../images/product_bg.jpg") top center/cover no-repeat;
  padding: 90px 0 22px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product {
    width: 100vw;
    padding: 7.5vw 0 0;
    background: url("../images/product_bg_mb.jpg") top center/cover no-repeat;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .product {
    padding-bottom: 1.3vw;
  }
}
@media all and (max-width: 767px) {
  .product {
    background: url("../images/product_mo.jpg") top center/cover no-repeat;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .container {
    padding: 0;
  }
}
.product .imgBox {
  position: relative;
}
.product .imgBox .img-1 {
  position: relative;
  margin-left: 9%;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .imgBox .img-1 {
    width: 78.7%;
    width: 70.3vw;
    margin-left: 10vw;
  }
}
@media all and (min-width: 767px) and (max-width: 991px) {
  .product .imgBox .img-1 {
    margin-left: 16vw;
  }
}
@media all and (max-width: 767px) {
  .product .imgBox .img-1 {
    width: 80%;
  }
}
.product .imgBox .img-1 img {
  margin: 0 auto;
}
.product .imgBox .img-2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  mix-blend-mode: difference;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .imgBox .img-2 {
    width: 48.32%;
    width: 43.16vw;
  }
}
.product .mainBox {
  text-align: center;
  margin-bottom: 42px;
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .product .mainBox {
    margin-bottom: 5vw;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .product .mainBox {
    margin-bottom: 2vw;
  }
}
@media all and (max-width: 767px) {
  .product .mainBox {
    margin-top: -20px;
  }
}
.product .mainBox .mainTxt {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-bottom: 38px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .mainBox .mainTxt {
    margin-bottom: 3.167vw;
  }
}
@media all and (max-width: 767px) {
  .product .mainBox .mainTxt {
    margin-bottom: 18px;
  }
}
.product .mainBox .l-title {
  position: relative;
  font-size: 28.1px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.7854;
  margin-bottom: 30px;
  padding: 6px 84px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .mainBox .l-title {
    font-size: 2.33vw;
    margin-bottom: 2.5vw;
    padding: 0.5vw 7vw;
  }
}
@media all and (max-width: 767px) {
  .product .mainBox .l-title {
    font-size: 15px;
    margin-bottom: 16px;
    padding: 3px 16px;
  }
}
.product .mainBox .l-title .line {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.product .mainBox .l-title .line::before {
  content: "";
  position: absolute;
  top: 0;
  width: 24px;
  height: 1px;
  background-color: #fff;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .mainBox .l-title .line::before {
    width: 2vw;
  }
}
@media all and (max-width: 767px) {
  .product .mainBox .l-title .line::before {
    width: 12px;
  }
}
.product .mainBox .l-title .line::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 1px;
  background-color: #fff;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .mainBox .l-title .line::after {
    width: 2vw;
  }
}
@media all and (max-width: 767px) {
  .product .mainBox .l-title .line::after {
    width: 12px;
  }
}
.product .mainBox .l-title .line.lineLeft {
  left: 0;
}
.product .mainBox .l-title .line.lineLeft::before {
  left: 0;
}
.product .mainBox .l-title .line.lineLeft::after {
  left: 0;
}
.product .mainBox .l-title .line.lineRight {
  right: 0;
}
.product .mainBox .l-title .line.lineRight::before {
  right: 0;
}
.product .mainBox .l-title .line.lineRight::after {
  right: 0;
}
.product .mainBox .l-info {
  font-size: 18.9px;
  letter-spacing: 0.2em;
  line-height: 1.754;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .mainBox .l-info {
    font-size: 1.575vw;
  }
}
@media all and (max-width: 767px) {
  .product .mainBox .l-info {
    font-size: 13px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .product ul {
    width: 88%;
    margin: 0 auto;
  }
}
.product ul li {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .product ul li {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
@media all and (min-width: 768px) {
  .product ul li:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.product ul li:nth-child(2n) .txt {
  left: 0;
}
@media all and (min-width: 1201px) {
  .product ul li:nth-child(1) {
    margin-bottom: 77px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(1) {
    margin-bottom: 4.5vw;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .product ul li:nth-child(1) {
    margin-bottom: 5.5vw;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(1) .img {
    width: 65%;
    width: 64.9vw;
  }
}
@media all and (max-width: 767px) {
  .product ul li:nth-child(1) .img {
    width: 95%;
  }
}
@media all and (min-width: 768px) {
  .product ul li:nth-child(1) .txt {
    top: 38.1%;
  }
}
@media all and (max-width: 767px) {
  .product ul li:nth-child(1) .txt {
    margin-top: -2em;
  }
}
@media all and (min-width: 1201px) {
  .product ul li:nth-child(2) {
    margin-bottom: 262px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(2) {
    margin-bottom: 26.8vw;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .product ul li:nth-child(2) {
    margin-bottom: 25.8vw;
  }
}
@media all and (min-width: 1201px) {
  .product ul li:nth-child(2) .img {
    padding-right: 22px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(2) .img {
    width: 54.5vw;
  }
}
@media all and (max-width: 767px) {
  .product ul li:nth-child(2) .img {
    width: 84%;
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) {
  .product ul li:nth-child(2) .txt {
    top: 39.9%;
    left: 12px;
  }
}
@media all and (max-width: 767px) {
  .product ul li:nth-child(2) .txt {
    margin-top: 0;
  }
}
@media all and (min-width: 1201px) {
  .product ul li:nth-child(3) {
    margin-bottom: 190px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(3) {
    margin-bottom: 12vw;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .product ul li:nth-child(3) {
    margin-bottom: 11.8vw;
  }
}
@media all and (min-width: 1201px) {
  .product ul li:nth-child(3) .img {
    margin-left: -36px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(3) .img {
    width: 66%;
    width: 63.5vw;
  }
}
@media all and (max-width: 767px) {
  .product ul li:nth-child(3) .img {
    width: 94%;
    margin: 0 auto;
  }
}
@media all and (min-width: 1201px) {
  .product ul li:nth-child(3) .txt {
    top: 39.9%;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(3) .txt {
    left: 64.8%;
  }
}
@media all and (max-width: 767px) {
  .product ul li:nth-child(3) .txt {
    margin-top: -1em;
  }
}
@media all and (min-width: 1201px) {
  .product ul li:nth-child(4) .img {
    padding-right: 22px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(4) .img {
    width: 60%;
    width: 55.58vw;
  }
}
@media all and (max-width: 767px) {
  .product ul li:nth-child(4) .img {
    width: 87%;
    margin: 0 auto;
  }
}
@media all and (min-width: 768px) {
  .product ul li:nth-child(4) .txt {
    top: 29.9%;
    left: 12px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul li:nth-child(4) .txt {
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .product ul li:nth-child(4) .txt {
    margin-top: -3em;
  }
}
.product ul .productImg {
  transition: filter 0.5s;
}
@media all and (min-width: 768px) {
  .product ul .productImg:hover {
    filter: brightness(115%);
  }
}
@media all and (min-width: 768px) {
  .product ul .txt {
    position: absolute;
    left: 63.8%;
    width: 26em;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul .txt {
    left: 66.8%;
    width: 36vw;
  }
}
@media all and (max-width: 767px) {
  .product ul .txt {
    padding-left: 1em;
  }
}
.product ul .titleBox {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul .titleBox {
    margin-bottom: 1vw;
  }
}
.product ul .titleBox .m-title {
  font-size: 31px;
  margin-right: 10px;
  letter-spacing: 0.2em;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul .titleBox .m-title {
    font-size: 2.583vw;
    margin-right: 0.83vw;
  }
}
@media all and (max-width: 767px) {
  .product ul .titleBox .m-title {
    font-size: 24px;
  }
}
.product ul .titleBox .m-subtitletitle {
  font-size: 18.9px;
  letter-spacing: 0.2em;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul .titleBox .m-subtitletitle {
    font-size: 1.575vw;
  }
}
@media all and (max-width: 767px) {
  .product ul .titleBox .m-subtitletitle {
    font-size: 14px;
  }
}
.product ul .m-info {
  font-size: 16.67px;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1.667;
  padding-right: 3em;
  margin-bottom: 17px;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product ul .m-info {
    font-size: 1.389vw;
    margin-bottom: 1.42vw;
  }
}
@media all and (max-width: 767px) {
  .product ul .m-info {
    font-size: 12px;
    padding-right: 0;
    margin-bottom: 5px;
  }
}
.product ul .btnBox {
  text-align: right;
  padding-right: 3.8em;
}
@media all and (max-width: 767px) {
  .product ul .btnBox {
    padding-right: 0;
  }
}
.product .line {
  position: absolute;
}
@media all and (max-width: 1200px) {
  .product .line {
    width: 100%;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 1200px) {
  .product .line svg {
    display: block;
    width: 100%;
    height: 100%;
  }
}
.product .line .paths {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 12.5 10;
  stroke-width: 2.5;
  stroke-linejoin: round;
}
.product .line .mask {
  fill: none;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
@keyframes dash {
  from {
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes opacityBeans {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.product .animationLine .mask {
  animation: dash 5s linear forwards;
}
.product .animationLine.beans-1, .product .animationLine.beans-2 {
  animation: opacityBeans 1s linear forwards 3s;
}
.product .line-1 {
  top: 23.7%;
  left: 29%;
  width: 848px;
}
@media all and (min-width: 1201px) and (max-width: 1920px) {
  .product .line-1 {
    left: calc(557px - (1920px - 100vw) / 2);
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .line-1 {
    top: 23.9%;
    left: 52%;
    width: 70.67vw;
  }
}
@media all and (max-width: 767px) {
  .product .line-1 {
    top: 23.4%;
    left: 51%;
    width: 93vw;
    display: none;
  }
}
.product .line-2 {
  top: 39.5%;
  left: 25%;
  width: 787px;
}
@media all and (min-width: 1201px) and (max-width: 1920px) {
  .product .line-2 {
    left: calc(480px - (1920px - 100vw) / 2);
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .line-2 {
    top: 39.65%;
    left: 42.8%;
    width: 65.58vw;
  }
}
@media all and (max-width: 767px) {
  .product .line-2 {
    top: 41.85%;
    left: 54.1%;
    width: 90vw;
    display: none;
  }
}
.product .line-3 {
  top: 57.8%;
  left: 29.7%;
  width: 767px;
}
@media all and (min-width: 1201px) and (max-width: 1920px) {
  .product .line-3 {
    left: calc(570px - (1920px - 100vw) / 2);
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .product .line-3 {
    top: 57.9%;
    left: 49.6%;
    width: 63.92vw;
  }
}
@media all and (max-width: 767px) {
  .product .line-3 {
    top: 59.9%;
    left: 45.6%;
    width: 89vw;
    display: none;
  }
}
.product .line-4 {
  top: 79.3%;
  left: 23.6%;
  width: 757px;
}
@media all and (min-width: 1201px) and (max-width: 1920px) {
  .product .line-4 {
    left: calc(453px - (1920px - 100vw) / 2);
  }
}
@media all and (max-width: 1200px) {
  .product .line-4 {
    top: 79.4%;
    left: 39.9%;
    width: 63.08vw;
  }
}
@media all and (max-width: 767px) {
  .product .line-4 {
    display: none;
  }
}
.product .beans-1 {
  position: absolute;
  top: 60.5%;
  left: 20%;
  width: 333px;
  opacity: 0;
}
@media all and (min-width: 1201px) and (max-width: 1920px) {
  .product .beans-1 {
    left: calc(384px - (1920px - 100vw) / 2);
  }
}
@media all and (max-width: 1200px) {
  .product .beans-1 {
    top: 60.5%;
    left: 2%;
    width: 27.75vw;
  }
}
@media all and (max-width: 767px) {
  .product .beans-1 {
    display: none;
  }
}
.product .beans-2 {
  position: absolute;
  top: 77.1%;
  left: 61.3%;
  width: 315px;
  opacity: 0;
}
@media all and (min-width: 1201px) and (max-width: 1920px) {
  .product .beans-2 {
    left: calc(1177px - (1920px - 100vw) / 2);
  }
}
@media all and (max-width: 1200px) {
  .product .beans-2 {
    top: 77.2%;
    left: 68.3%;
    width: 26.25vw;
  }
}
@media all and (max-width: 767px) {
  .product .beans-2 {
    display: none;
  }
}

.news {
  padding: 96px 0 86px;
  background: url("../images/news.jpg") top center/cover no-repeat;
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .news {
    padding-bottom: 80px;
    background: url("../images/news_mb.jpg") top center/cover no-repeat;
  }
}
@media all and (max-width: 767px) {
  .news {
    padding: 20px 0 50px;
    background: url("../images/news_mo.jpg") top center/cover no-repeat;
  }
}
.news .title {
  margin-bottom: 88px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .news .title {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .news .title {
    margin-bottom: 30px;
  }
}
.news .newsBox {
  position: relative;
}
@media all and (min-width: 768px) {
  .news .swiper-slide ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .news .swiper-slide ul {
    justify-content: space-between;
  }
}
.news .swiper-slide ul li {
  width: 47.57%;
  margin-bottom: 36px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .news .swiper-slide ul li {
    width: 49%;
  }
}
@media all and (max-width: 767px) {
  .news .swiper-slide ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.news .swiper-slide ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.32);
  padding: 17px 17px 17px 27px;
  transition: opacity 0.5s;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .news .swiper-slide ul li a {
    padding: 17px;
  }
}
@media all and (max-width: 767px) {
  .news .swiper-slide ul li a {
    padding: 15px;
  }
}
@media all and (min-width: 768px) {
  .news .swiper-slide ul li a:hover {
    opacity: 0.7;
  }
  .news .swiper-slide ul li a:hover img {
    transform: scale(1.05);
  }
  .news .swiper-slide ul li a:hover .s3::after {
    transform: translateX(2px);
  }
  .news .swiper-slide ul li a:hover .svg svg path {
    stroke-dashoffset: 0;
  }
}
.news .swiper-slide ul .date {
  font-size: 15.5px;
  font-weight: 700;
  color: #313b4d;
  margin: 0 0 8px 33px;
}
@media all and (max-width: 991px) {
  .news .swiper-slide ul .date {
    font-size: 15px;
    margin-left: 22px;
  }
}
@media all and (max-width: 767px) {
  .news .swiper-slide ul .date {
    margin: 0 0 6px 16px;
    font-size: 14px;
  }
}
.news .swiper-slide ul .img {
  flex: 0 0 46.8%;
  aspect-ratio: 1/0.642;
  border-radius: 12px;
  margin-right: 12px;
  overflow: hidden;
}
.news .swiper-slide ul .img img {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 1/0.642;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s;
  overflow: hidden;
}
.news .swiper-slide ul .txt {
  position: relative;
}
.news .swiper-slide ul .s-title {
  font-size: 15.3px;
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
  color: #313b4d;
  margin-bottom: 6px;
  height: 2.9em;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
@media all and (max-width: 991px) {
  .news .swiper-slide ul .s-title {
    font-size: 15px;
  }
}
.news .swiper-slide ul .s-info {
  font-size: 12px;
  font-weight: 500;
  font-family: "Noto Serif TC", serif;
  color: #8a4d0c;
  height: 2.9em;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 第幾行要顯示點點點 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 20px;
}
.news .swiper-slide ul .ta-right {
  position: absolute;
  bottom: -26px;
  right: 16px;
}
@media all and (min-width: 768px) and (max-width: 1100px) {
  .news .swiper-slide ul .ta-right {
    bottom: -15px;
    right: 10px;
  }
}
@media all and (max-width: 767px) {
  .news .swiper-slide ul .ta-right {
    bottom: -12px;
    right: 10px;
  }
}
.news .swiper-pagination {
  position: relative;
  width: 430px;
  max-width: 35.8%;
  height: 3px;
  margin-top: 22px;
  background-color: #d4a57c;
}
@media all and (max-width: 767px) {
  .news .swiper-pagination {
    height: 2px;
  }
}
.news .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #313b4d;
}

.locations {
  padding: 56px 0 108px;
  background: url("../images/locations.jpg") top center/cover no-repeat;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .locations {
    padding-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .locations {
    padding-bottom: 250px;
  }
}
.locations .title {
  margin-bottom: 80px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .locations .title {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .locations .title {
    margin-bottom: 30px;
  }
}
.locations .infoBox {
  margin-bottom: 30px;
}
@media all and (min-width: 992px) {
  .locations .infoBox {
    display: flex;
    max-width: 1030px;
    background-color: #313b4d;
    border-radius: 11em;
    padding: 0 84px 0 126px;
    margin-bottom: 60px;
  }
}
@media all and (min-width: 992px) {
  .locations .infoBox .info {
    padding: 34px 0 20px;
    margin-right: 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .locations .infoBox .info {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .locations .infoBox .info {
    padding: 0 20px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .locations .infoBox ul {
    margin: 0 10px;
  }
}
.locations .infoBox li {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 16.7px;
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.68;
}
@media all and (max-width: 991px) {
  .locations .infoBox li {
    margin-left: 50px;
    color: #313b4d;
  }
}
@media all and (max-width: 767px) {
  .locations .infoBox li {
    font-size: 15px;
    margin-left: 32px;
  }
}
.locations .infoBox li span {
  flex: 0 0 max-content;
}
.locations .infoBox li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  width: 37px;
  height: 48px;
}
@media all and (max-width: 767px) {
  .locations .infoBox li::after {
    width: 26px;
    height: 34px;
    left: -36px;
  }
}
.locations .infoBox li:nth-child(2n-1)::after {
  background: url("../images/loca-1.png") center/contain no-repeat;
}
.locations .infoBox li:nth-child(2n)::after {
  background: url("../images/loca-2.png") center/contain no-repeat;
}
@media all and (max-width: 991px) {
  .locations .map {
    display: flex;
    max-width: 1030px;
    background-color: #313b4d;
    border-radius: 11em;
    padding: 0 20%;
    margin-top: 60px;
  }
}
@media all and (max-width: 767px) {
  .locations .map {
    padding: 0 14%;
    margin-top: 70px;
  }
}
.locations .map iframe {
  display: block;
  transform: translateY(-20px);
  box-shadow: -8px -8px 7px rgba(0, 0, 0, 0.34);
}
@media all and (min-width: 992px) and (max-width: 1200px) {
  .locations .map iframe {
    width: 450px;
    max-width: 100%;
  }
}
@media all and (max-width: 991px) {
  .locations .map iframe {
    transform: translateY(-40px);
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .locations .map iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/0.562;
    box-shadow: -6px -6px 5px rgba(0, 0, 0, 0.34);
  }
}
.locations a {
  transition: opacity 0.5s;
}
@media all and (min-width: 768px) {
  .locations a:hover {
    opacity: 0.7;
  }
}