@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: #fad2dc;}
.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: 100px !important;}
  .Area_bottom_2 { margin-bottom: 60px !important;}
}
@media screen and (max-width: 767px){ 
  .Area_bottom   { margin-bottom: 9vw !important;}
  .Area_bottom_2 { margin-bottom: 6vw !important;}

}


/*背景*/
.bg_1 { z-index:-3; position: absolute; top: 0; left: 0; width: 100%; height: 1220px; 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: 0; left: 0; width: 100%; height: 100%; background: url(bgdeco.png?t=1775540619057) 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);}
}


/*版頭*/
.sub_swiper .PD_layout li, .logo_swiper .PD_layout li, .topPD_swiper .PD_layout li { background: transparent;}
.title_0 .PD_layout a { pointer-events: none;}
.title_0, .top_deco { position: absolute;}
.title_0 .PD_layout ul { padding: 0; grid-gap: 0;}
/*ecm入稿調整*/
.topPD_swiper .PD_layout li:hover { z-index: 0; filter: none;}
.topPD_swiper input { position: absolute; left: 30%;}
.logo_swiper input { position: absolute; left: 20%;}
@media screen and (min-width:768px){
  .Area_title { height: 600px; box-sizing: border-box; margin-bottom: 30px;}
  .sub_swiper { z-index: 5; top: 180px;}
  .topPD_swiper { top: -75px;}
  .top_deco_1 { top:  60px; left: 405px; animation: float_p 3s infinite linear;}
  .top_deco_2 { top: 500px; left: 285px; animation: float_p 2.5s infinite linear; animation-delay: 1s;}
  .top_deco_3 { top: 300px; left: -55px; animation: float_p 3s infinite linear; animation-delay: 0.5s;}
  .top_deco_4 { z-index: -2; top: 75px; left: 40px; animation: shine 1.5s infinite alternate; animation-delay: 0.5s;}
  .top_deco_5 { z-index: -2; top: 0; right: 85px; animation: shine 1.5s infinite alternate;}

}
@media screen and (max-width: 767px){
  .Area_title { height: 62vw;}
  .sub_swiper { z-index: 1; top: 20vw;}
  .sub_swiper ul { height: 10vw;}
  .logo_swiper { top: -4.5vw;}
  .logo_swiper ul { height: 8vw;}
  .topPD_swiper { top: -16vw;}
  .topPD_swiper ul { height: 60vw;}
  .top_deco_1 { z-index: -1; width: 18%; top: 11vw; left: 45vw; animation: float_m 3s infinite linear;}
  .top_deco_2 { z-index: -1; width:  7%; top: 52vw; left: 30vw; animation: float_m 2.5s infinite linear; animation-delay: 1s;}
  .top_deco_3 { z-index: -1; width: 20%; top: 30vw; left: -4vw; animation: float_m 3s infinite linear; animation-delay: 0.5s;}
  .top_deco_4 { z-index: -2; width:135%; top:  8vw; left:  6vw; animation: shine 1.5s infinite alternate; animation-delay: 0.5s;}
  .top_deco_5 { z-index: -2; width:110%; top:    0; left:-18vw; animation: shine 1.5s infinite alternate;}
}
@keyframes float_m { 
  0%   { transform: translate(0,0);} 
  50% { transform: translate(0,4px);}
  100% { transform: translate(0,0);}
 }
@keyframes float_p { 
  0%   { transform: translate(0,0);} 
  50% { transform: translate(0,8px);}
  100% { transform: translate(0,0);}
 }
@keyframes shine {
   0%   { filter: brightness(50%);}
   100% { filter: brightness(150%);}
 } 

/***光***/
.top_deco_1, .top_deco_4, .top_deco_5, .title_deco, .A02_deco_1 { mix-blend-mode: screen; -webkit-transform: translateZ(0); will-change: transform; backface-visibility: hidden; isolation: isolate;}

/*提醒我按鈕*/
a.mo_remind_btn { z-index: 9999; position: absolute !important; width: 17%; top: 44vw; left: -2vw;}

