@charset "UTF-8";
@import url("https://use.typekit.net/hyf6hvf.css");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@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;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

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

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

a:hover, a:active, a.active {
  color: #282e4c;
}

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: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #080114;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
}
#loader .logo {
  width: 340px;
  height: 25px;
  background-image: url(../images/logo.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;
  left: calc(50% - 170px);
  top: calc(50% - 12px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(200, 200, 200, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #999999;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: 100%;
  position: fixed;
  top: 40px;
  left: 20px;
  z-index: 999;
  pointer-events: none;
  transition: all 0.25s ease-in 0s;
  opacity: 0;
}
header.on {
  opacity: 1;
}
header .inner {
  width: 100%;
  position: relative;
}
header .inner h1 {
  width: 190px;
  height: 48px;
  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;
  margin: 0 auto;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: absolute;
  top: 0px;
  left: 20px;
  transform: rotate(90deg);
  transform-origin: left top;
}
header .inner ul::after {
  content: "";
  width: 1px;
  height: auto;
  background-color: #FFF;
  margin-left: 20px;
  display: block;
  order: 2;
}
header .inner ul li:not(:first-child) {
  margin-left: 20px;
}
header .inner ul li:nth-child(1) {
  order: 1;
}
header .inner ul li:nth-child(2) {
  order: 3;
}
header .inner ul li a {
  color: #FFF;
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  pointer-events: auto;
}
header .inner ul li a:hover {
  color: #CCCCCC;
}

main {
  width: 100%;
  padding: 0 0 70px 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main section {
  width: 100%;
}
main section.visual {
  width: 100%;
  margin-bottom: 100px;
}
main section.visual.on .inner h3 {
  opacity: 1;
}
main section.visual.on .inner ul li {
  opacity: 1;
}
main section.visual .inner {
  width: 100%;
  padding: 20px 40px 0 40px;
  position: relative;
}
main section.visual .inner h3 {
  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;
  width: 336px;
  height: 84px;
  position: absolute;
  top: calc(50% - 42px + 21px);
  left: calc(50% - 168px);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease-out 2s;
}
main section.visual .inner ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.visual .inner ul li {
  width: calc((100% - 125px) / 6);
  height: calc((100vw - 80px - 125px) / 6 * 1.77);
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.15s ease-in;
}
main section.visual .inner ul li:not(:nth-child(6n+1)) {
  margin-left: 25px;
}
main section.visual .inner ul li:not(:nth-child(n+7)) {
  margin-bottom: 25px;
}
main section.visual .inner ul li:nth-child(1) {
  transition-delay: 0.5s;
}
main section.visual .inner ul li:nth-child(2) {
  transition-delay: 0.9s;
}
main section.visual .inner ul li:nth-child(3) {
  transition-delay: 0.15s;
}
main section.visual .inner ul li:nth-child(4) {
  transition-delay: 0.75s;
}
main section.visual .inner ul li:nth-child(5) {
  transition-delay: 0.5s;
}
main section.visual .inner ul li:nth-child(6) {
  transition-delay: 0.15s;
}
main section.visual .inner ul li:nth-child(7) {
  transition-delay: 0.75s;
}
main section.visual .inner ul li:nth-child(8) {
  transition-delay: 0.3s;
}
main section.visual .inner ul li:nth-child(9) {
  transition-delay: 0.1s;
}
main section.visual .inner ul li:nth-child(10) {
  transition-delay: 1s;
}
main section.visual .inner ul li:nth-child(11) {
  transition-delay: 0.25s;
}
main section.visual .inner ul li:nth-child(12) {
  transition-delay: 0.6s;
}
main section.lead {
  width: 100%;
  margin-bottom: 100px;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
main section.lead.on {
  opacity: 1;
}
main section.lead p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0em;
}
main section.looks {
  width: 100%;
}
main section.looks .inner {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
main section.looks .inner ul.line {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main section.looks .inner ul.line li {
  width: 25%;
  position: relative;
}
main section.looks .inner ul.line li span {
  line-height: 0;
  width: 100%;
  height: 44.25vw;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
}
main section.looks .inner ul.line li.thumb {
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main section.looks .inner ul.line li.thumb.on {
  opacity: 1;
}
main section.looks .inner ul.line li.thumb span {
  display: block;
  transition: all 0.25s ease-in 0s;
}
main section.looks .inner ul.line li.thumb:hover span {
  opacity: 0.9;
}
main section.looks .inner ul.line li.thumb::before {
  content: "";
  width: 31px;
  height: 37px;
  background-image: url(../images/btn_detail.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: 10;
  transition: all 0.25s ease-in 0s;
}
main section.looks .inner ul.line li.thumb video {
  width: 100%;
  height: auto;
}
main section.looks .inner ul.line li.target {
  display: none;
}

footer {
  text-align: left;
  width: 100%;
  background-color: #080114;
  padding: 0px;
  position: relative;
}
footer .inner {
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
footer .inner .link {
  width: 50%;
  padding: 120px 0 40px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
footer .inner .link ul {
  text-align: left;
}
footer .inner .link ul li a {
  color: #FFF;
  font-family: "Marcellus", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .link ul li a:hover {
  opacity: 0.8;
}
footer .inner .link ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .inner .cp {
  width: 50%;
  padding: 120px 0 40px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
footer .inner .cp p {
  color: #FFF;
  font-family: "Marcellus", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}

#looks {
  background-color: #080114;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
}
#looks.active {
  opacity: 1;
  pointer-events: auto;
}
#looks.active ul.btnset {
  display: block;
}
#looks .inlooks {
  width: 100%;
  padding: 100px 0px;
}
#looks .inlooks .space {
  width: 100%;
  height: 100vh;
}
#looks .inlooks .lookhead {
  width: 100%;
  padding: 20px 20px 0 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 555;
  pointer-events: none;
}
#looks .inlooks .lookhead .button {
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#looks .inlooks .lookhead .button .close {
  width: 40px;
  height: 40px;
  transition: all 0.25s ease-in 0s;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
}
#looks .inlooks .lookhead .button .close:hover {
  opacity: 0.7;
}
#looks .inlooks .lookhead .button .close span {
  width: 100%;
  height: 1px;
  background-color: #FFF;
  display: block;
  position: absolute;
}
#looks .inlooks .lookhead .button .close span:nth-child(1) {
  transform: rotate(-45deg);
  left: 0px;
  top: 20px;
}
#looks .inlooks .lookhead .button .close span:nth-child(2) {
  transform: rotate(45deg);
  right: 0px;
  top: 20px;
}
#looks .inlooks .look {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
#looks .inlooks .look:not(:last-child) {
  margin-bottom: 200px;
}
#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 .photo {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
#looks .inlooks .look .set .photo .data {
  width: 550px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 10px;
  left: calc(50% - 275px + 10px);
  z-index: 5;
}
#looks .inlooks .look .set .photo .data p {
  color: #FFF;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .inlooks .look .set .photo .data p strong {
  font-weight: 600;
}
#looks .inlooks .look .set .photo .data p a {
  color: #FFF;
  font-weight: 600;
}
#looks .inlooks .look .set .photo .data p a:hover {
  text-decoration: underline;
}
#looks .inlooks .look .set .photo .data p:not(:first-child) {
  margin-left: 10px;
}
#looks .inlooks .look .set .photo .slider {
  width: 570px;
  margin: 0 auto;
  position: relative;
}
#looks .inlooks .look .set .photo .slider .arrow {
  width: 13px;
  height: 23px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 11px);
  z-index: 5;
}
#looks .inlooks .look .set .photo .slider .arrow.prev {
  left: 10px;
}
#looks .inlooks .look .set .photo .slider .arrow.next {
  right: 10px;
  transform: rotate(180deg);
}
#looks .inlooks .look .set .photo .slider .slick-slide {
  padding: 0 10px;
}
#looks .inlooks .look .set .photo .slider .slick-slide.slick-active img {
  opacity: 1;
}
#looks .inlooks .look .set .photo .slider .slick-slide img {
  opacity: 0.3;
  transition: opacity 0.2s ease-in;
}
#looks .inlooks .look .set .photo .slider .slick-list {
  overflow: visible;
}
#looks .inlooks .look .set .text {
  width: 550px;
  margin: 0 auto;
}
#looks .inlooks .look .set .text > p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 40px;
}
#looks .inlooks .look .set .text .credits > div {
  padding-bottom: 10px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
