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

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


/*全BOX版面*/
.WRAPPER { position: relative; display: block; margin: 0 auto; padding: 0; width: 100%;  min-width: 1220px; overflow: hidden; font-family: "微軟正黑體","Microsoft JhengHei",Helvetica; background: url(bgrepeat.jpg?t=1764144269291)top center repeat-y;}
.WRAPPER img { border: 0; vertical-align: top;}
.WRAPPER a { text-decoration: none;}
@media screen and (max-width:767px){
  .WRAPPER { min-width: inherit; padding-bottom: 10vw; background: url(bgrepeat_m.jpg?t=1764144269291)top center repeat-y; background-size: 100%;}
  .WRAPPER img {  width: 100%;  height: auto;}
}

/*背景*/
@media screen and (min-width:787px){
.bgsky { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgsky.png?t=1764144269291) no-repeat center top;}
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.png?t=1764144269291) no-repeat center top;}
.TREND_L { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(TREND_L.png?t=1764144269291) no-repeat center top;}
.TREND_R { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(TREND_R.png?t=1764144269291) no-repeat center top;}
.bgdeco { z-index: 0; position: absolute; top: 1200px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1764144269291) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
}
@media screen and (max-width:767px){
  .bgsky { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgsky_m.png?t=1764144269291) no-repeat center 44px; background-size: 100%;}
  .bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgtop_m.png?t=1764144269291) no-repeat center 44px; background-size: 100%;}
  .TREND_L { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(TREND_L_m.png?t=1764144269291) no-repeat center 44px; background-size: 100%;}
  .TREND_R { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(TREND_R_m.png?t=1764144269291) no-repeat center 44px; background-size: 100%;}
}
    
  /*區塊_all*/
.Area { position: relative; margin: 0 auto; padding: 0; border-radius: 0; text-align: center; }
.Area a { 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.95);
     -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);}
