@charset "UTF-8";
@import url("https://use.typekit.net/qdd1kgq.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: "alternate-gothic-condensed-a", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #EDF7F5;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

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

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

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

i {
  font-style: normal;
}

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

br.brsp {
  display: none;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #EDF7F5;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.5s ease-in-out 0.25s;
}
#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;
  position: absolute;
  top: calc(50% - 38px);
  left: calc(50% - 120px);
}
#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;
  right: 20px;
  top: 20px;
  z-index: 5;
}
.hlink ul {
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.hlink ul li:not(:first-child) {
  margin-left: 10px;
}
.hlink ul li span {
  width: 1px;
  height: 100%;
  background-color: #000;
  display: block;
}
.hlink ul li a {
  color: #000;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
.hlink ul li a:hover {
  color: #5E3387;
}

.credits {
  text-align: left;
}
.credits > div {
  width: 100%;
  padding-bottom: 5px;
  background-image: url(../images/dotline.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 4px 1px;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
  display: none;
}
.credits > div.item-d-none dl dd:hover {
  opacity: 1;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd a.line {
  padding: 0 5px;
  display: flex;
}
.credits > div.item-d-none dl dd a.notice {
  text-align: left;
  text-decoration: underline;
  background-color: transparent;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div.item-d-none dl dd span {
  color: #000;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  white-space: nowrap;
}
.credits > div dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credits > div dl dt {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt strong:nth-child(1) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt strong:nth-child(1) span:nth-child(1) {
  color: #000;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0em;
}
.credits > div dl dt strong:nth-child(1) span:nth-child(2) {
  color: #000;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0em;
  margin-left: 5px;
}
.credits > div dl dt strong:nth-child(1) span:nth-child(2)::after {
  content: none;
}
.credits > div dl dt strong:nth-child(2) {
  color: #000;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0em;
  display: inline-block;
}
.credits > div dl dd {
  text-align: left;
}
.credits > div dl dd:hover a {
  color: #000;
  background-color: #FFF;
}
.credits > div dl dd a {
  color: #000;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  text-decoration: underline;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd span {
  color: #000;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  white-space: nowrap;
}

/* --------------------------------------------------------------------------------------------------- */
#visual {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0px;
}
#visual.on .title {
  opacity: 1;
}
#visual.on .inner .ph {
  opacity: 1;
}
#visual .title {
  text-align: left;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in 1.5s;
}
#visual .title h1 {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
}
#visual .title h1 span {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#visual .title h1 span:nth-child(1) {
  background-image: url(../images/logo_js.png);
  width: 120px;
  height: 38px;
}
#visual .title h1 span:nth-child(2) {
  background-image: url(../images/logo_tnf.png);
  width: 85px;
  height: 52px;
  margin-left: 20px;
}
#visual .title h2 {
  color: #FFF;
  font-family: alternate-gothic-condensed-a, sans-serif;
  font-size: 8.6rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0em;
}
#visual .title h3 {
  color: #FFF;
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-size: 2.6rem;
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0em;
}
#visual .title p {
  color: #FFF;
  font-family: "alternate-gothic-condensed-a", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0em;
  margin-top: auto;
}
#visual .inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#visual .inner .ph {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
}
#visual .inner .ph.ph1 {
  background-image: url(../images/visual1.jpg);
  transition: all 0.5s ease-in 0.25s;
}
#visual .inner .ph.ph2 {
  background-image: url(../images/visual2.jpg);
  transition: all 0.5s ease-in 0.75s;
}
#visual .inner .ph img {
  display: none;
}

#lead {
  width: 100%;
  padding: 100px 0;
  background-color: #EDF7F5;
  position: sticky;
}
#lead.on .inner {
  opacity: 1;
}
#lead .inner {
  text-align: left;
  width: 50%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#lead .inner 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;
  text-align: left;
}
#lead .inner p:not(:last-child) {
  margin-bottom: 40px;
}

