/* ((v2607.5)) */

/* ====(((( 共用開始：頁面基礎設定 (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) ))))===== */

/* ====(((( 共用開始：合併模板 CSS ))))===== */
/* ====(((( 共用開始：區塊標題 (area-title-default) ))))===== */
h2:where(.Area_title_lbtclass) {
  --font-size: 5.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: 13px;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  box-sizing: border-box;
  font-size: var(--font-size);
  color: var(--font-color);
}
/* ====(((( 共用結束：區塊標題 (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:none;}
}
/* ====(((( 模板結束：PC左上角 LOGO (副本) (comp_basic_20260302001__pc-momologo) ))))===== */

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

/*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.jpg?t=1787105238180);}
}
@media screen and (min-width: 768px) {
  .bgtop { background-size: auto; background-image: url(bgtop.jpg?t=1787105238180); }
}
/* ====(((( 模板結束：背景 (comp_basic_20260617001__area-bgtop) ))))===== */


/* ====(((( 模板開始：【輪播BN】版頭 (comp_header_20260528001__hero-banner) ))))===== */
.Area_hero-banner .Area_swiper_box .PD_layout li,
.Area_hero-banner .Area_swiper_box .PD_layout li .PD_img img{
  border-radius: 0;
}
/* ====(((( 模板結束：【輪播BN】版頭 (comp_header_20260528001__hero-banner) ))))===== */

/* ====(((( 模板開始：情境圖公版_輪播 (comp_block_20260601012__scene-carousel) ))))===== */
.Area_scene-carousel .Area_swiper_box ul { grid-gap: 0; padding: 0; background-color:transparent;}
.Area_scene-carousel .Area_swiper_box .PD_layout li,
.Area_scene-carousel .Area_swiper_box .PD_layout li .PD_img img {border-radius:0; background-color:transparent;}

/* ====(((( 模板結束：情境圖公版_輪播 (comp_block_20260601012__scene-carousel) ))))===== */

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

/* ====(((( 共用開始：頁面背景樣式 ))))===== */
.WRAPPER.Template_bg {
  background-color: #f7f2f2;
}
/* ====(((( 共用結束：頁面背景樣式 ))))===== */

/* ====(((( 共用開始：輪播UI配色覆寫 ))))===== */
:root .swiper-wrapper + [class^="swiper-"] {
  --swiper-pagination-color: #e30b0f;
  --swiper-scrollbar-color: 227, 11, 15;
}
.top.Area_pd-carousel .swiper-wrapper + [class^="swiper-"] {
  --swiper-pagination-color: #FFFFFF;
  --swiper-scrollbar-color: 255, 255, 255;
}
.Area_bn-carousel .swiper-wrapper + [class^="swiper-"] {
  --swiper-pagination-color: #000000;
  --swiper-scrollbar-color: 0, 0, 0;
}
/* ====(((( 共用結束：輪播UI配色覆寫 ))))===== */

