@charset 'utf-8';
/* CSS Document */
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: "Uniqlo Pro Regular";
  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"); }

body {
	overflow-x: hidden;
	background: #FFFFFF;
	font-family:  'Uniqlo Pro Regular',"Microsoft JhengHei";
}
#content {
	overflow: hidden;
	width: 100%;
	max-width: 1400px;
	text-size-adjust: 100%;
	position: relative;
	z-index: 100;
}
/* cover */
#content .cover {
	position: relative;
	overflow: hidden;
	margin: 0 0 -60px 0;
	z-index: -10;
}
#content .cover h1 {
	padding: 0;
}
#content .cover h1 img {
	width: 100%;
	height: auto;
}

/* pagetop */

#content .pagetop {
	width: 42px;
	height: 42px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	z-index: 100;
}
#content .pagetop:hover {
	opacity: 0.8;
}
#content .js-pagetop {
	display: none;
}
#content .js-pagetop img{
	max-width: 100%;
}
/* */
#widepants {
	font-size: 14px;
	line-height: 1.5;
	color: #77807b;
	/*width: 960px;*/
	margin: 0 auto;
}
#widepants .spParts {
	display: none!important;
}
/* statement */
#widepants .statement {
	width: 88%;
	max-width: 840px;
	margin: 0 auto;
	background-color: #1B1B1B;
	color:  #FFF;
	padding: 100px 0 0 0;
}
#widepants .statement h2 {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 36px;
	padding: 0 40px;
}
#widepants .statement .textBox {
	padding: 0 40px;
	text-align: center;
	font-size: 15px;
	line-height: 2;
}
/* anker */
#widepants .anker {
	width: 88%;
	max-width: 840px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 10;
}
#widepants .anker:before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	padding-top: 45px;
	background-color: #1B1B1B;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
}
#widepants .anker ul {
	list-style: none;
	display: table;
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding-top: 90px;
}
#widepants .anker li {
	display: table-cell;
	width: 33.33%;
	max-width: 220px;
	text-align: center;
}
#widepants .anker li > span {
	display: inline-block;
	background-color: #000;
}
#widepants .anker li img {
	width: 100%;
	max-width: 220px;
	height: auto;
}
#widepants .anker a {
}

/* itemarea */
#widepants .model_introduction {
	padding-top: 140px;
	width: 960px;
	margin: 0 auto;
}
#widepants .model_introduction h2 {
	margin-bottom: 100px;
}
#widepants .model_detail {
}
#widepants .model_detail .model_detail_inner {
	width: 100%;
	display: table;
}
#widepants .model_detail .model_detail_inner .model_detail_image,
#widepants .model_detail .model_detail_inner .model_name {
	display: table-cell;
	vertical-align: top;
}
#widepants .model_detail .model_detail_inner .model_detail_image {
	width: 460px;
	padding-right: 40px;
}
#widepants .model_detail .model_detail_inner .model_name {
	padding-right: 60px;
	color: #1B1B1B;
}
#widepants .model_detail .model_detail_inner .model_name > div {
	padding-top: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
}
#widepants .model_detail .model_detail_inner .model_name a {
	color: #7D7D7D;
	text-decoration: none;
}
#widepants .model_detail .model_detail_inner .model_name a:hover {
	text-decoration: underline;
}
#widepants .model_detail .model_detail_inner .model_name .model_info {
	margin-bottom: 30px;
	font-size: 15px;
	color: #1B1B1B;
	line-height: 1.6;
}
#widepants .model_detail .model_detail_inner .model_name .model_info:last-child {
	margin-bottom: 80px;
}
#widepants .model_detail .model_detail_inner .model_name .model_info span {
	display: block;
	margin-bottom:  10px;
	font-weight: 600;
}
#widepants .detail_box {
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
}
#widepants .detail_box .center {
	width: 100%;
	float: none;
	clear: both;
}
#widepants .detail_box .center.in_wide {
}
#widepants .detail_box .center.in_normal {
}
#widepants .detail_box .right {
	width: 420px;
	float: right;
	clear: both;
}
#widepants .detail_box .right.in_wide {
}
#widepants .detail_box .right.in_normal {
	width: 320px;
	margin-right: 100px;
}
#widepants .detail_box .left {
	width: 420px;
	float: left;
	clear: both;
}
#widepants .detail_box .left.in_wide {
}
#widepants .detail_box .left.in_normal {
	width: 320px;
	margin-left: 100px;
}


#widepants .detail_box .model01_01 {
}
#widepants .detail_box .model01_02 {
	margin-top: -552px;
	text-align: right;
}
#widepants .detail_box .model01_03 {
	padding-top: 230px;
}
#widepants .detail_box .model01_04 {
	margin-top: -990px;
}
#widepants .detail_box .model01_05 {
	padding-top: 120px;
	text-align: center;
}
#widepants .detail_box .model01_05 h3 {
	text-align: center;
}

#widepants .detail_box .model02_01 {
}
#widepants .detail_box .model02_02 {
	margin-top: -552px;
	text-align: right;
}
#widepants .detail_box .model02_03 {
	margin-top: -60px;
}

