@charset "UTF-8";
@import url("https://use.typekit.net/oif5pst.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;
  }
}
/* ------------------------------------------------- Default and Common --------------------------------------------------- */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 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;
}
body.looking {
  overflow: hidden;
}

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

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

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, nav, footer {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/*----- Sticky -----*/
.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  background-color: #FFF;
}

.notoverlap {
  position: relative;
}

/* ---------------------------------------------------------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 .logo {
  width: 180px;
  height: 68px;
  background-image: url(../images/logo_plage.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(78, 166, 185, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #4EA6B9;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

header {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
  background-color: transparent;
  isolation: isolate;
}
header .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
header .inner.on .title {
  opacity: 1;
}
header .inner.on nav {
  opacity: 1;
}
header .inner .title {
  width: 46%;
  opacity: 0;
  transition: all 0.2s ease-in 0s;
}
header .inner .title h1 {
  width: 100%;
}
header .inner nav {
  opacity: 0;
  transition: all 0.2s ease-in 0s;
}
header .inner nav .links {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
header .inner nav .links p {
  color: #4EA6B9;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}
header .inner nav .links p:first-child {
  padding-right: 50px;
}
header .inner nav .links p a {
  color: #4EA6B9;
  transition: all 0.25s ease-in 0s;
}
header .inner nav .links p a:hover {
  opacity: 0.5;
}

main {
  width: 100%;
  margin: -60px auto 0;
}
main.on .sec {
  opacity: 1;
}
main .lead {
  width: 100%;
  max-width: 1200px;
  margin: 160px auto 200px;
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
  text-align: center;
}
main .lead.on .lead_text {
  opacity: 1;
}
main .lead .lead_text {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .lead .lead_text:not(:last-child) {
  padding-bottom: 15px;
}
main .sec {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .photo {
  width: calc((100% - 15px) / 4);
  margin-bottom: 5px;
  float: left;
  position: relative;
}
main .sec .photo.line::before {
  content: "";
  display: block;
  padding-bottom: 142.222%;
}
main .sec .photo.line .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .sec .photo .inner {
  cursor: pointer;
}
main .sec .photo .inner .inner_2column {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
}
main .sec .photo .inner .inner_2column > div {
  width: calc((100% - 5px) / 2);
}
main .sec .photo .inner .inner_2column > div.width_100 {
  width: 100%;
}
main .sec .thumb1 {
  position: relative;
}
main .sec .thumb1::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/button_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
}
main .sec .thumb1.posi_left::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/button_plus.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 5;
}

footer {
  width: 100%;
  padding: 100px 20px 50px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
footer .infoot {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
footer .infoot div h3 {
  width: 65px;
  margin: 0 auto 50px 0;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 15px;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #4EA6B9;
  font-family: "cormorant-garamond", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
  opacity: 0.5;
}
footer .infoot div p {
  color: #4EA6B9;
  font-family: "cormorant-garamond", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  text-align: left;
}
footer .infoot .pgtop {
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .infoot .pgtop a {
  color: #4EA6B9;
  font-family: "cormorant-garamond", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .pgtop a:hover {
  color: #000;
  opacity: 0.5;
}

/* ---- looks(detail page) ---- */
#looks {
  width: 100%;
  height: 100vh;
  padding: 85px 0 0 0;
  background-color: rgba(78, 166, 185, 0.95);
  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: #FFF;
  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: #FFF;
  opacity: 0.6;
}
#looks .look-combo {
  width: 1100px;
  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+45)) {
  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: #FFF;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: underline;
  display: inline-block;
}
#looks .look-combo .look .credits > div.item-d-none dl.items__credit dd a.line:hover {
  color: #FFF;
}
#looks .look-combo .look .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
#looks .look-combo .look .credits > div dl.items__credit {
  width: 96%;
  margin: 0 auto 0 0;
  padding-bottom: 10px;
  border-bottom: dashed 1px #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#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: #FFF;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  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: #FFF;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  margin-left: 5px;
  display: inline-block;
}
#looks .look-combo .look .credits > div dl.items__credit dt > span {
  color: #FFF;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
#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: #FFF;
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 1;
  line-height: 0em;
  letter-spacing: 0rem;
  font-style: 300;
  text-decoration: underline;
  transition: all 0.25s ease-in 0s;
}
#looks .look-combo .look .credits > div dl.items__credit dd a:hover {
  color: #FFF;
}
#looks .look-combo .look .credits > div dl.items__credit dd a.line {
  display: none;
}
#looks .space {
  width: 560px;
  height: 100vh;
  margin: 0 auto;
}

