@import url("https://use.typekit.net/xgf5ecb.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;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
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;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: relative;
  overflow: auto;
}
body.looking {
  overflow: hidden;
}

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

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 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: 200px;
  height: 140px;
  background-image: url(../images/logo_furniture.svg);
  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% - 47px);
  left: calc(50% - 100px);
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  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;
}

.hlink {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 10;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
.hlink.on {
  opacity: 1;
}
.hlink ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.hlink ul::before {
  content: "";
  width: 1px;
  height: 1.2rem;
  margin-left: 10px;
  background-color: #000;
  display: block;
  order: 2;
  position: relative;
  transform: translateY(-0.2rem);
}
.hlink ul li:not(:first-child) {
  margin-left: 10px;
}
.hlink ul li:nth-child(1) {
  order: 1;
}
.hlink ul li:nth-child(2) {
  order: 3;
}
.hlink ul li a {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
.hlink ul li a:hover {
  color: #999;
}

/* -------------------- */
main {
  width: 100%;
  margin-bottom: 220px;
  position: relative;
  z-index: 5;
}
main .visual {
  width: calc(100% - 60px);
  padding: 50px 0 0 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
main .visual:not(:last-child) {
  margin-bottom: 50px;
}
main .visual.on dl {
  opacity: 1;
}
main .visual.on .invisual {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
main .visual dl {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  opacity: 0;
  transition: all 0.1s ease-in 1s;
}
main .visual dl.on {
  opacity: 1;
}
main .visual dl dt {
  width: 401px;
  height: 63px;
  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-bottom: 30px;
}
main .visual dl dd {
  color: #FFF;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .visual .invisual {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s ease-out 0s;
}
main .visual .invisual .swiper-wrapper .swiper-slide {
  width: 100%;
}
main .visual .invisual .swiper-wrapper .swiper-slide > div {
  width: 100%;
}
main .visual .invisual-sp {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
main .inner {
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .inner:not(:last-child) {
  margin-bottom: 220px;
}
main .inner nav {
  width: 25%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  position: sticky;
  top: 50px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .inner nav.on {
  opacity: 1;
}
main .inner nav h3 {
  width: 45%;
  margin-bottom: 30px;
}
main .inner nav h3 span {
  background-image: url(../images/title_navi.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 100%;
  height: calc((100vw - 60px) * 0.25 * 0.45 * 0.26);
}
main .inner nav .innav {
  width: 45%;
}
main .inner nav .innav .swiper-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner nav .innav .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
}
main .inner nav .innav .swiper-wrapper .swiper-slide:not(:last-child) {
  margin-bottom: 20px;
}
main .inner nav .innav .swiper-wrapper .swiper-slide:hover span {
  background-color: rgba(0, 0, 0, 0.2);
}
main .inner nav .innav .swiper-wrapper .swiper-slide.now span {
  background-color: rgba(0, 0, 0, 0);
}
main .inner nav .innav .swiper-wrapper .swiper-slide span {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
main .inner .contents {
  width: calc(75% - 60px);
}
main .inner .contents .sec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
main .inner .contents .sec:not(:last-child) {
  margin-bottom: 300px;
}
main .inner .contents .sec > dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
main .inner .contents .sec > dl dt {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 0px;
}
main .inner .contents .sec > dl dd {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main .inner .contents .sec > div.look {
  opacity: 0;
  transition: all 0.5s ease-in 0.1s;
}
main .inner .contents .sec > div.look.on {
  opacity: 1;
}
main .inner .contents .sec > div.thumb {
  opacity: 0;
  transition: all 0.5s ease-in 0.1s;
}
main .inner .contents .sec > div.thumb.on {
  opacity: 1;
}
main .inner .contents .sec > div:hover img {
  opacity: 0.75;
}
main .inner .contents .sec > div:hover span::after {
  transform: rotate(180deg);
}
main .inner .contents .sec > div:not(:nth-child(n+6)) {
  margin-bottom: 80px;
}
main .inner .contents .sec > div span {
  display: block;
  position: relative;
  position: relative;
  cursor: pointer;
}
main .inner .contents .sec > div span::after {
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../images/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  transition: all 0.25s ease-in 0s;
}
main .inner .contents .sec > div img {
  transition: all 0.25s ease-in 0s;
}
main .inner .contents .sec.sec1 > div {
  position: relative;
}
main .inner .contents .sec.sec1 > div:not(:first-child) {
  width: 50%;
  padding: 0 30px;
}
main .inner .contents .sec.sec1 > div:nth-child(1) {
  width: 100%;
}
main .inner .contents .sec.sec1 > div:nth-child(3), main .inner .contents .sec.sec1 > div:nth-child(5), main .inner .contents .sec.sec1 > div:nth-child(7) {
  transform: translateY(125px);
}
main .inner .contents .sec.sec2 > div {
  position: relative;
}
main .inner .contents .sec.sec2 > div:not(:first-child) {
  width: 50%;
  padding: 0 30px;
}
main .inner .contents .sec.sec2 > div:nth-child(1) {
  width: 100%;
}
main .inner .contents .sec.sec2 > div:nth-child(3), main .inner .contents .sec.sec2 > div:nth-child(5), main .inner .contents .sec.sec2 > div:nth-child(7) {
  transform: translateY(125px);
}
main .inner .contents .sec.sec3 > div {
  position: relative;
}
main .inner .contents .sec.sec3 > div:not(:first-child), main .inner .contents .sec.sec3 > div:not(:nth-child(4)), main .inner .contents .sec.sec3 > div:not(:nth-child(5)) {
  width: 50%;
  padding: 0 30px;
}
main .inner .contents .sec.sec3 > div:nth-child(1) {
  width: 100%;
  padding: 0px;
}
main .inner .contents .sec.sec3 > div:nth-child(2) {
  margin-bottom: 265px;
}
main .inner .contents .sec.sec3 > div:nth-child(4) {
  width: 100%;
  padding: 0 65px;
  margin-bottom: 115px;
}
main .inner .contents .sec.sec3 > div:nth-child(5) {
  width: 100%;
  padding: 0 238px;
  margin-bottom: 115px;
}
main .inner .contents .sec.sec3 > div:nth-child(3), main .inner .contents .sec.sec3 > div:nth-child(7) {
  transform: translateY(125px);
}
main .inner .contents .sec.sec4 > div {
  position: relative;
}
main .inner .contents .sec.sec4 > div:not(:first-child) {
  width: 50%;
  padding: 0 30px;
}
main .inner .contents .sec.sec4 > div:nth-child(1) {
  width: 100%;
}
main .inner .contents .sec.sec4 > div:nth-child(3), main .inner .contents .sec.sec4 > div:nth-child(5), main .inner .contents .sec.sec4 > div:nth-child(7) {
  transform: translateY(125px);
}
main .inner .contents .sec.sec5 > div {
  position: relative;
}
main .inner .contents .sec.sec5 > div:nth-child(1) {
  width: 100%;
}
main .inner .contents .sec.sec5 > div:nth-child(2) {
  width: 50%;
  padding: 0 30px;
  margin-bottom: 225px;
}
main .inner .contents .sec.sec5 > div:nth-child(3) {
  width: 50%;
  padding: 0 30px;
  transform: translateY(125px);
}
main .inner .contents .sec.sec5 > div:nth-child(4) {
  width: calc(100% - 160px);
  padding: 0px;
  margin-bottom: 100px;
}
main .inner .contents .sec.sec5 > div:nth-child(5) {
  width: calc(100% - 187px);
  padding: 0px;
  margin: 0 0 100px auto;
}
main .inner .contents .sec.sec5 > div:nth-child(6) {
  width: 100%;
  padding: 0 267px;
  margin: 0 auto 100px auto;
}
main .inner .contents .sec.sec5 > div:nth-child(7) {
  width: calc(100% - 187px);
  padding: 0px;
  margin: 0 auto 0 0;
}
main .inner .contents .links {
  width: 100%;
  padding-bottom: 80px;
  border-bottom: solid 1px #000;
}
main .inner .contents .links:not(:last-child) {
  margin-bottom: 60px;
}
main .inner .contents .links > div {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 130px;
}
main .inner .contents .links > div dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .inner .contents .links > div dl:last-child {
  margin-left: 160px;
}
main .inner .contents .links > div dl dt {
  width: 100px;
  margin-bottom: 40px;
}
main .inner .contents .links > div dl dd:not(:last-child) {
  margin-bottom: 20px;
}
main .inner .contents .links > div dl dd a {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main .inner .contents .links > div dl dd a:hover {
  color: #999;
}
main .inner .contents .links p {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main .inner .contents footer {
  text-align: left;
  width: 100%;
  padding: 0 0 60px 0;
}
main .inner .contents footer .infoot {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main .inner .contents footer .infoot ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .inner .contents footer .infoot ul li:not(:last-child) {
  margin-bottom: 10px;
}
main .inner .contents footer .infoot ul li a, main .inner .contents footer .infoot ul li span {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main .inner .contents footer .infoot ul li a:hover, main .inner .contents footer .infoot ul li span:hover {
  color: #999;
}
main .inner .contents footer .infoot p {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}

#looks {
  width: 100%;
  height: 100vh;
  padding: 150px 0 0 0;
  background-color: rgba(255, 255, 255, 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: #000;
  position: absolute;
  transition: all 0.25s ease-in 0s;
}
#looks .close div span:nth-child(1) {
  width: 40px;
  height: 1px;
  left: 0px;
  top: 17px;
  transform: rotate(45deg);
}
#looks .close div span:nth-child(2) {
  width: 40px;
  height: 1px;
  left: 0px;
  top: 17px;
  transform: rotate(-45deg);
}
#looks .close div:hover span {
  background-color: #8BA5CE;
}
#looks .look-combo {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .looktitle {
  width: 100%;
  padding-top: 30px;
  margin: 0 0 30px 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .looktitle > dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#looks .look-combo .looktitle > dl dt {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 0px;
}
#looks .look-combo .looktitle > dl dd {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
#looks .look-combo .look {
  width: calc(50% - 20px);
  padding: 0px;
  margin-bottom: 40px;
  position: relative;
}
#looks .look-combo .look.ml {
  margin-left: 40px;
}
#looks .look-combo .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#looks .look-combo .look .set .ph {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
#looks .look-combo .look .set .text {
  width: 100%;
}
#looks .space {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}

.credits > div {
  width: 100%;
  padding-bottom: 10px;
  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: 10px;
}
.credits > div.item-d-none dl dd {
  display: none;
}
.credits > div.item-d-none dl dd.line {
  width: auto;
  display: inline-block;
}
.credits > div.item-d-none dl dd.line a {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.credits > div.item-d-none dl dd.line a:hover {
  opacity: 0.7;
}
.credits > div dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credits > div dl dt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt span {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0em;
}
.credits > div dl dt span.price {
  font-weight: 400;
}
.credits > div dl dt span.price::after {
  content: " (tax in)";
  display: inline;
}
.credits > div dl dt span.price::before {
  content: none;
}
.credits > div dl dd a {
  color: #FFF;
  font-family: futura-pt, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 8px 2px 8px;
  background-color: #000;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd a:hover {
  background-color: #999;
}
.credits > div dl dd span {
  color: #000;
  font-family: futura-pt, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}
.credits > div dl dd.line {
  display: none;
}

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

  .hlink {
    width: 100%;
    height: 40px;
    background-color: #FFF;
    padding: 10px 10px 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    top: 0px;
    right: 0px;
  }
  .hlink ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .hlink ul li a {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  .hlink ul li a:hover {
    color: #000;
  }

  /* -------------------- */
  main {
    margin-bottom: 0px;
  }
  main .visual {
    width: 100%;
    padding: 40px 0 0 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  main .visual.on .invisual-sp {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
  main .visual:not(:last-child) {
    margin-bottom: 10px;
  }
  main .visual dl {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 5;
  }
  main .visual dl dt {
    width: 282px;
    height: 44px;
    margin-bottom: 20px;
  }
  main .visual dl dd {
    color: #FFF;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .visual .invisual .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  main .visual .invisual .swiper-wrapper .swiper-slide > div {
    width: 100%;
  }
  main .visual .invisual-sp {
    position: relative;
    z-index: 0;
    clip-path: inset(0 0 0 100%);
    transition: all 0.5s ease-out 0.25s;
  }
  main .inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 10;
  }
  main .inner:not(:last-child) {
    margin-bottom: 220px;
  }
  main .inner nav {
    width: calc(100% - 20px);
    display: block;
    position: fixed;
    top: calc(100% - 14.5vw - 10px);
    left: 10px;
    z-index: 777;
    overflow: hidden;
  }
  main .inner nav h3 {
    display: none;
  }
  main .inner nav .innav {
    width: 100%;
    position: relative;
    z-index: 10;
  }
  main .inner nav .innav .swiper-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner nav .innav .swiper-wrapper .swiper-slide {
    width: auto;
    position: relative;
  }
  main .inner nav .innav .swiper-wrapper .swiper-slide:not(:last-child) {
    margin-bottom: 0px;
  }
  main .inner nav .innav .swiper-wrapper .swiper-slide:hover span {
    background-color: rgba(0, 0, 0, 0.4);
  }
  main .inner nav .innav .swiper-wrapper .swiper-slide span {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.02em;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    transition: all 0.25s ease-in 0s;
    cursor: pointer;
  }
  main .inner .contents {
    width: 100%;
  }
  main .inner .contents .sec {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }
  main .inner .contents .sec:not(:last-child) {
    margin-bottom: 100px;
  }
  main .inner .contents .sec > dl {
    top: 15px;
    left: 15px;
  }
  main .inner .contents .sec > dl dt {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 0px;
  }
  main .inner .contents .sec > dl dd {
    color: #FFF;
    font-family: futura-pt, sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .contents .sec > div:hover img {
    opacity: 1;
  }
  main .inner .contents .sec > div:not(:nth-child(n+6)) {
    margin-bottom: 30px;
  }
  main .inner .contents .sec > div span::after {
    width: 20px;
    height: 20px;
    right: 5px;
    bottom: 5px;
  }
  main .inner .contents .sec.sec1 > div {
    position: relative;
  }
  main .inner .contents .sec.sec1 > div:not(:first-child) {
    width: 50%;
    padding: 0 5px 0 10px;
  }
  main .inner .contents .sec.sec1 > div:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  main .inner .contents .sec.sec1 > div:nth-child(3), main .inner .contents .sec.sec1 > div:nth-child(5), main .inner .contents .sec.sec1 > div:nth-child(7) {
    transform: translateY(55px);
  }
  main .inner .contents .sec.sec1 > div:nth-child(3):not(:first-child), main .inner .contents .sec.sec1 > div:nth-child(5):not(:first-child), main .inner .contents .sec.sec1 > div:nth-child(7):not(:first-child) {
    padding: 0 10px 0 5px;
  }
  main .inner .contents .sec.sec2 > div {
    position: relative;
  }
  main .inner .contents .sec.sec2 > div:not(:first-child) {
    width: 50%;
    padding: 0 5px 0 10px;
  }
  main .inner .contents .sec.sec2 > div:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  main .inner .contents .sec.sec2 > div:nth-child(3), main .inner .contents .sec.sec2 > div:nth-child(5), main .inner .contents .sec.sec2 > div:nth-child(7) {
    transform: translateY(55px);
  }
  main .inner .contents .sec.sec2 > div:nth-child(3):not(:first-child), main .inner .contents .sec.sec2 > div:nth-child(5):not(:first-child), main .inner .contents .sec.sec2 > div:nth-child(7):not(:first-child) {
    padding: 0 10px 0 5px;
  }
  main .inner .contents .sec.sec3 > div {
    position: relative;
  }
  main .inner .contents .sec.sec3 > div:not(:first-child), main .inner .contents .sec.sec3 > div:not(:nth-child(4)), main .inner .contents .sec.sec3 > div:not(:nth-child(5)) {
    width: 50%;
  }
  main .inner .contents .sec.sec3 > div:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  main .inner .contents .sec.sec3 > div:nth-child(2) {
    padding: 0 5px 0 10px;
    margin-bottom: 95px;
  }
  main .inner .contents .sec.sec3 > div:nth-child(4) {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 30px;
  }
  main .inner .contents .sec.sec3 > div:nth-child(5) {
    width: 100%;
    padding: 0 25%;
    margin-bottom: 30px;
  }
  main .inner .contents .sec.sec3 > div:nth-child(6) {
    width: 50%;
    padding: 0 5px 0 10px;
  }
  main .inner .contents .sec.sec3 > div:nth-child(3), main .inner .contents .sec.sec3 > div:nth-child(7) {
    padding: 0 10px 0 5px;
    transform: translateY(55px);
  }
  main .inner .contents .sec.sec4 > div {
    position: relative;
  }
  main .inner .contents .sec.sec4 > div:not(:first-child) {
    width: 50%;
    padding: 0 5px 0 10px;
  }
  main .inner .contents .sec.sec4 > div:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  main .inner .contents .sec.sec4 > div:nth-child(3), main .inner .contents .sec.sec4 > div:nth-child(5), main .inner .contents .sec.sec4 > div:nth-child(7) {
    transform: translateY(55px);
  }
  main .inner .contents .sec.sec4 > div:nth-child(3):not(:first-child), main .inner .contents .sec.sec4 > div:nth-child(5):not(:first-child), main .inner .contents .sec.sec4 > div:nth-child(7):not(:first-child) {
    padding: 0 10px 0 5px;
  }
  main .inner .contents .sec.sec5 > div {
    position: relative;
  }
  main .inner .contents .sec.sec5 > div:not(:first-child), main .inner .contents .sec.sec5 > div:not(:nth-child(4)), main .inner .contents .sec.sec5 > div:not(:nth-child(5)) {
    width: 50%;
  }
  main .inner .contents .sec.sec5 > div:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  main .inner .contents .sec.sec5 > div:nth-child(2) {
    padding: 0 5px 0 10px;
    margin-bottom: 95px;
  }
  main .inner .contents .sec.sec5 > div:nth-child(3) {
    padding: 0 10px 0 5px;
    transform: translateY(55px);
  }
  main .inner .contents .sec.sec5 > div:nth-child(4) {
    width: 100%;
    padding: 0 30px 0 10px;
    margin-bottom: 30px;
  }
  main .inner .contents .sec.sec5 > div:nth-child(5) {
    width: 100%;
    padding: 0 10px 0 40px;
    margin-bottom: 30px;
  }
  main .inner .contents .sec.sec5 > div:nth-child(6) {
    width: 100%;
    padding: 0 25%;
    margin-bottom: 30px;
  }
  main .inner .contents .sec.sec5 > div:nth-child(7) {
    width: 100%;
    padding: 0 10px;
  }
  main .inner .contents .links {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: solid 1px #000;
  }
  main .inner .contents .links:not(:last-child) {
    margin-bottom: 30px;
  }
  main .inner .contents .links > div {
    width: calc(100% - 80px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  main .inner .contents .links > div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .inner .contents .links > div dl:last-child {
    margin-left: auto;
  }
  main .inner .contents .links > div dl dt {
    width: 100px;
    margin-bottom: 40px;
  }
  main .inner .contents .links > div dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .contents .links > div dl dd a {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .inner .contents .links > div dl dd a:hover {
    color: #000;
  }
  main .inner .contents .links p {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
  }
  main .inner .contents footer {
    padding: 0 0 100px 0;
  }
  main .inner .contents footer .infoot {
    width: calc(100% - 40px);
    padding: 0px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .inner .contents footer .infoot ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  main .inner .contents footer .infoot ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main .inner .contents footer .infoot ul li a, main .inner .contents footer .infoot ul li span {
    color: #000;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  main .inner .contents footer .infoot ul li a:hover, main .inner .contents footer .infoot ul li span:hover {
    color: #000;
  }
  main .inner .contents footer .infoot p {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: right;
  }

  #looks {
    padding: 60px 0 0 0;
    background-color: rgba(255, 255, 255, 0.95);
  }
  #looks .close {
    width: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99999;
  }
  #looks .close div {
    width: 30px;
    height: 30px;
    position: relative;
    pointer-events: none;
    cursor: pointer;
  }
  #looks .close div span {
    width: 30px;
    height: 30px;
  }
  #looks .close div span:nth-child(1) {
    width: 30px;
    height: 1px;
    left: 0px;
    top: 15px;
    transform: rotate(45deg);
  }
  #looks .close div span:nth-child(2) {
    width: 30px;
    height: 1px;
    left: 0px;
    top: 15px;
    transform: rotate(-45deg);
  }
  #looks .close div:hover span {
    background-color: #000;
  }
  #looks .look-combo {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .looktitle {
    padding-top: 20px;
    margin: 0 0 20px 0;
  }
  #looks .look-combo .looktitle > dl dt {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .looktitle > dl dd {
    color: #000;
    font-family: futura-pt, sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  #looks .look-combo .look {
    width: 100%;
    padding: 0px;
    margin-bottom: 40px;
  }
  #looks .look-combo .look.ml {
    margin-left: 0px;
  }
  #looks .look-combo .look .set {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look-combo .look .set .ph {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
  }
  #looks .look-combo .look .set .text {
    width: 100%;
  }
  #looks .space {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
  }
}

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