@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: 0; left: -130px;}
.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: url("BGrepeat_p.jpg?t=1775635337884") center top / 100% repeat-y;}
.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; background: url("BGrepeat_m.jpg?t=1775635337884") center top / 100% repeat-y;}
	.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: -50px; left: 0; width: 100%; height: 1620px; background-repeat: no-repeat; background-position: center top; pointer-events: none;}
.bgdeco { z-index: 0; position: absolute; top: 1620px; left: 0; width: 100%; height: 100%; background: url(bgdeco.png?t=1775635337884) 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: zoomIn 0.8s ease-out forwards; transform-origin: center top;}
}
@keyframes downIn {
  from { transform: translateY(10px);}
  100% { transform: translateY(0);}
}
@keyframes upIn {
  from { transform: translateY(-10px);}
  100% { transform: translateY(0);}
}
@keyframes zoomIn {
  from { opacity: 0; background-size: 110%;}
  to   { opacity: 1; background-size: 100%;}
}
@keyframes shine {
  0%   { opacity: 0; filter: brightness(100%);}
  100% { opacity: 1; filter: brightness(130%);}
}

/*版頭*/
.sub.PD_layout li, .topPD.PD_layout li { background: transparent;}
.sub.PD_layout a, .title_0 .PD_layout a, .topPD.PD_layout a { pointer-events: none;}
.title_0, .date, .sub, .topPD, .topDeco { position: absolute;}
.title_0 .PD_layout ul { padding: 0; grid-gap: 0;}
.title_0 { animation: upIn 0.8s ease-out forwards;}
.top_light { z-index: 5; position: absolute; mix-blend-mode: overlay; pointer-events: none;}
.date { animation: downIn 0.8s ease-out forwards;}
.topHot .swiper-pagination { --swiper-pagination-color: #4b0519;}
@media screen and (min-width:768px){
  .Area_title { height: 1575px; box-sizing: border-box; margin-bottom: 30px;}
  .title_0 { top: 40px;}
  .top_light { top: 0; left: 0;}
  .top_light img { width: 80%;}
  .date { top: 220px; left: 65px;}
  .sub_swiper { top: 245px; width:960px; height: 125px; overflow: hidden; z-index: 30;}
  .topPD_swiper { top: 316px; left: -130px;}
  .topHot { top: 350px; padding-left: 90px;}
  .topDeco { z-index: 2;}
  .topDeco img { width: 60%;}
  .topDeco_1 { top: 807px; left: 120px; animation: shine 1.5s infinite alternate;}
  .topDeco_2 { top: 655px; left: 255px; animation: shine 1.5s infinite alternate;}
  .topDeco_3 { top: 518px; left: 368px; animation: shine 1.5s infinite alternate;}
  .topDeco_4 { top: 712px; left: 744px; animation: shine 1.5s infinite alternate;}
} 
@media screen and (max-width: 767px){
  .Area_title { height: 205vw;}
  .title_0 { top: 9vw;}
  .top_light { top: -2vw; left: -6vw;}
  .top_light img { width: 60%;}	
  .date { width: 24vw; top: 28vw; left: 9vw;}
  .sub_swiper { top: 30vw; height: 15vw;}
  .topPD_swiper { top: 36vw;}
  .topHot { top: 42.5vw; padding-left: 14vw;}
  .topDeco { z-index: 2; width: 15%;}
  .topDeco_1 { top: 88vw; left: 15vw; animation: shine 1.6s infinite alternate;}
  .topDeco_2 { top: 76vw; left: 29vw; animation: shine 1.2s infinite alternate;}
  .topDeco_3 { top: 58vw; left: 41vw; animation: shine 1.3s infinite alternate;}
  .topDeco_4 { top: 85vw; left: 80vw; animation: shine 1.5s infinite alternate;}
}
.lightSweep { position: absolute; background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0); overflow: hidden; z-index: 30; pointer-events: none;
  -webkit-filter: brightness(1.5);
  -webkit-mask-size: 300% 200%;
  -webkit-mask-image: -webkit-linear-gradient( -45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
  -webkit-transition: -webkit-mask-position;
  -webkit-animation-timing-function: linear;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-filter: brightness(1.5);
  -moz-mask-size: 300% 200%;
  -moz-mask-image: -webkit-linear-gradient( -45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
  -moz-transition: -webkit-mask-position;
  -moz-animation-timing-function: linear;
  -moz-transform: translate3d(0, 0, 0);
  -o-filter: brightness(1.5);
  -o-mask-size: 300% 200%;
  -o-mask-image: -webkit-linear-gradient( -45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
  -o-transition: -webkit-mask-position;
  -o-animation-timing-function: linear;
  -o-transform: translate3d(0, 0, 0);
  filter: brightness(1.5);
  mask-size: 300% 200%;
  mask-image: -webkit-linear-gradient( -45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 60%);
  transition: -webkit-mask-position;
  animation-timing-function: linear;
  transform: translate3d(0, 0, 0);
  transition-duration: 3s;
  animation: move 3s ease-out infinite;
}
@keyframes move {
  from {
    -webkit-mask-position: 150% 0px;
    -moz-mask-position: 150% 0px;
    -o-mask-position: 150% 0px;
    mask-position: 150% 0px;
  }
  to {
    -webkit-mask-position: 0% 0px;
    -moz-mask-position: 0% 0px;
    -o-mask-position: 0% 0px;
    mask-position: 0% 0px;
  }
}


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

/*活動倒數*/
.TimerNick { position: absolute; width: 100%; top: 1060px; left: 50%; transform: translateX(-50%); display: inline-block; z-index: 8; text-align: center; letter-spacing: 0.3em; font-weight: 900; text-shadow: 2px 2px 4px #730a23;}
.TimerNick .FontStyle { font-family: 'Bebas Neue'; display: inline-block; margin: 0 8px; padding: 0; border: 0; font-size: 45px; color:#ffe6f0; letter-spacing: 1px; text-align: center;}
.TimerNick span { padding-left: 2px; font-size: 24px; letter-spacing: 0.1em; color:#ffe6f0; white-space: nowrap;}
.TimerNick b { font-weight: normal;}
@media screen and (max-width: 767px){
  .TimerNick { top: 118vw; left: 50%; display: flex; column-gap: 0.45em; justify-content: center; text-shadow: 1px 1px 2px #730a23;}
  .TimerNick .FontStyle { margin: -.4em 0 0 -.01em; padding: 0; border: 0; font-size: 7vw; letter-spacing: .01em;}
  .TimerNick span { padding-left: 0; font-size: 3vw; letter-spacing: -0.05em;}
  .TimerNick span { margin-top: -0.1em;}
} 

/*區標*/

.box_title .PD_layout a { pointer-events: none;}
.box_title .PD_layout ul { padding: 0; grid-gap: 0;}
@media screen and (min-width: 768px){
  .box_title { padding: 0 0 1em;}
}
@media screen and (max-width:767px){
  .box_title { padding: 0 0 .55em;}
}

/*A00*/
.A00_BN .PD_layout ul, .date_bar .PD_layout ul { padding: 0; grid-gap: 0;}
.A00_BN .PD_layout a { pointer-events: none;}
.date_bar { padding: .35em 0;}
.PD_layout.PD_layout-coupon3 .PD .divine_coupon, .PD_layout.PD_layout-coupon3 .PD .threshold { color: #4b0519;}
@media screen and (min-width: 768px){
  .A00_BN_3 .PD_layout ul { padding: 0 20px; grid-gap: 0 20px;}
}
@media screen and (max-width:767px){
  .A00_BN_3 .PD_layout ul { grid-gap: 0 .4em;}
}


/*A01*/
.A01_PD.PD_layout ul { background: transparent; padding: 0;}
.A01_PD.PD_layout li { border: none;}
.A01_PD.PD_layout li:nth-child(odd) { background: url(A01_PD_1.png?t=1775635337884) no-repeat center center; background-size: 100%;}
.A01_PD.PD_layout li:nth-child(even) { background: url(A01_PD_2.png?t=1775635337884) no-repeat center center; background-size: 100%;}
.A01_PD.PD_layout .PD h3 { line-height: 1.5em; max-height: 1.5em;}
.A01_PD.PD_layout .PD h3 span { background: transparent; padding: 0; max-width: 95%; border-radius: 0; font-size: 18px;}
.A01_PD.PD_layout .PD h4 { margin-bottom: 0;}
.A01_PD.PD_layout li:nth-child(even) .PD_into { order: -1; }
@media screen and (min-width: 768px){
  .A01_PD.PD_layout ul { grid-gap: 20px;}
  .A01_PD.PD_layout li:nth-child(odd) .PD_img { padding: 2.5em 1em 1.8em 5em;}
  .A01_PD.PD_layout li:nth-child(odd) .PD_into { justify-content: start; padding: 4.5em 3.5em 0 0;}
  .A01_PD.PD_layout li:nth-child(even) .PD_img { padding: 1.8em 4em 2.5em 2em;}
  .A01_PD.PD_layout li:nth-child(even) .PD_into { justify-content: start; padding: 4.5em 0 0 5em;}
  .A01_PD.PD_layout .PD h3 span { font-size: 20px;}
  .A01_PD.PD_layout .PD h4 span { font-size: 18px;}
  .A01_PD.PD_layout .PD p del { font-size: 17px;}
  .A01_PD.PD_layout .PD p .money { font-size: 19px;}
  .A01_PD.PD_layout .PD p .Price { font-size: 34px;}
}
@media screen and (max-width:767px){
  .A01_PD.PD_layout li:nth-child(odd) .PD_img { padding: 1.9em .7em 1.9em 3.4em;}
  .A01_PD.PD_layout li:nth-child(odd) .PD_into { justify-content: start; padding: 2.8em 3.5em 0 0;}
  .A01_PD.PD_layout li:nth-child(even) .PD_img {  padding: 1.9em 3.4em 1.9em .7em;}
  .A01_PD.PD_layout li:nth-child(even) .PD_into { width: 60%; justify-content: start; padding: 2.8em 0 0 3.5em;}
  .A01_PD.PD_layout .PD h3 span { font-size: 17px;}
  .A01_PD.PD_layout .PD p .Price { font-size: 26px;}
}


/*A02*/
.A02_PD.PD_layout { width: 96%;}


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


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


/*分享浮層*/
.floatBox { position:relative; margin:2% auto; padding: 2% 0; width: 700px; height:auto; background-color:rgba(0,0,0,0.8); text-align:center;  border-radius:20px;}
.floatBox img { width:100%; height:auto;}
.floatBox .go_bt {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;}
.floatBox .go_bt:hover { filter: brightness(120%);
  -webkit-transform:translateY(-6px);
     -moz-transform:translateY(-6px);
      -ms-transform:translateY(-6px);
       -o-transform:translateY(-6px);
          transform:translateY(-6px);}
.floatBox .closeButton a { display:block; cursor:pointer; position:absolute; top:-20px; right:-20px; width:40px; height:40px; border-radius:50%; border:solid 2px #999999; font:bold 40px/1em "Century Gothic"; color:#FFF; text-align:center; background-color:rgba(0%,0%,0%,0.5);text-decoration: none; z-index:2}
.floatBox .closeButton:hover {background-color:#666; text-decoration:none;}
.floatBox .title  { display:inline-block; margin:0 0 10px 0; border-bottom:1px solid #ffd800; font:bold 45px/1.5em "微軟正黑體","Microsoft JhengHei", Arial, Helvetica;letter-spacing: -0.05em;  color:#ffd800; text-align:center}
.floatBox .box_ { margin:0 auto; width:90%;}
.floatBox .box_:after { content: ""; display:block; clear:both;}
.floatBox .box_btn { margin:20px auto 0; width: 80%;}
.floatBox .box_btn a { display:block; margin:3% 0;}
.floatBox .box_btn img { width:100%;}
.floatBox .box_btn .btn { margin:0 auto; width:60%;}
.floatBox .box_btn2 a { float:left; margin:0 1%; width:48%;}
	@media screen and (max-width:767px){
		.floatBox { padding:5% 0; width:90%; height: auto;}
		.floatBox .closeButton a {display:block; position:absolute; top:-15px; right:-15px; width:30px; height:30px; border-radius:50%; border:solid 2px #999999; font:bold 30px/1em "Century Gothic"; color:#FFF; text-align:center; background-color:rgba(0%,0%,0%,0.5);text-decoration: none; z-index:2}
		.floatBox .closeButton:hover {background-color:#666; text-decoration:none}
		.floatBox .title  { margin:0 5% 3vw; font-size: 6vw; line-height:2rem;}
		.floatBox .box_btn { margin:2% auto 0;}
		.floatBox .box_btn .btn { margin:0 auto; width:80%;}
	}
