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

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

/*區塊_all*/
.Area1220 { margin: 0 auto; width: 1220px;}
.Area960 { margin: 0 auto; width: 960px;}
.Area { position: relative; margin: 0 auto; padding: 0; border-radius: 0; text-align: center;}
.Area a { position: relative; 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.97);
     -moz-transform:scale(0.97);
      -ms-transform:scale(0.97);
       -o-transform:scale(0.97);
          transform:scale(0.97);}
.WRAPPER .go_bt1 {
  -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;}
.WRAPPER .go_bt1:hover { 
  -webkit-transform:translateY(-10px);
     -moz-transform:translateY(-10px);
      -ms-transform:translateY(-10px);
       -o-transform:translateY(-10px);
          transform:translateY(-10px);} 
@media screen and (max-width:767px){
	.Area1220 { width: 100%;}
	.Area960 { width: 100%;}
	.Area .go_bt:hover {  
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;}
}

/*LOGO*/
.momologo { z-index: 2; position: absolute; top: 15px; left: 15px;}
.momologo a { display: block; width: 140px; height: 21px;}
.momologo a svg { width: 140px; height: 21px;}
.momologo a path { fill: #EA27C2;}
.momologo-pink  a path { fill: #EA27C2;}/*LOGO 桃紅色*/
.momologo-white a path { fill: #ffffff;}/*LOGO 白色*/
@media screen and (max-width:767px){
	.momologo { display: none;}
}

/*全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; background: linear-gradient(0deg, #1e2346, #283269, #1e2346);}
.WRAPPER img { border: 0; vertical-align: top;}
.WRAPPER a { text-decoration: none; -webkit-tap-highlight-color: transparent;}
/*預設清單樣式*/
.Area .list_00 ul { display: inline-block; margin: 0; padding: 0;}
.Area .list_00 li { list-style: none; float: left; overflow: hidden;}
@media screen and (max-width:767px){
	.WRAPPER { min-width: inherit; min-height: 100vh; overflow: hidden;}
	.WRAPPER img { width:100%; height: auto;}
}
@media screen and (min-width:768px){
  .Area_bottom   { margin-bottom: 60px !important;}
  .Area_bottom_2 { margin-bottom: 40px !important;}
}
@media screen and (max-width:767px){ 
  .Area_bottom   { margin-bottom: 7vw !important;}
  .Area_bottom_2 { margin-bottom: 1vw !important;}
}


/*背景*/
.bg_1 { z-index:-3; position: absolute; top: 0; left: 0; width: 100%; height: 710px; background-repeat: no-repeat; background-position: center top; pointer-events: none; animation: downIn 0.8s ease-out forwards;}
.bgdeco { z-index:0; position: absolute; top: 600px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1765952600907) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
@media screen and (max-width:767px){	
  .m_bg_1 { z-index: -3; position: absolute; top: 10vw; left: 0; width: 100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none; background-size: 100%; animation: downIn 0.8s ease-out forwards;}
}
@keyframes downIn {
  from { transform: translateY(10px);}
  100% { transform: translateY(0);}
}

/*版頭*/
@media screen and (min-width:768px){
  .Area_title { height: 645px; box-sizing: border-box; margin-bottom: 30px;}
  .topDeco_1 { top: 210px; left: -100px;}
  .topDeco_2 { top: 300px; left: 10px; }
  .topDeco_3 { top: 210px; right: -100px; transform: scaleX(-1) translateZ(0) !important; z-index: 6;}
  .topDeco_4 { top: 300px; right: 10px; transform: scaleX(-1) translateZ(0) !important; z-index: 6;}
}
@media screen and (max-width:767px){
  .Area_title { height: 69vw; margin-bottom: 3vw;}
  .topDeco_1 { width: 45%; top: 19vw; left: 4vw;}
  .topDeco_2 { width: 30%; top: 32vw; left: 16vw;}
}
.rotate_1 { animation: rotate_1 7s infinite linear; transform-origin: left bottom;}
@keyframes rotate_1 {
  0%, 100% { transform: rotate(0deg);}
  50% { transform: rotate(10deg);}
}
.rotate_2 { animation: rotate_2 7s infinite linear; transform-origin: left bottom;}
@keyframes rotate_2 {
  0%, 100% { transform: rotate(10deg);}
  50% { transform: rotate(0deg);}
}


/*版頭主標*/
.title_0 { position: absolute; z-index: 1;}
.title_0 .PD_layout ul { padding: 0; grid-gap: 0;}
.title_0 .PD_layout .PD a { pointer-events: none; position: absolute; left: 0;}
.title_0 .PD_layout .PD_slide:hover { transform: translateY(0);}
.title_0 .PD_layout .PD_slide { min-width: 100%;}
@media screen and (min-width: 768px){
  .title_0  { top: 0; left: 130px;}
  .title_0 .PD_layout .PD img { width: 960px;}
}
@media screen and (max-width:767px){
  .title_0 { width: 100%; z-index: 30;}
  .title_0 .PD_layout { top: 0; left: 0; width: 100%; height: 20vw;}
  .title_0 .PD_layout .PD img { width: 100% !important;}
}


/*副標輪播*/
.subtitile { position: absolute; top: 176px; left: 130px; width: 960px; height: 100px; overflow: hidden; z-index: 20;}
.subtitile ul.PD_wrapper { display: flex; flex-wrap: nowrap; width: 100%; box-sizing: content-box; padding: 0; grid-gap: 0;}
.subtitile ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
.subtitile ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}
.subtitile .PD_layout .PD .PD_logo { display: none;}
@media screen and (max-width:767px){
  .subtitile { width: 100%; height: 10vw; position: absolute; top: 18vw; left: 0;}
}


/*提醒我按鈕*/
a.mo_remind_btn { z-index: 9999; position: absolute!important; right: 0; top: 63vw; width: 13%;}

/*活動倒數*/
.TimerNick { position: absolute; top: 655px; left: 610px; transform: translateX(-50%); display: inline-block; z-index: 8; text-align: center; letter-spacing: 0.3em; font-weight: 900;}
.TimerNick .FontStyle { display: inline-block; margin: 0 0 0 5px; padding: 0; border: 0; font-size: 30px;  color:#fae6c4; letter-spacing: 1px; text-align: center;}
.TimerNick span { padding-left: 2px; font-size: 23px; letter-spacing: 0.1em; color:#fae6c4; white-space: nowrap;}
.TimerNick b { font-weight: normal;}
@media screen and (max-width:767px){
  .TimerNick  { top: 70.5vw; left: 51vw; display: flex; column-gap: 0.4em; text-align: left;}
  .TimerNick .FontStyle { margin: -0.15em 0 0 -0.01em; padding: 0; border: 0; font-size: 4vw; letter-spacing: .01em;}
  .TimerNick span { padding-left: 0; font-size: 3vw; letter-spacing: -0.05em;}
  .TimerNick span:first-child { margin-top: -0.1em;}
} 


/*版頭品*/
@media screen and (min-width: 768px){
  .topPD { position: absolute; top: 170px; left: 145px; z-index: 5;}
  .topPD_deco_1 { top: 525px; left: 440px;}
  .topPD_deco_2 { top: 465px; right: 100px;}
  .topPD_deco_3 { top: 400px; right: 275px; z-index: 10;}

}
@media screen and (max-width:767px){
  .topPD { position: absolute; top: 22vw; z-index: 5;}
  .topPD_deco_1 { width: 37%; top: 59vw; left: 31vw;}
  .topPD_deco_2 { width: 44%; top: 53vw; right: -1vw;}
  .topPD_deco_3 { width: 8%; top: 47vw; right: 17vw; z-index: 10;}
}
.shine { animation: shine 1.5s infinite alternate;}
@keyframes shine {
  0%   { filter: brightness(50%);}
  100% { filter: brightness(150%);}
}


/*區標線上入稿*/
.box_title .PD_layout .PD_into { padding: .5em 0 .55em;}
.box_title .PD_layout ul { padding: 0;}
.box_title_1 { background: url("title_bg_1.png?t=1765952600907") center top / 100% no-repeat;}
.box_title_2 { background: url("title_bg_2.png?t=1765952600907") center top / 100% no-repeat;}
@media screen and (min-width: 768px){
  .box_title { position: relative; z-index: 5; display: flex; padding: 0; width: 100%; height: 158px; justify-content: center;}
  .box_title img { width: 100% !important; padding: 0;}
  .box_title ul li h5 { padding: 0; margin: 36px 0; font: bold 47px / 47px "Noto Sans CJK SC", "Microsoft JhengHei", Arial, Helvetica; letter-spacing: -0.03em; text-align: center; background: linear-gradient(65deg, #f5cda0 20%, #ffebd7 50%, #f5cda0 80%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;}	
}
@media screen and (max-width:767px){	
  .box_title { position: relative; z-index: 5; margin: 0 auto; width: 100%; height: auto;}
  .box_title img { width: 100%;}
  .box_title ul li h5 { font: bold 5.2vw / 5.2vw "Noto Sans CJK SC", "Microsoft JhengHei", Arial, Helvetica; margin: 2.7vw 0 3.3vw; letter-spacing: 0; text-align: center; letter-spacing: -.02em; background: linear-gradient(65deg, #f5cda0 45%, #ffebd7 50%, #f5cda0 55%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent;}	
}


/*A00*/
.Area00 .PD_layout ul { padding: 0; grid-gap: 0;}
.Area00 .PD_layout a { pointer-events: none;}
@media screen and (min-width: 768px){
  .A00_deco { top: -45px;}
}
@media screen and (max-width:767px){
  .A00_deco { top: -4.5vw;}
}


/*A01*/
/*登記贈品文案顏色*/
.Area_danji .danji_box ul li .activityText .gifts span { color: #1e32a5;}
@media screen and (min-width: 768px){
  .title_deco { top: 5px;}
}
@media screen and (max-width:767px){
  .Area01 .box_title { margin-bottom: .5vw;}
  .Area_danji { width: 96%;}
  .title_deco { top: -1vw;}
}


/*A02*/
@media screen and (min-width: 768px){
  .Area02 .box_title { margin-bottom: -10px;}
}
@media screen and (max-width:767px){
  .Area02 .box_title { margin-bottom: -1vw;}
}


/*A03*/
.A03_PD_1 { background: #c82328; box-shadow: inset 0px 8px 5px -5px #ff4650, inset 0 -8px 5px -5px #ff4650;}
.A03_PD_2 { background: #233daf; box-shadow: inset 0px 8px 5px -5px #4173f5, inset 0 -8px 5px -5px #4173f5;}
@media screen and (min-width: 768px){
  .A03_PD { margin-top: -20px; padding: 15px; border-radius: 20px;}
  .A03_deco { bottom: -12px; right: -15px;}
  .A03_deco img { width: 85%;}
}
@media screen and (max-width:767px){
  .A03_PD { margin-top: -.5vw; padding: 3vw 0; border-radius: 4vw;}
  .A03_deco { bottom: -1.5vw; right: -2vw; width: 43%;}
}


/*A04*/
.Area04 .PD_layout ul { padding: 0; grid-gap: 0;}
@media screen and (min-width:768px){
  .Area04 .PD_layout { width: 80%;}
  .A04_deco { top: 11px; left: 48px;}
  .A04_deco img { width: 73%;}
}
@media screen and (max-width:767px){
  .Area04 .PD_layout li { width: 110%; left: -5%;}
  .A04_deco { width: 83%; top: 1vw; left: 4vw;}
}

/*光*/
.A00_deco, .A03_deco, .A04_deco, .topPD_deco, .topDeco, .title_deco {
  position: absolute;
  /*強制元素進入GPU渲染層(主要觸發器)*/-webkit-transform: translateZ(0);
  /*提前告知瀏覽器元素會變化(預分配資源)*/will-change: transform;
  /*觸發合成層創建(強化觸發)*/backface-visibility: hidden;
  /*創建獨立層疊上下文*/isolation: isolate;
}
.A00_deco, .topPD_deco, .topDeco, .title_deco { mix-blend-mode: screen;}
.A03_deco, .A04_deco { mix-blend-mode: color-dodge;}


/*黏人精*/
.Area_hammerAD { z-index: 9999; position: fixed; bottom: 0; right: 0;}
.Area_hammerAD .box { position: relative; margin-right: 10px; opacity: 1;}
.Area_hammerAD img { width: 100%; height: auto; position: absolute; top: 0; left: 0;}
.Area_hammerAD .closeButton a { display: block; cursor: pointer; position: absolute; width: 20px; height: 20px; border-radius: 50%; font: bold 20px/1em "Century Gothic"; color: #FFF; text-align: center; background-color: rgba(0%,0%,0%,0.5); text-decoration: none; z-index: 2;}
.Area_hammerAD .Ahammer_text { position: absolute; z-index: 2; display: flex; align-items: center; justify-content: center; width: 90%; color: #000; font-family: "Century Gothic","Noto Sans CJK TC"; font-weight: 700;}
.Area_hammerAD .Ahammer_black .img_0, .Area_hammerAD .img_1 { filter: brightness(0%);}
.Area_hammerAD .Ahammer_black .img_1 { filter: none;}
.Area_hammerAD .Ahammer_black .Ahammer_text { color: #fff;}
@media screen and (min-width:768px){
  .Area_hammerAD { position: fixed; z-index: 300; left: 50%; right: auto; bottom: 50px; display: block; width: 210px; height: 200px; transform: translateX(618px) translate3d(0,20px,0);}
  .Area_hammerAD .closeButton a { top: 0; right: 0;}
  .Area_hammerAD .Ahammer_text { font-size: 2.3em; line-height: 1em; height: 1em; top: 40px;}
}
@media screen and (max-width:767px){
  .Area_hammerAD { display: block; width: 26%; transform: translate3d(0px, -215px, 0px) !important;}
  .Area_hammerAD .closeButton a { top: 1vw; right: 1vw;}
  .Area_hammerAD .Ahammer_text { font-size: 1.5em; line-height: 1.5em; height: 1.5em; top: 3.6vw;}
}

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

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