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

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

/*全BOX版面*/
.WRAPPER { position: relative; display: block; margin: 0 auto; padding: 0; width: 100%;  min-width: 1220px; overflow: hidden; font-family: "微軟正黑體","Microsoft JhengHei",Helvetica; background: url(bgcolor-pc.png?t=1782197525603) no-repeat,#23a9e8;
background-size: contain;background-attachment: fixed;background-position: center;}
.WRAPPER img { border: 0; vertical-align: top;width: 100%;height: 100%;}
.WRAPPER a { text-decoration: none;}
@media screen and (max-width:767px){
  .WRAPPER { min-width: inherit; padding-bottom: 10vw;background: url(bgcolor.png?t=1782197525603) no-repeat,#23a9e8;background-size: contain;background-attachment: fixed;background-position: center; }
  .WRAPPER img {  width: 100%;  height: auto;}
}
	
/*背景*/
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 1100px; background: url(bgtop.png?t=1782197525603) no-repeat center top;}
@media screen and (max-width:767px){
  .bgtop { min-width: inherit;  background: url(m_bgtop.png?t=1782197525603) no-repeat center 44px; background-size: 100%;}
}

/*區塊_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);}
.Area .go_bt2 {
  -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_bt2:hover { 
  filter: brightness(130%);
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
		  }
.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;}
  .Area .go_bt2:hover { 
    filter: brightness(1);
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
        }
  .Area1220 { width: 100%;}
  .Area960 { width: 96%;}
  /*區塊_切割*/
  .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;}
}

/*間距*/
.Area_bottom { margin-bottom: 50px;}
@media screen and (max-width:767px){
  .Area_bottom { margin-bottom: 7vw;}
}

/*共用樣式*/
.pointer-off ul li{ pointer-events: none;}


/*版頭*/
.Area_top {height: 1080px;}
.Area_top .main { position: absolute; top: 45px;
    left: 243px;
    width: 697px;}
.Area_top .date{
width: 82px;
    right: 313px;
    position: absolute;
    top: 91px;
    z-index: 2;
  @media screen and (max-width:767px){
    width: 10vw;
    right: 15vw;
    position: absolute;
    top: 8vw;
  }
}
.Area_top .mainsubtitle {
    left: 49%;
    transform: translateX(-50%);
    position: absolute;
    top: 362px;
    width: 36%;
  @media screen and (max-width:767px){
    left: 50%;
        width: 52%;
        top: 38.4vw;
  }
  .sub-bg{
    position: absolute; 
    top:-5px;
    z-index: 0;
    @media screen and (max-width:767px){
      top:-1vw;
    }
  }
  .font_box {
    .Area_swiper_box{
      padding: 0;
    }
    ul.PD_wrapper{
      li{
        background-color: unset;
        h3{
          width: 70%;
          font-size: 40px; 
          font-weight: bold; 
          color: #fff; 
          text-align: center;
          @media screen and (max-width:767px){
            width: 80%;
            font-size: 5vw;
          }
        }
      }
    }
  }
}


.Area_top .top_PD{
  position: absolute ; 
top: 448px;
    left: 361px;
    width: 500px;
  z-index: 3;
}
@media screen and (max-width:767px){
  .Area_top { height: 102vw;}
  .Area_top .main {
        width: 74vw;
        top: 4vw;
        left: 13vw;
  }

  .Area_top .top_PD{
    width: 50vw;
    top: 49vw;
    left: 25vw;

  }
}

.Area_top .deco{
  position: absolute;
  z-index: 4;
  &.deco01-01{
    width: 36%;
        top: 742px;
        left: 141px;
    @media screen and (max-width:767px){
      width: 55vw;
      top: 69vw;
      left: -5vw;
    }
  }
  &.deco01-02{
        width: 17%;
        top: 707px;
        left: 789px;
        filter: blur(1px);
    @media screen and (max-width:767px){
      width: 23vw;
      top: 74vw;
      left: 59vw;
    }
  }
  &.deco02{
width: 40%;
        top: 449px;
        left: 934px;
    @media screen and (max-width:767px){
      width: 45vw;
      top: 51vw;
      left: 76vw;
    }
  }
}

/* 圖片區標 */
.box_title{
    margin-bottom: 2vw;
    filter: drop-shadow(0px 2px 4px #00000050);
    @media screen and (min-width: 768px){
      margin-bottom: 40px;
    }
}


/*登記贈品文案顏色*/
.Area_danji.Area_danji_spec .danji_box ul li .activityText .gifts span { color: #ff7ed9;}                 
.Area_danji .danji_box ul li .activityText .gifts span { color: #4df2ff;}   

/*年度熱銷TOP榜*/
.Area-main{
  .PD_img_box{
    display: flex;
    flex-direction: column;
    gap: 20px;
    @media screen and (max-width:767px){
      gap: 4vw;

    }
  }
  .PD_layout.PD_layout-CSSBG_01 ul{
    gap: 20px;
    @media screen and (max-width:767px){
      gap: 4vw;
    }
    li{
      filter: drop-shadow(0px 2px 4px #00000050);
      background: url(pdimg_bg.png?t=1782197525603) no-repeat;
      background-size: 100% 100%;
      padding-bottom: 8%;
      @media screen and (max-width:767px){
        padding-bottom: 4%;
      }
      .PD{
        position: relative;
        top: unset;
        left: unset;
      }
      a{
        margin: 0 auto;
        flex-direction: column;
      }
      .PD_img{
        width: 62%;
        padding-top: 32px;
        margin: 0 auto 24px;
        @media screen and (max-width:767px){
          padding-top: 3vw;
          margin: 0 auto 2vw;
        }
      }
      .PD_into{
        padding-top: 40px;
        margin: 0 auto;
        width: 85%;
        @media screen and (max-width:767px){
          padding-top: 0;
          width: 85%;
        }
        h3{
          color: #fff;
          font-size: 1.8rem;
          font-weight: bold;
          @media screen and (max-width:767px){
            font-size: 4.4vw;
          }
        }
        h4{
          color: #fff;
          font-size: 1.8rem;
          @media screen and (max-width:767px){
            font-size: 4.1vw;
            margin: 0;
          }
        }
        p{
          height: 3em;
          @media screen and (max-width:767px){
            height: 7vw;
          }
          .oPrice{
            color: #848484;
            font-size: 1.5rem;
            @media screen and (max-width:767px){
              font-size: 3vw;
            }
          }
          .money{
            color: #ffade7;
            font-size: 2rem;
            @media screen and (max-width:767px){
              font-size: 2.5vw;
            }
          }
          .Price{
            color: #ffade7;
            font-size: 3rem;
            @media screen and (max-width:767px){
              font-size: 6vw;
            }
          }
        }
      }
      &::after {
        content: none;
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 48%;
        /* background-image: url(PD_layout-CSSBG_01.png?t=1782197525603); */
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center top;
      }
    }
  }
}

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


.Area-product{
  position: relative;
  z-index: 2;
}


/*公版品*/
.Area-bg { 
  position: relative;
  margin-bottom: 10%;
  &::after{
    content: "";
    position: absolute;
    bottom: -80px;
    display: block;
    width: 100%;
    height: 100%;
    background: #311431; 
    padding: 0 0 5%;
    z-index: 0;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    @media screen and (max-width:767px){
      border-top: .6vw solid #fff;
      border-bottom: .6vw solid #fff;
      bottom: -5vw;
      height: 98%;
    }
  }
  .Area{
    position: relative;
    z-index: 1;
  }

}

