@import url("https://use.typekit.net/okr7rbf.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes kurukuru {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fillblack {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 -10%, 100% 0%, 100% 100%, 0% 100%);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #111;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}

a {
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #555555;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #555555;
  opacity: 0.1;
  display: block;
}
#loader .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: background-color 0.5s ease-in;
}
#loader .text h3 {
  width: 142px;
  height: 54px;
  background-image: url(../images/logo_deuxieme.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.25s ease-in 0s;
}
#loader .text::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #111;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
#loader .logo {
  width: calc(100% - 260px);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  transition: opacity 0.5s ease-in 1s;
}
#loader .logo h2 {
  width: 178px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  right: -89px;
  top: 245px;
  z-index: 5;
  filter: invert(100%);
}
#loader .logo h2 span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  display: block;
  position: absolute;
}
#loader .logo h2 span:nth-child(1) {
  width: 160px;
  height: 51px;
  background-image: url(../images/logo1.png);
  left: 3px;
  top: -90px;
  transition: top 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#loader .logo h2 span:nth-child(2) {
  width: 178px;
  height: 61px;
  background-image: url(../images/logo2.png);
  left: 0px;
  top: 61px;
}
#loader .logo h2 span:nth-child(3) {
  width: 157px;
  height: 50px;
  background-image: url(../images/logo3.png);
  left: 5px;
  top: 232px;
  transition: top 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#loader.step1 .text::before {
  animation: fillblack forwards 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#loader.step1 .logo {
  opacity: 1;
}
#loader.step2 .logo h2 span:nth-child(1) {
  top: 0px;
}
#loader.step2 .logo h2 span:nth-child(3) {
  top: 142px;
}

.loaded main {
  opacity: 1;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 0 180px 0;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
  opacity: 0;
}
main #deco,
main #deco2 {
  width: 76px;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  left: 17px;
  top: 23px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  transition: all 0.25s ease-in 0s;
}
main #deco p,
main #deco2 p {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
  display: block;
}
main #deco p:nth-child(1),
main #deco2 p:nth-child(1) {
  width: 76px;
  height: 76px;
  background-image: url(../images/text_circle.png);
  margin-bottom: 25px;
  animation: kurukuru 16s infinite linear;
}
main #deco p:nth-child(2),
main #deco2 p:nth-child(2) {
  width: 12px;
  height: 163px;
  background-image: url(../images/text_brandname.png);
  left: 4px;
}
main #deco.on,
main #deco2.on {
  opacity: 1;
}
main #deco2 {
  mix-blend-mode: normal;
  filter: invert(100%);
  z-index: 0;
}
main #deco2 p {
  filter: invert(100%);
}
main section {
  /*
  &.on{
  	a{
  		&.show{
  			img{
  				opacity: 1;
  				filter: blur(0px);
  			}
  		}
  	}
  }
  */
}
main section a.show {
  display: block;
  position: relative;
}
main section a.show::after {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../images/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  transition: all 0.25s ease-in 0s;
}
main section a.show.left::after {
  right: auto;
  left: 0px;
}
main section a.show:hover::after {
  transform: rotate(90deg);
}
main section a.show img {
  opacity: 0;
  filter: blur(10px);
  transition: all 0.5s ease-in;
}
main section a.show.on img {
  opacity: 1;
  filter: blur(0px);
}
main section#visual {
  width: 100%;
  margin-bottom: 180px;
}
main section#visual .inner {
  width: calc(100% - 260px);
  position: relative;
}
main section#visual .inner h2 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  right: -89px;
  top: 245px;
  z-index: 5;
}
main section#visual .inner h2 span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
  display: block;
}
main section#visual .inner h2 span:nth-child(1) {
  width: 160px;
  height: 51px;
  background-image: url(../images/logo1.png);
  margin-bottom: 10px;
  left: 3px;
}
main section#visual .inner h2 span:nth-child(2) {
  width: 178px;
  height: 61px;
  background-image: url(../images/logo2.png);
  margin-bottom: 20px;
}
main section#visual .inner h2 span:nth-child(3) {
  width: 157px;
  height: 50px;
  background-image: url(../images/logo3.png);
  margin-bottom: 30px;
  left: 5px;
}
main section#visual .inner h2 span:nth-child(4) {
  width: 172px;
  height: 13px;
  background-image: url(../images/logo4.png);
}
main section#visual .inner h2.fix {
  position: fixed;
  top: 85px;
  left: calc(100% - 260px - 89px);
}
main section#visual .inner h2.fix.go {
  position: absolute;
  top: auto;
  right: -89px;
  bottom: 85px;
  left: auto;
}
main section#visual .inner .photo {
  width: calc(100% - 0px);
}
main section#visual .inner .photo a.show img {
  opacity: 1;
  filter: blur(10px);
  transition: all 0.5s ease-in 0.5s;
}
main section#visual.on .inner .photo {
  width: 100%;
}
main section#visual.on .inner .photo a.show img {
  filter: blur(0px);
}
main section#sec1 {
  width: 100%;
  margin-bottom: 180px;
}
main section#sec1 .inner {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#sec2 {
  width: 100%;
  margin-bottom: 180px;
}
main section#sec2 .inner {
  width: 100%;
}
main section#sec2 .inner .photo {
  width: 100%;
  margin-bottom: 180px;
}
main section#sec2 .inner .set {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section#sec2 .inner .set a.show img {
  transition-duration: 1s;
}
main section#sec3 {
  width: 100%;
  margin-bottom: 180px;
}
main section#sec3 .inner {
  width: 38.5%;
  margin: 0 auto;
}
main section#sec4 {
  width: 100%;
  margin-bottom: 180px;
}
main section#sec4 .inner {
  width: 100%;
}
main section#sec4 .inner .photo {
  width: 100%;
  margin-bottom: 180px;
}
main section#sec4 .inner .set {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#sec4 .inner .set div {
  width: calc((100% - 40px) / 2);
}
main section#sec5 {
  width: 100%;
  margin-bottom: 180px;
}
main section#sec5 .inner {
  width: 38.5%;
  margin: 0 auto;
}
main section#sec6 {
  width: 100%;
  margin-bottom: 180px;
}
main section#sec6 .inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section#sec6 .inner div {
  width: 50%;
}
main section#sec6 .inner div:nth-child(1) {
  width: calc(50% - 175px);
}
main section#sec7 {
  width: 100%;
  margin-bottom: 180px;
}
main section#sec7 .inner {
  width: 100%;
}
main section#sec7 .inner .set {
  width: calc(100% - 100px);
  margin: 0 auto 180px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#sec7 .inner .photo {
  width: 41.5%;
  margin: 0 auto;
}
main section#sec8 {
  width: 100%;
  margin-bottom: 180px;
}
main section#sec8 .inner {
  width: 100%;
}
main section#sec8 .inner .set {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#sec8 .inner .set:not(:last-child) {
  margin-bottom: 180px;
}
main section#sec8 .inner .photo {
  width: 52.5%;
  margin: 0 auto 180px auto;
}
main section#sec9 {
  width: 100%;
  margin-bottom: 180px;
}
main section#sec9 .inner {
  width: 100%;
}
main section#sec9 .inner .set {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main section#sec9 .inner .set div {
  width: 50%;
}
main section#sec9 .inner .set div:nth-child(2) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section#sec9 .inner .set div:nth-child(2) a {
  width: calc(100% - 246px);
}
main section#sec10 {
  width: 100%;
  margin-bottom: 180px;
}
main section#sec10 .inner {
  width: calc(100% - 100px);
  margin: 0 auto;
}
main section#sec10 .inner .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main section#sec11 {
  width: 100%;
}
main section#sec11 .inner {
  width: 100%;
}
main section#sec11 .inner .set {
  width: 44.8%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

