@charset "utf-8";
/* CSS Document */
/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	background:url("../images/bg.jpg") top center repeat;
	scroll-behavior: smooth;
}
.footer{
	max-width: 1920px;
	margin: 0 auto;
	background: url("../images/bg.jpg");
}

@media screen and ( max-width: 991px ){
	html{
		background-size: 50%;
	}
}



/* PC */
.WRAPPER{ position:relative; width:100%; min-width:1200px; margin:0 auto; overflow:hidden;}
 	@media screen and ( max-width: 991px ){
		.WRAPPER{ min-width:100%;}
		
	}
.container { overflow: hidden; }
.topbox { position: relative; width: 1200px; margin: auto;}
.kv_pc {width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.kv_pc img { display: block; text-align: center; }
.kv_m { display: none; }
.kv_m img { display: block; }
.kv_m a {font-size: 0; display: block; }
.for_pc{ display: block; }
.for_m { display: none; }

/* m */
@media screen and ( max-width: 991px ){
	.kv_m { display: block; width: 100%; }
	.kv_m img {  width: 100%; }
	.kv_pc { display: none; }
	.container {width: 100%; min-width: auto; }
	.for_pc{ display: none; }
	.for_m { display: block; } 
	.for_m img {  width: 100%; }
}

/* ----------------------CUSTOMERIZATION---------------------- */

/*主視覺動畫*/
.cube_L{ position: absolute; top:56px; left:-118px;}
.cube_S{ position: absolute; top:569px; left:497px;}

/*.font{font-family: 'Noto Serif TC', serif, "微軟正黑體","Microsoft JhengHei",Helvetica,Verdana, Arial, sans-serif;}*/

/*bg*/
.bg_1{}
.bg_2{ background: url("../images/bg_2.png") top center no-repeat; padding-top: 20px; padding-bottom: 20px;}
.bg_3{ background: url("../images/bg_3.png") top center no-repeat; padding-top: 80px; padding-bottom: 38px;}
.bg_4{ background: url("../images/bg_4.png") top center no-repeat; padding-top: 80px; padding-bottom: 41px;}
.bg_5{ background: url("../images/bg_5.png") top center no-repeat; padding-top: 50px; padding-bottom: 20px;}


@media screen and ( max-width: 991px ){
	.bg_1{ }
	.bg_2{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_3{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_4{ background: none; padding-top: 0px; padding-bottom: 0px; }
	.bg_5{ background: none; padding-top: 0px; padding-bottom: 0px; }
}

.bg_2 .titleC h2, .bg_3 .titleC h2, .bg_4 .titleC h2, .bg_5 .titleC h2{text-indent: -9999px;}

/*雜誌區*/
.bg_1 { width: 100%;  position: relative; text-align:center; display: flex;justify-content: center;max-width: 1920px; margin: auto;flex-wrap: wrap-reverse;}
.bg_1 img { display: block; text-align: center; }
.topbox { position: relative; width: 1200px; margin: auto;}

.man_1{ position: absolute; top:719px; left:957px; z-index: 99;}
.man_2{ position: absolute; top:878px; left:-15px; z-index: 99;}

.buy_1{ position: absolute; top:420px; left:319px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out;}
.buy_1:hover{ transform: scale(1.1);}
.buy_2{ position: absolute; top:900px; left:319px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out;}
.buy_2:hover{ transform: scale(1.1);}
.buy_3{ position: absolute; top:1372px; left:319px; transition-duration:0.3s; transition-property:transform; transition-timing-function:ease-out;}
.buy_3:hover{ transform: scale(1.1);}

.cube_1{ position: absolute; top:787px; right:-296px;}
.cube_2{ position: absolute; top:1053px; left:-232px;}

@media screen and ( max-width: 991px ){
	.bg_1 { display: none;}

}


/*限時潮話題*/
.bg_2{}
.bg_2 .price{
	text-align: center;
}
.bg_2 .price big{
	color: #b80019;
}
.bg_2 .mySwiper{
	padding-bottom: 70px;
}

@media screen and ( max-width: 991px ){
	.bg_2 .mySwiper{ margin-top: 3vw; padding-bottom: 8vw;}

}


/*潮級推薦*/
.bg_3{}
.bg_3 .crosswise, .bg_3 .toptitle{
	margin: 20px auto;
}
.bg_3 .crosswise h4{
	font-style: italic;
}
.bg_3 .toptitle h4{
	background: #cd44dd;
}
.bg_3 .banner{
	margin: 0 auto;
	padding: 0;
}

@media screen and ( max-width: 991px ){
	.bg_3m{ width: 98vw; margin: 0 auto; background: #5adb43; padding:2vw 0; margin-bottom: 2vw;}
	.bg_3 .crosswise, .bg_3 .toptitle{ margin: 1vw auto;}

}


/*獨家潮品*/
.bg_4{}
.bg_4 .triple{
	margin: 20px auto;
}
.bg_4 .triple h4{
	background: #cd44dd;
}
.bg_4 .banner{
	margin: 0 auto;
	padding: 0;
}

@media screen and ( max-width: 991px ){
	.bg_4m{ width: 98vw; margin: 0 auto; background: #5adb43; padding:2vw 0; margin-bottom: 2vw;}
	.bg_4 .triple{ margin: 1vw auto;}

}


/*潮人都說讚*/
.bg_5{}
.bg_5 .hightlight_5p { width: 1180px; margin: 0 auto 10px; padding:5px 0; border-radius: 20px; padding: 0 0 15px;}
.bg_5 .hightlight_5p img{padding: 6px;object-fit: contain;}
.bg_5 .hightlight_5p ul li{ height: 340px; margin-top: 150px;}
.bg_5 .hightlight_5p ul li h4{ background: #cd44dd;}
.bg_5 .hightlight_5p ul li:first-child{width: 280px;height: 450px;margin-top: 40px; padding-top: 10px;}
.bg_5 .hightlight_5p ul li:first-child p{padding: 8px 15px 0;}
.bg_5 .hightlight_5p ul li:first-child img{width:280px; height: 280px; margin: 0 auto 10px;}
.bg_5 .banner{
	margin: 0 auto;
	padding: 0;
}

@media screen and ( max-width: 991px ){
	.bg_5 .hightlight_5p { width: 97vw; margin: 0 auto; padding: 2vw 0;}
	.bg_5 .hightlight_5p img{padding:1vw;}
	.bg_5 .hightlight_5p ul li{ height:auto; margin-top: 0;}
	.bg_5 .hightlight_5p ul li:first-child{width: 96vw;height: auto;margin-top: 0px; padding-top: 10px;}
	.bg_5 .hightlight_5p ul li:first-child p{padding:3%;}
	.bg_5 .hightlight_5p ul li:first-child img{width:45vw; height: 60vw; margin: 0 auto 10px;}
	
	.bg_5-1, .bg_5-2{ width: 98vw; margin: 0 auto; background: #5adb43; padding:2vw 0; margin-bottom: 2vw;}
}













/*--輪播AD--*/
      .swiper {
        width: 1300px;
        padding-top: 50px;
        padding-bottom: 50px;margin: 0 auto;
      }
.swiper-wrapper,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{width: 300px;border-radius: 20px;}

      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px;
        height: 300px;margin-bottom: 60px;
      }

      .swiper-slide img {
        display: block;
        width: 300px;
        height: 300px;border-radius: 20px;
      }

.swiper-slide p{width: 100%;text-align: center;padding: 5px 5px;font-size: 22px;color: #000;font-weight:500;margin-top: 10px;line-height: 26px;}

@media screen and ( max-width: 991px ){
	 .swiper {
        width: 100%;
        padding-top: 2vw;
        padding-bottom:2vw;margin: 0 auto;
      }
      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 80vw;
        height:auto;
		margin-bottom: 70px;
      }	
	      .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 50vw;
        height: 50vw;
      }
	      .swiper-slide img {
        display: block;
        width:  50vw;
        height:  50vw;border-radius: 20px;
      }
	.swiper-wrapper,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right{width:50vw;border-radius: 20px;}
	.swiper-slide p{width: 100%;height: auto; text-align: center;padding: 5px 5px;font-size: 1rem;color: #000;font-weight:500;line-height: 1.2rem;margin-top: 6px;}
}







/*--goto top--*/
#gotop {display: inline-block;background-color: #000;opacity:0.3;width: 40px;height: 40px;text-align: center;border-radius: 100%;position: fixed;bottom: 0px;right: 0px;transition: background-color .3s, opacity .5s, visibility .5s;opacity: 0;visibility: hidden;z-index: 1000;margin: 30px;}
#gotop::after {font-family: FontAwesome;content:'　';font-weight: normal;font-style: normal;font-size: 2em;line-height: 50px;color: #fff;  opacity:0.5;background: url(../images/top.png) center no-repeat; background-size:50%;background-position:50% 20%;}
#gotop:hover {cursor: pointer;background-color: #666;}
#gotop:active {background-color: #666;}
#gotop.show {opacity: 0.4;visibility: visible;}
	@media screen and ( max-width: 991px ){
	#gotop {bottom: 2vw;right: 0;margin: 2vw;	}
	}