@charset "UTF-8";
html {
  min-width: 768px;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
}

html.no-opacity.no-csstransforms body #header,
html.no-opacity.no-csstransforms body #footer,
html.no-opacity.no-csstransforms body #contents {
  width: 1024px;
  margin: 0 auto;
}

html body #menu,
html.no-opacity.no-csstransforms body #menu {
  display: block;
}

@font-face {
  font-family: 'BrownStd';
  src: url("../fonts/lineto-brown-regular.eot");
  /* IE9以上用 */
  src: url("../fonts/lineto-brown-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-brown-regular.woff") format("woff"), url("../fonts/lineto-brown-regular.ttf") format("truetype");
  /* iOS, Android用 */
  font-weight: normal;
  /* 念の為指定しておきます */
  font-style: normal;
}
body.us {
  font-family: 'BrownStd';
  font-size: 13px;
}

body.ja {
  font: 13px "メイリオ",'ヒラギノ角ゴ pro w3','hiragino kaku gothic pro',"ｍｓ ｐゴシック",sans-serif;
}

/***********************
* RESET
************************/
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;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  vertical-align: baseline;
  color: #000;
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
  outline-offset: -1px;
  color: #E24440;
}

a:hover {
  color: #E24440;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.section {
  position: relative;
  overflow: hidden;
}

/***********************
* header
************************/
#header {
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 1000;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#header .nav > ul {
  overflow: hidden;
}

/***********************
* PANEL
************************/
.panel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.open .panel {
  display: table;
}

.panel .contents {
  display: table-cell;
  background: rgba(255, 255, 255, 0.9);
}

.panel .bg {
  display: table-cell;
  background: rgba(201, 201, 201, 0.9);
}

.panel .bg .close_btn {
  width: 24px;
  height: 24px;
  background: url("/uniqloandlemaire/common/images/nav/nav_close.png") center center no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}

/***********************
* LOGO
************************/
#logo {
  width: 125px;
  left: 40px;
  top: 40px;
  position: absolute;
  text-align: left;
  z-index: 1300;
}

#logo.open {
  z-index: 1400;
}

#logo > ul > li {
  float: left;
  margin-right: 12px;
}

#logo > ul > li a:focus,
#logo > ul > li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#logo > ul > li a {
  display: block;
  height: 30px;
  width: 67px;
  background: url("/uniqloandlemaire/common/images/nav/header_logo_00.png") left center no-repeat;
  text-indent: -9999px;
}
body.kr #logo > ul > li a,
body.cn #logo > ul > li a {
  width: 30px;
  background: url("/uniqloandlemaire/common/images/nav/header_logo_single_00.png") left center no-repeat;
}

#logo > ul > li#mb_menu {
  display: none;
}

#logo > ul > li#mb_menu a {
  background: url("/uniqloandlemaire/common/images/nav/header_mb_menu_01.png") left center no-repeat;
  width: 35px;
}
/***********************
* TITLE
************************/
#title {
  top: 40px;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 1100;
}

#title a {
  display: inline-block;
  line-height: 28px;
  width: 400px;
  background: url("/uniqloandlemaire/common/images/nav/header_title_01.png") center center no-repeat;
  text-indent: -9999px;
}

#title a:focus,
#title a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/***********************
* COUNTRY
************************/
#country {
  width: 240px;
  text-align: right;
  right: 40px;
  top: 40px;
  position: absolute;
  z-index: 1300;
}
#country > ul > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 0.5em;
}
#country > ul > li a {
  outline: none;
  display: inline-block;
  font-size: 0.8em;
}
#country > ul > li a:hover {
  text-decoration: underline;
}
#country > ul > li ul {
  position: relative;
  display: none;
}
#country > ul > li ul.open {
  display: block;
}
#country > ul > li ul li {
  text-align: left;
}

/***********************
* COUNTRY_mb
************************/
#country_mb {
  width: 240px;
  text-align: right;
  right: 40px;
  top: 40px;
  position: absolute;
  z-index: 1300;
  display: none;
}
#country_mb .panel .contents {
  width: 100px;
}
#country_mb .panel .contents ul {
  margin: 40px 0 0;
}
#country_mb .panel .contents ul li {
  text-align: center;
  padding: 0 0 25px;
}
#country_mb .panel .bg .close_btn {
  position: absolute;
  top: 40px;
  left: 40px;
}