.Area .go_bt2 {
  -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_bt2:hover { 
  filter: brightness(130%);
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
		  }
.Area1220 { margin: 0 auto; width: 1220px;}
.Area960 { margin: 0 auto; width: 960px;}
@media screen and (max-width:767px){
  .Area .go_bt:hover {  
    -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;}
  .Area .go_bt2:hover { 
    filter: brightness(1);
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
        }
  .Area1220 { width: 100%;}
  .Area960 { width: 100%;}
  /*區塊_切割*/
  .Area_1bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn a { float: left; margin: 0 0 2% 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn a { float: left; margin: 0 1% 2%; padding: 0; width: 48%; list-style: none;}
  .Area_3bn { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn a { float: left; margin: 0 1% 2% ; padding: 0; width: 31.3%; list-style: none;}
  .Area_1bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_1bn_nopadding a { float: left; margin: 0; padding: 0; width: 100%; list-style: none;}
  .Area_2bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_2bn_nopadding a { float: left; margin: 0; padding: 0; width: 50%; list-style: none;}
  .Area_3bn_nopadding { margin: 0 auto; padding: 0; overflow: hidden;}
  .Area_3bn_nopadding a { float: left; margin: 0; padding: 0; width: 33.3%; list-style: none;}
}

/*間距*/
.Area_bottom { margin-bottom: 50px;}
@media screen and (max-width:767px){
  .Area_bottom { margin-bottom: 10vw;}
}

/*共用樣式*/
@media screen and (max-width:767px){
}

/*公版樣式*/
.PD_layout[data-pd-li=BN] ul,
.PD_layout[data-pd-li=BN-AWD] ul { padding: 0; grid-gap: 0;}
@media screen and (max-width:767px){
  .PD_layout ul { width: 100%;}
}

/*折價券*/
.Area .Area_coupon { width: 96%; margin: 0 auto;}
.Area .Area_coupon ul { grid-gap: 0;}
.Area .Area_coupon ul li .PD_img { padding: 0;}
@media screen and (max-width:767px){
}

/*登記*/
.Area .Area_danji .danji_box { margin-bottom: 0;}
.Area .Area_danji .danji_box .box_1 { width: 96%;}
.Area .warningTxt h3 { padding: 0;}
.Area .Area_danji .danji_box ul li .activityText .gifts span { color: #b1364a;}
@media screen and (max-width:767px){
}

/*版頭*/
.Area_top { position: relative; height: 1180px;}
.Area_top .momologo-pink.ts_pre { display: block;}
.Area_top .momologo-pink.ts_ing { display: none;}
.Area_top .momologo-pink.ts_end { display: block;}
.Area_top .momobrand { background: url(momobrand.png?t=1764144269291)top center no-repeat; background-size: 100%;}
.Area_top .momobrand a { height: 70px;}
.Area_top .Area960 { position: relative; width: 864px; margin: 0 auto;}
.Area_top .Area960 img { width: 100%;}
.Area_top .main { position: absolute; top: 60px; left: 20px; width: 36.5%;}
.Area_top .main img { width: 100%;}
.Area_top .main.ts_pre { display: block;}
.Area_top .main.ts_ing { display: none;}
.Area_top .main.ts_end { display: block;}
.Area_top .main1205 { position: absolute; top: 60px; left: 20px; width: 36.5%;}
.Area_top .main1205 img { width: 100%;}
.Area_top .topMD { position: absolute; top: 50px; left: 305px; width: 50.5%; z-index: 1;}
.Area_top .topPD_01 { position: absolute; top: 658px; left: 574px; width: 33.5%; z-index: 2;}
.Area_top .topPD_02 { position: absolute; top: 503px; left: 61px; width: 40.5%; z-index: 2;}
.Area_top .date { position: absolute; top: 213px; right: 2px; width: 12.9%;}
.Area_top .date ul li { pointer-events: none;}
.Area_top .mainsubtitle { position: absolute; top: 880px; width: 100%; overflow: hidden; z-index: 1;}
.Area_top .mainsubtitle ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; grid-gap: 0; box-sizing: content-box; height: 155px;}
.Area_top .mainsubtitle ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; pointer-events: none;}
.Area_top .mainsubtitle ul.PD_wrapper li.PD_slide { min-width: inherit;}
.Area_top .mainsubtitle ul.PD_wrapper li.PD_slide:hover { box-shadow: 0 3px 30px rgba(0, 0, 0, 0);}
.Area_top .airplane { position: absolute; top: 40px; right: 205px; width: 10%;}
.Area_top .airplane img { width: 100%;}
.Area_top .line { position: absolute; top: 364px; right: 30px; width: 13%;}
.Area_top .line img { width: 100%;}
@media screen and (max-width:767px){
  .Area_top { height: 130vw;}
  .Area_top .momologo-pink.ts_pre { display: none;}
  .Area_top .momologo-pink.ts_ing { display: none;}
  .Area_top .momologo-pink.ts_end { display: none;}
  .Area_top .momobrand { display: block; width: 20%; top: 2%; left: 2%;}
  .Area_top .Area960 { width: 100%;}
  .Area_top .main { top: 6vw; left: 4.7vw; width: 37.7%;}
  .Area_top .main1205 { top: 12.5vw; left: 4.7vw; width: 30.7%;}
  .Area_top .topMD { top: 6.5vw; left: 34.8vw; width: 47.5%;}
  .Area_top .topPD_01 { top: 74vw; left: 64vw; width: 31.5%;}
  .Area_top .topPD_02 { top: 55.5vw; left: 4vw; width: 41%;}
  .Area_top .date { top: 22vw; right: 2.1vw; width: 13.5%;}
  .Area_top .mainsubtitle { top: 97.5vw; width: 100%;}
  .Area_top .airplane { top: 8vw; right: 11vw; width: 13%;}
  .Area_top .line { top: 52vw; right: 63vw; width: 18%;}
}

/*今日主打*/
.Area01 {}
.Area01 .title { position: absolute; top: 0; left: 0;}
.Area01 .box4_swiper { width: 89%; margin: 0 0 0 11%; z-index: 5;}
.Area01 .box4_swiper ul.PD_wrapper { height: 490px;}
@media screen and (max-width:767px){
  .Area01 {}
  .Area01 .box4_swiper { width: 88.5%; margin: 0 0 0 11.5%;}
  .Area01 .box4_swiper ul.PD_wrapper { height: 69vw;}
}

/*獨享攻略*/
.Area02 {}
.Area02 .BN { width: 96%; margin: 0 auto;}
.Area02 .BN ul li { pointer-events: none;}
@media screen and (max-width:767px){
  .Area02 {}
}

/*登記活動*/
.Area03 {}
@media screen and (max-width:767px){
  .Area03 {}
}

/*作圖區*/
.Area04 { position: relative;}
.Area04 .pic { position: absolute; top: 229px; left: 95px; width: 40.5%; z-index: 0;}
.Area04 .PDbg { position: absolute; top: 579px; left: 45px; width: 35.5%;}
.Area04 .MD { position: absolute; top: 231px; left: 297px; width: 66%; z-index: 1;}
.Area04 .PD_box { position: absolute; top: 579px; left: 45px; width: 35.5%; z-index: 2;}
.Area04 .bg { position: relative; z-index: 2; pointer-events: none;}
@media screen and (max-width:767px){
  .Area04 {}
  .Area04 .pic { top: 24vw; left: 10vw;}
  .Area04 .PDbg { top: 60vw; left: 5vw;}
  .Area04 .MD { top: 23.5vw; left: 31vw;}
  .Area04 .PD_box { top: 60vw; left: 5vw;}
}

/*主題區*/
.Area05 {}
.Area05 .repeat { background: url(Area05_repeat.png?t=1764144269291)top center repeat-y; background-size: 100%;}
.Area05 .PD_box { width: 96%; margin: 0 auto;}
@media screen and (max-width:767px){
  .Area05 {}
  .Area05 .bottom { height: 2vw;}
}

/*下方公版*/
.Area06 {}
.Area06 .A6_box { margin-bottom: 50px;}
.Area06 .A6_box:last-child { margin-bottom: 0;}
@media screen and (max-width:767px){
  .Area06 {}
  .Area06 .A6_box { margin-bottom: 10vw;}
  .Area06 .PD_box { width: 96%; margin: 0 auto;}
}

/*旗艦館*/
.Area07 {}
.Area07 .BN { width: 2000px; margin-left: -390px;}
.Area07 .BN01 ul li { display: none;}
@media screen and (max-width:767px){
  .Area07 {}
  .Area07 .BN { width: 100%; margin-left: 0;}
}

/*注意事項區*/
.edm_notice { text-align: center; padding: 10px 10px 15px 10px; color: #000; 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;}
	}
