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

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

/*區塊_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;}
.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;}
}
.Area_bottom { margin-bottom: 60px !important;}
@media screen and (max-width:767px){ 
  .Area_bottom { margin-bottom: 6vw !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;}
.bg_2 { z-index:-2; position: absolute; top: 0; left: 0; width: 100%; height: 710px; background-repeat: no-repeat; background-position: center top; pointer-events: none; animation: zoom 0.8s ease-out forwards;}
.bg_3 { z-index:-1; 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=1763103287648) 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%;}
  .m_bg_2 { z-index: -2; 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: zoom 0.8s ease-out forwards;}
  .m_bg_3 { z-index: -1; 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 zoom {
  from { transform: scale3d(1.2, 1.2, 1.2);}
  100% { transform: scale3d(1, 1, 1);}
}
@keyframes downIn {
  from { transform: translateY(10px);}
  100% { transform: translateY(0);}
}

/*裝飾*/
@media screen and (min-width:768px){
  .topdeco_1 { position: absolute; left: 100px; top: 430px; z-index: 1; animation: left-play 1.5s infinite ease-in; pointer-events: none;}
  .topdeco_2 { position: absolute; left: 290px; top: 503px; z-index: 1; animation: wheel_rotate 3.5s infinite linear; pointer-events: none;}	
  }
@media screen and (max-width: 767px){
  .topdeco_1 { position: absolute; width: 18%; top: 45vw; left: -2.5vw; z-index: 1; animation: left-play 1.8s infinite ease-in; pointer-events: none;}
  .topdeco_2 { position: absolute; width: 4%; top: 51.3vw; left: 16vw; z-index: 1; animation: wheel_rotate 3.5s infinite linear; pointer-events: none;}	
 } 

@keyframes left-play { 
  0%   { transform: translate(-5px,-2px);} 
  50%  { transform: translate(0,0);} 
  100% { transform: translate(-5px,-2px);}
}
@keyframes wheel_rotate {
  0% { transform: rotate(0);}
  100% { transform: rotate(360deg);}
}


/*版頭*/
@media screen and (min-width:768px){
  .Area_title { height: 710px; box-sizing: border-box; margin-bottom: 30px;}
}
@media screen and (max-width:767px){
  .Area_title { height: 74vw; margin-bottom: 3vw;}
}
    

/*版頭主標*/
.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: 300px; 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: 9vw; position: absolute; top: 31vw; left: 0;}
}


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

