@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: #ffd2c8;}
.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=1775541052689) 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 .Area_swiper_box { padding: 0;}
.sub .PD_layout li, .topPD.PD_layout li { background: transparent;}
.sub .PD_layout a, .title_0 .PD_layout a { pointer-events: none;}
.title_0, .sub, .topPD, .top_deco { position: absolute;}
.title_0 .PD_layout ul { padding: 0; grid-gap: 0;}
@media screen and (min-width:768px){
  .Area_title { height: 650px; box-sizing: border-box; margin-bottom: 30px;}
  .sub { top: 210px; width: 960px; z-index: 30;}
  .top_deco_1 { top: -30px; left: -140px; animation: float_p 3s infinite linear;}
  .top_deco_2 { top: 130px; right: 65px; animation: float_p 2.5s infinite linear; animation-delay: 1s;}
  .top_deco_3 { top: 530px; right: -35px; animation: float_p 3s infinite linear;  animation-delay: 0.5s;}
}
@media screen and (max-width: 767px){
  .Area_title { height: 70vw;}
  .sub { top: 21.5vw; left: 0;}
  .top_deco_1 { width: 15%; top: -2vw; left: -5vw; animation: float_m 3s infinite linear;}
  .top_deco_2 { width: 4%; top: 13vw; right: 6vw; animation: float_m 2.5s infinite linear; animation-delay: 1s;}
  .top_deco_3 { width: 12%; top: 55vw; right: -4vw; animation: float_m 3s infinite linear;  animation-delay: 0.5s;}
}
@keyframes float_m { 
  0%   { transform: translate(0,0);} 
  50% { transform: translate(0,5px);}
  100% { transform: translate(0,0);}
 }
 @keyframes float_p { 
  0%   { transform: translate(0,0);} 
  50% { transform: translate(0,8px);}
  100% { transform: translate(0,0);}
 }