#looks {
  width: 100%;
  padding-bottom: 200px;
  background-color: #EDF7F5;
  position: sticky;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#looks .combo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#looks .combo.on {
  opacity: 1;
}
#looks .combo:not(:last-child) {
  margin-bottom: 200px;
}
#looks .combo.w35 {
  width: 35%;
}
#looks .combo.w40 {
  width: 40%;
}
#looks .combo.w40l {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#looks .combo.w40l .photo,
#looks .combo.w40l .credits {
  width: 40%;
  transform: translateX(-20vw);
}
#looks .combo.w40l .credits > div {
  width: 70%;
}
#looks .combo.w40r {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#looks .combo.w40r .photo,
#looks .combo.w40r .credits {
  width: 40%;
  transform: translateX(20vw);
}
#looks .combo.w40r .credits > div {
  width: 70%;
}
#looks .combo.w50 {
  width: 50%;
}
#looks .combo.w90 {
  width: 90%;
}
#looks .combo.w90 .credits {
  width: 35%;
}
#looks .combo.w100 .credits {
  width: 90%;
  margin: 0 auto;
}
#looks .combo.w100 .credits > div {
  width: 50%;
}
#looks .combo.cmb1:not(:last-child) {
  margin-bottom: 150px;
}
#looks .combo.cmb3:not(:last-child), #looks .combo.cmb9:not(:last-child) {
  margin-bottom: 100px;
}
#looks .combo .photo {
  width: 100%;
  position: relative;
}
#looks .combo .photo:not(:last-child) {
  margin-bottom: 10px;
}
#looks .combo .photos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
#looks .combo .photos:not(:last-child) {
  margin-bottom: 10px;
}
#looks .combo .photos > div {
  width: 50%;
}
#looks .combo .pair {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
#looks .combo .pair:not(:last-child) {
  margin-bottom: 10px;
}
#looks .combo .pair .ph:nth-child(1) {
  width: 35%;
}
#looks .combo .pair .ph:nth-child(2) {
  width: 40%;
  padding-top: 200px;
  margin-left: 5%;
}
#looks .combo .pair .ph > div {
  width: 100%;
}
#looks .combo .pair .ph > div:not(.credits) {
  margin-bottom: 10px;
}
#looks .combo .credits {
  width: 75%;
}

footer {
  text-align: left;
  width: 100%;
  background-color: #FFF;
  padding: 60px 0;
  position: sticky;
}
footer .infoot {
  width: 90%;
  padding: 0px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
footer .infoot ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .infoot ul li a {
  color: #000;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot ul li a:hover {
  color: #5E3387;
}
footer .infoot ul li span {
  color: #000;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
footer .infoot ul li:nth-last-child(2) {
  margin-bottom: 40px;
}
footer .infoot div {
  color: #000;
  font-family: "alternate-gothic-atf", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  width: 1.4rem;
  cursor: pointer;
  transition: all 0.25s ease-in 0s;
}
footer .infoot div:hover {
  color: #5E3387;
}

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

  #loader {
    width: 100%;
    height: calc(var(--vh) * 100);
    min-height: 100%;
    background-color: #EDF7F5;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99999;
    transition: opacity 0.5s ease-in-out 0.25s;
  }
  #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;
    position: absolute;
    top: calc(50% - 38px);
    left: calc(50% - 120px);
  }
  #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;
    right: 20px;
    top: 20px;
    z-index: 5;
  }
  .hlink ul {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  .hlink ul li:not(:first-child) {
    margin-left: 10px;
  }
  .hlink ul li span {
    width: 1px;
    height: 100%;
    background-color: #000;
    display: block;
  }
  .hlink ul li a {
    color: #000;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  .hlink ul li a:hover {
    color: #5E3387;
  }

  .credits {
    text-align: left;
  }
  .credits > div {
    width: 100%;
    padding-bottom: 5px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
    display: none;
  }
  .credits > div.item-d-none dl dd:hover {
    opacity: 1;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd a.line {
    padding: 0 5px;
    display: flex;
  }
  .credits > div.item-d-none dl dd a.notice {
    text-align: left;
    text-decoration: underline;
    background-color: transparent;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  .credits > div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .credits > div dl dt {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong:nth-child(1) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong:nth-child(1) span:nth-child(1) {
    color: #000;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  .credits > div dl dt strong:nth-child(1) span:nth-child(2) {
    color: #000;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  .credits > div dl dt strong:nth-child(1) span:nth-child(2)::after {
    content: none;
  }
  .credits > div dl dt strong:nth-child(2) {
    color: #000;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 0em;
    display: inline-block;
  }
  .credits > div dl dd {
    text-align: left;
  }
  .credits > div dl dd:hover a {
    color: #000;
    background-color: #FFF;
  }
  .credits > div dl dd a {
    color: #000;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    text-decoration: underline;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd span {
    color: #000;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    white-space: nowrap;
  }

  /* ---------------------------------------------------------------------------------------------------
  --------------------------------------------------------------------------------------------------- */
  #loader h3 {
    width: 120px;
    height: 38px;
    top: calc(50% - 19px);
    left: calc(50% - 60px);
  }

  .hlink {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
  }
  .hlink ul {
    width: auto;
  }
  .hlink ul li:not(:first-child) {
    margin-left: 10px;
  }
  .hlink ul li a {
    color: #000;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .hlink ul li a:hover {
    color: #000;
  }

  .credits {
    text-align: left;
  }
  .credits > div {
    width: 100%;
    padding-bottom: 5px;
    background-image: url(../images/dotline.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
    display: none;
  }
  .credits > div.item-d-none dl dd:hover {
    opacity: 1;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd a.line {
    padding: 0 5px;
    display: flex;
  }
  .credits > div.item-d-none dl dd a.notice {
    text-align: left;
    text-decoration: underline;
    background-color: transparent;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0em;
    white-space: nowrap;
  }
  .credits > div dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .credits > div dl dt {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong:nth-child(1) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong:nth-child(1) span:nth-child(1) {
    color: #000;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  .credits > div dl dt strong:nth-child(1) span:nth-child(2) {
    color: #000;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  .credits > div dl dt strong:nth-child(1) span:nth-child(2)::after {
    content: none;
  }
  .credits > div dl dt strong:nth-child(2) {
    color: #000;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 1.5;
    letter-spacing: 0em;
    display: inline-block;
  }
  .credits > div dl dd {
    text-align: left;
  }
  .credits > div dl dd:hover a {
    color: #000;
    background-color: #FFF;
  }
  .credits > div dl dd a {
    color: #000;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    text-decoration: underline;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd span {
    color: #000;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    white-space: nowrap;
  }

  #visual {
    width: 100%;
    height: calc(var(--vh) * 100);
  }
  #visual .title {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }
  #visual .title h1 {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
  }
  #visual .title h1 span:nth-child(1) {
    width: 90px;
    height: 29px;
  }
  #visual .title h1 span:nth-child(2) {
    width: 60px;
    height: 37px;
    margin-left: 10px;
  }
  #visual .title h2 {
    color: #FFF;
    font-family: alternate-gothic-condensed-a, sans-serif;
    font-size: 7rem;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0em;
  }
  #visual .title h3 {
    color: #FFF;
    font-family: "alternate-gothic-condensed-a", sans-serif;
    font-size: 2.1rem;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 0em;
  }
  #visual .title p {
    color: #FFF;
    font-family: "alternate-gothic-condensed-a", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0em;
    margin-top: auto;
  }
  #visual .inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
  }
  #visual .inner .slick-slide {
    min-height: calc(var(--vh) * 100);
  }
  #visual .inner .ph {
    width: 100%;
    height: calc(var(--vh) * 100);
  }
  #visual .inner .ph.ph1 {
    background-image: url(../images/visual1sp.jpg);
  }
  #visual .inner .ph.ph2 {
    background-image: url(../images/visual2sp.jpg);
  }

  #lead {
    width: 100%;
    padding: 60px 0;
  }
  #lead .inner {
    width: 80%;
  }
  #lead .inner 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;
  }
  #lead .inner p:not(:last-child) {
    margin-bottom: 20px;
  }

  #looks {
    width: 100%;
    padding-bottom: 80px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .combo {
    width: 100%;
  }
  #looks .combo:not(:last-child) {
    margin-bottom: 75px;
  }
  #looks .combo.w35 {
    width: 60%;
  }
  #looks .combo.w40 {
    width: 80%;
  }
  #looks .combo.w40l {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .combo.w40l .photo,