#looks .inlooks .look .set .text .credits > div:not(:last-child) {
  margin-bottom: 10px;
}
#looks .inlooks .look .set .text .credits > div.item-d-none dl dd a {
  display: none;
}
#looks .inlooks .look .set .text .credits > div dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#looks .inlooks .look .set .text .credits > div dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .inlooks .look .set .text .credits > div dl dt::before {
  content: none;
}
#looks .inlooks .look .set .text .credits > div dl dt strong:nth-child(1) {
  color: #FFF;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 5px;
  order: 1;
}
#looks .inlooks .look .set .text .credits > div dl dt strong:nth-child(2) {
  color: #FFF;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 0px;
  order: 2;
}
#looks .inlooks .look .set .text .credits > div dl dt strong span {
  padding-left: 5px;
  display: inline-block;
}
#looks .inlooks .look .set .text .credits > div dl dd:hover a {
  opacity: 0.7;
}
#looks .inlooks .look .set .text .credits > div dl dd a {
  color: #000;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  padding: 3px 6px;
  background-color: #FFF;
  transition: all 0.25s ease-in 0s;
}
#looks .inlooks .look .set .text .credits > div dl dd span {
  color: #000;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}

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

  #loader .logo {
    width: 170px;
    height: 13px;
    left: calc(50% - 85px);
    top: calc(50% - 6px);
  }

  .loaded main {
    opacity: 1;
  }

  header {
    width: 100%;
    position: fixed;
    top: 20px;
    left: 0px;
    z-index: 999;
    pointer-events: none;
    transition: all 0.25s ease-in 0s;
    opacity: 0;
  }
  header.on {
    opacity: 1;
  }
  header .inner h1 {
    width: 150px;
    height: 20px;
    background-image: url(../images/title_sp.png);
  }
  header .inner ul {
    top: 0px;
    left: 20px;
  }
  header .inner ul::after {
    margin-left: 10px;
  }
  header .inner ul li:not(:first-child) {
    margin-left: 10px;
  }
  header .inner ul li a {
    color: #FFF;
    font-family: "Marcellus", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    pointer-events: auto;
  }
  header .inner ul li a:hover {
    color: #CCCCCC;
  }

  main {
    width: 100%;
    padding: 0 0 70px 0;
    margin: 0;
    position: relative;
    box-sizing: border-box;
  }
  main section {
    width: 100%;
  }
  main section.visual {
    width: 100%;
    margin-bottom: 40px;
  }
  main section.visual .inner {
    width: 100%;
    padding: 15px 15px 0 15px;
  }
  main section.visual .inner h3 {
    width: 240px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 120px);
  }
  main section.visual .inner ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.visual .inner ul li {
    width: calc((100% - 30px) / 3);
    height: calc((100vw - 30px) / 3 * 1.77);
  }
  main section.visual .inner ul li:not(:nth-child(6n+1)) {
    margin-left: 0px;
  }
  main section.visual .inner ul li:not(:nth-child(n+7)) {
    margin-bottom: 0px;
  }
  main section.visual .inner ul li:not(:nth-child(3n+1)) {
    margin-left: 15px;
  }
  main section.visual .inner ul li:not(:nth-child(n+10)) {
    margin-bottom: 15px;
  }
  main section.visual .inner ul li:nth-child(1) {
    order: 1;
  }
  main section.visual .inner ul li:nth-child(2) {
    order: 2;
  }
  main section.visual .inner ul li:nth-child(3) {
    order: 3;
  }
  main section.visual .inner ul li:nth-child(4) {
    order: 7;
  }
  main section.visual .inner ul li:nth-child(5) {
    order: 8;
  }
  main section.visual .inner ul li:nth-child(6) {
    order: 9;
  }
  main section.visual .inner ul li:nth-child(7) {
    order: 4;
  }
  main section.visual .inner ul li:nth-child(8) {
    order: 5;
  }
  main section.visual .inner ul li:nth-child(9) {
    order: 6;
  }
  main section.visual .inner ul li:nth-child(10) {
    order: 10;
  }
  main section.visual .inner ul li:nth-child(11) {
    order: 11;
  }
  main section.visual .inner ul li:nth-child(12) {
    order: 12;
  }
  main section.lead {
    padding: 0 30px;
    margin-bottom: 40px;
  }
  main section.lead p {
    text-align: left;
  }
  main section.lead p br {
    display: none;
  }
  main section.looks .inner ul.line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main section.looks .inner ul.line li {
    width: 100%;
  }
  main section.looks .inner ul.line li span {
    height: 177vw;
  }
  main section.looks .inner ul.line li.thumb:hover span {
    opacity: 1;
  }

  footer .inner {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .link {
    width: 100%;
    padding: 100px 0 30px 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
  footer .inner .link ul {
    text-align: left;
  }
  footer .inner .link ul li a {
    color: #FFF;
    font-family: "Marcellus", serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .link ul li a:hover {
    opacity: 0.8;
  }
  footer .inner .link ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .inner .cp {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .cp p {
    color: #FFF;
    font-family: "Marcellus", serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: right;
  }

  #looks {
    min-height: 100%;
  }
  #looks .inlooks {
    padding: 60px 0px;
  }
  #looks .inlooks .space {
    width: 100%;
    height: 100vh;
  }
  #looks .inlooks .lookhead {
    width: 100%;
    padding: 15px 15px 0 15px;
  }
  #looks .inlooks .lookhead .button {
    width: 20px;
    height: 20px;
  }
  #looks .inlooks .lookhead .button .close {
    width: 20px;
    height: 20px;
  }
  #looks .inlooks .lookhead .button .close:hover {
    opacity: 1;
  }
  #looks .inlooks .lookhead .button .close span:nth-child(1) {
    top: 10px;
  }
  #looks .inlooks .lookhead .button .close span:nth-child(2) {
    top: 10px;
  }
  #looks .inlooks .look {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
  }
  #looks .inlooks .look:not(:last-child) {
    margin-bottom: 100px;
  }
  #looks .inlooks .look .set .photo {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
  }
  #looks .inlooks .look .set .photo .data {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 5;
  }
  #looks .inlooks .look .set .photo .data p {
    color: #FFF;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .inlooks .look .set .photo .data p strong {
    font-weight: 600;
  }
  #looks .inlooks .look .set .photo .data p a {
    color: #FFF;
    font-weight: 600;
  }
  #looks .inlooks .look .set .photo .data p:not(:first-child) {
    margin-left: 10px;
  }
  #looks .inlooks .look .set .photo .slider {
    width: calc(100% - 30px);
  }
  #looks .inlooks .look .set .photo .slider .arrow {
    width: 11px;
    height: 20px;
    top: calc(50% - 10px);
  }
  #looks .inlooks .look .set .photo .slider .arrow.prev {
    left: 5px;
  }
  #looks .inlooks .look .set .photo .slider .arrow.next {
    right: 5px;
  }
  #looks .inlooks .look .set .photo .slider .slick-slide {
    padding: 0 5px;
  }
  #looks .inlooks .look .set .photo .slider .slick-slide.slick-active img {
    opacity: 1;
  }
  #looks .inlooks .look .set .photo .slider .slick-slide img {
    opacity: 1;
  }
  #looks .inlooks .look .set .text {
    width: calc(100% - 40px);
  }
  #looks .inlooks .look .set .text > p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
  }
  #looks .inlooks .look .set .text .credits > div.item-d-none dl dd a {
    display: none;
  }
  #looks .inlooks .look .set .text .credits > div dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #looks .inlooks .look .set .text .credits > div dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .inlooks .look .set .text .credits > div dl dt::before {
    content: none;
  }
  #looks .inlooks .look .set .text .credits > div dl dt strong:nth-child(1) {
    color: #FFF;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 5px;
    order: 1;
  }
  #looks .inlooks .look .set .text .credits > div dl dt strong:nth-child(2) {
    color: #FFF;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 0px;
    order: 2;
  }
  #looks .inlooks .look .set .text .credits > div dl dd:hover a {
    opacity: 0.7;
  }
  #looks .inlooks .look .set .text .credits > div dl dd a {
    color: #000;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    padding: 3px 6px;
    background-color: #FFF;
    transition: all 0.25s ease-in 0s;
  }
  #looks .inlooks .look .set .text .credits > div dl dd span {
    color: #000;
    font-family: "acumin-pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
}

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