#widepants .detail_box .model03_01 {
	text-align: center;
}
#widepants .detail_box .model03_01 h3 {
	text-align: center;
}
#widepants .detail_box .model03_02 {
	padding-top: 140px;
	text-align: center;
}
#widepants .detail_box .model03_02 h3 {
	width: 320px;
	margin: 0 auto;
	text-align: left;
}
#widepants .detail_box .model03_03 {
	padding-top: 120px;
	text-align: center;
}
#widepants .detail_box .model03_03 h3 {
	text-align: center;
}

#widepants .detail_box .model04_01 {
	text-align: center;
}
#widepants .detail_box .model04_01 h3 {
	width: 420px;
	margin: 0 auto;
	text-align: left;
}
#widepants .detail_box .model04_02 {
	padding-top: 140px;
	text-align: center;
}
#widepants .detail_box .model04_02 h3 {
	width: 320px;
	margin: 0 auto;
	text-align: left;
}
#widepants .detail_box .model04_03 {
	padding-top: 120px;
	text-align: right;
}
#widepants .detail_box .model04_03 h3 {
	text-align: center;
}

#widepants .detail_box .model05_01 {
}
#widepants .detail_box .model05_02 {
	margin-top: -552px;
	text-align: right;
}
#widepants .detail_box .model05_03 {
	padding-top: 120px;
	text-align: center;
}
#widepants .detail_box .model05_03 h3 {
	text-align: center;
}

#widepants .detail_box .model06_01 {
}
#widepants .detail_box .model06_02 {
	margin-top: -552px;
	text-align: right;
}
#widepants .detail_box .model06_03 {
	margin-top: -60px;
}

#widepants .detail_box .img_spacer_b {
	margin-bottom: 20px;
}
#widepants .detail_box .img_spacer_c {
	margin-right: 40px;
}
#widepants .detail_box .img_spacer_c2 {
	margin-right: 20px;
}

#widepants .model_introduction .model_image a {
	color: #7D7D7D;
	text-decoration: none;
}
#widepants .model_introduction .model_image a:hover {
	text-decoration: underline;
}
#widepants .model_introduction .model_image .link {
	display: inline-block;
	margin: 20px 0 0 0;
	font-size: 14px;
	font-weight: normal;
	letter-spacing:  -1px;
	background-image: url(../images/190411-19SS_widepants_w_pc_link-icon-arrow-right.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 8px 13px;
	padding-left: 13px;
}
#widepants .model_introduction .model_image .pcParts > a span {
	display: inline-block;
	background-color: #000;
}
#widepants .linkBtn {
	background-color: #000000;
}
#widepants .linkBtn a:hover,
#widepants a:hover img{
	filter: alpha(opacity=80); /* IE 6,7*/
	-ms-filter: "alpha(opacity=80)"; /* IE 8,9 */
	-moz-opacity: 0.8; /* FF , Netscape */
	-khtml-opacity: 0.8; /* Safari 1.x */
	opacity: 0.8;
	zoom: 1; /*IE*/
}

/* banner */
#widepants .bannerSection {
	padding: 100px 0 0px 0;
	text-align: center;
}
#widepants .bannerSection h2 {
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-size: 21px;
}
#widepants .bannerSection a {
	font-size: 12px;
	text-decoration: none;
	color: #77807b;
	display: block;
	margin: 0 0 0 30px;
	float: left;
	width: 300px;
}
#widepants .bannerSection a:first-child {
	margin: 0 0 0 0;
}

#widepants .bannerSection > dl + h2{
	margin-top: 80px;
}

#widepants .bannerSection dl {
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
	display: inline-block;
}
#widepants .bannerSection dt {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 0;
	background-color: #000000;
}
#widepants .bannerSection dt img {
	max-width: 100%;
}
#widepants .bannerSection dd {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
#widepants .bannerSection .one_block {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
#widepants .bannerSection .one_block a {
	display: inline-block;
	width: 300px;
	float: none;
	text-align: left;
}
#widepants .bannerSection .one_block a .image {
	display: inline-block;
	background-color: #000;
}
#widepants .bannerSection .one_block a img {
	width: 100%;
	height: auto;
}
#widepants .bannerSection .one_block span {
	display: inline-block;
	margin-top: 20px;
	font-size: 13px;
}

/* parts */
#widepants .linkBtn {
	width: 960px;
	margin: 120px auto 40px auto;
	padding: 0;
	clear: both;
}
#widepants .linkBtn a {
	display: block;
	padding: 25px;
	text-align: center;
	color: #77807b;
	text-decoration: none;
	font-size: 18px;
	border: #77807b 1px solid;
	background-color: #ffffff;
}
a {
}
#widepants .linkBtn span {
	background-image: url(../images/190411-19SS_widepants_w_pc_link-icon-arrow-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 8px;
	padding: 0 20px 0 0;
	display: inline-block;
	text-align: left;
}
#widepants .linkBtn.solid {
}
#widepants .linkBtn.solid a {
	background-color: #000;
	color: #ffffff;
}
#widepants .linkBtn.solid span {
	background-image: url("../images/190411-19SS_widepants_w_pc_link-icon-arrow-right_white.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 8px;
	padding: 0 20px 0 0;
}
#widepants .txtLink{
	display: none;
}
#container .name_txt{
	font-size: 32px;
	margin: 0px;
} 
#container .name_ch_txt{
	font-size: 22px;
}
