@charset "UTF-8";
:root {
  scroll-behavior: smooth;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.font-black {
  font-weight: 900;
}

.text-right {
  text-align: right;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}
@media (min-width: 768px) {
  .text-6xl {
    font-size: 3.75rem;
  }
}

.line-through {
  text-decoration: line-through;
}

.leading-none {
  line-height: 1;
}

.pc-show {
  display: none;
}
@media (min-width: 768px) {
  .pc-show {
    display: block;
  }
}

@media (min-width: 768px) {
  .mobile-show {
    display: none;
  }
}

.grid-1-3 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid-1-3 {
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-1-2-4 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 992px) {
  .grid-1-2-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pc-show {
  display: none;
}
@media (min-width: 768px) {
  .pc-show {
    display: block;
  }
}

.mo-show {
  display: block;
}
@media (min-width: 768px) {
  .mo-show {
    display: none;
  }
}

.m-bottom-1rem {
  margin-bottom: 1rem;
}

.m-bottom-1-5 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .m-bottom-1-5 {
    margin-bottom: 5rem;
  }
}

main {
  padding-top: 0;
  background-color: #f0ab5d;
}

section.top {
  padding-top: 70px;
  padding-bottom: 20px;
  text-align: center;
  background: linear-gradient(172deg, rgba(240, 171, 93, 0) 0%, rgba(240, 171, 93, 0) 83%, rgb(240, 171, 93) 83.1%, rgb(240, 171, 93) 100%), url(/images/event/20251111/mobile_02.png) no-repeat 75% top/80px, url(/images/event/20251111/slash-bg.gif) repeat;
}
@media (min-width: 768px) {
  section.top {
    padding-top: 123px;
    background: linear-gradient(172deg, rgba(240, 171, 93, 0) 0%, rgba(240, 171, 93, 0) 75%, rgb(240, 171, 93) 75.1%, rgb(240, 171, 93) 100%), url(/images/event/20251111/leaf-L.png) no-repeat left top/592px, url(/images/event/20251111/leaf-R.png) no-repeat 94% top/725px, url(/images/event/20251111/slash-bg.gif) repeat;
  }
}

.w1100 {
  width: min(95%, 1100px);
  margin-left: auto;
  margin-right: auto;
}

.img927 {
  max-width: 927px;
  margin: auto;
}

.img972 {
  max-width: 972px;
  margin: auto;
}

.img434 {
  max-width: 434px;
}

.img413 {
  max-width: 413px;
}

.img414 {
  max-width: 414px;
}

.img367 {
  max-width: 367px;
}

.img434, .img413, .img414, .img367 {
  width: 20%;
}

.img-p-name {
  max-width: 400px;
  margin: 0.8rem auto;
}

@media (min-width: 992px) {
  .img972 {
    width: 60%;
  }
  .img434, .img413, .img414, .img367 {
    width: 27%;
  }
}
.absolute.L01, .absolute.L02, .absolute.R01, .absolute.R02 {
  display: none;
}
@media (min-width: 768px) {
  .absolute.L01, .absolute.L02, .absolute.R01, .absolute.R02 {
    display: block;
  }
  .absolute.L01 {
    left: 3%;
    top: 0%;
  }
  .absolute.L02 {
    left: 0;
    bottom: 0;
  }
  .absolute.R01 {
    right: 0;
    top: 0%;
  }
  .absolute.R02 {
    right: 0;
    bottom: 10%;
  }
}
@media screen and (min-width: 1700px) {
  .absolute.L01 {
    left: calc(50% - 830px);
    top: 130px;
  }
  .absolute.L02 {
    left: calc(50% - 760px);
    bottom: 0;
  }
  .absolute.R01 {
    right: calc(50% - 900px);
    top: 80px;
  }
  .absolute.R02 {
    right: calc(50% - 800px);
    bottom: 10%;
  }
}

.bg-repeat {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(240, 171, 93, 0)), color-stop(95%, rgba(240, 171, 93, 0)), to(rgb(240, 171, 93))), url(/images/event/20251111/bg-1111_02.png) repeat-y, url(/images/event/20251111/bg-1111_02-R.png) repeat-y right;
  background: linear-gradient(to bottom, rgba(240, 171, 93, 0) 2%, rgba(240, 171, 93, 0) 95%, rgb(240, 171, 93) 100%), url(/images/event/20251111/bg-1111_02.png) repeat-y, url(/images/event/20251111/bg-1111_02-R.png) repeat-y right;
}

.section-w {
  max-width: 1050px;
  margin: auto;
}

.item-style {
  position: relative;
  margin-bottom: 0.8rem;
  padding: 2rem 1rem 1rem 1rem;
  border-radius: 20px;
}
.item-style::before {
  position: absolute;
  left: -15px;
  top: 20px;
  padding: 0 32px;
  content: attr(data-txt);
  font-size: 1.2rem;
  color: #592006;
  font-weight: 600;
  background: linear-gradient(45deg, rgb(186, 154, 74) 57%, rgb(232, 227, 180) 73%, rgb(232, 227, 180) 73%, rgb(186, 154, 74) 89%, rgb(186, 154, 74) 89%);
  border-radius: 50em 0 50em 0;
  line-height: 2;
  letter-spacing: 0;
  -webkit-box-shadow: 0 3px 0px 0 #e6dfb1;
          box-shadow: 0 3px 0px 0 #e6dfb1;
}
@media (min-width: 992px) {
  .item-style::before {
    left: -10px;
    top: 12px;
    font-size: 1.1rem;
  }
}
.item-style.p-color {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgb(255, 255, 255)), color-stop(60%, rgb(226, 248, 255)), color-stop(70%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 30%, rgb(226, 248, 255) 60%, rgb(255, 255, 255) 70%);
  border: 2px solid rgb(93, 210, 255);
}
.item-style.s-color {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgb(255, 255, 255)), color-stop(60%, rgb(255, 237, 225)), color-stop(80%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 35%, rgb(255, 237, 225) 60%, rgb(255, 255, 255) 80%);
  border: 2px solid rgb(252, 174, 119);
}
.item-style.c-color {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgb(255, 255, 255)), color-stop(65%, rgb(255, 229, 232)), color-stop(80%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 35%, rgb(255, 229, 232) 65%, rgb(255, 255, 255) 80%);
  border: 2px solid #ff8a97;
}
.item-style.t-color {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, rgb(255, 255, 255)), color-stop(65%, rgb(221, 221, 215)), color-stop(80%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 35%, rgb(221, 221, 215) 65%, rgb(255, 255, 255) 80%);
  border: 2px solid #6d6d6d;
}

