@charset "utf-8";
/* ---------------------------------------------------------
Product Tab
----------------------------------------------------------*/
.product-tab-wrap {
  position: fixed;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 81px;
  background-color: #fff;
}
.product-tab {
  display: table;
  top: 0;
  width: 100%;
  height: 63px;
}
.product-tab li{
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background-color: #f4f4f4;
  width: 50%;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  border-collapse: separate;
}
.product-tab li > a{
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: UniqloProRegular;
  color: #ababab;
}
/* underline */
.product-tab li > a span{
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  display: inline-block;
}
.product-tab li.current > a span:before{
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  bottom: -10px;
  background-color: #378694;
}

.product-tab li.current{
  border-bottom: none;
  background-color: #fff;
}
.product-tab li.current > a{
  border-bottom: none;
  color: #1b1b1b;
}
.product-tab li + li{
  border-left: 1px solid #dadada;
}
#content {
  padding-top: 113px;
}
.nav-INES {
  top: 81px;
}

/* ---------------------------------------------------------
Product notices
----------------------------------------------------------*/
.productNotice {
  margin: 27px 23px;
}
.productNotice p{
  font-size: 13px;
  text-align: center;
  line-height: 1.69;
}
.productNotice .notice-titele{
  font-size: 16px;
  color: #ff0000;
}
.productNotice .notice-period{
  font-size: 14px;
  color: #ff0000;
}
.productNotice .notice-annotation{
  font-size: 11px;
  text-align: center;
  line-height: 1.5;
}
/* ---------------------------------------------------------
Product
----------------------------------------------------------*/
.imgWrap{
  margin-bottom: 30px;
}
.imgWrap img{
  width: 100%;
  height: auto;
}
.txtWrap{
  margin: 20px 15px 30px;
  text-align: center;
}
.txtWrap .txt{
  font-size: 14px;
  line-height: 1.5;
}
.btnWrap{
  margin: 0 15px 30px;
}
.btnWrap .btn{
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border: 1px #1b1b1b solid;
  font-size: 14px;
  font-family:'UniqloProRegular';
}
.pageTitle{
  font-weight: 500;
  font-size: 27px;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}
/* productLink */
.productLink{
  width: 100%;
  font-size: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.productLink li{
  width: 50%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-top: 1px #dadada solid;
  box-sizing: border-box;
}
.productLink li:nth-child(odd){
  border-right: 1px #dadada solid;
}
.productLink li:nth-last-child(-n+2){
  border-bottom: 1px #dadada solid;
}
.productLink li a{
  display: block;
  width: 100%;
  padding: 28px 0 28px 0;
}
.teaserText{
  font-size: 14px;
  height: 70px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px #dadada solid;
}
.productText{
  font-size: 13px;
  text-align: left;
  line-height: 1.5;
}
/*products*/
.productWrap{
  margin-top: 40px;
  padding-bottom: 50px;
}
.productWrap .wishlist_heart_icon{
  z-index: 29;
}
.products:first-of-type{
  margin-top: -50px;
}
.products{
  padding-top: 50px;
  margin: 0;
}
.products h3{
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  margin: 16px;
  font-size: 23px;
  text-align: left;
}
.products-inner{
  margin: 0 auto;
  padding: 0 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.products-inner:after{
  content:" ";
  display:block;
  clear:both;
}
.product-unit{
  position: relative;
  float: left;
  width: 50%;
  margin: 0;
  padding: 17.5px;
  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;
  padding-bottom: 10px;
}
.product-unit .size{
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.product-unit .name{
  margin-bottom: 5px;
  line-height: 1.2;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.product-unit .price{
  position: absolute;
  bottom: 10px;
  right: 20px;
  line-height: 1;
  text-align: right;
}
.product-unit .annotation{
  font-size: 11px;
  margin-bottom: 5px;
}
.product-unit .available{
  height: 2.5em;
  padding-top: 2px;
  text-align: left;
  font-size: 11px;
  line-height: 1.2;
  color: #808080;
}
/* ---------------------------------------------------------
concept
----------------------------------------------------------*/
.concept-txt{
  display: block;
  margin: 0 25px 40px;
}
.concept-txt h2{
  font-size: 20px;
  font-family:'UniqloProRegular';
}
.concept-txt h2 span{
  font-size: 15px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
}
.concept-txt .name{
  margin-bottom: 8px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}
.concept-txt span{
  font-weight: bold;
  font-size: 10px;
}
.concept-txt .txt{
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
}
/* ---------------------------------------------------------
profile
----------------------------------------------------------*/

.profile-photo img{
  display: block;
  width: 100%;
}
.profile-txt{
  display: block;
  margin: 0 25px 15px;
}
.profile-txt h2{
  font-size: 20px;
  font-weight: bold;
}
.profile-txt h2 span{
  font-size: 15px;
  display: block;
  margin-top: 10px;
}
.profile-txt .name{
  margin-bottom: 8px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 15px;
}
.profile-txt span{
  font-weight: bold;
  font-size: 10px;
}
.profile-txt .txt{
  margin-top: 15px;
  font-size: 14px;
  line-height: 2;
}

#kids .productLink li:nth-last-child(-n+2) {
  border-bottom: none;
}
#kids .productLink li:last-child{
  width: 100%;
  border-right: none;
  border-bottom: 1px #dadada solid;
}