/* ---- common credits ---- */
/*--------- SLICK -----------*/
.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* --------------------------- Default and Common --------------------------- */
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  /* --------------------------- page --------------------------- */
  #loader .logo {
    width: 180px;
    height: 39px;
  }
  #loader .bar {
    height: 8px;
  }
  header {
    width: 100%;
    padding: 10px;
  }
  header .inner {
    width: 100%;
  }
  header .inner .title {
    width: 50%;
  }
  header .inner .title h1 {
    width: 100%;
  }
  header .inner nav .links {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header .inner nav .links p {
    color: #4EA6B9;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
    writing-mode: vertical-rl; /* 右→左の縦書き */
    text-orientation: mixed;
  }
  header .inner nav .links p:first-child {
    padding: 0 0 10px;
  }
  header .inner nav .links p a {
    color: #4EA6B9;
    transition: all 0.25s ease-in 0s;
  }
  header .inner nav .links p a:hover {
    opacity: 0.5;
  }
  main {
    width: 100%;
    margin: -90px auto 0;
    padding: 0 5px;
    position: relative;
    box-sizing: border-box;
  }
  main .lead {
    width: 100%;
    margin: 50px auto 80px;
    padding: 0 30px;
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
  }
  main .sec {
    width: 100%;
    padding: 0px;
  }
  main .sec .photo {
    width: 100%;
  }
  main .sec .photo .inner .inner_2column > div {
    width: calc((100% - 5px) / 2);
  }
  main .sec .photo .inner .inner_2column > div.width_100 {
    width: 100%;
  }
  main .sec .photo .inner .inner_2column.inverted > div:nth-child(1) {
    order: 1;
  }
  main .sec .photo .inner .inner_2column.inverted > div:nth-child(2) {
    order: 0;
  }
  main .sec .thumb1 {
    position: relative;
  }
  main .sec .thumb1::after {
    content: "";
    width: 15px;
    height: 15px;
    right: 8px;
    bottom: 8px;
  }
  main .sec .thumb1.posi_left::after {
    content: "";
    width: 15px;
    height: 15px;
    left: 8px;
    bottom: 8px;
  }
  footer {
    padding: 50px 10px 20px;
  }
  footer .infoot {
    width: 100%;
    margin: 0 auto;
  }
  footer .infoot div h3 {
    width: 65px;
    margin: 0 auto 30px 0;
  }
  footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  footer .infoot div ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .infoot div ul li a, footer .infoot div ul li span {
    color: #4EA6B9;
    font-family: "cormorant-garamond", serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  footer .infoot div p {
    color: #4EA6B9;
    font-family: "cormorant-garamond", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
    text-align: left;
  }
  footer .infoot .pgtop a {
    color: #4EA6B9;
    font-family: "cormorant-garamond", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  /* ---- looks(detail page) ---- */
  #looks {
    width: 100%;
    height: 100vh;
    padding: 50px 0 0 0;
    background-color: rgba(78, 166, 185, 0.95);
    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: #FFF;
    opacity: 0.6;
  }
  #looks .look-combo {
    width: 100%;
  }
  #looks .look-combo .look:not(:last-child) {
    margin-bottom: 80px;
  }
  #looks .look-combo .look.items {
    width: calc(100% - 10px);
    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: 100%;
  }
  #looks .look-combo .look.items .item:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
  #looks .look-combo .look.items .item:not(:nth-child(n+45)) {
    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 .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: calc(100% - 20px);
    margin: 0 auto;
  }
  #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: #FFF;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-decoration: underline;
    display: inline-block;
  }
  #looks .look-combo .look .credits > div.item-d-none dl.items__credit dd a.line:hover {
    color: #FFF;
  }
  #looks .look-combo .look .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  #looks .look-combo .look .credits > div dl.items__credit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #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: #FFF;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    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: #FFF;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    margin-left: 5px;
    display: inline-block;
  }
  #looks .look-combo .look .credits > div dl.items__credit dt > span {
    color: #FFF;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  #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: #FFF;
    font-family: "aktiv-grotesk-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-decoration: underline;
    transition: all 0.25s ease-in 0s;
  }
  #looks .look-combo .look .credits > div dl.items__credit dd a:hover {
    color: #FFF;
    opacity: 0.6;
  }
  #looks .space {
    width: 100%;
  }
  /* common credits------ */
}/*# sourceMappingURL=style.css.map */