#looks .combo.w40l .credits {
    width: 70%;
    transform: translateX(-10vw);
  }
  #looks .combo.w40l .credits > div {
    width: 100%;
  }
  #looks .combo.w40r {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .combo.w40r .photo,
#looks .combo.w40r .credits {
    width: 70%;
    transform: translateX(10vw);
  }
  #looks .combo.w40r .credits > div {
    width: 100%;
  }
  #looks .combo.w50 {
    width: 90%;
  }
  #looks .combo.w90 {
    width: 100%;
  }
  #looks .combo.w90 .credits {
    width: 90%;
    margin: 0 auto;
  }
  #looks .combo.w100 .credits {
    width: 90%;
    margin: 0 auto;
  }
  #looks .combo.w100 .credits > div {
    width: 100%;
  }
  #looks .combo.cmb1:not(:last-child) {
    margin-bottom: 80px;
  }
  #looks .combo.cmb3:not(:last-child), #looks .combo.cmb9:not(:last-child) {
    margin-bottom: 50px;
  }
  #looks .combo .photo {
    width: 100%;
    position: relative;
  }
  #looks .combo .photo:not(:last-child) {
    margin-bottom: 10px;
  }
  #looks .combo .photos {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  #looks .combo .photos:not(:last-child) {
    margin-bottom: 10px;
  }
  #looks .combo .photos > div {
    width: 50%;
  }
  #looks .combo .pair {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  #looks .combo .pair:not(:last-child) {
    margin-bottom: 10px;
  }
  #looks .combo .pair .ph:nth-child(1) {
    width: 70%;
    margin: 0 auto 50px 0;
    transform: translateX(5vw);
  }
  #looks .combo .pair .ph:nth-child(2) {
    width: 70%;
    padding-top: 0px;
    margin: 0 0 0 auto;
    transform: translateX(-5vw);
  }
  #looks .combo .credits {
    width: 100%;
  }

  footer {
    text-align: left;
    width: 100%;
    background-color: #FFF;
    padding: 60px 0;
  }
  footer .infoot {
    width: 90%;
    padding: 0px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .infoot ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .infoot ul li a {
    color: #000;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot ul li a:hover {
    color: #5E3387;
  }
  footer .infoot ul li span {
    color: #000;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot ul li:nth-last-child(2) {
    margin-bottom: 40px;
  }
  footer .infoot div {
    color: #000;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 1.4rem;
    cursor: pointer;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot div:hover {
    color: #5E3387;
  }
}

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