/* Web fonts */
@font-face {
  font-family: roboto;
  src: url("RobotoCondensed-Light.ttf?v=1.1.0") format("truetype");
  font-weight: 300;
  font-style: normal; 
}
@font-face {
  font-family: roboto;
  src: url("RobotoCondensed-Regular.ttf?v=1.1.0") format("truetype");
  font-weight: 400;
  font-style: normal; 
}
@font-face {
  font-family: roboto;
  src: url("RobotoCondensed-Bold.ttf?v=1.1.0") format("truetype");
  font-weight: 700;
  font-style: normal; 
}

/* General */
.container {
  min-width: 744px;
}
#apparel-2019 {
  font-family: roboto,-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI";
  font-size: 20px;
  width: 1152px;
  padding: 0;
  margin: 0 auto 60px;
  border: 0;
  color: #444;
  line-height: 1.5em;
  letter-spacing: 1.5px;
}
#apparel-2019 img {
  margin: 0;
}
#apparel-2019 a {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  color: #333;
  display: inline-block;
  margin-top: 8px;
}
#apparel-2019 a:after {
  display: inline-block;
  content: '';
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; 
  border-left: 10px solid #333; 
  margin-left: 8px;
}
#apparel-2019 a:hover {
  color: #000;
}
#apparel-2019 a:hover:after {
  border-left-color: #000;
}
#apparel-2019 .ad-banner {
  border-bottom: solid 1px;
  margin-bottom: 30px;
}
#apparel-2019 .ad-banner img {
  max-width: 100%;
}
#apparel-2019 .ad-banner img + img {
  margin: 30px 0;
}
#apparel-2019 section {
  margin-bottom: 30px;
}
#apparel-2019 .section + .section {
  margin-top: 60px;
}
#apparel-2019 header h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 60px;
  padding-left: 60px;
  margin: 0;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
}
#apparel-2019 header h2 span {
  display: inline-block;
  background-color: #fff;
  padding: 0 15px;
}
#apparel-2019 header p {
  padding: 30px;
  margin: 0;
  color: #9F9F9F;
}
#apparel-2019 .album,
#apparel-2019 .album-sub {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: stretch;
  -ms-flex-align: stretch;
  position: relative;
}
#apparel-2019 .album-photo,
#apparel-2019 .album-sub,
#apparel-2019 .album-sub > img,
#apparel-2019 .album-sub .desc {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
#apparel-2019 .album-sub > img.full {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}
#apparel-2019 .album img {
  z-index: 1;
}
#apparel-2019 .album-photo > img,
#apparel-2019 .album-sub > img {
  width: 100%;
}
#apparel-2019 .album-sub .desc {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 0;
  position: relative;
  text-align: center;
  font-size: 125%;
  line-height: 1.4em;
}
#apparel-2019 .album-sub .desc:after {
  content: '';
  display: block;
  position: absolute;
  border: dashed 2px;
  width: 80%;
  height: 60%;
  top: 20%;
  left: 50%;
}
#apparel-2019 .album-sub .desc.left:after {
  left: auto;
  right: 50%;
}
#apparel-2019 .album-sub .desc > * {
  position: relative;
  z-index: 1;
}
#apparel-2019 .album-sub .desc img {
  padding: 15px 0;
}
#apparel-2019 .album-sub .desc.left img {
  transform: scale(-1);
}
#apparel-2019 .inner-desc {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 125%;
  line-height: 1.4em;
}
@media (max-width: 1199px) {
  #apparel-2019 {
    width: 948px;
    font-size: 17px;
    margin-bottom: 50px;
  }
  #apparel-2019 .ad-banner {
    margin-bottom: 20px;
  }
  #apparel-2019 section {
    margin-bottom: 20px;
  }
  #apparel-2019 section + section {
    margin-top: 40px;
  }
  #apparel-2019 header p {
    padding: 20px;
    margin: 0;
  }
  #apparel-2019 header h2 {
    font-size: 32px;
    line-height: 50px;
    padding-left: 50px;
  }
  #apparel-2019 .album-sub .desc img {
    transform: scale(0.9);
  }
  #apparel-2019 .album-sub .desc.left img {
    transform: scale(-0.9);
  }
  #apparel-2019 .album-sub .desc,
  #apparel-2019 .inner-desc {
    font-size: 115%;
  }
}

