@charset "UTF-8";
@import url("https://use.typekit.net/vqd6vso.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 change {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

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

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

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

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--------------------------------------------------------- */
@keyframes myScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1976px);
  }
}
@keyframes myScroll-SP {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-788px);
  }
}
#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 .logo {
  width: 166px;
  height: 110px;
  background-image: url(../images/logo_loading1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 55px);
  left: calc(50% - 83px);
}
#loader .bar {
  width: 200px;
  height: 47px;
  background-image: url(../images/logo_loading3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% + 20px);
  left: calc(50% - 100px);
  z-index: 5;
}
#loader .bar span {
  width: 100%;
  height: 100%;
  background-image: url(../images/logo_loading2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}

.loaded main {
  opacity: 1;
}

header {
  width: 100%;
  padding: 20px;
  position: relative;
  box-sizing: border-box;
}
header .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  /*
  position: fixed;
  top: 60px;
  right: 30px;
  z-index: 10;
  */
}
header .inner ul li:not(:first-child) {
  margin-left: 10px;
}
header .inner ul li a {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #000;
}
header .inner ul li span {
  width: 1px;
  height: 90%;
  background-color: #000;
  display: block;
}

#maru {
  width: 36px;
  height: 36px;
  position: fixed;
  transform: translate(0, 0);
  transition: transform 0.3s;
  transition-timing-function: ease-out;
  top: -18px;
  left: -18px;
  pointer-events: none;
  z-index: 10;
}
#maru span {
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_maru.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  opacity: 0;
  transition: all 0.25 ease-in;
}
#maru.on span {
  opacity: 1;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 0 120px 0;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .title {
  width: 140px;
  padding: 0px;
  position: sticky;
  top: 20px;
}
main .title .inner {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .title .inner .logo h1 {
  width: 79px;
}
main .title .inner .logo h1:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #000;
}
main .title .inner .logo h1 span {
  width: 100%;
  height: 286px;
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .title .inner .logo p {
  width: 58px;
}
main .title .inner .logo p span {
  width: 100%;
  height: 101px;
  background-image: url(../images/subtitle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main .sec {
  width: calc(100% - 140px);
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
main .sec:not(:last-child) {
  margin-bottom: 150px;
}
main .sec .insec {
  width: 100%;
}
main .sec .insec .thumbs {
  width: 100%;
}
main .sec .insec .thumbs:not(:last-child) {
  margin-bottom: 40px;
}
main .sec .insec .thumbs .inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .thumbs .inner .thumb {
  width: calc((100% - 20px) / 3);
  position: relative;
  cursor: pointer;
  opacity: 0;
}
main .sec .insec .thumbs .inner .thumb.on {
  opacity: 1;
}
main .sec .insec .thumbs .inner .thumb:not(:nth-child(3n+1)) {
  margin-left: 10px;
}
main .sec .insec .thumbs .inner .thumb:not(:nth-child(n+22)) {
  margin-bottom: 10px;
}
main .sec .insec .thumbs .inner .thumb:nth-child(3n+1) {
  transition: all 0.5s ease-in 0s;
}
main .sec .insec .thumbs .inner .thumb:nth-child(3n+2) {
  transition: all 0.5s ease-in 0.25s;
}
main .sec .insec .thumbs .inner .thumb:nth-child(3n+3) {
  transition: all 0.5s ease-in 0.5s;
}
main .sec .insec .thumbs .inner .thumb:hover div img {
  transform: scale(1.025);
  opacity: 1;
}
main .sec .insec .thumbs .inner .thumb.fade div:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  animation-name: change;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}
main .sec .insec .thumbs .inner .thumb div {
  width: 100%;
  background-color: #FFF;
  overflow: hidden;
}
main .sec .insec .thumbs .inner .thumb div img {
  transition: all 0.25s ease-in 0s;
}
main .sec .insec .thumbs + p {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main .sec .insec .thumbs + p br {
  display: none;
}

footer {
  text-align: left;
  width: 100%;
  padding: 50px 0;
  border-top: solid 1px #000;
}
footer .infoot {
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .infoot ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .infoot ul li a {
  color: #000;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot ul li a:hover {
  color: #A6A6A6;
  text-decoration: underline;
}
footer .infoot ul li span {
  color: #000;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
footer .infoot p span {
  color: #000;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}

#looks {
  background-color: #FFF;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
#looks.active {
  opacity: 1;
  pointer-events: auto;
}
#looks.active ul.btnset {
  display: block;
}
#looks .inlooks {
  width: 100%;
  padding: 115px 0px;
}
#looks .inlooks .space {
  width: 100%;
  height: 100vh;
}
#looks .inlooks .button {
  width: 38px;
  height: 38px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 5;
}
#looks .inlooks .button .close {
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in 0s;
  position: relative;
  cursor: pointer;
}
#looks .inlooks .button .close:hover {
  opacity: 0.5;
}
#looks .inlooks .button .close span {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
}
#looks .inlooks .button .close span:nth-child(1) {
  transform: rotate(-45deg);
  left: 0px;
  top: 19px;
}
#looks .inlooks .button .close span:nth-child(2) {
  transform: rotate(45deg);
  right: 0px;
  top: 19px;
}
#looks .inlooks .look {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.1s;
}
#looks .inlooks .look.on {
  opacity: 1;
}
#looks .inlooks .look:not(:last-child) {
  margin-bottom: 150px;
}
#looks .inlooks .look .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
#looks .inlooks .look .set .photo {
  width: 600px;
  position: relative;
  overflow: hidden;
}
#looks .inlooks .look .set .photo .slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#looks .inlooks .look .set .photo .slider .arrow {
  width: 13px;
  height: 23px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 12px);
  z-index: 5;
  transition: all 0.25s ease-in 0s;
}
#looks .inlooks .look .set .photo .slider .arrow:hover {
  opacity: 0.7;
}
#looks .inlooks .look .set .photo .slider .arrow.prev {
  left: 10px;
}
#looks .inlooks .look .set .photo .slider .arrow.next {
  right: 10px;
  transform: rotate(180deg);
}
#looks .inlooks .look .set .photo .slider .swiper-wrapper .swiper-slide {
  padding: 0px;
  pointer-events: none !important;
}
#looks .inlooks .look .set .credits {
  width: 390px;
  margin-left: 30px;
}
#looks .inlooks .look .set .credits > div {
  width: 100%;
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
#looks .inlooks .look .set .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
#looks .inlooks .look .set .credits > div.item-d-none dl dt {
  width: auto;
}
#looks .inlooks .look .set .credits > div.item-d-none dl dd {
  width: auto;
}
#looks .inlooks .look .set .credits > div.item-d-none dl dd a {
  display: none;
}
#looks .inlooks .look .set .credits > div.item-d-none dl dd > span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  display: inline-block;
}
#looks .inlooks .look .set .credits > div dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#looks .inlooks .look .set .credits > div dl dt {
  width: calc(100% - 45px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .inlooks .look .set .credits > div dl dt::before {
  content: none;
}
#looks .inlooks .look .set .credits > div dl dt strong:nth-child(1) {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
  order: 1;
}
#looks .inlooks .look .set .credits > div dl dt strong:nth-child(2) {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 0px;
  order: 2;
}
#looks .inlooks .look .set .credits > div dl dt strong span {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 0 0 0 5px;
  display: inline-block;
}
#looks .inlooks .look .set .credits > div dl dd {
  width: 50px;
}
#looks .inlooks .look .set .credits > div dl dd:hover a {
  opacity: 0.5;
}
#looks .inlooks .look .set .credits > div dl dd a {
  height: 24px;
  border: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
