/* ((v2608.2)) */

/* ====(((( 共用開始：頁面基礎設定 (base.css) ))))===== */
/* ===== 基礎設定 ===== */
html { -webkit-text-size-adjust:none; }
html, body { margin:0; padding:0;}
body { font-size: inherit !important;} /*避免引入彈跳視窗套件時，body font-size 被套件改變，導致版面跑掉*/
img { max-width: 100%; border: 0px; vertical-align: top;}
a { text-decoration:none; }

/* ===== 處理微軟正黑體特定字元會有空格的問題 ===== */
@font-face {
  font-family: Microsoft JhengHei;
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: normal;
  src: local(Microsoft JhengHei);
}

/* ===== 預載圖片預設隱藏 (圖片元素) ===== */
.articleList img.lazy_off { background-image: none!important;}

/* ===== 預載圖片預設隱藏（容器元素) ===== */
.articleList .lazy[data-bg=""][data-was-processed="false"],
.articleList .lazy[data-bg=""][data-was-processed="false"]::before,
.articleList .lazy[data-bg=""][data-was-processed="false"]::after,
.articleList .lazy[data-bg=""][data-was-processed="false"] *,
.articleList .lazy[data-bg=""][data-was-processed="false"] *::before,
.articleList .lazy[data-bg=""][data-was-processed="false"] *::after { background-image: none !important;}

/* ===== 平台切換開關 ===== */
.for_phone { display: none !important;}
    @media screen and (max-width:767px){
      .for_pc    { display: none !important;}
      .for_phone { display: inherit !important;}
    }

/* ===== 主容器 區域通用樣式 ===== */
.WRAPPER { font-family: "微軟正黑體", system-ui, Helvetica, Arial; text-align:left; overflow:hidden;}
.WRAPPER { z-index:0; position: relative; display:block; margin: 0 auto; padding:0; width:100%;}
.WRAPPER a { -webkit-tap-highlight-color: transparent; }
    @media screen and (min-width: 768px) {
      .WRAPPER { min-width:1220px;}
    }
    @media screen and (max-width:767px){
      .WRAPPER { min-height:100%;}
      .WRAPPER img { width:100%; height:auto;}
    }

/* ===== Area 區域通用樣式 ===== */
.Area { position: relative; margin:0 auto; padding:0; text-align: center; box-sizing: border-box; scroll-margin-top: 50px;}
.Area a { display:block;} 
.Area .go_bt { transition: all 0.2s ease;}
.Area .go_bt:hover { transform:none; filter:brightness(110%);}
  @media screen and (min-width:768px){
    .Area .go_bt:hover { transform:translateY(-6px);}
  }
  @media screen and (max-width: 767px) {
    .Area { padding: 0; }
  }

.Area1220 { margin:0 auto; width:100%;}
.Area960  { margin:0 auto; width:100%;}
.Areapadding-s,
.Areapadding-m,
.Areapadding,
.Areapadding-l,
.Areapadding-xl { box-sizing: border-box;}
  @media screen and (max-width: 767px) {
    .Areabottom-s   { margin-bottom: 6px;}
    .Areabottom-m   { margin-bottom: 12px;}
    .Areabottom     { margin-bottom: 24px;}
    .Areabottom-l   { margin-bottom: 36px;}
    .Areabottom-xl  { margin-bottom: 48px;}
    .Areapadding-s  { padding-inline: 6px!important; padding-bottom: 6px!important;}
    .Areapadding-m  { padding-inline: 8px!important; padding-bottom: 8px!important;}
    .Areapadding    { padding-inline: 12px!important; padding-bottom: 12px!important;}
    .Areapadding-l  { padding-inline: 16px!important; padding-bottom: 16px!important;}
    .Areapadding-xl { padding-inline: 24px!important; padding-bottom: 24px!important;}
  }
  @media screen and (min-width:768px){
    .Area1220   { width:1220px;}
    .Area960    { width:960px;}
    .Areabottom-s  { margin-bottom: 20px;}
    .Areabottom-m  { margin-bottom: 40px;}
    .Areabottom    { margin-bottom: 80px;}
    .Areabottom-l  { margin-bottom: 120px;}
    .Areabottom-xl { margin-bottom: 160px;}
    .Areapadding-s  { padding-bottom: 5px!important;}
    .Areapadding-m  { padding-bottom: 10px!important;}
    .Areapadding    { padding-bottom: 20px!important;}
    .Areapadding-l  { padding-bottom: 40px!important;}
    .Areapadding-xl { padding-bottom: 80px!important;}
  }

/* ===== Area_{slug}--bg 區域背景通用樣式 ===== */
.Area--bg {
  --top: 0px;
  /* v2608.2：加邊框時不撐大盒子。.Area 已是 border-box、此處原本缺；
     無邊框無 padding 時 content-box 與 border-box 完全等價，故對既有專案零影響。 */
  box-sizing: border-box;
  pointer-events: none;
  z-index: -1;
  position: absolute;
  top: var(--top);
  height: calc(100% - var(--top));
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .Area--bg { left: 0; width: 100%; background-size: 100% auto;}
}
@media screen and (min-width: 768px) {
  .Area--bg { left: 50%; transform: translateX(-50%); width: 2000px; background-size: auto;}
}

/* ===== 標籤錨點（tag_anchor） ===== */
.tag { position: relative; display:block; width:0; height:0;}
    @media screen and (max-width:767px){
      .tag { scroll-margin-top: 50px;}
    }

/* ===== 回版頭 ===== */
#gotopBtn { display:none !important;} /*把系統手機版原本的Gotop關掉*/
#gotop { display: none; position:fixed; z-index:201; right:0; padding:14px 6px 3px 10px; font:12px/30px Verdana; text-align:center; color:#fff; cursor:pointer; transition: 0.2s; transform: translateX(200%);
          --bottom: 90px; bottom:var(--bottom);
          bottom: calc(var(--bottom) + constant(safe-area-inset-bottom)*0.6 );
          bottom: calc(var(--bottom) + env(safe-area-inset-bottom)*0.6 );}
#gotop::before { content: ""; position:absolute; top:9px; left:19px; width: 0; height: 0; border: 4px solid #fff; border-color: transparent transparent #fff; }
#gotop::after  { content: ""; z-index:-1; position:absolute; top:50%; left:50%; border-radius:50px 0 0 50px; transform:translate(-50%,-50%); width:44px; height:44px; background-color:rgba(0,0,0,0.8);}
#gotop.cate-open { transform: translateX(0%);}
/*區塊色*/
#gotop { color: #000;}
#gotop::before { border-color: transparent transparent #000;}
#gotop::after { background-color: rgba(255, 255, 255, 0.95); -webkit-box-shadow: 0 1px 0 #f2f2f2, 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 0 #f2f2f2, 0 0 10px rgba(0, 0, 0, 0.2);}

/* ===== 輪播UI配色設定 ===== */
:root {
  --swiper-pagination-color: #000;
  --swiper-scrollbar-color: 0, 0, 0;
}
.swiper-pagination-bullet,
.swiper-pagination-bullet-active { background-color: var(--swiper-pagination-color);}
.swiper-scrollbar { background: rgba(var(--swiper-scrollbar-color), .1);}
.swiper-scrollbar-drag { background: rgba(var(--swiper-scrollbar-color), .5);}

/* ===== 通用浮層黑色遮罩設定 ===== */
.blackBox { clear: both; display:none; z-index:999; position: fixed; top:50%; left:50%; transform: translate(-50%, -50%); width:100%; height:100%; background-color: rgba(34,34,34,0.75); }
.blackBox * { box-sizing:border-box;}
.blackBox .Boxclose { display: none; position:absolute; top:0px; left:0px; width:100%; height:100%; background-color: transparent;}

/* ===== 通用浮層樣式設定(待登記css移除浮層設定後再將重複的.agreeArea移除) ===== */
.agreeArea.agreeArea { 
  --title-color: #fff;
  --title-bg: #d62772;
  --text-color: #000;
  --table-row-title-text: #ffffff;
  --table-row-title-bg: #000000;
  --table-row-info-bg: #eeeeee;
  --table-row-info-border: #cccccc;
  z-index:10;
  position: relative; 
  top: 50%!important; 
  transform: translateY(-50%); 
  margin: 0 auto 30px; 
  width: 94%; 
  max-width: 900px; 
  font-family:"Century Gothic", "微軟正黑體", sans-serif;
}
.agreeArea.agreeArea img { width:100%; height:auto;}
.agreeArea.agreeArea .box { border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); background-color: #fff; overflow: hidden;}
.agreeArea.agreeArea .box > h3 {
  padding: 0;
  margin: 0;
  height: 3rem;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 3rem;
  text-align: center; 
  color:var(--title-color);
  background-color:var(--title-bg);}
