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

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


/*全BOX版面*/
.WRAPPER { z-index:0; position: relative; display:block; margin: 0 auto; padding:0; overflow:hidden; width:100%; min-width:1220px; background: #141822; text-align:left; font-family:"Century Gothic","Microsoft JhengHei","微軟正黑體", Arial, sans-serif; }
.WRAPPER img { border:0px; 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: 80px!important ; }
@media screen and (max-width:767px){ .Area_bottom{ margin-bottom: 8vw!important; }	}
/*背景*/
.bg_01 { z-index:-10; position:absolute;top:0;left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center top; pointer-events:none;}
.bg_02 { z-index:-10; position:absolute;top:819px;left:0; width:100%; height:100%; background-repeat:no-repeat; background-position:center top; pointer-events:none;}
.bgdeco { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1750387550565) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
@media screen and (max-width:767px){	
  .m_bg01 { z-index: -40; position:absolute; top: 11vw; left: 0; width: 100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;background-size: 100%;}
  .m_bg02 { z-index: -40; position:absolute; top: 78vw; left: 0; width: 100%; height:100%; background-repeat:no-repeat; background-position: center top; pointer-events:none;background-size: 100%;}
  .m_bg03 { z-index: -40; position:absolute; top: 290vw; left: 0; width: 100%; height:100%; background-repeat:repeat-y; background-position: center top; pointer-events:none;background-size: 100%;}
}


/*版頭背景*/

.Area_bgtop { z-index: 0; position: absolute; top: 0; left: 50%; width: 2000px; -webkit-transform: translateX(-50%); transform: translateX(-50%); pointer-events: none;}
.Area_bgtop .bgtop_ { position: absolute; top: 0; left: 0; width: 100%; height: 1000px;}
.Area_bgtop .bgtop_ span { position: absolute; display: block; width: 100%; height: 100%; background-position: center top;}
  @media screen and (min-width: 768px) {
    .Area_bgtop span { background-repeat: no-repeat;}
    .Area_bgtop_fixed { position: fixed;}
}


.m_Area_bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none;}
.m_Area_bgtop .m_bgtop_ { position: absolute; top: 0; left: 0; width: 100%; height: 0; padding-bottom: 100%;}
.m_Area_bgtop .m_bgtop_ span { position: absolute; display: block; width: 100%; height: 0; padding-bottom: 100%; overflow: hidden; background-position: center top; background-size: 100%;}
  @media screen and (max-width: 767px) {
    .m_Area_bgtop span { background-repeat: no-repeat;}
    .m_Area_bgtop_fixed { position: fixed; top: 0px;} /*搭配js-appBgFixed*/
  } 





