/* ===== 共用開始：重置樣式 ===== */
body { margin:0; padding:0;}
img { max-width: 100%; border:0px; vertical-align:top; }
a { text-decoration: none; }
/* ===== 共用結束：重置樣式 ===== */

/* ===== 共用開始：範本頁基礎設定 (base.css) ===== */
/*
 * @spec-version 1.0
 * @spec-owner
 *
 * ## 功能規格
 * - 提供活動頁範本共用基礎 CSS（reset、預載圖片隱藏、平台切換、WRAPPER 容器、Area 通用、回版頭）
 * - 匯出時合併至 main.css（置於 cssReset 之後、模板 CSS 之前）
 *
 * ## 輸入／輸出
 * - Input: 無（純靜態樣式表）
 * - Output: 作用於活動頁 .WRAPPER 及子元素的基礎版面樣式
 *
 * ## 限制條件
 * - 固定規範，禁止任意修改 CSS 內容
 * - 此樣式針對活動頁輸出，不適用於編輯器 UI
 *
 * ## 依賴
 * - 無
 *
 * @spec-end
 */
/**
 * base.css — 範本頁基本設定樣式（固定規範，勿任意修改 CSS 內容）
 * 匯出時會合併到 main.css（位於 cssReset 之後、模板 CSS 之前）
 *
 * 區段：基礎設定 / 平台切換 / 預載圖片隱藏 / 主容器 WRAPPER /
 *       Area 區域通用 / 標籤錨點 tag
 */

/* ===== 基礎設定 ===== */
html { -webkit-text-size-adjust:none; }
html, body { margin:0; padding:0;}
img { border: 0px; vertical-align: top;}
a { text-decoration:none; }

/* ===== 預載圖片預設隱藏 (圖片元素) ===== */
.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;}
.WRAPPER { z-index:0; position: relative; display:block; margin: 0 auto; padding:0; width:100%; overflow: hidden;}
.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%; overflow:hidden;}
      .WRAPPER img { width:100%; height:auto;}
    }

/* ===== Area 區域通用樣式 ===== */
.Area { position: relative; margin:0 auto; padding:0; border-radius:0; text-align:center; }
.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; box-sizing: border-box;}
  }
.Area1220 { margin:0 auto; width:100%;}
.Area960  { margin:0 auto; width:100%;}
  @media screen and (max-width: 767px) {
    .Areabottom { margin-bottom:24px;}
    .Areapadding { padding-inline: 10px;}
    .Areabottom2 { margin-bottom:10px;}
  }
  @media screen and (min-width:768px){
    .Area1220   { width:1220px;}
    .Area960    { width:960px;}
    .Areabottom { margin-bottom:80px;}
    /* .Areapadding { padding-inline: 10px;} */
  }

/* ===== 標籤錨點（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: calc(90px + constant(safe-area-inset-bottom)*0.6 );
          bottom: calc(90px + 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);}

/* ===== PD_Layout 公版CSS修正輪播公版預帶li被景色的問題【待YY更新後可刪除】 ===== */
.PD_layout[data-pd-style=off] { font-size: inherit; font-family: inherit;}
.Area_swiper_box .PD_layout[data-pd-li*="BN"]  li { background-color: transparent;}
.Area_swiper_box:has([class^="swiper"][class$="-lock"]) { padding-bottom: 0; }
/* ===== 共用結束：範本頁基礎設定 (base.css) ===== */

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

