@import url("https://use.typekit.net/okr7rbf.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% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  color: #213a3a;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #d4d5d4;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}

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

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

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

i {
  font-style: normal;
}

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

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #d4d5d4;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: opacity 1s ease-in-out 0.5s;
}
#loader .motion {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .motion .opening {
  width: 1280px;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
#loader .motion .opening h2 {
  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: 600px;
  height: 259px;
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.2s ease-in 1s;
}
#loader .motion .opening ul {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#loader .motion .opening ul li {
  width: 50%;
  opacity: 0;
}
#loader .motion .opening ul li:nth-child(1) {
  transition: opacity 0.2s ease-in 0s;
}
#loader .motion .opening ul li:nth-child(2) {
  transition: opacity 0.2s ease-in 0.2s;
}
#loader .motion .opening ul li:nth-child(3) {
  transition: opacity 0.2s ease-in 0.4s;
}
#loader .motion .opening ul li:nth-child(4) {
  transition: opacity 0.2s ease-in 0.6s;
}
#loader .motion .opening .p {
  position: absolute;
  opacity: 0;
}
#loader .motion .opening .p.p1 {
  width: 284px;
  bottom: 0px;
  left: calc(50% - 640px);
  z-index: 10;
  transition: opacity 0.2s ease-in 1s;
}
#loader .motion .opening .p.p2 {
  width: 165px;
  top: 0px;
  left: calc(50% - 480px);
  transition: opacity 0.2s ease-in 1.2s;
}
#loader .motion .opening .p.p3 {
  width: 276px;
  bottom: 0px;
  left: calc(50% - 360px);
  transition: opacity 0.2s ease-in 1.4s;
}
#loader .motion .opening .p.p4 {
  width: 187px;
  top: 5%;
  left: calc(50% - 100px);
  transition: opacity 0.2s ease-in 1.6s;
}
#loader .motion .opening.on h2 {
  opacity: 1;
}
#loader .motion .opening.on ul li {
  opacity: 1;
}
#loader .motion .opening.on .p {
  opacity: 1;
}
#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;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