.agreeArea.agreeArea .box > h3 .close { display: none;}
.agreeArea.agreeArea .box > .button { border-top: 1px solid #d6d6d6; text-align: center; font-size: 1.25rem; line-height: 3.5rem; font-weight: bold;}
.agreeArea.agreeArea .box > .button a { text-decoration: none;}
.agreeArea.agreeArea .box > .but-close { clear: both; width: 100%;}
.agreeArea.agreeArea .box > .but-close a { display: block; color: #333;}
.agreeArea.agreeArea .txtArea { position: relative; padding: 1em 0; height:60vh; overflow:auto; overflow-y:auto; -webkit-overflow-scrolling:touch; text-align: left; color: var(--text-color);}
.agreeArea.agreeArea .txtArea h2,
.agreeArea.agreeArea .txtArea h4,
.agreeArea.agreeArea .txtArea p { margin: 0; padding: 0;}
.agreeArea.agreeArea .txtArea .spcolor { color:var(--title-bg);}

/* ===== 通用浮層樣式設定-內容(一般+登記活動，共用) ===== */
.agreeArea.agreeArea .txtArea .PD_wrapper  {margin: 0; padding: 0; list-style: none;}
.agreeArea.agreeArea .txtArea .itemwrap-title-box { position: relative; margin: 0;}
.agreeArea.agreeArea .txtArea .itemwrap-title-box h2 { margin: 0; padding: 0.5em 1em 1em 1em; font-size: 1.45rem;}
.agreeArea.agreeArea .txtArea .itemwrap-list-style .PD_wrapper  {margin: 0; padding-left: 1em; list-style-type: decimal;}
.agreeArea.agreeArea .txtArea .itemwrap-list-style .PD_wrapper .PD_slide { margin-bottom: 1em;}
.agreeArea.agreeArea .container .PD_wrapper .PD_slide .itembox:first-child {margin-bottom: 0;}
.agreeArea.agreeArea .container .PD_wrapper .PD_slide .itembox:first-child .item-information  { margin: 0; padding: 0 1em 1em 1em; font-size: 1.45rem; font-weight: bolder;}
.agreeArea.agreeArea .itembox { position: relative; display: flex; width: 100%; margin-bottom: 1em;}
.agreeArea.agreeArea .itembox .item-title { margin:0; padding:0; font-size:1.25rem; font-weight:800; line-height:1.2; text-align:left; color: var(--text-color); padding: 0 1em; white-space: nowrap;}
.agreeArea.agreeArea .itembox .item-information { font-size: 1rem; text-align: left; line-height: 1.65rem; color:  var(--text-color); font-weight: 500; padding-right: 1rem;}
.agreeArea.agreeArea .itembox .itembox_box { position: relative;  width:calc(65%); margin:0; padding:0 1em 0 0; font-size:1rem; text-align:left; line-height:1.65rem; color: var(--text-color); font-weight:500;}
@media screen and ( max-width:767px) {
  .agreeArea.agreeArea .itembox.itemwrap {flex-wrap: wrap}
  .agreeArea.agreeArea .itembox.itemwrap .itembox_box { width:100%; margin-bottom: 0; }
  .agreeArea.agreeArea .itembox.itemwrap .itembox_box { padding:1em 2em 0 2em; }
}
@media screen and (min-width: 768px) {
  .agreeArea.agreeArea .itembox .item-title { --width: 6.75em; width: var(--width); flex: 0 0 var(--width); white-space: wrap; }
  .agreeArea.agreeArea .itembox .itembox_box { width: auto; }
}
.agreeArea.agreeArea .itembox ul,
.agreeArea.agreeArea .itembox ol { margin: 0; padding-left: 1em;}
.agreeArea.agreeArea .itembox li {line-height: 1.65rem;}
.agreeArea.agreeArea .box .agree_table table { margin:20px auto; border-collapse:collapse; width:90%; text-align:center;}
.agreeArea.agreeArea .box .agree_table th { padding:5px; border:1px solid #CCC; width:33%; font-size:0.9em; }
.agreeArea.agreeArea .box .agree_table td { padding:5px; border:1px solid #CCC; font-size:0.9em; }
.agreeArea.agreeArea .box .agree_table th a{ color:#c70026; text-decoration:underline;}
.agreeArea.agreeArea .box .xxx{ display:block; width:80%; height:40px; font-size:1.5em; text-align:center; line-height:40px; color:#FFF; background-color:#7048A0; margin:0 auto; margin-bottom:20px; margin-top:10px; font-weight:bold; border-radius:10px;}
.agreeArea.agreeArea .box .qrcodeimg { text-align:center; }
.agreeArea.agreeArea .box .qrcodeimg a { color:#006afe;}
.agreeArea.agreeArea .box .qrcodeimg img { width:100%; height:auto;}
/* 門檻說明線上入稿 */
.agreeArea.agreeArea .itemwrap-gift-info .itembox_box .PD_wrapper { display: grid; gap: 1rem; }
.agreeArea.agreeArea .itemwrap-gift-info .PD_slide .row { display: flex; font-size: 1rem; line-height: 1.5; font-weight: bold;}
.agreeArea.agreeArea .itemwrap-gift-info .PD_slide p { padding: 6px 18px; vertical-align: middle; line-height: 1.75;}
.agreeArea.agreeArea .itemwrap-gift-info .PD_slide .row-title p { flex-basis: 100%; text-align: center; background: var(--table-row-title-bg); color: var(--table-row-title-text);}
.agreeArea.agreeArea .itemwrap-gift-info .PD_slide .row-info p { border: 1px solid var(--table-row-info-border);}
.agreeArea.agreeArea .itemwrap-gift-info .PD_slide .row p:nth-child(1) { flex-shrink: 0;}
.agreeArea.agreeArea .itemwrap-gift-info .PD_slide .row p:nth-child(2) { flex-grow: 1;}
.agreeArea.agreeArea .itemwrap-gift-info .PD_slide .row-info:nth-of-type(even) { background: var(--table-row-info-bg);}
@media screen and ( max-width:767px) {
  .agreeArea.agreeArea .itemwrap-gift-info .PD_slide .row { display: flex; font-size: 0.9rem; line-height: 1.5; justify-content: flex-start; align-items: stretch; font-weight: bold;}
}

/* ===== PD_Layout 公版CSS修正 移除漸變效果【待總檔更新後即可刪除】 ===== */
.PD_layout li { transition: none;}
/* ====(((( 共用結束：頁面基礎設定 (base.css) ))))===== */

/* ====(((( 共用開始：區塊標題 (area-title-default) ))))===== */
h2:where(.Area_title_lbtclass):not(.Area_boxstyle_title) {
  --font-size: 5vw;
  --font-size-scale: 1;
  --font-color: #320f0d;
  --max-width: 960px;
  --min-height: calc(var(--font-size) * var(--font-size-scale) * 2.2);
  --top: 0%;
}
@media screen and (min-width: 768px) {
  h2:where(.Area_title_lbtclass):not(.Area_boxstyle_title) {
    --font-size: 50px;
  }
}
h2:where(.Area_title_lbtclass):not(.Area_boxstyle_title) {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: var(--max-width);
  min-height: var(--min-height);
}
h2:where(.Area_title_lbtclass):not(.Area_boxstyle_title) :where(*) {
  margin: 0; 
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
h2:where(.Area_title_lbtclass):not(.Area_boxstyle_title) :where(i,.PD_btn) { 
  display: none;
}
h2:where(.Area_title_lbtclass):not(.Area_boxstyle_title) img {
  width: 100%;
}
h2:where(.Area_title_lbtclass):not(.Area_boxstyle_title) h3 {
  position: absolute;
  top: var(--top);
  left: 0;
  width: 100%;
  height: calc(100% - var(--top));
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: calc(var(--font-size) * var(--font-size-scale));
  color: var(--font-color);
}
/* ====(((( 共用結束：區塊標題 (area-title-default) ))))===== */

/* ====(((( 共用開始：背景樣式 ))))===== */
.Area_pd-carousel[org="1"] .Area_pd-carousel--bg{background-color:#580f00}
@media screen and (max-width: 767px){.Area_pd-carousel[org="1"] .Area_pd-carousel--bg{width:100%;--top:6vw;border-radius:0vw}}
@media screen and (min-width: 768px){.Area_pd-carousel[org="1"] .Area_pd-carousel--bg{width:1220px;--top:60px;border-radius:20px}}
/* ====(((( 共用結束：背景樣式 ))))===== */

/* ====(((( 共用開始：全域區標樣式(頁面設定) ))))===== */
.Area_title_lbtclass #js-PD_val_1{color:#333333}
.Area_title_lbtclass{--font-size-scale:1;--top:0%}
/* ====(((( 共用結束：全域區標樣式(頁面設定) ))))===== */

/* ====(((( 共用開始：輪播UI配色覆寫(全域) ))))===== */
:root .swiper-wrapper + [class^="swiper-"] {
  --swiper-pagination-color: #FFFFFF;
  --swiper-scrollbar-color: 255, 255, 255;
}
/* ====(((( 共用結束：輪播UI配色覆寫(全域) ))))===== */

/* ====(((( 共用開始：共用素材微調 (shared-asset.css) ))))===== */
/* ============================================================
 * 共用素材微調（shared-asset.css）
 * 三個區段對應三層容器 class；需要微調時往對應區段寫即可。
 * ============================================================ */

/* Area_boxstyle 模板層微調 */

/* Area_boxstyle_title 區塊標題微調 */
h2.Area_boxstyle_title:where(.Area_title_lbtclass) .PD_img { display: none;}
h2.Area_boxstyle_title:where(.Area_title_lbtclass) #js-PD_val_1 { color: inherit;}
h2.Area_boxstyle_title:where(.Area_title_lbtclass) h3 { margin: 0; padding: 0; font-size: inherit;}
/* Area_boxstyle_box / Area_boxstyle_box1 內容器微調 */
.Area_boxstyle .Area_boxstyle_box1 { padding-inline: 0;}


/* ============================================================
 * 注意事項微調（shared-asset.css）
 * 判斷 body 內是否有 .Fixedfooter 元素(手機置底選單)，若有的話 找到 body內的 .edm_notice 則增加底部內距padding-bottom
 * ============================================================ */
@media screen and (max-width: 767px) {
  body:has(.Fixedfooter) .edm_notice {
      padding-bottom: 120px;
  }
}
/* ====(((( 共用結束：共用素材微調 (shared-asset.css) ))))===== */

/* ====(((( 共用開始：合併模板 CSS ))))===== */
/* ====(((( 模板開始：【9月短促】分會場/品類日版頭+行銷宮格 (comp_header_20260824002__subvenue-hero) ))))===== */
/**
 * @spec-version 1.0
 * @spec-owner
 *
 * ## 功能規格
 * - 【9月短促】分會場/品類日版頭＋行銷宮格（subvenue-hero）樣式。
 * - 0827 改版（來源：`@短促共用素材分析/03-分會場、品類日-0827更新/` 手動調整後的下載檔）：
 *   兩個版頭的副標自 `.hero-title .md-text` 拆出為獨立輪播容器 `.hero-title--main-sub`
 *   （Area_swiper × 3 li，各 li 於 ECM 各自入稿副標文案），版位改為 PC top:290px／MB top:33vw，
 *   品類日（body.ts_02）另有靠左版位。`--md-title` 變數隨之改掛在 `.hero-title--main-sub`
 *   （手切檔寫死 #ffe100，本檔刻意保留變數以維持「副標顏色」欄位可用）。
 * - 08271730 改版（來源：`@短促共用素材分析/03-分會場、品類日-08271730更新/`）：品類日版頭品 `.top_pd`
 *   的「今日主打／倒數 N 天」改為各 li 內 h2（js-PD_txt1）線上入稿；移除 `.top_pd.ts_pd_2/_3` 背景圖切換規則
 *   與 top_pd_bg_2/3.png，PD_img 上緣 padding 縮小（45px→5px／1.55em→0.1em）以讓位給 h2。
 * - 來源（皆為手動攤平，禁 CSS Nesting）：
 *   1) `@短促共用素材分析/03-分會場、品類日/@original/images/style/component/_hero.scss`
 *      （⚠ 與範本頁的 _hero.scss 是不同檔：--md-title 預設 #ffe100、含 .ts_02 品類日裝飾覆寫、
 *        裝飾層 _3/_4 帶 opacity:0.7）
 *   2) `Layout.css`（ts_01/ts_02 切換、版頭定位、倒數 TimerNick、版頭品輪播 top_pd、remove_box_style）
 *   3) `_acty.scss`（行銷宮格；其中「熱銷榜 .Area_hito」段落屬另一模板 hot-ranking，不在本檔）
 *
 * ## 輸入／輸出
 * - Input: 純靜態樣式表；圖片以 `images/` 前綴相對路徑引用（匯出時 exportHelper 去前綴）。
 * - Output: 作用於 `.Area_subvenue-hero`（模板根 section）子樹。
 *
 * ## 限制條件
 * - 模板自身的規則限縮於 `.Area_subvenue-hero` 命名空間；波段觸發 class（body.ts_02，由 timeSwitch
 *   加在 body 上）允許出現在命名空間左側（觸發端在外、作用端在內）。
 * - ⚠ **例外（v2608.2 刻意為之，非疏漏）**：檔末「共用」段的 `.cantantBase*` / `.Area_logo` /
 *   `.fixarea` / `.Area_boxstyle*` 規則**不加命名空間**，因為它們服務的是**整頁**——
 *   共用素材外框（Area_boxstyle 三層）可由同頁任何區塊勾選「使用共用素材外框」而套用，
 *   那些區塊不在本模板的命名空間內。
 *   **副作用（必須知道）**：全頁 boxstyle 外框圖的來源是**本模板的 `images/`**，
 *   所以本模板一旦從畫布移除，**同頁其他區塊的外框背景圖會一起消失**（外框結構還在、圖沒了）。
 *   分會場頁本來就必放這支版頭，故接受此耦合；若日後要讓外框脫離本模板獨立存在，
 *   應把這批規則與素材移到 `images/shared-asset/`（頁面層）。
 * - ⚠ **已知不生效：`@container (width = 960px)` 那段（960 寬容器的外框圖）**。
 *   全庫沒有任何 `container-type` 宣告，沒有 container 祖先時 container query 永不匹配，
 *   故該段在**所有瀏覽器**都不會套用——`Area_boxstyle_960_top1/bottom1/center1.png` 三張素材
 *   目前是只佔 ZIP 體積的死資源，960 寬容器一律退回非-960 圖。
 *   另：`@container` 需 Chrome 105+／Firefox 110+，本身也超出專案下限（Chrome 89／Firefox 108）。
 *   **保留現狀為 USER 決定**（v2608.2 上線前），未來若要讓它生效，兩條路：
 *     (a) 改用 `.Area960.Area_boxstyle .Area_boxstyle_box1` —— 容器寬度本來就以 class 表達，
 *         且 `.Area960` 與 `.Area_boxstyle` 落在**同一個元素**上，全瀏覽器可用、不必動 container-type；
 *     (b) 補 `container-type: inline-size` 並在本 @spec 明載「本段刻意要求 Chrome 105+」。
 *   在做出選擇之前，請不要把這三張圖當成「有在用的素材」。
 * - HTML 註記：ts_A 副標容器帶 `Area_960`、ts_B 不帶——為 0827 手切檔原樣，全庫（base.css 只有 `.Area960`）
 *   無任何規則命中此 class，PC 寬度實際由本檔 `.hero-title--main-sub { width: 960px }` 決定；刻意保留以忠實來源。
 * - 攤平差異（刻意，非疏漏）：
 *   1) SCSS `&_1`/`&_0` 掛在 `.bgtitle, .bgtitle > span` 選擇器列表上時，編譯會多出
 *      `span_1` 之類永不命中的死選擇器 → 一律省略。
 *   2) 手機裝飾層（.m_bgdeco）在 SCSS 內巢包 mixin 的 (min-width:768px) 區段，
 *      編譯後條件互斥永不命中 → 不含 PC 置中宣告。
 *   3) 原始 `aspect-ratio: none` 為非法值 → 改寫合法 `aspect-ratio: auto`（同規則已指定 height，結果相同）。
 *   4) _hero.scss 末尾 `.Areabottom { margin-bottom:2vw }` 為頁面層級且 .Areabottom 是 base 保留 class
 *      → 不移植（間距由 areaSpec 控制）。
 *   5) _hero.scss 的 `.hero-btn-wrap` 攻略按鈕樣式：本頁版頭 HTML 無按鈕 → 不移植。
 *   6) Layout.css 的 body 波段底色（#1015b7/#b70c19）、.cantantBase1/2、區標 Area_boxstyle 底圖、
 *      Area_AD / Area_logo / Fixedfooter / danji 等段落屬頁面層級或其他區塊。
 *   7) `.Area .remove_box_style` 改寫為 `.Area_subvenue-hero .remove_box_style`（原選擇器要求
 *      .Area 祖先，宮格內的 remove_box_style 不在 .Area 內會漏套；縮限於命名空間後一併涵蓋）。
 *   8) _acty.scss 行動版內的 `.acty__bn`（主題日bn）：本頁 HTML 無該元素 → 不移植。
 * - ⚠ 背景裝飾欄位覆寫特異度：editableFields 的裝飾圖 selector 刻意寫成
 *   `.bg-deco.bg-deco-pc .bgdeco_N`（產生 5 個 class 級），需高於本檔品類日預設
 *   `body.ts_02 .Area_subvenue-hero .bg-deco .bgdeco_N`（4 class + 1 element），
 *   本檔勿再提高預設規則特異度，否則欄位覆寫在品類日檔期會靜默失效。
 *
 * ## 依賴
 * - base.css（.Area / .for_pc / .for_phone）
 * - commonAll：LazyLoad、PD_Layout（.lbtclass/.btclass/.js-PD_*）、Swiper（.Area_swiper/.mySwiper）、
 *   timeSwitch（body.ts_01/ts_02、data-ts 解析；.top_pd 的 ts_pd_1/2/3 已於 08271730 改版移除）
 *
 * @spec-end
 */
/* ════════════════ 1. 版頭外框（_hero.scss） ════════════════ */
.Area_subvenue-hero .hero {
  position: relative;
}
@media screen and (min-width: 768px) {
  .Area_subvenue-hero .hero {
    max-width: 2000px;
    height: 440px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .Area_subvenue-hero .hero {
    width: 100%;
    margin: 0 auto;
    height: 42.5vw;
    overflow: unset;
  }
}

/* ───── 標題背景 ───── */
.Area_subvenue-hero .bgtitle,
.Area_subvenue-hero .bgtitle > span {
  pointer-events: none;
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  z-index: -1;
  aspect-ratio: 960 / 500;
  top: 1vw;
}
@media screen and (min-width: 768px) {
  .Area_subvenue-hero .bgtitle,
  .Area_subvenue-hero .bgtitle > span {
    user-select: none;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%) !important;
    top: 50px;
    max-width: none;
    height: 440px;
    aspect-ratio: auto;
  }
}
/* 註：來源 SCSS 的 .bgtitle_1/_2 背景圖已整段註解（無預設圖）；
   實際底圖由 editableFields（tsA_bgtitle1_img 等）覆寫寫入。 */

/* ───── 標題文案 ───── */
.Area_subvenue-hero .hero-title {
  /* 主標顏色變數（editableFields 以 style.--lg-title 覆寫）；
     副標 --md-title 自 0827 改版起改掛在 .hero-title--main-sub（副標已拆出為獨立輪播，不在本節點內） */
  --lg-title: #ffffff;
  position: absolute;
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  line-height: 5em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .Area_subvenue-hero .hero-title {
    top: 150px;
  }
}
@media screen and (max-width: 767px) {
  .Area_subvenue-hero .hero-title {
    position: relative;
    line-height: 2.75em;
    z-index: 10;
  }
}

/* 副標（hero-title--main-sub；0827 改版：自 .hero-title .md-text 拆出為獨立輪播容器） */
.Area_subvenue-hero .hero-title--main-sub {
  /* 副標顏色變數（editableFields 以 style.--md-title 覆寫；原手切檔寫死 #ffe100，此處改走變數以保留顏色欄位） */
  --md-title: #ffe100;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4em;
  z-index: 1;
  display: block;
  font-family: "Arial", "Noto Sans TC", sans-serif;
  color: var(--md-title);
}
.Area_subvenue-hero .hero-title--main-sub .font-style--number {
  font-size: 1.15em;
  font-family: "Arial", "微軟正黑體", "Microsoft JhengHei";
  transform: translateY(1.5px);
  display: inline-block;
}
.Area_subvenue-hero .hero-title--main-sub .PD_layout li { background: transparent; }
@media screen and (min-width: 768px) {
  .Area_subvenue-hero .hero-title--main-sub {
    position: absolute;
    top: 290px;
    width: 960px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
  }
  .Area_subvenue-hero .hero-title--main-sub .font-style--number {
    font-size: 1.2em;
  }
  /* 品類日：副標靠左對齊標題欄（與 body.ts_02 .hero-title 的 left:220px 版位對應） */
  body.ts_02 .Area_subvenue-hero .hero-title--main-sub {
    top: 340px;
    width: 685px;
    left: 130px;
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .Area_subvenue-hero .hero-title--main-sub {
    position: absolute;
    width: 100%;
    font-size: 6vw;
    font-weight: 700;
    line-height: 8.0vw;
    padding: 0;
    box-sizing: border-box;
    top: 33vw;
  }
  body.ts_02 .Area_subvenue-hero .hero-title--main-sub {
    width: 65%;
    left: 3%;
  }
}

/* 主標（lg-text） */
.Area_subvenue-hero .hero-title .lg-text {
  width: 960px;
  font-size: 105px;
  font-weight: 900;
  color: var(--lg-title);
  line-height: 130px;
  font-family: "Arial", "Noto Sans TC", sans-serif;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .Area_subvenue-hero .hero-title .lg-text {
    width: 100%;
    position: relative;
    font-size: 11vw;
    font-weight: 900;
    letter-spacing: -0.05em;
    height: 10vw;
    line-height: 10vw;
  }
}
.Area_subvenue-hero .hero-title .lg-text p {
  padding: 0;
  margin: 0;
  text-align: center;
}

/* ───── 版頭背景-分會場（_hero.scss 第一段 .bg-deco：僅 _0） ───── */
@media screen and (max-width: 767px) {
  .Area_subvenue-hero .bg-deco .m_bgdeco,
  .Area_subvenue-hero .bg-deco .m_bgdeco > span {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    z-index: -1;
  }
  .Area_subvenue-hero .bg-deco .m_bgdeco_0 {
    aspect-ratio: 960 / 590;
    background-image: url(Area_bgtop-bg.png?t=1788168485041);
    background-size: 105% 100%;
    top: 0;
    background-repeat: repeat-x;
  }
}
@media screen and (min-width: 768px) {
  .Area_subvenue-hero .bg-deco .bgdeco,
  .Area_subvenue-hero .bg-deco .bgdeco > span {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    z-index: -1;
    max-width: 960px;
    user-select: none;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .Area_subvenue-hero .bg-deco .bgdeco_0 {
    max-width: 2000px;
    background-image: url(Area_bgtop-bg-pc.png?t=1788168485041);
    background-size: auto;
    top: 0px;
    background-repeat: repeat-x;
    height: 530px;
  }
}

/* ───── 版頭背景-品類日（.ts_02 覆寫；ts_02 由 timeSwitch 加在 body） ───── */
@media screen and (max-width: 767px) {
  body.ts_02 .Area_subvenue-hero .bg-deco .m_bgdeco_0 {
    background-image: url(Area_bgtop-bg_s.png?t=1788168485041);
  }
  body.ts_02 .Area_subvenue-hero .bg-deco .m_bgdeco_3,
  body.ts_02 .Area_subvenue-hero .bg-deco .m_bgdeco_4 {
    top: 10vw;
    width: 75%;
    left: -4%;
  }
}
@media screen and (min-width: 768px) {
  body.ts_02 .Area_subvenue-hero .bg-deco .bgdeco_0 {
    max-width: 2000px;
    background-image: url(Area_bgtop-bg-pc_s.png?t=1788168485041);
  }
  body.ts_02 .Area_subvenue-hero .bg-deco .bgdeco_3 {
    width: 48%;
    background-image: url(Area_bgtop-03-pc_s.png?t=1788168485041);
  }
  body.ts_02 .Area_subvenue-hero .bg-deco .bgdeco_4 {
    width: 48%;
    background-image: url(Area_bgtop-04-pc_s.png?t=1788168485041);
  }
}

/* ───── 版頭－背景裝飾（_hero.scss 第二段 .bg-deco：_0/_3/_4 通用） ─────
   註：來源檔即重複宣告兩段 .bg-deco（後段 _0 高度 730px 蓋過前段 530px），
   此處忠實保留來源順序與覆蓋關係。 */
@media screen and (max-width: 767px) {
  .Area_subvenue-hero .bg-deco .m_bgdeco_3,
  .Area_subvenue-hero .bg-deco .m_bgdeco_4 {
    background-image: url(Area_bgtop-03.png?t=1788168485041);
    aspect-ratio: 960 / 505;
    top: 3vw;
    z-index: -1;
    opacity: 0.7 !important;
  }
  .Area_subvenue-hero .bg-deco .m_bgdeco_4 {
    background-image: url(Area_bgtop-04.png?t=1788168485041);
  }
}
@media screen and (min-width: 768px) {
  .Area_subvenue-hero .bg-deco .bgdeco_0 {
    height: 730px;
  }
  .Area_subvenue-hero .bg-deco .bgdeco_3,
  .Area_subvenue-hero .bg-deco .bgdeco_4 {
    max-width: 1220px;
    background-image: url(Area_bgtop-03-pc.png?t=1788168485041);
    aspect-ratio: 1220 / 438;
    top: 100px;
    z-index: -1;
    opacity: 0.7 !important;
  }
  .Area_subvenue-hero .bg-deco .bgdeco_4 {
    background-image: url(Area_bgtop-04-pc.png?t=1788168485041);
  }
}

/* ════════════════ 2. 波段切換與版頭定位（Layout.css） ════════════════ */
/* body波段底色 */
body {
  font-size: inherit !important;
  background-color:  #1015b7;
}
body.ts_02 {
  font-size: inherit !important;
  background-color:  #b70c19;
}

/* 分會場時，品類日版頭不出現；品類日（body.ts_02）時反轉 */
.Area_subvenue-hero .ts_B { display: none; }
body.ts_02 .Area_subvenue-hero .ts_A { display: none; }
body.ts_02 .Area_subvenue-hero .ts_B { display: block; }

/* 切換PC置頂選單--共用一個顏色 */
.cantantBase1 { display: block; background-color: #580f00;}
.cantantBase2 { display: none;}

/* --------------共用-------------- */
/* 壓標 */
.Area_logo a::before { display: block; background: url(logo.png?t=1788168485041)top center no-repeat; background-size: 100%;}
.fixarea .fix_top a::before { background: url(fixed_Area_top-main.png?t=1788168485041)top center no-repeat; background-size: 100%;}
@media screen and (max-width:767px){ 
  .Area_logo a { width: 60%;}
}

/* 區標 */
@media screen and (min-width:768px){
  .Area_boxstyle .Area_boxstyle_box1 { background: url(Area_boxstyle_top1.png?t=1788168485041) top center / contain no-repeat, url(Area_boxstyle_bottom1.png?t=1788168485041) bottom center / contain no-repeat, url(Area_boxstyle_center1.png?t=1788168485041) center top 150px / 100% calc(100% - (150px + 10px)) no-repeat;}
  @container (width = 960px) { .Area_boxstyle .Area_boxstyle_box1 { background: url(Area_boxstyle_960_top1.png?t=1788168485041) top center / contain no-repeat, url(Area_boxstyle_960_bottom1.png?t=1788168485041) bottom center / contain no-repeat, url(Area_boxstyle_960_center1.png?t=1788168485041) center top 150px / 100% calc(100% - (150px + 10px)) no-repeat;}}
  .Area_boxstyle.Area_boxstyle--hasBackdrop::before { background: url(Area_boxstyle_hasbg_top.png?t=1788168485041) top 0px center / contain no-repeat, url(Area_boxstyle_hasbg_center.png?t=1788168485041) center center / 100% calc(100% - 404px) no-repeat, url(Area_boxstyle_hasbg_bottom.png?t=1788168485041) bottom 0px center / contain no-repeat;}
  .Area_boxstyle.Area_boxstyle--hasBackdrop .Area_boxstyle_box { background: url(Area_boxstyle_top_hasbg.png?t=1788168485041) top 20px center / contain no-repeat, url(Area_boxstyle_bottom1.png?t=1788168485041) bottom center / contain no-repeat, url(Area_boxstyle_center1.png?t=1788168485041) center top 40px / 100% calc(100% - 40px) no-repeat;}
  .ts_02 .Area_boxstyle.Area_boxstyle--hasBackdrop::before { background: url(Area_boxstyle_hasbg_top_s.png?t=1788168485041) top 0px center / contain no-repeat, url(Area_boxstyle_hasbg_center_s.png?t=1788168485041) center center / 100% calc(100% - 404px) no-repeat, url(Area_boxstyle_hasbg_bottom_s.png?t=1788168485041) bottom 0px center / contain no-repeat;}
}
@media screen and (max-width: 767px) {
  .Area_boxstyle .Area_boxstyle_box1 { background: url(m_Area_boxstyle_top1.png?t=1788168485041) top center / contain no-repeat, url(m_Area_boxstyle_bottom1.png?t=1788168485041) bottom center / contain no-repeat, url(m_Area_boxstyle_center1.png?t=1788168485041) center top 14vw / 100% calc(100% - (14vw + 5vw)) no-repeat;}
  .Area_boxstyle.Area_boxstyle--hasBackdrop:before {background: url(m_Area_boxstyle_hasbg_top.png?t=1788168485041) top 0px center / 100% no-repeat, url(m_Area_boxstyle_hasbg_center.png?t=1788168485041) center center / 100% calc(100% - 42.0833333333vw) no-repeat, url(m_Area_boxstyle_hasbg_bottom.png?t=1788168485041) bottom 0px center / 100% no-repeat;}
  .Area_boxstyle.Area_boxstyle--hasBackdrop .Area_boxstyle_box { background: url(m_Area_boxstyle_top_hasbg.png?t=1788168485041) center top 4vw / contain no-repeat;}
  .ts_02 .Area_boxstyle.Area_boxstyle--hasBackdrop:before {background: url(m_Area_boxstyle_hasbg_top_s.png?t=1788168485041) top 0px center / 100% no-repeat, url(m_Area_boxstyle_hasbg_center_s.png?t=1788168485041) center center / 100% calc(100% - 42.0833333333vw) no-repeat, url(m_Area_boxstyle_hasbg_bottom_s.png?t=1788168485041) bottom 0px center / 100% no-repeat;}
}



/* 版頭定位 */
@media screen and (min-width: 768px) {
  .Area_subvenue-hero .hero { height: 415px; }
  /* 分會場 */
  .Area_subvenue-hero .hero-title { top: 165px; left: 50%; transform: translateX(-50%); margin: 0 auto; }
  /* 品類日 */
  body.ts_02 .Area_subvenue-hero .hero-title { top: 180px; left: 220px; transform: none; }
  body.ts_02 .Area_subvenue-hero .hero-title .lg-text { width: 530px; }
  /* 品類日副標版位見上方「副標（hero-title--main-sub）」段的 body.ts_02 規則 */
}
@media screen and (max-width: 767px) {
  /* 分會場 */
  .Area_subvenue-hero .hero-title { width: 100%; padding: 0; top: 19vw; }
  /* 品類日 */
  body.ts_02 .Area_subvenue-hero .hero-title { padding: 0; width: 65%; left: 3%; top: 20vw; }
}

/* ───── 倒數 ───── */
.Area_subvenue-hero .TimerNick { position: absolute; z-index: 0; display: inline-block; width: 100%; top: 120px; left: 50%; transform: translate(-50%); margin: 0 auto; }
.Area_subvenue-hero .TimerNick .FontStyle { display: inline-block; margin: 0; padding: 0; border: 0; font: bold 35px/38px Century Gothic; color: #FFF; letter-spacing: -1px; text-align: center; width: 60px; font-weight: 500; }
.Area_subvenue-hero .TimerNick span { display: inline-block; margin: 0; padding: 0; border: 0; font: bold 35px/38px Century Gothic; color: #FFF; letter-spacing: -1px; font-weight: 500; }
.Area_subvenue-hero .TimerNick .time_day { font-size: 35px; letter-spacing: .05rem; }
body.ts_02 .Area_subvenue-hero .TimerNick { position: absolute; top: 105px; left: -125px; transform: none; }
body.ts_02 .Area_subvenue-hero .TimerNick span { padding-left: 2px; font: bold 35px/38px "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica; letter-spacing: -0.05em; color: #FFF; font-weight: 900; }
body.ts_02 .Area_subvenue-hero .TimerNick .time_day { font-size: 35px; letter-spacing: .05rem; }
@media screen and (max-width: 767px) {
  .Area_subvenue-hero .TimerNick { top: 5vw; }
  .Area_subvenue-hero .TimerNick .FontStyle { display: inline-block; margin: 0; padding: 0; border: 0; font: 4.5vw/11vw Century Gothic; color: #FFF; letter-spacing: -1px; text-align: right; width: 5vw; }
  .Area_subvenue-hero .TimerNick span { padding-left: 1vw; font: bold 4vw/11vw "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica; letter-spacing: -0.05em; color: #FFF; }
  .Area_subvenue-hero .TimerNick .time_day { font-size: 4vw; letter-spacing: .05rem; }
  body.ts_02 .Area_subvenue-hero .TimerNick { top: 9vw; left: 3%; width: 65%; }
  body.ts_02 .Area_subvenue-hero .TimerNick span { padding-left: 1vw; font: bold 4vw/7vw "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica; }
  body.ts_02 .Area_subvenue-hero .TimerNick .time_day { font-size: 4vw; letter-spacing: .05rem; }
}

/* ───── 版頭品輪播（top_pd）─────
   08271730 改版：「今日主打／倒數 N 天」改為每個 li 的 h2（js-PD_txt1，ECM 線上入稿），
   原 ts_pd_2/ts_pd_3 背景圖切換規則與 top_pd_bg_2/3.png 一併移除，底圖固定 top_pd_bg_1.png。 */
.Area_subvenue-hero .top_pd .Area_swiper_box .PD_layout li,
.Area_subvenue-hero .Area_swiper_box .PD_layout li .PD_img img { border-radius: 0 !important; }
.Area_subvenue-hero .top_pd { position: absolute; overflow: hidden; background: url(top_pd_bg_1.png?t=1788168485041) top center no-repeat; background-size: 100%; }
@media screen and (min-width: 768px) {
  .Area_subvenue-hero .top_pd { top: 95px; right: 165px; width: 20%; }
  .Area_subvenue-hero .top_pd .ly ul li .PD_into { text-align: center; width: 100%; position: relative; padding: 0 10px; }
  .Area_subvenue-hero .top_pd .ly ul li .PD_into .PD_logo { display: none; }
  .Area_subvenue-hero .top_pd .ly ul li .PD_img { width: 100%; height: auto; padding: 5px 25px 0; }
  /* 文字 */
  /* h2：PC 用 .ly.PD_layout h2、MB 用 .ly ul li h2——選擇器形態照來源 main.css 保留，兩者命中同一元素 */
  .Area_subvenue-hero .top_pd .ly.PD_layout h2 { color: #000000; font-size: 1.6em; font-weight: 800; font-style: italic; line-height: normal; max-height: 1.2em; margin: 0 auto; font-family: 'noto sans'; padding-top: 5px; }
  .Area_subvenue-hero .top_pd .ly.PD_layout .PD_into h3 { color: #000000; font-size: 1.3em; line-height: normal; max-height: 1.4em; }
  .Area_subvenue-hero .top_pd .ly.PD_layout .PD_into h4 { color: #ce2227; font-size: 1.3em; line-height: normal; max-height: 1.4em; font-weight: 800; }
}
@media screen and (max-width: 767px) {
  .Area_subvenue-hero .top_pd { top: 3vw; right: 3vw; width: 30%; }
  .Area_subvenue-hero .top_pd .ly ul li .PD_into .PD_logo { display: none; }
  .Area_subvenue-hero .top_pd .ly ul li .PD_into { padding: 0; }
  .Area_subvenue-hero .top_pd .ly ul li .PD_img { width: 100%; height: auto; padding: 0.1em 1.15em 0; }
  /* 文字 */
  .Area_subvenue-hero .top_pd .ly ul li h2 { color: #000000; font-size: .9em; font-weight: 800; font-style: italic; line-height: normal; max-height: 1.2em; margin: 0 auto; font-family: 'noto sans'; padding-top: 0.1em; }
  .Area_subvenue-hero .top_pd .ly ul li .PD_into h3 { color: #000000; font-size: .9em; line-height: normal; max-height: 1.4em; }
  .Area_subvenue-hero .top_pd .ly ul li .PD_into h4 { color: #ce2227; font-size: .9em; line-height: normal; max-height: 1.4em; font-weight: 800; }
}

/* ───── 移除公版設定（縮限於本命名空間，見檔頭差異 7） ───── */
.Area_subvenue-hero .remove_box_style ul { background-color: transparent; grid-gap: 0; }
.Area_subvenue-hero .remove_box_style ul li { border: none !important; background-color: transparent; }
@media screen and (max-width: 767px) {
  .Area_subvenue-hero .remove_box_style ul { width: 100%; padding: 0; }
}

/* ════════════════ 3. 行銷宮格（_acty.scss） ════════════════ */
.Area_subvenue-hero .acty {
  width: var(--acty-area-width);
  margin: auto;
  position: relative;
  z-index: 20;
}
.Area_subvenue-hero .acty * {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* 公版BN背景改透明 */
.Area_subvenue-hero .acty .PD_layout li {
  background-color: transparent;
}
/* 小圓點 */
.Area_subvenue-hero .acty .Area_boxstyle .swiper-pagination {
  position: absolute;
  text-align: center;
  bottom: 0 !important;
}
.Area_subvenue-hero .acty .Area_boxstyle .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
}

.Area_subvenue-hero .acty__el {
  position: absolute;
  transition: 0.2s;
  overflow: hidden;
}
.Area_subvenue-hero .acty__el:hover {
  transform: translateY(-6px);
}
.Area_subvenue-hero .acty__el img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
/* row 1 */
.Area_subvenue-hero .acty__el--1 {
  width: calc(var(--acty-area-width) * calc(320 / 960));
  height: var(--row-height-1);
  top: 0;
  left: calc(var(--acty-area-width) * calc(0 / 960));
}
.Area_subvenue-hero .acty__el--2 {
  width: calc(var(--acty-area-width) * calc(320 / 960));
  height: var(--row-height-1);
  top: 0;
  left: calc(var(--acty-area-width) * calc(320 / 960));
}
.Area_subvenue-hero .acty__el--3 {
  width: calc(var(--acty-area-width) * calc(320 / 960));
  height: var(--row-height-1);
  top: 0;
  left: calc(calc(var(--acty-area-width) * calc(640 / 960)));
}
.Area_subvenue-hero .acty__el--3 .swiper-pagination {
  bottom: -5px;
}
/* row 2-主打品 */
.Area_subvenue-hero .acty__el--4 {
  width: calc(var(--acty-area-width) * calc(365 / 960));
  height: calc(var(--row-height-2));
  top: calc(var(--row-height-1) + var(--row-height-1-2));
  left: calc(var(--acty-area-width) * calc(85 / 960));
}
/* row 2-右三品 */
.Area_subvenue-hero .acty__el--5,
.Area_subvenue-hero .acty__el--6,
.Area_subvenue-hero .acty__el--7 {
  width: calc(var(--acty-area-width) * calc(460 / 960));
  height: var(--row-height-3);
  left: calc(calc(var(--acty-area-width) * calc(450 / 960)));
}
.Area_subvenue-hero .acty__el--5 {
  top: calc(var(--row-height-1) + var(--row-height-1-2));
}
.Area_subvenue-hero .acty__el--6 {
  top: calc(var(--row-height-1) + var(--row-height-1-2) + var(--row-height-3));
}
.Area_subvenue-hero .acty__el--7 {
  top: calc(var(--row-height-1) + var(--row-height-1-2) + var(--row-height-3) + var(--row-height-3));
}

@media screen and (min-width: 768px) {
  .Area_subvenue-hero .acty {
    margin-bottom: -80px;
    --acty-area-width: 960px;
    --row-height-1: 210px;
    --row-height-1-2: 55px; /* 一大三小跟上面距離 */
    --row-height-2: 570px;
    --row-height-3: 200px;
  }
  .Area_subvenue-hero .acty .Area_swiper_box {
    padding-bottom: 30px;
  }
  .Area_subvenue-hero .acty .swiper-pagination {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .Area_subvenue-hero .acty {
    margin-bottom: -7vw;
    --acty-area-width: 100vw;
    --row-height-1: calc(200 / 960 * 100vw);
    --row-height-1-2: calc(60 / 960 * 100vw);
    --row-height-2: calc(570 / 960 * 100vw);
    --row-height-3: calc(200 / 960 * 100vw);
  }
  .Area_subvenue-hero .acty .Area_swiper_box {
    padding-bottom: 3vw;
  }
}

.Area_subvenue-hero .swiper-container-fade .swiper-slide {
  pointer-events: auto;
}

/* ───── 右三品-樣式 ───── */
.Area_subvenue-hero .acty .PD_layout {
  font-family: "Century Gothic", "Noto Sans TC", sans-serif, system-ui, Helvetica, Arial;
}
.Area_subvenue-hero .acty .PD_layout ul::after {
  display: none;
}
.Area_subvenue-hero .acty .PD_layout.PD_layout-D1_02B .PD_img {
  width: 40%;
  transform: scale(0.85);
  transform-origin: left center;
}
.Area_subvenue-hero .acty .PD_layout.PD_layout-D1_02B .PD_into {
  position: relative;
  width: 60%;
  padding: 20px 0px 0px 80px;
}
.Area_subvenue-hero .acty .PD_layout.PD_layout-D1_02B .PD h3 {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1em;
  word-break: keep-all;
  margin-top: -10px;
}
.Area_subvenue-hero .acty .PD_layout.PD_layout-D1_02B .PD h4 {
  color: #000;
  font-size: 43px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.35em;
  word-break: keep-all;
}
.Area_subvenue-hero .acty .PD_layout.PD_layout-D1_02B .PD h4 span {
  color: #000;
}
.Area_subvenue-hero .acty .PD_layout.PD_layout-D1_02B .PD h4 b {
  display: none;
}

@media screen and (max-width: 767px) {
  /* 小圓點 */
  .Area_subvenue-hero .acty .Area_boxstyle .swiper-pagination {
    position: absolute;
    text-align: center;
    bottom: 1vw !important;
  }
  .Area_subvenue-hero .acty .PD_layout.PD_layout-D1_02B .PD_slide {
    background-color: transparent;
  }
  .Area_subvenue-hero .acty .PD_layout.PD_layout-D1_02B .PD_into {
    width: 50%;
    padding: 2vw 0vw 0vw 4vw;
  }
  /* 註：來源 ::after 定位覆寫的基底 content 已在 SCSS 內整段註解（無 content → 不渲染），
     此處忠實保留覆寫宣告。 */
  .Area_subvenue-hero .acty .PD_layout.PD_layout-D1_02B .PD_into::after {
    bottom: 16%;
    left: 4%;
    font-size: 2.7vw;
  }
  .Area_subvenue-hero .acty .PD_layout.PD_layout-D1_02B .PD h3 {
    font-size: 4vw;
  }
  .Area_subvenue-hero .acty .PD_layout.PD_layout-D1_02B .PD h4 {
    font-size: 4.5vw;
  }
}


/* 登記贈品文案顏色 */
.Area_danji .danji_box ul li .activityText .gifts span { color: #580f00;}          

/* MB選單 */
.Fixedfooter_box {
  background-image: url(Fixedfooter_bg.png?t=1788168485041);
  background-size: cover;
  background-position: center top;
}


/* --------------看更多按鈕-------------- */
/*各區看更多按鈕，哪一區不要就:not(.Area17) > .PD_layout-btn*/
@media screen and (min-width: 768px) {
  .PD_layout-btn {
    margin-top: 0;
  }
}
.PD_layout-btn li {
  list-style-type: none;
}
.PD_layout-btn .PD h3 {
  color: var(--font-black) !important;
  background-color: #ffe344 !important;
  transition: all .5s ease-in-out;
}
.PD_layout-btn ul
 { background-color: transparent !important;}
@media screen and (min-width: 768px) {
  .PD_layout-btn .PD h3:hover {
    cursor: pointer;
    color: var(--font-black);
    background-color: #fff6aa !important;
  }
}

/* ====(((( 模板結束：【9月短促】分會場/品類日版頭+行銷宮格 (comp_header_20260824002__subvenue-hero) ))))===== */

/* ====(((( 模板開始：【9月短促】今日主打(輪播) (comp_block_20260824006__daily-highlight-carousel) ))))===== */
/**
 * @spec-version 1.0
 * @spec-owner
 *
 * ## 功能規格
 * - 【9月短促】今日主打(輪播)（daily-highlight-carousel）樣式。
 * - 來源：`@短促共用素材分析/03-分會場、品類日/@original/images/style/component/_Department.sass`
 *   （縮排 Sass 語法，手動轉平鋪 CSS）。
 * - 原始掛在區塊根 `.Area_Department`（Vue x-template 的 _name），組版系統改用系統容器後
 *   區塊根為 `.Area_daily-highlight-carousel`；背景樣式（withBG/withBG2）原掛在區塊根上，
 *   因 editableFields 無法操作系統容器 section 本身，改掛在模板片段自帶的 `.dept-box` 包層，
 *   由「背景樣式」select 欄位切換 class（dept-plain / withBG / withBG2）。
 *
 * ## 輸入／輸出
 * - Input: 純靜態樣式表；圖片以 `images/` 前綴相對路徑引用（匯出時去前綴）。
 * - Output: 作用於 `.Area_daily-highlight-carousel`（系統容器 section）子樹。
 *
 * ## 限制條件
 * - 全部規則限縮於 `.Area_daily-highlight-carousel` 命名空間；禁 CSS Nesting。
 * - 攤平差異（刻意）：
 *   1) 原始 mobile 的 `.swiper-pagination { scale: .6 }`：`scale` 獨立屬性需 Chrome 111+，
 *      本專案最低支援 Chrome 89 → 於舊瀏覽器優雅降級（分頁器原尺寸）。不改寫成 transform:scale()
 *      ——swiper 分頁器自帶 transform 定位，覆寫 transform 會破壞置中。忠實保留原宣告。
 *   2) 原始外層 class 的 `hide`（timeSwitch 顯示控制）不帶入——組版系統由使用者增刪模板決定。
 *   3) `&.PD_topic` 段落：本模板 HTML 無 PD_topic → 不移植。
 *
 * ## 依賴
 * - base.css（.Area 容器）
 * - commonAll：PD_Layout（.PD_layout/.PD_*）、Swiper（.Area_swiper）、LazyLoad
 *
 * @spec-end
 */

/* ════════ 區塊根（原 .Area_Department → .dept-box 包層） ════════ */
.Area_daily-highlight-carousel .dept-box {
  position: relative;
}

/* ───── withBG：左側直書「今日主打」＋背景圖 ───── */
.Area_daily-highlight-carousel .dept-box.withBG {
  padding: 20px 0px 20px 80px;
  background-image: url(Area_pointsPlan-bg.png?t=1788168485041);
}
.Area_daily-highlight-carousel .dept-box.withBG::after {
  display: block;
  z-index: 5;
  content: "今日主打";
  position: absolute;
  top: 65px;
  left: -25px;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  font-family: "Noto Sans TC", sans-serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 25px 18px 44px;
}

/* ───── 公版商品樣式 ───── */
.Area_daily-highlight-carousel .PD_layout ul {
  padding-bottom: 25px;
}
.Area_daily-highlight-carousel .PD_layout ul li {
  border-radius: 1.2em;
  border: 0.1em solid #fff;
}
.Area_daily-highlight-carousel .PD_layout .PD_img {
  padding-bottom: .5em;
}
.Area_daily-highlight-carousel .PD .PD_into {
  background: #ffe344;
  border-radius: 0 0 1.2em 1.2em;
  padding-bottom: 2em;
}
.Area_daily-highlight-carousel .PD .PD_into h3 {
  margin: .35em 0;
  color: #000000;
  font-size: 28px;
  letter-spacing: -0.05em;
  line-height: 1;
  max-height: 1em;
}
.Area_daily-highlight-carousel .PD .PD_into p {
  position: absolute;
  bottom: -14px;
  left: 11%;
  width: 78%;
  height: 50px;
  line-height: 3.0em;
  color: #FFFFFF;
  background-color: #580f00;
  border-radius: 20em;
  overflow: visible;
}
.Area_daily-highlight-carousel .PD .PD_into .money {
  color: #FFF;
}
.Area_daily-highlight-carousel .PD .PD_into .Price {
  color: #FFF;
  font-size: 44px;
}

/* ───── Mobile ───── */
@media screen and (max-width: 767px) {
  .Area_daily-highlight-carousel .dept-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .Area_daily-highlight-carousel .dept-box.withBG {
    margin-left: 2vw;
    padding: 3vw 0 1.5vw 8vw;
    border-radius: 2.5vw 0 0 2.5vw;
  }
  .Area_daily-highlight-carousel .dept-box.withBG::after {
    font-size: 1.6em;
    padding: 3.5vw 1vw 6.5vw;
    background-size: 141%;
  }
  /* scale 獨立屬性需 Chrome 111+，舊版優雅降級（見檔頭限制條件 1） */
  .Area_daily-highlight-carousel .swiper-pagination {
    scale: .6;
  }
  .Area_daily-highlight-carousel .PD_layout ul {
    padding-bottom: 4vw;
  }
  .Area_daily-highlight-carousel .PD_layout ul li {
    border-radius: 0.75em;
  }
  .Area_daily-highlight-carousel .PD .PD_into {
    border-radius: 0 0 2vw 2vw;
    padding-bottom: 1.0em;
  }
  .Area_daily-highlight-carousel .PD .PD_into h3 {
    font-size: 3.8vw;
    color: #000;
  }
  .Area_daily-highlight-carousel .PD .PD_into p {
    bottom: -3.5vw;
    height: 7vw;
    line-height: 1.8em;
  }
  .Area_daily-highlight-carousel .PD .PD_into p .Price {
    font-size: 5vw;
  }
}

/* ════════ withBG2：滿版背景色塊 ════════ */
.Area_daily-highlight-carousel,
.Area_daily-highlight-carousel .dept-box.withBG2 {
  aspect-ratio: 960 / 570;
}
.Area_daily-highlight-carousel .dept-box.withBG2 {
  position: relative;
  padding: 0;
}
.Area_daily-highlight-carousel .dept-box.withBG2 .Area_swiper {
  padding: 80px 40px 0 130px;
  margin: 50px 0 30px;
}
.Area_daily-highlight-carousel .dept-box.withBG2 .Area_swiper .Area_swiper_box {
  padding-right: 25px;
}
.Area_daily-highlight-carousel .dept-box.withBG2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 960/570;
  background-image: url(Area_pointsPlan-bg.png?t=1788168485041);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* withBG2 Mobile */
@media screen and (max-width: 767px) {
  .Area_daily-highlight-carousel .dept-box.withBG2 .Area_swiper {
    padding: 8vw 4vw 0 13vw;
    margin: 5vw 0 3vw;
  }
  .Area_daily-highlight-carousel .dept-box.withBG2 .Area_swiper .Area_swiper_box {
    padding-right: 2.5vw;
  }
}

/* ====(((( 模板結束：【9月短促】今日主打(輪播) (comp_block_20260824006__daily-highlight-carousel) ))))===== */

/* ====(((( 模板開始：錨點選單(電腦+手機) (comp_basic_20260527001__nav_001) ))))===== */
/*PC黏人精-區塊錨點*/
.fixarea_tabbar {z-index:101;position:fixed;right:0;top:200px;border-radius:20px 0 0 20px;width:110px; background-color: rgba(0,0,0,.65); text-align: center;font-family:"微軟正黑體", "Microsoft JhengHei", Arial;
-webkit-transform: rotate3d(0,0,0,0deg) translate3d(150px,0,0);
        transform: rotate3d(0,0,0,0deg) translate3d(150px,0,0);
-webkit-transform-origin:top right;
        transform-origin:top right;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.fixarea_tabbar.fixarea_off { -webkit-transform: rotate3d(0,0,0,0deg) translate3d(0,0,0); transform: rotate3d(0,0,0,0deg) translate3d(0,0,0);}
.fixarea_tabbar .fix_box { margin:20px auto 10px; margin-left:10px;}
.fixarea_tabbar ul { margin:0; padding:0; list-style:none;}
.fixarea_tabbar li { position:relative; margin:0; padding:0; font-weight:800; font-size:15px; line-height:20px; }
.fixarea_tabbar a { display:block; text-decoration:none; color:#fff; }
.fixarea_tabbar a:hover{ color:#ffffbe; }
.fixarea_tabbar .cate-hover a { color:#ffffbe; }
.fixarea_tabbar .fix_other { }
.fixarea_tabbar .fix_other li { padding:10px 0; }
.fixarea_tabbar .fix_other li:before { content: ""; display: block; position: absolute; bottom:0; left:18%; width:64%; height:1px; background-color:#fff; opacity: 0.2}
.fixarea_tabbar .fix_other li:last-child::before { display:none;}
.fixarea_tabbar .fix_other li i { display:none; z-index:-1; position: absolute; top:53%; left:-2px; width:12px; height:12px; -webkit-transform:translate(0%,-50%); transform:translate(0%,-50%); background:url('') no-repeat center center; background-size:100%;}
.fixarea_tabbar .fix_other .cate-hover i { display: block;}
.fixarea_tabbar .fix_footer { position: relative; margin-bottom:10px; margin-left: 10px; font-weight:800; font-size:24px;}
.fixarea_tabbar .fix_footer a { display:block; padding-top:11px; color: #fff;}
.fixarea_tabbar .fix_footer a::before { content: ""; position: absolute; top:6px; left:44%; display:block; width: 0; height: 0; border-width: 0 5px 8px 5px; border-style: solid; border-color:transparent transparent #FFF transparent;}
.fixarea_tabbar .fix_footer a:hover { color:#ffffbe; }    
    /*錨點icon--用SVG格式*/
    .fixarea_tabbar .fix_other li i { mask-image: url('data:image/svg+xml,%3Csvg%20id%3D%22navlight_icon%22%20data-name%3D%22navlight%20icon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M10%2C0A7.17%2C7.17%2C0%2C0%2C0%2C2.8%2C7.2C2.8%2C12.9%2C10%2C20%2C10%2C20s7.2-7.1%2C7.2-12.8A7.17%2C7.17%2C0%2C0%2C0%2C10%2C0Zm0%2C11a3.8%2C3.8%2C0%2C1%2C1%2C3.8-3.8A3.8%2C3.8%2C0%2C0%2C1%2C10%2C11Z%22%2F%3E%3C%2Fsvg%3E'); background-color: #ffffbe }
    .fixarea_tabbar .fix_footer:hover a::before { border-color: transparent transparent #ffffbe transparent;}

/*Phone置頂滑動選單-內縮樣式*/
.NavArea_tabbar-inset { margin:0 auto 5vw; width:94%;}
.NavArea_tabbar-inset.cate-fixed { width:100%;}
.NavArea_tabbar-inset .Nav_box { border-radius:8px; box-shadow:-1px 0 10px rgba(150,150,150,0.2);}
.NavArea_tabbar-inset .Nav li { overflow: visible; }
.NavArea_tabbar-inset.cate-fixed .Nav_box { border-radius:0; background-color:rgba(255,255,255,0.92); box-shadow:-1px 0 10px rgba(150,150,150,0.2);}
/* 空組選單（v2608.2 #9）：選單排在頁尾、其後沒有任何已開錨點的區塊時，
   模板 JS 會貼上 data-nav-empty。此時它不會有任何項目，若照常渲染只是
   一條沒有內容的置頂條，故直接隱藏。 */
.NavArea_tabbar[data-nav-empty] { display: none; }

/* ====(((( 模板結束：錨點選單(電腦+手機) (comp_basic_20260527001__nav_001) ))))===== */

/* ====(((( 模板開始：倒數計時 (comp_block_20260623001__countdown-timer) ))))===== */
.Area_Timecountdown {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.2em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .Area_Timecountdown { font-size: 4vw; }
}
@media screen and (min-width: 768px) {
  .Area_Timecountdown { font-size: 1.6em; }
}
.Area_Timecountdown .FontStyle {
  display: flex;
  align-items: center;
  gap: 0.2em;
}
.Area_Timecountdown .FontStyle-number {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 2ch;
  padding: 0.1em 0.2em;
  border-radius: 0.2em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.325em;
}
/* 黑字白底 */
:where(.Area_Timecountdown-black) { color: #000;}
:where(.Area_Timecountdown-black .FontStyle-number) { color: #e5391c; background-color: rgba(255, 255, 255, 0.9);}
/* 白字黑底 */
:where(.Area_Timecountdown-white) { color: #fff;}
:where(.Area_Timecountdown-white .FontStyle-number) { color: #F4E0C1; background-color: rgba(0, 0, 0, 0.9);}
/* ====(((( 模板結束：倒數計時 (comp_block_20260623001__countdown-timer) ))))===== */

/* ====(((( 模板開始：作圖公板(2x1品) (comp_block_20260601010__drawing-area-2x1) ))))===== */
.PD_layout-CSSBG_01 li::after{background:url(item_bg.png?t=1788168485041)top center no-repeat;background-size:100%;padding-bottom:170%;}
@media screen and (max-width: 767px) {
  .PD_layout-CSSBG_01 .PD .PD_img {padding-top:4vw;}
}
@media screen and (min-width: 768px) {
  .PD_layout-CSSBG_01 .PD .PD_img {padding-top: 40px;}
  .PD_layout-CSSBG_01 .PD .PD_img img {border-radius:0.5em;}
  .PD_layout-CSSBG_01 .PD h3 {font-size:25px;}
  .PD_layout-CSSBG_01 .PD h4 {font-size:25px;}
  .PD_layout-CSSBG_01 .PD p {position: relative;top:10px; height:6em;}
  .PD_layout-CSSBG_01 .PD p .Price{font-size:50px;}
}
/* ====(((( 模板結束：作圖公板(2x1品) (comp_block_20260601010__drawing-area-2x1) ))))===== */

/* ====(((( 模板開始：EDM置底資訊 (comp_basic_20260224001__edm-notice) ))))===== */
/*注意事項區*/
.edm_notice { text-align:center; padding:10px 10px 65px 10px; color:#000000; font:12px/18px Helvetica; }/*文字顏色依視覺調整*/
.edm_notice .apple_notice { padding:10px 0px 10px 0px; }
@media screen and (min-width: 768px) {
  .edm_notice .for_phone { display: none;}
}
/* ====(((( 模板結束：EDM置底資訊 (comp_basic_20260224001__edm-notice) ))))===== */
/* ====(((( 共用結束：合併模板 CSS ))))===== */

/* ====(((( 共用開始：欄位樣式覆寫 ))))===== */
.Area_subvenue-hero[org="1"]:is(.ts_A .hero-title), .Area_subvenue-hero[org="1"] .ts_A .hero-title{--lg-title:#ffffff}
.Area_subvenue-hero[org="1"]:is(.ts_A .hero-title--main-sub), .Area_subvenue-hero[org="1"] .ts_A .hero-title--main-sub{--md-title:#ffe100}
.Area_subvenue-hero[org="1"]:is(.ts_B .hero-title), .Area_subvenue-hero[org="1"] .ts_B .hero-title{--lg-title:#ffffff}
.Area_subvenue-hero[org="1"]:is(.ts_B .hero-title--main-sub), .Area_subvenue-hero[org="1"] .ts_B .hero-title--main-sub{--md-title:#ffe100}
.Area_register-activity[org="1"] .Area_danji .danji_box ul li .activityText .gifts span{color:#902f1e}
.Area_register-activity[org="2"] .Area_danji .danji_box ul li .activityText .gifts span{color:#902f1e}
.Area_register-activity[org="3"] .Area_danji .danji_box ul li .activityText .gifts span{color:#902f1e}
.Area_register-activity[org="4"] .Area_danji .danji_box ul li .activityText .gifts span{color:#902f1e}
.Area_register-activity[org="5"] .Area_danji .danji_box ul li .activityText .gifts span{color:#902f1e}
.Area_register-activity[org="6"] .Area_danji .danji_box ul li .activityText .gifts span{color:#902f1e}
.Area_drawing-area-2x1[org="1"] .PD_layout-CSSBG_01 li::after{background-image:url("comp_block_20260601010__drawing-area-2x1_1787821021057.png?t=1788168485041");background-position:center center}
.Area_edm-notice[org="1"]:is(div.edm_notice), .Area_edm-notice[org="1"] div.edm_notice{color:#ffffff}
/* ====(((( 共用結束：欄位樣式覆寫 ))))===== */