/*活動倒數*/
.TimerNick { position: absolute; top: 400px; left: 340px; 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:#0a0a0a; letter-spacing: 1px; text-align: center;}
.TimerNick span { padding-left: 2px; font-size: 23px;  letter-spacing: 0.1em; color:#0a0a0a; white-space: nowrap;}
.TimerNick b { font-weight: normal;}
@media screen and (max-width:767px){
  .TimerNick  { top: 41.5vw; left: 27.5vw; display: flex; column-gap: 0.4em; text-align: left;}
  .TimerNick .FontStyle { margin: -0.25em 0 0 -0.01em; padding: 0; border: 0; font-size: 4.5vw; letter-spacing: .01em;}
  .TimerNick span { padding-left: 0; font-size: 3.5vw; letter-spacing: -0.05em;}
  .TimerNick span:first-child{ margin-top: -0.1em;}
} 


/*版頭品*/
.topPD .PD_layout ul { background-color: inherit; display: flex; flex-direction: row; flex-wrap: nowrap;}
.topPD .PD_layout ul li { border: none;}
.topPD .PD_layout .PD p .money,
.topPD .PD_layout .PD p .Price { color: #ffaf0f;}
.topPD .PD_layout .PD p .oPrice { color: #fff;}
.topPD .PD_layout ul .PD_into h3 span { background-color: inherit; padding: 0; color:#fff; max-width: 105%;}
@media screen and (min-width:768px){
.topPD { width: 960px; position: absolute; top: 55px; left: 120px; z-index: 1; overflow: hidden;}
.topPD .PD_layout ul {gap: 270px; padding-right: 230px;}
.topPD .PD_layout ul .PD_into { position: relative; top: 410px; left: 230px; width: 100%;}
.topPD .PD_layout ul .PD_into h3 { text-align: left; font-size: 32px; margin-bottom: 0;}
.topPD .PD_layout ul .PD_into h4 { text-align: left; font-size: 32px; color:#fff; width: 134%;}
.topPD .PD_layout .PD p { height: 2.7em; line-height: 2.7em; width: 16em;}
.topPD .PD_layout .PD p .oPrice, .PD_layout .PD p .money { font-size: 25px;}
.topPD .PD_layout .PD p .Price { font-size: 55px;}
.topPD .PD_layout ul li .PD_img { border: none; position: relative; top: 0; left: 258px; width: 66%;}
/*編輯按鈕移動*/
#eWriterBtn_bt_B_000_00 { margin-left:280px !important; margin-top: 100px !important; z-index: 99 !important;}

}
@media screen and (max-width:767px){
  .topPD { width: 100%; position: absolute; top: 49vw; left: 0; z-index: 5; height: 20vw;}
  .topPD .PD_layout ul li .PD_img { border: none; position: relative; top: -42vw; left: 3vw; width: 50%;}
  .topPD .PD_layout ul { gap: 4vw; padding: 0;}
  /* .topPD .PD_layout .PD .oPrice { display: none;} */
  .topPD .PD_layout ul .PD_into h3,
  .topPD .PD_layout ul .PD_into h3 span,
  .topPD .PD_layout ul .PD_into h4 { margin: 0; white-space: nowrap !important; overflow: hidden !important; text-overflow: clip !important; max-width: 94%; color: #fff;}
  .topPD .PD_layout ul .PD_into { width: 50%; position: relative; left: 17vw; top: 0;}
  .topPD .PD_layout .PD p del { font-size: 11px;}
}


/*區標線上入稿*/
.box_txt .PD_layout .PD_into { padding: .5em 0 .85em;}
.box_txt .PD_layout ul { padding: 0;}
.box_txt ul li h5 { transform: rotate(-2deg);}
.box_txt_1 { background: url("txtbg_1.png?t=1763103287648") center top / 100% no-repeat;}
.box_txt_2 { background: url("txtbg_2.png?t=1763103287648") center top / 100% no-repeat;}
.box_txt_3 { background: url("txtbg_3.png?t=1763103287648") center top / 100% no-repeat;}
.box_txt_4 { background: url("txtbg_4.png?t=1763103287648") center top / 100% no-repeat;}
@media screen and (min-width: 768px){
  .box_txt { position: relative; z-index: 5; display: flex; padding: 0; width: 100%; height: 158px; justify-content: center;}
  .box_txt img { width: 100% !important; padding: 0;}
  .box_txt ul li h5 { padding: 0; margin: 43px 0; font: bold 47px / 47px "Noto Sans CJK SC", "Microsoft JhengHei", Arial, Helvetica; color: #fff; letter-spacing: 0; text-align: center;}	
}
@media screen and (max-width:767px){	
  .box_txt { position: relative; z-index: 5; margin: 0 auto; width: 100%; height: auto;}
  .box_txt img { width: 100%;}
  .box_txt ul li h5 { font: bold 5.5vw / 5.5vw "Noto Sans CJK SC", "Microsoft JhengHei", Arial, Helvetica; margin: 3vw 0; color: #fff; letter-spacing: 0; text-align: center;}	
}


/*A01*/
.video_box { background: url("A01_ytbg.png?t=1763103287648") center top / 100% no-repeat;}
.video_box .yt1 { position: relative; z-index: 1; height: auto;}
.video_box .box_youtube .youtubeArea { position: relative; width: 100%; padding: 29% 0;}
.video_box .box_youtube .youtubeArea * { margin: 0; padding: 0;}
.video_box .box_youtube .youtubeArea iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.video_box .box_youtube .youtubeArea .youtubeDiv { background-color: transparent !important;}
.A01_PD .PD_layout ul { padding: 0; grid-gap: 0;}
@media screen and (min-width:768px){
  .Area01 .box_txt { margin-bottom: -15px;}
  .box_youtube { width: 88%; top: 0; margin: 0 auto; padding: 25px 0 35px;}
  .A01_bg_1 { margin-left: -520px; z-index: -1; position: absolute; top: 0; left: 0; width: 2000px; height: 157px; background-repeat: no-repeat; background-position: center top; pointer-events: none;}
  .A01_bg_2 { margin-left: -520px; z-index: -1; position: absolute; top: 157px; left: 0; width: 2000px; height: 97%; background-repeat: repeat-y; background-position: center top; pointer-events: none;}
}
@media screen and (max-width:767px){
  .Area01 { background: url(A01_bg_1.png?t=1763103287648) top center / contain no-repeat, #c81e64; padding-bottom: 0.1vw;}
  .Area01 .box_txt { margin-bottom: -1.5vw;}
  .video_box .box_youtube { position: relative; z-index: 1; top: 0; left: 0; width: 90%; height: auto; margin: 0 auto; padding: 3vw 0 4vw;}
}

/*A02*/
.PD_layout.A02_BN ul { padding: 0;}
@media screen and (max-width:767px){
  .A02_BN { margin-top: .5vw;}
  .PD_layout.A02_BN ul { width: 96%; grid-gap: 1.5vw;}
}

/*A03*/
/*登記贈品文案顏色*/
.Area_danji .danji_box ul li .activityText .gifts span { color: #ffaf0f;}
@media screen and (max-width:767px){
  .Area03 .box_txt { margin-bottom: .5vw;}
  .Area_danji { width: 96%;}
}

/*A04*/
.Area04 .PD_layout.A04_PD ul, .PD_layout.A06_PD ul { border: 1.5px solid #000;}

/*A05*/
@media screen and (min-width:768px){
  .A05_deco { position: absolute; z-index: 5; top: -30px; left: -15px;}
  .Area05 .PD_layout ul { height: 370px;}
  .Area05 .PD_layout li { background: transparent; border: 1.5px solid #000;}
}
@media screen and (max-width: 767px){
  .A05_deco { position: absolute; z-index: 5; width: 16%; top: -3vw; left: 2vw;}
  .Area05 .bn_box { position: relative; top: 3vw;}
  .Area05 .PD_layout ul { grid-gap: .2em; height: 42vw;}
  .Area05 .PD_layout li { background: transparent; border: 1.5px solid #000;}
}

/*A06*/
@media screen and (min-width:768px){
  .A06_bg_1_1, .A06_bg_2_1 { margin-left: -520px; z-index: -1; position: absolute; top: 0; left: 0; width: 2000px; height: 240px; background-repeat: no-repeat; background-position: center top; pointer-events: none;}
  .A06_bg_1_2, .A06_bg_2_2 { margin-left: -520px; z-index: -2; position: absolute; top: 225px; left: 0; width: 2000px; height: 275px; background-repeat: repeat-y; background-position: center top; pointer-events: none;}
  .A06_bg_1_3, .A06_bg_2_3 { margin-left: -520px; z-index: -1; position: absolute; bottom: 0; left: 0; width: 2000px; height: 158px; background-repeat: no-repeat; background-position: center bottom; pointer-events: none;}
  .A06_PD { padding-bottom: 100px;}
}
@media screen and (max-width: 767px){
  .Area06_1 { background: url(A06_bg_1_1.png?t=1763103287648) top center / contain no-repeat, url(A06_bg_1_3.png?t=1763103287648) bottom center / contain no-repeat, url(A06_bg_1_2.png?t=1763103287648) center top 16.5vw / 100% calc(100% - 19.5vw) no-repeat;}
  .Area06_2 { background: url(A06_bg_2_1.png?t=1763103287648) top center / contain no-repeat, url(A06_bg_2_3.png?t=1763103287648) bottom center / contain no-repeat, url(A06_bg_2_2.png?t=1763103287648) center top 16.5vw / 100% calc(100% - 19.5vw) no-repeat;}
  .A06_PD { padding-bottom: 10vw;}
}

/*A07*/
@media screen and (min-width:768px){
  .Area07 .PD_layout ul { padding: 0; grid-gap: 10px; width: 80%;}
}
@media screen and (max-width: 767px){
  .Area07 .PD_layout ul { padding: 0; grid-gap: 0; width: 96%;}
}


/*A08*/
.Area08 .PD_layout ul { padding: 0; grid-gap: 0;}
@media screen and (min-width:768px){
  .Area08 .PD_layout ul { width: 80%;}
}



/*黏人精*/
.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 15px 10px; color:#fff; font:12px/18px Helvetica;}
.edm_notice .apple_notice{  padding:10px 0px 10px 0px; }

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