section#looks {
  background-color: #FFF;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(0px, -9999px, 0px);
  pointer-events: none;
  box-sizing: border-box;
}
section#looks.active {
  pointer-events: auto;
  transform: translate3d(0px, 0px, 0px);
  z-index: 99999;
  /*.inner{
  	.swiper-container{
  		.swiper-wrapper{
  			.swiper-slide{
  				&.swiper-slide-active,
  				&.swiper-slide-duplicate-active{
  					pointer-events: auto;
  					.photo{
  						pointer-events: auto;
  					}
  				}
  			}
  		}
  	}
  }*/
}
section#looks .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
section#looks .inner .set {
  width: 76px;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  left: 17px;
  top: 23px;
  z-index: 99999;
}
section#looks .inner .set .close {
  width: 76px;
  height: 76px;
  margin-bottom: 25px;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
section#looks .inner .set .close span {
  width: 20px;
  height: 1px;
  background-color: #111;
  position: absolute;
}
section#looks .inner .set .close span:nth-child(1) {
  top: 38px;
  left: 28px;
  transform: rotate(45deg);
}
section#looks .inner .set .close span:nth-child(2) {
  top: 38px;
  left: 28px;
  transform: rotate(-45deg);
}
section#looks .inner .set .close:hover {
  opacity: 0.7;
  transform: rotate(90deg);
}
section#looks .inner .set p {
  width: 12px;
  height: 163px;
  background-image: url(../images/text_brandname.png);
  left: 4px;
  filter: invert(100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: relative;
  display: block;
}
section#looks .inner .pager {
  position: absolute;
  left: calc(43% - 50px - 34px);
  top: 17px;
  z-index: 5;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
