@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/kvb1eya.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 arrow {
  0% {
    top: calc(50% - 175px);
  }
  25% {
    top: calc(50% - 175px);
  }
  50% {
    top: calc(50% - 125px);
  }
  75% {
    top: calc(50% - 125px);
  }
  100% {
    top: calc(50% - 175px);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  color: #000;
  font-family: adobe-caslon-pro, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  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;
}
body.looking .sec {
  pointer-events: none;
}

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

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

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: 100vh;
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
}
#loader h2 {
  width: 50%;
  opacity: 1;
  transition: opacity 0.5s ease-in;
}
#loader .photo {
  width: 1000px;
  height: auto;
  position: absolute;
  left: calc(50% - 500px);
  top: calc(50% - 333px);
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
#loader .photo img {
  opacity: 0;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  display: block;
}
#loader.change h2 {
  opacity: 0;
}
#loader.change .photo {
  opacity: 1;
}
#loader.change .photo img {
  opacity: 1;
}

main#container {
  width: 100%;
}
main#container img.bg {
  display: none;
}
main#container #visual {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0px;
  z-index: 5;
}
main#container #visual .title {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 333;
  transition: all 0.5s ease-in 1s;
  opacity: 0;
}
main#container #visual .title h3 {
  width: 385px;
  height: 80px;
  background-image: url(../images/title.svg);
  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% - 40px);
  left: calc(50% - 193px);
}
main#container #visual .title h4 {
  width: 70px;
  height: 325px;
  background-image: url(../images/lead.svg);
  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% + 150px);
  left: calc(50% + 315px);
}
main#container #visual .title h5 {
  width: 374px;
  height: 294px;
  background-image: url(../images/text80.svg);
  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(100% + 294px);
  left: calc(50% - 440px);
  z-index: 111;
}
main#container #visual img {
  width: 100%;
  height: auto;
  position: relative;
  transition: all 0.5s ease-in 0s;
  opacity: 0;
}
main#container #visual .movie {
  width: 500px;
  position: absolute;
  left: calc(50% - 250px);
  bottom: 0px;
}
main#container #visual .movie video {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  transition: all 0.5s ease-in 1s;
  clip-path: inset(0% 0% 100% 0%);
  opacity: 0;
}
main#container #visual.on .title {
  opacity: 1;
}
main#container #visual.on img {
  opacity: 1;
}
main#container #visual.on .movie video {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
main#container .sec {
  width: calc(100% - 20px);
  margin: 0 auto;
  opacity: 0;
  clip-path: inset(0% 100% 0% 0%);
  transition: all 0.5s ease-out;
}
main#container .sec.on {
  clip-path: inset(0% 0% 0% 0%);
  opacity: 1;
}
main#container .sec:not(:last-child) {
  margin-bottom: 10px;
}
main#container .sec .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container .sec .inner .thumb {
  display: block;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
main#container .sec .inner .thumb:hover {
  opacity: 0.8;
}
main#container .deco {
  width: calc(100% - 20px);
  margin: 0 auto;
}
main#container .deco:not(:last-child) {
  margin-bottom: 10px;
}
main#container footer {
  text-align: left;
  width: 100%;
  padding: 40px 0;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
main#container footer .inner {
  width: calc(100% - 20px);
  padding: 0 0 80px 0;
  margin: 0 auto;
}
main#container footer .inner .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container footer .inner .set .link {
  padding: 0 0 0 60px;
}
main#container footer .inner .set .link ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
main#container footer .inner .set .link ul li:not(:last-child) {
  margin: 0 0 30px 0;
}
main#container footer .inner .set .link ul li a {
  color: #000;
  font-family: adobe-caslon-pro, serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main#container footer .inner .set .link ul li a:hover {
  opacity: 0.8;
}
main#container footer .inner .set .link ul li:last-child {
  width: 50px;
}
main#container footer .inner .set .link ul li:last-child a {
  background-image: url(../images/icon_insta.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 50px;
}
main#container footer .inner .set .link p {
  text-align: center;
}
main#container footer .inner .set .staffcredit {
  color: #000;
  font-family: adobe-caslon-pro, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /*
  transform: rotate(90deg);
  transform-origin: left top;
  */
}
main#container footer .pgtop {
  width: 68px;
  position: absolute;
  right: 40px;
  bottom: -180px;
}
main#container footer .pgtop a {
  width: 100%;
  height: 35px;
  background-image: url(../images/arrow_top.png);
  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;
  display: block;
}
main#container footer .pgtop a:hover {
  opacity: 0.7;
}