/*活動倒數*/
.TimerNick { position: absolute; top: 265px; left: 35px; /*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 7px; padding: 0; border: 0; font-size: 30px;  color:#231914; letter-spacing: 1px; text-align: center;}
.TimerNick span { padding-left: 2px; font-size: 24px; letter-spacing: 0.1em; color:#231914; white-space: nowrap;}
.TimerNick b { font-weight: normal;}
@media screen and (max-width: 767px){
  .TimerNick  { top: 30vw; left: 4vw; display: flex; column-gap: 0.35em; text-align: left;}
  .TimerNick .FontStyle { margin: -0.25em 0 0 -0.01em; padding: 0; border: 0; font-size: 3.5vw; letter-spacing: .01em;}
  .TimerNick span { padding-left: 0; font-size: 2.8vw; letter-spacing: -0.05em;}
  .TimerNick span { margin-top: -0.1em;}
} 


/*區標線上入稿*/
.box_title .PD_layout .PD_into { padding: .5em 0 .55em;}
.box_title_s .PD_layout .PD_into { padding: 0 0 .55em;}
.box_title_3 .PD_layout .PD_into { padding: 0 0 .6em;}
.box_title_1 { background: url("title_bg_1.png?t=1775540619057") center top / 100% no-repeat;}
.box_title_2 { background: url("title_bg_2.png?t=1775540619057") center top / 100% no-repeat;}
.title_deco { position: absolute; z-index: -1;}
@media screen and (min-width: 768px){
  .box_title { position: relative; z-index: 5; display: flex; padding: 0; width: 100%; justify-content: center;}
  .box_title img { width: 100% !important; padding: 0;}
  .box_title ul li h5 { padding: 0; margin: 35px 0; font: bold 55px / 55px "Noto Sans CJK SC", "Microsoft JhengHei", Arial, Helvetica; letter-spacing: -0.03em; text-align: center; color: #f55f91;}	
  .box_title_2 ul li h5 { color: #4b9be1;}
  .box_title_s ul li h5 { padding-bottom: 8px; font: bold 35px / 35px "Noto Sans CJK SC", "Microsoft JhengHei", Arial, Helvetica; margin: 0; letter-spacing: 0; text-align: center; letter-spacing: -.02em; color: #aa4b64;}
  .box_title_s_2 ul li h5 { color: #4687c8;}
}
@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 6vw / 6vw "Noto Sans CJK SC", "Microsoft JhengHei", Arial, Helvetica; margin: 2.5vw 0; letter-spacing: 0; text-align: center; letter-spacing: -.02em; color: #f55f91;}
  .box_title_2 ul li h5 { color: #4b9be1;}
  .box_title_s ul li h5 { font: bold 4.5vw / 4.5vw "Noto Sans CJK SC", "Microsoft JhengHei", Arial, Helvetica; margin: 0; letter-spacing: 0; text-align: center; letter-spacing: -.02em; color: #aa4b64;}
  .box_title_s_2 ul li h5 { color: #4687c8;}
  .title_deco { top: -2vw;}
}


/*A00*/
.Area00 { z-index: 50;}

/*A01*/
.A01_PD.PD_layout.PD_layout-D1_05 .PD_btn { background-color: #f55f91;}

@media screen and (max-width:767px){
  .A01_PD.PD_layout { width: 96%;}
}

/*A02*/
.Area02 .PD_layout ul { padding: 0; grid-gap: 0;}
.Area02 .PD_layout a { pointer-events: none;}
.A02_deco { position: absolute;}
@media screen and (max-width:767px){
  .Area02 .PD_layout { width: 127%; left: -13.5%;}
  .A02_deco_1 { width: 38%; top: 1vw; left: -3vw;}
  .A02_deco_2 { width: 15%; top: -2vw; right: 1vw;;}
}

/*A03*/
/*登記贈品文案顏色*/.Area_danji .danji_box ul li .activityText .gifts span { color: #ffc8dc;}
.Area_danji .btn_reg .activityText p, .Area_danji .btn_reg .activityText .Tip, .Area_danji .danji_box ul li .content p { color: #fff;}
.Area_danji .danji_box { margin-bottom: 0;}
@media screen and (min-width:768px){
  .Area_danji { margin-top: 15px;}
  .Area_danji .danji_box ul li { padding-bottom: 20px;}
}
@media screen and (max-width:767px){
  .Area03 .title_deco { top: -5vw;}
  .Area_danji { width: 96%;}
  .Area_danji ul { grid-gap: 1vw; padding-bottom: 2vw;}
}

/*A04*/
@media screen and (max-width:767px){
  .A04_PD.PD_layout { width: 96%;}
}

/*A05*/
@media screen and (min-width:768px){
  .Area05 .box_title_1 .PD_layout ul { padding: 30px 0; grid-gap: 0;}
}
@media screen and (max-width:767px){
  .Area05 .box_title_1 .PD_layout ul { padding: 3.2vw 18vw; grid-gap: 0;}
}

/*A05*/
@media screen and (min-width:768px){
  .Area06 .PD_layout ul { padding: 0 110px;}
}

/*黏人精*/
.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 95px; color: #28140a; 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;}
}