/*版頭品*/
.topPD.PD_layout .PD h3 { line-height: 1em;}
.topPD.PD_layout .PD h3 span { background-color: transparent; max-width: 95%;}
.topPD.PD_layout .PD h3 span, .topPD.PD_layout .PD h4 span { color: #fff;}
.topPD.PD_layout .PD h4 { max-height: 1.em; line-height: 1.2em; margin-bottom: 0;}
.topPD.PD_layout .PD h4 span, .topPD.PD_layout .PD p  { padding: 0 .5em;}
.topPD.PD_layout .PD p del { color: #bebebe; padding-right: .75em;}
.topPD.PD_layout .PD p .Price { font-size: 26px;}
.topPD.PD_layout .PD p .money, .topPD.PD_layout .PD p .Price { color: #eb735a;}
@media screen and (min-width: 768px){
  .topPD_swiper { top: 185px;}
  .topPD.PD_layout .PD_img { padding: 0.2em 2em 0 0.5em;}
  .topPD.PD_layout .PD_into { padding: 10em 0 0 5.8em;}
  .topPD.PD_layout .PD h3, .topPD.PD_layout .PD h4 { font-size: 34px;}
  .topPD.PD_layout .PD p { margin-top: 0.5em; height: 3.5em; line-height: 3.5em;}
  .topPD.PD_layout .PD p del { font-size: 30px; padding: 0 .5em;}
  .topPD.PD_layout .PD p .money { font-size: 35px;}
  .topPD.PD_layout .PD p .Price { font-size: 60px;}
}
@media screen and (max-width: 767px){
  .topPD_swiper { top: 18vw;}
  .topPD_swiper .Area_swiper_box { padding-bottom: 0;}
  .topPD.PD_layout .PD_img { padding: 0.2em 0.7em 0 0.2em;}
  .topPD.PD_layout .PD_into { padding: 4em 0 0 2.4em;}
}


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

/*活動倒數*/
.TimerNick { position: absolute; top: 305px; left: 260px; 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 8px; padding: 0; border: 0; font-size: 30px;  color:#5a412d; letter-spacing: 1px; text-align: center;}
.TimerNick span { padding-left: 2px; font-size: 24px; letter-spacing: 0.1em; color:#5a412d; white-space: nowrap;}
.TimerNick b { font-weight: normal;}
@media screen and (max-width: 767px){
  .TimerNick  { top: 33vw; left: 27vw; 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.8vw; 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_3 .PD_layout .PD_into { padding: 0 0 .6em;}
/* .box_title_1 { background: url("title_bg_1.png?t=1775541052689") center top / 100% no-repeat;} */
.box_title_2 { background: url("title_bg_2.png?t=1775541052689") center top / 100% no-repeat;}
.box_title_3 { background: url("title_bg_3.png?t=1775541052689") center top / 100% no-repeat;}
.box_title_4 { background: url("title_bg_4.png?t=1775541052689") 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: 115px; justify-content: center;}
  .box_title img { width: 100% !important; padding: 0;}
  .box_title ul li h5 { padding: 0; margin: 20px 0; font: bold 60px / 60px "Noto Sans CJK SC", "Microsoft JhengHei", Arial, Helvetica; letter-spacing: -0.03em; text-align: center; color: #50280f;}	
  .box_title_1 { background: url("title_bg_1.png?t=1775541052689") center top 40px / 100% no-repeat;}
  .box_title_3 ul li h5 { font: 400 52px / 52px "Noto Sans CJK SC", "Microsoft JhengHei", Arial, Helvetica; margin: 13px 0; color: #fff;}	
  .box_title_3 { height: 85px;}
  .box_title_4 { background: url("title_bg_4.png?t=1775541052689") center top 60px / 100% no-repeat;}
}
@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 6.8vw / 6.8vw "Noto Sans CJK SC", "Microsoft JhengHei", Arial, Helvetica; margin: 1vw 0; letter-spacing: 0; text-align: center; letter-spacing: -.02em; color: #50280f;}
  .box_title_1 { background: url("title_bg_1.png?t=1775541052689") center top 4vw / 100% no-repeat;}
  .box_title_3 ul li h5 { font: 400 6vw / 6vw "Noto Sans CJK SC", "Microsoft JhengHei", Arial, Helvetica; color: #fff;}	
  .box_title_4 { background: url("title_bg_4.png?t=1775541052689") center top 7vw / 100% no-repeat;}
}


/*A01*/
@media screen and (min-width: 768px){
  .A01_bg_1 {
    margin-left: -520px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 2000px;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center top;}
  .A01_bg_2 {
    margin-left: -520px;
    z-index: -1;
    position: absolute;
    top: 160px;
    left: 0;
    width: 2000px;
    height: 540px;
    background-repeat: repeat-y;
    background-position: center top;}
  .Area01 .box_title { padding-top: 60px;}
}
@media screen and (max-width:767px){
  .Area01 { background: url(A01_bg_m_1.jpg?t=1775541052689) top center / contain no-repeat, url(A01_bg_m_2.jpg?t=1775541052689) center top 20vw / contain repeat-y;}
  .A01_PD.PD_layout { width: 96%; padding-bottom: 6vw;}
  .Area01 .box_title { padding-top: 4vw;}
  .A01_PD.PD_layout.PD_layout-D1_05 .PD_btn { background-color: #eb0a2a;}
}


/*A03*/
.A03_PD.PD_layout ul { grid-gap: 0;}
@media screen and (min-width: 768px){
  .A03_PD.PD_layout ul { padding: 0;}
  .A03_PD li:nth-child(2) { margin-top: 25px;}
} 
@media screen and (max-width: 767px){
  .A03_PD li:nth-child(2) { margin-top: 2vw;}
}


/*A04*/
/*登記贈品文案顏色*/.Area_danji .danji_box ul li .activityText .gifts span { color: #f5f096;}
.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;}
  .A04_tt2 { margin-top: 40px;}
}
@media screen and (max-width:767px){
  .Area_danji { width: 96%;}
  .Area_danji ul { grid-gap: 1vw; padding-bottom: 2vw;}
  .A04_tt2 { margin-top: 4vw;}
}


/*A06*/
@media screen and (min-width: 768px){
  .A06_bg_1 {
    margin-left: -520px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 2000px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center top;}
  .A06_bg_2 {
    margin-left: -520px;
    z-index: -1;
    position: absolute;
    top: 200px;
    left: 0;
    width: 2000px;
    height: 700px;
    background-repeat: repeat-y;
    background-position: center top;}
  .Area06 .box_title { padding-top: 60px;}
}
@media screen and (max-width:767px){
  .Area06 { background: url(A06_bg_m_1.jpg?t=1775541052689) top center / contain no-repeat, url(A06_bg_m_2.jpg?t=1775541052689) center top 20vw / contain repeat-y;}
  .Area06 .box_title { padding-top: 7vw;}
  .A06_PD.PD_layout { width: 96%; padding-bottom: 6vw;}
}


/*A07*/
@media screen and (min-width: 768px){
 }
@media screen and (max-width:767px){
  .A07_PD.PD_layout { width: 96%;}
}


/*A08*/
@media screen and (min-width: 768px){
  .A08_PD.PD_layout ul { grid-gap: 0 60px;}
  .A08_PD li:nth-child(2), .A08_PD li:nth-child(4) { margin-top: 20px;}
}
@media screen and (max-width:767px){
 .A08_PD.PD_layout ul { grid-gap: 0 2vw;}
 .A08_PD li:nth-child(2), .A08_PD li:nth-child(4) { margin-top: 8vw;}
}


/*A09*/
.Area09 .PD_layout ul { padding: 0; grid-gap: 0;}


/*黏人精*/
.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;}
}
