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

/*基本*/
body{margin:0;padding:0;background:#331144;}

/*全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=1778487725041) no-repeat center top;}
.bg {     
  position: fixed;
  z-index: -2;
  top: 250px;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url(bg.png?t=1778487725041) 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=1778487725041) 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=1778487725041) 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=1778487725041) no-repeat center 44px; background-size: 100%;height: 80vw;}
  .deco-img { width: 100%;;position: absolute; top: 0; left: 50%;transform: translateX(-50%);z-index: 33}
}

/*間距*/
.area-gap { margin: 40px 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_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 1vw;
      width: 98%;
    }
  
    .PD_layout.PD_layout-D3_02 ul{
      padding: 20px 0;
      @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 #c087ff);
          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=1778487725041) 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=1778487725041) 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=1778487725041) 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=1778487725041) 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=1778487725041) no-repeat center top;
      background-size: contain;
      margin: 0 auto;
      @media screen and (max-width:767px){
        background-size: contain;
      }
      .PD_layout.PD_layout-D3_02 ul{
        padding: 0;
      }
    }
  }

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


/*移除公版設定*/
.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;
  }


  .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,#ea62dc 0%,#e355e4 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_top .momologo {top:13px;left:76px;}

.Area_top{
  position: relative;
  height: 516px;
  z-index: 4;
  @media screen and (max-width:767px){
    height: 66vw;
  }
  .main{
    position: relative;
    left: 100px;
    top: 100px;
    z-index: 40;
      @media screen and (max-width:767px){
        width: 46vw;
        left: 4vw;
        top: 11vw;
      }
    .main-title {
      position:absolute;
    }
  }
  /*副標*/
  .sub{ 
    position: absolute;  
    overflow: hidden;
    z-index: 42;
    .PD_layout.PD_layout-D3_02 {
      transform: rotateX(338deg) rotateY(14deg) rotateZ(0deg);
      ul li{
        background: none;
        .PD h3{
          font-family: "Century Gothic", "Arial", "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei";
          font-weight: 700;
          font-size: 50px;
          width: 90%;
          color: #fff;
          @media screen and (max-width:767px){
            font-size: 4.9vw;
          }
        }
      }
    }
  }
  @media screen and (min-width: 768px){
    .sub {
      top: 389px;
      left: 26.5%;
      transform: translateX(-50%);
      width: 349px;
    }	
  }
  @media screen and (max-width:767px){
    .sub {
      top: 40.3vw;
      left: 26%;
      transform: translateX(-50%);
      width: 34vw;
    }	
  }
  .topPD{
    position:absolute;
    right: 135px;
    top: 100px;
    width: 500px;
    @media screen and (max-width:767px){
      width: 50vw;
      right: 0;;
      top: 5vw;
    }
  }
}

/* 主打品 */
.Area_sale{
  position: relative;
  z-index: 5;
  padding: 12px 0 18px;
  box-sizing: border-box;

  @media screen and (max-width:767px){
    width: 96%;
    padding: 3vw 0;
  }

  .box{
    display: flex;
    .section-title{
      padding: 24px 0 0;
      width: 10%;
      margin: 0;
      @media screen and (max-width:767px){
        width: 17%;
        padding: 5vw 0 0;

      }
    
      .PD_layout.PD_layout-D3_02{
        height: 100%;
        ul{
          padding: 0;
          @media screen and (max-width:767px){
            padding: 0;
          }
          .PD_into{
            gap: .2em;
            h3 {
              display: flex;
              writing-mode: vertical-lr;
              overflow: visible;
              vertical-align: middle;
              line-height: .9em;
              width: 30%;
              @media screen and (max-width:767px){
                line-height:1.3em;
              }
              span{
                writing-mode: lr;
                filter: drop-shadow(1px 1px 4px #fe95ff);
                font-size: 42px;
                @media screen and (max-width:767px){
                  font-size: 6.2vw;
                }
              }
            }
          }
        }
      }

    }

    .box-main{
      margin: 0 auto;
      width: 90%;
      padding: 0;
      @media screen and (max-width:767px){
        width: 80%;
      }
    }
  }

}

/* 今日主打 */
.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;
          color: #fff;
          background: #fe77ff;
          padding: 12px 0 20px;
          @media screen and (max-width:767px){
            padding: 3vw 0 4vw;
          }
          h3{
            margin: 0 auto;
            color: #212121;
            background: #fff7b3;
            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;
            }
          }
        }
      }
    }
  }
}