.hum {
  width: 50%;
  max-width: 640px;
  position: fixed;
  top: 60px;
  left: calc(50% - 20px);
  z-index: 999;
  pointer-events: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
.hum div {
  width: 40px;
  height: 40px;
  position: relative;
  pointer-events: auto;
  cursor: pointer;
}
.hum div span {
  width: 10px;
  height: 10px;
  background-color: #1e336d;
  position: absolute;
  transition: all 0.2s ease-in;
}
.hum div span:nth-child(1) {
  left: 0px;
  top: 0px;
}
.hum div span:nth-child(2) {
  left: 30px;
  top: 0px;
}
.hum div span:nth-child(3) {
  left: 0px;
  top: 30px;
}
.hum div span:nth-child(4) {
  left: 30px;
  top: 30px;
}
.hum div:hover span {
  background-color: #FFF;
}
.hum div:hover span:nth-child(1) {
  left: -5px;
  top: -5px;
}
.hum div:hover span:nth-child(2) {
  left: 35px;
  top: -5px;
}
.hum div:hover span:nth-child(3) {
  left: -5px;
  top: 35px;
}
.hum div:hover span:nth-child(4) {
  left: 35px;
  top: 35px;
}
.hum.active div span {
  background-color: #FFF;
}
.hum.active div span:nth-child(1) {
  width: 40px;
  height: 6px;
  left: 0px;
  top: 17px;
  transform: rotate(45deg);
}
.hum.active div span:nth-child(2) {
  width: 40px;
  height: 6px;
  left: 0px;
  top: 17px;
  transform: rotate(-45deg);
}
.hum.active div span:nth-child(3) {
  width: 40px;
  height: 6px;
  left: 0px;
  top: 17px;
  transform: rotate(-45deg);
}
.hum.active div span:nth-child(4) {
  width: 40px;
  height: 6px;
  left: 0px;
  top: 17px;
  transform: rotate(45deg);
}

nav {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 51, 109, 0.9);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  transform: translateY(-9999px);
  opacity: 0;
}
nav.active {
  transform: translateY(0px);
}
nav .inner {
  width: 900px;
  padding: 60px 0;
  margin: 0 auto;
}
nav .inner h3 {
  width: 300px;
  height: 130px;
  margin-bottom: 60px;
  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;
  filter: brightness(1000%);
}
nav .inner .link {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
nav .inner .link > div {
  width: calc((100% - 60px) / 4);
  padding: 0 0 5px 0;
  border-bottom: solid 1px #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
nav .inner .link > div span {
  color: #FFF;
  font-family: freightbigcmp-pro, serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
nav .inner .link > div::after {
  content: ">";
  color: #FFF;
  font-family: freightbigcmp-pro, serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
nav .inner .link > div:not(:nth-child(4n+1)) {
  margin-left: 20px;
}
nav .inner .link > div:not(:nth-child(n+13)) {
  margin-bottom: 20px;
}
nav .inner .link > div:hover {
  opacity: 0.7;
}
nav .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
nav .inner ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
nav .inner ul li a {
  color: #FFF;
  font-family: freightbigcmp-pro, serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
nav .inner ul li span {
  color: #FFF;
  font-family: freightbigcmp-pro, serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
nav .inner ul li:hover a {
  opacity: 0.7;
}

main {
  width: 100%;
  padding: 0px;
  margin: 0 0 100px 0;
  position: relative;
  box-sizing: border-box;
}
main .sec {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
main .sec.active::before {
  opacity: 1;
}
main .sec#sec1 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 250px auto;
}
main .sec#sec1.on .inner {
  opacity: 1;
}
main .sec#sec1 .title {
  width: 100%;
  height: 259px;
  position: sticky;
  z-index: 1;
  top: 0px;
  z-index: 5;
  mix-blend-mode: multiply;
  pointer-events: none;
}
main .sec#sec1 .title 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: 600px;
  height: 259px;
  position: absolute;
  left: 20px;
  bottom: -50px;
}
main .sec#sec1 .inner {
  width: auto;
  padding: 0px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
main .sec#sec1 .inner .grid-sizer,
main .sec#sec1 .inner .thumb {
  width: 320px;
  padding: 10px;
  box-sizing: border-box;
}
main .sec#sec1 .inner .grid-sizer:hover dl,
main .sec#sec1 .inner .thumb:hover dl {
  opacity: 0.8;
}
main .sec#sec1 .inner .grid-sizer dl,
main .sec#sec1 .inner .thumb dl {
  position: relative;
  transition: all 0.25s ease-in 0s;
  opacity: 0;
}
main .sec#sec1 .inner .grid-sizer dl dt,
main .sec#sec1 .inner .thumb dl dt {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
main .sec#sec1 .inner .grid-sizer dl dt:not(:last-child),
main .sec#sec1 .inner .thumb dl dt:not(:last-child) {
  margin-bottom: 5px;
}
main .sec#sec1 .inner .grid-sizer dl dt.change img,
main .sec#sec1 .inner .thumb dl dt.change img {
  width: 100%;
  animation-name: change;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
}
main .sec#sec1 .inner .grid-sizer dl dt.change.c1,
main .sec#sec1 .inner .thumb dl dt.change.c1 {
  background-image: url(../images/01on.jpg);
}
main .sec#sec1 .inner .grid-sizer dl dt.change.c3,
main .sec#sec1 .inner .thumb dl dt.change.c3 {
  background-image: url(../images/03on.jpg);
}
main .sec#sec1 .inner .grid-sizer dl dt.change.c4,
main .sec#sec1 .inner .thumb dl dt.change.c4 {
  background-image: url(../images/04on.jpg);
}
main .sec#sec1 .inner .grid-sizer dl dt.change.c8,
main .sec#sec1 .inner .thumb dl dt.change.c8 {
  background-image: url(../images/08on.jpg);
}
main .sec#sec1 .inner .grid-sizer dl dt.change.c9,
main .sec#sec1 .inner .thumb dl dt.change.c9 {
  background-image: url(../images/09on.jpg);
}
main .sec#sec1 .inner .grid-sizer dl dt.change.c10,
main .sec#sec1 .inner .thumb dl dt.change.c10 {
  background-image: url(../images/10on.jpg);
}
main .sec#sec1 .inner .grid-sizer dl dt.change.c13,
main .sec#sec1 .inner .thumb dl dt.change.c13 {
  background-image: url(../images/13on.jpg);
}
main .sec#sec1 .inner .grid-sizer dl dt.change.c16,
main .sec#sec1 .inner .thumb dl dt.change.c16 {
  background-image: url(../images/16on.jpg);
}
main .sec#sec1 .inner .grid-sizer dl dt.change.c18,
main .sec#sec1 .inner .thumb dl dt.change.c18 {
  background-image: url(../images/18on.jpg);
}
main .sec#sec1 .inner .grid-sizer dl dt.change.c19,
main .sec#sec1 .inner .thumb dl dt.change.c19 {
  background-image: url(../images/19on.jpg);
}
main .sec#sec1 .inner .grid-sizer dl dt.change.c20,
main .sec#sec1 .inner .thumb dl dt.change.c20 {
  background-image: url(../images/20on.jpg);
}
main .sec#sec1 .inner .grid-sizer dl dd,
main .sec#sec1 .inner .thumb dl dd {
  color: #000;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#sec1 .inner .grid-sizer#t1 dl,
