@charset "utf-8";
/* CSS Document */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* outline: solid #f00 1px !important;
  background: #000 !important;
  color: #fff !important; */
}
html {
  font-size: 62.5%;
}
body {
  margin: 0px;
  padding: 0px;
  background: url("images/bg-hero.jpg") top fixed;
  /* 　//設定背景圖片的呈現方式.jpg */
  -moz-background-size: cover;
  background-size: cover;
  background-color: #fdf4f0;
}
.main {
  font-family: "Noto Sans TC", sans-serif;
}
.main-container {
  max-width: 120rem;
  padding: 0 4.6rem;
  margin: 0 auto;
  letter-spacing: 0.2rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  color: #504233;
}
.span-inline-block {
  display: inline-block;
}
.nowrap {
  white-space: nowrap;
}
.scaled {
  transition: all 0.3s;
  cursor: pointer;
}
.scaled:hover,
.scaled:active {
  transform: scale(1.1);
}
.scaled2 {
  transition: all 0.3s;
  cursor: pointer;
}
.scaled2:hover,
.scaled2:active {
  transform: scale(1.03);
}

/*****************************/
/* SECTION HERO */
/*****************************/
.section-hero {
  padding-top: 14rem;
  height: 100vh;
}
.hero-subtitle,
.promotion {
  text-align: center;
  display: inline-block;
  color: #504233;
  background-color: rgba(249, 246, 238, 0.9);
  line-height: 1.2;
  padding: 0 1rem 0.5rem 1rem;
}
.hero-subtitle {
  font-family: "Noto Serif TC", serif;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1.4rem;
}
.hero-title {
  margin-bottom: 6.4rem;
}
.promotion {
  font-size: 2rem;
  margin-bottom: 2.4rem;
}
.promotion-bg {
  font-size: 3rem;
  font-weight: 700;
  color: #5f7a9a;
}

/*****************************/
/* SECTION CONTENT */
/*****************************/
.section-content {
  background-color: rgba(249, 246, 238, 0.9);
  padding: 8rem 0;
}
.chapter {
  margin-bottom: 9rem;
}
.chapter-title-flex {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.chapter-title-box {
  text-align: left;
}
.chapter-title {
  font-size: 4.8rem;
  font-family: "Noto Serif TC", serif;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.chapter-more {
  display: inline-block;
  color: #fdf4f0;
  background-color: #504233;
  border-radius: 1rem;
  padding: 0 1.2rem 0.2rem 1.2rem;
}
.chapter-cata-grid {
  display: inline-grid;
  grid-template-columns: repeat(2, auto);
  gap: 2.4rem;
  align-items: end;
  justify-content: center;
  padding-bottom: 0.3rem;
  border-bottom: solid 0.1rem #5f7a9a;
  color: #5f7a9a;
  margin-bottom: 3.2rem;
}
.chapter-cata-title {
  font-family: "Noto Serif TC", serif;
  font-size: 3.6rem;
  font-weight: 700;
}
.chapter-cata-subtitle {
  font-size: 2.2rem;
  font-weight: 500;
}
.chapter-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
  align-items: start;
  margin-bottom: 5.2rem;
}
.product-box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
}
.product-pic-img {
  width: 100%;
}
.product-descrip {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.product-price-crossed {
  text-decoration: line-through;
  font-size: 1.8rem;
  margin-bottom: 0;
  color: #867260;
}
.product-price-discount {
  color: #d00008;
}
.product-price-discount-bg {
  font-size: 3rem;
}
.pk {
  color: #ce7860;
}
.gy {
  color: #504233;
}
.dg {
  color: #4c9eaa;
}

/*****************************/
/* SECTION ACTIVITY */
/*****************************/
.activity {
  max-width: 120rem;
  padding: 0 4.6rem;
  margin: 0 auto;
  letter-spacing: 0.2rem;
  line-height: 1.4;
  color: #504233;
  text-align: justify;
  font-size: 1.8rem;
}
.activity-title {
  font-family: "Noto Serif TC", serif;
  display: inline-block;
  background-color: #fff;
  padding: 0 1rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.activity-ordered-list {
  margin-left: 5.2rem;
  margin-bottom: 4.6rem;
}
.activity-unordered-list {
  list-style: none;
  margin-bottom: 4.6rem;
}
.activity-list-item-single {
  margin-left: 5.2rem;
}
.activity-link {
  color: #e41a80;
}
.activity-pic-img {
  margin-bottom: 5.2rem;
}

/*****************************/
/* SIDE BAR */
/*****************************/
.side-bar {
  position: fixed;
  width: 12rem;
  font-size: 1.8rem;
  text-align: center;
  bottom: 9rem;
  right: 0;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1rem;
  background-color: rgba(249, 246, 238, 0.9);
  border-radius: 1rem;
  border: dashed 0.1rem #504233;
}
.side-bar-btn {
  padding: 1.6rem 1rem;
  border-bottom: dashed 0.1rem #504233;
}
.side-bar-btn:hover,
.side-bar-btn:active {
  background-color: #6dc2aa;
  color: #fff;
}
.no-border {
  border-bottom: 0;
}

/*****************************/
/* HAMBURGER */
/*****************************/
.w3-button,
.w3-xxlarge {
  display: none;
}

/*****************************/
/* TOP */
/*****************************/
.top {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
  cursor: pointer;
}
