@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/tsw6eiv.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: bodoni-urw, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
  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: #000;
  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(255, 255, 255, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #FFF;
  display: block;
}
#loader.change h2 {
  opacity: 0;
}
#loader.change .photo {
  opacity: 1;
}
#loader.change .photo img {
  opacity: 1;
}

main#container {
  width: 100%;
}
main#container #visual {
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}
main#container #visual h3, main#container #visual h4 {
  display: none;
}
main#container #visual .title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  pointer-events: none;
  top: 0px;
  z-index: 5;
}
main#container #visual .title h2 {
  width: 50%;
  transition: clip-path 0.25s ease-in 0.25s;
  clip-path: inset(0% 0% 0% 0%);
}
main#container #visual ul {
  width: 100%;
  height: auto;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  box-sizing: border-box;
}
main#container #visual ul li {
  width: 20%;
  padding: 5px;
  opacity: 0;
}
main#container #visual ul li:nth-child(1) {
  transition: all 0.5s ease-in-out 0.05s;
}
main#container #visual ul li:nth-child(2) {
  transition: all 0.5s ease-in-out 0.1s;
}
main#container #visual ul li:nth-child(3) {
  transition: all 0.5s ease-in-out 0.15s;
}
main#container #visual ul li:nth-child(4) {
  transition: all 0.5s ease-in-out 0.2s;
}
main#container #visual ul li:nth-child(5) {
  transition: all 0.5s ease-in-out 0.25s;
}
main#container #visual ul li:nth-child(6) {
  transition: all 0.5s ease-in-out 0.3s;
}
main#container #visual ul li:nth-child(7) {
  transition: all 0.5s ease-in-out 0.35s;
}
main#container #visual ul li:nth-child(8) {
  transition: all 0.5s ease-in-out 0.4s;
}
main#container #visual ul li:nth-child(9) {
  transition: all 0.5s ease-in-out 0.45s;
}
main#container #visual ul li:nth-child(10) {
  transition: all 0.5s ease-in-out 0.5s;
}
main#container #visual ul li:nth-child(odd) {
  clip-path: inset(100% 0% 0% 0%);
}
main#container #visual ul li:nth-child(even) {
  clip-path: inset(0% 0% 100% 0%);
}
main#container #visual ul li img {
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
main#container #visual ul li img:hover {
  opacity: 0.7;
}
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 #title {
  width: calc(100% - 86px);
  padding: 0 0 90px 0;
  margin: 0 auto 50px auto;
  border-bottom: solid 1px #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main#container #title .title h3 {
  color: #FFF;
  font-family: bodoni-urw, serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 15px;
}
main#container #title .title h4 {
  color: #FFF;
  font-family: bodoni-urw, serif;
  font-size: 7.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 40px;
}
main#container #title .title p {
  color: #FFF;
  font-family: bodoni-urw, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
}
main#container #title .text {
  width: 380px;
}
main#container #title .text p {
  color: #FFF;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0em;
  text-align: left;
}
main#container footer {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
main#container footer .inner {
  width: calc(100% - 86px);
  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 ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main#container footer .inner .set ul li:not(:last-child) {
  margin: 0 0 20px 0;
}
main#container footer .inner .set ul li a {
  color: #FFF;
  font-family: bodoni-urw, serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main#container footer .inner .set ul li a:hover {
  opacity: 0.7;
}
main#container footer .inner .set p {
  color: #FFF;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
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(0, 0, 0, 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: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  top: 20px;
  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: #FFF;
  display: block;
  position: absolute;
}
#looks .inlooks .close span:nth-child(1) {
  transform: rotate(-45deg);
  left: 0px;
  top: 30px;
}
#looks .inlooks .close span:nth-child(2) {
  transform: rotate(45deg);
  right: 0px;
  top: 30px;
}
#looks .inlooks .look {
  width: calc(100% - 200px);
  padding: 110px 0;
  margin: 0 auto;
}
#looks .inlooks .look:not(:last-child) {
  margin-bottom: 170px;
}
#looks .inlooks .look .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#looks .inlooks .look .set .pset {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#looks .inlooks .look .set .pset > div {
  width: calc((100% - 40px) / 3);
}
#looks .inlooks .look .set .pset > div:nth-child(2) {
  padding-bottom: 125px;
}
#looks .inlooks .look .set .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#looks .inlooks .look .set .combo .photo {
  width: calc(50% - 65px);
}
#looks .inlooks .look .set .combo .credits {
  width: 50%;
}
#looks .inlooks .look .set .combo .credits .credit {
  width: 100%;
  padding: 0;
}
#looks .inlooks .look .set .combo .credits .credit:not(:last-child) {
  margin-bottom: 15px;
}
#looks .inlooks .look .set .combo .credits .credit 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 .combo .credits .credit dl dt {
  width: calc(70% - 50px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .inlooks .look .set .combo .credits .credit dl dt span {
  color: #FFF;
  font-family: bodoni-urw, serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0px;
}
#looks .inlooks .look .set .combo .credits .credit dl dt span.items__price {
  margin: 0 0 0 15px;
  /*
  @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 .set .combo .credits .credit dl dd {
  width: 30%;
  margin: 0 0 0 50px;
}
#looks .inlooks .look .set .combo .credits .credit dl dd a {
  color: #FFF;
  font-family: bodoni-urw, serif;
  font-size: 1.4rem;
  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 .set .combo .credits .credit dl dd a:hover {
  opacity: 0.7;
}
#looks .inlooks .look .set .combo .credits .credit dl dd a:not([href]) {
  display: none;
}
#looks .inlooks .look .set .combo .credits .credit dl dd a:not([href]) + span {
  color: #FFF;
  font-family: bodoni-urw, serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  display: inline-block;
}
#looks .inlooks .look .set .combo .credits .credit dl dd a + span {
  display: none;
}
#looks .inlooks .look .set .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 #visual {
    width: 100%;
    padding: 50px 0 0 0;
    margin-bottom: 35px;
  }
  main#container #visual h3 {
    color: #FFF;
    font-family: bodoni-urw, serif;
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    white-space: nowrap;
    padding: 0 10px;
    margin-bottom: 15px;
    display: block;
  }
  main#container #visual h4 {
    color: #FFF;
    font-family: bodoni-urw, serif;
    font-size: 4.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    white-space: nowrap;
    padding: 0 10px;
    margin-bottom: 25px;
    display: block;
  }
  main#container #visual .title {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  main#container #visual .title overflow:hidden h2 {
    width: 280px;
  }
  main#container #visual .title.go {
    top: 900px;
    position: absolute;
  }
  main#container #visual ul {
    width: 100%;
    height: auto;
    padding: 0 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    position: relative;
  }
  main#container #visual ul li {
    width: 50%;
    padding: 5px;
    opacity: 0;
  }
  main#container #visual ul li:nth-child(1) {
    transition: all 0.5s ease-in-out 0.05s;
  }
  main#container #visual ul li:nth-child(2) {
    transition: all 0.5s ease-in-out 0.1s;
  }
  main#container #visual ul li:nth-child(3) {
    transition: all 0.5s ease-in-out 0.15s;
  }
  main#container #visual ul li:nth-child(4) {
    transition: all 0.5s ease-in-out 0.2s;
  }
  main#container #visual ul li:nth-child(5) {
    transition: all 0.5s ease-in-out 0.25s;
  }
  main#container #visual ul li:nth-child(6) {
    transition: all 0.5s ease-in-out 0.3s;
  }
  main#container #visual ul li:nth-child(7) {
    transition: all 0.5s ease-in-out 0.35s;
  }
  main#container #visual ul li:nth-child(8) {
    transition: all 0.5s ease-in-out 0.4s;
  }
  main#container #visual ul li:nth-child(9) {
    transition: all 0.5s ease-in-out 0.45s;
  }
  main#container #visual ul li:nth-child(10) {
    transition: all 0.5s ease-in-out 0.5s;
  }
  main#container #visual ul li:nth-child(odd) {
    clip-path: inset(100% 0% 0% 0%);
  }
  main#container #visual ul li:nth-child(even) {
    clip-path: inset(0% 0% 100% 0%);
  }
  main#container #visual ul li img {
    transition: all 0.25s ease-in 0s;
    cursor: pointer;
  }
  main#container #visual ul li img:hover {
    opacity: 0.7;
  }
  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 #title {
    width: calc(100% - 20px);
    padding: 0 0 65px 0;
    margin: 0 auto 60px auto;
    border-bottom: solid 1px #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container #title .title {
    width: 100%;
    order: 2;
  }
  main#container #title .title h3,
main#container #title .title h4 {
    display: none;
  }
  main#container #title .title p {
    color: #FFF;
    font-family: bodoni-urw, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main#container #title .text {
    width: 100%;
    margin-bottom: 50px;
    order: 1;
  }
  main#container #title .text p {
    color: #FFF;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0em;
    text-align: justify;
  }
  main#container footer {
    text-align: left;
    width: calc(100% - 20px);
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
  }
  main#container footer .inner {
    width: 100%;
    padding: 0 0 80px 0;
  }
  main#container footer .inner .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main#container footer .inner .set ul {
    margin-bottom: 30px;
  }
  main#container footer .inner .set ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  main#container footer .inner .set ul li a {
    color: #FFF;
    font-family: bodoni-urw, serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main#container footer .inner .set ul li a:hover {
    opacity: 1;
  }
  main#container footer .inner .set p {
    color: #FFF;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  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: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
  }
  #looks .inlooks .close:hover {
    opacity: 1;
  }
  #looks .inlooks .close span {
    position: absolute;
  }
  #looks .inlooks .close span:nth-child(1) {
    top: 15px;
  }
  #looks .inlooks .close span:nth-child(2) {
    top: 15px;
  }
  #looks .inlooks .look {
    width: calc(100% - 10px);
    padding: 30px 0 0 0;
  }
  #looks .inlooks .look:not(:last-child) {
    margin-bottom: 55px;
  }
  #looks .inlooks .look .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .inlooks .look .set .pset {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  #looks .inlooks .look .set .pset > div {
    width: 50%;
    padding: 5px;
  }
  #looks .inlooks .look .set .pset > div:nth-child(2) {
    padding-top: 105px;
    padding-bottom: 0px;
  }
  #looks .inlooks .look .set .combo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .inlooks .look .set .combo .photo {
    width: calc(100% - 20px);
    margin-bottom: 30px;
  }
  #looks .inlooks .look .set .combo .credits {
    width: calc(100% - 20px);
  }
  #looks .inlooks .look .set .combo .credits .credit {
    width: 100%;
    padding: 0;
  }
  #looks .inlooks .look .set .combo .credits .credit:not(:last-child) {
    margin-bottom: 15px;
  }
  #looks .inlooks .look .set .combo .credits .credit 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 .combo .credits .credit dl dt {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .inlooks .look .set .combo .credits .credit dl dt span {
    color: #FFF;
    font-family: bodoni-urw, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
    padding: 0px;
  }
  #looks .inlooks .look .set .combo .credits .credit dl dt span.items__price {
    margin: 0 0 0 5px;
  }
  #looks .inlooks .look .set .combo .credits .credit dl dd {
    width: auto;
    margin: 0px;
  }
  #looks .inlooks .look .set .combo .credits .credit dl dd a {
    color: #FFF;
    font-family: bodoni-urw, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .inlooks .look .set .combo .credits .credit dl dd a:hover {
    color: #FFF;
  }
  #looks .inlooks .look .set .combo .credits .credit dl dd a:not([href]) {
    display: none;
  }
  #looks .inlooks .look .set .combo .credits .credit dl dd a:not([href]) + span {
    color: #FFF;
    font-family: bodoni-urw, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    width: 100%;
  }
  #looks .inlooks .look .set .combo .credits .credit dl dd a + span {
    display: none;
  }
  #looks .inlooks .look .set .combo .credits .credit .disable dl dd span {
    display: inline-block;
  }
}

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