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

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

body {
  color: #FF0000;
  font-family: "new-order", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: #FFF;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: auto;
  overflow-y: 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: #d4d5d4;
}

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: 9999;
  transition: opacity 0.5s ease-in 0s;
}
#loader h3 {
  width: 284px;
  height: 70px;
  background-image: url(../images/logo_2e.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#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.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

header {
  position: fixed;
  top: 50px;
  right: 30px;
  z-index: 999;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner ul li:not(:last-child) {
  margin-bottom: 10px;
}
header .inner ul li.line {
  width: 1.4rem;
  height: 1px;
  background-color: #000;
}
header .inner ul li a {
  color: #000;
  font-family: "new-order", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #666666;
}

main {
  width: 100%;
  padding: 50px 0 0 0;
  margin: 0 0 50px 0;
  position: relative;
  box-sizing: border-box;
}
main #visual {
  width: 100%;
  position: relative;
}
main #visual:not(:last-child) {
  margin-bottom: 20px;
}
main #visual.on #invisual {
  opacity: 1;
}
main #visual h2 {
  width: 598px;
  height: 220px;
  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;
  position: absolute;
  top: calc(50% - 110px);
  left: calc(50% - 299px);
  z-index: 10;
}
main #visual #invisual {
  width: 880px;
  margin: 0 auto;
  transition: opacity 0.35s ease-in 0s;
  opacity: 0;
}
main #visual #invisual .photo {
  position: relative;
}
main #contents {
  width: 100%;
  padding: 0;
  background-color: #FFF;
  position: relative;
}
main #contents .thumbs {
  width: 880px;
  background-color: #FFF;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main #contents .thumbs:not(:last-child) {
  margin-bottom: 400px;
}
main #contents .thumbs.ts1 {
  position: sticky;
}
main #contents .thumbs.ts2 {
  position: sticky;
}
main #contents .thumbs > .thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in;
}
main #contents .thumbs > .thumb.on {
  opacity: 1;
}
main #contents .thumbs > .thumb::after {
  content: "";
  width: 31px;
  height: 45px;
  background-image: url(../images/icon_plus.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;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
main #contents .thumbs > .thumb:not(:last-child) {
  margin-bottom: 20px;
}
main #contents .thumbs > .ithumb {
  width: 100%;
  position: relative;
  overflow: hidden;
  opacity: 1;
  transition: all 0.5s ease-in;
}
main #contents .thumbs > .ithumb.on {
  opacity: 1;
}
main #contents .thumbs > .ithumb:not(:last-child) {
  margin-bottom: 20px;
}
main #contents .thumbs > .ithumb .slider .swiper-slide {
  position: relative;
}
main #contents .thumbs > .ithumb .slider .swiper-slide::after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../images/icon_plus_item.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;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
main .staff {
  width: 100%;
  padding: 100px 0 50px;
  background-color: #FFF;
  position: relative;
}
main .staff .inner {
  width: 880px;
  background-color: #FFF;
  margin: 0 auto;
  color: #000;
  font-family: "new-order", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
}

