@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: 18rem;
  padding-bottom: 8rem;
  /* height: 100vh; */
}
/* .hero-flex-end {
  display: flex;
  justify-content: start;
  margin-left: 10%;
} */
.hero-subtitle-img {
  width: 45rem;
  transform: rotate(2deg);
}
.hero-title {
  margin-bottom: 1rem;
}
.hero-title-img {
  width: 76rem;
  transform: rotate(-4deg);
  margin-bottom: 3.2rem;
}
.hero-promotion-flex {
  max-width: 50rem;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.hero-promotion {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.2rem;
  line-height: 1.2;
  color: #545e5b;
  background-color: rgba(255, 241, 0, 0.9);
  /* border-radius: 50% 20% / 10% 40%; */
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  /* transform: rotate(3deg); */
}
.promotion-goods {
  background-color: #358999;
  border-radius: 5rem;
  color: #fff;
  padding: 0.1rem 1rem;
}
.promotion-big {
  font-size: 3.6rem;
  font-weight: bolder;
}

/*****************************/
/* SECTION CONTENT */
/*****************************/
.section-content {
  background-color: rgba(251, 246, 238, 0.8);
  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-more-img {
  width: 23rem;
}
.chapter-subtitle-img {
  width: 38rem;
  margin-bottom: 2.4rem;
}
.chapter-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.6rem;
  align-items: start;
  margin-bottom: 6.4rem;
}
.chapter-product-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.margin-bottom {
  margin-bottom: 6.4rem;
}
.margin-bottom-bg {
  margin-bottom: 9rem;
}
.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: 28rem;
}
.product-descrip {
  margin-top: 2rem;
  margin-bottom: 0.7rem;
  /* text-align: left; */
}
/* .price {
  text-align: left;
} */
.product-price {
  color: #d00008;
}
.product-price-bg {
  font-size: 3rem;
  font-weight: 700;
}
.product-price-crossed {
  text-decoration: line-through;
  font-size: 1.8rem;
  margin-bottom: 0;
  color: #867260;
}

.pre-order {
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #ffde00;
  border: 0.1rem solid #594a42;
  border-radius: 0.3rem;
  padding: 0 0.8rem;
}
.bn-img {
  width: 90rem;
  margin-top: 2rem;
}
.bn-sm {
  display: none;
}

/*****************************/
/* 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;
  background-color: rgba(249, 246, 238, 0.6);
  border-radius: 1rem;
  padding: 5.2rem;
}
.activity-header {
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.2rem;
  color: #283140;
}
.activity-part {
  list-style: none;
  padding-bottom: 5rem;
  text-align: justify;
}
.activity-date {
  color: #4f9693;
  margin-bottom: 2rem;
  font-weight: 700;
}
.activity_item {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1.6;
  margin-bottom: 2rem;
  padding: 0 16px;
  background-color: #4f9693;
  /* border: solid 1px #283140; */
  color: #fff;
  font-size: 1.8rem;
}
.activity-item-context {
  margin-left: 4.4rem;
  font-size: 1.8rem;
}
.activity_list {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 1.6;
  color: #283140;
}
.activity-link {
  color: #476aac;
}
.activity-letter-space {
  letter-spacing: 0;
}
.text-align {
  text-align: left;
}
.activity-note {
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 1.6;
  margin-top: 2.4rem;
  color: #283140;
  margin-left: 2rem;
}

/*****************************/
/* SIDE BAR */
/*****************************/
.side-bar {
  position: fixed;
  font-size: 1.6rem;
  text-align: right;
  bottom: 4rem;
  right: 0;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1rem;
}
.side-bar-btn {
  display: inline-block;
  padding: 0.8rem 2.6rem 0.8rem 1.6rem;
  border-radius: 40px 0 0 40px;
  background-color: rgba(79, 150, 147, 0.8);
  margin-bottom: 1rem;
  color: #f9f9f1;
  transition: all 0.3s;
  margin-right: -1rem;
}
.side-bar-btn:hover,
.side-bar-btn:active {
  transform: translateX(-1rem);
  color: #fff;
  background-color: #358999;
}
.side-bar-mobile {
  display: none;
  margin-bottom: 5.2rem;
}
.side-bar-btn-mobile {
  border-radius: 5rem;
  margin: 0.5rem;
  padding: 0.8rem 1.6rem;
  margin-right: auto;
}
.no-border {
  border-bottom: 0;
}
.sb-bolder {
  font-weight: bolder;
}

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

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