@charset "utf-8";
/* ---------------------------------------------------------
main visual
----------------------------------------------------------*/
.main-visual{
  display: table;
  margin: 0 auto;
  margin-bottom: 64px;
  background-color: #fff;
}
.main-visual .imgWrap{
  display: table-cell;
  width: 50%;
  position: relative;
}
.main-visual .imgWrap img{
  width: 100%;
  height: auto;
}
.main-visual .txtWrap{
  width: 50%;
  display: table-cell;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.main-visual .txtWrap .logo{
  margin: 60px 0;
}
.main-visual .txtWrap a{
  margin-top:24px;
}
.main-visual .brand-message{
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #002965;
}
.main-visual .txt + .txt{
  margin-top: 24px;
}
.main-visual .txt{
  font-size: 15px;
  line-height: 1.5;
}
.pageTitle{
  text-align: center;
  margin: 50px auto;
  font-size: 36px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
/* ---------------------------------------------------------
Product notices
----------------------------------------------------------*/
.productNotice{
  padding: 0 27px;
}
.productNotice p{
  font-size: 13px;
  text-align: center;
  line-height: 1.69;
}
.productNotice .notice-titele{
  font-size: 18px;
  color: #ff0000;
}
.productNotice .notice-period{
  font-size: 15px;
  color: #ff0000;
}
.productNotice .notice-annotation{
  font-size: 11px;
  text-align: center;
  line-height: 1.5;
}
/* ---------------------------------------------------------
Product
----------------------------------------------------------*/
/* productLink */
.productLinkWrap{
  width: 1280px;
  margin: 0 auto;
}
.productLink{
  max-width: 700px;
  margin: 50px auto 37px;
  font-size: 0;
  text-align: center;
}
.productLink li{
  display: inline-block;
  margin: 0 17px 15px;
  font-size: 16px;
}
.productLink a{
  position: relative;
  font-size: 16px;
  background: url(/ines18fw/common/images/chevron-down.png) right center no-repeat;
  padding-right: 16px;
  line-height: 1.2;
}
.productLink a:hover{
  background: url(/ines18fw/common/images/chevron-down-hover.png) right center no-repeat;
}
.productLink a::before{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  margin: auto;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.is-pc .productLink a:hover::before{
  width: 100%
}
.productText{
  font-size: 13px;
  line-height: 2;
  text-align: center;
  margin-left: 23px;
  margin-right: 23px;
}
/*products*/
.productWrap section{
  width: inherit;
}
.productWrap{
  max-width: 1280px;
  min-width: 980px;
  margin: 0 auto;
  margin-top: 90px;
  padding-bottom: 10px;
}
.products{
  margin: 0 -8px;
  padding-bottom: 73px;
}
.products h3{
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 32px;
  text-align: center;
}
.products-inner{
  max-width: 976px;
  margin: 0 auto;
}
.products-inner:after{
  content:" ";
  display:block;
  clear:both;
}
.product-unit{
  position: relative;
  float: left;
  width: 228px;
  height: 370px;
  margin: 0 8px 16px;
  padding: 10px;
  text-align: left;
  background-color: #fff;
  box-sizing: border-box;
}
.product-unit .product-img{
  width: 100%;
  height: auto;
  cursor: pointer;
}
.product-unit .info{
  padding-top: 10px;
}
.product-unit .size{
  margin-bottom: 5px;
  font-size: 12px;
  color: #808080;
  line-height: 1.2;
  letter-spacing: 0.03em;
}
.product-unit .name{
  height: 3.5em;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: 0.03em;
}
.product-unit .price{
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 16px;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.03em;
}
.product-unit .annotation{
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
}
.product-unit .available{
  height: 2.5em;
  padding-top: 2px;
  text-align: left;
  font-size: 11px;
  line-height: 1.2;
  color: #808080;
  letter-spacing: 0.03em;
}

/* ---------------------------------------------------------
Concept (French-chic spirit)
----------------------------------------------------------*/
.concept{
  width: 960px;
  display: block;
  margin: 0 auto;
}
.concept h2{
  font-family: UniqloProRegular;
  font-size: 32px;
  margin-bottom: 36px;
}
.concept .sub{
  font-size: 24px;
  margin-left: 20px;
}
.concept > .txt {
  font-size: 16px;
  margin-bottom: 56px;
}
.concept p + p {
  margin-top: 20px;
}

/* ---------------------------------------------------------
profile
----------------------------------------------------------*/
.profile{
  width: 960px;
  display: table;
  margin: 70px auto 0;
}
.profile-photo{
  display: table-cell;
}
.profile-txt{
  display: table-cell;
  vertical-align: middle;
  padding-left: 50px;
}
.profile-txt .name{
  font-family: 'Oswald', sans-serif;
  margin-bottom: 24px;
}
.profile-txt .txt{
  font-size: 16px;
  line-height: 2;
}