@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: 100%;
  position: relative;
}
.main-visual .imgWrap img{
  width: 100%;
  height: auto;
}
.main-visual .txtWrap{
  width: 50%;
  display: table-cell;
  padding: 30px 50px;
  box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
}
.main-visual h2{
  font-family: UniqloProRegular;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 1.2;
}
.main-visual .lead{
  font-size: 16px;
  line-height: 1.4;
}
.main-visual .txt{
  font-size: 16px;
  line-height: 1.4;
  font-weight: lighter;
}
.main-visual .txtMt40{
  margin-top: 40px;
  font-size: 16px;
}
/* ---------------------------------------------------------
Notice (Online Store Limited)
----------------------------------------------------------*/
.notice {
  display: table;
  margin: 0 auto;
  margin-bottom: 60px;
  /* border: 1px solid #dedede; */
}
.notice > img{
  max-width: 100%;
}


/* ---------------------------------------------------------
Concept
----------------------------------------------------------*/
.concept {
  padding: 0 50px;
  box-sizing: border-box;
}
.concept .txt{
  font-size: 16px;
}
.concept h2{
  font-family: UniqloProRegular;
  font-size: 32px;
  margin-bottom: 36px;
}
.concept .sub{
  font-size: 24px;
  margin-left: 20px;
}
.concept p + p {
  margin-top: 20px;
}


/* ---------------------------------------------------------
Concept visual (French-chic spirit)
----------------------------------------------------------*/
.concept-visual {
  display: block;
  margin: 56px auto 0;
}
.concept-visual .left {
  margin-right: 1%;
}
.concept-visual .left  img,
.concept-visual .right img{
  width: 100%; /* IE */
  max-width: 100%;
}
.concept-visual .row a:hover .arrow {
  background: url(/ines18fw/common/images/arrow-hover.png) left center no-repeat!important;
}
/* ---------------------------------------------------------
profile
----------------------------------------------------------*/
.profile{
  display: table;
  table-layout: fixed;
  margin: 70px auto 0;
}
.profile-photo{
  display: table-cell;
  width: 50%;
}
.profile-photo img{
  width: 100%; /* IE */
  max-width: 100%;
}
.profile-txt{
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px;
}
.profile-txt .name{
  font-family: 'Oswald', sans-serif;
  margin-bottom: 24px;
}
.profile-txt .txt{
  font-size: 16px;
  line-height: 2;
}

/* ---------------------------------------------------------
updates
----------------------------------------------------------*/
.updates-sns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.updates-sns h3{
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
.updates {
  width: 400px;
  margin: 60px 60px 0 162px;
  text-align: center;
}

.updates a {
  text-decoration: none;
}

.updatesContent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 70px;
}

.updates .links {
  width: 50%;
  text-align: center;
}

.updates .linkItem {
  display: inline-block;
}

.updates .linkItem span {
  display: block;
  position: relative;
  font-size: 16px;
  margin-top: 24px;
  margin-bottom: 4px;
}

.updates .linkItem .icon-wrap {
  height: 48px;
  height: 48px;
  position: relative;
}

.updates .linkItem img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}


.sns {
  width: 640px;
  margin: 60px 192px 0 0;
  text-align: center;
}

.sns a {
  text-decoration: none;
}

.sns .links {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 70px;
}

.sns_txt {
  display: inline-block;
  margin-top: 55px;
  font-size: 16px;
  line-height: 1.2;
}

.sns .linkItem {
  font-size: 16px;
  width: 25%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sns .linkItem span {
  display: block;
  position: relative;
  margin-top: 24px;
}

#content .sns .linkItem img {
  width: auto;
  max-width: 37px;
  max-height: 37px;
}
.sns .twitter-txt{
  margin-top: 2px;
}
.sns .twitter-txt span{
  margin-top: 29px;
}
