@charset "utf-8";
/* CSS Document */

/*基本*/
body{margin:0;padding:0;background:linear-gradient(90deg,#ffd792 0%, #ffe4b4 20%,#ffe4b4 80% ,#ffd792 100%);}

/*全BOX版面*/
.WRAPPER { z-index:0; position: relative; display:block; margin: 0 auto; padding:0; overflow:hidden; width:100%; min-width:1220px; text-align:left; font-family:"Century Gothic","Microsoft JhengHei","微軟正黑體", Arial, sans-serif; }
.WRAPPER img { width:100%;  height:auto;border:0px; vertical-align:top;}
.WRAPPER a { text-decoration:none; -webkit-tap-highlight-color: transparent}
	@media screen and (max-width:767px){
		.WRAPPER {min-width: inherit; min-height:100vh; overflow: hidden; }
		.WRAPPER img {  width:100%;  height:auto;}
	}

  /*區塊_all*/
.Area { position: relative; margin: 0 auto; padding: 0; border-radius: 0; text-align: center; }
.Area a { display: block;} 
.Area .go_bt {
  -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
       -o-transition: all 0.4s ease;
          transition: all 0.4s ease;}
.Area .go_bt:hover {
  -webkit-transform: scale(0.95);
     -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);}
.Area1220 { margin: 0 auto; width: 1220px;}
.Area960 { margin: 0 auto; width: 960px;}
@media screen and (max-width:767px){
  .Area .go_bt:hover {  
    -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;}

  .Area1220 { width: 100%;}
  .Area960 { width: 100%;}
  /*區塊_切割*/
  .Area_1bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn a { float: left; margin: 0 0 2% 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn a { float: left; margin: 0 1% 2%; padding: 0; width: 48%; list-style: none;}
  .Area_3bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn a { float: left; margin: 0 1% 2% ; padding: 0; width: 31.3%; list-style: none;}
  .Area_1bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn_nopadding a { float: left; margin: 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn_nopadding a { float: left; margin: 0; padding: 0; width: 50%; list-style: none;}
  .Area_3bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn_nopadding a { float: left; margin: 0; padding: 0; width: 33.3%; list-style: none;}
}

/*背景*/
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 1035px; background: url(bgtop.png?t=1776498439669) no-repeat center top;}
.bg {     
  position: fixed;
  z-index: -2;
  top: 250px;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url(bg.png?t=1776498439669) no-repeat center top; */
}
.bg_mb {     
  position: fixed;
  z-index: -2;
  top: 84vw;
  left: 0;
  width: 100%;
  height: 101vw;
  /* background: url(bg_mb.png?t=1776498439669) no-repeat center top; */
}
.deco-img { position: absolute; top: 0; left: 50%;transform: translateX(-50%);z-index: 33}
.topdeco { 
  position: absolute;
  z-index: 40;
  left: 50%;
  transform: translateX(-50%);

  img:nth-child(1){
    width: 246px;
    position: absolute; 
    left: -908px;
    top: 150px;
    animation: fadeInOut 2s ease-in-out infinite;
  }
  img:nth-child(2){
    width: 262px;
    position: absolute; 
    right: -1000px;
    top: 100px;
    animation: fadeInOut 2s ease-in-out infinite;
    animation-delay: .5s;
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0% { opacity: 0; transform: scale(0.5) translateY(0px); }
  40% { opacity: .9; transform: scale(1) translateY(-20px); }
  100% { opacity: 0; transform: scale(0.9) translateY(-10px); }
}

.bgdeco { z-index: 1; position: absolute; top: 1210px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1776498439669) repeat-y center top; pointer-events: none;}

.bg-deco{
  position: absolute;
  top: 50px;
  left: -50px;
  z-index: 2;
  @media screen and (max-width:767px){
    width: 10vw;
  }
}

@media screen and (max-width:767px){
  .bgtop { min-width: inherit;  background: url(bgtop_m.png?t=1776498439669) no-repeat center 44px; background-size: 100%;}
  .deco-img { width: 100%;;position: absolute; top: 0; left: 50%;transform: translateX(-50%);z-index: 33}
}

/*間距*/
.area-gap { margin: 60px auto;}
@media screen and (max-width:767px){
  .area-gap { margin: 4vw auto;}
}

/* 區標 */
.title{ 
  margin: 32px auto;
  pointer-events: none;
  ul.PD_wrapper{
    padding: 0;
  }
}
@media screen and (max-width:767px){
  .title{ margin: 4vw auto;}
}

.subtitle{
  margin: 24px auto;
  pointer-events: none;
  @media screen and (max-width:767px){
    margin: 3vw auto;
  }
  ul.PD_wrapper{
    padding: 0;
  }
}


/* 版頭品 */
.Area_sale{
  position: relative;
  z-index: 5;
  padding: 12px 0 18px;
  box-sizing: border-box;
  border-radius: 0 20px 20px 20px;
  border: 2px #ffcfb7 solid;
  background: linear-gradient(#ff8b17 0%,#ff5e18 100%);
  margin-bottom: -30px;
  @media screen and (max-width:767px){
    width: 96%;
    padding: 3vw 0;
    border-radius: 0 3vw 3vw 3vw;
    border: .5vw #ffcfb7 solid;
    margin-bottom: 5vw;
    border-style: outset;
  }

  &::before{
    content: "";
    position: absolute;
    top: -67px;
    left: -25px;
    background: url(sale-title.png?t=1776498439669) no-repeat;
    background-size: cover;
    display: block;
    width: 375px;
    height: 68px;
    @media screen and (max-width:767px){
      top: -8vw;
      left: -3vw;
      width: 44vw;
      height: 8vw;
    }
  }

  .box-main{
    margin: 0 auto;
    width: 96%;
    padding: 20px 0;
    border-radius: 16px;
    background: #fff1e7;
    border: 4px #ffcfb7 solid;
    border-style: inset;
    @media screen and (max-width:767px){
      width: 94%;
      padding: 3vw 0;
      border-radius: 2.5vw;
      background: #fff1e7;
      border: .7vw #ffcfb7 solid;
    }
  }

  .box-bg{
    position: absolute;
    top: 0;
    left: 52%;
    transform: translateX(-50%);
    width: 1100px;
    
    @media screen and (max-width:767px){
      padding: .5vw 0 3vw;
      width: 101vw;
      height: 68vw;
      img{
        height: 100%;
      }
    }
  
  }
}

.PD_layout_sale{
  ul.PD_wrapper{
    li{
      background-color: transparent;
      .PD_img{
        background: #fff;
        aspect-ratio: 1/1;
        border-radius: 20px;
        @media screen and (max-width:767px){
          border-radius: 2vw;
        }
      }
      .PD_into{
        gap: 8px;
        @media screen and (max-width:767px){
          gap: 1vw;
        }
        h3{
          background-color: #ffa133;
          color: #fff;
          border-radius: .3rem;
          font-size: 1.3rem;
          @media screen and (max-width:767px){
            font-size: 1rem;
          }
        }
        p span{
          color: #f25a20;
          font-size: 2rem;
        }
      }
    }
  }
}

.character-item{
  .item-main{
    padding: 0 0 0 40px;
    .swiper-pagination{
      width: auto;
      left: 20px;
    }
    @media screen and (max-width:767px){
      padding: 0 0 0 2vw;
    }
  }

}

.Area_K1,
.Area_K2,
.Area_K3,
.Area_K4,
.Area_K5,
.Area_K6,
.Area_K7{
  overflow: hidden;
}

.page_box{
  /* min-height: 271px; */
  @media screen and (max-width:767px){
    /* min-height: 5vw; */
  }
  .page .PD_layout ul li .PD .PD_img img{
    /* min-height: 213px; */
    @media screen and (max-width:767px){
      /* min-height: 25vw; */
    }
  }
}


/* 區塊公版樣式 */
.section-style{
  position: relative;
  
  .section-title{
    filter: drop-shadow(1px 5px 5px #8a09002d);
    margin: 0 auto 12px;
    @media screen and (max-width:767px){
      margin: 0 auto 2vw;
      width: 98%;
    }


  
    .PD_layout.PD_layout-D3_02 ul{
      padding: 50px 0 37px;
      @media screen and (max-width:767px){
        padding: 2.5vw 0 2vw;
      }
      .PD_into{

        h3{
          font-family: 'JinXuanMedium', sans-serif,"Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei";
          font-weight: 600;
          color: #fff;
          letter-spacing: 0;
          filter: drop-shadow(1px 1px 4px #b37707);
          font-size: 60px;
          @media screen and (max-width:767px){
            font-size: 6vw;
          }
        }
      }
    }

  }
  .box-main{
    padding: 20px 0 0;
    @media screen and (max-width:767px){
      padding: 2vw 0 0;
    }

  }
  /* 背景01:紅包款 */
  &.section-style01{
    .section-title{
      background: url(section-title01.png?t=1776498439669) no-repeat center center;
      background-size: contain;
      @media screen and (max-width:767px){
        background-size: cover;
      }
    }
  }

  /* 背景02:金幣款 */
  &.section-style02{
    .section-title{
      background: url(section-title02.png?t=1776498439669) no-repeat center center;
      background-size: contain;
      @media screen and (max-width:767px){
        background-size: cover;
      }
    }
  }

  /* 背景03:金幣款 */
  &.section-style03{
    .section-title{
      background: url(section-title03.png?t=1776498439669) no-repeat center center;
      background-size: contain;
      @media screen and (max-width:767px){
        background-size: cover;
      }
    }
  }

  /* 背景04:more區塊 */
  &.section-style04{
    .section-title{
      background: url(section-title04.png?t=1776498439669) no-repeat center bottom;
      background-size: contain;
      @media screen and (max-width:767px){
        background-size: cover;
      }
    }
  }

  /* 背景05:全版區塊 */
  &.section-style05{
    .section-title{
      background: url(section-title05.png?t=1776498439669) no-repeat center bottom;
      background-size: contain;
      margin: 0 auto;
      @media screen and (max-width:767px){
        background-size: cover;
      }
      .PD_layout.PD_layout-D3_02 ul{
        padding: 0;
      }
    }
  }

    .box-main{
      padding: 20px 0 12px;
      @media screen and (max-width:767px){
        padding: 1.8vw 0 2vw;
        width: 96%;
        margin: 0 auto;
      }
    }
  }


/*移除公版設定*/
.Area_swiper_box .PD_layout[data-pd-li="BN"] li,
.Area_swiper_box .PD_layout[data-pd-pdimg="false"] li{
  background: none;
}

.sub-title .PD_layout[data-pd-li="BN"] ul{
  padding: 0;

}

/* 區塊背景 */
.area-bg.bg01{
  width: 960px;
  padding: 0;
  margin:  0 auto 40px;
  position: relative;

  z-index: -1;
  @media screen and (max-width:767px){
    width: 100%;
    padding: 0vw 0 3vw;
    margin: 5vw 0 1vw;
  }
  &::after,&::before{
    content: "";
    width: 960px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    @media screen and (max-width:767px){
      width: 100%;
    }
    
  }
  &::before{
    content: "";
    position: absolute;
    top: -20px;
    display: block;
    height: 140px;
    background: url(m_Area_bgTop.png?t=1776498439669) top center no-repeat;
    @media screen and (max-width:767px){
      height: 17vw;
      top: -2vw;
      background: url(m_Area_bgTop.png?t=1776498439669) top center no-repeat;
      background-size: contain;
    }
  }

  .box-main{
    margin: 0 auto;
    width: 96%;
    padding: 0 0 40px;
    @media screen and (max-width:767px){
      padding: 0 0 .5vw;
    }
    .box-item{
      margin: 0 auto;
      &:nth-child(2){
        padding: 20px 20px;
        border-radius:20px;
        background: linear-gradient(180deg,#ff941d 0%,#ff6417 100%);
        @media screen and (max-width:767px){
          padding: 2vw 0;
          border-radius: 2vw;
        }
      }
      @media screen and (max-width:767px){
        margin: 0 auto 1vw;

      }
    }
  }
  .section-title{

    margin: 0 auto 4px;
    @media screen and (max-width:767px){
      margin: 0 auto 4vw;
      background-size: cover;
    }

  }
  /* 修正內距 */
  .area-gap{
    margin: 0 auto;
    @media screen and (max-width:767px){
      margin: 2vw auto 1.5vw;
    }
  }
}


.area-bg.bg02{
  width: 2000px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 20px 44px;
  position: relative;
  background: linear-gradient(180deg,#fbc36200 14%,#fbc362 10.1%);
  z-index: -1;
  border-radius: 0;
  @media screen and (max-width:767px){
    background: linear-gradient(180deg,#fbc36200 9%,#fbc362 9.1%);
    border-radius: 8vw 8vw 0 8vw;
    width: 100%;
    padding: 2vw 2vw 1vw;
    margin: 0 0 6vw;
  }

  &::after,&::before{
    content: "";
    width: 2000px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    @media screen and (max-width:767px){
      width: 100%;
    }
    
  }


  .section-title{
    margin: 0 auto 20px;
    @media screen and (max-width:767px){
      margin: 0 auto 2vw;
    }
  }

  /* 修正內距 */
  .area-gap{
    margin: 24px auto 12px;
    @media screen and (max-width:767px){
      margin: 2vw auto 0vw;
    }
  }
}

/* 今日主打 */
.Area_main{
  .box-main{
    display: flex;
    .sub-title{
      width: 6%;
      ul{
        padding: 0;
      }
      @media screen and (max-width:767px){
        width: 9%;
      }
    }
    .box-item{
      width: 94%;
      @media screen and (max-width:767px){
        width: 88%;
      }
      ul li{
        .PD_into{
          position: relative;
          background: #ffedc1;
          padding: 12px 0 20px;
          @media screen and (max-width:767px){
            padding: 3vw 0 4vw;
          }
          h3{
            margin: 0 auto;
            background: #ff7315;
            width: 90%;
            font-size: 20px;
            position: absolute;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%);
            @media screen and (max-width:767px){
              font-size: 4vw;
              position: absolute;
              bottom: -5vw;
            }
          }
          h4 span{
            margin: 0 auto;
            width: 90%;
            font-size: 24px;
            display: -webkit-box;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow:hidden;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            @media screen and (max-width:767px){
              font-size: 5vw;
            }
          }
        }
      }
    }
  }
}

.PD_layout.PD_layout-D1_02{
  background: none;
  padding: 0;
}

.area-bg.bg03{
  width: 2000px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 0 12px;
  position: relative;
  background: linear-gradient(180deg,#fbc36200 10%,#fbc362 5.1%);
  /* box-shadow: inset 0 0 5vw #b87516; */
  z-index: -1;
  margin-bottom: 80px;
  @media screen and (max-width:767px){
    background: linear-gradient(180deg,#fbc36200 5%,#fbc362 5.1%);
    width: 100%;
    padding: 2vw 0 1vw;
    margin: 0 0 8vw;
  }

  &::after,&::before{
    content: "";
    width: 2000px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    @media screen and (max-width:767px){
      width: 100%;
    }
    
  }

  .section-title{

  }

  /* 修正內距 */
  .area-gap{
    margin: 40px auto 12px;
    @media screen and (max-width:767px){
      margin: 2vw auto 0;
    }
  }
}

/* 文字入稿公版設定 */
.box-item{

  /* logo品類 */
  .PD_layout.PD_layout-D1_14[data-pd-pdlogo="true"] ul.PD_wrapper{
    gap: 0;
    li{
      background: none;
    }
    .PD_into{
      text-align: center;
      padding:0 22px 36px ;
      background-color:unset;
      font-family: "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei";
      @media screen and (max-width:767px){
        padding: 0 1vw 2.6vw;

      }
      h3{
        max-height: unset;
        line-height: 34px;
        font-size: 32px;
        font-weight: bold;
        color: #000000;
        @media screen and (max-width:767px){
          line-height: 3.8vw;
          font-size: 3.5vw;
        }
      }
      h4{
        color: #ff3197;
        font-size: 32px;
        font-weight: bold;
        margin: 0;
        @media screen and (max-width:767px){
          line-height: 4.2vw;
          font-size: 3.8vw;
        }
      }
    }
  }

  .PD_layout.PD_layout-D1_14 ul.PD_wrapper{
    --font-h3-color:#fff;
    --font-h4-color:#ff85ba;
    --font-tag-color:#fff;
    padding: 0;
    gap: 20px;
    width: 96%;
    @media screen and (max-width:767px){
      gap: 1vw;
    }

    .PD_into{
      text-align: center;
      padding: 0 12px 24px;
      background-color:unset;
      font-family: "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei";
      @media screen and (max-width:767px){
        padding: 0 1vw 2.6vw 1vw;

      }
      .PD_logo{
        flex:1;
        display: block;
        width: 50%;
        margin: 0 auto 12px;
        @media screen and (max-width:767px){
          width: 45%;
          margin: 0 auto 1.1vw;

        }
      }
      h3{
        flex: 2;
        max-height: unset;
        line-height: 30px;
        font-size: 28px;
        font-weight: bold;
        color: var(--font-h3-color);
        @media screen and (max-width:767px){
          line-height: 3.8vw;
          font-size: 3.5vw;
        }
      }
      h4{
        flex: 2;
        font-size: 32px;
        font-weight: bold;
        color: var(--font-h4-color);
        margin: 0;
        @media screen and (max-width:767px){
          line-height: 4.2vw;
          font-size: 3.8vw;
        }
      }
    }
  }

  .PD_layout.PD_layout-D3_03 ul.PD_wrapper{
    padding: 0;
    width: 96%;
    li{
      background: unset;
    }
    .PD_into{
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 20px;
      text-align: left;
      padding: 0;
      background-color:unset;
      font-style: italic;
      font-family: "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei";
      @media screen and (max-width:767px){
        gap: 2.5vw;
      }
      h4, span{
        overflow: visible;

      }
      h3{
        width: 48%;
        padding: 12px 20px;
        border-radius: 100rem;
        margin: 0;
        line-height: 40px;
        font-size: 40px;
        font-weight: bold;
        color: #212121;

        @media screen and (max-width:767px){
          font-size: 5vw;
          padding: 2vw 4vw;
          line-height: 5vw;
        }
      }
      h4{
        width: 52%;
        margin: 0;
        font-weight: bold;
        color: #765102;
      }
    }
  }
  .PD_layout.PD_layout-D3_01 ul.PD_wrapper{
    li{
      background: none;
      .PD_img{
        padding: 0;
        img{
          width: 100%;
        }
      }
      .PD_into{
        position: absolute;
        top: 64px;
        left: 50%;
        width: 80%;
        padding: 0;
        transform: translateX(-50%);
        @media screen and (max-width:767px){
          width: 75%;
          top: 13vw;
        }
        .PD_logo{
          img{
            max-height: 60px;
            @media screen and (max-width:767px){
              max-height: 10vw;
            }
          }
        }
      }
    }
  }
}

/* 品牌區調整 */
.Area_Brand{
  .Area_swiper_box{
    padding: 0;
  }
}

/* 今日攻略 */
.Area_main{

  .section-title{
    margin: 0 auto 24px;
    @media screen and (max-width:767px){
      margin: 0 auto 6vw;

    }
  }

  /* 一排四個 */
  .PD_layout.PD_layout-D1_14[data-pd-col-pc="4"] ul.PD_wrapper{
    gap: 12px;
    @media screen and (max-width:767px){
      gap: 1vw;
    }

    .PD_into{
      padding: 0;
      @media screen and (max-width:767px){
        padding: 0;
      }
      h4{
        color: #000;
        font-size: 26px;
        line-height: 32px;
        padding: 0;
        text-align: center;
        span{
          vertical-align: middle;
        }
        @media screen and (max-width:767px){
          font-size: 3.4vw;
          line-height: 3.8vw;
          padding: 0;
        }
      }
      h3{
        color: #ff3197;
        font-size: 30px;
        line-height: 34px;
        padding: 0;
        text-align: center;
        span{
          vertical-align: middle;
        }
        @media screen and (max-width:767px){
          font-size: 3.8vw;
          line-height: 4vw;
          padding: 0;
        }
      }
    }
    .PD_logo{
      width: 62%;
    }
  }

  /* 一排二個 */
  .PD_layout.PD_layout-D1_14[data-pd-col-pc="2"] ul.PD_wrapper{
    gap: 12px;
    @media screen and (max-width:767px){
      gap: 1vw;
    }

    .PD_into{
      display: grid;
      grid-template-columns: 150px 1fr;
      padding: 0 20px;
      @media screen and (max-width:767px){
        grid-template-columns: 15.2vw 1fr;
        padding: 0 2.3vw;
      }

      h4{
        color: #000;
        font-size: 35px;
        line-height: 38px;
        padding: 0;
        text-align: center;
        grid-area: 3 / 2 / 3 / 3;
        span{
          vertical-align: middle;
        }
        @media screen and (max-width:767px){
          font-size: 4vw;
          line-height: 3.8vw;
          padding: 0 0 0 1.5vw;
        }
      }
      h3{
        color: #ff3197;
        font-size: 40px;
        line-height: 44px;
        padding: 0;
        text-align: center;
        grid-area: 2 / 2 / 3 / 3;
        span{
          vertical-align: middle;
        }
        @media screen and (max-width:767px){
          font-size: 4.4vw;
          line-height: 4vw;
          padding: 3vw 0 0 1.5vw;
        }
      }

      .PD_logo{
        grid-area: 1 / 1 / 5 / 2;
        width: 100%;
        margin: 0 auto;
        
      }
    }
  }
}



/* 今日攻略 */
.Area_stagy{
  @media screen and (max-width:767px){
    width: 96%;

  }
  .item-bonus{
    background: url(Area_stagy_bonus_bg.png?t=1776498439669)no-repeat;
    background-size: cover;
    margin-bottom: -12px;
    @media screen and (max-width:767px){
      margin-bottom: -2vw;
    }
    .Area_swiper{
      padding-top: 20px;
      width: 90%;
      @media screen and (max-width:767px){
        padding-top: 2vw;
        margin-left: 6vw;
      }
      


    }
  }

  .box-main{
    padding: 32px 20px 20px;
    border: 2px #ffcfb7 solid;
    margin: 0 auto;
    background: #ff911d;
    border-style: outset;
    border-radius: 20px;
    @media screen and (max-width:767px){
      border-radius: 3vw;
      padding: 2.5vw 2vw 2vw;
      border: .5vw #ffcfb7 solid;

    }
    .box-group{
      padding:20px 20px 12px 0;
      display: flex;
      align-content: center;
      background: #fff1e7;
      @media screen and (max-width:767px){
        padding: 2vw 2vw 1.5vw 0;
      }
      &:nth-child(1){
        border-radius: 20px 20px 0 0;
        padding-top: 24px;
        @media screen and (max-width:767px){
          border-radius: 2vw 2vw 0 0;
          padding-top: 3vw;
        }
        .box-sub{
          padding-top: 20px;
          z-index: 2;
          @media screen and (max-width:767px){
            padding-top: 4vw;

          }
        }
      }
      &:nth-child(2){
        .box-sub{
          padding-top: 80px;
          @media screen and (max-width:767px){
            padding-top: 6vw;
          }
          &::before{
            content: "";
            position: absolute;
            top: -139px;
            left: 0;
            display: none;
            width: 131px;
            height: 237px;
            /* background: url(stagy_bg.png?t=1776498439669)no-repeat; */
            background-size: cover;
            @media screen and (max-width:767px){
              top: -14vw;
              width: 12vw;
              height: 21vw;
            }
          }
        }
        .box-item{
          padding-top: 28px;
          border-top: 1px solid #ff8f2d;
          @media screen and (max-width:767px){
            padding-top: 4vw;
          }
        }
      }
      &:nth-child(3){
        border-radius: 0 0 2vw 2vw ;
        .box-sub{
          padding-top: 52px;
          @media screen and (max-width:767px){
            padding-top: 4vw;

          }
          &::before{
            content: "";
            position: absolute;
            top: -139px;
            left: 0;
            display: none;
            width: 131px;
            height: 237px;
            /* background: url(stagy_bg.png?t=1776498439670)no-repeat; */
            background-size: cover;
            @media screen and (max-width:767px){
              top: -14vw;
              width: 12vw;
              height: 21vw;
            }
          }
        }
        .box-item{
          border-top: 1px solid #ff8f2d;
        }
      }

      .box-sub{
        position: relative;
        width: 20%;
      }
      .box-item{
        width: 80%;
        ul{
          padding: 0;
        }
        .Area_swiper_box{
          padding: 20px 0;
          
          @media screen and (max-width:767px){
            padding: 6vw 0;

          }
        }
      }
    }
  }

}


@media screen and (min-width:768px){
.Area_stagy .box-item .Area_swiper_box{margin-top: 40px;}
}



/* 集資區 */
.Area_Fundraise{
  .box-main{
    .item-main{
      display: flex;
      margin-bottom: 32px;
      .sub-img{
        flex:1;
      }
      .Area_swiper{
        flex: 13;
        @media screen and (max-width:767px){
          flex: 7;

        }
      }
    }
  }

}

.Area_event{
  /* 一排三個 */
  .PD_layout.PD_layout-D1_14[data-pd-col-pc="3"] ul.PD_wrapper{
    --font-h3-color:#fff;
    --font-h4-color:#ff85ba;

    .PD_into{
      padding: 0 20px 56px;
      text-align: center;
      @media screen and (max-width:767px){
        padding: 0 .5vw 3.9vw;
      }
      h3,h4{
        font-size: 36px;
        line-height: 38px;

        @media screen and (max-width:767px){
          font-size: 3.8vw;
          line-height: 4.8vw;

        }
      }
      h4{
      }
      p{
        order: 1;
        text-align: center;
        margin-bottom: 20px;
        @media screen and (max-width:767px){
        }
        del{
          padding: 0;
        }
        span{
          font-size: 32px;
          font-family: "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei";
          font-weight: 900;
          font-style: italic;
          color: var(--font-tag-color);
          @media screen and (max-width:767px){
            font-size: 16px;
          }
        }
      }
      .PD_logo{
        position: absolute;
        top: -16px;
        right: 113px;
        width: 14%;
        max-width: 130px;
        @media screen and (max-width:767px){
          top: -2vw;
          right: 10vw;
          width: 14vw;
          max-width: 14vw;
        }
      }
    }
  }
}



.Area .remove_box_style ul { background-color: transparent; grid-gap: 10px;}
.Area .remove_box_style ul li { border: none!important;background-color:transparent;}
@media screen and (max-width:767px){
  .Area .remove_box_style ul { width: 100%; grid-gap: 0.2em;}
  .Area .remove_box_style ul {}
}



/*版頭*/
.Area_top .momologo {top:13px;left:76px;}
.Area_top .main ul li { pointer-events: none;}




@media screen and (min-width:768px){
  .Area_top { position: relative;height: 665px;z-index: 4;}
  .Area_top .main-title {position:absolute;width: 55%;left: 10px;top: 66px;}
  .Area_top .right_PD{position:absolute;width: 40%;left: 666px;top: 70px;}

  .sub {position:absolute;top: 410px;left: -270px;width: 100%;}	
  .sub .PD_layout.PD_layout-D3_01 .PD h3 {font-size: 2.5em;color: #fff;top: 142%;width: 100%;}


}

@media screen and (max-width:767px){
  .Area_top{position: relative;}
  .Area_top {height: 73vw;}
  .Area_top .main-title {position:absolute;width: 58%;left: -2vw;top: 15vw;}

  .Area_top .right_PD{position:absolute; width: 45%; top: 6%; right: 0%;}
  .Area_top .right_PD .Area_swiper_box .PD_layout .PD p .Price{font-size: 1.2em;}
  .Area_top .right_PD .Area_swiper_box .PD_layout .PD p del{font-size: .8em;}

  .sub {position:absolute;top: 44.5vw;left: -23vw;width: 100%;}	
  .sub .PD_layout.PD_layout-D3_01 .PD h3 {position: relative; font-size: 1em;color: #fff;top: 60%;width: 100%;}
  .sub .PD_layout .PD h3 {line-height: 3em;}


}


/* 家電主題日 */
.Area_theme{background: linear-gradient(180deg, #ff911d 0%, #ff882c 100%); }
.Area_theme .box_all{display: flex; align-items: center; padding: 2vw 0;}


.Area_theme .box_all .right_btn .PD_layout-D1_02B .PD_slide{background-color: transparent; border-radius: 0;}
.Area_theme .box_all .right_btn .PD_layout[data-pd-direction=row-reverse] .PD_img{background-color: #fff; border-radius: 100%;}
.Area_theme .box_all .right_btn .PD_layout[data-pd-style=off][data-pd-br="1"] .PD_img img {border-radius: 100%;}
.Area_theme .box_all .right_btn .PD_layout[data-pd-h3="5"] .PD h3 span{background-color: transparent;padding: 0;max-width: 100%;color: #fff;font-size: 1em;}
.Area_theme .box_all .right_btn .PD_layout[data-pd-into=center] .PD_into{text-align: left;}
.Area_theme .box_all .right_btn .PD_layout .PD h4 span{color: #fff668;font-weight: 500;font-size: .9em;}
.Area_theme .box_all .right_btn .PD_layout ul::after{display: none;}
.Area_theme .box_all .right_btn .PD_layout.right01[data-pd-col-phone="1"] li:nth-child(1){border-bottom: 1px solid #ffbc7a;}

.Area_theme .box_all .right_btn .right01.PD_layout-D1_02B[data-pd-style=off] ul{padding: 0;}
.Area_theme .box_all .right_btn .right02.PD_layout-D1_02B[data-pd-style=off] ul{grid-gap: 0; padding: 0;}

.Area_theme .PD_layout-D3_01 {padding-top: 2vw;}
.Area_theme .PD_layout.PD_layout-D3_01 .PD h3 {color: #fff; font-style: italic;}

@media screen and (min-width:768px){
.Area_theme {border: .2vw #ffcfb7 solid; border-radius: 30px; margin-bottom: 100px;}
.Area_theme .box_all {grid-gap: 20px;}
.Area_theme .box_all .left_PD{width: 55%;}
.Area_theme .box_all .right_btn{width: 40%;}
.Area_theme .PD_layout.PD_layout-D3_01 .PD h3 {font-size: 50px;}
/* .Area_theme .PD_layout-D3_01 .PD h4 {margin-top: -20px;} */
.Area_theme .box_all .right_btn .PD_layout .PD{padding: 9.2px 0;}


}

@media screen and (max-width:767px){
.Area_theme {width: 96%; border: .5vw #ffcfb7 solid; border-radius: 3vw; margin-bottom: 10vw;}
.Area_theme .box_all {grid-gap: 10px;}
.Area_theme .box_all .left_PD{width: 45%;}
.Area_theme .box_all .right_btn{width: 50%;}
.Area_theme .PD_layout.PD_layout-D3_01 .PD h3 {font-size: 5.6vw;}
.Area_theme .PD_layout-D3_01 .PD h4 {margin-top: -2.2vw;}

.Area_theme .box_all .right_btn .PD_layout .PD{padding: 3.3vw 0;}

.Area_theme .right_btn .Area_swiper_box{padding-bottom: 3vw;}

}

/* 行銷包套 */
/* .Area_sale .Area_swiper .PD_layout ul li{background-color: transparent;} */
.Area_sale .Area_swiper .PD_layout .PD h3{color: #000;}
.Area_sale .Area_swiper .PD_layout[data-pd-btn] .PD_btn{background-color: #ff5f18; background-image:none; }
.Area_sale .Area_swiper .PD_layout[data-pd-btn][data-pd-btn-pdgo][data-pd-btn-more] .PD_btn.more{background-color: #454545;}
.Area_sale .Area_swiper .PD_layout[data-pd-btn][data-pd-btn-pdgo][data-pd-btn-more] .PD_btn.more b{color: #e3e3e3;}



/* AI智能家電大集合 */
.Area_AI{background: linear-gradient(180deg, #ff911d 0%, #ff882c 100%); }
.Area_AI .PD_layout.PD_layout-D1_02 .PD h3{background-color: #ff911d;}

@media screen and (min-width:768px){
  .Area_AI { border: .2vw #ffcfb7 solid; border-radius: 30px; margin-bottom:50px;}
  .Area_AI .PD_layout.PD_layout-D1_02{width: 94%; padding-bottom: 20px;}
  .Area_AI .PD_layout-D3_01 {padding: 20px 0;}
  .Area_AI .PD_layout.PD_layout-D3_01 .PD h3 {color: #fff; font-style: italic;}
  
}

@media screen and (max-width:767px){
.Area_AI {width: 96%; border: .5vw #ffcfb7 solid; border-radius: 3vw; margin-bottom: 5vw;}

.Area_AI .PD_layout-D3_01 {padding-top: 2vw;}
.Area_AI .PD_layout.PD_layout-D3_01 .PD h3 {color: #fff; font-style: italic;}

.Area_AI .PD_layout.PD_layout-D1_02{width: 94%;}

.Area_AI .group1{margin-bottom: 3vw;}


}

/* 急速送達 */
@media screen and (min-width:768px){
.section-style01 .group1{margin-bottom: 45px;}
}
@media screen and (max-width:767px){
.section-style01 .group1{margin-bottom: 3vw;}
}

/* 今日主打 */
@media screen and (min-width:768px){
.Area_main .Area_swiper_box{padding-bottom: 50px;}
}
@media screen and (max-width:767px){
.Area_main .Area_swiper_box{padding-bottom: 9vw;}

}

/* 922x270 */
@media screen and (max-width:767px){
.Area270{margin-bottom: 3vw;}
}

/* 品牌輪播 */
.Area_brand2 .Area_swiper_box .PD_layout li{background-color: #fff!important; border-radius: 100%;}
.Area_brand2 .PD_layout.PD_layout-D1_16 ul .PD .PD_img{min-width: 100%;}
.Area_brand2 .PD_layout.PD_layout-D1_16 ul{grid-gap: 0;}
/* .Area_brand2 .PD_layout .PD_logo { padding: 8vw 1vw; } */
@media screen and (min-width:768px){
  /* .Area_brand2 .PD_layout.PD_layout-D3_01 ul li { height: 185px; } */
.Area_brand2 .PD_layout .PD_logo {  }

}

/* 入稿按 */
#eWriterBtn_bt_B_000_03{position: absolute; left: 440px;}




/*亮滅閃爍*/
@keyframes pop_up {
  from {
    opacity: 0;
  }
  25% {
	  opacity: 1;
	  }
  50% {
	  opacity: 0;
	  }
  75% {
	  opacity: 1;
	  }

  to {
    opacity: 1;
    transform: none;
  }
}

.pop_up {
  animation-name: pop_up;
  animation-duration:0.75s;
}
/*編輯按鈕移動*/
#eWriterBtn_bt_B_000_01 { z-index: 99!important;margin-top: 100px;}

/*登記贈品文案顏色*/
.Area_danji01 .danji_box ul li .activityText .gifts span { color: #e23e68;}     
.Area_danji02 .danji_box ul li .activityText .gifts span { color: #fff668;}   
.Area_danji03 .danji_box ul li .activityText .gifts span { color: #e2613e;}     

.area-simpleImg{
  .PD_layout:not([data-pd-h3="5"]){
    ul{
      li{
        .PD_img{
          border-radius: 100rem;
          overflow: hidden;
          border: 4px solid #ffeaf5;
          @media screen and (max-width:767px){
            border: 2px solid #ffeaf5;
          }
          &::before{
            content: "";
            display: block;
            position: absolute;
            background-size: cover;
            filter: drop-shadow(4px 4px 4px #d8319b5d);
            @media screen and (max-width:767px){
              filter: drop-shadow(1vw .5vw .5vw #d8319ba2);
            }
          }
        }
      }
    }
  }
  &.area-simpleImg01{
    .PD_layout[data-pd-h3="2"]{
      ul{
        li{
          .PD_img{
            border: unset;
            overflow: visible;
            &::before{
              top: 0;
              background: url(logo-deco01.png?t=1776498439670) no-repeat;
              background-size: cover;
              width: 44px;
              height: 44px;
              @media screen and (max-width:767px){
                width: 4.5vw;
                height: 4.5vw;
                top: 3vw;
                left: 1vw;
              }
            }
            &::after{
              content: "";
              position: absolute;
              left: 0;
              top: 0;
              background: #fff;
              border-radius: 100rem;
              width: 195px;
              height: 195px;
              z-index: -1;
              @media screen and (max-width:767px){
                width: 93%;
                height: 65%;
                aspect-ratio: 1 / 1;
                top: 1vw;
                left: 50%;
                transform: translateX(-50%);
                border-radius: 100rem;
              }
            }
          }
          .PD_into{
            h3{
              background: #9be9ff;
            }
          }
        }
      }
    }
  }
  &.area-simpleImg02{
    .PD_layout[data-pd-h3="2"]{
      ul{
        li{
          .PD_img{
            &::before{
              top: 0;
              background: url(logo-deco02.png?t=1776498439670) no-repeat;
              background-size: cover;
              width: 44px;
              height: 44px;
              filter: drop-shadow(4px 4px 4px #d8319b5d);
              @media screen and (max-width:767px){
                filter: drop-shadow(1vw .5vw .5vw #d8319ba2);
                width: 4.5vw;
                height: 4.5vw;
                top: 3vw;
                left: 1vw;
              }
            }
          }
          .PD_into{
            h3{
              background: #9be9ff;
            }
          }
        }
      }
    }
  }
  &.area-simpleImg03{
    .PD_layout[data-pd-h3="2"]{
      ul{
        li{
          .PD_img{
            &::before{
              top: 0;
              background: url(logo-deco03.png?t=1776498439670) no-repeat;
              background-size: cover;
              width: 44px;
              height: 44px;
              filter: drop-shadow(4px 4px 4px #d8319b5d);
              @media screen and (max-width:767px){
                filter: drop-shadow(1vw .5vw .5vw #d8319ba2);
                width: 4.5vw;
                height: 4.5vw;
                top: 3vw;
                left: 1vw;
              }
            }
          }
          .PD_into{
            h3{
              background: #bbfff3;
            }
          }
        }
      }
    }
  }
  &.area-simpleImg04{
    .PD_layout{
      ul{
        li{
          .PD_img{
            &::before{
              right: 0;
              top: 0;
              background: url(logo-deco04.png?t=1776498439670) no-repeat;
              background-size: cover;
              width: 44px;
              height: 44px;
              filter: drop-shadow(4px 4px 4px #d8319b5d);
              @media screen and (max-width:767px){
                filter: drop-shadow(1vw .5vw .5vw #d8319ba2);
                width: 4.5vw;
                height: 4.5vw;
                top: 3vw;
              }
            }
          }
        }
      }
    }
  }
}



.PD_layout.PD_layout-D1_03{
  ul{
    &::before,&::after{
      content: none;
    }
    li{
      background: #fff8da;
      width: 100%;
      .PD{
        .PD_into{
          display: block;
          box-sizing: border-box;
          width: 100%;
          padding: .2em .9em;
          h3{
            width: 100%;
            font-size: 24px;
            color: #ff711b;
            display: flex;
            align-items: center;
            gap: .5vw;
            @media screen and (max-width:767px){
              font-size: 1.1rem;
            }
            span{
              display: block;
              overflow: visible;
              width: 100%;
              white-space: nowrap;
  
            }
            i{
              display: block;
              width: 32px;
              height: 32px;
              aspect-ratio: 1/1;
              background: url(search-go.png?t=1776498439670) no-repeat;
              background-size: cover;
              @media screen and (max-width:767px){
                width: 5vw;
                height: 5vw;
                background: url(search-go.png?t=1776498439670) no-repeat;
                background-size: cover;
              }
            }
          }
        }
      }
    }
  }
}

.lightSweep {position: absolute;background: none 0% 0% / auto repeat scroll padding-box border-box  rgba(0, 0, 0, 0); overflow: hidden; z-index:0; pointer-events: none;
  -webkit-filter: brightness(1.5);
  -webkit-mask-size: 300% 200%;
  -webkit-mask-image: -webkit-linear-gradient( 20deg, rgba(255, 255, 255, 0) 40%,rgba(255, 255, 255, 1) 50%,rgba(255, 255, 255, 0) 60%);
  -webkit-transition: -webkit-mask-position;
  -webkit-animation-timing-function: linear;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-filter: brightness(1.5);
  -moz-mask-size: 300% 200%;
  -moz-mask-image: -webkit-linear-gradient(20deg,rgba(255, 255, 255, 0) 40%,rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
  -moz-transition: -webkit-mask-position;
  -moz-animation-timing-function: linear;
  -moz-transform: translate3d(0, 0, 0);
  -o-filter: brightness(1.5);
  -o-mask-size: 300% 200%;
  -o-mask-image: -webkit-linear-gradient(20deg, rgba(255, 255, 255, 0) 40%,rgba(255, 255, 255, 1) 50%,rgba(255, 255, 255, 0) 60%);
  -o-transition: -webkit-mask-position;
  -o-animation-timing-function: linear;
  -o-transform: translate3d(0, 0, 0);
  filter: brightness(1.5);
  mask-size: 300% 200%;
  mask-image: -webkit-linear-gradient(20deg,rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%,rgba(255, 255, 255, 0) 60%);
  transition: -webkit-mask-position;
  animation-timing-function: linear;
  transform: translate3d(0, 0, 0);
  transition-duration: 3s;
  animation: move 3s ease-out infinite;
	z-index: 5 !important;
}

@keyframes move {
  from {
    -webkit-mask-position:0% 0px;
    -moz-mask-position: 0% 0px;
    -o-mask-position: 0% 0px;
    mask-position: 0% 0px;
  }
  to {
    -webkit-mask-position: 150% 0px;
    -moz-mask-position: 150% 0px;
    -o-mask-position: 150% 0px;
    mask-position: 150% 0px;
  }
}

/* --------------------------------------
* Page 頁籤_202405291900
* -------------------------------------- */
.NavArea_tabbar_page { margin: 0 auto 20px  ; width: 94%;}  
@media screen and (max-width:767px){
  .NavArea_tabbar_page { margin: 0 auto 1.5vw  ; width: 96%;}  
  .content_swiper{width: 96%; margin: 0 auto;}
}
.NavArea_tabbar_page .Nav { overflow: visible; transform: translate3d(-30.5%, 0, 0);}  
.NavArea_tabbar_page .Nav_box { border-radius: 8px; overflow: hidden; padding: 0 2%;}
.NavArea_tabbar_page[data-num="2"] .Nav-wrapper { transform: translate3d(55.5%, 0, 0)!important}
.NavArea_tabbar_page[data-num="3"] .Nav-wrapper { transform: translate3d(43.0%, 0, 0)!important}
.NavArea_tabbar_page[data-num="4"] .Nav-wrapper { transform: translate3d(30.5%, 0, 0)!important}
.NavArea_tabbar_page[data-light="box"] .Nav ul { padding: 0 }
.NavArea_tabbar_page .Nav li { overflow: visible; }
@media screen and (min-width:768px){ 
  .NavArea_tabbar_page { display: block; }
}
/*頁籤高亮顏色設定 */  
.NavArea_tabbar_page .Nav .swiper-slide-active a { color:#fff;}
.NavArea_tabbar_page .Nav .swiper-slide-active i { display:block; border: 1px solid #ffaf25 !important; background-color: #ffaf25 !important;}
/*推編輯按鈕 */  
.NavArea_tabbar_page .Nav input { position: fixed; left: 30%}

/* 頁籤位置修正 */
.NavArea_tabbar_page  .Nav-wrapper { left: unset !important; }  

/*注意事項區*/
.edm_notice{ text-align:center; padding:26px 10px 15px 10px; color:#212121; font:12px/18px Helvetica;}
.edm_notice .apple_notice{  padding:10px 0px 10px 0px; }

.PD_layout .PD img.lazy_off{
  max-height: 20px;
}

/*隱鑶*/
.for_pc {}
.for_phone { display:none !important;}
	@media screen and (max-width:767px){
		.for_pc { display:none !important;}
		.for_phone { display: inherit !important;}
	}
	