/***********************
* MENU
************************/
#logo .panel .contents {
  width: 230px;
}

#logo .panel .contents .logo {
  position: absolute;
  top: 40px;
  left: 40px;
  display: block;
  height: 40px;
  width: 91px;
  background: url("/uniqloandlemaire/common/images/nav/header_logo_01.png") left center no-repeat;
  text-indent: -9999px;
}
body.cn #logo .panel .contents .logo,
body.kr #logo .panel .contents .logo {
  width: 40px;
  background: url("/uniqloandlemaire/common/images/nav/header_logo_single_01.png") left center no-repeat;
}

#logo .panel .bg .close_btn {
  position: absolute;
  top: 40px;
  right: 40px;
}

#menu {
  position: absolute;
  top: 110px;
  left: 40px;
}

#menu li {
  display: block;
  height: 45px;
}

#menu li a {
  outline: none;
  display: inline-block;
}
#menu li a.active {
  color: #f00;
}

/***********************
* footer
************************/
#footer {
  height: 70px;
  width: 100%;
  text-align: center;
  position: relative;
  bottom: 0;
  z-index: 2000;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#copyright {
  display: inline-block;
  line-height: 70px;
  width: 364px;
  vertical-align: middle;
}

/***********************
* content
************************/
#contents {
  z-index: 0;
  position: relative;
  padding: 100px 40px 110px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1024px;
  margin: 0 auto;
}

#contents a {
  display: inline-block;
  line-height: 0;
}

#contents a:focus img,
#contents a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#contents .movie {
  line-height: 0;
  margin: 40px 0 180px;
  text-align: center;
}

#contents .text_item .item > ul > li {
  width: 100px;
  height: 152px;
}

#contents .text_item .item > ul > li a {
  display: block;
  height: 100%;
}

#contents .text_item .item > ul > li img {
  height: 100%;
}

/***********************
* window -768
************************/
@media only screen and (max-width: 767px) {
  #header,
  #footer,
  #contents {
    width: 768px;
  }
}
/***********************
* window 768-1023
************************/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #header,
  #footer,
  #contents {
    width: 100%;
    min-width: 768px;
  }
}
/***********************
* window 1024-1920
************************/
@media only screen and (min-width: 1024px) and (max-width: 1920px) {
  #header,
  #footer,
  #contents {
    width: 100%;
    max-width: 1920px;
  }
}
/***********************
* window 1366-1920
************************/
@media only screen and (min-width: 1366px) and (max-width: 1920px) {
  html.js #logo #menu {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    display: block !important;
  }
}
/***********************
* window -1366
************************/
@media only screen and (max-width: 1365px) {
  #country_mb {
    display: block;
  }

  #country {
    display: none;
  }

  #logo ul li {
    display: none;
  }

  #logo #menu,
  #logo #menu li {
    display: block;
  }

  #logo ul li#mb_menu {
    display: block;
  }
}
/***********************
* window 1366-
************************/
@media only screen and (min-width: 1366px) {
  #logo .panel {
    display: block;
    position: relative;
    width: auto;
    height: auto;
  }
  #logo .panel .contents {
    display: block;
    background-color: transparent;
  }
  #logo .panel .contents span.logo {
    display: none;
  }
  #logo .panel .contents #menu {
    left: 0;
    top: 45px;
  }
  #logo .panel .contents #menu li {
    height: auto;
    margin-top: 10px;
    font-size: 0.9em;
  }
  #logo .panel .bg {
    display: none;
  }
}
/***********************
* window 1920-
************************/
@media only screen and (min-width: 1921px) {
  #header,
  #footer,
  #contents {
    width: 1920px;
  }
}

