@charset "utf-8";
/* CSS Document */
	@font-face {
  font-family: 'Uniqlo Pro Regular';
  font-style: normal;
		font-weight: 400;
/* GDS↓*/
  src: url("//www.uniqlo.com/tw/collection/UQ_fonts/uniqloproregular-webfont.eot");
  src: url("//www.uniqlo.com/tw/collection/UQ_fonts/uniqloproregular-webfont.eot?#iefix") format("embedded-opentype"), url("//www.uniqlo.com/tw/collection/UQ_fonts/uniqloproregular-webfont.woff") format("woff"), url("//www.uniqlo.com/tw/collection/UQ_fonts/uniqloproregular-webfont.ttf") format("truetype"), url("//www.uniqlo.com/tw/collection/UQ_fonts/uniqloproregular-webfont.svg#uniqlo_proregular") format("svg"); }

/*20180427 new topic*/
/*
 *topics
 */
a{text-decoration: none;}
.topics_column {
	display: table;
  margin: 0px 0px 52px 0px;
  height: 88px;
}

.topics {
  position: relative;
  background-color: #fff;
  float: left;
  width: 220px;
  height: 80px;
  text-align: center;
  margin-left: 25px;
  margin-bottom: 8px;
}

.topics:before {
  content: "";
  display: block;
  *display: inline;
  *zoom: 1;
  background: #dadada;
  width: 1px;
  height: 14px;
  position: absolute;
  left: -11px;
  top: 8px;
}

.topics:first-child:before {
  display: none;
}

.topics:first-child {
  margin-left: 0px;
}

.topics.largestoreitem {
  letter-spacing: 3px;
}

.topics.largestoreitem .title_180424,
.topics.largestoreitem .gender_180426 {
  letter-spacing: 0px;
}

.topics span {
  text-align: center;
  display: inline-block;
}

.topics span.title_180424 {
  font-size: 18px!important;
  height: 24px!important;
  font-weight: bold!important;
  margin-bottom: 28px!important;
  line-height: 28px!important;
}

.topics .gender,
.topics .gender_tab {
  z-index: 100;
}
.gender_180426 li {
  display: block!important;
  float: left!important;
  height: 18px!important;
  text-align: center!important;
  border-right:none!important;
  margin-right: 21px!important;
}

.gender_180426 li a {
  font-size: 16px!important;
  line-height: 18px!important;
  padding-bottom: 8px!important;
  font-family: "Uniqlo Pro Regular", sans-serif!important;
  height: 13px!important;
  text-align: center!important;
  display: inline!important;
  border-bottom: 2px solid #dadada!important;
  text-indent: 1px!important;
}
.gender_180426 li a:visited{
  text-decoration: none;
  color:#000;
}
.gender_180426 li a:link{
  text-decoration: none;
  color:#000;
}
.gender_180426 li a:active{
  color:#000;
  text-decoration: none;
}
.gender_180426 li:last-child{
  margin-right: 0px!important;
}

.topics_gender_none {
  width: 145px !important;
  margin-left: 25px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dadada;
}
.gender li.women {
  border-bottom: 2px solid #d9dbda; }

.gender li.men {
  border-bottom: 2px solid #d9dbda; }

.gender li.kids {
  border-bottom: 2px solid #d9dbda; }

.gender li.girls {
  border-bottom: 2px solid #d9dbda; }

.gender li.boys {
  border-bottom: 2px solid #d9dbda; }

.gender li.baby {
  border-bottom: 2px solid #d9dbda; }

.gender li {
  display: block;
  float: left;
  width: 55px;
  height: 18px;
  text-align: center; }

.gender li a {
  font-family: 'Uniqlo Pro Regular', 'News Cycle';
  height: 13px;
  padding-bottom: 5px;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  display: inline; }

.topics_gender_none {
  width: 145px !important;
  margin-left: 25px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dadada; }
/*
 *Special
 */
.special_column {
  margin-bottom: 60px; }

.special_column .special_item {
  float: left;
  margin-left: 20px; }

.special_column .special_item:first-child {
  margin-left: 0px; }
.btn:hover a
{

	background-color: #6E6E6E;
	opacity: 0.3;
	filter: brightness(200%); 
}


	.column {
			display: inline;
	vertical-align: top;
		margin: 0px ;/*div對齊效果*/
  text-align: center;/*display: inline對齊效果*/
	padding: 0;

}

.column::after {
	content: '';
	
	display: block;
}
.column div {
	position: relative;
text-align:center;

	height: 300px;
	margin: 0 0 0 0px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}

figure {
	width: 449px;
	height: 300px;
	margin: 0;
	padding: 0;
	background: #000000;
	overflow: hidden;
	float: left;
	
}

	
/* Opacity #2 */
.hover12 figure {
	background: #fff;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}	
.btn_01{
    position: relative;
    display: table;
    border-width: 1px;
 	border-color: #000000;
	float: left;
    width:30%;
    height:30px;
    text-align: center;
    line-height: 50px;
    border-style: solid;
	margin: 50px 15px 50px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_01:hover{
 background-color: #BCBCBC;
  color: #000000;
  border-color: #BCBCBC;
	text-decoration: none;		
}
.btn_02{
    position: relative;
    display: table;
    border-style: none;
	    border-width: 0px;
 	border-color: #000000;
	float: left;
    width:24.5%;
     height: 30px;
    text-align: center;
    line-height: 50px;
    border-style: solid;
	margin: 50px 0px 50px 0px;
  
}
 
.btn_03{
    position: relative;
    display: table;
    border-style: none;
	    border-width: 0px;
 	border-color: #000000;
	float: left;
    width:33.3333%;
     
    text-align: center;
    line-height: 50px;
    border-style: solid;
	margin: 50px 0px 50px 0px;
  
}
.btn_03:hover{
opacity: 0.8;
  text-decoration: none;
}
.text_01{
	font-size: 24px;
	font-weight: bold;
color: #000000;}
.text_01 a{
	font-size: 24px;
	font-weight: bold;
color: #000000;}
.text_02{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 5px;
color: #000000;}
.text_03{
	font-size: 20px;
	font-weight: bold;
color: #FFFFFF;
text-decoration: none;}	