@media (max-width: 991px) {
  #apparel-2019 {
    width: 720px;
    font-size: 14px;
    margin-bottom: 40px;
  }
  #apparel-2019 .ad-banner {
    margin-bottom: 15px;
  }
  #apparel-2019 section {
    margin-bottom: 15px;
  }
  #apparel-2019 section + section {
    margin-top: 30px;
  }
  #apparel-2019 header p {
    padding: 15px;
    margin: 0;
  }
  #apparel-2019 header h2 {
    font-size: 28px;
    line-height: 40px;
    padding-left: 40px;
  }
  #apparel-2019 .album-photo,
  #apparel-2019 .album-sub {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
  #apparel-2019 .album-sub .desc img {
    transform: scale(1);
  }
  #apparel-2019 .album-sub .desc.left img {
    transform: scale(-1);
  }
  #apparel-2019 .album-sub .desc,
  #apparel-2019 .inner-desc  {
    font-size: 150%;
  }
}
#beige header h2 {
  background-image: url(/te/promotion/ad/apparel-2019-fall/beige/Beige_tit_bg.jpg);
  color: #574940;
}
#beige .album-sub .desc,
#beige .album-sub .desc > * {
  background-color: #ECE0CA;
  color: #5A4941;
}
#beige .inner-desc {
  left: 10%;
  bottom: 30%;
}
#floral header h2 {
  background-image: url(/te/promotion/ad/apparel-2019-fall/floral/Floral_tit_bg.jpg);
  color: #8D624F;
}
#floral .album-sub .desc,
#floral .album-sub .desc > * {
  background-color: #FFE1D6;
  color: #8B624E;
}
#floral .inner-desc {
  left: 15%;
  bottom: 32%;
}
#animal-print header h2 {
  background-image: url(/te/promotion/ad/apparel-2019-fall/animal-print/Animal_tit_bg.jpg);
  color: #362E2B;
}
#animal-print .album-sub .desc,
#animal-print .album-sub .desc > * {
  background-color: #FFDDA3;
  color: #5A4941;
}
#animal-print .inner-desc {
  right: 9%;
  top: 7%;
  color: #5A4941;
}
#plaids header h2 {
  background-image: url(/te/promotion/ad/apparel-2019-fall/plaids/CHECKS_tit_bg.jpg);
  color: #414F76;
}
#plaids .album-sub .desc,
#plaids .album-sub .desc > * {
  background-color: #DBE8F9;
  color: #424E76;
}
#plaids .inner-desc {
  color: #434463;
}
#plaids .inner-1 {
  left: 8%;
  bottom: 20%;
}
#plaids .inner-2 {
  left: 10%;
  top: 27%;
}
#leather header h2 {
  background-image: url(/te/promotion/ad/apparel-2019-fall/leather/Leather_tit_bg.jpg);
  color: #B5526E;
}
#leather .album-sub .desc,
#leather .album-sub .desc > * {
  background-color: #F3E6DE;
  color: #B6536F;
}
#twinkle header h2 {
  background-image: url(/te/promotion/ad/apparel-2019-fall/twinkle/Twinkle_tit_bg.jpg);
  color: #000000;
}
#twinkle .album-sub .desc,
#twinkle .album-sub .desc > * {
  background-color: #A7A7B1;
  color: #000100;
}
#cape header h2 {
  background-image: url(/te/promotion/ad/apparel-2019-fall/cape/Cape_tit_bg.jpg);
  color: #414D73;
}
#cape .album-sub .desc,
#cape .album-sub .desc > * {
  background-color: #DBE8F9;
  color: #414D75;
}
#cape .inner-1 {
  left: 8%;
  top: 12%;
  color: #434463;
}
#cape .inner-2 {
  left: 13%;
  bottom: 19%;
}