/* 各頁面CSS */


:root {
  --main_color: #2e457c;
  --sec_color: #e69c2e;
  --thir_color: #ff4583;
}


/* 關閉GOTOP */
#gotop { display: none !important; }



/*切換PC置頂選單*/
.cantantBase1{ display: block; }
.cantantBase2{ display: none; }

/*手機置頂選單*/
.NavArea { width: 96%; margin: 3vw auto; }
.NavArea .Nav_box{ border-radius: 7px; } 
.NavArea.cate-fixed { width: 100%; margin: 0; }
.NavArea.cate-fixed .Nav_box{ border-radius: 0; } 

/* 警語 */
.Area_msg_apple { padding: 10px 0px 15px 0px; }
.Area_msg_momo { padding: 10px 0px 93px 0px; }

/*隱鑶*/
@media screen and (min-width:1300px){
	.for_newphone { display:none!important;}	
}

/*可拖移廣告icon*/
.Area_hammerAD { z-index: 300; display: none; position: fixed; bottom: -6.5vw; right: 0; transform: translate3d(0,200px,0); /*background-color: rgba(0,0,0,0.5);*/}
.Area_hammerAD .box { position: relative; margin-right: 10px; opacity: 1;}
.Area_hammerAD img { width: 100%; height: auto;}
.Area_hammerAD .closeButton a { display:block; cursor:pointer; position:absolute; width:20px; height:20px; border-radius:50%; font:bold 20px/1em "Century Gothic"; color:#FFF; text-align:center; background-color:rgba(0%,0%,0%,0.5); text-decoration: none; z-index:2}
  @media screen and (min-width:768px){
    .Area_hammerAD { display: block; width: 140px;}
    .Area_hammerAD .closeButton a { top: 0; right: 0;}
  }
  @media screen and (max-width:767px){
    .Area_hammerAD { display: block; width: 22%;}
    .Area_hammerAD .closeButton a { top: 1vw; right: 1vw;}
  }
  @media screen and (min-width:1670px){
    .Area_hammerAD { right: inherit; left: 1500px;}
  }

/* 回饋專區 */
@media screen and (min-width:768px){
  .hero { height: 390px; }
}
@media screen and (max-width:767px){
  .hero { height: 28vw; }
  .hero-title .box_PD{
    top: 17.5vw;
  }
  .hero-title .main_title{
    position: absolute;
    top: -4vw;
    left: unset;
    width: 90vw;
  }
}
  
/*輪播UI*/
@media screen and (max-width:767px){
	.swiper-pagination-bullet{ width: 4.5px; height: 4.5px; background: #a9a9a9}
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 3px;}
}

/*區標*/
.bg_top {position: absolute;top:0;}
.txt {padding: 0;margin: 15px auto 15px;top: 22px; width: 60%; z-index: 2;}
.txt ul { padding: 0; grid-gap: 0;}
.txt ul li { background-color: transparent; pointer-events: none;}
.txt ul li .PD_into { padding: 0;}
.txt ul li h5 { padding: 0; margin: 1vw auto 0; font: bold 53px/65px "微軟正黑體","Microsoft JhengHei", Arial, Helvetica; letter-spacing: -1px; text-align: center;}
.txt3 { position: relative;  color: #272727;}
@media screen and (min-width:768px){
  .txt3, .txt4{ left: 30%; }
  .txt3 ul li h5 {  margin:0;}
}
@media screen and (max-width:767px){
  .txt {top:3.5vw; padding: 0; margin: 0 auto;height: 12vw; width: 100%;}
  .txt ul li h5 { font: bold 5.6vw/8.5vw "Century Gothic","Noto Sans TC",sans-serif,"微軟正黑體",system-ui,Helvetica,Arial;}
  .txt3 ul li h5 {  margin:auto; } 
 
}

/*修正公版上下間距*/
.Area_boxstyle .Area_boxstyle_box1 {
  -webkit-padding-before: 140px!important ;
  padding-block-start:140px;-webkit-padding-after: 0px;
  padding-block-end: 0px;-webkit-padding-start: 0px;
  padding-inline-start:0px;-webkit-padding-end: 0px;
}
@media screen and (max-width:767px){
  .Area_boxstyle .Area_boxstyle_box1 {
  -webkit-padding-before: 15vw !important;
  padding-block-start:2vw;-webkit-padding-after: 0vw;
  padding-block-end:  2vw;-webkit-padding-start: 2vw;
  padding-inline-start: 2vw;-webkit-padding-end: 2vw
}  
}  
/*acty-行銷宮格*/
.Area_acty{
  margin-bottom:20px; 
  margin-top:15px;  
  .acty-grid{
    display: flex;
    gap: 20px;
    .acty{
      flex: 1;
      /* width: 39.5%; */
      overflow: hidden;
      .PD_layout {
        height: 100%;
      }
      @media screen and (max-width:767px){
        /* width: 100%; */
      }

      ul{
        padding: 0;
        gap: 0;
        display: flex;
        img{
          border-radius: 28px;
          object-fit: cover;
          @media screen and (max-width:767px){
            border-radius: 2vw;
          }
        }
      }
    }
    @media screen and (max-width:767px){
      gap: 2vw;
    }
    ul{
      padding: 0;
      li{
        img{
          /* border-radius: 28px; */

        }

      }
    }
  }
  .acty-content{
    flex: 1;
    background: #ff7aa7 url(acty_bg.png?t=1750936082281) no-repeat center;
    background-size: cover;
    /* border: 2px solid #ff4785; */
    border-radius: 28px;
    box-sizing: border-box;
    @media screen and (max-width:767px){
      border-radius: 2vw;
    }
    ul{
      /* padding: 8px; */
      box-sizing: border-box;
      display: grid;
      grid-gap:0;
      grid-template-columns: repeat(2,1fr);
      grid-template-rows: repeat(2,1fr);
      @media screen and (max-width:767px){
        grid-gap:0;
        /* padding: 1vw; */
      }
      li{
        /* &:nth-child(odd){
          box-sizing: border-box;
          border-right: 3px dotted #ffb0cb;
          @media screen and (max-width:767px){
            border-right: .5vw dotted #ffb0cb;
          }
        }
        &:nth-child(1),
        &:nth-child(2){
          box-sizing: border-box;
          border-bottom: 3px dotted #ffb0cb;
          @media screen and (max-width:767px){
            border-bottom: .5vw dotted #ffb0cb;
          }
        } */
      }
    }
  }
}
.box_1 { width:880px; background-color: #d9768f; margin: 0 auto; border-radius: 25px; }
.AreaCal .PD_layout ul { padding:20px 0 35px 0;  display: flex; justify-content: center; align-items: center; grid-gap: 0; flex-wrap: nowrap; font-family: "Century Gothic","Arial","Noto Sans TC","微軟正黑體","Microsoft JhengHei"; }
.AreaCal .PD_layout li { min-width: auto; width: 300px; }
.AreaCal span { color: #fff; font-size: 22px; }
.AreaCal span.title {  font-weight: 800; font-size: 65px; }
.AreaCal .PD_layout ul li span.txt { font-weight: 600; color: #FFF; font-size: 22px; background-color: #2e457c !important; width: 25px; height: 25vw; border-radius: 35vw; padding: 5px 15px;  white-space: nowrap; }
.AreaCal .PD_layout li:nth-child(1) span.title { color: #fee600 !important; }	
.AreaCal .PD_layout li:nth-child(1) .PD::before { content:"="; position: absolute; top: 40px; left: 286px; font-size: 35px; color: #FFF; }	
.AreaCal .PD_layout li:nth-child(2) .PD::before { content:"+"; position: absolute; top: 40px; left: 286px; font-size: 35px; color: #FFF; }	


/*MB公式*/
  @media screen and (max-width:767px){
  .Area_acty { margin-bottom: 2vw; width:96%; }
  .box_1 {   width:91.5%; margin: 0 auto 0.5vw auto; border-radius: 3.5vw; }
  .AreaCal .PD_layout ul { padding:1.5vw 0 3.5vw 0; }
  .AreaCal .PD_layout li { min-width: auto;  width: 30vw; margin: 0 0 0 0; padding:0 0 0 0; }
  .AreaCal span {  font-size: 3.3vw; }
  .AreaCal span.title {   font-size: 8vw; }
  .AreaCal .PD_layout ul li span.txt {  font-size: 3.3vw; width: 30vw; height: 20vw; border-radius: 35vw; padding: 0.8vw 2.5vw; }
  .AreaCal .PD_layout li:nth-child(1) .PD::before {  top: 5vw; left: 29.5vw; font-size: 5vw; }	
  .AreaCal .PD_layout li:nth-child(2) .PD::before {  top: 5vw; left: 29.5vw; font-size: 5vw;  }	
}

.Area_card_bg{
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  background: #62739e;
  margin: 0 auto 2vw; 
  hr{
    border: 2px dashed #9db1e4;
    margin: 0 40px;
  }
  .Area_card{
    margin:  0 auto;
    font-weight: 600; 
    .PD_time{
      font-family: "Century Gothic","Arial","Noto Sans TC","微軟正黑體","Microsoft JhengHei"; 
      display: flex;
      align-items: center;
      &::after { 
        content: "GO"; 
        background-color: #2e457b;
        color: #FFF; 
        height: fit-content;
        }

      span{
        &:nth-child(1){
          color: #c4eeee;
        }
        &:nth-child(3){
          color: #fee600;
        }
      }
    }
  }
}


/* 回饋專區 */
@media screen and (min-width:768px){
  .Area_card_bg{
    padding: 40px 60px;
    border-radius: 28px; 
    gap: 28px;
    margin: 0 auto 20px; 
  }
  .Area_card {  
    font-size: 55px; 
  }
  .Area_card .PD_time {  color: #FFF; line-height: 1;text-align: left; }
  .Area_card .PD_time::after { content: "GO"; font-size: 20px; border-radius: 20px; padding: 5px 15px;margin-left: 16px; }
  .Area_card .PD_time span:nth-child(1) { font-size: 55px; }
  .Area_card .PD_time span:nth-child(3) { color: #fcd986; margin: 0 0 0 0vw; }
  .Area_card .PD_time span.title{margin-right: 32px;}
}
  @media screen and (max-width:767px){
    .Area_card_bg{  
      border-radius: 2vw; 
      width: 96%;  
      padding: 1vw 2vw;
      gap: 1vw;
    }
    .Area_card { 
      font-size: 5.5vw;    
      padding: 3vw 2vw;
    }
    .Area_card .PD_time {  
      color: #FFF; 
      line-height: 1; 
      /* gap: 3vw;  */
    }
    .Area_card .PD_time span.title{
      margin-right: 2vw;
    }
    .Area_card .PD_time::after { 
      content: "GO"; 
      font-size: 3vw; 
      border-radius: 2vw; 
      padding: .8vw 1.5vw;
      margin-left: 2vw;
    }

}

/*熱門活動*/
@media screen and (max-width:767px){
.Area_hotEvent .Area_swiper_box{padding-bottom: 0; }
}

/*01-限時搶*/
.Area01 { z-index: 2; margin: 0 auto;}
.Area01 .box { position: relative;  }
.Area01 .PD-1 { margin: 0 10px; background: #fff;border-radius: 2vw;}
.Area01 .PD-1 ul { background-color: #fff;}
.Area01 .Area_title{display: flex; align-items: center; justify-content: space-between;margin:0 auto 2vw;width: 96%;}
.Area01 .Area_title h3{width: 38%;margin: 0;font-style: italic;font-weight: 700; text-align: left;font-size: 50px;color: #fff;}

@media screen and (max-width:767px){
.Area01 { z-index: 2;  width: 98%;border-radius: 2vw}
.Area01 .box { position: relative;  }
.Area01 .PD-1 { margin: 0 1%;}
.Area01 .PD-1 ul { background-color: transparent;}
.Area01 .Area_title h3{width: 38vw;font-size: 8vw;}
}

  /** 倒數 **/
  .Area01 {
    .box {
      position: relative;
    }
  
    .TimerNick {
      position: relative;
      width: unset;
      top: unset;
      left: unset;
  
      .TIMER {
        margin: 0;
        padding: 0;
        color: #FFF;
        font-size: 32px;
        line-height: 27px;
        font-weight: 800;
        overflow: visible;
        display: flex;
        justify-content: flex-end;
        gap: 8px;
      }
  
      span {
        float: left;
      }
  
      small {
        position: relative;
        font-size: 32px;
        font-weight: 500;
      }
  
      .time_day {
        letter-spacing: 0em;
        font-weight: 500;
      }
  
      .FontStyle {
        position: relative;
        font-size: 41px;
        text-align: center;
        color: #fff;
        font-family: "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei";
  
        b {
          display: inline-block;
          margin: 0;
          width: 17px;
          text-align: center;
          font-weight: 300;
        }
      }
    }
  
    .PD_slide {
      .PD {
        p {
          height: 29px;
          line-height: 29px;
        }
      }
  
      img {
        width: 82%;
      }
    }
  
    .PD_layout {
      &[data-pd-btn] {
        .PD_btn {
          b {
            height: 40px;
            line-height: 40px;
          }
        }
      }
  
      .PD_into {
        padding: 3vw 0.5vw;
        padding-bottom: 2vw !important;
      }
    }
  
    @media screen and (max-width: 767px) {
      .box {
        position: relative;
      }
  
      .TimerNick {
        width: 57vw;
  
        .TIMER {
          font-size: 4vw;
          line-height: 5vw;
          gap: 1.2vw;
        }
  
        small {
          font-size: 4.5vw;
        }
  
        .FontStyle {
          font-size: 4.5vw;
  
          b {
            width: 3vw;
          }
        }
      }
  
      .PD_slide {
        .PD {
          p {

          }
        }
      }
  
      .PD_layout {
        &[data-pd-btn] {
          .PD_btn {
            b {

            }
          }
        }
      }
    }
  }
  

/*bank*/

@media screen and (min-width:768px){
.Area_bank .box .layout_bank ul { height: 155px;margin-top: 10px;}
.Area_bank .box{ top:28px; }
.Area_bank .bg { position: absolute; top: 25px; left: 0; }
.Area_bank .box { top:22px; position: relative;margin-bottom: 50px;}
.Area_bank .box .layout_bank { overflow: hidden;}
.Area_bank .box .layout_bank ul { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; grid-gap: 0; height: 165px;}
.Area_bank .box .swiper-pagination-bullet-active { background: #fff;}
.Area_bank .box .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 1vw; }


    @keyframes clock{
      0%{ transform: translate(2px,0) rotate(-5deg); }
      3%{  transform: translate(-3px,-5px) rotate(0deg); }
      6%{ transform: translate(2px,-5px) rotate(-5deg); }
      9%{  transform: translate(-3px,-5px) rotate(0deg); }
      12%{ transform: translate(2px,-5px) rotate(-5deg); }
      15%{  transform: translate(-3px,-5px) rotate(0deg);; }
      18%{ transform: translate(2px,-5px) rotate(-5deg); }
      21%{  transform: translate(-3px,-5px) rotate(-5deg); }
      24%{ transform: translate(2px,-5px) rotate(0deg);; }
      27%{  transform: translate(-3px,-5px) rotate(-5deg); }
      30%{  transform: translate(0,0) rotate(0deg);; }
      100%{  transform: translate(0,0) rotate(0deg);; }
    }

  }
  @media screen and (max-width:767px){

    .Area_bank .box .layout_bank ul { height: 155px;margin-top: 1vw;}
.Area_bank .box{ top:2.8vw; }
.Area_bank .bg { position: absolute; top: 2.5vw; left: 0; }
.Area_bank .box { top:2.2vw; position: relative;margin-bottom: 5vw;}
.Area_bank .box .layout_bank { overflow: hidden;}
.Area_bank .box .layout_bank ul { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; grid-gap: 0; height: 16.5vw;}
.Area_bank .box .swiper-pagination-bullet-active { background: #fff;}
.Area_bank .box .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom: 1vw; }



  }

/*02*/
@media screen and (min-width: 768px) {
.Area02 .Area_box {
  /*background: linear-gradient(130deg,#f3e1a3,#ecc561);border: solid 1px #faf0cb;*/
  border-radius: 2.5vw;
  padding: 1vw 0 1vw 2vw;
  width: 94%;
  margin: 0 auto;
}

.Area02 .PD_img {
  width: 108%;
  margin-left: -35px;
}

.Area02 .PD_layout .PD_into p {
  height: 4.2em;
  line-height: 4em;
}
.Area02 .PD_layout .PD_into p .Price {
  font-family: "Century Gothic" !important;
  font-size: 70px;
}

.Area02 .box_02 .PD_layout ul li {
  border-top: none;
}
.Area02 .box_02 .PD_layout ul li:last-child {
  border: none;
}
.Area02 .box_02 .PD_layout[data-pd-col-phone="4"] ul {
  grid-template-columns: repeat(4, minmax(0, 4fr));
  margin: 0 auto;
  padding: 0;
}
.Area02 .A02_box_01 {
  width: 100%; /* background:#fff; */
  margin: 0 auto;
  display: flex; /* padding: 1vw 0 1vw 1vw; */
  box-sizing: border-box; /* border-radius: 1.5vw; */ /* margin-bottom: 2vw; */
}
.Area02 .A02_box_02 {
  margin: 0 auto;
  width: 96%;
  margin-bottom: 2vw;
}
.Area02 .A02_box_02 ul {
  gap: 0;
  padding: 0;
}
.Area02 .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
}
.Area02 .Area_coupon .swiper-pagination-bullet {
  bottom: -1vw !important;
}
.Area02 .swiper-pagination-bullet {
  background: #000;
}
.Area02 .PD_layout-PDBN_01 .PD_logo img {
  border: none !important;
  box-shadow: none !important;
}
.Area02 .PD_layout-PDBN_01 .PD_logo {
  position: absolute;
  right: 4%;
  bottom: 4%;
  height: 23vw !important;
}
.Area02 .PD_layout-PDBN_01 .PD h3 {
  top: 0;
  font-size:36px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  width: 42%;
}
.Area02 .PD_layout-PDBN_01 .PD h4 {
  top: 9vw;
  font-size: 1.5em;
  line-height: 1;
  color: #1967ff;
  text-align: left;
  font-style: italic
}
}

@media screen and (max-width: 767px) {
  .Area02 .Area_box {
    /*background: linear-gradient(130deg,#f3e1a3,#ecc561);border: solid 1px #faf0cb;*/
    border-radius: 2.5vw;
    padding: 1vw 0 1vw 2vw;
    width: 94%;
    margin: 0 auto;
  }
  .Area02 .box_02 .PD_layout ul li {
    border-top: none;
  }
  .Area02 .box_02 .PD_layout ul li:last-child {
    border: none;
  }
  .Area02 .box_02 .PD_layout[data-pd-col-phone="4"] ul {
    grid-template-columns: repeat(4, minmax(0, 4fr));
    margin: 0 auto;
    padding: 0;
  }
  .Area02 .A02_box_01 {
    width: 100%; /* background:#fff; */
    margin: 0 auto;
    display: flex; /* padding: 1vw 0 1vw 1vw; */
    box-sizing: border-box; /* border-radius: 1.5vw; */ /* margin-bottom: 2vw; */
  }
  .Area02 .A02_box_02 {
    margin: 0 auto;
    width: 96%;
    margin-bottom: 2vw;
  }
  .Area02 .A02_box_02 ul {
    gap: 0;
    padding: 0;
  }
  .Area02 .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
  }
  .Area02 .Area_coupon .swiper-pagination-bullet {
    bottom: -1vw !important;
  }
  .Area02 .swiper-pagination-bullet {
    background: #000;
  }
  .Area02 .PD_layout-PDBN_01 .PD_logo img {
    border: none !important;
    box-shadow: none !important;
  }
  .Area02 .PD_layout-PDBN_01 .PD_logo {
    position: absolute;
    right: 4%;
    bottom: 4%;
    height: 23vw !important;
  }
  .Area02 .PD_layout-PDBN_01 .PD h3 {
    top: 0;
    font-size: 4vw;
    color: #fff;
    text-align: center;
    font-weight: 600;
    width: 42%;
  }
  .Area02 .PD_layout-PDBN_01 .PD h4 {
    top: 0vw;
    font-size: 1.5em;
    line-height: 1;
    color: #1967ff;
    text-align: left;
    font-style: italic
  }
  }






@media screen and (min-width: 768px) {
  .Area02 .PD_layout .PD_into p {
    height: 4.2em;
    line-height: 4em;
  }
  .Area02 .PD_layout .PD_into p .Price {
    font-family: "Century Gothic" !important;
    font-size: 70px;
  }
  .Area02 .PD_layout .PD p b,
  .Area02 .PD_layout .PD p span,
  .Area02 .PD_layout .PD p small {
    font-size: 30px;
  }
  .Area02 .PD_layout .PD_into h4 {
    font-family: "Century Gothic", "Microsoft JhengHei", system-ui, Helvetica, Arial;
    font-size: 41px;
    font-weight: bold;
    letter-spacing: 0px;
    top: 93px;
  }
  .Area02 .box_01 {
    width: 960px !important;
    margin-left: -3px;
  }
  .Area02 .box_02 .PD_layout {
    margin-bottom: 56px;
  }
  .Area02 .box_01 .Area_swiper_box {
    padding-bottom: 0px !important;
  }

  .Area02 .PD_layout-PDBN_01 {
    width: 100%;
  }
}


@media screen and (max-width: 767px) {
  .Area02 .PD_layout .PD_into p {
    height: 4.2em;
    line-height: 4em;
  }
  .Area02 .PD_layout .PD_into p .Price {
    font-family: "Century Gothic" !important;
    font-size: 70px;
  }
  .Area02 .PD_layout .PD p b,
  .Area02 .PD_layout .PD p span,
  .Area02 .PD_layout .PD p small {
    font-size: 30px;
  }
  .Area02 .PD_layout .PD_into h4 {
    font-family: "Century Gothic", "Microsoft JhengHei", system-ui, Helvetica, Arial;
    font-size:5vw;
    font-weight: bold;
    letter-spacing: 0px;
    top: 9vw;
  }
  .Area02 .box_01 {
    width: 99.5%;
    margin-left: -3px;
  }
  .Area02 .box_02 .PD_layout {
    margin-bottom: 56px;
  }
  .Area02 .box_01 .Area_swiper_box {
    padding-bottom: 0px !important;
  }

  .Area02 .PD_layout-PDBN_01 {
    width: 100%;
  }

  .Area02 .box_02 .PD_layout {
    margin-bottom: 5.8vw;
  }
  .Area02 .A02_box_03 {
    margin: 0 auto;
    width: 100%;
  }
  .Area02 .A02_box_03 ul {
    gap: 0;
    padding: 0;
  }
  .Area02 .box_04 .PD_layout ul {
    position: relative;
    padding: 0 3vw;
    width: 100%;
    justify-content: space-around;
    gap: 2vw;
    height: 12vw;
    left: 1vw;
  }
}

.Area02 .bg_wave {
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .Area02 .bg_wave2 {
    bottom: -310px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .Area02 .bg_wave2 {
    bottom: -18vw;
    left: 0;
  }
}


/* 公版修改 */
@media screen and (max-width: 767px) {
 .Area02 .Area_swiper_box .swiper-pagination { bottom:0 !important; }
 .Area02 .Area_swiper_box { padding-bottom: 8.5vw; }
  }




/*商品公版*/
.Area_PD1.Area_boxstyle.Area_boxstyle--hasBackdrop:before{ height: 102%; }


/*嚴選mo店+*/
@media screen and (min-width:768px){
.Area_Department .PD_layout_p .PD_into p{ display: none;}
.Area_Department .PD_layout_p .PD h3 span{ overflow: visible;}
.Area_Department .PD_layout_p .PD_into h3 {color: #e4e4e4;   font-size: 32px; line-height: 31px; margin: 0.3em 0; letter-spacing: -2px;}
/*.Area_Department .PD_layout_p .btclass ul li{  } */
.Area_Department .PD_layout_p .btclass ul li .PD_img{ padding: 1em; margin: 0; background-color: #FFF; border-radius: 3.5vw; }
.Area_Department .PD_layout_p .PD_slide {height: 262px; width: 262px;}
.Area_Department .swiper-pagination-bullets{ transform: scale(0.9);}
.Area_Department .PD_layout-btn ul{ background-color:rgba(0,0,0,0); }
.Area_Department .PD_layout-btn li{ background: none; width: 100%;}

  .Area_Department .PD_layout_p { margin-bottom: 25px; }

}
@media screen and (max-width: 767px) {
  .Area_Department .PD_layout_p .PD_into p{ display: none;}
.Area_Department .PD_layout_p .PD h3 span{ overflow: visible;}
.Area_Department .PD_layout_p .PD_into h3 {color: #e4e4e4;   font-size: 32px; line-height: 31px; margin: 0.3em 0; letter-spacing: -2px;}
/*.Area_Department .PD_layout_p .btclass ul li{  } */
.Area_Department .PD_layout_p .btclass ul li .PD_img{ padding: 1em; margin: 0; background-color: #FFF; border-radius: 3.5vw; }
.Area_Department .PD_layout_p .PD_slide {height: 262px; width: 262px;}
.Area_Department .swiper-pagination-bullets{ transform: scale(0.9);}
.Area_Department .PD_layout-btn ul{ background-color:rgba(0,0,0,0); }
.Area_Department .PD_layout-btn li{ background: none; width: 100%;}
  .Area_Department .PD_layout_p { margin-bottom: 0; }
  .Area_Department .PD_layout_p2{ margin-bottom: 4vw; }
  .Area_Department .Area_swiper{ padding-left: 2vw; }
	.Area_Department .Area_boxstyle_box{ padding-left: 0; padding-right: 0; }
	.Area_Department .box_ h3{ margin-top: 0; }
	.Area_Department .PD_layout_p .PD_into h3 { font-size: 3.8vw; line-height: 1.5; margin: 0.1em 0; letter-spacing: -1px; }
	.Area_Department .PD_layout_p .btclass ul {  column-gap: 0; }
	.Area_Department .PD_layout_p .PD_slide {height: 25vw; width: 34vw; background-color: transparent; }
	.Area_Department .swiper-pagination-bullets{ transform: scale(0.8) translateY(-4vw);}
  .Area_Department .PD_layout-btn ul{ background-color:rgba(0,0,0,0);  margin: -2vw 0 -4vw;}
  .Area_Department.Area_boxstyle.Area_boxstyle--hasBackdrop:before{ height: 116%; }
}


/* 人氣夯貨 */
@media screen and (max-width: 767px) {

}


/*精選618*/

.Area05 .PD_layout[data-pd-btn] .PD_btn span { padding-right: 4.25em; }
@media screen and (max-width: 767px) {
  .Area05, .Area08 { margin-top: 0vw; }
  .Area05 .PD_layout[data-pd-btn] .PD_btn span { padding-right: 11; }
}


/* 精選會場 */
.Area_Curated {margin-top:10vw ;}
.Area_Curated .Area_boxstyle_title{margin-top:-11vw ;width: 100% !important;}
@media screen and (max-width:767px){
  .Area_Curated {margin-top:16vw ;}
  .Area_Curated .Area_boxstyle_title{margin-top:-13vw ;}
}


/*16-各部專區*/
.Area_division { overflow: hidden;}
.Area_division-a .titlebgtop { width: 100%; height: 40%; position: absolute; top:-0.5%; left: 0;  background: url(Area_division_bgtop.png?t=1750936082281) no-repeat top / 100%;}
.Area_division-a .titlebgcenter { width: 100%; height: 37%; position: absolute; top:34%; left: 0; background: url(Area_division_bgcenter.png?t=1750936082281) repeat center / 100%;}
.Area_division-a .titlebgbottom { width: 100%; height: 40%; position: absolute; bottom:-1.5%; left: 0; background: url(Area_division_bgbottom.png?t=1750936082281) no-repeat bottom / 100%; }
.Area_division-b .titlebgtop { width: 100%; height: 40%; position: absolute; top:-0.5%; left: 0;  background: url(Area_division_bgtop2.png?t=1750936082281) no-repeat top / 100%;}
.Area_division-b .titlebgcenter { width: 100%; height: 37%; position: absolute; top:34%; left: 0; background: url(Area_division_bgcenter2.png?t=1750936082281) repeat center / 100%;}
.Area_division-b .titlebgbottom { width: 100%; height: 40%; position: absolute; bottom:-1.5%; left: 0; background: url(Area_division_bgbottom2.png?t=1750936082281) no-repeat bottom / 100%; }

.Area_division .swiper-pagination-bullet { background: #fff;}
.Area_division .box { position: relative; border-radius: 15px; }
@media screen and (min-width:768px){
  .Area_division .box { margin-bottom: 50px;}
  .Area_division .box .Area_swiper{ margin-bottom: 8vw; }
}
  @media screen and (max-width:767px){
    .Area_division {  margin-top: -2vw;}
    .Area_division .swiper-pagination { /*--swiper-pagination-color: #fff;*/ bottom: 1vw;}
    .Area_division .box { margin-top: 6vw; padding-bottom: 3vw;}
  }


/*hashtag*/
.PD_layout-ht {padding:3% 2% 0; }
.PD_layout-ht ul { width: 90%; padding: 0; }
.Area_division-a .PD_layout-ht li { border-radius: 10em;  background-color: #c8837a;}
.Area_division-b .PD_layout-ht li { border-radius: 10em;  background-color: #bd9453;}
.Area_division-a .PD_layout-ht ul li h3{color: #fee4e0!important; }
.Area_division-b .PD_layout-ht ul li h3{color: #ffebd2!important; }
@media screen and (min-width:768px){
  .PD_layout-ht ul{ grid-gap: 20px; }
  .PD_layout-ht ul li h3{  font-size: 22px!important; }

}
 @media screen and (max-width:767px){
   .PD_layout-ht ul{ grid-gap: 2vw; }
   .PD_layout-ht ul li h3{  font-size: 0.9em!important; }
   .PD_layout-ht ul li .PD_into{ padding: 0; }
}






/*16-各部專區*/
@media screen and (min-width: 768px) {
  .Area16 {
    overflow: hidden;
    /*background-color: #90acf9;*/
  }
  .Area16 .box {
    position: relative;
    background-color: #4565B1;
    border-radius: 15px;
    overflow: hidden;
  }
  .Area16 .swiper-pagination {
    bottom: 1vw;
  }
  .Area16 .swiper-pagination-bullet {
  }
  .Area16 .PD-1 {
    width: 96%;
  }
  .Area16 .txt2 h5 {
    font: 700 45px / 45px  Arial, Noto Sans TC, "Century Gothic", "Microsoft JhengHei", system-ui, Helvetica;
    margin: 1.5vw auto 0;
    color: #fee600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
  }
  .Area16 .txt2 h5 i {
    display: none;
  }
  .Area16 .txt2 h5::before,
  .Area16 .txt2 h5::after {
    content: "";
    display: block;
    width: 1.1em;
    height: 1.1em;
    opacity: 1;
  }
  .Area16 .txt2 h5::after {
    background: url(star02.png?t=1750936082281) no-repeat;
    background-size: cover;
  }
  .Area16 .txt2 h5::before{
    background: url(star01.png?t=1750936082281) no-repeat;
    background-size: cover;
  }
  .Area16 .page_box {
    padding-bottom: 20px;
  }
  /*抵用券(線上入稿)*/
  .Area16 .Area_coupon{
    padding-bottom: 0;
    background: none;
  }
  
  .Area16 .Area_coupon .Area_swiper .Area_swiper_box{
    padding-bottom: 0vw;
  }
  
  .Area16 .Area_coupon .Area_swiper{
    background: none;
  }
  
  .Area16 .Area_coupon .PD_coupon ul{
    padding: 3vw 0 0;
  }
  
  .Area16 .Area_coupon .PD_coupon ul li .box{
    border-radius: 0;
    margin: 0;
    padding: 0;
  }
  
  .Area16 .Area_coupon .PD_coupon ul li .PD_logo .p_logo.p01{
    margin: 0;
  }
  
  .Area16 .Area_coupon .PD_coupon ul li .PD_into .box{
    position: relative;
  }
  
  .Area16 .Area_coupon .PD_coupon ul li .PD_into h2{
    position: absolute;
    padding: 0 0.5em;
    top: -107px;
    left: 12px;
    font-size: 31px;
    text-align: center;
    line-height: 0.3;
    letter-spacing: -0.03em;
    color: #636161;
    background: #e7e7e7;
    border-radius: 30vw 30vw 30vw 0;
    text-shadow: none;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    max-width: 74%;
    transform: none;
  }
  
  .Area16 .ppp_coupon .coupon_box .PD_into .tag_R {
      position: absolute;
      top: -36px;
      right: 0vw;
      width: 19%;
  }
  
  .Area16 .Area_coupon .Area_swiper {
      width: 98%;
      left:1%;
  }
  
  .Area16 .Area_coupon .PD_coupon ul li .PD_into .box{
    background: unset;
    overflow: unset;
    border-radius: 0 0.5em 0 0;
    top: 0vw;
  }
  
  .Area16 .NavArea .Nav_box{
    background-color: #fff;
  }
  
  .Area16 .content_swiper .PD_layout[data-pd-btn] .PD_btn b{
    padding: 0;
    margin-left: -0.2em;
  }
  
  .Area16 .PD_layout[data-pd-btn] .PD .PD_btn span{
    padding-right: .7em;
  }
  
    .Area16 .box {
      position: relative;
      border-radius: 15px;
      margin: 0 0 6vw;
      padding: 1vw 0 2vw;
    }
  
  
  /* 公版調整 */
  .Area16 .PD_layout ul { width: 100%; }
  .Area16 .PD_layout .PD img { width: 75%; }
  .Area16  .keyword  h3 span{
    padding: 0;
    max-height: 1.9em;
    font-weight: 700;
    line-height: 40px;
    font-size: 32px !important;

}
.Area_AD{
  ul.PD_wrapper{
    padding: 0;
  }
}
  
}
  



@media screen and (max-width: 767px) {
.Area16 {
  overflow: hidden;
  /*background-color: #90acf9;*/
}
.Area16 .box {
  position: relative;
  background-color: #4565B1;
  border-radius: 15px;
  overflow: hidden;
}
.Area16 .swiper-pagination {
  bottom: 1vw;
}
.Area16 .swiper-pagination-bullet {
}
.Area16 .PD-1 {
  width: 96%;
}
.Area16 .txt2 h5 {
  font: 700 1.5em / 1.5em  Arial, Noto Sans TC, "Century Gothic", "Microsoft JhengHei", system-ui, Helvetica;
  margin: 1.5vw auto 0;
  color: #fee600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
.Area16 .txt2 h5 i {
  display: none;
}
.Area16 .txt2 h5::before,
.Area16 .txt2 h5::after {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  opacity: 1;
}
.Area16 .txt2 h5::after {
  background: url(star02.png?t=1750936082281) no-repeat;
  background-size: cover;
}
.Area16 .txt2 h5::before{
  background: url(star01.png?t=1750936082281) no-repeat;
  background-size: cover;
}
.Area16 .page_box {
  padding-bottom: 20px;
}
/*抵用券(線上入稿)*/
.Area16 .Area_coupon{
  padding-bottom: 0;
  background: none;
}

.Area16 .Area_coupon .Area_swiper .Area_swiper_box{
  padding-bottom: 6.5vw;
}

.Area16 .Area_coupon .Area_swiper{
  background: none;
}

.Area16 .Area_coupon .PD_coupon ul{
  padding: 3vw 0 0;
}

.Area16 .Area_coupon .PD_coupon ul li .box{
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.Area16 .Area_coupon .PD_coupon ul li .PD_logo .p_logo.p01{
  margin: 0;
}

.Area16 .Area_coupon .PD_coupon ul li .PD_into .box{
  position: relative;
}

.Area16 .Area_coupon .PD_coupon ul li .PD_into h2{
  top: -6vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 38vw;
  height: 9vw;
}


.Area16 .ppp_coupon .coupon_box .PD_into .tag_R {
    position: absolute;
    top: 0;
    right: 0vw;
    width: 19%;
}

.Area16 .Area_coupon .Area_swiper {
    width: 98%;
    left:1%;
}

.Area16 .Area_coupon .PD_coupon ul li .PD_into .box{
  background: unset;
  overflow: unset;
  border-radius: 0 0.5em 0 0;
  top: 0vw;
  position: unset;
}

.Area16 .NavArea .Nav_box{
  background-color: #fff;
}

.Area16 .content_swiper .PD_layout[data-pd-btn] .PD_btn b{
  padding: 0;
  margin-left: -0.2em;
}

.Area16 .PD_layout[data-pd-btn] .PD .PD_btn span{
  padding-right: .7em;
}

  .Area16 .box {
    position: relative;
    border-radius: 15px;
    margin: 0 2vw 6vw;
    padding-bottom: 2vw;
  }


/* 公版調整 */
.Area16 .PD_layout ul { width: 96%; }
.Area16 .PD_layout .PD img { width: 88%; }
.Area_AD{
  width: 96%;
}
}

.Area03{
  .box{
    margin: 0 auto;
    @media screen and (max-width:767px){
      width: 96%;
    }
  }
  .PD_btn{
    span{
      flex-direction: column;
    }
  }
}

/* 商品區 */
@media screen and (max-width:767px){ 
  .Area03{
    width: 96%;
    margin: 0 auto;
    .PD_layout[data-pd-col-pc="4"] ul.PD_wrapper{
      gap: 3vw 2.5vw;
      padding: 2.5vw 2vw 6vw;
      background: #f0f0f0;
      border-radius: 3vw;

      /* 缺品補圖 */
      &::after{
        content: "";
        display: block;
        position: relative;
        width: 100%;
        background-size: 96%;
      }

      li.PD_slide{
        border: 0;
        background: #fff;
        border-radius: 2vw;
      }
      li.PD_slide .PD_img{
        padding: .5em;
      }
    }
  
  }
}

@media screen and (min-width:768px){
  
  .Area03{
    .PD_layout[data-pd-col-pc="4"] ul.PD_wrapper{
      background: #f0f0f0;
      padding: 12px;
      gap: 12px 8px;
      /* 缺品補圖 */
      &::after{
        content: "";
        display: block;
        position: relative;
        width: 100%;
        background-size: 96%;
      }
      li.PD_slide{
        border: 0;
        background: #fff;
        border-radius: 8px;

        .PD_btn.PD_go{
          /* position: relative; */
          left: 50%;
          transform: translateX(-50%);
          width: 92%;
        }
      }
      li.PD_slide:nth-child(4n+3){
        border-right: 0;
      }
      /* li.PD_slide:nth-child(4n){
        border-right: solid 1px #d1d1d1;
      } */
      li.PD_slide:last-child{
        border-right: 0;
      }
    }
  
  }
}

.Area_AD{
  ul.PD_wrapper{
    padding: 0;
  }
  img{
    border-radius: 28px;
    border: 4px solid #fff;
    @media screen and (max-width:767px){
      border-radius: 2vw;
      width: 96%;
      border: .8vw solid #fff;
    }
  }
}


/*hashtag*/
.PD_layout-ht ul { width: 90%; padding: 0; }
.PD_layout-ht li { border-radius: 10em;  background-color: #2e457c;}
.PD_layout-ht ul li h3{color: #ffffffE6!important; }
@media screen and (min-width:768px){
  .PD_layout-ht {padding:0 2% 0; }
  .PD_layout-ht ul{ grid-gap: 20px; }
  .PD_layout-ht ul li h3{  font-size: 22px!important; }

}
 @media screen and (max-width:767px){
  .PD_layout-ht {padding:3% 2% 0; }
   .PD_layout-ht ul{ grid-gap: 2vw; }
   .PD_layout-ht ul li h3{  font-size: 0.9em!important; }
   .PD_layout-ht ul li .PD_into{ padding: 0; }
}

@media screen and (min-width: 768px) {
  .Area16 .box {
    margin-bottom: 50px;
  }
  .Area16 .Area_coupon .PD_coupon ul li .PD_into .box{
    top: 0;
  }
  /*抵用券(線上入稿)*/
  /* .Area16 .A16_coupon {
    margin-bottom: 30px;
  }
  .Area16 .layout_C16 .PD_into {
    font-size: 32px;
  }
  .Area16 .layout_C16 .PD .txta {
    margin: 53px 0;
    font-size: 33px;
  }
  .Area16 .layout_C16 .PD .txtb {
    top: 20px;
  }
  .Area16 .layout_C16 .PD .txtc {
    top: 83px;
  } */
}


.Area_bottom{
  margin-bottom: 40px;
  @media screen and (max-width:767px){
    margin-bottom: 5vw;
  }
}


/************ 折價券 UI ************/
@media screen and (min-width: 768px) {
/*全區塊共用*/
.Area_coupon p {
  font-family: Roboto, "Noto Sans CJK TC", "Microsoft JhengHei", Arial, Helvetica;
}
.Area_coupon span {
  font-family: Roboto, "Noto Sans CJK TC", "Microsoft JhengHei", Arial, Helvetica;
}
.Area_coupon2 p {
  font-family: Roboto, "Noto Sans CJK TC", "Microsoft JhengHei", Arial, Helvetica;
}
.Area_coupon2 span {
  font-family: Roboto, "Noto Sans CJK TC", "Microsoft JhengHei", Arial, Helvetica;
}

/***************抵用券*******************/
.Area_coupon {
  position: relative;
  margin-bottom: 20px;
  /* padding-bottom: 8vw; */
}
.Area_coupon .Area_swiper {
  margin: 0 auto;
  padding: 0;
}
.Area_coupon ul {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  background-color: #0000;
  width: 98%
}
.Area_coupon li {
  list-style: none;
  margin: 0 auto;
}
.Area_coupon .ppp_coupon .coupon_box {
  height: 232px;
  margin-top: 20px;
}
.Area_coupon .ppp_coupon .coupon_box a {
  width: 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-align: stretch;
  -webkit-box-pack: start;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  -ms-flex-align: stretch;
  -ms-flex-pack: start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  align-items: stretch;
}
}
@media screen and (max-width: 767px) {
  /*全區塊共用*/
  .Area_coupon p {
    font-family: Roboto, "Noto Sans CJK TC", "Microsoft JhengHei", Arial, Helvetica;
  }
  .Area_coupon span {
    font-family: Roboto, "Noto Sans CJK TC", "Microsoft JhengHei", Arial, Helvetica;
  }
  .Area_coupon2 p {
    font-family: Roboto, "Noto Sans CJK TC", "Microsoft JhengHei", Arial, Helvetica;
  }
  .Area_coupon2 span {
    font-family: Roboto, "Noto Sans CJK TC", "Microsoft JhengHei", Arial, Helvetica;
  }
  
  /**************抵用券*****************/
  .Area_coupon {
    position: relative;
    margin-bottom: 2vw;
    /* padding-bottom: 8vw; */
  }
  .Area_coupon .Area_swiper {
    margin: 0 auto;
    padding: 0;
  }
  .Area_coupon ul {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    background-color: #0000;
    width: 98%
  }
  .Area_coupon li {
    list-style: none;
    margin: 0 auto;
  }
  .Area_coupon .ppp_coupon .coupon_box {
    width: 100%;
    height: 100%;
  }
  .Area_coupon .ppp_coupon .coupon_box a {
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-align: stretch;
    -webkit-box-pack: start;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    -ms-flex-align: stretch;
    -ms-flex-pack: start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: flex;
    align-items: stretch;
  }
  }

/*注意事項區*/
.edm_notice{ text-align:center; padding:20px 10px 100px; color:#fff; font:12px/18px Helvetica;}
@media screen and (min-width:768px){ 
  .edm_notice { 
    padding:40px 10px;
  }
}
.edm_notice .apple_notice{  padding:10px 0px 10px 0px; }

/**********************3P抵用券***************/

/*****PC*****/
@media screen and (min-width: 768px) {
  .Area_coupon .Area_swiper {
    margin: 0;
    padding: 0 0 0vw 0;
    width: 943px;
    left: 9px;
    border-radius: 0 0 20px 20px;
    background-color: #f5f5f5;
  /*    border-left: 5px solid #feef00;
    border-right: 5px solid #feef00;
    border-top: 0px solid #feef00;
    border-bottom: 5px solid #feef00;*/
  }
  .Area_coupon .Area_swiper_box {
    width: 960px;
  }
  .Area_coupon .PD_coupon ul {
    height: 280px !important;
    padding: 60px 0 0 0;
  }
  .Area_coupon .PD_coupon li {
    /* margin: 0 0 0 0px !important;
    width: 650px !important; */
  }
  .ppp_coupon {
    width: 900px;
    height: 32vw;
    margin: 0 auto;
    filter: drop-shadow(0.1em 0.1em 0.2em rgba(149 149 149 / 20%));
  }
  .ppp_coupon .coupon_box {
    display: inline-flex;
    width: 100%;
    height: 40vw;
    box-sizing: border-box;
  }
  .ppp_coupon .coupon_box .PD_logo {
    position: relative;
    width: 160px;
  }
  /*輪播設定*/
  .Area_Coupon .Area_swiper {
    margin: 0 auto;
    padding: 2vw 5.8% 0;
    width: 92%;
  }
  .Area_coupon .Area_swiper_box .pagination {
    bottom: 4vw !important;
  }
  /*左logo區*/
  .ppp_coupon .coupon_box .PD_logo .box {
    height: 100%;
    background: url(m_blue_Lbg_repeat.png?t=1750936082282) center left repeat-y;
    background-size: 188%;
  }
  .ppp_coupon .coupon_box .PD_logo .logo {
    padding: 0 1.5vw;
    width: 65%;
    margin-top: 1vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  .ppp_coupon .coupon_box .PD_logo .logo img {
    width: 100%;
    border-radius: 50em;
  }
  .ppp_coupon .coupon_box .PD_logo .tag_L {
    position: relative;
    top: 0;
    width: 31%;
  }
  .ppp_coupon .coupon_box .PD_logo .tag_L img {
    width: 100%;
    height: 100%;
  }
  /*.ppp_coupon .coupon_box .PD_logo .p_logo:after {
    content: "";
    clear: both;
    position: absolute;
    border-top: 0.1em solid #4082c4;
    box-shadow: 0em 0.01em 0em #fff;
    bottom: 7.5vw;
    left: 5vw;
    width: 66%;
  } */
  
  /*虛線*/
  .ppp_coupon .coupon_box .PD_logo .p_logo p {
    padding: 0;
    line-height: 0;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -0.05em;
  }
  .ppp_coupon .coupon_box .PD_logo .p_logo.p01 {
    margin-top: -1vw;
  }
  .ppp_coupon .coupon_box .PD_logo .p_logo.p01 span p {
    color: #aed7ff;
  }
  .ppp_coupon .coupon_box .PD_logo .p_logo.p02 {
    margin-top: 0vw;
    color: #fff;
  }
  /*右文案區*/
  .ppp_coupon .coupon_box .PD_into {
    position: relative;
    width:450px;
    background-color: #fff;
    border-radius: 0 0.5em 0.5em 0;
    border-radius: 0 20px 20px 0;
  }
  .ppp_coupon .coupon_box .PD_into .box {
    padding-bottom: 120px;
  }
  .ppp_coupon .coupon_box .PD_into .tag_R {
    position: absolute;
    top: 0vw;
    right: 0vw;
    width: 85px;
  }
  .ppp_coupon .coupon_box .PD_into .tag_R p {
    margin: 0;
  }
  .ppp_coupon .coupon_box .PD_into .tag_R b {
    font-size: 50px;
  }
  .ppp_coupon .coupon_box .PD_into .tag_R span {
    position: absolute;
    z-index: 5;
    top: -0.8vw;
    right: 0.9vw;
    color: #1860a6;
  }
  .ppp_coupon .coupon_box .PD_into .tag_R .tag_R_bg {
    position: absolute;
    top: 0vw;
    right: 0vw;
    width: 100%;
  }
  .ppp_coupon .coupon_box .PD_into .tag_R img {
    width: 100%;
    height: 100%;
  }
  .ppp_coupon .coupon_box .PD_into h2 {
    position: absolute;
    padding: 0 0.5em;
    top: -75px;
    left: 12px;
    font-size: 31px;
    text-align: center;
    line-height: 0.3;
    letter-spacing: -0.03em;
    color: #636161;
    background: #e7e7e7;
    border-radius: 30vw 30vw 30vw 0;
    text-shadow: none;
    word-break: keep-all;
    overflow: hidden;
    max-width: 74%;
    transform: none;
  }
  .ppp_coupon .coupon_box .PD_into h3 {
    position: relative;
    text-align: left;
    line-height: 0;
    width:94%;
    top:30px;
    left:30px;
    color: #484848;
    font-size: 36px;
  }
  .ppp_coupon .coupon_box .PD_into h3 b {
    color: #f4237d;
    font-size: 75px;
    letter-spacing: -0.07em;
  }
  .ppp_coupon .coupon_box .PD_into h3 small {
    font-size: 38px;
    letter-spacing: -0.05em;
  }
  .ppp_coupon .coupon_box .PD_into h3 tiny {
    color: #939393;
    font-size: 20px;
    letter-spacing: -0.05em;
    padding-left: 0vw;
  }
  .ppp_coupon .coupon_box .PD_into h4 {
    position: relative;
    text-align: left;
    line-height: 0;
    width: 94%;
    top:40px;
    left:30px;
    color: #484848;
  }
  .ppp_coupon .coupon_box .PD_into h4 p {
    font-size:25px;
    letter-spacing: -0.01em;
  }
  .ppp_coupon .coupon_box .PD_into h4 b {
    font-size:32px;
    letter-spacing: -0.02em;
  }
  .ppp_coupon .coupon_box .PD_into h5 {
    position: relative;
    text-align: left;
    line-height: 0;
    width: 94%;
    top: 40px;
    left: 30px;
    font-size: 25px;
    letter-spacing: -0.04em;
    font-weight: normal;
    color: #777777;
  }
  /*按鈕*/
  .ppp_coupon .coupon_box .PD_btn.more {
    position: absolute;
    bottom: inherit;
    top:185px;
    left: 460px;
    width: 130px;
  }
  .ppp_coupon .coupon_box .PD_btn.more img {
    width: 100%;
  }
  .ppp_coupon .coupon_box .PD_btn i {
    display: none;
  }
  .ppp_coupon .coupon_box .PD_btn.more span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding-right: 0.25em;
    height: auto;
    overflow: hidden;
    -webkit-transform: skewX(-7.5deg);
    transform: skewX(-7.5deg);
  }
  }
  

/*****MB*****/
@media screen and (max-width: 767px) {
.Area_coupon .Area_swiper {
  margin: 0 auto;
  padding: 0 0 2vw 0;
  width: 94.8%;
  height: 100%;
  border-radius: 0 0 5vw 5vw;
  background-color: #f5f5f5;
  /*    border-left: 5px solid #feef00;
  border-right: 5px solid #feef00;
  border-top: 0px solid #feef00;
  border-bottom: 5px solid #feef00;*/
}
.Area_coupon .Area_swiper_box {
  width: 100%;
}
.Area_coupon .PD_coupon ul {
  height: 32vw !important;
  padding: 6vw 0 0 0;
}
.Area_coupon .PD_coupon li {
  margin: 0 auto 3vw;
}
.ppp_coupon {
  width: 95%;
  height: 32vw;
  margin: 0 auto;
  filter: drop-shadow(0.1em 0.1em 0.2em rgba(149 149 149 / 20%));
}
.ppp_coupon .coupon_box {
  display: inline-flex;
  width: 100%;
  height: 40vw;
  box-sizing: border-box;
}
.ppp_coupon .coupon_box .PD_logo {
  position: relative;
  width: 35%;
}
/*輪播設定*/
.Area_Coupon .Area_swiper {
  margin: 0 auto;
  padding: 2vw 5.8% 0;
  width: 92%;
}
.Area_coupon .Area_swiper_box .pagination {
  bottom: 4vw !important;
}
/*左logo區*/
.ppp_coupon .coupon_box .PD_logo .box {
  height: 100%;
  background: url(m_blue_Lbg_repeat.png?t=1750936082282) center left repeat-y;
  background-size: 188%;
}
.ppp_coupon .coupon_box .PD_logo .logo {
  padding: 0 5.5vw;
  width: 55%;
  margin-top: 2vw;
}
.ppp_coupon .coupon_box .PD_logo .logo img {
  width: 100%;
  border-radius: 50em;
}
.ppp_coupon .coupon_box .PD_logo .tag_L {
  position: relative;
  top: 0;
  width: 31%;
}
.ppp_coupon .coupon_box .PD_logo .tag_L img {
  width: 100%;
  height: 100%;
}
/*.ppp_coupon .coupon_box .PD_logo .p_logo:after {
  content: "";
  clear: both;
  position: absolute;
  border-top: 0.1em solid #4082c4;
  box-shadow: 0em 0.01em 0em #fff;
  bottom: 7.5vw;
  left: 5vw;
  width: 66%;
} */

/*虛線*/
.ppp_coupon .coupon_box .PD_logo .p_logo p {
  padding: 0;
  line-height: 0;
  font-size: 4vw;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.ppp_coupon .coupon_box .PD_logo .p_logo.p01 {
  margin-top: -1vw;
}
.ppp_coupon .coupon_box .PD_logo .p_logo.p01 span p {
  color: #aed7ff;
}
.ppp_coupon .coupon_box .PD_logo .p_logo.p02 {
  margin-top: 5.5vw;
  color: #fff;
}
/*右文案區*/
.ppp_coupon .coupon_box .PD_into {
  position: relative;
  width: 90%;
  background-color: #fff;
  border-radius: 0 0.5em 0.5em 0;
}
.ppp_coupon .coupon_box .PD_into .box {
  padding-bottom: 12vw;
}
.ppp_coupon .coupon_box .PD_into .tag_R {
  position: absolute;
  top: 0vw;
  right: 0vw;
  width: 19%;
}
.ppp_coupon .coupon_box .PD_into .tag_R p {
  margin: 2vw 0 0;
}
.ppp_coupon .coupon_box .PD_into .tag_R b {
  font-size: 5vw;
}
.ppp_coupon .coupon_box .PD_into .tag_R span {
  position: absolute;
  z-index: 5;
  top: -2.5vw;
  right: 1.7vw;
  color: #1860a6;
}
.ppp_coupon .coupon_box .PD_into .tag_R .tag_R_bg {
  position: absolute;
  top: 0vw;
  right: 0vw;
  width: 100%;
}
.ppp_coupon .coupon_box .PD_into .tag_R img {
  width: 100%;
  height: 100%;
}
.ppp_coupon .coupon_box .PD_into h2 {
  position: absolute;
  padding: 0 0.5em;
  top: -5.5vw;
  left: 3vw;
  font-size: 3.5vw;
  text-align: center;
  line-height: 0.3;
  letter-spacing: -0.03em;
  color: #636161;
  background: #e7e7e7;
  border-radius: 30vw 30vw 30vw 0;
  text-shadow: none;
  word-break: keep-all;
  overflow: hidden;
  max-width: 74%;
  transform: none;
}
.ppp_coupon .coupon_box .PD_into h3 {
  position: relative;
  text-align: left;
  line-height: 0;
  width: 94%;
  top: 5vw;
  left: 3vw;
  color: #484848;
  font-size: 1.3em;
}
.ppp_coupon .coupon_box .PD_into h3 b {
  color: #f4237d;
  font-size: 10vw;
  letter-spacing: -0.07em;
}
.ppp_coupon .coupon_box .PD_into h3 small {
  font-size: 7.5vw;
  letter-spacing: -0.05em;
}
.ppp_coupon .coupon_box .PD_into h3 tiny {
  color: #939393;
  font-size: 3vw;
  letter-spacing: -0.05em;
  padding-left: 1vw;
}
.ppp_coupon .coupon_box .PD_into h4 {
  position: relative;
  text-align: left;
  line-height: 0;
  width: 94%;
  top: 7vw;
  left: 3vw;
  color: #484848;
}
.ppp_coupon .coupon_box .PD_into h4 p {
  font-size: 4.5vw;
  letter-spacing: -0.01em;
}
.ppp_coupon .coupon_box .PD_into h4 b {
  font-size: 4.8vw;
  letter-spacing: -0.02em;
}
.ppp_coupon .coupon_box .PD_into h5 {
  position: relative;
  text-align: left;
  line-height: 0;
  width: 94%;
  top: 6vw;
  left: 3vw;
  font-size: 3.2vw;
  letter-spacing: -0.04em;
  font-weight: normal;
  color: #777777;
}
/*按鈕*/
.ppp_coupon .coupon_box .PD_btn.more {
  position: absolute;
  bottom: 2.5vw;
  right: 1.2vw;
  width: 25%;
}
.ppp_coupon .coupon_box .PD_btn.more img {
  width: 100%;
}
.ppp_coupon .coupon_box .PD_btn i {
  display: none;
}
.ppp_coupon .coupon_box .PD_btn.more span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding-right: 0.25em;
  height: auto;
  overflow: hidden;
  -webkit-transform: skewX(-7.5deg);
  transform: skewX(-7.5deg);
}
}


/****************免運券***********************/

@media screen and (min-width: 768px) {
  .p_logo.p01 {
      display: none;
  }
  .Area_coupon2 {
    position: relative;
    margin-bottom: 20px;
  }
  .Area_coupon2 .Area_swiper {
    margin: 0 auto;
    padding: 0;
    /* height:350px !important; */
  }
  .Area_coupon2 ul {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    background-color: #0000;
    width: 98% !important;
  /*  border-left: 5px solid #ff0;
    border-right: 5px solid #ff0;
    border-top: 5px solid #ff0;*/
  }
  .Area_coupon2 li {
    list-style: none;
    margin: 0 auto;
  }
  .Area_coupon2 .ppp_coupon2 .coupon_box {
    /* width: 450px; */
    height: 232px;
    margin-top: 20px;
  }
  .Area_coupon2 .ppp_coupon2 .coupon_box a {
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-align: stretch;
    -webkit-box-pack: start;
    -ms-flex-direction: row;
    -ms-flex-wrap: nowrap;
    -ms-flex-align: stretch;
    -ms-flex-pack: start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: flex;
    align-items: stretch;
  }
  }



@media screen and (max-width: 767px) {
.p_logo.p01 {
    display: none;
}
.Area_coupon2 {
  position: relative;
  margin-bottom: 2vw;
  /* margin: 0 auto;
  padding-bottom: 10vw; */
}
.Area_coupon2 .Area_swiper {
  margin: 0 auto;
  padding: 0;
}
.Area_coupon2 ul {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  background-color: #0000;
	width: 100% !important;
/*  border-left: 5px solid #ff0;
  border-right: 5px solid #ff0;
  border-top: 5px solid #ff0;*/
}
.Area_coupon2 li {
  list-style: none;
  margin: 0 auto;
}
.Area_coupon2 .ppp_coupon2 .coupon_box {
  width: 100%;
  height: 100%;
}
.Area_coupon2 .ppp_coupon2 .coupon_box a {
  width: 100%;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-align: stretch;
  -webkit-box-pack: start;
  -ms-flex-direction: row;
  -ms-flex-wrap: nowrap;
  -ms-flex-align: stretch;
  -ms-flex-pack: start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  align-items: stretch;
}
}
/*3P免運券*/

@media screen and (min-width: 768px) {
  .Area_coupon2 .Area_swiper {
    margin: 0;
    padding: 0 0 2vw 0;
    width: 96.4%;
    height: 100%;
    left: 1.7%;
    border-radius: 0 0 20px 20px;
    background-color: #f5f5f5;
  /*  border-left: 5px solid #feef00;
    border-right: 5px solid #feef00;
    border-top: 0px solid #feef00;
    border-bottom: 5px solid #feef00;*/
  }
  .Area_coupon2 .Area_swiper_box {
    width: 100%;
  }
  .Area_coupon2 .PD_coupon ul {
    height: 31vw !important;
    padding: 2vw 0 0 0 !important;
  }
  .Area_coupon2 .PD_coupon li {
    /* margin: 0 0 0 0 !important;width:645px !important */
  }
  .ppp_coupon2 {
    width: 95%;
    height: 35vw;
    margin: 0 auto;
    filter: drop-shadow(0.1em 0.1em 0.2em rgba(149 149 149 / 20%));
  }
  .ppp_coupon2 .coupon_box {
    display: inline-flex;
    width: 100%;
    height: 40vw;
    box-sizing: border-box;
  }
  .ppp_coupon2 .coupon_box .PD_logo {
    position: relative;
    width: 160px;
  }
  /*輪播設定*/
  .Area_Coupon2 .Area_swiper {
    margin: 0 auto;
    padding: 2vw 5.8% 0;
    width: 92%;
  }
  .Area_coupon2 .Area_swiper_box .pagination {
    margin-top:-2vw!important;bottom: 2vw !important;
  }
  /*左logo區*/
  .ppp_coupon2 .coupon_box .PD_logo .box {
    height: 100%;
    background: url(yellow_Lbg_repeat.png?t=1750936082282) center left repeat-y;
    background-size: 185%;
  }
  .ppp_coupon2 .coupon_box .PD_logo .logo {
    padding: 1vw 1.5vw 0vw 0;
    width: 80%;
  }
  .ppp_coupon2 .coupon_box .PD_logo .logo img {
    width: 100%;
    border-radius: 50em;
  }
  .ppp_coupon2 .coupon_box .PD_logo .tag_L {
    position: relative;
    top: 0;
    width: 31%;
  }
  .ppp_coupon2 .coupon_box .PD_logo .tag_L img {
    width: 100%;
    height: 100%;
  }
  /*.ppp_coupon2 .coupon_box .PD_logo .p_logo:after {
    content: "";
    clear: both;
    position: absolute;
    border-top: 0.1em solid #c98c1e;
    box-shadow: 0em 0.01em 0em #fff;
    bottom: 11vw;
    left: 1.5em;
    width: 67%;
  } */
  }
/*****MB*****/
@media screen and (max-width: 767px) {
.Area_coupon2 .Area_swiper {
  margin: 0 auto;
  padding: 0 0 2vw 0;
  width: 94.8%;
  height: 100%;
  border-radius: 0 0 5vw 5vw;
  background-color: #f5f5f5;
  /*  border-left: 5px solid #feef00;
  border-right: 5px solid #feef00;
  border-top: 0px solid #feef00;
  border-bottom: 5px solid #feef00;*/
}
.Area_coupon2 .Area_swiper_box {
  width: 100%;
}
.Area_coupon2 .PD_coupon ul {
  /* height: 31vw !important; */
  padding: 6vw 0 0 0;
}
.Area_coupon2 .PD_coupon li {
  margin: 0 auto;
}
.ppp_coupon2 {
  width: 95%;
  height: 35vw;
  margin: 0 auto;
  filter: drop-shadow(0.1em 0.1em 0.2em rgba(149 149 149 / 20%));
}
.ppp_coupon2 .coupon_box {
  display: inline-flex;
  width: 100%;
  height: 40vw;
  box-sizing: border-box;
}
.ppp_coupon2 .coupon_box .PD_logo {
  position: relative;
  width: 35%;
}
/*輪播設定*/
.Area_Coupon2 .Area_swiper {
  margin: 0 auto;
  padding: 2vw 5.8% 0;
  width: 92%;
}
.Area_coupon2 .Area_swiper_box .pagination {
  bottom: 4vw !important;
}
/*左logo區*/
.ppp_coupon2 .coupon_box .PD_logo .box {
  height: 100%;
  background: url(yellow_Lbg_repeat.png?t=1750936082282) center left repeat-y;
  background-size: 185%;
}
.ppp_coupon2 .coupon_box .PD_logo .logo {
  padding: 2vw 2.5vw 0vw;
  width: 80%;
}
.ppp_coupon2 .coupon_box .PD_logo .logo img {
  width: 100%;
  border-radius: 50em;
}
.ppp_coupon2 .coupon_box .PD_logo .tag_L {
  position: relative;
  top: 0;
  width: 31%;
}
.ppp_coupon2 .coupon_box .PD_logo .tag_L img {
  width: 100%;
  height: 100%;
}
/*.ppp_coupon2 .coupon_box .PD_logo .p_logo:after {
  content: "";
  clear: both;
  position: absolute;
  border-top: 0.1em solid #c98c1e;
  box-shadow: 0em 0.01em 0em #fff;
  bottom: 11vw;
  left: 1.5em;
  width: 67%;
} */
}
/*虛線*/

@media screen and (min-width: 768px) {
  .ppp_coupon2 .coupon_box .PD_logo .p_logo p {
    padding: 0;
    line-height: 0;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -0.05em;
  }
  .ppp_coupon2 .coupon_box .PD_logo .p_logo.p01 {
  }
  .ppp_coupon2 .coupon_box .PD_logo .p_logo.p01 span p {
    color: #aed7ff;
  }
  .ppp_coupon2 .coupon_box .PD_logo .p_logo.p02 {
    padding-top: 0.01vw;
    color: #fff;
  }
  .ppp_coupon2 .coupon_box .PD_logo .p_logo.p02 span p {
  }
  .ppp_coupon2 .coupon_box .PD_logo .p_logo.p02 h4 p {
    line-height: 0;
    font-size: 3vw;
  }
  /*右文案區*/
  .ppp_coupon2 .coupon_box .PD_into {
    position: relative;
    width: 90%;
    background-color: #fff;
    border-radius: 0 0.5em 0.5em 0;
    margin-top:11px ;
    border-radius: 0 20px 20px 0;
    
  }
  .ppp_coupon2 .coupon_box .PD_into .box {
    padding-bottom: 12vw;
   /* margin-top: -2vw;*/
  }
  .ppp_coupon2 .coupon_box .PD_into .tag_R {
    position: absolute;
    top: 0vw;
    right: 0vw;
    width: 85px;
  }
  .ppp_coupon2 .coupon_box .PD_into .tag_R b {
    font-size: 50px;
   }
   .ppp_coupon2 .coupon_box .PD_into .tag_R p {
    margin: 0;
   }
  .ppp_coupon2 .coupon_box .PD_into .tag_R span {
    position: absolute;
    z-index: 5;
    top: -0.8vw;
    right: 0.9vw;
    color: #e99c2d;
  }
  .ppp_coupon2 .coupon_box .PD_into .tag_R .tag_R_bg {
    position: absolute;
    top: 0vw;
    right: 0vw;
    width: 100%;
  }
  .ppp_coupon2 .coupon_box .PD_into .tag_R img {
    width: 100%;
    height: 100%;
  }
  .ppp_coupon2 .coupon_box .PD_into h2 {
    position: absolute;
    padding: 0 0.5em;
    top: -5.5vw;
    left: 3vw;
    font-size: 3.5vw;
    text-align: center;
    line-height: 0.3;
    letter-spacing: -0.03em;
    color: #636161;
    background: #e7e7e7;
    border-radius: 30vw 30vw 30vw 0;
    text-shadow: none;
    word-break: keep-all;
    overflow: hidden;
    max-width: 82%;
    transform: none;
  }
  .ppp_coupon2 .coupon_box .PD_into h3 {
    position: relative;
    text-align: left;
    line-height: 0;
    width: 94%;
    top: 30px;
    left: 30px;
    color: #484848;
    font-size: 36px;
  }
  .ppp_coupon2 .coupon_box .PD_into h3 b {
    color: #e49d35;
    font-size:75px;
    letter-spacing: -0.07em;
  }
  .ppp_coupon2 .coupon_box .PD_into h3 small {
    font-size:38px;
    letter-spacing: -0.05em;
  }
  .ppp_coupon2 .coupon_box .PD_into h3 tiny {
    color: #939393;
    font-size: 20px;
    letter-spacing: -0.05em;
    padding-left: 1vw;
  }
  .ppp_coupon2 .coupon_box .PD_into h4 {
    position: relative;
    text-align: left;
    line-height: 0;
    width: 94%;
    top: 40px;
    left:30px;
    color: #484848;
  }
  .ppp_coupon2 .coupon_box .PD_into h4 p {
    font-size: 25px;
    letter-spacing: -0.01em;
  }
  .ppp_coupon2 .coupon_box .PD_into h4 b {
    font-size:32px;
    letter-spacing: -0.02em;
  }
  .ppp_coupon2 .coupon_box .PD_into h5 {
    position: relative;
    text-align: left;
    line-height: 0;
    width: 94%;
    top: 40px;
    left: 30px;
    font-size: 25px;
    letter-spacing: -0.04em;
    font-weight: normal;
    color: #777777;
  }
  /*按鈕*/
  .ppp_coupon2 .coupon_box .PD_btn.more {
    position: absolute;
    top: 185px;
    left: 460px;
    width: 130px;
  }
  .ppp_coupon2 .coupon_box .PD_btn.more img {
    width: 100%;
  }
  .ppp_coupon2 .coupon_box .PD_btn.more b {
  }
  .ppp_coupon2 .coupon_box .PD_btn.more b::after {
  }
  .ppp_coupon2 .coupon_box .PD_btn i {
    display: none;
  }
  .ppp_coupon2 .coupon_box .PD_btn.more span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding-right: 0.25em;
    height: auto;
    overflow: hidden;
    -webkit-transform: skewX(-7.5deg);
    transform: skewX(-7.5deg);
  }
  }

@media screen and (max-width: 767px) {
.ppp_coupon2 .coupon_box .PD_logo .p_logo p {
  padding: 0;
  line-height: 0;
  font-size: 4vw;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.ppp_coupon2 .coupon_box .PD_logo .p_logo.p01 {
}
.ppp_coupon2 .coupon_box .PD_logo .p_logo.p01 span p {
  color: #aed7ff;
}
.ppp_coupon2 .coupon_box .PD_logo .p_logo.p02 {
  padding-top: 0.01vw;
  color: #fff;
}
.ppp_coupon2 .coupon_box .PD_logo .p_logo.p02 span p {
}
.ppp_coupon2 .coupon_box .PD_logo .p_logo.p02 h4 p {
  line-height: 0;
  font-size: 3vw;
}
/*右文案區*/
.ppp_coupon2 .coupon_box .PD_into {
  position: relative;
  width: 90%;
  background-color: #fff;
  border-radius: 0 0.5em 0.5em 0;
}
.ppp_coupon2 .coupon_box .PD_into .box {
  padding-bottom: 12vw;
}
.ppp_coupon2 .coupon_box .PD_into .tag_R {
  position: absolute;
  top: 0vw;
  right: 0vw;
  width: 19%;
}
.ppp_coupon2 .coupon_box .PD_into .tag_R p {
  margin: 2vw 0 0;
}
.ppp_coupon2 .coupon_box .PD_into .tag_R b {
  font-size: 5vw;
}
.ppp_coupon2 .coupon_box .PD_into .tag_R span {
  position: absolute;
  z-index: 5;
  top: -2.5vw;
  right: 1.7vw;
  color: #e99c2d;
}
.ppp_coupon2 .coupon_box .PD_into .tag_R .tag_R_bg {
  position: absolute;
  top: 0vw;
  right: 0vw;
  width: 100%;
}
.ppp_coupon2 .coupon_box .PD_into .tag_R img {
  width: 100%;
  height: 100%;
}
.ppp_coupon2 .coupon_box .PD_into h2 {
  position: absolute;
  padding: 0 0.5em;
  top: -5.5vw;
  left: 3vw;
  font-size: 3.5vw;
  text-align: center;
  line-height: 0.3;
  letter-spacing: -0.03em;
  color: #636161;
  background: #e7e7e7;
  border-radius: 30vw 30vw 30vw 0;
  text-shadow: none;
  word-break: keep-all;
  overflow: hidden;
  max-width: 82%;
  transform: none;
}
.ppp_coupon2 .coupon_box .PD_into h3 {
  position: relative;
  text-align: left;
  line-height: 0;
  width: 94%;
  top: 5vw;
  left: 3vw;
  color: #484848;
  font-size: 1.3em;
}
.ppp_coupon2 .coupon_box .PD_into h3 b {
  color: #e49d35;
  font-size: 10vw;
  letter-spacing: -0.07em;
}
.ppp_coupon2 .coupon_box .PD_into h3 small {
  font-size: 7.5vw;
  letter-spacing: -0.05em;
}
.ppp_coupon2 .coupon_box .PD_into h3 tiny {
  color: #939393;
  font-size: 3vw;
  letter-spacing: -0.05em;
  padding-left: 1vw;
}
.ppp_coupon2 .coupon_box .PD_into h4 {
  position: relative;
  text-align: left;
  line-height: 0;
  width: 94%;
  top: 7vw;
  left: 3vw;
  color: #484848;
}
.ppp_coupon2 .coupon_box .PD_into h4 p {
  font-size: 4.5vw;
  letter-spacing: -0.01em;
}
.ppp_coupon2 .coupon_box .PD_into h4 b {
  font-size: 4.8vw;
  letter-spacing: -0.02em;
}
.ppp_coupon2 .coupon_box .PD_into h5 {
  position: relative;
  text-align: left;
  line-height: 0;
  width: 94%;
  top: 6vw;
  left: 3vw;
  font-size: 3.2vw;
  letter-spacing: -0.04em;
  font-weight: normal;
  color: #777777;
}
/*按鈕*/
.ppp_coupon2 .coupon_box .PD_btn.more {
  position: absolute;
  bottom: 6vw;
  right: 1.2vw;
  width: 25%;
}
.ppp_coupon2 .coupon_box .PD_btn.more img {
  width: 100%;
}
.ppp_coupon2 .coupon_box .PD_btn.more b {
}
.ppp_coupon2 .coupon_box .PD_btn.more b::after {
}
.ppp_coupon2 .coupon_box .PD_btn i {
  display: none;
}
.ppp_coupon2 .coupon_box .PD_btn.more span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding-right: 0.25em;
  height: auto;
  overflow: hidden;
  -webkit-transform: skewX(-7.5deg);
  transform: skewX(-7.5deg);
}
}




/*折價券共用*/
.Area_Coupon {
}
.Area_Coupon .get_all {
  position: absolute;
  top: 82px;
  left: 925px;
}
.Area_Coupon .get_all ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .Area_Coupon .get_all {
    position: absolute;
    top: 2.4vw;
    left: 2.5%;
    width: 25%;
  }
}
/*券樣式*/
.Area_Coupon .box .PD_coupon .PD_slide {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
}
/*css內凹圓.Area_Coupon .PD_coupon .PD_slide { background: radial-gradient(20px at -2.5% 50%, transparent 50%, #fff 50%) center left, radial-gradient(20px at 102.5% 50%, transparent 50%, #fff 50%) center right; background-size: 50% 100%; background-repeat: no-repeat;}*/
.Area_Coupon .box .PD_coupon .PD p {
  height: 2.15em;
  line-height: 2.15em;
  color: #7570d4;
  font-size: 1.88em;
}
.Area_Coupon .box .PD_coupon .PD p .Discount {
  font-size: 2.47em;
  font-weight: 700;
  font-family: Arial;
  letter-spacing: -0.02em;
}
.Area_Coupon .box .PD_coupon .PD h3 {
  max-height: 2.5em;
  line-height: 2.5em;
  color: #6d6d6d;
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Century Gothic", "微軟正黑體", "Microsoft JhengHei", Helvetica;
}
.Area_Coupon .box .PD_coupon .PD p small {
  position: relative;
  top: -0.075em;
  font-size: 1.27em;
  font-weight: 900;
}
.Area_Coupon .box .PD_coupon .PD h5 {
  margin: 0;
  color: #414141;
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
}
.Area_Coupon .box .PD_coupon .PD h5 .Deadline {
  font-family: Microsoft Tai Le, "微軟正黑體", "Microsoft JhengHei", Helvetica;
}
@media screen and (max-width: 767px) {
  .Area_Coupon .box .PD_coupon .PD p .Discount {
    letter-spacing: -0.25vw;
  }
  .Area_Coupon .box .PD_coupon .PD h3 {
    max-height: 1.9em;
    line-height: 1.9em;
  }

  /*h5單行超出隱藏*/
  .Area_Coupon .box .PD_layout .PD h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    overflow: hidden;
  }
}
/*按鈕*/
.Area_Coupon .box .PD_layout[data-pd-btn][data-pd-btn-more] .PD_btn.more {
  background: #ff3254;
}
.Area_Coupon .box .PD_layout[data-pd-btn][data-pd-btn-more] .PD_btn.more b::after {
  content: "立即領取";
}
.Area_Coupon .box .PD_layout[data-pd-btn] .PD_btn i {
  display: none;
}
.Area_Coupon .box .PD_layout[data-pd-btn] .PD_btn span,
.PD_layout[data-pd-btn] .PD_btn.more span {
  -webkit-transform: none;
  transform: none;
}
.Area_Coupon .box .PD_layout[data-pd-btn][data-pd-btn-more] .PD_btn.more {
  pointer-events: none;
}
.Area_Coupon .box .PD_layout[data-pd-btn][data-pd-btn-more] .cate-hover .PD a {
  pointer-events: none;
}
.Area_Coupon .box .PD_layout[data-pd-btn][data-pd-btn-more] .cate-hover .PD_btn.more {
  background: #333;
  pointer-events: inherit;
}
.Area_Coupon .box .PD_layout[data-pd-btn][data-pd-btn-more] .cate-hover .PD_btn.more b::after {
  content: "適用商品";
}
/*裝飾圖*/
.Area_Coupon .box .PD_coupon .PD_slide:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
}

/*03商品類別券(輪播)*/
.Area_Coupon3 {
}
.Area_Coupon3 .box .PD_coupon .PD_slide {
  overflow: hidden;
  text-align: left;
}
.Area_Coupon3 .box .PD_coupon .PD_img {
  margin: 0.6% 2% 0 3.4%;
  width: 21.4%;
}
.Area_Coupon3 .box .PD_coupon .PD_img b {
  display: block;
  margin-top: -0.45em;
  color: #333;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
}
.Area_Coupon3 .box .PD_coupon .PD_into {
  padding-top: 1.55em;
  width: 86%;
}
.Area_Coupon3 .box .PD_coupon .PD p {
  color: #ff3254;
}
.Area_Coupon3 .box .PD_coupon .PD h3 {
  position: absolute;
  top: 2.275em;
  left: 65.5%;
  width: 30%;
  max-height: 1.7em;
  line-height: 1.8em; /*font-size: 1.62em;*/
}
.Area_Coupon3 .box .PD_coupon .PD h4 {
  display: none;
}
.Area_Coupon3 .box .PD_coupon .PD h4 b {
  display: block;
  width: 5.55em;
  height: 1.45em;
  font-size: 0.9em;
  letter-spacing: -0.01em;
  text-align: center;
  background-color: #333;
  overflow: hidden;
}
.Area_Coupon3 .box .PD_coupon .PD h4 b:before {
  content: "";
  position: absolute;
  top: 0;
  right: 5.55em;
  width: 0;
  height: 0;
  border: 1em solid transparent;
  border-bottom-color: #333;
  border-width: 0em 0em 1.45em 0.4em;
}
.Area_Coupon3 .box .PD_coupon .PD h4 b:after {
  content: "";
  position: absolute;
  top: 0;
  left: 5.55em;
  width: 0;
  height: 0;
  border: 1em solid transparent;
  border-top-color: #333;
  border-width: 1.45em 0.4em 0em 0em;
}
.Area_Coupon3 .box .PD_coupon .PD h4:after {
  content: "///";
  position: absolute;
  top: 0;
  left: -1.7em;
  width: 2em;
  height: 100%;
  color: #333;
  font-size: 0.8em;
  font-family: Antonio;
} /*斜線*/
.Area_Coupon3 .box .PD_coupon .PD h5 {
  margin-top: 1.3em;
  padding-left: 0.15em;
}
.Area_Coupon3 .box .PD_layout[data-pd-btn][data-pd-btn-more] .PD_btn.more {
  bottom: 1.2em;
  left: inherit;
  right: 5%;
  width: 20.7%;
}
.Area_Coupon3 .box .PD_coupon .PD_slide {
  height: 24.5vw;
  background-image: url(coupon3_bg.png?t=1750936082282);
}
/*輪播兩行*/
.Area_Coupon3 .box .PD_layout ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 580px;
}
.Area_Coupon3 .box .swiper-pagination-bullet-active {
  background: #fff !important;
}
@media screen and (max-width: 767px) {
  .Area_Coupon3 {
    padding-top: 4vw;
    padding-bottom: 3vw;
    background: #e33d3b;
  }
  .Area_Coupon3 .get_all {
    z-index: 5;
    top: 9.8vw;
  }
  .Area_Coupon3 .box .PD_layout {
    font-size: 2.85vw;
  }
  .Area_Coupon3 .box .PD_layout ul {
    height: 79vw;
  }
  .Area_Coupon3 .box .PD_coupon .PD_img {
    margin: 0.7% 1% 0 2.8%;
  }
  .Area_Coupon3 .box .PD_coupon .PD_img b {
    margin-top: -0.35em;
    font-size: 1.225em;
  }
  .Area_Coupon3 .box .PD_coupon .PD_into {
    padding-top: 1.45em;
    padding-bottom: 4.9em;
  }
  .Area_Coupon3 .box .PD_coupon .PD p {
    font-size: 1.6em;
  }
  .Area_Coupon3 .box .PD_coupon .PD h3 {
    top: 1.75em;
    left: 56%;
    width: 31%;
  }
  .Area_Coupon3 .box .PD_coupon .PD h4 {
    top: 1.025em;
    left: 70.5%;
    font-size: 1.25em;
  }
  .Area_Coupon3 .box .PD_coupon .PD h4 b {
    width: 5.2em;
    font-size: 0.925em;
    letter-spacing: -0.05em;
  }
  .Area_Coupon3 .box .PD_coupon .PD h4 b:before {
    content: "";
    position: absolute;
    top: 0;
    right: 5.2em;
    width: 0;
    height: 0;
    border: 1em solid transparent;
    border-bottom-color: #333;
    border-width: 0em 0em 1.45em 0.4em;
  }
  .Area_Coupon3 .box .PD_coupon .PD h4 b:after {
    content: "";
    position: absolute;
    top: 0;
    left: 5.2em;
    width: 0;
    height: 0;
    border: 1em solid transparent;
    border-top-color: #333;
    border-width: 1.45em 0.4em 0em 0em;
  }
  .Area_Coupon3 .box .PD_coupon .PD h4:after {
    font-size: 0.7em;
  } /*斜線*/
  .Area_Coupon3 .box .PD_coupon .PD h5 {
    margin-top: 1.2em;
    margin-left: -0.35em;
    font-size: 0.94em;
    letter-spacing: -0.025em;
  }
  .Area_Coupon3 .box .PD_layout[data-pd-btn][data-pd-btn-more] .PD_btn.more {
    bottom: 1.1em;
    right: 4.2%;
    width: 22.8%;
  }
  .Area_Coupon3 .box .PD_layout[data-pd-btn] .PD_btn b {
    max-height: 1.75em;
    line-height: 1.75em;
    font-size: 1.275em;
    padding: 0 0 0 3vw;
  }
  .Area_Coupon3 .box .Area_swiper {
    margin: 0 auto;
    padding: 0;
    width: 95%;
  }
}

/*券樣式*/
.Area_Coupon4 .PD_coupon4 .PD_slide {
  background-size: 92%;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
}
/*css內凹圓.Area_Coupon .PD_coupon .PD_slide { background: radial-gradient(20px at -2.5% 50%, transparent 50%, #fff 50%) center left, radial-gradient(20px at 102.5% 50%, transparent 50%, #fff 50%) center right; background-size: 50% 100%; background-repeat: no-repeat;}*/
.Area_Coupon4 .PD_coupon4 .PD p {
  height: 2.15em;
  line-height: 2.15em;
  color: #e64632;
  font-size: 1.48em;
  font-weight: 800;
}
.Area_Coupon4 .PD_coupon4 .PD p .Discount {
  font-size: 2.3em;
  letter-spacing: -0.02em;
  font-family: Arial, "Century Gothic", "Microsoft JhengHei", system-ui, Helvetica;
}
.Area_Coupon4 .PD_coupon4 .PD h3 {
  max-height: 2.5em;
  line-height: 2.5em;
  color: #464b82;
  font-size: 1.5em;
  font-weight: normal;
  font-family: "Century Gothic", "微軟正黑體", "Microsoft JhengHei", Helvetica;
}
.Area_Coupon4 .PD_coupon4 .PD p small {
  position: relative;
  top: -0.075em;
  font-size: 1.27em;
  font-weight: 900;
}
.Area_Coupon4 .PD_coupon4 .PD h5 {
  margin: 0;
  color: #464b82;
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
}
.Area_Coupon4 .PD_coupon4 .PD h5 .Deadline {
  font-family: Microsoft Tai Le, "微軟正黑體", "Microsoft JhengHei", Helvetica;
}
@media screen and (max-width: 767px) {
  .Area_Coupon4 .PD_coupon4 .PD p .Discount {
    letter-spacing: -0.25vw;
  }
  .Area_Coupon4 .PD_coupon4 .PD h3 {
    max-height: 1.9em;
    line-height: 1.9em;
  }
  /*h5單行超出隱藏*/
  .Area_Coupon4 .PD_layout .PD h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    overflow: hidden;
  }
}
/*按鈕*/
.Area_Coupon4 .PD_layout[data-pd-btn][data-pd-btn-more] .PD_btn.more {
  background: #e64632;
  border: 0.5vw #f0d796 solid;
}
.Area_Coupon4 .PD_layout[data-pd-btn][data-pd-btn-more] .PD_btn.more b::after {
  content: "前往領取";
}
.Area_Coupon4 .PD_layout[data-pd-btn] .PD_btn i {
  display: none;
}
.Area_Coupon4 .PD_layout[data-pd-btn] .PD_btn span,
.PD_layout[data-pd-btn] .PD_btn.more span {
  -webkit-transform: none;
  transform: none;
}
.Area_Coupon4 .PD_coupon4 .PD_slide:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: 90%;
  background-repeat: no-repeat;
}

/*04全站適用券*/
.Area_Coupon4 .PD_coupon .PD .PD_into:after {
  content: "----------------------------";
  position: absolute;
  bottom: 7em;
  left: 0;
  width: 100%;
  height: 1em;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
} /*虛線*/
.Area_Coupon4 .PD_layout[data-pd-btn][data-pd-btn-more] .PD_btn.more {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
}
.Area_Coupon4 ul {
  grid-template-columns: repeat(4, 4fr) !important;
}
@media screen and (max-width: 767px) {
  .Area_Coupon4 .PD_layout {
    padding-top: 0vw;
    font-size: 3.15vw;
  }
  .Area_Coupon4 .PD_layout ul {
    background: transparent;
  }
  .Area_Coupon4 .PD_layout ul li {
    border: none;
  }
  .Area_Coupon4 .PD_layout .PD_slide {
    height: 52.5vw;
    background: url(Coupon4_mbg.png?t=1750936082282) no-repeat;
    background-size: 100%;
    padding-bottom: 0 !important;
  }
  .Area_Coupon4 .PD_layout .PD_into {
    padding-top: 2em;
    padding-bottom: 6.6em;
  }
  .Area_Coupon4 .PD_coupon .PD .PD_into:after {
    bottom: 6.8em;
    transform: scale(0.95);
  } /*虛線*/
  .Area_Coupon4 .PD_coupon .PD h5 {
    font-size: 0.875em;
    padding-right: 0.075em;
  }
  .Area_Coupon4 .PD_layout[data-pd-btn][data-pd-btn-more] .PD_btn.more {
    bottom: 2.3em;
  }
  .Area_Coupon4 .PD_layout[data-pd-btn] .PD_btn b {
    max-height: 1.9em;
    line-height: 1.9em;
    font-size: 1.275em;
  }
}
/*看更多*/
.Area_Coupon4 .PD_layout-D1_03 ul::before,
.Area_Coupon4 .PD_layout-D1_03 .PD h3 span::before {
  display: none;
}
.Area_Coupon4 .PD_layout-D1_03 li {
  width: 100%;
  background-color: #000;
  list-style: none;
  height: 48px;
}
.Area_Coupon4 .PD_layout-D1_03 .PD h3 {
  color: #fff;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .Area_Coupon4 .PD_layout-D1_03 ul {
    padding: 0 30%;
    margin: 0;
  }
  .Area_Coupon4 .PD_layout-D1_03 .PD h3 {
    font-size: 1.5em;
  }
  .Area_Coupon4 .PD_layout-D1_03 li {
    height: 9vw;
  }
  .Area_Coupon4 .PD_layout-D1_03 li a {
    line-height: 0;
  }
}
.Area_Coupon4 .PD_layout ul {
  grid-gap: 0px 0px;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .Area_Coupon4 .PD_layout ul {
    margin: 0 2vw;
    padding: 0;
    grid-gap: 2vw;
    grid-template-columns: repeat(2, 47vw) !important;
  }
}

/*PC修正*/
@media screen and (min-width: 768px) {
  .ppp_coupon2 .coupon_box .PD_into h2 {
    position: absolute;
    padding: 0 0.5em;
    top: -75px;
    left: 12px;
    font-size: 31px;
    text-align: center;
    line-height: 0.3;
    letter-spacing: -0.03em;
    color: #636161;
    background: #e7e7e7;
    border-radius: 30vw 30vw 30vw 0;
    text-shadow: none;
    word-break: keep-all;
    overflow: hidden;
    max-width: 82%;
    transform: none;
  }
  .ppp_coupon2 .coupon_box .PD_into h3 tiny {
    padding-left: 0;
  }
  .ppp_coupon2 .coupon_box .PD_into .tag_R b {
    /*top: 30px;*/
  }
  /*.ppp_coupon2 .coupon_box .PD_btn.more {
    right: 8vw;
  }*/

  .Area_coupon2 .PD_coupon ul {
    padding: 0;
  }
  .Area_coupon2 .Area_swiper {
    width: 925px;
    left: 0;
    padding: 0;
    margin: 0 auto;
  }
  .Area_coupon2 .PD_coupon ul {
    height: 280px !important;
    padding: 50px 0 0 0 !important;
  }
  .ppp_coupon2 {
    height:260px !important;
  }
  .ppp_coupon2 .coupon_box .PD_logo .box {
    margin-top: 10px;
    padding: 0px 0 0;
    height: 222px;
  }
  .ppp_coupon2 .coupon_box .PD_into {
    font-size: 1em;width:450px
  }
}