/*版頭*/
@media screen and (min-width:768px){
.Area_title{ height: 450px ; box-sizing: border-box;}
.Area_title .title01 { z-index:0; position: relative;}
.Area_title .title02 { z-index:3; position: absolute; top: 96px; left: 350px ; }


/*版頭品輪播*/
.Area_topPD ul.PD_wrapper {display: flex;margin: 0;padding: 0;width: 100%;flex-direction: row;flex-wrap: nowrap;}
@media screen and (min-width:768px){
 .Area_topPD   { width:2000px; position:absolute; top: 100px; left: -372px; box-sizing:border-box;padding:0 0 0 0; z-index: 99;}
 .Area_topPD  .PD_layout .PD_img { width:25% !important; position: relative; right: 475px;}
 .Area_topPD  .PD_layout .PD_slide .PD_into { width:20%;position: absolute;top:372px; right: 900px; padding-left:0px;text-align:center;}
 .Area_topPD  .PD_layout .PD_slide .PD_into h3 { font-size:2em; font-weight: bolder; max-height: 1.9em; line-height: 1.3em; color:#0c1320;padding: 0;}
 .Area_topPD  .PD_layout .PD_slide .PD_into h4 { font-size:1.3em;color:#32486b;width:100%;top: 80px;}
 .Area_topPD  .PD_layout .PD_slide .PD p { font-size: 1.5em;text-align: center;padding-top:0px;color: #dc133e;}
 .Area_topPD  .PD_layout .PD_slide .PD p del { font-size: 1em; color: #555555;}
 .Area_topPD  .PD_layout .PD_slide .PD p .Price { font-size: 2.3em;}
 .Area_topPD  .PD_layout .PD_slide .PD b { font-size: 1em;}
 .Area_topPD  .PD_layout .PD_slide .PD span { font-size: 1em;}
}



  /*副標輪播*/
  .Area_title .Area_topSUB {position: absolute;top: 0px;right: -238px;width:100%;}
  .Area_title .Area_topSUB ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; box-sizing: content-box; grid-gap: inherit;}
  .Area_title .Area_topSUB ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
  .Area_title .Area_topSUB ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}	
  .Area_title .Area_topSUB .PD_layout .PD_img {width:100%; position:absolute; right: 238px ;}
}


@media screen and (max-width:767px){
  
  .Area_title { height: 55vw ;}
  .Area_title .title01 { z-index:0; position: relative; width: 100%;}
  .Area_title .title02 { z-index:1; position: absolute ; width: 70% ; top: 9vw ; left: 16vw ; }

   /*版頭品輪播*/
  .Area_title .Area_topPD ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 80%; box-sizing: content-box; grid-gap: inherit;}
  .Area_title .Area_topPD ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
  .Area_title .Area_topPD ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}	
  .Area_topPD { width:100%;  position: absolute;top: 6vw; right: 1vw; z-index: 5; }
  .Area_topPD  .PD_layout .PD img { width:110% !important;}	 
  .Area_topPD  .PD_layout .PD_slide .PD_into { width:67%; padding-left: 0vw; position: absolute; top:37vw; right: 20.5vw; text-align:left; }
  .Area_topPD  .PD_layout .PD_slide .PD_into h3 { font-size:1.2em; font-weight: bolder; max-height: 2em; line-height: 2em; color:#0c1320;padding: 0; width: 80%; left: 5.2vw;}
  .Area_topPD  .PD_layout .PD_slide .PD_into h4 { font-size: 1em;width:100%;color:#32486b; }
  .Area_topPD  .PD_layout .PD_slide .PD p { margin:1vw 0 3vw 0;color:#dc133e;}
  .Area_topPD  .PD_layout .PD_slide .PD p del { color: #555555; }
  .Area_topPD  .PD_layout .PD_slide .PD p .Price { font-size:2em;}
  .Area_topPD  .PD_layout .PD_slide .PD b { font-size: 1em;}
  .Area_topPD  .PD_layout .PD_slide .PD span { font-size:1em;}
 }
 

@media screen and (max-width:767px){
  /*副標輪播*/
  .Area_title .Area_topSUB {position: absolute;top: 20vw;right: 0vw;width: 100%;}
  .Area_title .Area_topSUB ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 80%; box-sizing: content-box; grid-gap: inherit;}
  .Area_title .Area_topSUB ul.PD_wrapper li { flex-shrink: 0; margin: 0; padding: 0; opacity: 0; transform: translate(5%,0);}
  .Area_title .Area_topSUB ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}	
  .Area_title .PD_wrapper {background-color: rgba(255,255,255,0.00);}
  .Area_title .PD_layout[data-pd-li*="BN"] li{border: rgba(255,255,255,0.00);}	
}
	
/*提醒我按鈕*/
a.mo_remind_btn { z-index:9999; position: absolute!important; right: 0; top:55vw; width: 15%; opacity: .8;}

	
/*活動倒數*/
.TimerNick { position: absolute; top: 380px;left:135px; display: inline-block; z-index:8; text-align: center; letter-spacing: 0.2em;}
.TimerNick .FontStyle { display: inline-block; margin: 0 0 0 5px; padding: 0; border: 0; font-size: 30px;  color:#ffffff; font-weight: normal; letter-spacing:1px; text-align: center;}
.TimerNick span { padding-left: 2px; font-size: 23px;  letter-spacing: 0.1em; color:#ffffff;}
.TimerNick b { font-weight: normal;}
@media screen and (max-width:767px){
  .TimerNick  { width:100%; top:36vw; left: 1.7em; display: flex;  column-gap: 0.3em; text-align: left;}
  .TimerNick .FontStyle { margin:-0.25em 0 0 -0.01em; padding: 0; border: 0; font-size: 1.4em; letter-spacing: .01em; }
  .TimerNick span { padding-left: 0; font-size: 1em; letter-spacing: -0.05em; margin-left: -0.3em; }
  .TimerNick span:first-child{ margin-top: -0.1em; }
}    



/* 01攻略 */
.Area01 .title { margin-top: 0px; margin-bottom: 60px; }
@media screen and (max-width: 767px) {
  .Area01 .title { margin-top: 7vw; margin-bottom: -11vw; width: 100%; left: 0vw; position: relative;}
}


/*02登記*/
.Area02 .title {margin: 0;}
.Area02 .title1 { margin-top: 0px;}

@media screen and (max-width: 767px) {
  .Area02 { margin-bottom: 5vw !important;}
  .Area02 .title {margin: 0 ;width: 115%;left: -5vw; position: relative;}
  .Area02 .title1 { margin-top: 0vw; margin-bottom: 0vw; width: 103%; left: 0vw; position: relative;}
}

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


/* 主打 */
.Area03 .title {margin: 80px 0 20px 0; position: absolute;top:-65px;left:78px;z-index:5;}
@media screen and (max-width: 767px) {
.Area03 .title {width: 115%;margin: 5vw 0 2vw 0; top: 0 ; left: -10vw ; position: absolute ;z-index: 2;}
}


.Area_boxstyle2 {}
.Area_boxstyle2 > .Area_boxstyle_box { position:relative; background-repeat: no-repeat; background-position: center bottom;z-index: 1}
.Area_boxstyle2 > .Area_boxstyle_box:before { content:""; display:block; z-index:-1; position:relative; left:0; width:88%;}
.Area_boxstyle2 > .Area_boxstyle_box:after  { content:""; display:block; z-index:-2; position:absolute; top:75px; left:66px; width:88%; height:100%;}
    @media screen and (min-width:768px){
      .Area_boxstyle2 > .Area_boxstyle_box { margin: 0; padding:0 0 62px; width: 1220px; margin-bottom: 60px;margin-top: 31px;}
      .Area_boxstyle2 > .Area_boxstyle_box:before { top: -26px; left: 66px; height: 145px;}
      .Area_boxstyle2 > .Area_boxstyle_box:after {height: calc(100% - 86px);}
      /* .Area_boxstyle2 > .Area_boxstyle_box { background-image:url(Area_boxstyle_bgbottom2.png?t=1750387550566);background-size: 100%;} */
      .Area_boxstyle2 > .Area_boxstyle_box:before { background-image:url(Area_boxstyle_bgtop2.png?t=1750387550566);background-size: 100%;  }
      .Area_boxstyle2 > .Area_boxstyle_box:after  { background-image:url(Area_boxstyle_bgcon2.png?t=1750387550566);background-size: 100%;}
    }


@media screen and (max-width: 767px) {
  .Area_boxstyle2 > .Area_boxstyle_box { padding:0;}
  .Area_boxstyle2 > .Area_boxstyle_box:before { top:0vw; height:0vw;}
  .Area_boxstyle2 > .Area_boxstyle_box:after {top: 8vw;height: calc(100% - 3vw);left: -7vw; width: 109%;}
  .Area_boxstyle2 > .Area_boxstyle_box {padding-top: 0;}
  .Area_boxstyle2 > .Area_boxstyle_box:before {top: -2vw; height: 20vw; left: -7vw; width: 109%;}
  .Area_boxstyle2 > .Area_boxstyle_box {background-image: url(Area_boxstyle_bgbottom2.png?t=1750387550566);background-size: 114.3%;padding-bottom: 6vw; margin-bottom: 12vw; }
  .Area_boxstyle2 > .Area_boxstyle_box:before { background-image: url(Area_boxstyle_bgtop2.png?t=1750387550566);background-size: 105%;}
  .Area_boxstyle2 > .Area_boxstyle_box:after  { background-image: url(Area_boxstyle_bgcon2.png?t=1750387550566);background-size: 105%;}
  }



/*04副打*/
.Area04_1 .title {margin: 45px 0 0px 0;}
@media screen and (max-width: 767px) {
  .Area04_1 .title {width: 115%; position: relative; left: -6vw; top: 1vw; margin: 5vw 0 0vw 0;}
  }


/*品類*/
.Area05 .PD_layout { width: 100%; }
@media screen and (max-width: 767px) {
  .Area05 .PD_layout { width: 80% ; }
}


/*旗艦館*/
.Area11 { top:0px; }
.Area11 .PD_layout {width: 55%;}
@media screen and (max-width: 767px) {
  .Area11 .PD_layout {width: 78%;}
}


/*區塊_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;}
	}



/*按鈕*/
.bnn {
}
.bnn a img {
	transition-duration: 0.1s;
	backface-visibility: hidden;
	transform: translateZ(0);
	display: block;
	margin: 0;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: left;
}
.bnn:hover a img {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}	
	


/*隱鑶*/
.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%;}
	}


/*注意事項區*/
.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; }