footer {
  width: 880px;
  padding: 50px 0 60px 0;
  margin: 0 auto;
  border-top: solid 1px #000;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .pgtop a {
  color: #000;
  font-family: "new-order", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  color: #666666;
}
footer .inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
footer .inner ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
footer .inner ul li a {
  color: #000;
  font-family: "new-order", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .inner ul li span {
  color: #000;
  font-family: "new-order", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner ul li:hover a {
  color: #666666;
}
footer .inner .pgtop {
  display: none;
}
footer .inner p {
  color: #000;
  font-family: "new-order", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

#looks {
  width: 100%;
  height: 100vh;
  padding: 135px 0 0 0;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0px;
  z-index: -999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  pointer-events: none;
}
#looks.active {
  pointer-events: auto;
  z-index: 999;
}
#looks.active .close div {
  pointer-events: auto;
}
#looks .close {
  width: 40px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
}
#looks .close div {
  width: 40px;
  height: 40px;
  position: relative;
  pointer-events: none;
  cursor: pointer;
}
#looks .close div span {
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  transition: all 0.25s ease-in 0s;
}
#looks .close div span:nth-child(1) {
  width: 40px;
  height: 1px;
  left: 0px;
  top: 17px;
  transform: rotate(45deg);
}
#looks .close div span:nth-child(2) {
  width: 40px;
  height: 1px;
  left: 0px;
  top: 17px;
  transform: rotate(-45deg);
}
#looks .close div:hover span {
  background-color: #666666;
}
#looks .look-combo {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look {
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
}
#looks .look-combo .look:not(:last-child) {
  margin-bottom: 160px;
}
#looks .look-combo .look.items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look.items .item {
  width: calc((100% - 20px) / 2);
}
#looks .look-combo .look.items .item:not(:nth-child(2n+1)) {
  margin-left: 20px;
}
#looks .look-combo .look.items .item:not(:nth-child(n+11)) {
  margin-bottom: 100px;
}
#looks .look-combo .look.items .item .ph {
  width: 100%;
}
#looks .look-combo .look.items .item .ph:not(:last-child) {
  margin-bottom: 20px;
}
#looks .look-combo .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#looks .look-combo .look .set .photo {
  width: 600px;
  overflow: hidden;
  order: 1;
  position: relative;
}
#looks .look-combo .look .set .photo .arrow {
  width: 14px;
  height: 24px;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 12px);
  z-index: 5;
}
#looks .look-combo .look .set .photo .arrow.left {
  left: 10px;
}
#looks .look-combo .look .set .photo .arrow.right {
  right: 10px;
  transform: rotate(180deg);
}
#looks .look-combo .look .set .text {
  width: calc(100% - 600px - 40px);
  padding: 0px;
  order: 2;
}
#looks .look-combo .look .credits {
  width: 100%;
}
#looks .look-combo .look .credits > div {
  width: 100%;
}
#looks .look-combo .look .credits > div.item-d-none dl.items__credit dd {
  width: auto;
}
#looks .look-combo .look .credits > div.item-d-none dl.items__credit dd a {
  display: none;
}
#looks .look-combo .look .credits > div.item-d-none dl.items__credit dd a.line {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  display: inline-block;
}
#looks .look-combo .look .credits > div.item-d-none dl.items__credit dd a.line:hover {
  color: #808080;
}
#looks .look-combo .look .credits > div:not(:last-child) {
  margin-bottom: 20px;
}
#looks .look-combo .look .credits > div dl.items__credit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look .credits > div dl.items__credit dt {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look .credits > div dl.items__credit dt strong {
  color: #000;
  font-family: "new-order", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look .credits > div dl.items__credit dt strong:not(:first-child) {
  margin: 0 0 0 5px;
}
#looks .look-combo .look .credits > div dl.items__credit dt strong span {
  font-weight: 400;
  padding: 0 0 0 10px;
}
#looks .look-combo .look .credits > div dl.items__credit dt strong span.items__price::after {
  content: none;
  color: #000;
  font-family: "new-order", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
  display: inline-block;
}
#looks .look-combo .look .credits > div dl.items__credit dt > span {
  color: #000;
  font-family: "new-order", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .look-combo .look .credits > div dl.items__credit dt > span:last-child {
  width: 100%;
  padding: 5px 0 0 0;
}
#looks .look-combo .look .credits > div dl.items__credit dd {
  margin: 0 0 0 15px;
}
#looks .look-combo .look .credits > div dl.items__credit dd a {
  color: #000;
  font-family: "new-order", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  transition: all 0.25s ease-in 0s;
}
#looks .look-combo .look .credits > div dl.items__credit dd a:hover {
  color: #808080;
}
#looks .look-combo .look .credits > div dl.items__credit dd a.line {
  display: none;
}
#looks .space {
  width: 560px;
  height: 100vh;
  margin: 0 auto;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }
  html {
    font-size: 2.6666666667vw;
    height: -webkit-fill-available;
  }
  #loader h3 {
    width: 142px;
    height: 35px;
  }
  header {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header .inner ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  header .inner ul li.line {
    width: 1rem;
  }
  header .inner ul li a {
    color: #000;
    font-family: "new-order", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  header .inner ul li a:hover {
    color: #000;
  }
  main {
    padding: 0px;
    margin: 0 0 50px 0;
  }
  main #visual {
    width: 100%;
  }
  main #visual:not(:last-child) {
    margin-bottom: 10px;
  }
  main #visual h2 {
    width: 299px;
    height: 110px;
    top: calc(50% - 55px);
    left: calc(50% - 150px);
    z-index: 10;
  }
  main #visual #invisual {
    width: 100%;
  }
  main #contents .thumbs {
    width: 100%;
  }
  main #contents .thumbs > .thumb {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  main #contents .thumbs > .thumb::after {
    width: 22px;
    height: 32px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
  }
  main #contents .thumbs > .thumb:not(:last-child) {
    margin-bottom: 10px;
  }
  main #contents .thumbs > .ithumb:not(:last-child) {
    margin-bottom: 10px;
  }
  main #contents .thumbs > .ithumb .slider .swiper-slide {
    position: relative;
  }
  main #contents .thumbs > .ithumb .slider .swiper-slide::after {
    width: 12px;
    height: 12px;
    right: 5px;
    bottom: 5px;
  }
  main .staff {
    padding: 50px 0 0;
  }
  main .staff .inner {
    width: 80%;
    color: #000;
    font-family: "new-order", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
  }
  footer {
    width: 100%;
    padding: 50px 10px 60px 10px;
    box-sizing: border-box;
  }
  footer .pgtop a {
    color: #000;
    font-family: "new-order", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  footer .pgtop a:hover {
    color: #000;
  }
  footer .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  footer .inner ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  footer .inner ul li a {
    color: #000;
    font-family: "new-order", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  footer .inner ul li span {
    color: #000;
    font-family: "new-order", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li:hover a {
    color: #666666;
  }
  footer .inner .pgtop {
    display: none;
  }
  footer .inner p {
    color: #000;
    font-family: "new-order", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks {
    width: 100%;
    height: 100vh;
    padding: 60px 0 0 0;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0px;
    z-index: -999;
    overflow: scroll;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    pointer-events: none;
  }
  #looks.active {
    pointer-events: auto;
    z-index: 999;
  }
  #looks.active .close div {
    pointer-events: auto;
  }
  #looks .close {
    width: 30px;
    top: 10px;
    right: 10px;
  }
  #looks .close div {
    width: 30px;
    height: 30px;
  }
  #looks .close div span {
    width: 30px;
    height: 30px;
  }
  #looks .close div span:nth-child(1) {
    width: 30px;
    height: 1px;
    left: 0px;
    top: 17px;
    transform: rotate(45deg);
  }
  #looks .close div span:nth-child(2) {
    width: 30px;
    height: 1px;
    left: 0px;
    top: 17px;
    transform: rotate(-45deg);
  }
  #looks .close div:hover span {
    background-color: #666666;
  }
  #looks .look-combo {
    width: 100%;
  }
  #looks .look-combo .look:not(:last-child) {
    margin-bottom: 80px;
  }
  #looks .look-combo .look.items {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look.items:not(:last-child) {
    margin-bottom: 80px;
  }
  #looks .look-combo .look.items .item {
    width: calc((100% - 10px) / 2);
  }
  #looks .look-combo .look.items .item:not(:nth-child(2n+1)) {
    margin-left: 10px;
  }
  #looks .look-combo .look.items .item:not(:nth-child(n+11)) {
    margin-bottom: 50px;
  }
  #looks .look-combo .look.items .item .ph {
    width: 100%;
  }
  #looks .look-combo .look.items .item .ph:not(:last-child) {
    margin-bottom: 20px;
  }
  #looks .look-combo .look.items .item .credits > div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look.items .item .credits > div dl dt {
    margin-bottom: 10px;
  }
  #looks .look-combo .look.items .item .credits > div dl dd {
    margin: 0px;
  }
  #looks .look-combo .look .set {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .look-combo .look .set .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  #looks .look-combo .look .set .photo .arrow {
    width: 14px;
    height: 24px;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 12px);
    z-index: 5;
  }
  #looks .look-combo .look .set .photo .arrow.left {
    left: 10px;
  }
  #looks .look-combo .look .set .photo .arrow.right {
    right: 10px;
    transform: rotate(180deg);
  }
  #looks .look-combo .look .set .text {
    width: calc(100% - 40px);
  }
  #looks .look-combo .look .credits {
    width: 100%;
  }
  #looks .look-combo .look .credits > div {
    width: 100%;
  }
  #looks .look-combo .look .credits > div.item-d-none dl.items__credit dd {
    width: auto;
  }
  #looks .look-combo .look .credits > div.item-d-none dl.items__credit dd a {
    display: none;
  }
  #looks .look-combo .look .credits > div.item-d-none dl.items__credit dd a.line {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    display: inline-block;
  }
  #looks .look-combo .look .credits > div.item-d-none dl.items__credit dd a.line:hover {
    color: #808080;
  }
  #looks .look-combo .look .credits > div:not(:last-child) {
    margin-bottom: 20px;
  }
  #looks .look-combo .look .credits > div dl.items__credit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt strong {
    color: #000;
    font-family: "new-order", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt strong:not(:first-child) {
    margin: 0 0 0 5px;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt strong span {
    font-weight: 400;
    padding: 0 0 0 10px;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt strong span.items__price::after {
    content: none;
    color: #000;
    font-family: "new-order", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
    display: inline-block;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt > span {
    color: #000;
    font-family: "new-order", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt > span:last-child {
    width: 100%;
    padding: 5px 0 0 0;
  }
  #looks .look-combo .look .credits > div dl.items__credit dd {
    margin: 0 0 0 15px;
  }
  #looks .look-combo .look .credits > div dl.items__credit dd a {
    color: #000;
    font-family: "new-order", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    transition: all 0.25s ease-in 0s;
  }
  #looks .look-combo .look .credits > div dl.items__credit dd a:hover {
    color: #808080;
  }
  #looks .space {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */