@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=1756866803803)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=1756866803803)top center repeat-y; background-size: 100%;}
  .WRAPPER img {  width: 100%;  height: auto;}
}

/*背景*/
@media screen and (min-width:787px){
.bgdeco { z-index: 0; position: absolute; top: 1020px; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgdeco.png?t=1756866803803) repeat-y center top; transition: 0.5s linear; pointer-events: none;}
.bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bgtop.jpg?t=1756866803803) no-repeat center top;}
.bg_L { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bg_L.png?t=1756866803803) no-repeat center top;}
.bg_R { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: 1220px; height: 100%; background: url(bg_R.png?t=1756866803803) no-repeat center top;}
}
@media screen and (max-width:767px){
  .bgtop { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bgtop_m.jpg?t=1756866803803) no-repeat center 44px; background-size: 100%;}
  .bg_L { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bg_L_m.png?t=1756866803803) no-repeat center 44px; background-size: 100%;}
  .bg_R { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; min-width: inherit; height: 100%; background: url(bg_R_m.png?t=1756866803803) 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;}
}

/*共用樣式*/
.bluerepeat01 { position: relative; background: url(blue_boxrepeat01.jpg?t=1756866803803)top center repeat-y; background-size: 100%;}
.bluerepeat02 { background: url(blue_boxrepeat02.png?t=1756866803803)top center repeat-y; background-size: 100%; margin: 0 40px 0 10px; padding: 0 30px 20px; box-sizing: border-box; border-radius: 0 0 20px 20px;}
.bluerepeat04 { background: url(blue_boxrepeat04.png?t=1756866803803)top center repeat-y; background-size: 100%; padding: 0 30px 20px; box-sizing: border-box;}
.bluerepeat05 { background: url(blue_boxrepeat05.jpg?t=1756866803803)top center repeat-y; background-size: 100%; padding: 0 20px 20px; box-sizing: border-box;}
.NavArea_tabbar_page { width: 100%; margin: 0 auto 10px;}
.NavArea_tabbar_page .Nav .swiper-slide-active i { border: 1px solid #f3b81e !important; background: #f3b81e !important;}
@media screen and (max-width:767px){
  .bluerepeat02 { margin: 0 4.1vw 0 2vw; padding: 0 0.6em 0.5em; border-radius: 0 0 10px 10px;}
  .bluerepeat04 { background: url(blue_boxrepeat04_m.jpg?t=1756866803803)top center repeat-y; background-size: 100%; padding: 0 0.5em 2%;}
  .bluerepeat05 { padding: 0 0.5em 2%;}
  .NavArea_tabbar_page { margin: 0 auto 2%;}
}

/*公版樣式*/
.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: 960px; 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_coupon { width: 96%;}
}

/*登記*/
.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: #ffe9a2;}
@media screen and (max-width:767px){
}

/*3P折價券*/
.Area_coupon_ppp2 .Area_swiper,
.Area_coupon_ppp .Area_swiper { width: 100%;}
@media screen and (max-width:767px){
  .Area_coupon_ppp { padding-bottom: 4vw;}
}

/*版頭*/
.Area_top {}
.Area_top .main_box { position: relative;}
.Area_top .main_box .main ul li,
.Area_top .main_box .mainsubtitle ul li,
.Area_top .main_box .date ul li { pointer-events: none;}
.Area_top .mainsubtitle { position: absolute; top: 230px; left: 0;}
.Area_top .date_box { position: absolute; top: 270px; right: 55px;}
.Area_top .date_box .datebg { position: absolute; top: 0; left: 0; mix-blend-mode: multiply;}
.Area_top .topPD { position: absolute; top: 310px; left: 0; width: 960px; overflow: hidden; z-index: 1;}
.Area_top .topPD ul.PD_wrapper { display: flex; flex-wrap: nowrap; margin: 0; padding: 0; width: 100%; grid-gap: 0; box-sizing: content-box; height: 590px;}
.Area_top .topPD ul.PD_wrapper li { position: relative; flex-shrink: 0; margin: 0; padding: 0; pointer-events: inherit; cursor: pointer; opacity: 0; transform: translate(5%,0);}
.Area_top .topPD ul.PD_wrapper li.swiper-slide-active { opacity: 1; transition: .8s ease-out; transform: translate(0,0);}
.Area_top .topPD ul.PD_wrapper li.PD_slide { min-width: inherit;}
.Area_top .topPD ul.PD_wrapper li.PD_slide:hover { box-shadow: 0 3px 30px rgba(0, 0, 0, 0);}
@media screen and (max-width:767px){
  .Area_top {}
  .Area_top .mainsubtitle { top: 24vw;}
  .Area_top .date_box { top: 27vw; right: 6.5vw; width: 23%;}
  .Area_top .topPD { top: 32vw; width: 100%;}
  .Area_top .topPD ul.PD_wrapper { height: 60vw;}
}

/*趁熱買鞋*/
.Area01 {}
.Area01 .title { margin-left: 260px;}
@media screen and (max-width:767px){
  .Area01 {}
  .Area01 .title { margin-left: 0;}
}

/*優惠活動搶先逛*/
.Area02 {}
.Area02 .event ul { grid-gap: 0 20px; padding: 0 20px;}
@media screen and (max-width:767px){
  .Area02 { position: relative;}
  .Area02 .bg { position: absolute; top: 0; left: 0; mix-blend-mode: multiply;}
  .Area02 .event ul { grid-gap: 0 0.5em; padding: 0 0.5em;}
}

/*情境輪播*/
.Area03 {}
.Area03 .box4_swiper ul.PD_wrapper { height: 470px;}
.Area03 .box4_swiper ul.PD_wrapper li { position: relative; background-color: transparent; filter: drop-shadow(2px 2px 5px rgba(136,136,136,0.8));}
.Area03 .box4_swiper ul.PD_wrapper li .PD_img { padding: 0;}
.Area03 .box4_swiper ul.PD_wrapper li .PD_into { position: absolute; top: 340px; left: 280px; width: 45%; padding: 0; transform: rotate(-2deg);}
.Area03 .box4_swiper ul.PD_wrapper li .PD_into h3 { position: absolute; top: 0; left: -220px; width: 74%; font-size: 24px; color: #fff; max-height: 2.9em; line-height: 1.3em;}
.Area03 .box4_swiper ul.PD_wrapper li .PD_into h4 { text-align: right; font-size: 20px; color: #fff;}
.Area03 .box4_swiper ul.PD_wrapper li .PD_into p { text-align: right; color: #ffe9a2; height: 2.5em; line-height: 2.5em;}
.Area03 .box4_swiper ul.PD_wrapper li .PD_into del,
.Area03 .box4_swiper ul.PD_wrapper li .PD_into b,
.Area03 .box4_swiper ul.PD_wrapper li .PD_into .money,
.Area03 .box4_swiper ul.PD_wrapper li .PD_into small { font-size: 22px;}
.Area03 .box4_swiper ul.PD_wrapper li .PD_into .Price { font-size: 40px;}
@media screen and (max-width:767px){
  .Area03 {}
  .Area03 .box4_swiper ul.PD_wrapper { height: 67vw;}
  .Area03 .box4_swiper ul.PD_wrapper li { filter: drop-shadow(1px 1px 3px rgba(136,136,136,0.8));}
  .Area03 .box4_swiper ul.PD_wrapper li .PD_into { top: 48vw; left: 40vw;}
  .Area03 .box4_swiper ul.PD_wrapper li .PD_into h3 { left: -31vw; width: 75%; font-size: 15px;}
  .Area03 .box4_swiper ul.PD_wrapper li .PD_into h4 { font-size: 15px; margin-bottom: 0;}
  .Area03 .box4_swiper ul.PD_wrapper li .PD_into del,
  .Area03 .box4_swiper ul.PD_wrapper li .PD_into b,
  .Area03 .box4_swiper ul.PD_wrapper li .PD_into .money,
  .Area03 .box4_swiper ul.PD_wrapper li .PD_into small { font-size: 14px;}
  .Area03 .box4_swiper ul.PD_wrapper li .PD_into .Price { font-size: 28px;}
}

/*PICK HOT SHOES*/
.Area04 { position: relative;}
.Area04 .deco { position: absolute; top: -230px; left: 50%; transform: translateX(-50%);}
.Area04 .title { position: absolute; top: 200px; left: 50%; transform: translateX(-50%);}
.Area04 .PD_box { position: relative; z-index: 5;}
.Area04 .PD_box ul li { position: relative;}
.Area04 .PD_box ul li:nth-child(1) { grid-column-start: 1; grid-column-end: 3;}
.Area04 .PD_box ul li .PD_img { padding: 0;}
.Area04 .PD_box ul li .PD_into { position: absolute; top: 0; left: 0;}
.Area04 .PD_box ul li .PD_into h3 { color: #fff;}
.Area04 .PD_box ul li .PD_into h4 { color: #fff;}
.Area04 .PD_box ul li .PD_into p { color: #ffe9a2;}
.Area04 .PD_box ul li:nth-child(1) .PD_into { top: 80px; left: 510px;}
.Area04 .PD_box ul li:nth-child(2) .PD_into { top: 220px; left: 40px;}
.Area04 .PD_box ul li:nth-child(3) .PD_into { top: 170px; left: 110px;}
.Area04 .PD_box ul li:nth-child(4) .PD_into { top: 250px; left: 90px;}
.Area04 .PD_box ul li:nth-child(5) .PD_into { top: 220px; left: 90px;}
@media screen and (max-width:767px){
  .Area04 {}
  .Area04 .bluerepeat01 { padding-bottom: 10vw;}
  .Area04 .deco { top: -10vw; width: 100%;}
  .Area04 .title { top: 21vw; width: 100%;}
  .Area04 .PD_box ul li .PD_into { width: 80%;}
  .Area04 .PD_box ul li:nth-child(1) .PD_into { top: 0; left: 50vw; width: 40%;}
  .Area04 .PD_box ul li:nth-child(2) .PD_into { top: 22vw; left: 0;}
  .Area04 .PD_box ul li:nth-child(3) .PD_into { top: 17vw; left: 10vw;}
  .Area04 .PD_box ul li:nth-child(4) .PD_into { top: 26vw; left: 10vw;}
  .Area04 .PD_box ul li:nth-child(5) .PD_into { top: 22vw; left: 8vw;}
  }

/*領券再買好省錢*/
.Area05 {}
@media screen and (max-width:767px){
  .Area05 {}
}

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

/*爆品公版*/
.Area07 { position: relative;}
.Area07 .deco { position: absolute; top: 0; left: 0; pointer-events: none;}
.Area07 .title { position: absolute; top: 0; left: 0;}
.Area07 .PD_box ul { border: solid 1px #d2d5d7;}
@media screen and (max-width:767px){
  .Area07 {}
}

/*mo店+省錢妙招*/
.Area08 { position: relative;}
.Area08 .deco { position: absolute; top: -110px; left: 50%; transform: translateX(-50%); z-index: 1; pointer-events: none;}
.Area08 .box { position: relative;}
.Area08 .bluetop01 { position: absolute; top: 60px; left: 0;}
.Area08 .bluerepeat01 { padding: 0 0 20px;}
.Area08 .BN { position: relative; z-index: 2; width: 96%; margin: 0 auto 30px;}
@media screen and (max-width:767px){
  .Area08 {}
  .Area08 .deco { top: 0; width: 100%;}
  .Area08 .bluetop01 { top: 6.5vw;}
  .Area08 .bluerepeat01 { padding: 0;}
  .Area08 .BN { margin: 0 auto 3%;}
}

/*IT ITEM*/
.Area09 { position: relative;}
.Area09 .bluetop04 { position: absolute; top: 0; left: 0;}
.Area09 .deco { position: absolute; top: 0; left: 50%; transform: translateX(-50%);}
.Area09 .box { margin-bottom: 50px;}
.Area09 .box:last-child { margin-bottom: 0;}
@media screen and (max-width:767px){
  .Area09 {}
  .Area09 .deco { width: 100%;}
  .Area09 .box { margin-bottom: 10vw;}
}

/*頁籤公版*/
.Area10 { position: relative;}
.Area10 .deco { position: absolute; top: -110px; left: 50%; transform: translateX(-50%); z-index: 1; pointer-events: none;}
.Area10 .title { padding-top: 49px;}
.Area10 .bluetop05 { position: absolute; top: 0; left: 0;}
.Area10 .content_swiper { overflow: hidden;}
@media screen and (max-width:767px){
  .Area10 {}
  .Area10 .deco { top: -3vw; width: 100%;}
  .Area10 .title { padding-top: 5vw;}
}

/*潮流大牌一次逛*/
.Area11 {}
@media screen and (max-width:767px){
  .Area11 {}
}

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