/* ===== 模板開始：PC左上角 LOGO (副本) (comp_basic_20260302001__pc-momologo) ===== */
/*PCmomoLOGO*/
.momologo { position: absolute; top: 15px; left:15px;}
.momologo a { display:block; width:140px; height:21px;}
.momologo a svg { width:140px; height:21px; }
.momologo a path { fill:#EA27C2; }
.momologo-pink  a path { fill:#EA27C2; }/*LOGO 桃紅色*/
.momologo-white a path { fill:#ffffff; }/*LOGO 白色*/
@media screen and (max-width:767px){
  .momologo { display:block;}
}
/* ===== 模板結束：PC左上角 LOGO (副本) (comp_basic_20260302001__pc-momologo) ===== */

/* ===== 模板開始：版頭視覺區（主標+副標輪播+品牌輪播+版頭品+裝飾+倒數） (comp_header_hero-visual_001) ===== */
/* 主背景色 */
.WRAPPER { 
  background-color: #89001b;
}

/*主視覺背景*/
.Area_topbg {
  z-index: -1;
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%;
  background-size: 100%;
  background-position: center top;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .Area_topbg {
    top: 44px; 
    height: auto;
    aspect-ratio: 960 / 1600;
    background-image: url(Area_topbg-bg1-mb.png?t=1780560548057);
  }
}
@media screen and (min-width: 768px) {
  .Area_topbg {
    /* aspect-ratio: 2000 / 1600;
    background-image: url(Area_topbg-bg1-pc.png?t=1780560548057);*/
    width: 100%;
    min-width: 1220px;
    height: 100%;
    background: url(Area_topbg-bg1-pc.jpg?t=1780560548057) no-repeat center top;
  }
}

/* 版頭 */
.Area_hero {
  position: relative;
  aspect-ratio: 960 / 1100;
}

@media screen and (max-width: 767px) {
  .Area_hero {
  position: relative;
  aspect-ratio: 960 / 1150;
  }
}


/* 倒數計時 */
.Area_hero--TimerNick { 
  z-index: 8;
  position: absolute; 
  display: flex;
  align-items: center;
  column-gap: 0.35em;
  text-align: left;
  font-weight: 900;
  line-height: 1;
  .FontStyle {
    display: flex;
    align-items: center;
    column-gap: 0.35em;
  }
  b {
    font-size: 1em;
  }
  span {
    font-size: 0.8em;
  }
}
.Area_hero--TimerNick {
  top: 113vw;
  left: 24vw;
  font-size: 3.5vw;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .Area_hero--TimerNick {
    top: 1040px;
    left: 250px;
    font-size: 30px;
  }

}

/* 今日限定 */
.Area_hero--date {
  position: absolute;
  top: 55vw;
  left: 4vw;
  width: 18%;
}

/* 限定標 */
.Area_hero--tag {
  z-index: 2;  
  position: absolute;
  top: 22vw;
  right: 0;
  width: 100%;
}

/* 標題(輪播) */
.Area_hero--title {
  z-index: 4;
  position: absolute;
  top: 40vw;
  right: 0;
  width: 100%;

  .swiper-pagination {
    display: none;
  }
}

/* 版頭品(輪播) */
.Area_hero--PD {
  position: absolute;
  top: 5vw;
  right: 0;
  width: 100%;
}



@media screen and (min-width: 768px) {
/* 今日限定 */
.Area_hero--date {
  z-index: 2;  
  position: absolute;
  top: 485px;
  left: 50px;
  width: 152px;
}

/* 限定標 */
.Area_hero--tag {
  z-index: 2;  
  position: absolute;
  top: 160px;
  right: 0;
  width: 100%;
}

/* 標題(輪播) */
.Area_hero--title {
  z-index: 4;
  position: absolute;
  top: 335px;
  right: 0;
  width: 100%;
  .swiper-pagination {
    display: none;
  }
}

/* 版頭品(輪播) */
.Area_hero--PD {
  z-index: 0;  
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;

}

}



.Area_hero .Area_swiper_box {
  padding-bottom: 0;
}
.Area_hero .Area_swiper_box .PD_layout-heroPDBN.PD_layout {
  font-size: 3vw;
  .PD .PD_into {
    position: absolute;
    top: 60%;
    left: 22%;
    width: 37.5%;
  }
  h3,h4 {
    color: #fff;
    text-align: left;
    font-size: 1.35em;
  }
  h4 {
    font-size: 1em;
    margin-top: -0.35em;
  }
  p {
    color: #ffe19f;
    text-align: right;
    font-size: 0.7em;
    height: 3em;
    line-height: 3em;
    b,del {
      font-size: 1.4em;
    }
    .money {
      font-size: 1.6em;
    }
    .Price {
      font-size: 2.8em;
    }
    small {
      font-size: 1.2em;
    }
  }
  .PD:hover {
    h4{
      color: #fff;
    }
  }
}
@media screen and (min-width: 768px) {
  .Area_hero .Area_swiper_box .PD_layout-heroPDBN.PD_layout {
    font-size: 30px;
  }
}

/* 品牌LOGO(輪播) */
.Area_hero--logo {
  position: absolute;
  top: 17%;
  left: 28%;
  width: 33.3%;
}

/* 裝飾圖 */
.top_deco { position: absolute; z-index: -1;}
@media screen and (min-width:768px){
  .top_deco_1 {top: 655px;left: -5px;width: 10%;animation: heartbeat-play 3s infinite linear; filter:brightness(120%);}
  .top_deco_2 {top: 670px;right: -34px;width: 10%;animation: heartbeat-play 3s infinite linear;animation-delay: 1s; filter:brightness(120%);}
  .top_deco_3 { top: 300px; left: -55px; animation: float_p 3s infinite linear; animation-delay: 0.5s;}
  .top_deco_4 { z-index: -2; top: 75px; left: 40px; animation: shine 1.5s infinite alternate; animation-delay: 0.5s;}
  .top_deco_5 { z-index: -2; top: 0; right: 85px; animation: shine 1.5s infinite alternate;}
}
@media screen and (max-width: 767px){
  .top_deco_1 {z-index: -1;width: 12%;top: 73vw;left: -2vw;animation: heartbeat-play 3s infinite linear; filter:brightness(120%);}
  .top_deco_2 {z-index: -1;width: 12%;top: 75vw;right: -5vw;animation: heartbeat-play 3s infinite linear;animation-delay: 1s; filter:brightness(120%);}
  .top_deco_3 {z-index: 3;width: 20%;top: 26vw;left: 33vw; animation-delay: 0.5s;}
  .top_deco_4 { z-index: -2; width:135%; top:  8vw; left:  6vw; animation: shine 1.5s infinite alternate; animation-delay: 0.5s;}
  .top_deco_5 { z-index: -2; width:110%; top:    0; left:-18vw; animation: shine 1.5s infinite alternate;}
}
.top_deco_1,
.top_deco_4,
.top_deco_5 { 
  mix-blend-mode: screen; 
  -webkit-transform: translateZ(0); 
  will-change: transform; 
  backface-visibility: hidden; 
  isolation: isolate;
}



/* a.mo_remind_btn { z-index: 9999; position: absolute ; width: 17%; top: 44vw; left: -2vw;} */

/* ===== 模板結束：版頭視覺區（主標+副標輪播+品牌輪播+版頭品+裝飾+倒數） (comp_header_hero-visual_001) ===== */

/* ===== 模板開始：提醒我按鈕 (comp_basic_20260520001__btn-remind) ===== */
/* 提醒按鈕，預設黑色，加 class切成白色 */
.btn_remind_black {
  --rgb: 255,255,255;
  --rgb-black: 0,0,0;
}
.btn_remind_white {
  --rgb: 0,0,0;
  --rgb-black: 255,255,255;
}
.btn_remind {
  --opacity: 1;
  --color: rgba(var(--rgb), var(--opacity));
  font-size: 2.5vw;
  position: absolute;
  z-index: 10;
  right: 0;
  transform: translateY(-110%);
  border-radius: 5em 0 0 5em;
  background-image: linear-gradient( 0deg, rgba(var(--rgb-black),0.9) 0%, rgba(var(--rgb-black), 0.6) 100%);
  border: 1px solid rgba(var(--rgb),0.3);
}
.btn_remind_icon {
  --width: 2.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em 0.5em 2.25em;
  height: auto;
  color: var(--color);
}
.btn_remind_icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  padding: 0.25em;
  width: var(--width);
  height: var(--width);
}
.btn_remind_icon svg {
  width: var(--width);
  height: var(--width);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  vertical-align: middle;
  fill: var(--color);
}
.btn_remind_icon span {
  word-break: keep-all;
}
/* ===== 模板結束：提醒我按鈕 (comp_basic_20260520001__btn-remind) ===== */

/* ===== 模板開始：登記活動（含彈窗詳情） (comp_block_20260427008__register-activity) ===== */
/* 登記贈品文案顏色 */
.Area_danji .danji_box ul li .activityText .gifts span { 
  color: #ca2632;
}

/* ===== 模板結束：登記活動（含彈窗詳情） (comp_block_20260427008__register-activity) ===== */

/* ===== 模板開始：頁籤公版（6頁籤商品切換） (comp_block_20260427006__pd-tabs-6) ===== */
.Area_page { overflow: hidden;}
/* --------------------------------------
* Page 頁籤_202405291900
* -------------------------------------- */
.NavArea_tabbar_page { margin: 0 auto 10px; width: 94%; }  
.NavArea_tabbar_page .Nav { overflow: visible; transform: translate3d(-30.5%, 0, 0);}  
.NavArea_tabbar_page .Nav_box { border-radius: 8px; overflow: hidden; padding: 0 2%;}
.NavArea_tabbar_page[data-num="2"] .Nav-wrapper { transform: translate3d(55.5%, 0, 0)!important}
.NavArea_tabbar_page[data-num="3"] .Nav-wrapper { transform: translate3d(43.0%, 0, 0)!important}
.NavArea_tabbar_page[data-num="4"] .Nav-wrapper { transform: translate3d(30.5%, 0, 0)!important}
.NavArea_tabbar_page[data-light="box"] .Nav ul { padding: 0 }
.NavArea_tabbar_page .Nav li { overflow: visible; }
@media screen and (min-width:768px){ 
  .NavArea_tabbar_page { display: block; }
}
/*頁籤高亮顏色設定 */  
.NavArea_tabbar_page .Nav .swiper-slide-active a { color:#fff;}
.NavArea_tabbar_page .Nav .swiper-slide-active i { display:block; border: 1px solid #000000 !important; background-color: #000000 !important;}
/*推編輯按鈕 */  
.NavArea_tabbar_page .Nav input { position: fixed; left: 30%}

/* ===== 模板結束：頁籤公版（6頁籤商品切換） (comp_block_20260427006__pd-tabs-6) ===== */

/* ===== 模板開始：品牌1帶2 (comp_block_20260428003__brand-1-plus-2) ===== */
.Area_brand-1-plus-2 .b_box { display:grid; gap: 2vw;}	
.Area_brand-1-plus-2 .b_box .PD_layout ul {border-radius: 0;}
.Area_brand-1-plus-2 .b_box .PD_layout.PD_layout-D3_02 {background: #ffff url(logo_text_bg.png?t=1780560548057)top center no-repeat;background-size:100%;}
@media screen and (min-width: 768px) {
	.Area_brand-1-plus-2 .b_box { grid-template-columns: repeat(2, 1fr); gap: 10px;}
	.Area_brand-1-plus-2 .b_box .PD_layout.PD_layout-D3_02 ul {padding:10px 0;}
	.Area_brand-1-plus-2 .b_box .PD_layout.PD_layout-D3_02 ul li .PD h3 {font-size:30px;text-align: left;}
}
/* ===== 模板結束：品牌1帶2 (comp_block_20260428003__brand-1-plus-2) ===== */

/* ===== 模板開始：EDM置底資訊 (副本) (comp_basic_20260224001__edm-notice) ===== */
/*注意事項區*/
.edm_notice { text-align:center; padding:10px 10px 15px 10px; color:#000000; font:12px/18px Helvetica; }/*文字顏色依視覺調整*/
.edm_notice.白色 { color:#ffffff; }
.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) ===== */

/* ===== 共用開始：輪播UI配色覆寫 ===== */
:root {
  --swiper-pagination-color: #ffffff;
  --swiper-scrollbar-color: 255, 255, 255;
}
/* ===== 共用結束：輪播UI配色覆寫 ===== */








/*背景*/
@media screen and (min-width:768px){
	.bg_repeat { z-index:-2;position:absolute;top:1500px; left:0; width:100%; height:100%;background-repeat:repeat-y; background-position: center top;pointer-events:none;}
	}
	@media screen and (max-width: 767px){
		.mbg_repeat {z-index:-2;position:absolute;top:200vw; left:0; width:100%; height:100%;background: url(mbg_repeat.jpg?t=1780560548057) center 100% / 100% repeat-y;pointer-events:none}
	}
	

/*超品日logo*/
.Area_hero .momologo {z-index: 10;position: absolute;top: 6px;left: -145px;}
.Area_hero .momologo a {display: block;width: 179px;height: 68px;background: url(momo_logo_super.png?t=1780560548057) no-repeat;background-size: 80%;}
/* .Area_top .momologo a:hover{ background: url(momo_logo_on.png?t=1780560548057) no-repeat;} */

@media screen and (max-width:767px){
  .Area_hero {z-index: 1;}
  .Area_hero .momologo {top: 1vw;left: 1vw;}
  .Area_hero .momologo a{background-size:100%;width: 20vw;height: 10vw;}
}




/* 02-版型設定 */
.Area_title2 {position: relative;margin: 0 auto;padding: 0;}
.Area_title2 :where(*) {margin: 0 auto;padding: 0;box-sizing: border-box;list-style: none;}
.Area_title2 :where(i,.PD_btn) { display: none;}
.Area_title2 img {width: 100%;}
.Area_title2 h3 {position: absolute;top: 0;left: 0;margin: 0;padding: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;box-sizing: border-box;font-size: 4.5vw;color: #ffe5c5;}
@media screen and (min-width: 768px) {
  .Area_title2 h3 {font-size: 45px;}
}


/*02*/
@media screen and (min-width:768px){
	.Area02 {position: relative;margin-bottom: 100px;}
	.Area02 .bg {position: absolute;top: 1vw;}
	.Area02::before,.Area02::after,.Area02 .bg{content:"";position:absolute;left:0;width:100vw;z-index:-1;}	
	.Area02::before{top: 20px;height: 150px;left: -520px;width: 2000px;background:url(Area02-bg_up.png?t=1780560548057) top/100% no-repeat;}	
	.Area02 .bg{top: 150px;height: 88%;left: -520px;width: 2000px;background:url(Area02-bg_center.png?t=1780560548057) top repeat-y;}
	.Area02::after{bottom: -50px;left: -520px;height: 150px;width: 2000px;background:url(Area02-bg_down.png?t=1780560548057) bottom/100% no-repeat;}
	.Area02 .Area_danji {width: 96%;margin: 0 2%;}

}
@media screen and (max-width:767px){
	.Area02 {position: relative;margin-bottom: 12vw;}
	.Area02 .bg {position: absolute;top: 1vw;}
	.Area02::before,.Area02::after,.Area02 .bg{content:"";position:absolute;left:0;width:100vw;z-index:-1;}	
	.Area02::before{top: 2vw;height: 15vw;background:url(mArea02-bg_up.png?t=1780560548057) top/100% no-repeat;}	
	.Area02 .bg{top: 13vw;height: 90%;background:url(mArea02-bg_center.png?t=1780560548057) top repeat-y;}
	.Area02::after{bottom: -5vw;height:30vw;background:url(mArea02-bg_down.png?t=1780560548057) bottom/100% no-repeat;}

}


/*03*/
@media screen and (min-width:768px){
  .Area03 {position:relative;margin-bottom: 100px;} 
	.Area03 .bg {position: absolute;top:20px;}
}
@media screen and (max-width:767px){
  .Area03 {position:relative;margin-bottom: 12vw;} 
	.Area03 .bg {position: absolute;top: 1vw;}

}

/*05*/
@media screen and (min-width:768px){
	.Area05 .box {z-index:0;height: auto;width: 100%!important;background: url("Aera05-bg2.png?t=1780560548057") center top/ 100% no-repeat scroll;padding-bottom: 40px;padding-top: 40px;margin-top: 20px;}
	.Area05 .box .PD_layout {width: 96%;}
  .Area05 .Area_brand-1-plus-2 .b_box .PD_layout.PD_layout-D3_02 { width: 96%;background-color: #ffffff00; background-image: none; background-size: 100%;}
  .Area05 .Area_brand-1-plus-2 .b_box .PD_layout ul {border-radius: 10px;}
 
}
@media screen and (max-width:767px){
	.Area05 .box {z-index:0;height: auto;width: 100%!important;background: url("mAera05-bg.png?t=1780560548057") center top/ 100% no-repeat scroll;padding-bottom: 10vw;padding-top: 4vw;margin-top: 2vw;}
	.Area05 .box .PD_layout {width: 96%;}
  .Area05 .Area_brand-1-plus-2 .b_box .PD_layout.PD_layout-D3_02 { width: 96%;background-color: #ffffff00; background-image: none; background-size: 100%;}
  .Area05 .Area_brand-1-plus-2 .b_box .PD_layout ul {border-radius: 10px;}

}

/*06*/
@media screen and (min-width:768px){
  .Area06 {position:relative;margin-bottom: 100px;} 
	.Area06 .bg {position: absolute;top:20px;}
}
@media screen and (max-width:767px){
  .Area06 {position:relative;margin-bottom: 10vw;} 
	.Area06 .bg {position: absolute;top: 1vw;}

}





/*04*/
.Area04 .layout_item .PD_layout li {border-top: solid 1px rgba(0, 0, 0, 0); border-right: solid 1px rgba(0, 0, 0, 0);}
.Area04 .layout_item .PD_layout li::after {content:"";position: absolute;display:block;top: 0vw;left: 0vw;width: 100%;height: 100%;pointer-events:none;z-index: -1;background: url("Area04_BG1.png?t=1780560548057") center top/90% no-repeat scroll;}
.Area04 .layout_item .PD_layout .PD_into {margin: 20px 0 45px;}
.Area04 .layout_item .PD_layout .PD h3 {color: #ffffff;max-height: 1.5em;font-weight: 900;font-size: 25px;}
.Area04 .layout_item .PD_layout .PD h4 {color: #ffffff;font-weight: 600;font-size: 25px;}
.Area04 .layout_item .PD_layout .PD p {background: linear-gradient(0deg, #dfbc7b, #f6ebd1);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.Area04 .layout_item .PD_layout .PD p .Price {font-size: 60px;font-weight: 800;}
.Area04 .layout_item .PD_layout .PD p {height: 4em !important;margin-top: 0.5em;line-height: 1;}
.Area04 .layout_item .PD_layout .PD_img {padding: 34px 48px 0;margin: 0%;width: 100%;}
.Area04 .layout_item .PD_layout[data-pd-pdlogo="2"] .PD .PD_logo img { padding: 0 0em; width: 100%;}
.Area04 .layout_item .PD_layout[data-pd-pdlogo="2"] .PD .PD_logo {height: auto;width: 55%;margin-top: 0;}




@media screen and (max-width:767px){
  .Area04 .layout_item .PD_layout li {border-top: solid 1px rgba(0, 0, 0, 0); border-right: solid 1px rgba(0, 0, 0, 0);}
  .Area04 .layout_item .PD_layout li::after {content:"";position: absolute;display:block;top: 0vw;left: 0vw;width: 100%;height: 100%;pointer-events:none;z-index: -1;background: url("Area04_BG1.png?t=1780560548057") center top/100% no-repeat scroll;}
  .Area04 .layout_item .PD_layout .PD_into {margin: -2vw 0 3vw 0;}
  .Area04 .layout_item .PD_layout ul {padding-left: 0vw;padding-right: 0vw;width: 100%;}
  .Area04 .layout_item .PD_layout .PD h3 {color: #ffffff;max-height: 1.4em;font-weight: 900;font-size: 18px;}
  .Area04 .layout_item .PD_layout .PD h4 {color: #ffffff;font-weight: 600;font-size: 14px;}
  .Area04 .layout_item .PD_layout .PD p {background: linear-gradient(0deg, #dfbc7b, #f6ebd1);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
  .Area04 .layout_item .PD_layout .PD p .Price {font-size: 1.85em;font-weight: 800;}
  .Area04 .layout_item .PD_layout .PD p {height: 3em !important;margin-top: 0em;}
  .Area04 .layout_item .PD_layout .PD_img {padding: 0;margin:5vw 3vw -1vw;width: 86%;}
  .Area04 .layout_item .PD_layout[data-pd-pdlogo="2"] .PD .PD_logo img { padding: 0 0em; width: 100%;}
  .Area04 .layout_item .PD_layout[data-pd-pdlogo="2"] .PD .PD_logo {height: auto;width: 78%;margin-top: 0;}
  


}


/*PC黏人精-區塊錨點*/
.fixarea_tabbar {z-index:99;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;}
                    