.Area_main{
  .box-main{
    display: flex;
    .sub-title{
      width: 6%;
      ul{
        padding: 0;
      }
      @media screen and (max-width:767px){
        width: 9%;
      }
    }
    .box-item.box-item2{
      width: 94%;
      @media screen and (max-width:767px){
        width: 100%;
      }
      ul li{
        .PD_into{
          position: relative;
          color: #fff;
          background: #fe77ff;
          padding: 12px 0 20px;
          @media screen and (max-width:767px){
            padding: 3vw 0 4vw;
          }
          h3{
            margin: 0 auto;
            color: #212121;
            background: #fff7b3;
            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{
  position: relative;
  width: 2000px;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 0;
  position: relative;
  background: url(Area_wisdom_bg.png?t=1778487725041) repeat,#4d3072;
  background-size: 10%;
  background-blend-mode: overlay;
  /* box-shadow: inset 0 0 5vw #b87516; */
  z-index: -1;
  @media screen and (max-width:767px){
    background-size: 20%;
    width: 100%;
    padding: 2vw 0 0;
    margin: 0 0 8vw;
  }

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

  &::before{
    top: 0;
    background: url(Area_wisdom_top_pc.png?t=1778487725041) no-repeat;
    background-size: contain;
    height: 40px;
    @media screen and (max-width:767px){
      background: url(Area_wisdom_top.png?t=1778487725041) no-repeat;
      background-size: contain;
      height: 2vw;
    }
  }
  &::after{
    bottom: 0;
    background: url(Area_wisdom_bt_pc.png?t=1778487725041) no-repeat;
    background-size: contain;
    height: 23px;
    @media screen and (max-width:767px){
      background: url(Area_wisdom_bt.png?t=1778487725041) no-repeat;
      background-size: contain;
      height: 2vw;
    }
  }

  .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;
      }
      h3,h4, span{
        overflow: visible;

      }
      h3{
        width: auto;
        margin: 0;
        line-height: 40px;
        font-size: 40px;
        font-weight: bold;
        color: #fff;

        @media screen and (max-width:767px){
          font-size: 5vw;
          line-height: 5vw;
        }
      }
      h4{
        width: auto;
        margin: 0;
        font-weight: bold;
        color: #fff7b3;
      }
    }
  }
  .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_wisdom{
  .box-main{
    display: flex;
    padding: 0 0 20px;
    @media screen and (max-width:767px){
      padding: 0 0 6vw;

    }

    .box-item{

      ul{
        background: none;
        gap: 1.2vw;
        li{
          background: #fff;
          border-radius: 32px;
          @media screen and (max-width:767px){
            border-radius: 2vw;

          }
          border: none;
          .PD_into{
            position: relative;
            color: #fff;
            background: #fe77ff;
            padding: 12px 0 20px;
            @media screen and (max-width:767px){
              padding: 3vw 0 4vw;
            }
            h3{
              margin: 0 auto;
              color: #212121;
              background: #fff7b3;
              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{
        li{
          .PD_into{
            h4{
              line-height: 1.45;
              span{
                font-size: 1.8rem;
              }
            }
            h3{
              font-size: 1.5rem;
            }
          }
        }
      }
    }
  }
}

/* 今日攻略 */
.Area_main{

  /* 一排四個 */
  .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_today{
  margin: 20px auto 40px;
  box-sizing: border-box;
  @media screen and (max-width:767px){
    margin: 4vw auto 8vw;
  }
  .box{
    &::before,&::after{
      position: absolute;
      content: "";
      width: 96%;
      display: block;
      left: 50%;
      transform: translateX(-50%);
    }
    &::before{
      top: 43px;
      height: 150px;
      background: url(Area_today_top.png?t=1778487725041) no-repeat;
      background-size: contain;
      @media screen and (max-width:767px){
        top: 5vw;
        height: 12vw;

      }
    }
    &::after{
      bottom: -37px;
      height: 50px;
      background: url(Area_today_bt.png?t=1778487725041) no-repeat;
      background-size: contain;
      @media screen and (max-width:767px){
        bottom: -4vw;
        height: 6vw;

      }
    }
  }
  .section-title{
    position: relative;
    z-index: 2;
    margin: 0 auto;
    .PD_layout.PD_layout-D3_02{
      ul {
        padding: 48px 0 0;
        @media screen and (max-width:767px){
          padding: 4.4vw 0 0;

        }
        .PD{
          .PD_into {
            justify-content: flex-start;
            h3{
              @media screen and (min-width:766px){
                font-size: 48px;

              }
            }
          }
        }
      }
    }

  }
  .box-main{
    position: relative;
    width: 96%;
    background: #321457;
    border: 16px solid #a75fff;
    border-top: none;
    border-bottom: none;
    padding: 8px 20px 32px;
    margin: 0 auto 60px;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    @media screen and (max-width:767px){
      border: 1.6vw solid #a75fff;
      border-top: none;
    border-bottom: none;
      margin: 0 auto 8vw;
      padding: 1vw 2vw;
      gap: .8vw;
    }

    .box-item{
      
      margin: 0;
      &:nth-child(1){
        width: 40%;
        padding: 0;
        
        @media screen and (max-width:767px){
          padding: 0;
        }
      }
      &:nth-child(2){
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        gap: 12px;
        @media screen and (max-width:767px){
          gap: 2vw;

        }
        .sub-item{
            padding:0 12px 24px;
            @media screen and (max-width:767px){
              padding: 0 2vw 4vw;
              
            }
            &:first-child{
              border-bottom: 1px #a75fff solid;
              padding: 12px 24px 32px 12px;
              @media screen and (max-width:767px){
                padding: 4vw 2vw;

              }
            }
        }

      }
    }
  }
}

/* 今日攻略 */
.Area_stagy{
  margin-bottom: 60px;
  @media screen and (max-width:767px){
    width: 96%;
    margin-bottom: 12vw;
  }
  .item-bonus{
    /* background: url(Area_stagy_bonus_bg.png?t=1778487725041)no-repeat; */
    background-size: cover;
    margin-bottom: 76px;
    @media screen and (max-width:767px){
      margin-bottom: 4vw;
    }
    .Area_swiper{
      padding-top: 20px;
      width: 88%;
      @media screen and (max-width:767px){
        padding-top: 2vw;
      }
    }
  }

  .box-main{
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    background: #321457;
    border-radius: 20px;
    background: url(Area_stagy_02.png?t=1778487725041) repeat-y;
    background-size: contain;
    @media screen and (max-width:767px){
      border-radius: 3vw;
      padding: 0;
    }
    &::before,&::after{
      position: absolute;
      content: "";
      width: 100%;
      display: block;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1;
    }
    &::before{
      top: -70px;
      background: url(Area_stagy_01.png?t=1778487725041) no-repeat;
      background-size: contain;
      height: 120px;
      @media screen and (max-width:767px){
        top: -7vw;
        height: 12vw;
      }
    }
    &::after{
      bottom: -46px;
      background: url(Area_stagy_03.png?t=1778487725041) no-repeat;
      background-size: contain;
      height: 250px;
      @media screen and (max-width:767px){
        bottom: -4vw;
        height: 25vw;
      }
    }
    .box-group{
      padding:12px 32px;
      display: flex;
      gap: 60px;
      align-items: center;
      align-content: center;
      @media screen and (max-width:767px){
        gap: 3vw;
        padding: 1.5vw 4vw;
      }
      &:not(&:last-child){
        .box-item{
          border-bottom: 1px #a75fff solid;

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

      .box-sub{
        position: relative;
        width: 15%;
      }
      .box-item{
        width: 80%;
      }
    }
  }

}

/* 集資區 */
.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;
        }
      }
    }
  }
}

.bn-main{
  .PD_layout{
    ul{
      gap: 20px;
      @media screen and (max-width:767px){
        gap: 3vw;
      }
    }
  }
}


/*編輯按鈕移動*/
#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: #fff7b3;}   
.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=1778487725041) 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=1778487725041) 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=1778487725041) 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=1778487725041) 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=1778487725041) no-repeat;
              background-size: cover;
              @media screen and (max-width:767px){
                width: 5vw;
                height: 5vw;
                background: url(search-go.png?t=1778487725041) no-repeat;
                background-size: cover;
              }
            }
          }
        }
      }
    }
  }
}

