@charset "utf-8";
/* ---------------------------------------------------------
font
----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Oswald|Oswald:lighter|Oswald:medium');

@font-face {
  font-family:UniqloProBold;
  src:url(/ines18fw/common/fonts/UniqloProBold.woff);
}
@font-face {
  font-family:UniqloProRegular;
  src:url(/ines18fw/common/fonts/UniqloProRegular.woff);
}
@font-face {
  font-family:UniqloProLight;
  src:url(/ines18fw/common/fonts/UniqloProLight.woff);
}

/* ---------------------------------------------------------
common
----------------------------------------------------------*/
img{vertical-align: bottom;}

body{
  color: #333333;
  font-family: UniqloProLight, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
  letter-spacing: 0.04em;
}
#main .center{
  text-align: center;
}
#main .arrow{
  display: inline-block;
  background: url(/ines18fw/common/images/arrow.png) left center no-repeat;
  padding-left: 20px;
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 50px;
}
#main .arrow:hover{
  color: #ff0000;
  background: url(/ines18fw/common/images/arrow-hover.png) left center no-repeat;
}
#main .row{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
/* hover */
.is-pc .linkItem span:before{
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  margin: auto;
  background-color: #ff0000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.is-pc .linkItem:hover span:before{
  width: 100%;
}
.pageTitle{
  font-weight: 500;
}
/* ---------------------------------------------------------
layout
----------------------------------------------------------*/

#content{
  overflow: hidden;
  font-size: 18px;
}
#content img{
  vertical-align: top;
}
#main{
  min-width: 960px;
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
}
section {
  max-width: 1280px;
  min-width: 980px;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  max-height: 100%;
}
a{
  color: #333333;
  display: inline-block;
  text-decoration: none;
}
a:hover {
  color: #ff0000;
}
.concept{
  padding: 0 30px;
}
/* clearfix */
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

/* IE10での feedback崩れ対策 */
#oo_waypoint_prompt #oo_waypoint_company_logo img{
  width: auto;
}