#looks .inlooks .look .set .credits > div dl dd a span {
  color: #000;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  position: relative;
  transform: translateY(-0.175rem);
}
#looks .inlooks .look .set .credits > div dl dd > span {
  display: none;
}

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

  header {
    padding: 10px;
  }
  header .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    /*
    position: fixed;
    top: 60px;
    right: 30px;
    z-index: 10;
    */
  }
  header .inner ul li:not(:first-child) {
    margin-left: 5px;
  }
  header .inner ul li a {
    color: #000;
    font-family: acumin-pro-condensed, sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
  }
  header .inner ul li a:hover {
    color: #000;
  }
  header .inner ul li span {
    width: 1px;
    height: 1rem;
    background-color: #000;
    display: block;
  }

  #maru {
    display: none;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 0 100px 0;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .title {
    width: 55px;
    padding: 0px;
    position: sticky;
    top: 10px;
  }
  main .title .inner {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .title .inner .logo {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .title .inner .logo h1 {
    width: 40px;
  }
  main .title .inner .logo h1:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  main .title .inner .logo h1 span {
    height: 146px;
  }
  main .title .inner .logo p {
    width: 30px;
  }
  main .title .inner .logo p span {
    height: 53px;
  }
  main .sec {
    width: calc(100% - 55px);
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
  }
  main .sec:not(:last-child) {
    margin-bottom: 60px;
  }
  main .sec .insec {
    width: 100%;
  }
  main .sec .insec .thumbs {
    width: 100%;
  }
  main .sec .insec .thumbs:not(:last-child) {
    margin-bottom: 40px;
  }
  main .sec .insec .thumbs .inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec .thumbs .inner .thumb {
    width: calc((100% - 5px) / 2);
    position: relative;
    cursor: pointer;
  }
  main .sec .insec .thumbs .inner .thumb::after {
    content: "";
    width: 13px;
    height: 13px;
    background-image: url(../images/icon_plus_blk.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
  }
  main .sec .insec .thumbs .inner .thumb#t1::after, main .sec .insec .thumbs .inner .thumb#t6::after, main .sec .insec .thumbs .inner .thumb#t11::after, main .sec .insec .thumbs .inner .thumb#t15::after, main .sec .insec .thumbs .inner .thumb#t19::after, main .sec .insec .thumbs .inner .thumb#t24::after {
    background-image: url(../images/icon_plus_wh.png);
  }
  main .sec .insec .thumbs .inner .thumb:not(:nth-child(3n+1)) {
    margin-left: 0px;
  }
  main .sec .insec .thumbs .inner .thumb:not(:nth-child(n+22)) {
    margin-bottom: 0px;
  }
  main .sec .insec .thumbs .inner .thumb:not(:nth-child(2n+1)) {
    margin-left: 5px;
  }
  main .sec .insec .thumbs .inner .thumb:not(:nth-child(n+23)) {
    margin-bottom: 5px;
  }
  main .sec .insec .thumbs .inner .thumb:nth-child(3n+1) {
    transition: all 0.5s ease-in 0s;
  }
  main .sec .insec .thumbs .inner .thumb:nth-child(3n+2) {
    transition: all 0.5s ease-in 0s;
  }
  main .sec .insec .thumbs .inner .thumb:nth-child(3n+3) {
    transition: all 0.5s ease-in 0s;
  }
  main .sec .insec .thumbs .inner .thumb:nth-child(2n+1) {
    transition: all 0.5s ease-in 0s;
  }
  main .sec .insec .thumbs .inner .thumb:nth-child(2n+2) {
    transition: all 0.5s ease-in 0.25s;
  }
  main .sec .insec .thumbs .inner .thumb:hover div img {
    transform: scale(1.025);
    opacity: 1;
  }
  main .sec .insec .thumbs .inner .thumb.fade div:nth-child(2) {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    animation-name: change;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
  }
  main .sec .insec .thumbs .inner .thumb div {
    width: 100%;
    background-color: #FFF;
    overflow: hidden;
  }
  main .sec .insec .thumbs .inner .thumb div img {
    transition: all 0.25s ease-in 0s;
  }
  main .sec .insec .thumbs + p {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
  main .sec .insec .thumbs + p span {
    display: none;
  }
  main .sec .insec .thumbs + p br {
    display: block;
  }

  footer {
    text-align: left;
    width: 100%;
    padding: 20px 0　40px 0;
    border-top: solid 1px #000;
  }
  footer .infoot {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot ul:not(:last-child) {
    margin-bottom: 40px;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot ul li a {
    color: #000;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot ul li a:hover {
    color: #000;
    text-decoration: none;
  }

  #looks .inlooks {
    width: 100%;
    padding: 68px 0px;
  }
  #looks .inlooks .space {
    width: 100%;
    height: 100vh;
  }
  #looks .inlooks .button {
    width: 28px;
    height: 28px;
    top: 20px;
    right: 20px;
  }
  #looks .inlooks .button .close:hover {
    opacity: 1;
  }
  #looks .inlooks .button .close span {
    width: 100%;
    height: 1px;
  }
  #looks .inlooks .button .close span:nth-child(1) {
    top: 14px;
  }
  #looks .inlooks .button .close span:nth-child(2) {
    top: 14px;
  }
  #looks .inlooks .look:not(:last-child) {
    margin-bottom: 80px;
  }
  #looks .inlooks .look .set {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .inlooks .look .set .photo {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  #looks .inlooks .look .set .photo .slider {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #looks .inlooks .look .set .photo .slider .swiper-wrapper .swiper-slide {
    padding: 0px;
  }
  #looks .inlooks .look .set .credits {
    width: 100%;
    margin-left: 0px;
  }
  #looks .inlooks .look .set .credits > div dl {
    width: 100%;
  }
  #looks .inlooks .look .set .credits > div dl dd:hover a {
    opacity: 1;
  }
}

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