@import url("https://use.typekit.net/msn7xkv.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 blink {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    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 {
  font-family: canto, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #111;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #564531;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}

a {
  color: #111;
  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);
  background-color: #564531;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: all 0.75s ease-in-out 0.25s;
}
#loader .bar {
  width: 100%;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #c9b6a2;
  display: block;
}
#loader .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 0px;
}
#loader .text h3 {
  color: #c9b6a2;
  font-family: canto, serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  animation-name: blink;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
#loader.start .text {
  opacity: 0;
}
#loader.complete {
  opacity: 0;
}
#loader .motion {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .motion .koma {
  display: none;
}
#loader .motion .koma.koma1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
#loader .motion .koma.koma1 h3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#loader .motion .koma.koma1 h3 div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .motion .koma.koma1 h3 div:not(:last-child) {
  margin-bottom: 10px;
}
#loader .motion .koma.koma1 h3 div span {
  color: #c9b6a2;
  font-family: canto, serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  opacity: 0;
}
#loader .motion .koma.koma1.step1 h3 div:nth-child(1) span:nth-child(1) {
  opacity: 1;
}
#loader .motion .koma.koma1.step2 h3 div:nth-child(1) span:nth-child(2) {
  opacity: 1;
}
#loader .motion .koma.koma1.step3 h3 div:nth-child(1) span:nth-child(3) {
  opacity: 1;
}
#loader .motion .koma.koma1.step4 h3 div:nth-child(2) span:nth-child(1) {
  opacity: 1;
}
#loader .motion .koma.koma1.step5 h3 div:nth-child(2) span:nth-child(2) {
  opacity: 1;
}
#loader .motion .koma.koma1.step6 h3 div:nth-child(2) span:nth-child(3) {
  opacity: 1;
}
#loader .motion .koma.koma2 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: none;
}
#loader .motion .koma.koma2 h3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 20%;
  top: 60%;
}
#loader .motion .koma.koma2 h3 span {
  color: #c9b6a2;
  font-family: canto, serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  opacity: 0;
}
#loader .motion .koma.koma2.step1 {
  display: block;
}
#loader .motion .koma.koma2.step1 h3 span {
  opacity: 1;
}
#loader .motion .koma.koma2.step2 {
  background-image: url(../images/photo_opening02.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 80%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .motion .koma.koma2.step3 {
  background-image: url(../images/photo_opening03.jpg);
}
#loader .motion .koma.koma3 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: none;
}
#loader .motion .koma.koma3 h3 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20%;
  top: 60%;
}
#loader .motion .koma.koma3 h3 span {
  color: #c9b6a2;
  font-family: canto, serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
  opacity: 0;
}
#loader .motion .koma.koma3.step1 {
  display: block;
}
#loader .motion .koma.koma3.step1 h3 span {
  opacity: 1;
}
#loader .motion .koma.koma3.step2 {
  background-image: url(../images/photo_opening01.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 80%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .motion .koma.koma3.step3 {
  background-image: url(../images/photo_opening07.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 80%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .motion .koma.koma4 {
  width: 100%;
  height: 100%;
  background-image: url(../images/photo_opening05.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 80%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: none;
}
#loader .motion .koma.koma4.step1 {
  display: block;
}
#loader .motion .koma.koma4.step2 {
  background-image: url(../images/photo_opening04.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 80%;
}
#loader .motion .koma.koma5 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  display: none;
}
#loader .motion .koma.koma5 h3 {
  width: 250px;
}
#loader .motion .koma.koma5 h3 span {
  background-image: url(../images/logo_dark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  height: 176px;
  display: none;
}
#loader .motion .koma.koma5.step1 {
  background-image: url(../images/photo_opening06.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 95%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#loader .motion .koma.koma5.step2 h3 span {
  display: block;
}

header {
  width: calc(100% - 40px);
  padding: 30px 0px 35px 0;
  margin: 0 auto;
  box-sizing: border-box;
  opacity: 1;
  position: fixed;
  left: 20px;
  top: 0px;
  z-index: 999;
}
header .inner {
  width: 100%;
}
header .inner h1 {
  width: 121px;
  margin: 0 auto;
}
header .inner h1 span {
  background-image: url(../images/logo.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 100%;
  height: 85px;
  display: block;
}

.hum {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 7777;
  cursor: pointer;
}
.hum span {
  height: 2px;
  background-color: #c9b6a2;
  position: absolute;
  right: 0px;
  transition: all 0.25s ease-in 0s;
}
.hum span:nth-child(1) {
  width: 100%;
  top: 10px;
}
.hum span:nth-child(2) {
  width: calc(100% - 10px);
  top: 20px;
}
.hum span:nth-child(3) {
  width: calc(100% - 20px);
  top: 30px;
}
.hum:hover span:nth-child(2) {
  width: 100%;
}
.hum:hover span:nth-child(3) {
  width: 100%;
}
.hum.active span {
  background-color: #FFF;
}
.hum.active span:nth-child(1) {
  top: 20px;
}
.hum.active span:nth-child(2) {
  width: 100%;
}
.hum.active span:nth-child(3) {
  width: 100%;
  top: 20px;
}

nav {
  pointer-events: none;
  width: 100%;
  height: calc(var(--vh) * 100);
  background-color: rgba(125, 104, 83, 0.95);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 6666;
  opacity: 0;
  clip-path: inset(0% 0% 0% 100%);
  transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0s;
}
nav.active {
  pointer-events: auto;
  opacity: 1;
  clip-path: inset(0% 0% 0% 0%);
}
nav .inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0px 35px 0;
}
nav .inner h2 {
  width: 121px;
  margin: 0 auto 35px auto;
}
nav .inner h2 span {
  background-image: url(../images/logo_w.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 100%;
  height: 85px;
  display: block;
}
nav .inner ul {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
nav .inner ul li:not(:last-child) {
  margin-bottom: 35px;
}
nav .inner ul li a {
  color: #FFF;
  font-family: canto, serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: opacity ease-in 0.2s;
}
nav .inner ul li a:hover {
  opacity: 0.5;
}
nav .inner p {
  color: #FFF;
  font-family: gill-sans-nova, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
nav .inner p a {
  color: #FFF;
  transition: all 0.25s ease-in 0s;
}
nav .inner p a:hover {
  opacity: 0.5;
}

.loaded main {
  opacity: 1;
}

main {
  width: 100%;
  padding: 0 0 72px 0;
  margin: 0px;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  opacity: 0;
}
main section.sec {
  width: calc(100% - 30px);
  padding: 150px 0 0 0;
  margin: 0 auto;
}
main section.sec:not(:last-child) {
  margin-bottom: 50px;
}
main section.sec .combo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main section.sec .combo .line {
  width: 33.3333333333%;
  position: relative;
}
main section.sec .combo .line .thumb:nth-child(1) div {
  transition-delay: 0.25s;
}
main section.sec .combo .line .thumb:nth-child(1).active::before {
  animation-delay: 0.4s;
}
main section.sec .combo .line .thumb:nth-child(2) div {
  transition-delay: 0.5s;
}
main section.sec .combo .line .thumb:nth-child(2).active::before {
  animation-delay: 0.8s;
}
main section.sec .combo .line .thumb:nth-child(3) div {
  transition-delay: 0.75s;
}
main section.sec .combo .line .thumb:nth-child(3).active::before {
  animation-delay: 1.2s;
}
main section.sec .combo .line .thumb {
  width: 100%;
  height: calc((100vw - 40px) / 3 * 1.5);
  max-height: 635px;
  padding: 5px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.3s ease-out 0s;
  position: relative;
  z-index: 0;
}
main section.sec .combo .line .thumb div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
main section.sec .combo .line .thumb:hover {
  opacity: 0.8;
}
main section.sec .video {
  width: calc(100% - 10px);
  height: calc((100vw - 40px) * 0.5625);
  background-color: #999;
  margin: 0 auto 120px auto;
  position: relative;
}
main section.sec .video h3 {
  color: #c9b6a2;
  font-family: canto, serif;
  font-size: 10rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main section.sec .video video {
  width: 100%;
  height: auto;
  line-height: 0;
  vertical-align: bottom;
}
main section.sec p {
  color: #c9b6a2;
  font-family: gill-sans-nova, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.2rem;
  letter-spacing: 0em;
  margin-bottom: 120px;
}

section.looks {
  background-color: rgba(86, 69, 49, 0.75);
  width: 100%;
  height: 100%;
  padding: 0 0 50vh 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.5s ease-in;
  box-sizing: border-box;
}
section.looks.active {
  opacity: 1;
  pointer-events: auto;
}
section.looks .wrap {
  width: 100%;
  height: auto;
  background-color: #564531;
}
section.looks .wrap .spc {
  width: 100%;
  height: 120px;
}
section.looks .close {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 99999;
  transition: all 0.25s ease-in 0s;
}
section.looks .close span {
  width: 50px;
  height: 2px;
  background-color: #c9b6a2;
  position: absolute;
}
section.looks .close span:nth-child(1) {
  left: 0px;
  top: 25px;
  transform: rotate(45deg);
}
section.looks .close span:nth-child(2) {
  left: 0px;
  top: 25px;
  transform: rotate(-45deg);
}
section.looks .close:hover {
  opacity: 0.7;
}
section.looks .title {
  width: calc(100% - 40px);
  padding: 30px 0px 36px 0;
  margin: 0 auto;
  box-sizing: border-box;
}
section.looks .title .inner {
  width: 100%;
}
section.looks .title .inner h3 {
  width: 121px;
  height: 85px;
  margin: 0 auto;
  background-image: url(../images/logo.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  display: block;
}
section.looks .look {
  width: 770px;
  padding: 0 45px;
  margin: 0 auto;
  position: relative;
}
section.looks .look:not(:last-child) {
  margin-bottom: 120px;
}
section.looks .look .set {
  width: 100%;
  padding: 0px;
}
section.looks .look .set .text {
  width: 50%;
  padding: 0px;
  order: 1;
}
section.looks .look .set .text .credits .credit:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #c9b6a2;
}
section.looks .look .set .text .credits .credit dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
section.looks .look .set .text .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
section.looks .look .set .text .credits .credit dl dt strong:nth-child(1) {
  color: #c9b6a2;
  font-family: canto, serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8rem;
  letter-spacing: 0em;
}
section.looks .look .set .text .credits .credit dl dt strong:nth-child(1) span {
  font-weight: 400;
  display: inline-block;
  padding: 0 0 0 5px;
}
section.looks .look .set .text .credits .credit dl dt strong:nth-child(1) span:not(.nc)::after {
  content: "(TAX IN)";
  padding: 0 0 0 5px;
}
section.looks .look .set .text .credits .credit dl dt strong:nth-child(2) {
  color: #c9b6a2;
  font-family: canto, serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  letter-spacing: 0em;
}
section.looks .look .set .text .credits .credit dl dd a {
  color: #564531;
  font-family: canto, serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 3px 6px;
  background-color: #c9b6a2;
  transition: all 0.25s ease-in 0s;
}
section.looks .look .set .text .credits .credit dl dd a:hover {
  opacity: 0.7;
}
section.looks .look .set .text .credits .credit dl dd a:not([href]) {
  display: none;
}
section.looks .look .set .text .credits .credit dl dd a:not([href]) + span {
  color: #c9b6a2;
  font-family: canto, serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
section.looks .look .set .text .credits .credit dl dd a:not([href]) + a.linelink {
  display: inline-block;
}
section.looks .look .set .text .credits .credit dl dd a[href] {
  display: inline-block;
}
section.looks .look .set .text .credits .credit dl dd a[href] + a.linelink {
  display: none;
}
section.looks .look .set .text .credits .credit dl dd a + span {
  display: none;
}
section.looks .look .set .text .credits .credit .disable dl dd span {
  display: inline-block;
}
section.looks .look .set .photo {
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  order: 1;
  position: relative;
}
section.looks .look .set .arrow {
  width: 23px;
  height: 43px;
  background-image: url(../images/arrow.png);
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 489px;
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
section.looks .look .set .arrow:hover {
  opacity: 0.7;
}
section.looks .look .set .arrow.prev {
  left: 0px;
}
section.looks .look .set .arrow.next {
  right: 0px;
  transform: rotate(180deg);
}

footer {
  text-align: left;
  width: 100%;
  padding: 0 0 80px 0;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
footer .inner {
  width: 100%;
}
footer .inner p.credit {
  color: #c9b6a2;
  font-family: canto, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0em;
  text-align: center;
  padding: 0 0 150px 0;
  margin-bottom: 80px;
  border-bottom: solid 1px #c9b6a2;
}
footer .inner p.cp {
  color: #c9b6a2;
  font-family: canto, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0em;
  text-align: left;
  padding: 0 50px;
}
footer .inner .set {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
footer .inner .set h3 {
  width: 268px;
  height: 108px;
  background-image: url(../images/logo_foot.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 .set .link {
  text-align: right;
}
footer .inner .set .link ul {
  margin-bottom: 20px;
}
footer .inner .set .link ul li a {
  color: #c9b6a2;
  font-family: canto, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0em;
}
footer .inner .set .link ul li a:hover {
  color: #111;
}
footer .inner .set .link ul li:not(:last-child) {
  margin-bottom: 5px;
}
footer .inner .set .link p {
  color: #c9b6a2;
  font-family: canto, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0em;
}
footer .inner .set .link p a {
  color: #c9b6a2;
}
footer .inner .set .link p a:hover {
  color: #111;
}
footer .pgtop {
  position: absolute;
  right: 50px;
  bottom: 50px;
}
footer .pgtop a {
  color: #c9b6a2;
  font-family: canto, serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a::after {
  content: "";
  width: 5px;
  height: 13px;
  margin: 0 0 0 10px;
  background-image: url(../images/text_pagetop.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
footer .pgtop a:hover {
  opacity: 0.7;
}

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

  #loader .text h3 {
    color: #c9b6a2;
    font-family: canto, serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #loader.complete {
    opacity: 0;
  }
  #loader .motion {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #loader .motion .koma.koma1 h3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #loader .motion .koma.koma1 h3 div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #loader .motion .koma.koma1 h3 div:not(:last-child) {
    margin-bottom: 10px;
  }
  #loader .motion .koma.koma1 h3 div span {
    color: #c9b6a2;
    font-family: canto, serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #loader .motion .koma.koma2 h3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 35px;
    top: 60%;
  }
  #loader .motion .koma.koma2 h3 span {
    color: #c9b6a2;
    font-family: canto, serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  #loader .motion .koma.koma2.step2 {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 80% auto;
  }
  #loader .motion .koma.koma3 h3 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 35px;
    top: calc(50% - 1.2rem);
  }
  #loader .motion .koma.koma3 h3 span {
    color: #c9b6a2;
    font-family: canto, serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: right;
    opacity: 0;
  }
  #loader .motion .koma.koma3.step2 {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80% auto;
  }
  #loader .motion .koma.koma3.step3 {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 80% auto;
  }
  #loader .motion .koma.koma4 {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 80% auto;
  }
  #loader .motion .koma.koma4.step2 {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 80% auto;
  }
  #loader .motion .koma.koma5 h3 {
    width: 210px;
  }
  #loader .motion .koma.koma5 h3 span {
    height: 148px;
  }
  #loader .motion .koma.koma5.step1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  header {
    width: 100%;
    padding: 12px 0px 15px 0;
    left: 0px;
    top: 0px;
  }
  header .inner h1 {
    width: 90px;
  }
  header .inner h1 span {
    height: 63px;
  }

  .hum {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
  }
  .hum span {
    height: 2px;
    background-color: #c9b6a2;
    position: absolute;
    right: 0px;
    transition: all 0.25s ease-in 0s;
  }
  .hum span:nth-child(1) {
    width: 100%;
    top: 8px;
  }
  .hum span:nth-child(2) {
    width: calc(100% - 5px);
    top: 15px;
  }
  .hum span:nth-child(3) {
    width: calc(100% - 10px);
    top: 22px;
  }
  .hum.active span:nth-child(1) {
    top: 15px;
  }
  .hum.active span:nth-child(3) {
    top: 15px;
  }

  nav {
    pointer-events: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(125, 104, 83, 0.95);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 6666;
    opacity: 0;
    clip-path: inset(0% 0% 0% 100%);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0s;
  }
  nav.active {
    pointer-events: auto;
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
  nav .inner {
    padding: 12px 0px 15px 0;
  }
  nav .inner h2 {
    width: 90px;
    margin: 0 auto 45px auto;
  }
  nav .inner h2 span {
    height: 63px;
  }
  nav .inner ul li a {
    color: #FFF;
    font-family: canto, serif;
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  nav .inner ul li a:hover {
    opacity: 1;
  }
  nav .inner p a:hover {
    opacity: 1;
  }

  main {
    width: 100%;
    padding: 0 0 72px 0;
    margin: 0px;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
  }
  main section.sec {
    width: 100%;
    padding: 90px 0 0 0;
  }
  main section.sec:not(:last-child) {
    margin-bottom: 0px;
  }
  main section.sec .combo {
    width: 100%;
    padding: 0 5px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main section.sec .combo .line {
    width: 50%;
  }
  main section.sec .combo .line .thumb:nth-child(1) div {
    transition-delay: 0.25s;
  }
  main section.sec .combo .line .thumb:nth-child(1).active::before {
    animation-delay: 0.4s;
  }
  main section.sec .combo .line .thumb:nth-child(2) div {
    transition-delay: 0.5s;
  }
  main section.sec .combo .line .thumb:nth-child(2).active::before {
    animation-delay: 0.8s;
  }
  main section.sec .combo .line .thumb:nth-child(3) div {
    transition-delay: 0.75s;
  }
  main section.sec .combo .line .thumb:nth-child(3).active::before {
    animation-delay: 1.2s;
  }
  main section.sec .combo .line .thumb:nth-child(4) div {
    transition-delay: 1s;
  }
  main section.sec .combo .line .thumb:nth-child(4).active::before {
    animation-delay: 1.6s;
  }
  main section.sec .combo .line .thumb:nth-child(5) div {
    transition-delay: 1.25s;
  }
  main section.sec .combo .line .thumb:nth-child(5).active::before {
    animation-delay: 2s;
  }
  main section.sec .combo .line .thumb:nth-child(6) div {
    transition-delay: 1.5s;
  }
  main section.sec .combo .line .thumb:nth-child(6).active::before {
    animation-delay: 2.4s;
  }
  main section.sec .combo .line .thumb:nth-child(7) div {
    transition-delay: 1.75s;
  }
  main section.sec .combo .line .thumb:nth-child(7).active::before {
    animation-delay: 2.8s;
  }
  main section.sec .combo .line .thumb:nth-child(8) div {
    transition-delay: 2s;
  }
  main section.sec .combo .line .thumb:nth-child(8).active::before {
    animation-delay: 3.2s;
  }
  main section.sec .combo .line .thumb {
    height: 75vw;
    max-height: auto;
    padding: 5px;
  }
  main section.sec .combo .line .thumb:hover {
    opacity: 1;
  }
  main section.sec .video {
    width: 100%;
    height: 56.25vw;
    margin: 0 auto 55px auto;
  }
  main section.sec .video h3 {
    color: #c9b6a2;
    font-family: canto, serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main section.sec p {
    color: #c9b6a2;
    font-family: canto, serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    margin-bottom: 55px;
  }

  section.looks {
    padding: 0 0 50vh 0;
    opacity: 0;
    pointer-events: none;
  }
  section.looks .wrap {
    width: 100%;
    height: auto;
  }
  section.looks .wrap .spc {
    height: 25vh;
  }
  section.looks .close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
  }
  section.looks .close span {
    width: 30px;
  }
  section.looks .close span:nth-child(1) {
    left: 0px;
    top: 15px;
  }
  section.looks .close span:nth-child(2) {
    left: 0px;
    top: 15px;
  }
  section.looks .close:hover {
    opacity: 1;
  }
  section.looks .title {
    width: calc(100% - 40px);
    padding: 12px 0px 15px 0;
  }
  section.looks .title .inner h3 {
    width: 90px;
    height: 63px;
  }
  section.looks .look {
    width: 100%;
    padding: 0 37px;
    margin: 0 auto 115px auto;
  }
  section.looks .look .set {
    width: 100%;
    padding: 0px;
  }
  section.looks .look .set .text {
    width: 100%;
  }
  section.looks .look .set .text .credits .credit dl dd a {
    color: #564531;
    font-family: canto, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .look .set .text .credits .credit dl dd a:hover {
    background-color: #c9b6a2;
  }
  section.looks .look .set .text .credits .credit dl dd a:not([href]) + span {
    color: #c9b6a2;
    font-family: canto, serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  section.looks .look .set .text .credits .credit .disable dl dd span {
    display: inline-block;
  }
  section.looks .look .set .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  section.looks .look .set .arrow {
    width: 12px;
    height: 21px;
    top: 200px;
    z-index: 1;
  }
  section.looks .look .set .arrow:hover {
    opacity: 1;
  }
  section.looks .look .set .arrow.prev {
    left: 12px;
  }
  section.looks .look .set .arrow.next {
    right: 12px;
  }

  footer {
    width: 100%;
    max-width: 100%;
    padding: 0 0 40px 0;
  }
  footer .inner p.credit {
    padding: 0 0 75px 0;
    margin-bottom: 55px;
  }
  footer .inner p.cp {
    color: #c9b6a2;
    font-family: canto, serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    padding: 0 20px;
  }
  footer .inner .set {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 35px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .set h3 {
    width: 134px;
    height: 54px;
    margin-bottom: 35px;
  }
  footer .inner .set .link {
    text-align: left;
  }
  footer .inner .set .link ul {
    margin-bottom: 10px;
  }
  footer .inner .set .link ul li a {
    color: #c9b6a2;
    font-family: canto, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
  footer .inner .set .link ul li a:hover {
    color: #111;
  }
  footer .inner .set .link ul li:not(:last-child) {
    margin-bottom: 0px;
  }
  footer .inner .set .link p {
    color: #c9b6a2;
    font-family: canto, serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
  footer .inner .set .link p a {
    color: #c9b6a2;
  }
  footer .inner .set .link p a:hover {
    color: #111;
  }
  footer .pgtop {
    right: 20px;
    bottom: 40px;
  }
  footer .pgtop a {
    color: #c9b6a2;
    font-family: canto, serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .pgtop a::after {
    margin: 0 0 0 5px;
  }
  footer .pgtop a:hover {
    opacity: 1;
  }
}

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