.original-P {
  line-height: 1;
}
.original-P::before {
  content: "原價$";
  font-size: 0.5em;
}

.sale-p {
  line-height: 1;
}
.sale-p::before {
  content: "必囤優惠價";
  padding-right: 5px;
  font-size: 0.4em;
}

.average {
  font-size: 0.8em;
}

.comment-txt {
  color: #ab9d89;
  font-size: 0.9em;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.red {
  color: #e75921;
}

.blue {
  color: #11c0ff;
}

.pink {
  color: #4d4d4d;
}

.orange {
  color: #ff924e;
}

.p-pink {
  color: #ff596b;
}

.box-style {
  margin: 0 1rem 1rem 1rem;
  padding: 10px;
  background: url(/images/event/20251111/slash-bg02.gif) repeat;
  border-radius: 2.2em;
  -webkit-box-shadow: 0 0 40px 0 #ff8300;
          box-shadow: 0 0 40px 0 #ff8300;
}
@media (min-width: 768px) {
  .box-style {
    margin: 0 1rem 3.5rem 1rem;
    padding: 20px;
  }
}

.product-list {
  padding: 20px 20px 0 20px;
  background-color: #fffbe8;
  border-radius: 2.2em;
}
.product-list__item {
  margin-bottom: 2.3rem;
  padding-bottom: 2.3rem;
  border-bottom: 2px dotted #e7e0bd;
}
.product-list__item:last-child {
  border: 0;
}
@media (min-width: 768px) {
  .product-list__item {
    margin-bottom: 1rem;
    border-bottom: 0;
  }
}

.border-style {
  margin-top: 5px;
  padding: 8px;
  border: 1px solid #cccccc;
  border-radius: 8px;
}

.radius-100 {
  border-radius: 50em;
}

.taste-style {
  padding: 1px 18px;
  color: #ffffff;
}
.taste-style.blue {
  color: #0c78a1;
  background-color: #b8eeff;
}
.taste-style.green {
  color: #327504;
  background-color: #c9f3aa;
}

.red-btn {
  --redbtn-color:#e75921;
  padding: 12px 0;
  width: 80%;
  color: #ffffff;
  font-size: 1.2rem;
  background-color: var(--redbtn-color);
  border: 0;
}
.red-btn:hover {
  color: #fff7a3;
}

.minus-btn, .plus-btn {
  --Wsize: 20px;
  position: relative;
  width: var(--Wsize);
  aspect-ratio: 1/1;
  background-color: #dfdcd5;
  border-radius: 5px;
  border: 0;
  padding-inline: 0px;
}
.minus-btn::after, .plus-btn::after {
  --masksize: 15px;
  content: "";
  position: absolute;
  width: var(--masksize);
  aspect-ratio: 1/1;
  top: 3px;
  right: 3px;
  background-color: #333333;
}

.minus-btn {
  margin-right: 12px;
}

.plus-btn {
  margin: 0 8px 0 12px;
}

.minus-btn::after {
  -webkit-mask: url(/images/common/minus-solid.svg) no-repeat center center/contain;
          mask: url(/images/common/minus-solid.svg) no-repeat center center/contain;
}

.plus-btn::after {
  -webkit-mask: url(/images/common/plus-solid.svg) no-repeat center center/contain;
          mask: url(/images/common/plus-solid.svg) no-repeat center center/contain;
}

.s-o-btn, .s-k-btn {
  padding: 2px 13px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
}
.s-o-btn.select, .s-k-btn.select {
  border: 2px solid #e6582b;
}

.s-o-btn {
  color: #fb995d;
  background-color: #ffeadf;
  border: 1px dotted #fd833d;
}
.s-o-btn.select {
  color: #ffffff;
  background-color: #fc8245;
}

.s-k-btn {
  color: #d19a00;
  background-color: #fdf7e3;
  border: 1px dotted #ebb225;
}
.s-k-btn.select {
  color: #ffffff;
  background-color: #ebb225;
}

.red-btn, .minus-btn, .plus-btn, .s-o-btn, .s-k-btn {
  cursor: pointer;
}
.red-btn:active, .minus-btn:active, .plus-btn:active, .s-o-btn:active, .s-k-btn:active {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}

.note-box {
  padding: 2rem 1rem;
  margin: 0 1rem;
  background-color: #efe6b7;
  border-radius: 2em;
}
@media (min-width: 768px) {
  .note-box {
    padding: 2rem;
  }
}

.note-title {
  padding: 3px 0;
  color: #ffffff;
  background-color: #87604b;
  border-radius: 8px;
}

.note-title, .note-content {
  margin-bottom: 1rem;
}

@-webkit-keyframes rota {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@keyframes rota {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}