main .sec#sec1 .inner .thumb#t1 dl {
  transition: opacity 0.3s ease-in 0.15s;
}
main .sec#sec1 .inner .grid-sizer#t2 dl,
main .sec#sec1 .inner .thumb#t2 dl {
  transition: opacity 0.3s ease-in 0.3s;
}
main .sec#sec1 .inner .grid-sizer#t3 dl,
main .sec#sec1 .inner .thumb#t3 dl {
  transition: opacity 0.3s ease-in 0.45s;
}
main .sec#sec1 .inner .grid-sizer#t4 dl,
main .sec#sec1 .inner .thumb#t4 dl {
  transition: opacity 0.3s ease-in 0.6s;
}
main .sec#sec1 .inner .grid-sizer#t5 dl,
main .sec#sec1 .inner .thumb#t5 dl {
  transition: opacity 0.3s ease-in 0.75s;
}
main .sec#sec1 .inner .grid-sizer#t6 dl,
main .sec#sec1 .inner .thumb#t6 dl {
  transition: opacity 0.3s ease-in 0.9s;
}
main .sec#sec1 .inner .grid-sizer#t7 dl,
main .sec#sec1 .inner .thumb#t7 dl {
  transition: opacity 0.3s ease-in 1.05s;
}
main .sec#sec1 .inner .grid-sizer#t8 dl,
main .sec#sec1 .inner .thumb#t8 dl {
  transition: opacity 0.3s ease-in 1.2s;
}
main .sec#sec1 .inner .grid-sizer#t9 dl,
main .sec#sec1 .inner .thumb#t9 dl {
  transition: opacity 0.3s ease-in 1.35s;
}
main .sec#sec1 .inner .grid-sizer#t10 dl,
main .sec#sec1 .inner .thumb#t10 dl {
  transition: opacity 0.3s ease-in 1.5s;
}
main .sec#sec1 .inner .grid-sizer#t11 dl,
main .sec#sec1 .inner .thumb#t11 dl {
  transition: opacity 0.3s ease-in 1.65s;
}
main .sec#sec1 .inner .grid-sizer#t12 dl,
main .sec#sec1 .inner .thumb#t12 dl {
  transition: opacity 0.3s ease-in 1.8s;
}
main .sec#sec1 .inner .grid-sizer#t13 dl,
main .sec#sec1 .inner .thumb#t13 dl {
  transition: opacity 0.3s ease-in 1.95s;
}
main .sec#sec1 .inner .grid-sizer#t14 dl,
main .sec#sec1 .inner .thumb#t14 dl {
  transition: opacity 0.3s ease-in 2.1s;
}
main .sec#sec1 .inner .grid-sizer#t15 dl,
main .sec#sec1 .inner .thumb#t15 dl {
  transition: opacity 0.3s ease-in 2.25s;
}
main .sec#sec1 .inner .grid-sizer#t16 dl,
main .sec#sec1 .inner .thumb#t16 dl {
  transition: opacity 0.3s ease-in 2.4s;
}
main .sec#sec1 .inner .grid-sizer#t17 dl,
main .sec#sec1 .inner .thumb#t17 dl {
  transition: opacity 0.3s ease-in 2.55s;
}
main .sec#sec1 .inner .grid-sizer#t18 dl,
main .sec#sec1 .inner .thumb#t18 dl {
  transition: opacity 0.3s ease-in 2.7s;
}
main .sec#sec1 .inner .grid-sizer#t19 dl,
main .sec#sec1 .inner .thumb#t19 dl {
  transition: opacity 0.3s ease-in 2.85s;
}
main .sec#sec1 .inner .grid-sizer#t20 dl,
main .sec#sec1 .inner .thumb#t20 dl {
  transition: opacity 0.3s ease-in 3s;
}
main .sec#sec1 .inner .grid-sizer#t21 dl,
main .sec#sec1 .inner .thumb#t21 dl {
  transition: opacity 0.3s ease-in 3.15s;
}
main .sec#sec1 .inner .grid-sizer#t22 dl,
main .sec#sec1 .inner .thumb#t22 dl {
  transition: opacity 0.3s ease-in 3.3s;
}
main .sec#sec1 .inner .grid-sizer.on dl,
main .sec#sec1 .inner .thumb.on dl {
  opacity: 1;
}
main .sec#sec2 {
  width: 100%;
  margin: 0 auto;
}
main .sec#sec2.on .title h3 {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec#sec2.on .title::after {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec#sec2.on .inner ul li {
  opacity: 1;
}
main .sec#sec2.on dl, main .sec#sec2.on dt, main .sec#sec2.on dd {
  clip-path: inset(0% 0% 0% 0%);
}
main .sec#sec2 .inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec2 .inner h3 {
  color: #1e336d;
  font-family: freightbigcmp-pro, serif;
  font-size: 11rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  transition: all 0.5s ease-in 0.25s;
  margin-bottom: 60px;
}
main .sec#sec2 .inner .sp-photo {
  width: 100%;
  margin: 0 auto 60px auto;
  overflow: hidden;
}
main .sec#sec2 .inner .sp-photo .swiper-wrapper .swiper-slide img {
  opacity: 0.5;
  transition: all 0.25s ease-in 0s;
}
main .sec#sec2 .inner .sp-photo .swiper-wrapper .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
main .sec#sec2 .inner .btn {
  width: 400px;
}
main .sec#sec2 .inner .btn a {
  color: #1e336d;
  font-family: freightbigcmp-pro, serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  height: 60px;
  border: solid 1px #1e336d;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

