@charset "UTF-8";
@import url("https://use.typekit.net/uvd4fmk.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: #000;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: auto;
  overflow-y: 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: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  transition: opacity 0.5s ease-in 0s;
}
#loader h3 {
  width: 240px;
  height: 75px;
  background-image: url(../images/logo_load.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#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;
}

header {
  position: fixed;
  top: 50px;
  right: 30px;
  z-index: 999;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner ul li:not(:last-child) {
  margin-bottom: 10px;
}
header .inner ul li.line {
  width: 1.4rem;
  height: 1px;
  background-color: #000;
}
header .inner ul li a {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  writing-mode: vertical-rl;
  transition: all 0.25s ease-in 0s;
}
header .inner ul li a:hover {
  color: #666666;
}

main {
  width: 100%;
  padding: 50px 0 170px 0;
  position: relative;
  box-sizing: border-box;
}
main::before {
  content: "";
  width: 100%;
  height: 150vw;
  background-color: #D8CBB7;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}
main::after {
  content: "";
  width: 100%;
  height: 150vw;
  background-color: #D8CBB7;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
}
main #visual {
  width: 100%;
  position: relative;
}
main #visual:not(:last-child) {
  margin-bottom: 50px;
}
main #visual.on .title {
  opacity: 1;
}
main #visual.on #invisual ul.logos {
  opacity: 1;
}
main #visual .title {
  width: 912px;
  position: absolute;
  top: calc(50% - 31px);
  left: calc(50% - 456px);
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: opacity 0.35s ease-in 0.5s;
  opacity: 0;
}
main #visual .title h2 {
  width: 100%;
  height: 62px;
  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: 20px;
}
main #visual .title h3 {
  width: 474px;
  height: 39px;
  background-image: url(../images/sub_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;
}
main #visual #invisual {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
main #visual #invisual ul.logos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 75%;
  z-index: 1;
  transition: opacity 0.35s ease-in 0s;
  opacity: 0;
}
main #visual #invisual ul.logos li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main #visual #invisual ul.logos li:nth-child(1) {
  width: 127px;
  height: 27px;
  background-image: url(../images/logo_lespo.png);
}
main #visual #invisual ul.logos li:nth-child(2) {
  width: 104px;
  height: 34px;
  background-image: url(../images/logo_js.png);
  margin-left: 40px;
}
main #visual #invisual .photo {
  position: relative;
}
main #lead {
  width: 100%;
  transition: opacity 0.35s ease-in 0s;
  opacity: 0;
}
main #lead.on {
  opacity: 1;
}
main #lead:not(:last-child) {
  margin-bottom: 120px;
}
main #lead p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
}
main #lead p:not(:last-child) {
  margin-bottom: 10px;
}
main #lead p br.sp {
  display: none;
}
main #contents {
  width: 100%;
  padding: 0;
  position: relative;
}
main #contents .looks {
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #contents .looks .wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main #contents .looks .wrap:not(:last-child) {
  margin-bottom: 10px;
}
main #contents .looks .wrap::before {
  content: "";
  width: 100vw;
  height: 500vw;
  background-color: #D8CBB7;
  position: absolute;
  top: 7.5%;
  left: calc(50% - 50vw);
  z-index: -1;
}
main #contents .looks .look {
  width: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease-in;
}
main #contents .looks .look.on {
  opacity: 1;
}
main #contents .looks .look:not(:last-child) {
  margin-bottom: 10px;
}
main #contents .looks .look.mb {
  margin-bottom: 100px;
}
main #contents .looks .look.l14 {
  margin-bottom: 50px;
}
main #contents .looks .look .set {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main #contents .looks .look .set > div {
  width: calc((100% - 10px) / 2);
}
main #contents .looks .look ul.logos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 75%;
  z-index: 1;
}
main #contents .looks .look ul.logos li {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
main #contents .looks .look ul.logos li:nth-child(1) {
  width: 182px;
  height: 39px;
  background-image: url(../images/logo_lespo.png);
}
main #contents .looks .look ul.logos li:nth-child(2) {
  width: 149px;
  height: 50px;
  background-image: url(../images/logo_js.png);
  margin-left: 55px;
}
main #contents .looks .credits {
  width: 100%;
  padding: 10px 0 0 0;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main #contents .looks .credits.on {
  opacity: 1;
}
main #contents .looks .credits:not(:last-child) {
  margin-bottom: 150px;
}
main #contents .looks .credits > div {
  text-align: left;
  width: 100%;
}
main #contents .looks .credits > div.item-d-none dl::before {
  content: none;
}
main #contents .looks .credits > div.item-d-none dl dd {
  display: none;
}
main #contents .looks .credits > div:not(:last-child) {
  margin-bottom: 5px;
}
main #contents .looks .credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main #contents .looks .credits > div dl::before {
  content: "-";
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
  display: inline-block;
  order: 2;
}
main #contents .looks .credits > div dl dt {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  order: 1;
}
main #contents .looks .credits > div dl dt strong {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main #contents .looks .credits > div dl dt strong:not(:first-child) {
  margin: 0 0 0 5px;
}
main #contents .looks .credits > div dl dt span {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
main #contents .looks .credits > div dl dt span:not(:first-child) {
  margin: 0 0 0 5px;
}
main #contents .looks .credits > div dl dd {
  margin: 0 0 0 5px;
  order: 3;
}
main #contents .looks .credits > div dl dd a {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
main #contents .looks .credits > div dl dd a:hover {
  color: #808080;
}
main #contents .looks .credits > div dl dd a.line {
  display: none;
}
main #contents .looks .staff {
  width: 500px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main #contents .looks .staff.on {
  opacity: 1;
}
main #contents .looks .staff:not(:last-child) {
  margin-bottom: 300px;
}
main #contents .looks .staff > div {
  width: 100%;
  margin-bottom: 30px;
}
main #contents .looks .staff p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0em;
}
main #contents .looks .lasttitle {
  width: 487px;
  transition: opacity 0.35s ease-in 0.5s;
  opacity: 0;
}
main #contents .looks .lasttitle.on {
  opacity: 1;
}
main #contents .looks .lasttitle:not(:last-child) {
  margin-bottom: 300px;
}
main #contents .looks .lasttitle h3 {
  width: 100%;
  height: 57px;
  background-image: url(../images/title_last.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 {
  width: 100%;
  padding: 50px 0 60px 0;
  margin: 0 auto;
  border-top: solid 1px #000;
  background-color: #D8CBB7;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
footer .pgtop {
  width: 1.4rem;
  position: absolute;
  right: 30px;
}
footer .pgtop a {
  color: #000;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: underline;
  writing-mode: vertical-rl;
  display: inline-block;
  transition: all 0.25s ease-in 0s;
}
footer .pgtop a:hover {
  color: #666666;
}
footer .inner {
  width: calc(100% - 256px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
footer .inner ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
footer .inner ul li a {
  color: #000;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  transition: all 0.25s ease-in 0s;
}
footer .inner ul li span {
  color: #000;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner ul li:hover a {
  color: #666666;
}
footer .inner p {
  color: #000;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }
  html {
    font-size: 2.6666666667vw;
    height: -webkit-fill-available;
  }
  #loader h3 {
    width: 192px;
    height: 60px;
  }
  #loader .bar {
    height: 5px;
  }
  main {
    width: 100%;
    padding: 0 0 170px 0;
    position: relative;
    box-sizing: border-box;
  }
  main::before {
    height: 300vw;
  }
  main::after {
    height: 300vw;
  }
  main #visual {
    width: 100%;
    position: relative;
  }
  main #visual:not(:last-child) {
    margin-bottom: 45px;
  }
  main #visual .title {
    width: calc(100% - 40px);
    position: absolute;
    top: 50%;
    left: 20px;
  }
  main #visual .title h2 {
    width: 100%;
    height: calc((100vw - 40px) * 0.06747);
    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: 10px;
  }
  main #visual .title h3 {
    width: 146px;
    height: 12px;
    background-image: url(../images/sub_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;
  }
  main #visual #invisual {
    width: 100%;
    margin: 0 auto;
  }
  main #visual #invisual ul.logos li:nth-child(1) {
    width: 80px;
    height: 17px;
  }
  main #visual #invisual ul.logos li:nth-child(2) {
    width: 66px;
    height: 20px;
    margin-left: 20px;
  }
  main #visual #invisual .photo {
    position: relative;
  }
  main #lead {
    width: 100%;
    margin: 0 auto;
  }
  main #lead:not(:last-child) {
    margin-bottom: 80px;
  }
  main #lead p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
  main #lead p br.sp {
    display: block;
  }
  main #contents .looks {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #contents .looks .wrap {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main #contents .looks .wrap:not(:last-child) {
    margin-bottom: 10px;
  }
  main #contents .looks .wrap::before {
    width: 100vw;
    height: 500vw;
    top: 10%;
    left: calc(50% - 50vw);
  }
  main #contents .looks .look:not(:last-child) {
    margin-bottom: 10px;
  }
  main #contents .looks .look.mb {
    margin-bottom: 50px;
  }
  main #contents .looks .look.l14 {
    margin-bottom: 30px;
  }
  main #contents .looks .look .set {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  main #contents .looks .look .set > div {
    width: calc((100% - 10px) / 2);
  }
  main #contents .looks .look ul.logos li:nth-child(1) {
    width: 95px;
    height: 20px;
  }
  main #contents .looks .look ul.logos li:nth-child(2) {
    width: 78px;
    height: 23px;
    margin-left: 20px;
  }
  main #contents .looks .credits:not(:last-child) {
    margin-bottom: 75px;
  }
  main #contents .looks .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #contents .looks .credits > div dl::before {
    content: "-";
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
    display: inline-block;
    order: 2;
  }
  main #contents .looks .credits > div dl dt {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    order: 1;
  }
  main #contents .looks .credits > div dl dt strong {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #contents .looks .credits > div dl dt strong:not(:first-child) {
    margin: 0 0 0 5px;
  }
  main #contents .looks .credits > div dl dt span {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #contents .looks .credits > div dl dt span:not(:first-child) {
    margin: 0 0 0 5px;
  }
  main #contents .looks .credits > div dl dd {
    margin: 0 0 0 5px;
    order: 3;
  }
  main #contents .looks .credits > div dl dd a {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-decoration: underline;
    transition: all 0.25s ease-in 0s;
  }
  main #contents .looks .credits > div dl dd a:hover {
    color: #808080;
  }
  main #contents .looks .credits > div dl dd a.line {
    display: none;
  }
  main #contents .looks .staff {
    width: 80%;
  }
  main #contents .looks .staff:not(:last-child) {
    margin-bottom: 150px;
  }
  main #contents .looks .staff > div {
    width: 100%;
    margin-bottom: 30px;
  }
  main #contents .looks .staff p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
  }
  main #contents .looks .lasttitle {
    width: 100%;
  }
  main #contents .looks .lasttitle:not(:last-child) {
    margin-bottom: 150px;
  }
  main #contents .looks .lasttitle h3 {
    width: 100%;
    height: calc((100vw - 40px) * 0.117);
  }
  footer {
    width: 100%;
    padding: 50px 0 60px 0;
    margin: 0 auto;
    border-top: solid 1px #000;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  footer .pgtop {
    right: 20px;
  }
  footer .pgtop a:hover {
    color: #000;
  }
  footer .inner {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  footer .inner ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  footer .inner ul li a {
    color: #000;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    transition: all 0.25s ease-in 0s;
  }
  footer .inner ul li span {
    color: #000;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li:hover a {
    color: #666666;
  }
  footer .inner p {
    color: #000;
    font-family: "acumin-pro-extra-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}/*# sourceMappingURL=style.css.map */