/* 看更多按鈕 */
.PD_layout-btn{
  li .PD h3{
    background: #b864ff;
  }
}

.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 #000 !important; background-color: #000 !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:#fff; 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;}
	}
	



/*頁面維護_新增區塊*/

/* 家電mo卡特談 */
.Area_card .box0{display: flex;}

@media screen and (min-width:768px){
.Area_card {margin-bottom: 10px;}
.Area_card .box0 {margin-bottom: 10px;}
.Area_card .box0 .PD_layout[data-pd-li=BN] ul{padding: 10px;}
.Area_card .tit01{margin-bottom: 10px;}
.Area_card .cardbg{background-color: #321457; border-radius: 10px; padding: 20px; margin-bottom: 20px;}
}
@media screen and (max-width:767px){
.Area_card {margin-bottom: -2vw;}
.Area_card .box0 {margin-bottom: -1vw;}
.Area_card .box0 .PD_layout[data-pd-li=BN] ul{padding: 3px;}
.Area_card .tit01{margin-bottom: 1vw;}
.Area_card .cardbg{background-color: #321457;border-radius: 10px;padding: 1.5vw;margin-bottom: 1vw;}
}

/* 品牌加碼 */
.Area_brand .Area_swiper ul li{background-color: transparent;}
.Area_brand .PD_layout.PD_layout-D1_16 ul .PD .PD_img{max-width: 100%; padding: 0; margin: 0;}
.Area_brand .PD_layout.PD_layout-D1_16 ul{grid-gap: 0;}
@media screen and (max-width:767px){
.Area_brand{margin-bottom: 3vw;}

}


/*Youtube影片浮層css*/
.box_youtube { margin: 0 auto; overflow: hidden }
@media screen and (min-width:768px){
  .box_youtube { width: 900px; border-radius: 20px; }
}
@media screen and (max-width:767px){
  .box_youtube { width: 84%; border-radius: 10px;}
}

.bigpicture { height: 100%;	width: 100%; position: relative; background-position: center center; background-size: cover; cursor: pointer;}
.bigpicture h3 { position: absolute; left: 5%; bottom: 0; z-index: 1; color: #fff; font-size: 20px }
.bigpicture:before,
.bigpicture:after { z-index: 1; content: ''; position: absolute; left: 0; top: 0; right: 0;	bottom: 0;height: 100%;	width: 100%; transition: opacity 0.2s;}
.bigpicture:after { background-repeat: no-repeat; background-position: center; opacity: 1; background-size: 2em;}
.bigpicture:before { background: linear-gradient(0deg, #000, transparent 40%); opacity: 0.7;}
/*.bigpicture:hover:after { opacity: 0.8; }*/
.bigpicture:hover:before { opacity: 0.5; }
.bigpicture:after { height: 100%; width: 100%;	
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20159.00691%20111.60904%22%3E%3Cpath%20d%3D%22M36.2%20111c-25-1.3-29.6-4-34-18.6C.3%2086.7%200%2080%200%2057.4%200%2019%202.3%209.7%2013.6%204c11.5-5.6%20120-5.6%20131.4%200%206%203%2010%208.7%2011.8%2017.2%202%209.8%203%2042.2%201.5%2057.5-2%2020.4-7%2028.5-19.2%2030.8-7.6%201.5-82%202.4-102.8%201.3zM85%2065.3c11.3-6%2020.4-11%2020.3-11L84%2043%2063%2032v22c0%2012%20.4%2022%20.8%2022%20.3%200%2010-5%2021.2-10.8z%22%20fill%3D%22%23db2823%22%2F%3E%3Cpath%20d%3D%22M63.2%2032c-.4.3-.2%201-.3%201.3v28.5c0%204.6%200%209.2.5%2013.8%200%20.4.3.7.6.5%206.3-3%2012.3-6%2018.4-9.3%207.5-4%2015-7.8%2022.2-12%20.3%200%201-.4.6-.8-12.8-7-25.7-13.5-38.6-20.2-1-.6-2.2-1.3-3.4-1.7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-size: 4em;
}
.bigpicture img { width: 100%; border-radius: 10px; aspect-ratio: 1.777777;}
@media screen and (max-width:767px) {
  .bigpicture h3 { font-size: 3vw; left: 1.2em;}
}
                  
/*間距*/
@media screen and (min-width:768px){
  .Area_bottom { margin-bottom: 30px!important; }
  }
  @media screen and (max-width:767px){
  .Area_bottom { margin-bottom: 3vw!important; }
  }