/* ====(((( 共用開始：欄位樣式覆寫 ))))===== */
.Area_title_lbtclass #js-PD_val_1{color:#363636}
.Area_title_lbtclass #js-PD_val_1{font-weight:900; font-style: italic; }
.Area_edm-notice[org="1"]:is(div.edm_notice), .Area_edm-notice[org="1"] div.edm_notice{color:#000000}
/* ====(((( 共用結束：欄位樣式覆寫 ))))===== */




/* 改公版樣式 */
.PD_layout .PD_into { padding-left: 3.4vw; }
.PD_layout h3,.PD_layout h4,.PD_layout p { text-align: left; }
.PD_layout[data-pd-h3="5"] .PD h3 span { color: #363636; background: #fcf1f0; border-radius: 8px;  }
.PD_layout .PD h4 { color: #363636; margin-bottom: 0; }
.PD_layout .PD:hover h4 {color:#e3191c}
.PD_layout .PD p del { 
  color: #363636; font-size: 4.5vw !important; text-decoration: none; font-weight: 900; 
  &:not(:empty)::before{
    content: "早鳥價$";
    font-size: .9rem;
  }
  &.is-empty::before {
    display: none;
  }
}
.PD_layout .PD p { color: #e3191c; margin-bottom: 1.3vw; white-space: nowrap; text-overflow: ellipsis;   }
.PD_layout .PD p.break { width: 100%; height: 10vw; line-height: 10.5vw;    }
.Area_swiper_box .PD_layout .PD p b,.Area_swiper_box .PD_layout .PD p del,.Area_swiper_box .PD_layout .PD p .money {    font-size: 3.2vw ; font-style: italic;  }
.PD_layout .PD p b {  z-index: 1; position: relative; color: #fff; margin-right: 1.3vw; padding-left: 0.5vw; }
.PD_layout .PD p b::after {  content: ""; background: url(hot.png?t=1787105238180) center top no-repeat; display: block; aspect-ratio: 125 / 164; background-size: 100%; width: 7.5vw; z-index: -1; position: absolute; top: -4vw; left: 0vw;   }
.PD_layout .PD p .Price { font-size: 6.3vw !important; font-style: italic;  }
.Area_swiper_box .PD_layout li, .Area_swiper_box .PD_layout li .PD_img img { border-radius: 13px; }
@media screen and (min-width: 768px) {
  .PD_layout .PD_into { padding-left: 21px; }
  .PD_layout[data-pd-h3="5"] .PD h3 span {  border-radius: 8px;  }
  .PD_layout .PD h4 { margin-bottom: 5px; }
  .PD_layout .PD p del {  
    font-size: 23px !important;   
    &:not(:empty)::before {
      content: "早鳥價$";
      font-size: 1rem;
      }
      &.is-empty::before {
        display: none;
      }
  }
  .PD_layout .PD p {  margin-bottom: 8px;    }
  .PD_layout .PD p.break { width: 100%; height: 55px; line-height: 55px;    }
  .Area_swiper_box .PD_layout .PD p b,.Area_swiper_box .PD_layout .PD p del,.Area_swiper_box .PD_layout .PD p .money {    font-size: 15px ;  }
  .PD_layout .PD p b {  margin-right: 9px; padding-left: 4px; }
  .PD_layout .PD p b::after {  width: 36px; top: -20px; left: 0vw;   }
  .PD_layout .PD p .Price { font-size: 42px !important;  }
  .Area_swiper_box .PD_layout li, .Area_swiper_box .PD_layout li .PD_img img { border-radius: 13px; }
}





.top  {  background: #e31948; padding-bottom: 3.4vw; }
.top .Area_title_lbtclass #js-PD_val_1 { color: #FFF; }
@media screen and (min-width: 768px) {
  .top  { padding: 0 0 34px 0; }

}



.search h2.Area_title { position: absolute; top:0; left: 1.3vw; width: 9%;   }
.search h2:where(.Area_title_lbtclass) h3 { top: 9.5vw; left: 0;  align-items:flex-start;  }
.search .Area_title_lbtclass #js-PD_val_1 { line-height: 6.5vw;  }
.search .Area_content { margin-left: 8.9vw; padding-top: 7vw; height: 34vw;  }
.search .PD_layout-D1_03[data-pd-style=off] ul { grid-gap:2.1vw }
.search .PD_layout-D1_03 ul::before { display: none;  }
.search .PD_layout-D1_03 .PD_slide { background: #fff; border: 1px solid #fc7274; }
.search .PD_layout-D1_03[data-pd-style=off] .PD_into { padding: 0; }
.search .PD_layout-D1_03 .PD h3 span::before { display: none;  }
.search .PD_layout-D1_03 .PD h3 { text-align: center; color: #fc7274; font-weight: 900;  }
@media screen and (min-width: 768px) {
  .search h2.Area_title {   left: 13px; width: 9%;   }
  .search h2:where(.Area_title_lbtclass) h3 { left: 0; top: 100px;   }
  .search .Area_title_lbtclass #js-PD_val_1 { line-height: 55px;  }
  .search .Area_content { margin-left: 89px; padding-top: 89px; height: 326px;  }
  .search .PD_layout-D1_03[data-pd-style=off] ul { grid-gap:21px; }
  .search .PD_layout-D1_03.PD_layout ul { grid-template-columns:repeat(3, 1fr); }
  .search .PD_layout-D1_03 ul li { width: 150px; }
  .search .PD_layout-D1_03[data-pd-style=off] .PD_into { padding: 0; }
}




.new .Area_swiper .PD_layout li { background: url(pdbg.png?t=1787105238180) center top no-repeat; aspect-ratio: 362 / 532; background-size: 100%; width: 100%; }
.new .PD_layout .PD_img {  padding-top: 5.5vw; }
.new .PD_layout .PD_into h3 { position: absolute; top: 2.1vw; left: 50%; transform: translateX(-50%); max-height: 6.5vw; }
.new .PD_layout .PD_into h3 span { color: #ea27c2; background: #FFF; border-radius: 100vw; border:1px solid #ea27c2; font-size: 4.2vw; font-weight: 900;  height: 6.5vw;  line-height: 6.5vw; width: fit-content; max-width: fit-content; padding: 0 3.4vw ; }
.new .PD_layout .PD_into h4 { text-align: center; }
.new .PD_layout .PD_into  { padding: 3.8vw 0.8vw;  }
@media screen and (min-width: 768px) {
  .new .PD_layout .PD_img {  padding-top: 21px; }
  .new .PD_layout .PD_into h3 {  top: 8px;  max-height: 65px; }
  .new .PD_layout .PD_into h3 span { font-size: 28px; height: 38px;  line-height: 35px; padding: 0 13px ; }
  .new .PD_layout .PD_into  { padding: 36px 8px;   }
}






.kol .Area_content {  background: #f3e6d4; border-radius: 14vw 14vw 5.5vw 5.5vw; padding: 5.5vw 0; overflow: hidden;  }
.kol .PD_layout .PD_img {   padding: 0 3.4vw; }
.kol .PD_layout .PD_logo { display: block; padding: 0 3.4vw; }
.kol .PD_layout[data-pd-pdlogo="1"]:not([data-pd-direction*=row]) .PD .PD_logo { margin-top: 3.4vw; }
.kol .PD_layout[data-pd-pdlogo="1"] .PD .PD_logo { height: 100%; }
.kol .PD_layout[data-pd-pdlogo="1"] .PD .PD_logo img, .PD_layout[data-pd-pdlogo="2"] .PD .PD_logo img  { box-shadow:0 .1em .5em 0 rgba(0,0,0,.0) }
@media screen and (min-width: 768px) {
  .kol .Area_content {  border-radius: 144px 144px 55px 55px; padding: 34px 0;  }
  .kol .PD_layout .PD_img {   padding: 0 34px; }
  .kol .PD_layout .PD_logo { padding: 0 34px; }
  .kol .PD_layout[data-pd-pdlogo="1"]:not([data-pd-direction*=row]) .PD .PD_logo { margin-top: 21px; }
  .kol .PD_layout[data-pd-pdlogo="1"] .PD .PD_logo { height: 100%; }
}







.million .Area_scene-carousel .Area_swiper_box .PD_layout li, .Area_scene-carousel .Area_swiper_box .PD_layout li .PD_img img { border-radius: 2.1vw 2.1vw 0 0; } 
.million .PD_layout.PD_layout-D1_15 ul .PD .PD_into { border-radius: 0 0 2.1vw 2.1vw; padding-bottom: 20vw } 
.million .PD_layout.PD_layout-D1_15 ul .PD h4 {  width: 90%;  }
.million .PD_layout.PD_layout-D1_15 ul .PD h3 {   }
.million .PD_layout.PD_layout-D1_15 ul .PD .oPrice{
  position: absolute;
  left: -19vw;
    bottom: 9vw;
  padding: 0;
}
.million .PD_layout.PD_layout-D1_15 ul .PD p {  color: #e31948; font-style: italic; margin-bottom: 0; overflow: visible;bottom: 7%;right: 4vw;width: 70%;display: flex;justify-content: flex-end;}
.million .PD_layout.PD_layout-D1_15 ul .PD p b::after {  display: none;   }
.million .PD_layout.PD_layout-D1_15 ul .PD p .Price { padding:0; }
.million .PD_layout.PD_layout-D1_15 ul .PD p .money { line-height: 2.4rem;}
.million .PD_layout.PD_layout-D1_15 ul .PD p b { color: #e31948; font-size: 1.4rem;padding: 0;}
@media screen and (min-width: 768px) {
  .million .PD_layout.PD_layout-D1_15 ul .PD .oPrice{
  position: absolute;
          left: -135%;
        bottom: 109%;
}
.million .PD_layout.PD_layout-D1_15 ul .PD p {  bottom: 14%;width: 41%;right: 18px;}
  .million .Area_scene-carousel .Area_swiper_box .PD_layout li, .Area_scene-carousel .Area_swiper_box .PD_layout li .PD_img img { border-radius: 13px 13px 0 0; } 
  .million .PD_layout.PD_layout-D1_15 ul .PD .PD_into { border-radius: 0 0 13px 13px; padding-bottom: 94px; } 
  .million .PD_layout.PD_layout-D1_15 ul .PD h4 {  width: 58%; font-size: 22px; }
  .million  .PD_layout .PD p .Price { padding: 0 5px 0 0; }
}






.classic .Area_swiper_box .PD_layout li{filter: brightness(.6);}
.classic .Area_swiper_box .PD_layout li .PD  { position: relative; }
.classic .Area_swiper_box .PD_layout li .PD::before  { content: ; z-index: 9; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #0000008C; border-radius: 13px; overflow: hidden; }
.classic .PD_layout .PD_img { padding: 0; }
.classic .Area_swiper_box .PD_layout li .PD_img img { border-radius: 13px 13px 0 0; }
.classic .PD_layout .PD_into  { position: relative;  }
.classic .PD_layout[data-pd-h4="2"] .PD h4,.classic .PD_layout[data-pd-h4="2"] .PD h4 b, .PD_layout[data-pd-h4="2"] .PD h4 span { display: block; }
.classic .PD_layout[data-pd-h4="2"] .PD h4 { width: 71%; }
.classic .PD_layout .PD p.break01 {  height: 6vw; margin-bottom: 1.3vw; }
.classic .PD_layout .PD .break01 b {   color: #e31948; margin-right: 0; padding-left: 0; font-size: 4.2vw;  }
.classic .PD_layout .PD p b::after {  display: none;   }
.classic .PD_layout .PD p {  color: #e31948;   }
.classic .PD_layout .PD p .Price {  font-size: 7.2vw !important;   }
.classic .PD_layout .PD_into #js-PD_val_1 {  width: 9.2vw; height: auto; font-size: 3.2vw; color: #FFF; background: #e31948; border-radius: 0.8vw; padding: 0.5vw 1.3vw; line-height: 4.2vw; position: absolute; top: 1.3vw; right: 1.3vw; 
  &:empty{
   background: none;
  } 
}
@media screen and (min-width: 768px) {
  .classic .Area_swiper_box .PD_layout li .PD_img img { border-radius: 13px 13px 0 0; }
  .classic .PD_layout .PD_into { padding-left: 13px; }
  .classic .PD_layout[data-pd-h4="2"] .PD h4 {  font-size: 24px; font-weight: 900; line-height: 29px; width: 77%; height: 59px; line-height: 34px; }
  .classic .PD_layout[data-pd-h4="2"] .PD h4 b {  height: 30px; }
  .classic .PD_layout .PD p.break01 {  height: 30px; margin-bottom: 8px;  }
  .classic .PD_layout .PD .break01 b {   font-size: 24px;  }
  .classic .PD_layout .PD p .Price {  font-size: 38px !important;   }
  .classic .PD_layout .PD_into #js-PD_val_1 {  width: 51px; font-size: 18px;  padding: 3px; line-height: 22px;  top: 8px; right: 8px; border-radius: 5px;  }
}