footer {
  width: 100%;
  padding: 100px 0 80px 0;
  margin: 0 auto;
  border-top: solid 1px #1e336d;
  position: relative;
}
footer .inner {
  width: 100%;
  max-width: 1280px;
  padding: 0 10px;
  margin: 0 auto 100px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
footer .inner h3 {
  width: 300px;
  height: 130px;
  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;
}
footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
footer .inner ul li a {
  color: #1e336d;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .inner ul li span {
  color: #1e336d;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner ul li:hover a {
  color: #FFF;
}
footer .inner.active {
  opacity: 1;
}
footer .pgtop {
  margin-bottom: 140px;
}
footer .pgtop a {
  color: #1e336d;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 0 10px 0;
  border-bottom: solid 1px #1e336d;
  display: inline-block;
}
footer p {
  color: #1e336d;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
}

#looks {
  width: 100%;
  height: 100vh;
  padding: 0;
  background-color: #d4d5d4;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  box-sizing: border-box;
}
#looks.active {
  pointer-events: auto;
}
#looks.active .close div {
  pointer-events: auto;
}
#looks .close {
  width: 50%;
  max-width: 640px;
  position: fixed;
  top: 60px;
  left: calc(50% - 20px);
  z-index: 99999;
  pointer-events: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
#looks .close div {
  width: 40px;
  height: 40px;
  position: relative;
  pointer-events: none;
  cursor: pointer;
}
#looks .close div span {
  width: 10px;
  height: 10px;
  background-color: #1e336d;
  position: absolute;
  transition: all 0.25s ease-in 0s;
}
#looks .close div span:nth-child(1) {
  width: 40px;
  height: 6px;
  left: 0px;
  top: 17px;
  transform: rotate(45deg);
}
#looks .close div span:nth-child(2) {
  width: 40px;
  height: 6px;
  left: 0px;
  top: 17px;
  transform: rotate(-45deg);
}
#looks .close div:hover span {
  background-color: #FFF;
}
#looks .title {
  width: 900px;
  padding: 60px 0;
  margin: 0 auto;
}
#looks .title h3 {
  width: 300px;
  height: 130px;
  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;
}
#looks .look {
  width: 900px;
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
#looks .look:not(:last-child) {
  margin-bottom: 120px;
}
#looks .look .set {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#looks .look .set .text {
  width: 400px;
  padding: 0px;
  order: 2;
}
#looks .look .set .text .credits {
  width: 100%;
}
#looks .look .set .text .credits .credit {
  width: 100%;
}
#looks .look .set .text .credits .credit:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #999;
}
#looks .look .set .text .credits .credit dl.items__credit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#looks .look .set .text .credits .credit dl.items__credit dt {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#looks .look .set .text .credits .credit dl.items__credit dt strong {
  color: #000;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  display: inline-block;
}
#looks .look .set .text .credits .credit dl.items__credit dt strong:not(:first-child) {
  margin: 0 0 0 5px;
}
#looks .look .set .text .credits .credit dl.items__credit dt > span {
  color: #000;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 0 0 10px;
}
#looks .look .set .text .credits .credit dl.items__credit dd {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 10px;
}
#looks .look .set .text .credits .credit dl.items__credit dd a {
  color: #FFF;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  background-color: #000;
  padding: 2px 4px;
  transition: all 0.25s ease-in 0s;
}
#looks .look .set .text .credits .credit dl.items__credit dd a:hover {
  background-color: #1e336d;
}
#looks .look .set .text .credits .credit dl.items__credit dd a:not([href]) {
  display: none;
}
#looks .look .set .text .credits .credit dl.items__credit dd a:not([href]) + .linelink {
  display: inline-block;
}
#looks .look .set .text .credits .credit dl.items__credit dd a.linelink {
  color: #000;
  text-decoration: underline;
  padding: 0px;
  background-color: transparent;
  display: none;
}
#looks .look .set .text .credits .credit dl.items__credit dd a.linelink:hover {
  color: #1e336d;
}
#looks .look .set .photo {
  width: 480px;
  overflow: hidden;
  order: 1;
  position: relative;
}
#looks .look .set .photo .arrow {
  width: 40px;
  height: 40px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 20px);
  z-index: 1;
}
#looks .look .set .photo .arrow.left {
  left: 10px;
}
#looks .look .set .photo .arrow.right {
  right: 10px;
  transform: rotate(180deg);
}
#looks .space {
  width: 560px;
  height: 100vh;
  margin: 0 auto;
}

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

  html {
    font-size: 2.6666666667vw;
    height: -webkit-fill-available;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }

  #loader {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
  }
  #loader .motion {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
  #loader .motion .opening {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  #loader .motion .opening h2 {
    width: 280px;
    height: 121px;
    position: absolute;
    left: 8px;
    top: calc(50% - 60px);
    z-index: 5;
    opacity: 0;
    transition: opacity 0.2s ease-in 1s;
  }
  #loader .motion .opening ul {
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #loader .motion .opening ul li {
    width: 100%;
    height: 33.333%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0;
  }
  #loader .motion .opening ul li img {
    display: none;
  }
  #loader .motion .opening ul li:nth-child(1) {
    background-image: url(../images/op_photo1.jpg);
    transition: opacity 0.2s ease-in 0s;
    order: 2;
  }
  #loader .motion .opening ul li:nth-child(2) {
    background-image: url(../images/op_photo2.jpg);
    transition: opacity 0.2s ease-in 0.2s;
    order: 1;
  }
  #loader .motion .opening ul li:nth-child(3) {
    background-image: url(../images/op_photo3.jpg);
    transition: opacity 0.2s ease-in 0.4s;
    order: 3;
  }
  #loader .motion .opening ul li:nth-child(4) {
    display: none;
  }
  #loader .motion .opening .p {
    position: absolute;
    opacity: 0;
  }
  #loader .motion .opening .p.p1 {
    width: 170px;
    bottom: 0px;
    left: -30px;
    z-index: 10;
    transition: opacity 0.2s ease-in 1s;
  }
  #loader .motion .opening .p.p2 {
    width: 95px;
    top: 0px;
    left: 10px;
    transition: opacity 0.2s ease-in 1.2s;
  }
  #loader .motion .opening .p.p3 {
    width: 190px;
    bottom: 0px;
    left: calc(50% - 170px);
    z-index: 3;
    transition: opacity 0.2s ease-in 1.4s;
  }
  #loader .motion .opening .p.p4 {
    width: 100px;
    top: 20px;
    left: calc(50% - 50px);
    transition: opacity 0.2s ease-in 1.6s;
  }
  #loader .motion .opening.on h2 {
    opacity: 1;
  }
  #loader .motion .opening.on ul li {
    opacity: 1;
  }
  #loader .motion .opening.on .p {
    opacity: 1;
  }
  #loader .bar {
    height: 5px;
    top: 0px;
    bottom: auto;
  }

  .hum {
    width: 50%;
    max-width: 50%;
    top: 10px;
    left: calc(50% - 10px);
  }
  .hum div {
    width: 20px;
    height: 20px;
  }
  .hum div span {
    width: 4px;
    height: 4px;
  }
  .hum div span:nth-child(1) {
    left: 0px;
    top: 0px;
  }
  .hum div span:nth-child(2) {
    left: 16px;
    top: 0px;
  }
  .hum div span:nth-child(3) {
    left: 0px;
    top: 16px;
  }
  .hum div span:nth-child(4) {
    left: 16px;
    top: 16px;
  }
  .hum div:hover span:nth-child(1) {
    left: 0px;
    top: 0px;
  }
  .hum div:hover span:nth-child(2) {
    left: 16px;
    top: 0px;
  }
  .hum div:hover span:nth-child(3) {
    left: 0px;
    top: 16px;
  }
  .hum div:hover span:nth-child(4) {
    left: 16px;
    top: 16px;
  }
  .hum.active div span {
    background-color: #FFF;
  }
  .hum.active div span:nth-child(1) {
    width: 20px;
    height: 2px;
    left: 0px;
    top: 9px;
  }
  .hum.active div span:nth-child(2) {
    width: 20px;
    height: 2px;
    left: 0px;
    top: 9px;
  }
  .hum.active div span:nth-child(3) {
    width: 20px;
    height: 2px;
    left: 0px;
    top: 9px;
  }
  .hum.active div span:nth-child(4) {
    width: 20px;
    height: 2px;
    left: 0px;
    top: 9px;
  }

  nav .inner {
    width: calc(100% - 20px);
    padding: 10px 0;
  }
  nav .inner h3 {
    width: 232px;
    height: 100px;
    margin-bottom: 50px;
    margin-left: 3px;
  }
  nav .inner .link {
    width: 100%;
    margin-bottom: 50px;
  }
  nav .inner .link > div {
    width: calc((100% - 10px) / 2);
    padding: 0 0 5px 0;
    border-bottom: solid 1px #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: all 0.25s ease-in 0s;
    cursor: pointer;
  }
  nav .inner .link > div span {
    color: #FFF;
    font-family: freightbigcmp-pro, serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  nav .inner .link > div::after {
    color: #FFF;
    font-family: freightbigcmp-pro, serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  nav .inner .link > div:not(:nth-child(4n+1)) {
    margin-left: 0px;
  }
  nav .inner .link > div:not(:nth-child(n+13)) {
    margin-bottom: 5px;
  }
  nav .inner .link > div:not(:nth-child(2n+1)) {
    margin-left: 10px;
  }
  nav .inner .link > div:hover {
    opacity: 0.7;
  }
  nav .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  nav .inner ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  nav .inner ul li a {
    color: #FFF;
    font-family: freightbigcmp-pro, serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  nav .inner ul li span {
    color: #FFF;
    font-family: freightbigcmp-pro, serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  nav .inner ul li:hover a {
    opacity: 1;
  }

  main {
    width: 100%;
    padding: 0px;
    margin: 0 0 50px 0;
    position: relative;
    box-sizing: border-box;
  }
  main .sec {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  main .sec.active::before {
    opacity: 1;
  }
  main .sec#sec1 {
    max-width: calc(100% - 10px);
    margin: 0 auto 90px auto;
  }
  main .sec#sec1 .title {
    width: 100%;
    height: 85px;
    position: sticky;
    z-index: 1;
    top: 0px;
    z-index: 5;
    mix-blend-mode: multiply;
    pointer-events: none;
  }
  main .sec#sec1 .title 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: 232px;
    height: 100px;
    position: absolute;
    left: 8px;
    bottom: -25px;
  }
  main .sec#sec1 .inner {
    width: 100%;
    padding: 0px;
    margin: 0;
    position: relative;
    z-index: 0;
  }
  main .sec#sec1 .inner .grid-sizer,
main .sec#sec1 .inner .thumb {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
  }
  main .sec#sec1 .inner .grid-sizer:hover,