/* ---------------------------------------------------------
header
----------------------------------------------------------*/
.global_header{
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.globalnav{
  height: 70px;
}
.globalnav img{
  padding: 10px;
}
.nav-INES{
  font-family: 'Oswald', sans-serif;
  position: relative;
  width: auto;
  height: 64px;
  padding: 10px 0;
  text-align: left;
  background-color: #f4f4f4;
  box-sizing: border-box;
}
.nav-INES.is-fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  padding: 10px 0;
  width: 100%;
  min-width: 960px;
}
.nav-INES h1{
  display: inline-block;
  padding-left: 50px;
  padding-right: 45px;
  margin-top: 11px;
  vertical-align: middle;
}
.nav-INES h1 img{
  height: 23px;
}
.nav-INES a{
  display: inline-block;
  color: #000;
}
.nav-INES nav{
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-right: 30px;
  margin-top: 4px;
}
.nav-INES nav li{
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.nav-INES nav a{
  padding: 10px;
}
.nav-INES nav span{
  position: relative;
  display: inline-block;
}
/* underline */
.nav-INES nav span:before{
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  width: 0;
  height: 1px;
  margin: auto;
  background-color: #ff0000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav-INES nav .current span:before{
  width: 100%;
}
.is-pc .nav-INES nav a:hover span{
  color: #ff0000;
}
.is-pc .nav-INES nav a:hover span:before{
  width: 100%;
}
.nav-INES nav a.current span{
  color: #b5b6b6;
}
.nav-INES nav a.current span:before{
  width: 100%;
  background-color: #b5b6b6;
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
.footer{
  margin: 40px auto 20px;
  text-align: center;
}
.footer > a > img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.footer > a > p {
  font-size: 16px;
  color: #cccccc;
  text-decoration: underline;
}
/* color of underline */
.footer > a > p >span {
  color: #333333;
}
.footer > p {
  font-size: 12px;
  margin-top: 40px;
  text-align: center;
}

/* ---------------------------------------------------------
back-top
----------------------------------------------------------*/
.pagetop{
  position: fixed;
  right: 56px;
  bottom: 56px;
}
.pagetop img{
  width: 48px;
  height: 48px;
}

/* ---------------------------------------------------------
colorChip
----------------------------------------------------------*/
.colorChip{
  margin-bottom: 7px;
  font-size: 0;
}
.colorChip li{
  display: inline-block;
  width: 22px;
  height: 12px;
  margin-right: 6px;
}
.colorChip .color-beige{
  background-color: #e6e3d4;
}
.colorChip .color-black{
  background-color: #23241f;
}
.colorChip .color-red{
  background-color: #fa2c30;
}
.colorChip .color-blue{
  background-color: #17334b;
}
/* ---------------------------------------------------------
colorChip over
----------------------------------------------------------*/
.colorChip.is-more{
  position: relative;
  width: 100%;
}
.colorChip.is-more:before,
.colorChip.is-more:after{
  content: '';
  position: absolute;
  display: block;
  background-color: #808080;
}
.colorChip.is-more:before{
  top: 5px;
  right: 4px;
  width: 10px;
  height: 2px;
}
.colorChip.is-more:after{
  top: 1px;
  right: 8px;
  width: 2px;
  height: 10px;
}
.colorChip.is-more li:nth-child(n+8){
  display: none;
}
/* ---------------------------------------------------------
3D U-Knit
----------------------------------------------------------*/
.txt-knit{
  margin-bottom: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
#content .txt-knit img{
  width: 72px;
  margin-right: 30px;
}
.txt-knit dt,
.txt-knit dd{
  display: inline-block;
  vertical-align: middle;
}
.txt-knit dd{
  width: 560px;
  line-height: 1.4;
  font-size: 13px;
  text-align: left;
}
.txt-knit dd span{
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

/* ---------------------------------------------------------
modal
----------------------------------------------------------*/
.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  letter-spacing: normal;
}
.modal-bg{
  width: 100%;
  height: 100%;
  background-color: rgba(235,235,235,0.8);
}
.modal-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 900px;
  margin-left: -450px;
  padding: 30px;
  font-size: 0;
  transform: translateY(-50%);
  background-color: #fff;
  box-sizing: border-box;
}
.modal-close{
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  padding: 14px;
  cursor: pointer;
}
.modal-close:before,
.modal-close:after{
  position: absolute;
  top: 26px;
  right: 12px;
  content: '';
  display: block;
  width: 28px;;
  height: 2px;
  background-color: #000;
  transform-origin: center center;
}
.modal-close:before{
  transform: rotate(45deg);
}
.modal-close:after{
  transform: rotate(-45deg);
}
.modal .product-img{
  width: 420px;
  margin-right: 30px;
}
#content .modal .product-img{
  vertical-align: middle;
}
.modal .modal-txt{
  display: inline-block;
  vertical-align: middle;
  width: 390px;
  text-align: left;
}
.modal .name{
  font-size: 18px;
  line-height: 1.4;
}
.modal .price{
  font-size: 24px;
  line-height: 1;
  margin-top: 12px;
}
.modal .detail{
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.45;
}
.modal .annotation{
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.16;
  color: #808080;
}
.modal .colorChip{
  margin-top: 24px;
}
.modal .colorChip li{
  width: 30px;
  height: 30px;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.modal .colorChip li:nth-child(10){
  margin: 0 0 10px 0;
}
.modal .size{
  margin-top: 10px;
  font-size: 16px;
}
.modal .available{
  margin-top: 6px;
  font-size: 16px;
  color: #808080;
}
.modal .btn-linkProduct{
  margin-top: 22px;
  padding: 5px 16px;
  font-size: 16px;
  border: 1px solid #000;
}
.modal .btn-linkProduct.is-hide{
  display: none;
}
.modal .available.is-hide,
.modal .btn-linkProduct.is-hide{
  display: none;
}