/***********************
* override
************************/
.itemlinup h2 span,
.itemlinup h3 span,
#home .column1-2 .lookbook a h2.title span,
#home .column1-2 .campaign a h2.title span {
  font-size: 0.8em;
}
html.js #contents .section .column1-2.about .about_lemiare h2.title,
html.js #contents .section .column1-2 .uniqlo_and_lemiare h2.title,
html.js #contents .itemlinup h3,
html.js #contents .itemlinup h2,
html.js #contents #home .column1-2 .lookbook a h2.title,
html.js #contents #home .column1-2 .campaign a h2.title {
  font-size: 1.4em;
}
html.js #contents .itemlinup h2 span {
  height: 42px;
}
html.js #contents #home .column1-2 .lookbook a h2.title span,
html.js #contents #home .column1-2 .campaign a h2.title span {
  padding-bottom: 10px;
}
html.js #contents .section .column1-2 .uniqlo_and_lemiare p,
html.js #contents .section .column1-2 .about_lemiare p {
  font-size: inherit;
  line-height: 1.6em;
}
html.js #contents .read .caution li,
html.js #contents .read p,
html.js #contents #lookbook .text_item .text,
html.js #contents #campaign .read p {
  line-height: 1.6em;
  letter-spacing: normal;
}

html.js #contents .slider > ul > li {
  position: absolute;
  display: none;
}
html.js #contents .slider > ul.slider_nav {
  height: auto;
}
html.js #contents .slider > ul.slider_nav li {
  position: relative;
  display: inline-block;
}
html.js #lookbook .layout4 .position1 .text_item .item ul,
html.js #lookbook .layout4 .position2 .text_item .item ul {
  position: relative;
  overflow: hidden;
}
html.js #lookbook .layout4 .position1 .text_item .item ul li,
html.js #lookbook .layout4 .position2 .text_item .item ul li {
  float: left;
  display: block;
}
html #copyright,
html #menu li a {
  font-size: 13px;
}
html #copyright {
  white-space: nowrap;
}
html .itemlinup li p {
  font-size: 12px;
}

html.no-opacity.no-csstransforms body #lookbook .images .block .sns,
html.no-opacity.no-csstransforms body #campaign .scene .block .sns {
  width: 120px;
}
html.no-opacity.no-csstransforms body #lookbook .layout5 .position3 {
  width: 250px;
}
html.no-opacity.no-csstransforms body #lookbook .scene2.layout5 .position1 {
  height: 260px;
}
html.no-opacity.no-csstransforms body #campaign .read {
  margin-top: 32px;
}
html.no-opacity.no-csstransforms body #campaign .read P {
  float: none;
}
html.no-opacity.no-csstransforms body #logo ul >li {
  display: none;
}
html.no-opacity.no-csstransforms body #logo ul >li#mb_menu {
  display: block;
}
html.no-opacity.no-csstransforms body #logo ul#menu >li {
  display: block;
}
html.no-opacity.no-csstransforms body .panel {
  width: 1024px;
  left: auto;
  right: auto;
}
html.no-opacity.no-csstransforms body .panel .contents {
  background-color: #FFF;
}
html.no-opacity.no-csstransforms body .panel .bg {
  background-color: #C6C6C6;
  filter: alpha(opacity=90);
}
html.no-opacity.no-csstransforms body #country {
  display: none;
}
html.no-opacity.no-csstransforms body #country_mb {
  width: 100%;
  display: block;
}
html.no-opacity.no-csstransforms body #logo .panel .bg .close_btn {
  right: 80px;
}
html.no-opacity.no-csstransforms body #country_mb .panel .bg .close_btn {
  left: 80px;
}

html.js #contents .itemlinup li .image img {
	width: 110px;
	height: auto;
}

html.js #contents #lookbook .layout4 .position1,
html.js #contents #lookbook .layout4 .position2 {
  position: relative;
  top: 0;
}
html.js #campaign .slider > ul.slider_nav > li a.active span {
  color: #F00;
}
html.js #campaign .slider > ul.slider_nav > li a.active {
  border-bottom: 1px solid #F00;
}
html.js #lookbook .layout1 .position3 .images:hover img,
html.js #lookbook .layout9 .position3 .images:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
html #contents .section .column1-2 .about_lemiare a {
  line-height: 1;
}
html #lookbook .text_item .item ul > li > a .info span.date,
html #lookbook .text_item .item ul > li > a .info p.name {
  font-size: 0.7em;
}
#lookbook .text_item .item ul > li > a .info p.price {
  font-size: 0.8em;
}
#lookbook .layout1 .position1 {
  z-index: 1000;
}