main .sec#sec1 .inner .thumb:hover {
    opacity: 0.8;
  }
  main .sec#sec1 .inner .grid-sizer dl,
main .sec#sec1 .inner .thumb dl {
    position: relative;
  }
  main .sec#sec1 .inner .grid-sizer dl::after,
main .sec#sec1 .inner .thumb dl::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
  }
  main .sec#sec1 .inner .grid-sizer dl dt:not(:last-child),
main .sec#sec1 .inner .thumb dl dt:not(:last-child) {
    margin-bottom: 5px;
  }
  main .sec#sec1 .inner .grid-sizer dl dd,
main .sec#sec1 .inner .thumb dl dd {
    color: #000;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 20px;
  }
  main .sec#sec2 {
    width: 100%;
    margin: 0 auto;
  }
  main .sec#sec2.on .title h3 {
    clip-path: inset(0% 0% 0% 0%);
  }
  main .sec#sec2.on .title::after {
    clip-path: inset(0% 0% 0% 0%);
  }
  main .sec#sec2.on .inner ul li {
    opacity: 1;
  }
  main .sec#sec2.on dl, main .sec#sec2.on dt, main .sec#sec2.on dd {
    clip-path: inset(0% 0% 0% 0%);
  }
  main .sec#sec2 .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec2 .inner h3 {
    color: #1e336d;
    font-family: freightbigcmp-pro, serif;
    font-size: 5.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.025em;
    transition: all 0.5s ease-in 0.25s;
    margin-bottom: 30px;
  }
  main .sec#sec2 .inner .sp-photo {
    margin: 0 auto 50px auto;
  }
  main .sec#sec2 .inner .btn {
    width: 54%;
  }
  main .sec#sec2 .inner .btn a {
    color: #1e336d;
    font-family: freightbigcmp-pro, serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.025em;
    height: 45px;
  }

  footer {
    padding: 50px 0;
  }
  footer .inner {
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    padding: 0px;
    margin: 0 auto 60px auto;
  }
  footer .inner h3 {
    width: 150px;
    height: 65px;
    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;
  }
  footer .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner ul li:not(:last-child) {
    margin: 0 0 5px 0;
  }
  footer .inner ul li a {
    color: #1e336d;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li span {
    color: #1e336d;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li:hover a {
    color: #1e336d;
  }
  footer .inner.active {
    opacity: 1;
  }
  footer .pgtop {
    margin-bottom: 45px;
  }
  footer .pgtop a {
    color: #1e336d;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 0 5px 0;
  }
  footer p {
    color: #1e336d;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
  }

  #looks .close {
    width: 50%;
    max-width: 50%;
    position: fixed;
    top: 10px;
    left: calc(50% - 10px);
  }
  #looks .close div {
    width: 20px;
    height: 20px;
  }
  #looks .close div span {
    width: 4px;
    height: 4px;
  }
  #looks .close div span:nth-child(1) {
    width: 20px;
    height: 2px;
    left: 0px;
    top: 9px;
  }
  #looks .close div span:nth-child(2) {
    width: 20px;
    height: 2px;
    left: 0px;
    top: 9px;
  }
  #looks .close div:hover span {
    background-color: #FFF;
  }
  #looks .title {
    width: calc(100% - 10px);
    padding: 10px 0 15px 8px;
    margin: 0 auto;
  }
  #looks .title h3 {
    width: 232px;
    height: 100px;
  }
  #looks .look {
    width: calc(100% - 10px);
  }
  #looks .look:not(:last-child) {
    margin-bottom: 60px;
  }
  #looks .look .set {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #looks .look .set .text {
    width: 100%;
    padding: 0px;
    order: 2;
  }
  #looks .look .set .text .credits {
    width: 100%;
  }
  #looks .look .set .text .credits .credit {
    width: 100%;
  }
  #looks .look .set .text .credits .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  #looks .look .set .text .credits .credit dl.items__credit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #looks .look .set .text .credits .credit dl.items__credit dt {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .look .set .text .credits .credit dl.items__credit dt strong {
    color: #000;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    display: inline-block;
  }
  #looks .look .set .text .credits .credit dl.items__credit dt strong:not(:first-child) {
    margin: 0 0 0 5px;
  }
  #looks .look .set .text .credits .credit dl.items__credit dt > span {
    color: #000;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 0 0 10px;
  }
  #looks .look .set .text .credits .credit dl.items__credit dt > span:last-child {
    width: 100%;
    padding: 5px 0 0 0;
  }
  #looks .look .set .text .credits .credit dl.items__credit dd {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0px;
  }
  #looks .look .set .text .credits .credit dl.items__credit dd a {
    color: #FFF;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    background-color: #000;
    padding: 2px 4px;
    transition: all 0.25s ease-in 0s;
  }
  #looks .look .set .text .credits .credit dl.items__credit dd a:hover {
    background-color: #1e336d;
  }
  #looks .look .set .text .credits .credit dl.items__credit dd a:not([href]) {
    display: none;
  }
  #looks .look .set .text .credits .credit dl.items__credit dd a:not([href]) + .linelink {
    display: inline-block;
  }
  #looks .look .set .text .credits .credit dl.items__credit dd a.linelink {
    color: #000;
    text-decoration: underline;
    padding: 0px;
    background-color: transparent;
    display: none;
  }
  #looks .look .set .text .credits .credit dl.items__credit dd a.linelink:hover {
    color: #1e336d;
  }
  #looks .look .set .photo {
    width: 100%;
    margin-bottom: 15px;
  }
  #looks .look .set .photo .arrow {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }
  #looks .look .set .photo .arrow.left {
    left: 10px;
  }
  #looks .look .set .photo .arrow.right {
    right: 10px;
  }
  #looks .space {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 3.125vw;
  }
}

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