@charset "UTF-8";
@import url("https://use.typekit.net/juu3bwe.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% {
    background-image: url(../images/09.jpg), url(../images/09_2.jpg), url(../images/09_3.jpg);
  }
  33% {
    background-image: url(../images/09.jpg), url(../images/09_2.jpg), url(../images/09_3.jpg);
  }
  34% {
    background-image: url(../images/09_2.jpg), url(../images/09_3.jpg), url(../images/09.jpg);
  }
  66% {
    background-image: url(../images/09_2.jpg), url(../images/09_3.jpg), url(../images/09.jpg);
  }
  67% {
    background-image: url(../images/09_3.jpg), url(../images/09.jpg), url(../images/09_2.jpg);
  }
  100% {
    background-image: url(../images/09_3.jpg), url(../images/09.jpg), url(../images/09_2.jpg);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  font-family: futura-pt, 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;
}

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

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: #FFF;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#loader .logo {
  width: 143px;
  height: 23px;
  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% - 72px);
  top: calc(50% - 11px);
}
#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;
  opacity: 1;
  display: block;
}

.loaded main {
  opacity: 1;
}

header {
  width: 100%;
  padding: 30px 0;
  background-color: #000;
  position: fixed;
  top: -90px;
  left: 0px;
  z-index: 333;
  pointer-events: none;
  transition: top 0.5s ease-in;
}
header.on {
  top: 0px;
  pointer-events: auto;
}
header .inner {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .inner h1 {
  width: 398px;
  height: 20px;
  background-image: url(../images/title1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
header .inner nav {
  width: calc(100% - 398px - 75px);
}
header .inner nav ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
header .inner nav ul li:not(:first-child) {
  margin-left: 5px;
}
header .inner nav ul li:nth-child(1) a {
  background-image: url(../images/text_celine_wh.png);
  width: 58px;
  height: 13px;
}
header .inner nav ul li:nth-child(3) a {
  background-image: url(../images/text_bottega_wh.png);
  width: 141px;
  height: 13px;
}
header .inner nav ul li:nth-child(5) a {
  background-image: url(../images/text_saint_wh.png);
  width: 124px;
  height: 13px;
}
header .inner nav ul li:nth-child(6) {
  margin-left: auto;
}
header .inner nav ul li:nth-child(6) a {
  background-image: url(../images/text_onlinestore.png);
  width: 118px;
  height: 13px;
}
header .inner nav ul li a {
  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;
  position: relative;
}
header .inner nav ul li a:hover {
  opacity: 0.75;
}
header .inner nav ul li a.on::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  top: calc(50% - 1px);
  left: 0px;
  z-index: 1;
}
header .inner nav ul li span {
  background-image: url(../images/text_slash.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: 15px;
  height: 13px;
}

.hlink {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 5;
}
.hlink ul {
  width: 1.8rem;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.hlink ul li:not(:last-child) {
  margin-bottom: 10px;
}
.hlink ul li span {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
}
.hlink ul li a {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}
.hlink ul li a:hover {
  color: #000;
}

/* common credits------ */
.credits > div {
  width: 100%;
  padding: 0 0 5px 0;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 3px 1px;
}
.credits > div:not(:last-child) {
  margin-bottom: 20px;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd span {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 0;
  display: inline-block;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credits > div dl dt {
  width: calc(100% - 45px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt strong {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits > div dl dt strong:not(:last-child) {
  margin-bottom: 5px;
}
.credits > div dl dt strong span {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
.credits > div dl dt strong span:not(:first-child) {
  margin-left: 5px;
}
.credits > div dl dt strong span:not(:first-child)::after {
  display: inline-block;
}
.credits > div dl dt strong span.month {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
}
.credits > div dl dt > span {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.credits > div dl dd {
  width: 45px;
}
.credits > div dl dd a {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 3px 9px;
  border: solid 1px #000;
  border-radius: 10px;
  display: block;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd a:hover {
  opacity: 0.7;
}
.credits > div dl dd span {
  display: none;
}
.credits .ilink {
  text-align: left;
  width: 100%;
  padding: 0px;
  background-image: none;
}
.credits .ilink a {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.credits .ilink a:hover {
  text-decoration: underline;
}

/* -------------------- */
#visual {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  margin-bottom: 110px;
}
#visual.on .inner h2 {
  opacity: 1;
}
#visual .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#visual .inner h2 {
  width: 956px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: calc(50% - 94px);
  left: calc(50% - 478px);
  z-index: 1;
  opacity: 1;
  transition: opacity 0.35s ease-in 0s;
}
#visual .inner h2 span {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#visual .inner h2 span:nth-child(1) {
  width: 100%;
  height: 48px;
  background-image: url(../images/title1.png);
  margin-bottom: 30px;
}
#visual .inner h2 span:nth-child(2) {
  width: 643px;
  height: 24px;
  background-image: url(../images/title2.png);
  margin-bottom: 50px;
}
#visual .inner h2 span:nth-child(3) {
  width: 187px;
  height: 36px;
  background-image: url(../images/title3.png);
}
#visual .inner .photos {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#visual .inner .photos.page2 > div.l1 > div:nth-child(2) {
  clip-path: inset(0 0 0 0);
}
#visual .inner .photos.page2 > div.l2 > div:nth-child(2) {
  clip-path: inset(0 0 0 0);
}
#visual .inner .photos.page2 > div.l3 > div:nth-child(2) {
  clip-path: inset(0 0 0 0);
}
#visual .inner .photos.page3 > div.l1 > div:nth-child(3) {
  clip-path: inset(0 0 0 0);
}
#visual .inner .photos.page3 > div.l2 > div:nth-child(3) {
  clip-path: inset(0 0 0 0);
}
#visual .inner .photos.page3 > div.l3 > div:nth-child(3) {
  clip-path: inset(0 0 0 0);
}
#visual .inner .photos.page4 > div.l1 > div:nth-child(4) {
  clip-path: inset(0 0 0 0);
}
#visual .inner .photos.page4 > div.l2 > div:nth-child(4) {
  clip-path: inset(0 0 0 0);
}
#visual .inner .photos.page4 > div.l3 > div:nth-child(4) {
  clip-path: inset(0 0 0 0);
}
#visual .inner .photos > div {
  width: 33.3333333333%;
  height: 100%;
  position: relative;
}
#visual .inner .photos > div.l1 > div:nth-child(1) {
  background-image: url(../images/visual1_1.jpg);
}
#visual .inner .photos > div.l1 > div:nth-child(2) {
  background-image: url(../images/visual1_2.jpg);
  clip-path: inset(0 0 100% 0);
}
#visual .inner .photos > div.l1 > div:nth-child(3) {
  background-image: url(../images/visual1_3.jpg);
  clip-path: inset(0 0 100% 0);
}
#visual .inner .photos > div.l1 > div:nth-child(4) {
  background-image: url(../images/visual1_1.jpg);
  clip-path: inset(0 0 100% 0);
}
#visual .inner .photos > div.l1 > div:nth-child(5) {
  display: none;
}
#visual .inner .photos > div.l2 > div:nth-child(1) {
  background-image: url(../images/visual2_1.jpg);
}
#visual .inner .photos > div.l2 > div:nth-child(2) {
  background-image: url(../images/visual2_2.jpg);
  clip-path: inset(100% 0 0 0);
}
#visual .inner .photos > div.l2 > div:nth-child(3) {
  background-image: url(../images/visual2_3.jpg);
  clip-path: inset(100% 0 0 0);
}
#visual .inner .photos > div.l2 > div:nth-child(4) {
  background-image: url(../images/visual2_1.jpg);
  clip-path: inset(100% 0 0 0);
}
#visual .inner .photos > div.l2 > div:nth-child(5) {
  display: none;
}
#visual .inner .photos > div.l3 > div:nth-child(1) {
  background-image: url(../images/visual3_1.jpg);
}
#visual .inner .photos > div.l3 > div:nth-child(2) {
  background-image: url(../images/visual3_2.jpg);
  clip-path: inset(0 0 100% 0);
}
#visual .inner .photos > div.l3 > div:nth-child(3) {
  background-image: url(../images/visual3_3.jpg);
  clip-path: inset(0 0 100% 0);
}
#visual .inner .photos > div.l3 > div:nth-child(4) {
  background-image: url(../images/visual3_1.jpg);
  clip-path: inset(0 0 100% 0);
}
#visual .inner .photos > div > div {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transition: clip-path 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#lead {
  width: 100%;
  margin: 0 auto 200px auto;
}
#lead .inner {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#lead .inner p {
  color: #000;
  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;
  text-align: center;
  width: 800px;
  margin: 0 auto 100px auto;
}
#lead .inner .items {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#lead .inner .items h4 {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin: 0 auto 30px auto;
}
#lead .inner .items h4.brand1 {
  width: 94px;
  height: 22px;
  background-image: url(../images/text_celine.png);
}
#lead .inner .items h4.brand2 {
  width: 223px;
  height: 21px;
  background-image: url(../images/text_bottega.png);
}
#lead .inner .items h4.brand3 {
  width: 196px;
  height: 21px;
  background-image: url(../images/text_saint.png);
}
#lead .inner .items .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
#lead .inner .items .set:not(:last-child) {
  margin-bottom: 80px;
}
#lead .inner .items .set ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
#lead .inner .items .set ul li {
  width: 300px;
}
#lead .inner .items .set ul li:not(:first-child) {
  margin-left: 20px;
}
#lead .inner .items .set .photo {
  width: 100%;
  border: solid 1px #000;
  margin-bottom: 10px;
}
#lead .inner .items .set .credits {
  width: 100%;
}
#lead .inner .items .set .item {
  width: 300px;
}
#lead .inner .items .set .item:not(:first-child) {
  margin-left: 20px;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .sec {
  width: 100%;
  padding: 0px;
}
main .sec.celine .insec .thumb:nth-child(1) {
  order: 20;
}
main .sec.celine .insec .thumb:nth-child(2) {
  order: 19;
}
main .sec.celine .insec .thumb:nth-child(3) {
  order: 18;
}
main .sec.celine .insec .thumb:nth-child(4) {
  order: 17;
}
main .sec.celine .insec .thumb:nth-child(5) {
  order: 16;
}
main .sec.celine .insec .thumb:nth-child(6) {
  order: 15;
}
main .sec.celine .insec .thumb:nth-child(7) {
  order: 14;
}
main .sec.celine .insec .thumb:nth-child(8) {
  order: 13;
}
main .sec.celine .insec .thumb:nth-child(9) {
  order: 12;
}
main .sec.celine .insec .thumb:nth-child(10) {
  order: 11;
}
main .sec.celine .insec .thumb:nth-child(11) {
  order: 10;
}
main .sec.celine .insec .thumb:nth-child(12) {
  order: 9;
}
main .sec.celine .insec .thumb:nth-child(13) {
  order: 8;
}
main .sec.celine .insec .thumb:nth-child(14) {
  order: 7;
}
main .sec.celine .insec .thumb:nth-child(15) {
  order: 6;
}
main .sec.celine .insec .thumb:nth-child(16) {
  order: 5;
}
main .sec.celine .insec .thumb:nth-child(17) {
  order: 4;
}
main .sec.celine .insec .thumb:nth-child(18) {
  order: 3;
}
main .sec.celine .insec .thumb:nth-child(19) {
  order: 2;
}
main .sec.celine .insec .thumb:nth-child(20) {
  order: 1;
}
main .sec .insec {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .thumb {
  width: 50%;
  padding: 0 20px 100px 20px;
  transition: all 0.25s ease-in 0s;
}
main .sec .insec .thumb .photo {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
main .sec .insec .thumb .photo:hover {
  opacity: 0.7;
}
main .sec .insec .thumb .photo::before {
  content: "";
  width: 31px;
  height: 37px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 5;
}
main .sec .insec .thumb .credits {
  width: 100%;
}
main .sec .insec .thumb .credits > div {
  background-image: none;
}
main .sec .insec .thumb .credits > div:not(.ilink) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #000;
}
main .sec .insec .thumb .credits > div:not(.ilink) dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .insec .thumb .credits > div:not(.ilink) dl dt {
  width: auto;
}
main .sec .insec .thumb .credits > div:not(.ilink) dl dt strong {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
main .sec .insec .thumb .credits > div:not(.ilink) dl dt strong span:nth-child(1) {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .insec .thumb .credits > div:not(.ilink) dl dt strong span:nth-child(2) {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-left: 10px;
}
main .sec .insec .thumb .credits > div:not(.ilink) dl dt strong span.month {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
}
main .sec .insec .thumb .credits > div:not(.ilink) dl dd {
  margin-left: 20px;
}

article {
  width: 100%;
  margin-bottom: 140px;
}
article dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
article dl dt {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
article dl dd {
  color: #000;
  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;
}

footer {
  text-align: left;
  width: 100%;
  background-color: #000;
  padding: 0;
  margin: 0 auto;
}
footer .pgtop {
  width: 100%;
  border-bottom: solid 1px #000;
}
footer .pgtop a {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: underline;
  width: 100%;
  height: 55px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  color: #666666;
}
footer .infoot {
  width: calc(100% - 60px);
  padding: 60px 0 40px 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .infoot ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .infoot ul li a, footer .infoot ul li span {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot ul li a:hover, footer .infoot ul li span:hover {
  color: #999999;
}
footer .infoot p {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}

#looks {
  width: 100%;
  height: 100vh;
  padding: 135px 0 0 0;
  background-color: white;
  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: 2px;
  left: 0px;
  top: 17px;
  transform: rotate(45deg);
}
#looks .close div span:nth-child(2) {
  width: 40px;
  height: 2px;
  left: 0px;
  top: 17px;
  transform: rotate(-45deg);
}
#looks .close div:hover span {
  background-color: #8BA5CE;
}
#looks .look-combo {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
#looks .look-combo .look {
  width: 600px;
  position: relative;
}
#looks .look-combo .look:not(:last-child) {
  margin-bottom: 140px;
}
#looks .look-combo .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#looks .look-combo .look .set .photo-slide {
  width: 100%;
  margin-bottom: 40px;
}
#looks .look-combo .look .set .photo-slide .slick-list {
  overflow: visible;
}
#looks .look-combo .look .set .photo-slide .slick-list .slick-slide {
  margin: 0 5px;
}
#looks .look-combo .look .set .photo-slide .slick-list .slick-slide.slick-active img {
  opacity: 1;
}
#looks .look-combo .look .set .photo-slide .slick-list .slick-slide img {
  opacity: 0.5;
  transition: all 0.25s ease-in 0s;
}
#looks .look-combo .look .set .photo-slide .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 .look-combo .look .set .photo-slide .arrow.prev {
  left: 10px;
}
#looks .look-combo .look .set .photo-slide .arrow.next {
  right: 10px;
  transform: rotate(180deg);
}
#looks .look-combo .look .set .main {
  width: 100%;
}
#looks .look-combo .look .set .main:not(:last-child) {
  margin-bottom: 40px;
}
#looks .look-combo .look .set .main .credits > div {
  background-image: none;
}
#looks .look-combo .look .set .main .credits > div:not(.ilink) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #000;
}
#looks .look-combo .look .set .main .credits > div:not(.ilink) dl dt {
  width: auto;
}
#looks .look-combo .look .set .main .credits > div:not(.ilink) dl dt strong {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
#looks .look-combo .look .set .main .credits > div:not(.ilink) dl dt strong span:nth-child(1) {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .look-combo .look .set .main .credits > div:not(.ilink) dl dt strong span:nth-child(2) {
  color: #000;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-left: 10px;
}
#looks .look-combo .look .set .main .credits > div:not(.ilink) dl dt strong span.month {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
  margin-left: 10px;
}
#looks .look-combo .look .set .main .credits > div:not(.ilink) dl dd {
  margin-left: 20px;
}
#looks .look-combo .look .set .other {
  width: 100%;
}
#looks .look-combo .look .set .other > div dl dt {
  width: auto;
}
#looks .look-combo .look .set .other > div dl dt strong {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
#looks .look-combo .look .set .other > div dl dt strong span:nth-child(1) {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .look-combo .look .set .other > div dl dt strong span:nth-child(2) {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 10px;
}
#looks .look-combo .look .set .other > div dl dt span {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .look-combo .look .set .other > div dl dd {
  margin-left: 20px;
}
#looks .space {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}

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

  header {
    padding: 10px 0;
    top: -52px;
  }
  header.on {
    top: 0px;
  }
  header .inner {
    width: calc(100% - 20px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header .inner h1 {
    width: 199px;
    height: 10px;
    margin-bottom: 10px;
  }
  header .inner nav {
    width: 100%;
  }
  header .inner nav ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  header .inner nav ul li:not(:first-child) {
    margin-left: 3px;
  }
  header .inner nav ul li:nth-child(1) a {
    width: 53px;
    height: 12px;
  }
  header .inner nav ul li:nth-child(3) a {
    width: 130px;
    height: 12px;
  }
  header .inner nav ul li:nth-child(5) a {
    background-image: url(../images/text_saint_wh.png);
    width: 114px;
    height: 12px;
  }
  header .inner nav ul li:nth-child(6) {
    display: none;
    margin-left: auto;
  }
  header .inner nav ul li:nth-child(6) a {
    background-image: url(../images/text_onlinestore.png);
    width: 118px;
    height: 13px;
  }
  header .inner nav ul li a:hover {
    opacity: 1;
  }
  header .inner nav ul li span {
    width: 14px;
    height: 12px;
  }

  .hlink {
    right: 10px;
    top: 10px;
  }
  .hlink ul {
    width: 1.6rem;
  }
  .hlink ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .hlink ul li span {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  .hlink ul li a {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  .hlink ul li a:hover {
    color: #FFF;
  }

  /* common credits------ */
  .credits > div {
    width: 100%;
    padding: 0 0 5px 0;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 3px 1px;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 20px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
  }
  .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 3px 0;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .credits > div dl dt {
    width: calc(100% - 45px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div dl dt strong:not(:last-child) {
    margin-bottom: 5px;
  }
  .credits > div dl dt strong span {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  .credits > div dl dt strong span:not(:first-child) {
    margin-left: 5px;
  }
  .credits > div dl dt strong span:not(:first-child)::after {
    display: inline-block;
  }
  .credits > div dl dt strong span.month {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
  }
  .credits > div dl dt > span {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .credits > div dl dd {
    width: 30px;
  }
  .credits > div dl dd a {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 2px 4px;
  }
  .credits > div dl dd a:hover {
    opacity: 1;
  }
  .credits > div dl dd span {
    display: none;
  }
  .credits .ilink a {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .credits .ilink a:hover {
    text-decoration: underline;
  }

  /* -------------------- */
  #visual {
    margin-bottom: 50px;
  }
  #visual .inner {
    width: 100%;
    position: relative;
  }
  #visual .inner h2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #visual .inner h2 span {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  #visual .inner h2 span:nth-child(1) {
    width: calc(100% - 40px);
    height: calc((100vw - 40px) * 0.187);
    background-image: url(../images/title1_sp.png);
    margin-bottom: 20px;
  }
  #visual .inner h2 span:nth-child(2) {
    width: calc(100% - 40px);
    height: calc((100vw - 40px) * 0.0374);
    background-image: url(../images/title2.png);
    margin-bottom: 25px;
  }
  #visual .inner h2 span:nth-child(3) {
    width: calc(100% - 290px);
    height: calc((100vw - 290px) * 0.1899);
    background-image: url(../images/title3.png);
  }
  #visual .inner .photos {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #visual .inner .photos.page2 > div.l1 > div:nth-child(2) {
    clip-path: inset(0 0 0 0);
  }
  #visual .inner .photos.page2 > div.l2 > div:nth-child(2) {
    clip-path: inset(0 0 0 0);
  }
  #visual .inner .photos.page2 > div.l3 > div:nth-child(2) {
    clip-path: inset(0 0 0 0);
  }
  #visual .inner .photos.page3 > div.l1 > div:nth-child(3) {
    clip-path: inset(0 0 0 0);
  }
  #visual .inner .photos.page3 > div.l2 > div:nth-child(3) {
    clip-path: inset(0 0 0 0);
  }
  #visual .inner .photos.page3 > div.l3 > div:nth-child(3) {
    clip-path: inset(0 0 0 0);
  }
  #visual .inner .photos.page4 > div.l1 > div:nth-child(4) {
    clip-path: inset(0 0 0 0);
  }
  #visual .inner .photos.page4 > div.l2 > div:nth-child(4) {
    clip-path: inset(0 0 0 0);
  }
  #visual .inner .photos.page4 > div.l3 > div:nth-child(4) {
    clip-path: inset(0 0 0 0);
  }
  #visual .inner .photos > div {
    width: 100%;
    height: 50%;
    position: relative;
  }
  #visual .inner .photos > div.l1 > div:nth-child(1) {
    background-image: url(../images/visual1_1.jpg);
  }
  #visual .inner .photos > div.l1 > div:nth-child(2) {
    background-image: url(../images/visual2_1.jpg);
    clip-path: inset(0 100% 0 0);
  }
  #visual .inner .photos > div.l1 > div:nth-child(3) {
    background-image: url(../images/visual3_1.jpg);
    clip-path: inset(0 100% 0 0);
  }
  #visual .inner .photos > div.l1 > div:nth-child(4) {
    background-image: url(../images/visual1_3.jpg);
    clip-path: inset(0 100% 0 0);
  }
  #visual .inner .photos > div.l1 > div:nth-child(5) {
    background-image: url(../images/visual1_1.jpg);
    clip-path: inset(0 100% 0 0);
    display: block;
  }
  #visual .inner .photos > div.l2 > div:nth-child(1) {
    background-image: url(../images/visual1_2.jpg);
  }
  #visual .inner .photos > div.l2 > div:nth-child(2) {
    background-image: url(../images/visual2_2.jpg);
    clip-path: inset(0 0 0 100%);
  }
  #visual .inner .photos > div.l2 > div:nth-child(3) {
    background-image: url(../images/visual3_2.jpg);
    clip-path: inset(0 0 0 100%);
  }
  #visual .inner .photos > div.l2 > div:nth-child(4) {
    background-image: url(../images/visual3_3.jpg);
    clip-path: inset(0 0 0 100%);
  }
  #visual .inner .photos > div.l2 > div:nth-child(5) {
    background-image: url(../images/visual1_2.jpg);
    clip-path: inset(0 0 0 100%);
    display: block;
  }
  #visual .inner .photos > div.l3 {
    display: none;
  }
  #visual .inner .photos > div > div {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition: clip-path 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }

  #lead {
    width: calc(100% - 40px);
    margin: 0 auto 90px auto;
  }
  #lead .inner {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #lead .inner p {
    width: 100%;
    text-align: left;
    margin: 0 auto 70px auto;
  }
  #lead .inner p br {
    display: none;
  }
  #lead .inner .items h4 {
    margin: 0 auto 30px auto;
  }
  #lead .inner .items h4.brand1 {
    width: 66px;
    height: 15px;
  }
  #lead .inner .items h4.brand2 {
    width: 159px;
    height: 15px;
  }
  #lead .inner .items h4.brand3 {
    width: 140px;
    height: 15px;
  }
  #lead .inner .items .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #lead .inner .items .set:not(:last-child) {
    margin-bottom: 50px;
  }
  #lead .inner .items .set ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #lead .inner .items .set ul li {
    width: calc(100% - 120px);
  }
  #lead .inner .items .set ul li:not(:first-child) {
    margin-left: 0px;
  }
  #lead .inner .items .set ul li:not(:last-child) {
    margin-bottom: 50px;
  }
  #lead .inner .items .set .photo {
    width: 100%;
    border: solid 1px #000;
    margin-bottom: 10px;
  }
  #lead .inner .items .set .credits {
    width: 100%;
  }
  #lead .inner .items .set .item {
    width: calc(100% - 120px);
  }
  #lead .inner .items .set .item:not(:first-child) {
    margin-left: 0px;
  }
  #lead .inner .items .set .item:not(:last-child) {
    margin-bottom: 50px;
  }

  main {
    margin-bottom: 40px;
  }
  main .sec .insec {
    width: 100%;
    max-width: 100%;
  }
  main .sec .insec .thumb {
    width: 50%;
    padding: 0 0 50px 0;
  }
  main .sec .insec .thumb:not(:nth-child(2n+1)) {
    margin-left: 0px;
  }
  main .sec .insec .thumb .photo {
    margin-bottom: 10px;
  }
  main .sec .insec .thumb .photo:hover {
    opacity: 1;
  }
  main .sec .insec .thumb .photo::before {
    width: 20px;
    height: 24px;
    right: 5px;
    bottom: 5px;
  }
  main .sec .insec .thumb .credits {
    width: 100%;
    padding: 0 15px 0 5px;
  }
  main .sec .insec .thumb .credits > div {
    background-image: none;
  }
  main .sec .insec .thumb .credits > div:not(.ilink) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #000;
  }
  main .sec .insec .thumb .credits > div:not(.ilink) dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec .thumb .credits > div:not(.ilink) dl dt {
    width: auto;
  }
  main .sec .insec .thumb .credits > div:not(.ilink) dl dt strong {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main .sec .insec .thumb .credits > div:not(.ilink) dl dt strong span:nth-child(1) {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .insec .thumb .credits > div:not(.ilink) dl dt strong span:nth-child(2) {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  main .sec .insec .thumb .credits > div:not(.ilink) dl dt strong span.month {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
  }
  main .sec .insec .thumb .credits > div:not(.ilink) dl dd {
    margin-left: 0px;
  }

  article {
    margin-bottom: 90px;
  }
  article dl dt {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.6rem;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  article dl dd {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.5rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }

  footer .infoot {
    width: calc(100% - 60px);
    padding: 60px 0 40px 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot ul {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  footer .infoot ul li a, footer .infoot ul li span {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot ul li a:hover, footer .infoot ul li span:hover {
    color: #FFF;
  }
  footer .infoot p {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }

  #looks {
    padding: 60px 0 0 0;
  }
  #looks .close {
    width: 20px;
    top: 10px;
    right: 10px;
  }
  #looks .close div {
    width: 20px;
    height: 20px;
  }
  #looks .close div span:nth-child(1) {
    width: 20px;
    height: 2px;
    left: 0px;
    top: 10px;
    transform: rotate(45deg);
  }
  #looks .close div span:nth-child(2) {
    width: 20px;
    height: 2px;
    left: 0px;
    top: 10px;
    transform: rotate(-45deg);
  }
  #looks .close div:hover span {
    background-color: #000;
  }
  #looks .look-combo .look {
    width: calc(100% - 40px);
    position: relative;
  }
  #looks .look-combo .look:not(:last-child) {
    margin-bottom: 90px;
  }
  #looks .look-combo .look .set .photo-slide {
    width: 100%;
    margin-bottom: 20px;
  }
  #looks .look-combo .look .set .photo-slide .slick-list .slick-slide {
    margin: 0 5px;
  }
  #looks .look-combo .look .set .photo-slide .slick-list .slick-slide img {
    opacity: 1;
  }
  #looks .look-combo .look .set .photo-slide .arrow {
    width: 12px;
    height: 21px;
    top: calc(50% - 10px);
  }
  #looks .look-combo .look .set .main {
    width: 100%;
  }
  #looks .look-combo .look .set .main:not(:last-child) {
    margin-bottom: 20px;
  }
  #looks .look-combo .look .set .main .credits > div {
    background-image: none;
  }
  #looks .look-combo .look .set .main .credits > div:not(.ilink) {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: solid 1px #000;
  }
  #looks .look-combo .look .set .main .credits > div:not(.ilink) dl dt {
    width: auto;
  }
  #looks .look-combo .look .set .main .credits > div:not(.ilink) dl dt strong {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  #looks .look-combo .look .set .main .credits > div:not(.ilink) dl dt strong span:nth-child(1) {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .set .main .credits > div:not(.ilink) dl dt strong span:nth-child(2) {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  #looks .look-combo .look .set .main .credits > div:not(.ilink) dl dt strong span.month {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  #looks .look-combo .look .set .main .credits > div:not(.ilink) dl dd {
    margin-left: 0px;
  }
  #looks .look-combo .look .set .other {
    width: 100%;
  }
  #looks .look-combo .look .set .other > div dl dt {
    width: auto;
  }
  #looks .look-combo .look .set .other > div dl dt strong {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #looks .look-combo .look .set .other > div dl dt strong span:nth-child(1) {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .set .other > div dl dt strong span:nth-child(2) {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  #looks .look-combo .look .set .other > div dl dt span {
    color: #000;
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look .set .other > div dl dd {
    margin-left: 0px;
  }
}

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