section#looks .inner .pager div {
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
section#looks .inner .pager div.prev {
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 16px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 76px;
  height: 76px;
}
section#looks .inner .pager div.prev:hover {
  background-position: 20px center;
  opacity: 0.5;
}
section#looks .inner .pager div.next {
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: 30px center;
  background-size: 16px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 76px;
  height: 76px;
  transform: rotate(180deg);
}
section#looks .inner .pager div.next:hover {
  background-position: 20px center;
  opacity: 0.5;
}
section#looks .inner .pager div.num {
  color: #111;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  margin: 0 20px;
}
section#looks .inner .pager div.num span {
  display: inline-block;
}
section#looks .inner .pager div.num span.swiper-pagination-current {
  font-weight: 600;
  margin: 0 5px 0 0;
}
section#looks .inner .pager div.num span.swiper-pagination-total {
  margin: 0 0 0 5px;
}
section#looks .inner .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
section#looks .inner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide {
  background-color: #FFF;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .photo {
  width: 37%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  order: 2;
  position: relative;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .photo .credit {
  width: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  transition: all 0.25s ease-in 0s;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .photo .credit dl dd a {
  background-color: #FFF;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .photo .credit.focus {
  transform: scale(2, 2);
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text {
  min-width: 20vw;
  padding: 0 0 60px 0;
  margin: 0 50px 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  order: 1;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits {
  width: 100%;
  border-top: solid 1px #F4F4F4;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit {
  padding: 10px 0;
  border-bottom: solid 1px #F4F4F4;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit.focus dl {
  opacity: 0.6;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt strong:nth-child(1) {
  color: #333333;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.7rem;
  letter-spacing: 0em;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt strong:nth-child(1) span {
  font-weight: 400;
  display: inline-block;
  padding: 0 0 0 5px;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt strong:nth-child(1) span:not(.nc)::after {
  content: "(TAX IN)";
  padding: 0 0 0 5px;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt strong:nth-child(2) {
  color: #333333;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7rem;
  letter-spacing: 0em;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd {
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a {
  color: #333333;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7rem;
  letter-spacing: 0em;
  text-decoration: underline;
  transition: all 0.25s ease-in 0s;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a:hover {
  opacity: 0.7;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a:not([href]) {
  display: none;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a:not([href]) + span {
  color: #F4F4F4;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.7rem;
  letter-spacing: 0em;
  display: inline-block;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a[href] {
  display: inline-block;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a[href] + a.linelink {
  display: none;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a + span {
  display: none;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit .disable dl dd span {
  display: inline-block;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d1 .look .photo .credit:nth-child(1) {
  margin: -10vh 0 0 -5px;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d1 .look .photo .credit:nth-child(2) {
  margin: 20vh 0 0 -30%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d1 .look .photo .credit:nth-child(3) {
  margin: 32.5vh 0 0 -35%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d1 .look .photo .credit:nth-child(4) {
  margin: 0 0 0 -15%;
  top: auto;
  bottom: 30px;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d2 .look .photo .credit:nth-child(1) {
  margin: 0 0 0 -10%;
  top: 25vh;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d2 .look .photo .credit:nth-child(2) {
  margin: -17.5vh 0 0 7.5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d2 .look .photo .credit:nth-child(3) {
  margin: 10vh 0 0 -10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d2 .look .photo .credit:nth-child(4) {
  margin: 0 0 0 15%;
  top: 14vh;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d3 .look .photo .credit:nth-child(1) {
  margin: 10vh 0 0 -20%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d3 .look .photo .credit:nth-child(2) {
  margin: 17.5vh 0 0 35%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d3 .look .photo .credit:nth-child(3) {
  margin: 10vh 0 0 32.5%;
  top: 5vh;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d4 .look .photo .credit:nth-child(1) {
  margin: 0 0 0 -30%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d4 .look .photo .credit:nth-child(2) {
  margin: -15vh 0 0 -15%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d4 .look .photo .credit:nth-child(3) {
  margin: 0 0 0 5%;
  top: auto;
  bottom: 17.5vh;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d5 .look .photo .credit:nth-child(1) {
  margin: -10vh 0 0 -20%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d5 .look .photo .credit:nth-child(2) {
  margin: -20vh 0 0 -30%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d5 .look .photo .credit:nth-child(3) {
  margin: 20vh 0 0 -5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d5 .look .photo .credit:nth-child(4) {
  margin: -10vh 0 0 0;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d6 .look .photo .credit:nth-child(1) {
  margin: -15vh 0 0 30%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d6 .look .photo .credit:nth-child(2) {
  margin: 5vh 0 0 10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d6 .look .photo .credit:nth-child(3) {
  margin: 30vh 0 0 -15%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d7 .look .photo .credit:nth-child(1) {
  margin: -15vh 0 0 10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d7 .look .photo .credit:nth-child(2) {
  margin: -26.5vh 0 0 5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d7 .look .photo .credit:nth-child(3) {
  margin: 25vh 0 0 -15%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d7 .look .photo .credit:nth-child(4) {
  margin: -24vh 0 0 -3%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d7 .look .photo .credit:nth-child(5) {
  margin: 5vh 0 0 5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d7 .look .photo .credit:nth-child(6) {
  margin: 37.5vh 0 0 -25%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d8 .look .photo .credit:nth-child(1) {
  margin: -25vh 0 0 -30%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d9 .look .photo .credit:nth-child(1) {
  margin: -10vh 0 0 -15%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d9 .look .photo .credit:nth-child(2) {
  margin: 30vh 0 0 -35%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d9 .look .photo .credit:nth-child(3) {
  margin: -13vh 0 0 25%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d9 .look .photo .credit:nth-child(4) {
  margin: -14vh 0 0 19%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d9 .look .photo .credit:nth-child(5) {
  margin: -18vh 0 0 30%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d9 .look .photo .credit:nth-child(6) {
  margin: -9vh 0 0 16%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d10 .look .photo .credit:nth-child(1) {
  margin: -8vh 0 0 -22%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d10 .look .photo .credit:nth-child(2) {
  margin: -1vh 0 0 -10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d10 .look .photo .credit:nth-child(3) {
  margin: 15vh 0 0 -35%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d11 .look .photo .credit:nth-child(1) {
  margin: -20vh 0 0 -17.5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d11 .look .photo .credit:nth-child(2) {
  margin: -22.5vh 0 0 -7.5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d11 .look .photo .credit:nth-child(3) {
  margin: 20vh 0 0 5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d11 .look .photo .credit:nth-child(4) {
  margin: -27.5vh 0 0 -10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d11 .look .photo .credit:nth-child(5) {
  margin: 25vh 0 0 -32.5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d11 .look .photo .credit:nth-child(6) {
  margin: -9vh 0 0 -17.5%;
  top: auto;
  bottom: 3vh;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d12 .look .photo .credit:nth-child(1) {
  margin: -20vh 0 0 -5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d12 .look .photo .credit:nth-child(2) {
  margin: -5vh 0 0 -17.5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d12 .look .photo .credit:nth-child(3) {
  margin: 17.5vh 0 0 -20%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d12 .look .photo .credit:nth-child(4) {
  margin: 17.5vh 0 0 0%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d12 .look .photo .credit:nth-child(5) {
  margin: 40vh 0 0 -10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d13 .look .photo .credit:nth-child(1) {
  margin: -25vh 0 0 10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d13 .look .photo .credit:nth-child(2) {
  margin: 15vh 0 0 -35%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d13 .look .photo .credit:nth-child(3) {
  margin: 5vh 0 0 7.5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d14 .look .photo .credit:nth-child(1) {
  margin: -15vh 0 0 0%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d15 .look .photo .credit:nth-child(1) {
  margin: -10vh 0 0 -25%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d15 .look .photo .credit:nth-child(2) {
  margin: 32.5vh 0 0 -10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d15 .look .photo .credit:nth-child(3) {
  margin: 42.5vh 0 0 -25%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d16 .look .photo .credit:nth-child(1) {
  margin: -20vh 0 0 -10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d16 .look .photo .credit:nth-child(2) {
  margin: -15vh 0 0 12.5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d16 .look .photo .credit:nth-child(3) {
  margin: -30vh 0 0 10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d16 .look .photo .credit:nth-child(4) {
  margin: 17.5vh 0 0 -10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d16 .look .photo .credit:nth-child(5) {
  margin: 42vh 0 0 5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d17 .look .photo .credit:nth-child(1) {
  margin: 10vh 0 0 20%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d17 .look .photo .credit:nth-child(2) {
  margin: 2.5vh 0 0 -25%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d17 .look .photo .credit:nth-child(3) {
  margin: 40vh 0 0 -27.5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d17 .look .photo .credit:nth-child(4) {
  margin: 35vh 0 0 -32.5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d17 .look .photo .credit:nth-child(5) {
  margin: 27.5vh 0 0 -22.5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d17 .look .photo .credit:nth-child(6) {
  margin: 22.5vh 0 0 -40%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d18 .look .photo .credit:nth-child(1) {
  margin: 15vh 0 0 -40%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d18 .look .photo .credit:nth-child(2) {
  margin: 10vh 0 0 -10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d18 .look .photo .credit:nth-child(3) {
  margin: 33vh 0 0 5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d18 .look .photo .credit:nth-child(4) {
  margin: 30vh 0 0 -4%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d18 .look .photo .credit:nth-child(5) {
  margin: 25vh 0 0 5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d18 .look .photo .credit:nth-child(6) {
  margin: 20vh 0 0 -10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(1) {
  margin: -30vh 0 0 -30%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(2) {
  margin: -20vh 0 0 -5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(3) {
  margin: 10vh 0 0 0%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(4) {
  margin: -27.5vh 0 0 -12.5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(5) {
  margin: -27.5vh 0 0 -9%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(6) {
  margin: -29vh 0 0 -15%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(7) {
  margin: -30vh 0 0 -10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(8) {
  margin: -5vh 0 0 20%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(9) {
  margin: -5vh 0 0 0;
  left: 2.5vh;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(10) {
  margin: 10vh 0 0 25%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(11) {
  margin: 0 0 0 10%;
  top: auto;
  bottom: 7.5vh;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(12) {
  margin: 0 0 0 3%;
  top: auto;
  bottom: 3vh;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d20 .look .photo .credit:nth-child(1) {
  margin: -7.5vh 0 0 15%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d20 .look .photo .credit:nth-child(2) {
  margin: -10vh 0 0 -25%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d20 .look .photo .credit:nth-child(3) {
  margin: 3.5vh 0 0 -15%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d20 .look .photo .credit:nth-child(4) {
  margin: 0 0 0 -10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d20 .look .photo .credit:nth-child(5) {
  margin: -3vh 0 0 -18%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d20 .look .photo .credit:nth-child(6) {
  margin: -6vh 0 0 -14%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d21 .look .photo .credit:nth-child(1) {
  margin: 15vh 0 0 15%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d21 .look .photo .credit:nth-child(2) {
  margin: 10vh 0 0 -30%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d21 .look .photo .credit:nth-child(3) {
  margin: 35vh 0 0 -10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d21 .look .photo .credit:nth-child(4) {
  margin: 30vh 0 0 -5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d21 .look .photo .credit:nth-child(5) {
  margin: 25vh 0 0 -20%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d21 .look .photo .credit:nth-child(6) {
  margin: 20vh 0 0 -5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d22 .look .photo .credit:nth-child(1) {
  margin: -7.5vh 0 0 37.5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d22 .look .photo .credit:nth-child(2) {
  margin: 10vh 0 0 5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d22 .look .photo .credit:nth-child(3) {
  margin: -32.5vh 0 0 -20%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d23 .look .photo .credit:nth-child(1) {
  margin: -10vh 0 0 2.5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d23 .look .photo .credit:nth-child(2) {
  margin: 10vh 0 0 7.5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d23 .look .photo .credit:nth-child(3) {
  margin: -1vh 0 0 5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d24 .look .photo .credit:nth-child(1) {
  margin: -20vh 0 0 0%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d24 .look .photo .credit:nth-child(2) {
  margin: 5vh 0 0 10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d24 .look .photo .credit:nth-child(3) {
  margin: 7.5vh 0 0 20%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d24 .look .photo .credit:nth-child(4) {
  margin: 17.5vh 0 0 15%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d24 .look .photo .credit:nth-child(5) {
  margin: 22.5vh 0 0 -5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d25 .look .photo .credit:nth-child(1) {
  margin: 20vh 0 0 20%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d26 .look .photo .credit:nth-child(1) {
  margin: -20vh 0 0 -20%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d26 .look .photo .credit:nth-child(2) {
  margin: -10vh 0 0 0%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d26 .look .photo .credit:nth-child(3) {
  margin: 20vh 0 0 15%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d26 .look .photo .credit:nth-child(4) {
  margin: 30vh 0 0 -5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d27 .look .photo .credit:nth-child(1) {
  margin: -22.5vh 0 0 -3%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d27 .look .photo .credit:nth-child(2) {
  margin: -15vh 0 0 -15%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d27 .look .photo .credit:nth-child(3) {
  margin: 2.5vh 0 0 -7.5%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d27 .look .photo .credit:nth-child(4) {
  margin: 15vh 0 0 -10%;
}
section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d27 .look .photo .credit:nth-child(5) {
  margin: 42.5vh 0 0 -13%;
}

footer {
  text-align: left;
  width: 100%;
  padding: 0 0 160px 0;
  margin: 0 auto;
}
footer .inner {
  width: 44.8%;
  min-width: 600px;
  margin: 0 auto 160px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
footer .inner ul li {
  color: #555555;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
}
footer .inner ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .links {
  width: 44.8%;
  min-width: 600px;
  margin: 0 auto;
}
footer .links > ul {
  width: 100%;
  margin-bottom: 120px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
footer .links > ul li {
  width: 290px;
  border: solid 1px #707070;
  box-sizing: border-box;
}
footer .links > ul li a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 145px;
  display: block;
  transition: all 0.25s ease-in 0s;
}
footer .links > ul li a:hover {
  opacity: 0.7;
}
footer .links > ul li:nth-child(1) a {
  background-image: url(../images/text_banner1.png);
  background-size: 231px 58px;
}
footer .links > ul li:nth-child(2) a {
  background-image: url(../images/text_banner2.png);
  background-size: 161px 58px;
}
footer .links .set {
  width: 100%;
  margin-bottom: 140px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
footer .links .set h3 {
  width: 290px;
  height: 126px;
  background-image: url(../images/logo_foot.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
footer .links .set ul {
  width: 290px;
}
footer .links .set ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .links .set ul li a {
  color: #707070;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
}
footer .links .set ul li a:hover {
  opacity: 0.7;
}
footer .links .pgtop {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
footer .links .pgtop a {
  color: #333333;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
  border-bottom: solid 1px #333333;
  display: inline-block;
}
footer .links .pgtop a:hover {
  opacity: 0.7;
}
footer .links p {
  color: #707070;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }

  #loader .bar {
    height: 5px;
  }
  #loader .text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: background-color 0.5s ease-in;
  }
  #loader .text h3 {
    width: 100px;
    height: 38px;
  }
  #loader .logo {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
    transition: opacity 0.5s ease-in 1s;
  }
  #loader .logo h2 {
    width: 107px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    right: 45px;
    top: 120px;
    z-index: 5;
    filter: invert(100%);
  }
  #loader .logo h2 span {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    display: block;
    position: absolute;
  }
  #loader .logo h2 span:nth-child(1) {
    width: 96px;
    height: 31px;
    left: 3px;
    top: -40px;
  }
  #loader .logo h2 span:nth-child(2) {
    width: 107px;
    height: 36px;
    left: 0px;
    top: 36px;
  }
  #loader .logo h2 span:nth-child(3) {
    width: 94px;
    height: 30px;
    left: 5px;
    top: 125px;
  }
  #loader.step1 .text::before {
    animation: fillblack forwards 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  #loader.step1 .logo {
    opacity: 1;
  }
  #loader.step2 .logo h2 span:nth-child(1) {
    top: 0px;
  }
  #loader.step2 .logo h2 span:nth-child(3) {
    top: 85px;
  }

  .loaded main {
    opacity: 1;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 0 100px 0;
    position: relative;
    box-sizing: border-box;
    z-index: 0;
    opacity: 0;
  }
  main #deco,
main #deco2 {
    width: 72px;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    left: 5px;
    top: 11px;
  }
  main #deco p,
main #deco2 p {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: relative;
    display: block;
  }
  main #deco p:nth-child(1),
main #deco2 p:nth-child(1) {
    width: 72px;
    height: 72px;
    margin-bottom: 23px;
  }
  main #deco p:nth-child(2),
main #deco2 p:nth-child(2) {
    width: 11px;
    height: 149px;
    left: 3px;
  }
  main #deco2 {
    mix-blend-mode: normal;
    filter: invert(100%);
    z-index: 0;
  }
  main #deco2 p {
    filter: invert(100%);
  }
  main section {
    /*
    &.on{
    	a{
    		&.show{
    			img{
    				opacity: 1;
    				filter: blur(0px);
    			}
    		}
    	}
    }
    */
  }
  main section a.show {
    display: block;
    position: relative;
  }
  main section a.show::after {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
  }
  main section a.show.left::after {
    right: 0px;
    left: auto;
  }
  main section a.show:hover::after {
    transform: rotate(90deg);
  }
  main section a.show img {
    opacity: 0;
    filter: blur(10px);
    transition: all 0.5s ease-in;
  }
  main section a.show.on img {
    opacity: 1;
    filter: blur(0px);
  }
  main section#visual {
    width: 100%;
    margin-bottom: 100px;
  }
  main section#visual .inner {
    width: 100%;
    position: relative;
  }
  main section#visual .inner h2 {
    filter: invert(100%);
    right: 32px;
    top: 120px;
  }
  main section#visual .inner h2 span {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    position: relative;
    display: block;
  }
  main section#visual .inner h2 span:nth-child(1) {
    width: 96px;
    height: 31px;
    margin-bottom: 5px;
    left: 3px;
  }
  main section#visual .inner h2 span:nth-child(2) {
    width: 107px;
    height: 36px;
    margin-bottom: 13px;
  }
  main section#visual .inner h2 span:nth-child(3) {
    width: 94px;
    height: 30px;
    margin-bottom: 20px;
    left: 5px;
  }
  main section#visual .inner h2 span:nth-child(4) {
    width: 120px;
    height: 9px;
  }
  main section#visual .inner h2.fix {
    position: fixed;
    top: 0px;
    left: calc(100% - 260px - 89px);
  }
  main section#visual .inner h2.fix.go {
    position: absolute;
    top: auto;
    right: -89px;
    bottom: 0px;
    left: auto;
  }
  main section#visual .inner .photo {
    width: 100%;
    transition: width 0.5s ease-out 0.25s;
  }
  main section#visual .inner .photo a.show img {
    opacity: 1;
    filter: blur(0px);
  }
  main section#visual.on .inner .photo {
    width: 100%;
  }
  main section#sec1 {
    width: 100%;
    margin-bottom: 100px;
  }
  main section#sec1 .inner {
    width: calc(100% - 50px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec2 {
    margin-bottom: 100px;
  }
  main section#sec2 .inner .photo {
    margin-bottom: 100px;
  }
  main section#sec2 .inner .set {
    width: calc(100% - 50px);
  }
  main section#sec3 {
    width: 100%;
    margin-bottom: 100px;
  }
  main section#sec3 .inner {
    width: 64%;
  }
  main section#sec4 {
    width: 100%;
    margin-bottom: 100px;
  }
  main section#sec4 .inner {
    width: 100%;
  }
  main section#sec4 .inner .photo {
    width: 100%;
    margin-bottom: 100px;
  }
  main section#sec4 .inner .set {
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec4 .inner .set div {
    width: 100%;
  }
  main section#sec5 {
    margin-bottom: 100px;
  }
  main section#sec5 .inner {
    width: 72%;
  }
  main section#sec6 {
    width: 100%;
    margin-bottom: 100px;
  }
  main section#sec6 .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec6 .inner div {
    width: calc(100% - 50px);
  }
  main section#sec6 .inner div:nth-child(1) {
    width: 100%;
    padding: 0 85px 0 0;
    margin-bottom: 100px;
  }
  main section#sec7 {
    width: 100%;
    margin-bottom: 100px;
  }
  main section#sec7 .inner {
    width: 100%;
  }
  main section#sec7 .inner .set {
    width: 100%;
    margin: 0 auto 100px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec7 .inner .photo {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  main section#sec8 {
    margin-bottom: 100px;
  }
  main section#sec8 .inner .set {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec8 .inner .set:not(:last-child) {
    margin-bottom: 100px;
  }
  main section#sec8 .inner .photo {
    width: calc(100% - 50px);
    margin: 0 auto 100px auto;
  }
  main section#sec9 {
    margin-bottom: 100px;
  }
  main section#sec9 .inner .set {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec9 .inner .set div {
    width: calc(100% - 20px);
  }
  main section#sec9 .inner .set div:nth-child(1) {
    margin-bottom: 100px;
  }
  main section#sec9 .inner .set div:nth-child(2) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section#sec9 .inner .set div:nth-child(2) a {
    width: 72%;
  }
  main section#sec10 {
    margin-bottom: 100px;
  }
  main section#sec10 .inner {
    width: calc(100% - 50px);
  }
  main section#sec10 .inner .set {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section#sec11 {
    width: 100%;
  }
  main section#sec11 .inner {
    width: calc(100% - 128px);
    margin: 0 auto;
  }
  main section#sec11 .inner .set {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  section#looks {
    height: 100%;
    overflow: scroll;
  }
  section#looks.active {
    opacity: 1;
    pointer-events: auto;
  }
  section#looks .inner {
    width: 100%;
    height: auto;
    position: relative;
  }
  section#looks .inner .set {
    width: 50px;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: fixed;
    left: 17px;
    top: 20px;
    z-index: 99999;
  }
  section#looks .inner .set .close {
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
  }
  section#looks .inner .set .close span {
    width: 30px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
  }
  section#looks .inner .set .close span:nth-child(1) {
    top: 25px;
    left: 10px;
  }
  section#looks .inner .set .close span:nth-child(2) {
    top: 25px;
    left: 10px;
  }
  section#looks .inner .set .close:hover {
    opacity: 1;
  }
  section#looks .inner .set p {
    display: none;
  }
  section#looks .inner .pager {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 150vw;
    z-index: 5;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  section#looks .inner .pager div {
    cursor: pointer;
    transition: all 0.25s ease-in 0s;
  }
  section#looks .inner .pager div.prev {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 65px;
    height: 65px;
  }
  section#looks .inner .pager div.prev:hover {
    background-position: center;
    opacity: 1;
  }
  section#looks .inner .pager div.next {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 65px;
    height: 65px;
  }
  section#looks .inner .pager div.next:hover {
    background-position: center;
    opacity: 1;
  }
  section#looks .inner .pager div.num {
    color: #111;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.06em;
    margin: 0 20px;
  }
  section#looks .inner .pager div.num span {
    display: inline-block;
  }
  section#looks .inner .pager div.num span.swiper-pagination-current {
    font-weight: 600;
    margin: 0 5px 0 0;
  }
  section#looks .inner .pager div.num span.swiper-pagination-total {
    margin: 0 0 0 5px;
  }
  section#looks .inner .swiper-container {
    width: 100%;
    height: auto;
    position: relative;
  }
  section#looks .inner .swiper-container .swiper-wrapper {
    width: 100%;
    height: auto;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 65px;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .photo {
    width: 100%;
    height: 150vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 65px;
    order: 1;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .photo .credit {
    top: 75vw;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .photo .credit.focus {
    transform: scale(1, 1);
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text {
    width: 100%;
    min-width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    order: 2;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits {
    width: 100%;
    border-top: solid 1px #F4F4F4;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit {
    width: calc(100% - 40px);
    padding: 10px 0;
    margin: 0 auto;
    border-bottom: solid 1px #F4F4F4;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl {
    text-align: left;
    width: 100%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt strong:nth-child(1) {
    color: #333333;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.7rem;
    letter-spacing: 0em;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt strong:nth-child(1) span {
    font-weight: 400;
    display: inline-block;
    padding: 0 0 0 5px;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt strong:nth-child(1) span:not(.nc)::after {
    content: "(TAX IN)";
    padding: 0 0 0 5px;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dt strong:nth-child(2) {
    color: #333333;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.7rem;
    letter-spacing: 0em;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd {
    padding: 0 0 0 10px;
    box-sizing: border-box;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a {
    color: #333333;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7rem;
    letter-spacing: 0em;
    text-decoration: underline;
    transition: all 0.25s ease-in 0s;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a:hover {
    opacity: 0.7;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a:not([href]) {
    display: none;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a:not([href]) + span {
    color: #F4F4F4;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.7rem;
    letter-spacing: 0em;
    display: inline-block;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a:not([href]) + a.linelink {
    display: inline-block;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a[href] {
    display: inline-block;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a[href] + a.linelink {
    display: none;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit dl dd a + span {
    display: none;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide .look .text .credits .credit .disable dl dd span {
    display: inline-block;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d1 .look .photo .credit:nth-child(1) {
    margin: -10% 0 0 -5px;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d1 .look .photo .credit:nth-child(2) {
    margin: 20% 0 0 -25%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d1 .look .photo .credit:nth-child(3) {
    margin: 32.5% 0 0 -30%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d1 .look .photo .credit:nth-child(4) {
    margin: 0 0 0 -15%;
    top: auto;
    bottom: 20px;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d2 .look .photo .credit:nth-child(1) {
    margin: 0 0 0 -10%;
    top: 25%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d2 .look .photo .credit:nth-child(2) {
    margin: -25% 0 0 7.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d2 .look .photo .credit:nth-child(3) {
    margin: 10% 0 0 -10%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d2 .look .photo .credit:nth-child(4) {
    margin: 0 0 0 12.5%;
    top: 12.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d3 .look .photo .credit:nth-child(1) {
    margin: 10% 0 0 -20%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d3 .look .photo .credit:nth-child(2) {
    margin: 20% 0 0 30%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d3 .look .photo .credit:nth-child(3) {
    margin: 10% 0 0 32.5%;
    top: 5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d4 .look .photo .credit:nth-child(1) {
    margin: 0 0 0 -30%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d4 .look .photo .credit:nth-child(2) {
    margin: -25% 0 0 -15%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d4 .look .photo .credit:nth-child(3) {
    margin: 0 0 0 5%;
    top: auto;
    bottom: 17.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d5 .look .photo .credit:nth-child(1) {
    margin: -10% 0 0 -20%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d5 .look .photo .credit:nth-child(2) {
    margin: -30% 0 0 -27.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d5 .look .photo .credit:nth-child(3) {
    margin: 25% 0 0 -5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d5 .look .photo .credit:nth-child(4) {
    margin: -10% 0 0 0;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d6 .look .photo .credit:nth-child(1) {
    margin: 0 0 0 35%;
    top: 5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d6 .look .photo .credit:nth-child(2) {
    margin: 5% 0 0 10%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d6 .look .photo .credit:nth-child(3) {
    margin: 45% 0 0 -15%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d7 .look .photo .credit:nth-child(1) {
    margin: -20% 0 0 5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d7 .look .photo .credit:nth-child(2) {
    margin: -40% 0 0 5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d7 .look .photo .credit:nth-child(3) {
    margin: 30% 0 0 -12.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d7 .look .photo .credit:nth-child(4) {
    margin: -37.5% 0 0 -3%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d7 .look .photo .credit:nth-child(5) {
    margin: 5% 0 0 5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d7 .look .photo .credit:nth-child(6) {
    margin: 60% 0 0 -17.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d8 .look .photo .credit:nth-child(1) {
    margin: -45% 0 0 -25%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d9 .look .photo .credit:nth-child(1) {
    margin: -20% 0 0 -5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d9 .look .photo .credit:nth-child(2) {
    margin: 45% 0 0 -35%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d9 .look .photo .credit:nth-child(3) {
    margin: -20% 0 0 20%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d9 .look .photo .credit:nth-child(4) {
    margin: -20% 0 0 15%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d9 .look .photo .credit:nth-child(5) {
    margin: -25% 0 0 25%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d9 .look .photo .credit:nth-child(6) {
    margin: -10% 0 0 15%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d10 .look .photo .credit:nth-child(1) {
    margin: -10% 0 0 -20%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d10 .look .photo .credit:nth-child(2) {
    margin: -2.5% 0 0 -5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d10 .look .photo .credit:nth-child(3) {
    margin: 25% 0 0 -30%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d11 .look .photo .credit:nth-child(1) {
    margin: -35% 0 0 -15%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d11 .look .photo .credit:nth-child(2) {
    margin: -30% 0 0 -5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d11 .look .photo .credit:nth-child(3) {
    margin: 25% 0 0 5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d11 .look .photo .credit:nth-child(4) {
    margin: -40% 0 0 -7.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d11 .look .photo .credit:nth-child(5) {
    margin: 35% 0 0 -27.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d11 .look .photo .credit:nth-child(6) {
    margin: 0 0 0 -12.5%;
    top: auto;
    bottom: 2.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d12 .look .photo .credit:nth-child(1) {
    margin: -30% 0 0 -5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d12 .look .photo .credit:nth-child(2) {
    margin: 0 0 0 -15%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d12 .look .photo .credit:nth-child(3) {
    margin: 15% 0 0 -15%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d12 .look .photo .credit:nth-child(4) {
    margin: 25% 0 0 0%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d12 .look .photo .credit:nth-child(5) {
    margin: 60% 0 0 -10%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d13 .look .photo .credit:nth-child(1) {
    margin: -35% 0 0 10%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d13 .look .photo .credit:nth-child(2) {
    margin: 20% 0 0 -35%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d13 .look .photo .credit:nth-child(3) {
    margin: 5% 0 0 5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d14 .look .photo .credit:nth-child(1) {
    margin: -10% 0 0 0%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d15 .look .photo .credit:nth-child(1) {
    margin: -20% 0 0 -20%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d15 .look .photo .credit:nth-child(2) {
    margin: 50% 0 0 -10%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d15 .look .photo .credit:nth-child(3) {
    margin: 65% 0 0 -25%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d16 .look .photo .credit:nth-child(1) {
    margin: -30% 0 0 -10%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d16 .look .photo .credit:nth-child(2) {
    margin: -20% 0 0 10%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d16 .look .photo .credit:nth-child(3) {
    margin: -45% 0 0 10%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d16 .look .photo .credit:nth-child(4) {
    margin: 25% 0 0 -10%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d16 .look .photo .credit:nth-child(5) {
    margin: 60% 0 0 0%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d17 .look .photo .credit:nth-child(1) {
    margin: 10% 0 0 15%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d17 .look .photo .credit:nth-child(2) {
    margin: 2.5% 0 0 -25%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d17 .look .photo .credit:nth-child(3) {
    margin: 60% 0 0 -22.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d17 .look .photo .credit:nth-child(4) {
    margin: 50% 0 0 -25%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d17 .look .photo .credit:nth-child(5) {
    margin: 35% 0 0 -15%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d17 .look .photo .credit:nth-child(6) {
    margin: 35% 0 0 -30%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d18 .look .photo .credit:nth-child(1) {
    margin: 15% 0 0 -35%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d18 .look .photo .credit:nth-child(2) {
    margin: 10% 0 0 -10%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d18 .look .photo .credit:nth-child(3) {
    margin: 50% 0 0 0;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d18 .look .photo .credit:nth-child(4) {
    margin: 45% 0 0 -5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d18 .look .photo .credit:nth-child(5) {
    margin: 40% 0 0 5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d18 .look .photo .credit:nth-child(6) {
    margin: 32.5% 0 0 -5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(1) {
    margin: -45% 0 0 -25%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(2) {
    margin: -30% 0 0 -5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(3) {
    margin: 0% 0 0 0%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(4) {
    margin: -39% 0 0 -11.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(5) {
    margin: -41% 0 0 -8%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(6) {
    margin: -42.5% 0 0 -12.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(7) {
    margin: -45% 0 0 -10%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(8) {
    margin: -5% 0 0 20%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(9) {
    margin: -12.5% 0 0 0;
    left: 2.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(10) {
    margin: 10% 0 0 22.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(11) {
    margin: 0 0 0 7.5%;
    top: auto;
    bottom: 7.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d19 .look .photo .credit:nth-child(12) {
    margin: 0 0 0 2.5%;
    top: auto;
    bottom: 2.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d20 .look .photo .credit:nth-child(1) {
    margin: -7.5% 0 0 15%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d20 .look .photo .credit:nth-child(2) {
    margin: -20% 0 0 -25%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d20 .look .photo .credit:nth-child(3) {
    margin: 5% 0 0 -15%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d20 .look .photo .credit:nth-child(4) {
    margin: 0 0 0 -10%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d20 .look .photo .credit:nth-child(5) {
    margin: -5% 0 0 -20%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d20 .look .photo .credit:nth-child(6) {
    margin: -10% 0 0 -14%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d21 .look .photo .credit:nth-child(1) {
    margin: 15% 0 0 15%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d21 .look .photo .credit:nth-child(2) {
    margin: 12.5% 0 0 -30%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d21 .look .photo .credit:nth-child(3) {
    margin: 50% 0 0 -10%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d21 .look .photo .credit:nth-child(4) {
    margin: 45% 0 0 -3%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d21 .look .photo .credit:nth-child(5) {
    margin: 35% 0 0 -20%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d21 .look .photo .credit:nth-child(6) {
    margin: 30% 0 0 -7.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d22 .look .photo .credit:nth-child(1) {
    margin: -10% 0 0 35%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d22 .look .photo .credit:nth-child(2) {
    margin: 10% 0 0 5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d22 .look .photo .credit:nth-child(3) {
    margin: -47.5% 0 0 -20%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d23 .look .photo .credit:nth-child(1) {
    margin: -20% 0 0 0;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d23 .look .photo .credit:nth-child(2) {
    margin: 15% 0 0 5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d23 .look .photo .credit:nth-child(3) {
    margin: 0% 0 0 5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d24 .look .photo .credit:nth-child(1) {
    margin: -30% 0 0 0%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d24 .look .photo .credit:nth-child(2) {
    margin: 7.5% 0 0 7.5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d24 .look .photo .credit:nth-child(3) {
    margin: 10% 0 0 20%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d24 .look .photo .credit:nth-child(4) {
    margin: 25% 0 0 10%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d24 .look .photo .credit:nth-child(5) {
    margin: 32.5% 0 0 -5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d25 .look .photo .credit:nth-child(1) {
    margin: 20% 0 0 20%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d26 .look .photo .credit:nth-child(1) {
    margin: -30% 0 0 -20%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d26 .look .photo .credit:nth-child(2) {
    margin: -10% 0 0 0%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d26 .look .photo .credit:nth-child(3) {
    margin: 30% 0 0 15%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d26 .look .photo .credit:nth-child(4) {
    margin: 50% 0 0 -5%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d27 .look .photo .credit:nth-child(1) {
    margin: -30% 0 0 -3%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d27 .look .photo .credit:nth-child(2) {
    margin: -15% 0 0 -15%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d27 .look .photo .credit:nth-child(3) {
    margin: 2.5% 0 0 -10%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d27 .look .photo .credit:nth-child(4) {
    margin: 30% 0 0 -10%;
  }
  section#looks .inner .swiper-container .swiper-wrapper .swiper-slide.d27 .look .photo .credit:nth-child(5) {
    margin: 0 0 0 -13%;
    top: auto;
    bottom: 6%;
  }

  footer {
    padding: 0 0 120px 0;
  }
  footer .inner {
    width: calc(100% - 128px);
    min-width: calc(100% - 128px);
    margin: 0 auto 100px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner ul li {
    color: #555555;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  footer .inner ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .links {
    width: calc(100% - 84px);
    min-width: calc(100% - 128px);
    margin: 0 auto;
  }
  footer .links > ul {
    width: 100%;
    margin-bottom: 120px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .links > ul li {
    width: 100%;
  }
  footer .links > ul li a:hover {
    opacity: 1;
  }
  footer .links > ul li:nth-child(1) {
    margin-bottom: 60px;
  }
  footer .links .set {
    width: 100%;
    margin-bottom: 90px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  footer .links .set h3 {
    width: 90px;
    height: 96px;
  }
  footer .links .set ul {
    width: auto;
  }
  footer .links .set ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .links .set ul li a {
    color: #707070;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  footer .links .set ul li a:hover {
    text-decoration: underline;
  }
  footer .links .pgtop {
    margin-bottom: 60px;
  }
  footer .links .pgtop a {
    color: #333333;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .links .pgtop a:hover {
    opacity: 1;
  }
  footer .links p {
    color: #707070;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
