@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=1780975976325) no-repeat,#031b3a;
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=1780975976325) no-repeat,#0b132b;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.jpg?t=1780975976325) no-repeat center top;}
@media screen and (max-width:767px){
  .bgtop { min-width: inherit;  background: url(m_bgtop.png?t=1780975976325) 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: 21px; left: 220px;width: 820px;}
.Area_top .date{
    width: 239px;
    right: 329px;
    position: absolute;
    top: 17px;
    z-index: 2;
  @media screen and (max-width:767px){
    width: 26vw;
    right: 21vw;
    position: absolute;
    top: 1vw;
  }
}
.Area_top .mainsubtitle {
    left: 44%;
    transform: translateX(-50%);
    position: absolute;
    top: 274px;
    width: 44%;
  @media screen and (max-width:767px){
    width: 62%;
    top: 29vw;
  }
  .sub-bg{
    position: absolute; 
    top:-20px;
    z-index: 0;
    @media screen and (max-width:767px){
      top:-3vw;
    }
  }
  .font_box {
    .Area_swiper_box{
      padding: 0;
    }
    ul.PD_wrapper{
      li{
        background-color: unset;
        h3{
          width: 80%;
          font-size: 40px; 
          font-weight: bold; 
          color: #fff; 
          text-align: center;
          transform: rotateZ(356deg) rotateY(22deg) rotateX(337deg);
          filter: drop-shadow(2px 2px 0px #1e8397);
          @media screen and (max-width:767px){
            font-size: 5vw;
          }
        }
      }
    }
  }
}


.Area_top .top_PD{
  position: absolute ; 
    top: 427px;
    left: 323px;
    width: 635px;
  z-index: 3;
}
@media screen and (max-width:767px){
  .Area_top { height: 108vw;}
  .Area_top .main {
    width: 89vw;
    top: 2vw;
    left: 6vw;
  }

  .Area_top .top_PD{
    width: 67vw;
    top: 43vw;
    left: 17vw;

  }
}

.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;
    }
  }
}


/*登記贈品文案顏色*/
.Area_danji.Area_danji_spec .danji_box ul li .activityText .gifts span { color: #ffd777;}                 
.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{
    width: 100%;
  }
  .PD_layout.PD_layout-CSSBG_01 ul{
    background: url(pdimg_bg.png?t=1780975976325) no-repeat;
    background-size: 100% 100%;
    padding: 1vw 0 3vw;
    @media screen and (max-width:767px){
      padding: 12px 0 24px;
    }
    li{
      .PD{
        position: relative;
        top: unset;
        left: unset;
      }
      a{
        margin: 0 auto;
        flex-direction: column;
      }
      .PD_img{
        width: 62%;
        padding-top: 32px;
        margin: 0 auto 8px;
        @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: #ffd777;
            font-size: 2rem;
            @media screen and (max-width:767px){
              font-size: 2.5vw;
            }
          }
          .Price{
            color: #ffd777;
            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=1780975976325); */
        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: 120px;
  @media screen and (max-width:767px){
    margin-bottom: 20vw;
  }
  &::after{
    content: "";
    position: absolute;
    top: 122px;
    display: block;
    width: 100%;
    height: 98%;
    background: 
    url("boxtop.jpg?t=1780975976325") top repeat-x ,
    url("boxbottom.jpg?t=1780975976325") bottom repeat-x ,
    url("boxcolor.jpg?t=1780975976325") repeat; 
    padding: 0 0 70px;
    z-index: 0;
    @media screen and (max-width:767px){
      top: 12vw;
      height: 99%;
      background-size: 10%;
    }
  }

}

