@charset "UTF-8";
/* 在檔案最上方引入共用函數*/
/*筆電平板*/
/* 手機版轉換 (基準 375px) */
/*ay_sn_01*/
section#ay_sn_01 {
  position: relative;
}

.banner_link.banner_pc_block {
  display: block;
}

.banner_link.banner_mobile_block {
  display: none;
}

.banner_link {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 43%;
  background-position: center center;
  display: block;
  height: auto;
  width: 100%;
}

.food_banner .swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1 !important;
}

.food_banner .swiper-pagination-bullet {
  width: 2.292vw;
  height: 0.26vw;
  display: inline-block;
  background: #fff;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
  border-radius: 2.604vw;
}

.food_banner .swiper-button-next,
.food_banner .swiper-button-prev {
  color: #fff;
  width: 2.604vw;
  height: 2.604vw;
}

.food_banner .swiper-button-next:hover,
.food_banner .swiper-button-prev:hover {
  color: #F5BD1B !important;
}

.food_banner .swiper-button-next,
.food_banner .swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}

.food_banner .swiper-button-prev,
.food_banner .swiper-container-rtl .swiper-button-next {
  background-image: none !important;
}

.food_banner .swiper-horizontal > .swiper-pagination-bullets,
.food_banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.food_banner .swiper-pagination-custom,
.food_banner .swiper-pagination-fraction {
  bottom: 1.042vw;
}

a.scroll_link {
  position: absolute;
  bottom: -6%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  /* 新增這行：設定動畫名稱、時間長度、平滑進出、無限輪迴 */
  animation: floatUpDown 2s ease-in-out infinite;
}

/* 定義上下浮動的動畫關鍵影格 */
@keyframes floatUpDown {
  0%, 100% {
    /* 起點與終點保持在原位 */
    transform: translate(-50%, 0);
  }
  50% {
    /* 動畫進行到一半時，往下位移 15px (想往上的話可以改成 -15px) */
    transform: translate(-50%, 15px);
  }
}
@media screen and (max-width: 1024px) {
  /*1024-ay_sn_01 */
  .banner_link.banner_pc_block {
    display: none;
  }
  .banner_link.banner_mobile_block {
    display: block;
  }
  .banner_link {
    padding-bottom: 85%;
  }
  .food_banner .swiper-pagination-bullet {
    width: 8vw;
    height: 0.8vw;
    border-radius: 13.333vw;
  }
  .food_banner .swiper-button-next,
  .food_banner .swiper-button-prev {
    display: none;
  }
  .food_banner .swiper-horizontal > .swiper-pagination-bullets,
  .food_banner .swiper-pagination-bullets.swiper-pagination-horizontal,
  .food_banner .swiper-pagination-custom,
  .food_banner .swiper-pagination-fraction {
    bottom: 3.467vw;
  }
}
@media screen and (max-width: 992px) {
  a.scroll_link {
    bottom: -9%;
    max-width: 3.7333333333vw;
  }
}
/*ay_sn_02*/
section#ay_sn_02 {
  position: relative;
  padding: 6.25vw 1.0416666667vw 7.5520833333vw 1.0416666667vw;
}

.ay_sn_02_content {
  max-width: 59.375vw;
  grid-template-columns: auto 32.6041666667vw;
  margin: auto;
  display: grid;
  position: relative;
}

.text_content h3 {
  font-size: 2.0833333333vw;
  font-weight: 400;
  line-height: 180%;
  color: #000;
  letter-spacing: 4%;
  margin: 1.25vw 0;
}

.text_content h3 span {
  font-weight: 600;
}

section#ay_sn_02 .en_title p span {
  display: none;
}

section#ay_sn_02 .page_title {
  position: absolute;
  top: 2.6041666667vw;
  right: -5.2083333333vw;
  z-index: 2;
}

section#ay_sn_02 .text_box {
  padding-left: 1.0416666667vw;
}

section#ay_sn_02 .text_box p {
  padding: 2.6041666667vw 0 1.0416666667vw 0;
}

section#ay_sn_02 .text_box:before {
  background: #F9F3E6;
  content: "";
  width: 200%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  max-height: 24.4791666667vw;
}

section#ay_sn_02 .text_box p,
section#ay_sn_02 .text_box a {
  z-index: 1;
  position: relative;
}

section#ay_sn_02 a.btn_momre {
  margin-bottom: 2.9166666667vw;
}

section#ay_sn_02 img.img_bk_01 {
  top: 9.1145833333vw;
  left: 4.3229166667vw;
  width: 36.09375vw;
  position: absolute;
}

section#ay_sn_02 img.img_bk_02 {
  top: 33.3854166667vw;
  left: 26.5625vw;
  width: 18.4375vw;
  position: absolute;
}

