@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(bgrepeat.jpg?t=1761743127898)top center repeat-y;}
.WRAPPER img { border: 0; vertical-align: top;}
.WRAPPER a { text-decoration: none;}
@media screen and (max-width:767px){
  .WRAPPER { min-width: inherit; padding-bottom: 10vw; background-image: none; background-color: #baa0e9;}
  .WRAPPER img {  width: 100%;  height: auto;}
}

/*背景*/
@media screen and (min-width:787px){
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.jpg?t=1761743127898) no-repeat center top;}
.bgdeco { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1761743127898) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
.light { z-index: 100; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(pc_light.png?t=1761743127898) no-repeat center top; mix-blend-mode:screen; pointer-events: none;}



}
@media screen and (max-width:767px){
  .bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgtop_m.jpg?t=1761743127898) no-repeat center 44px; background-size: 100%;}
  .m_light { z-index:100; position:absolute;top:12vw;left: 0vw; width: 100%;height:auto;background-repeat:no-repeat; mix-blend-mode:screen; pointer-events: none;aspect-ratio: 960 / 1358;background-size: contain; }
}
	
/*區塊_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: 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;}
}

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

/*共用樣式*/
@media screen and (max-width:767px){
}

/*版頭*/
@media screen and (min-width: 768px){
.Areatop{ height: 828px;}
.Areatop .box { position: relative; width: 63%;}
.Areatop .box .main { padding-top: 10px;}


.Areatop .date ul { position: absolute;top: -101px; right: 8px;width: 18%;}
.Areatop .date .PD_layout .PD img{ width:100%;}
}

@media screen and (max-width:767px){
  .Areatop{ height:114vw;}
  .Areatop .box { width: 100%;}
  .Areatop .box .main { padding-top: 0;}

  .Areatop .date ul li{position:absolute;top:-14vw;left: 38vw;}
  .Areatop .date .PD img{ width:20%;}
}

/*版頭品*/
.topPD .PD_layout ul{ display: flex; }

@media screen and (min-width: 768px){
.topPD {position: absolute;top: 341px;left: -4px;width: 100%;z-index: 30;}
.topPD .PD_layout .PD img { width: 55%; }	
}
@media screen and (max-width:767px){
.topPD {position: absolute;width: 100%;z-index: 30;top:44vw;}
.topPD .PD_layout ul li img{width: 100%;}
}


/*警語*/
.warningTxt h3{color: #000 !important;}
	
/*標題*/
@media screen and (min-width: 768px){
  .title {width: 100%!important;height: 106px;}
  .title .PD img {width: 72%!important;}
  }
  @media screen and (max-width:767px){
  }
    


/*01_登記活動*/
.Area01 {}
.Area01 .Area_danji { width: 90%;}
.Area01 .Area_danji .danji_box { width: 100%;}
.Area01 .warningTxt h3 { padding: 0;}
@media screen and (max-width:767px){
  .Area01 .Area_danji { width: 96%;}
}
/*文案黑色*/
.Area_danji .danji_box .activityText p { color: #fff !important;}
.Area_danji .danji_box .activityText .Tip { color: #fff !important;}
.Area_danji .danji_box .content p {color: #fff !important;}
  



/*AreaBN*/
/* .AreaBN .PD_layout ul li {padding-bottom:10px;}
@media screen and (max-width:767px){
.AreaBN .PD_layout ul li {padding-bottom:4vw;}
} */





/*作圖區*/
.AreaBN2 .BN ul li {padding-bottom:50px;}
@media screen and (max-width:767px){
.AreaBN2 .BN ul li {padding-bottom:4vw;}
}







/*品牌旗艦館*/
@media screen and (min-width: 768px){
  .Arealogo {width:950px!important;}
  }
  @media screen and (max-width:767px){
  .Arealogo {width: 100%!important;}
  .Arealogo ul li:nth-child(3) {left:0}
  }
    



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


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











  