#looks {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100vh;
  padding: 0px;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.25s ease-in;
}
#looks.active {
  opacity: 1;
  pointer-events: auto;
}
#looks.active ul.btnset {
  display: block;
}
#looks .inlooks {
  width: 100%;
  padding: 0;
  position: relative;
}
#looks .inlooks .close {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 200px;
  top: 100px;
  z-index: 999;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
#looks .inlooks .close:hover {
  opacity: 0.6;
}
#looks .inlooks .close span {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
}
#looks .inlooks .close span:nth-child(1) {
  transform: rotate(-45deg);
  left: 0px;
  top: 20px;
}
#looks .inlooks .close span:nth-child(2) {
  transform: rotate(45deg);
  right: 0px;
  top: 20px;
}
#looks .inlooks .lookhead {
  width: calc(100% - 200px);
  max-width: 1020px;
  padding: 100px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .inlooks .lookhead h3 {
  width: 200px;
  height: 41px;
  background-image: url(../images/logo_look.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#looks .inlooks .look {
  width: calc(100% - 200px);
  max-width: 1020px;
  margin: 0 auto;
}
#looks .inlooks .look.look1 .combo .photo::after {
  background-image: url(../images/body01.png);
  width: 143px;
  height: 43px;
}
#looks .inlooks .look.look2 .combo .photo::after {
  background-image: url(../images/body02.png);
  width: 143px;
  height: 43px;
}
#looks .inlooks .look.look3 .combo .photo::after {
  background-image: url(../images/body03.png);
  width: 140px;
  height: 66px;
}
#looks .inlooks .look.look4 .combo .photo::after {
  background-image: url(../images/body04.png);
  width: 153px;
  height: 64px;
}
#looks .inlooks .look.look5 .combo .photo::after {
  background-image: url(../images/body05.png);
  width: 144px;
  height: 68px;
}
#looks .inlooks .look.look6 .combo .photo::after {
  background-image: url(../images/body06.png);
  width: 151px;
  height: 66px;
}
#looks .inlooks .look.look7 .combo .photo::after {
  background-image: url(../images/body07.png);
  width: 149px;
  height: 71px;
}
#looks .inlooks .look.look8 .combo .photo::after {
  background-image: url(../images/body08.png);
  width: 154px;
  height: 65px;
}
#looks .inlooks .look:not(:last-child) {
  margin-bottom: 100px;
}
#looks .inlooks .look .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#looks .inlooks .look .combo .photo {
  width: 55%;
  position: relative;
}
#looks .inlooks .look .combo .photo::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 100px;
  right: -65px;
  z-index: 5;
  display: block;
}
#looks .inlooks .look .combo .credits {
  width: calc(45% - 30px);
}
#looks .inlooks .look .combo .credits .credit {
  width: 100%;
  padding: 0;
}
#looks .inlooks .look .combo .credits .credit:not(:last-child) {
  margin-bottom: 15px;
}
#looks .inlooks .look .combo .credits .credit dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#looks .inlooks .look .combo .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .inlooks .look .combo .credits .credit dl dt span {
  color: #000;
  font-family: adobe-caslon-pro, serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0px;
}
#looks .inlooks .look .combo .credits .credit dl dt span:not(:first-child) {
  margin: 0 0 0 15px;
}
#looks .inlooks .look .combo .credits .credit dl dt span.items__price {
  /*
  @include flexbox(nowrap,row,flex-end,flex-start);
  &::after{
  	content: '/ TAX IN';
  	@include myText($col2, $fontSet1, 1.4rem, 400, 2rem, 0em);
  	padding: 0 0 0 5px;
  }
  */
}
#looks .inlooks .look .combo .credits .credit dl dd {
  margin: 0 0 0 10px;
}
#looks .inlooks .look .combo .credits .credit dl dd a {
  color: #000;
  font-family: adobe-caslon-pro, serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  text-decoration: underline;
  transition: all 0.25s ease-in 0s;
}
#looks .inlooks .look .combo .credits .credit dl dd a:hover {
  opacity: 0.7;
}
#looks .inlooks .look .combo .credits .credit dl dd a:not([href]) {
  display: none;
}
#looks .inlooks .look .combo .credits .credit dl dd a:not([href]) + span {
  color: #FFF;
  font-family: adobe-caslon-pro, serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  display: inline-block;
}
#looks .inlooks .look .combo .credits .credit dl dd a + span {
  display: none;
}
#looks .inlooks .look .combo .credits .credit .disable dl dd span {
  display: inline-block;
}
#looks .inlooks .spc {
  width: 100%;
  height: 100vh;
}

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

  html {
    font-size: 2.6666666667vw;
    height: -webkit-fill-available;
  }

  body {
    height: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }

  #loader {
    height: 100%;
  }
  #loader h2 {
    width: calc(100% - 132px);
    opacity: 1;
    transition: opacity 0.5s ease-in;
  }
  #loader .photo {
    width: calc(100% - 114px);
    height: auto;
    position: absolute;
    left: calc(50% - (100% - 114px) / 2);
    top: calc((100vw - 114px) * 1.42 / 2);
    opacity: 0;
    transition: opacity 0.5s ease-in;
  }
  #loader .bar {
    height: 5px;
    top: 0px;
    left: 0px;
    bottom: auto;
  }
  #loader.change h2 {
    opacity: 0;
  }
  #loader.change .photo {
    opacity: 1;
  }

  main#container {
    width: 100%;
  }
  main#container img.bg {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: -1;
    display: block;
  }
  main#container img.bg.off {
    opacity: 0;
  }
  main#container #visual {
    width: 100%;
    padding-top: 133vw;
    margin-bottom: 100vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0px;
    z-index: 5;
  }
  main#container #visual .title {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 333;
  }
  main#container #visual .title h3 {
    width: 235px;
    height: 49px;
    top: calc(50% - 49px);
    left: calc(50% - 118px);
  }
  main#container #visual .title h4 {
    width: 52px;
    height: 241px;
    top: calc(50% + 40px);
    left: calc(100% - 52px - 20px);
  }
  main#container #visual .title h5 {
    width: 236px;
    height: 186px;
    top: calc(150% + 186px);
    left: 10px;
    z-index: 111;
  }
  main#container #visual .movie {
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: -80vw;
  }
  main#container #visual img {
    display: none;
  }
  main#container #visual.on .title h2 {
    clip-path: inset(0% 0% 0% 0%);
  }
  main#container #visual.on .title h3 {
    clip-path: inset(0% 0% 0% 0%);
  }
  main#container #visual.on ul li {
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
  }
  main#container .sec {
    width: 100%;
    padding: 10px 10px 0 10px;
    background-color: #FFF;
    position: relative;
  }
  main#container .sec:not(:last-child) {
    margin: 0px;
  }
  main#container .sec .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container .sec .inner .thumb {
    display: block;
    cursor: pointer;
    transition: all 0.25s ease-in 0s;
  }
  main#container .sec .inner .thumb:hover {
    opacity: 1;
  }
  main#container .deco {
    width: 100%;
    padding: 10px 0 0 0;
  }
  main#container .deco:not(:last-child) {
    margin-bottom: 0px;
  }
  main#container footer .inner {
    width: calc(100% - 20px);
    padding: 0 0 40px 0;
    margin: 0 auto;
  }
  main#container footer .inner .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main#container footer .inner .set .link {
    padding: 0px;
    order: 2;
  }
  main#container footer .inner .set .link ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }
  main#container footer .inner .set .link ul li:not(:last-child) {
    margin: 0 0 15px 0;
  }
  main#container footer .inner .set .link ul li a {
    color: #000;
    font-family: adobe-caslon-pro, serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  main#container footer .inner .set .link ul li a:hover {
    opacity: 0.8;
  }
  main#container footer .inner .set .link ul li:last-child {
    width: 50px;
  }
  main#container footer .inner .set .link ul li:last-child a {
    background-image: url(../images/icon_insta.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    height: 50px;
  }
  main#container footer .inner .set .link p {
    text-align: center;
  }
  main#container footer .inner .set .staffcredit {
    color: #000;
    font-family: adobe-caslon-pro, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
    writing-mode: vertical-rl;
    margin-bottom: 40px;
    order: 1;
  }
  main#container footer .pgtop {
    width: 68px;
    position: absolute;
    right: 40px;
    bottom: -180px;
  }
  main#container footer .pgtop a {
    width: 100%;
    height: 35px;
    background-image: url(../images/arrow_top.png);
    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;
    display: block;
  }
  main#container footer .pgtop a:hover {
    opacity: 0.7;
  }

  #looks .inlooks {
    width: 100%;
    padding: 0;
    position: relative;
  }
  #looks .inlooks .close {
    width: 40px;
    height: 40px;
    right: 10px;
    top: 20px;
  }
  #looks .inlooks .close:hover {
    opacity: 1;
  }
  #looks .inlooks .close span {
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
  }
  #looks .inlooks .close span:nth-child(1) {
    transform: rotate(-45deg);
    left: 0px;
    top: 20px;
  }
  #looks .inlooks .close span:nth-child(2) {
    transform: rotate(45deg);
    right: 0px;
    top: 20px;
  }
  #looks .inlooks .lookhead {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 20px 0 80px 0;
  }
  #looks .inlooks .lookhead h3 {
    width: 200px;
    height: 41px;
    background-image: url(../images/logo_look.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  #looks .inlooks .look {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #looks .inlooks .look.look1 .combo .photo::after {
    background-image: url(../images/body01.png);
    width: 143px;
    height: 43px;
    top: -22px;
  }
  #looks .inlooks .look.look2 .combo .photo::after {
    background-image: url(../images/body02.png);
    width: 143px;
    height: 43px;
    top: -22px;
  }
  #looks .inlooks .look.look3 .combo .photo::after {
    background-image: url(../images/body03.png);
    width: 140px;
    height: 66px;
    top: -33px;
  }
  #looks .inlooks .look.look4 .combo .photo::after {
    background-image: url(../images/body04.png);
    width: 153px;
    height: 64px;
    top: -32px;
  }
  #looks .inlooks .look.look5 .combo .photo::after {
    background-image: url(../images/body05.png);
    width: 144px;
    height: 68px;
    top: -34px;
  }
  #looks .inlooks .look.look6 .combo .photo::after {
    background-image: url(../images/body06.png);
    width: 151px;
    height: 66px;
    top: -33px;
  }
  #looks .inlooks .look.look7 .combo .photo::after {
    background-image: url(../images/body07.png);
    width: 149px;
    height: 71px;
    top: -36px;
  }
  #looks .inlooks .look.look8 .combo .photo::after {
    background-image: url(../images/body08.png);
    width: 154px;
    height: 65px;
    top: -33px;
  }
  #looks .inlooks .look:not(:last-child) {
    margin-bottom: 80px;
  }
  #looks .inlooks .look .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .inlooks .look .combo .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  #looks .inlooks .look .combo .photo::after {
    top: 0px;
    right: 10px;
  }
  #looks .inlooks .look .combo .credits {
    width: 100%;
  }
  #looks .inlooks .look .combo .credits .credit {
    width: 100%;
    padding: 0 20px;
  }
  #looks .inlooks .look .combo .credits .credit:not(:last-child) {
    margin-bottom: 15px;
  }
  #looks .inlooks .look .combo .credits .credit dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .inlooks .look .combo .credits .credit dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .inlooks .look .combo .credits .credit dl dt span {
    color: #000;
    font-family: adobe-caslon-pro, serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
    padding: 0px;
  }
  #looks .inlooks .look .combo .credits .credit dl dt span:not(:first-child) {
    margin: 0 0 0 10px;
  }
  #looks .inlooks .look .combo .credits .credit dl dd {
    margin: 0 0 0 10px;
  }
  #looks .inlooks .look .combo .credits .credit dl dd a {
    color: #000;
    font-family: adobe-caslon-pro, serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: underline;
    transition: all 0.25s ease-in 0s;
  }
  #looks .inlooks .look .combo .credits .credit dl dd a:hover {
    opacity: 0.7;
  }
  #looks .inlooks .look .combo .credits .credit dl dd a:not([href]) {
    display: none;
  }
  #looks .inlooks .look .combo .credits .credit dl dd a:not([href]) + span {
    color: #FFF;
    font-family: adobe-caslon-pro, serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    display: inline-block;
  }
  #looks .inlooks .look .combo .credits .credit dl dd a + span {
    display: none;
  }
  #looks .inlooks .look .combo .credits .credit .disable dl dd span {
    display: inline-block;
  }
  #looks .inlooks .spc {
    width: 100%;
    height: 100vh;
  }
}

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