@media screen and (max-width: 1440px) {
  section#ay_sn_02 {
    padding: 8.3333333333vw 1.0416666667vw 7.5520833333vw 1.0416666667vw;
  }
  .ay_sn_02_content {
    max-width: 79.1666666667vw;
    grid-template-columns: auto 50.4166666667vw;
  }
  .text_content h3 {
    font-size: 2.7777777778vw;
    margin: 1.6666666667vw 0;
  }
  section#ay_sn_02 .page_title {
    top: 3.4722222222vw;
    right: -6.9444444444vw;
  }
  section#ay_sn_02 .text_box {
    padding-left: 1.3888888889vw;
  }
  section#ay_sn_02 .text_box p {
    padding: 3.4722222222vw 0 1.3888888889vw 0;
  }
  section#ay_sn_02 .text_box:before {
    max-height: 41.6666666667vw;
  }
  section#ay_sn_02 a.btn_momre {
    margin-bottom: 3.8888888889vw;
  }
  section#ay_sn_02 img.img_bk_01 {
    top: 12.1527777778vw;
    left: 5.0694444444vw;
    width: 34.2361111111vw;
  }
  section#ay_sn_02 img.img_bk_02 {
    top: 44.5138888889vw;
    left: 21.5277777778vw;
    width: 17.6388888889vw;
  }
}
@media screen and (max-width: 992px) {
  section#ay_sn_02 {
    padding: 10.6666666667vw 0;
  }
  .ay_sn_02_content {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
  section#ay_sn_02 .en_title {
    padding: 0 5.3333333333vw;
    margin-bottom: 3.2vw;
  }
  .en_title p {
    display: flex;
    gap: 1.6vw;
  }
  section#ay_sn_02 .en_title p span {
    display: block;
  }
  .text_content h3 {
    font-size: 6.4vw;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0;
    margin: 3.2vw 0;
    font-family: "Noto Serif TC", serif;
    text-align: center;
  }
  section#ay_sn_02 .page_title {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 5.3333333333vw 4.2666666667vw 5.3333333333vw;
  }
  section#ay_sn_02 .text_box {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 10.6666666667vw;
    background: #F9F3E6;
    margin-left: 21.3333333333vw;
  }
  section#ay_sn_02 .text_box:before {
    display: none;
  }
  section#ay_sn_02 .text_box p {
    padding: 0 0 5.3333333333vw 0;
  }
  section#ay_sn_02 a.btn_momre {
    margin-bottom: 0;
  }
  section#ay_sn_02 img.img_bk_01 {
    top: 45%;
    left: -7%;
    width: 40.8vw;
    transform: translateX(0px);
  }
  section#ay_sn_02 img.img_bk_02 {
    top: auto;
    left: -1.8666666667vw;
    width: 28.2666666667vw;
    bottom: 3%;
  }
}
@media screen and (max-width: 480px) {
  section#ay_sn_02 img.img_bk_01 {
    top: 27% !important;
  }
}
/*ay_sn_03*/
section#ay_sn_03 {
  position: relative;
  padding: 6.25vw 1.0416666667vw 10.4166666667vw 1.0416666667vw;
}

.ay_sn_03_content {
  max-width: 59.375vw;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

section#ay_sn_03 a.btn_momre {
  margin-left: unset;
  margin-top: 2.0833333333vw;
}

section#ay_sn_03 img.img_bk_01 {
  top: 0;
  position: absolute;
  right: 8.6979166667vw;
  width: 15.4166666667vw;
}

section#ay_sn_03 img.img_bk_02 {
  top: 30.3125vw;
  position: absolute;
  left: 1.875vw;
  width: 14.3229166667vw;
}

section#ay_sn_03 img.img_bk_03 {
  bottom: 4.53125vw;
  position: absolute;
  right: 5.2083333333vw;
  width: 18.8020833333vw;
}

@media screen and (max-width: 1440px) {
  section#ay_sn_03 {
    padding: 8.3333333333vw 1.3888888889vw 13.8888888889vw 1.3888888889vw;
  }
  .ay_sn_03_content {
    max-width: 79.1666666667vw;
  }
  section#ay_sn_03 a.btn_momre {
    margin-top: 2.7777777778vw;
  }
  section#ay_sn_03 img.img_bk_01 {
    right: 4.6527777778vw;
    width: 20.5555555556vw;
  }
  section#ay_sn_03 img.img_bk_02 {
    width: 19.0972222222vw;
    top: auto;
    bottom: 0;
  }
  section#ay_sn_03 img.img_bk_03 {
    bottom: 0;
    right: 6.9444444444vw;
    width: 11.1805555556vw;
  }
}
@media screen and (max-width: 992px) {
  .ay_sn_03_content {
    max-width: 100%;
  }
  section#ay_sn_03 {
    padding: 0px 5.3333333333vw 37.3333333333vw 5.3333333333vw;
  }
  section#ay_sn_03 img.img_bk_01 {
    top: -mvw(12);
    right: 0;
    width: 23.7333333333vw;
    transform: unset;
  }
  section#ay_sn_03 img.img_bk_02 {
    bottom: 13.3333333333vw;
    top: unset;
    left: 0;
    width: 29.0666666667vw;
    transform: unset;
  }
  section#ay_sn_03 img.img_bk_03 {
    bottom: 1.3333333333vw;
    right: 0;
    width: 28.8vw;
  }
  section#ay_sn_03 a.btn_momre {
    margin-top: 5.3333333333vw;
  }
}/*# sourceMappingURL=home.css.map */