@media only screen and (min-width: 1366px) {
  html.js #lookbook .layout5 .position1 {
    height: auto;
    left: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 1023px) {
  #contents .section .column1-2 .uniqlo_and_lemiare {
    padding: 140px 0 100px;
  }
}


/*******************************
 *	set up modal
 ******************************/

#contents .text_item .item > ul > li a {
    cursor: default;
}

body.enable_modal #contents .text_item .item > ul > li a,
body.enable_modal #contents .itemlinup li a p.image {
    cursor: pointer;
}

/*for IE. enable click function on background area */
body.enable_modal #lookbook .text_item .item ul > li > a .info{
  background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}


body{
	position:relative;
}
body .modal{
	display: none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;left:0;
	/*background:rgba(255,255,255,0.8);*/
  background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkEyN0MwQTZEOTREMTFFMkE5N0RCQUIxOUUxN0UwRjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkEyN0MwQTdEOTREMTFFMkE5N0RCQUIxOUUxN0UwRjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQTI3QzBBNEQ5NEQxMUUyQTk3REJBQjE5RTE3RTBGNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGQTI3QzBBNUQ5NEQxMUUyQTk3REJBQjE5RTE3RTBGNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiFo6EQAAAAQSURBVHjaYvr///9+gAADAAnFA7/2EyeNAAAAAElFTkSuQmCC');
	z-index:2001;
}
body .modal .inner{
	position:fixed;
	top:70px;left:0;bottom:0;right:0;
	width:100%;
	text-align:center;
}
body .modal .inner .header{
	width:464px;
	margin:0 auto 15px;
	text-align:right:
}
body .modal .inner .header .close_btn{
	width:24px;
	height:24px;
	margin:0 0 0 auto;
	background:url('/uniqloandlemaire/common/images/modal/close_btn.png') no-repeat left top;
	cursor:pointer;
}
body .modal .inner .body{
	width:464px;
	position:relative;
	margin:0 auto;
}
body .modal .inner .body .contents{
  border-radius: 1px;
	border:1px solid #cccccc;
	background:#fff;
	top:0;left:0;bottom:0;right:0;
	margin:0 auto;
	padding:25px;
	width:412px;
	height:488px;
	position:relative;
}
body .modal .inner .body .contents a{
	cursor:default;
	display:block;
}
body .modal .inner .body .contents img{
	margin:0 auto 20px;
}
body .modal .inner .body .contents .info{
	text-align:left;
	position:absolute;
	left:25px;
	bottom:25px;
	width:412px;
}
body .modal .inner .body .contents .info .name{
	margin:0 0 10px;
	font-size:0.8em;
}
body .modal .inner .body .contents .info ul.color{
	display:block;
	margin:0 0 5px;
}
body .modal .inner .body .contents .info ul.color li{
	display:inline-block;
	width:12px;
	height:12px;
	margin:0 5px 5px 0;
}
body .modal .inner .body .contents .info .price{
	position:absolute;
	right:0;
	bottom:0;
	font-size:1.2em;
}
body .modal .inner .body .contents .info .date{
	display:inline-block;
	background:#e6e6e6;
	padding:3px 5px;
	margin:0 5px 0 0;
	color:#231815;
	font-size:0.8em;
}
body .modal .inner .body .contents .info .date.open{
	cursor:pointer;
}
body .modal .inner .body .contents .info .date.open:hover{
	color:#f00;
}

body .modal .inner .body .left,
body .modal .inner .body .right{
	position:absolute;
	top:235px;
	width:24px;
	height:44px;
	cursor:pointer;
}
body .modal .inner .body .left{
	left:-66px;
	background:url('/uniqloandlemaire/common/images/modal/arrow_left.png') no-repeat left top;
}
body .modal .inner .body .right{
	right:-66px;
	background:url('/uniqloandlemaire/common/images/modal/arrow_right.png') no-repeat left top;
}

body .modal .inner .footer{
	width:464px;
	margin:15px auto 0;
	position:relative;
}

