/* ((v2607.6)) */

/* ====(((( 共用開始：頁面基礎設定 (base.css) ))))===== */
/* ===== 基礎設定 ===== */
html { -webkit-text-size-adjust:none; }
html, body { margin:0; padding:0;}
img { max-width: 100%; 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; 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; padding-bottom: 6px;}
    .Areapadding-m  { padding-inline: 8px; padding-bottom: 8px;}
    .Areapadding    { padding-inline: 12px; padding-bottom: 12px;}
    .Areapadding-l  { padding-inline: 16px; padding-bottom: 16px;}
    .Areapadding-xl { padding-inline: 24px; padding-bottom: 24px;}
  }
  @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;}
    .Areapadding-m  { padding-bottom: 10px;}
    .Areapadding    { padding-bottom: 20px;}
    .Areapadding-l  { padding-bottom: 40px;}
    .Areapadding-xl { padding-bottom: 80px;}

  }

/* ===== Area_{slug}--bg 區域背景通用樣式 ===== */
.Area--bg {
  --top: 0px;
  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: 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修正 移除漸變效果【待總檔更新後即可刪除】 ===== */
.PD_layout li { transition: none;}
/* ====(((( 共用結束：頁面基礎設定 (base.css) ))))===== */

/* ====(((( 共用開始：區塊標題 (area-title-default) ))))===== */
h2:where(.Area_title_lbtclass) {
  --font-size: 5vw;
  --font-color: #320f0d;
  --max-width: 960px;
  --min-height: calc(var(--font-size) * 2.2);
}
@media screen and (min-width: 768px) {
  h2:where(.Area_title_lbtclass) {
    --font-size: 50px;
  }
}
h2:where(.Area_title_lbtclass) {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: var(--max-width);
  min-height: var(--min-height);
}
h2:where(.Area_title_lbtclass) :where(*) {
  margin: 0; 
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
h2:where(.Area_title_lbtclass) :where(i,.PD_btn) { 
  display: none;
}
h2:where(.Area_title_lbtclass) img {
  width: 100%;
}
h2:where(.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: var(--font-size);
  color: var(--font-color);
}
/* ====(((( 共用結束：區塊標題 (area-title-default) ))))===== */

/* ====(((( 共用開始：頁面背景樣式 ))))===== */
.WRAPPER.Template_bg {
  background-color: #f1f5f9;
}
@media screen and (max-width: 767px) {
.WRAPPER.Template_bg {
  background-image: url("repeat_mb.jpg?t=1786678193858");
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
}
}
@media screen and (min-width: 768px) {
.WRAPPER.Template_bg {
  background-image: url("repeat_pc.jpg?t=1786678193858");
  background-size: auto;
  background-repeat: repeat-y;
  background-position: top center;
}
}
/* ====(((( 共用結束：頁面背景樣式 ))))===== */

/* ====(((( 共用開始：全域區標樣式(頁面設定) ))))===== */
.Area_title_lbtclass #js-PD_val_1{color:#FFFFFF}
.Area_title_lbtclass #js-PD_val_1{font-weight:700}
.Area_title_lbtclass #js-PD_val_1{font-family:"Noto Serif TC"}
/* ====(((( 共用結束：全域區標樣式(頁面設定) ))))===== */

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

/* ====(((( 共用開始：合併模板 CSS ))))===== */
/* ====(((( 模板開始：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:none;}
}
/* ====(((( 模板結束：PC左上角 LOGO (副本) (comp_basic_20260302001__pc-momologo) ))))===== */

/* ====(((( 模板開始：錨點選單(電腦+手機) (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);}
/* ====(((( 模板結束：錨點選單(電腦+手機) (comp_basic_20260527001__nav_001) ))))===== */

/* ====(((( 模板開始：背景 (comp_basic_20260617001__area-bgtop) ))))===== */
.Area_bgtop {
  pointer-events: none;
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .Area_bgtop {
    left: 50%;
    transform: translateX(-50%);
    width: 2000px;
  }
}
.Area_bgtop .bgtop {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .bgtop { background-size: 100% auto; background-image: url(bgtop.png?t=1786678193858);}
}
@media screen and (min-width: 768px) {
  .bgtop { background-size: auto; background-image: url(bgtop-pc.png?t=1786678193858); }
}
/* ====(((( 模板結束：背景 (comp_basic_20260617001__area-bgtop) ))))===== */

/* ====(((( 模板開始：【商品部EDM】版頭範例01-主標+副標+商品+標籤(多層輪播) (comp_header_20260803001__hero-visual_003) ))))===== */
/* 【超大牌】版頭+有商品資訊 (hero-visual_003) — 全部規則限縮於 .Area_hero-visual_003 命名空間，平鋪無 nesting */

/* ===== 版頭外框 ===== */
.Area_hero-visual_003 .Area_hero {
  position: relative;
  aspect-ratio: 960 / 1280;
  height: 117vw;
  overflow: hidden;
  @media screen and (min-width: 768px) {
    height: 1146px;
  }
}

/* ===== 版頭品(輪播) ===== */
.Area_hero-visual_003 .Area_hero--PD {
  position: absolute;
  top: 19%;
  right: 0;
  width: 100%;
}
.Area_hero-visual_003 .Area_hero .Area_swiper_box {
  padding-bottom: 0;
}
.Area_hero-visual_003 .Area_hero .Area_swiper_box .PD_layout-heroPDBN.PD_layout {
  font-size: 3vw;
}
.Area_hero-visual_003 .Area_hero .Area_swiper_box .PD_layout-heroPDBN.PD_layout .PD .PD_into {
  display: none;
  position: absolute;
  top: 60%;
  left: 22%;
  width: 37.5%;
}
.Area_hero-visual_003 .Area_hero .Area_swiper_box .PD_layout-heroPDBN.PD_layout h3,
.Area_hero-visual_003 .Area_hero .Area_swiper_box .PD_layout-heroPDBN.PD_layout h4 {
  color: #fff;
  text-align: left;
  font-size: 1.35em;
}
.Area_hero-visual_003 .Area_hero .Area_swiper_box .PD_layout-heroPDBN.PD_layout h4 {
  font-size: 1em;
  margin-top: -0.35em;
}
.Area_hero-visual_003 .Area_hero .Area_swiper_box .PD_layout-heroPDBN.PD_layout p {
  color: #ffe19f;
  text-align: right;
  font-size: 0.7em;
  height: 3em;
  line-height: 3em;
}
.Area_hero-visual_003 .Area_hero .Area_swiper_box .PD_layout-heroPDBN.PD_layout p b,
.Area_hero-visual_003 .Area_hero .Area_swiper_box .PD_layout-heroPDBN.PD_layout p del {
  font-size: 1.4em;
}
.Area_hero-visual_003 .Area_hero .Area_swiper_box .PD_layout-heroPDBN.PD_layout p .money {
  font-size: 1.6em;
}
.Area_hero-visual_003 .Area_hero .Area_swiper_box .PD_layout-heroPDBN.PD_layout p .Price {
  font-size: 2.8em;
}
.Area_hero-visual_003 .Area_hero .Area_swiper_box .PD_layout-heroPDBN.PD_layout p small {
  font-size: 1.2em;
}
.Area_hero-visual_003 .Area_hero .Area_swiper_box .PD_layout-heroPDBN.PD_layout .PD:hover h4 {
  color: #fff;
}

/* ===== 副標(輪播) ===== */
.Area_hero-visual_003 .Area_hero--subtitle {
  position: absolute;
  top: 7%;
  left: 71%;
  width: 23.3%;
}

/* ===== 限定標(輪播) ===== */
.Area_hero-visual_003 .Area_hero--tag {
  position: absolute;
  top: 90%;
  right: 0;
  width: 100%;
}

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

/* ===== PC 斷點 ===== */
@media screen and (min-width: 768px) {
  .Area_hero-visual_003 .Area_hero .Area_swiper_box .PD_layout-heroPDBN.PD_layout {
    font-size: 30px;
  }
}

/* ====(((( 模板結束：【商品部EDM】版頭範例01-主標+副標+商品+標籤(多層輪播) (comp_header_20260803001__hero-visual_003) ))))===== */

/* ====(((( 模板開始：倒數計時 (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) ))))===== */

/* ====(((( 模板開始：作圖公板(1x1) (comp_block_20260601009__drawing-area-1x1) ))))===== */
.Area_drawing-area-1x1 .PD_layout:not(.PD_layout-btn) li{ background:url(item_bg01.png?t=1786678193858)top center no-repeat;background-size:100%;}
@media screen and (max-width: 767px) {
  .Area_drawing-area-1x1 .PD_layout:not(.PD_layout-btn) li .PD_img {margin-top:3vw;}
  .Area_drawing-area-1x1 .PD_layout:not(.PD_layout-btn) li .PD_into {margin-left:-5vw;}
}
@media screen and (min-width: 768px) {
  .Area_drawing-area-1x1 .PD_layout:not(.PD_layout-btn) li {padding-bottom:0;}
  .Area_drawing-area-1x1 .PD_layout:not(.PD_layout-btn) li .PD_img {margin-top:10px;}
  .Area_drawing-area-1x1 .PD_layout:not(.PD_layout-btn) li .PD_into {margin-left:-45px;}
  .Area_drawing-area-1x1 .PD_layout:not(.PD_layout-btn) li .PD_into h3 {font-size:30px;}
  .Area_drawing-area-1x1 .PD_layout:not(.PD_layout-btn) li .PD_into h4 {font-size:25px;}
  .Area_drawing-area-1x1 .PD_layout:not(.PD_layout-btn) li .PD .Price{font-size:35px;}
}
/* ====(((( 模板結束：作圖公板(1x1) (comp_block_20260601009__drawing-area-1x1) ))))===== */

/* ====(((( 模板開始：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_group-1 .Area_title_lbtclass #js-PD_val_1{color:#FFFFFF}
/* ====(((( 共用結束：欄位樣式覆寫－模板標題 ))))===== */

/* ====(((( 共用開始：欄位樣式覆寫 ))))===== */
.Area_area-bgtop[org="1"]:is(.bgtop.for_phone), .Area_area-bgtop[org="1"] .bgtop.for_phone{background-image:url("comp_basic_20260617001__area-bgtop_1785911408818.jpg?t=1786678193858")}
.Area_area-bgtop[org="1"]:is(.bgtop.for_pc), .Area_area-bgtop[org="1"] .bgtop.for_pc{background-image:url("comp_basic_20260617001__area-bgtop_1785914027216.jpg?t=1786678193858")}
.Area_hero-visual_003[org="1"]:is(.Area_hero), .Area_hero-visual_003[org="1"] .Area_hero{background-color:transparent}
.Area_hero-visual_003[org="1"]:is(.Area_hero), .Area_hero-visual_003[org="1"] .Area_hero{aspect-ratio:960 / 1280}

.Area_register-activity[org="1"] .Area_danji .danji_box ul li .activityText .gifts span{color:#fbf2c3}
.Area_register-activity[org="2"] .Area_danji .danji_box ul li .activityText .gifts span{color:#fbf2c3}
.Area_register-activity[org="3"] .Area_danji .danji_box ul li .activityText .gifts span{color:#fbf2c3}
.Area_register-activity[org="4"] .Area_danji .danji_box ul li .activityText .gifts span{color:#fbf2c3}
.Area_drawing-area-1x1[org="1"] .PD_layout:not(.PD_layout-btn) li{background-image:url("comp_block_20260601009__drawing-area-1x1_1785900245465.png?t=1786678193858")}
.Area_edm-notice[org="1"]:is(div.edm_notice), .Area_edm-notice[org="1"] div.edm_notice{color:#000000}


.Area_hero-visual_003[org="1"] {
  &:is(.Area_hero--PD),
  .Area_hero--PD {
    width: 78%;
    top: 37.2%;
    left: 5%;
    z-index: 4;
  }

  &:is(.Area_hero--tag),
  .Area_hero--tag {
    width: 17%;
    top: 40%;
    left: 73%;
    z-index: 2;

    .js-PD_url {
      pointer-events: none;
    }
  }

  &:is(.Area_hero--title),
  .Area_hero--title {
    width: 70%;
    top: 5.7%;
    left: 15%;
    z-index: 1;

    .js-PD_url {
      pointer-events: none;
    }
  }

  &:is(.Area_hero--subtitle),
  .Area_hero--subtitle {
    width: 50%;
    top: 28.2%;
    left: 25%;
    z-index: 3;

    .js-PD_url {
      pointer-events: none;
    }
  }

  @media (min-width: 768px) {
    &:is(.Area_hero--PD),
    .Area_hero--PD {
      width: 78%;
      top: 38.4%;
      left: 4%;
      z-index: 4;
    }

    &:is(.Area_hero--tag),
    .Area_hero--tag {
      width: 17%;
      top: 45%;
      left: 73%;
      z-index: 2;

      .js-PD_url {
        pointer-events: none;
      }
    }

    &:is(.Area_hero--title),
    .Area_hero--title {
      width: 70%;
      top: 7.4%;
      left: 15%;
      z-index: 1;

      .js-PD_url {
        pointer-events: none;
      }
    }

    &:is(.Area_hero--subtitle),
    .Area_hero--subtitle {
      width: 50%;
      top: 29.5%;
      left: 25%;
      z-index: 3;

      .js-PD_url {
        pointer-events: none;
      }
    }
  }
}
/* ====(((( 共用結束：欄位樣式覆寫 ))))===== */

/* 調整BN間距 */
.PD_layout[data-pd-li="BN"]{
  ul{
    gap: 2vw;
    @media screen and (min-width: 768px){
      gap: 20px;
    }
  }
}

/* 作圖區 */
.Area_drawing-area-1x1[org="1"]{
  .PD_layout{
    ul{
      gap: 0;
      @media screen and (max-width:767px){
        gap: 3vw;
      }
      li{
      background-image: url(hot_bg_01.png?t=1786678193858);
        &:nth-child(even){
          background-image: url(hot_bg_02.png?t=1786678193858);
          .PD a{
            flex-direction: row-reverse;
          }
        }
        .PD_img{
          padding: 0;
          margin: 0px 20px 56px;
          width: 46%;
          @media screen and (max-width:767px){
            width: 43%;
            margin: 4vw 3vw 3vw;
          }
        }
        .PD_into{
          width: 80%;
          margin: 0 auto;
          h3 span{
            color: #fff;
            background: #7292be;
            font-size: 1.8rem;
            @media screen and (max-width:767px){
              font-size: 3.7vw;
            }
          }
          h4{
            color: #212121;
            font-size: 1.3rem;
            @media screen and (max-width:767px){
              font-size: 4vw;
            }
          }
          p{
            font-size: 1.2rem;
            color: #d88548;
            @media screen and (max-width:767px){
              font-size: 3vw;
            }
            .oPrice{
              color: #888888;
              font-size: 1.5rem;
              @media screen and (max-width:767px){
                font-size: 2vw;
              }
            }
            .Price{
              color: #d88548;
              font-size: 2.5rem;
              @media screen and (max-width:767px){
                font-size: 5vw;
              }
            }
          }
        }
      }
    }

  }
}


