@charset "UTF-8";
@import url("https://use.typekit.net/wfk2zzk.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;
  }
}
/* ------------------------------------------------- Default and Common --------------------------------------------------- */
html, body {
  width: 100%;
  height: auto;
}

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

body {
  -webkit-text-size-adjust: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

.l-inner .ftool-wrapper {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0;
  display: block;
  position: relative;
}
.l-inner .ftool-wrapper .col--02--Y {
  max-width: 100%;
}
.l-inner .ftool-wrapper img {
  max-width: 100%;
}

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

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

i {
  font-style: normal;
}

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

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/*----- Sticky -----*/
.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  background-color: #FFF;
}

.notoverlap {
  position: relative;
}

/* ---------------------------------------------------------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 .logo {
  width: 180px;
  height: 68px;
  background-image: url(../images/logo_js.svg);
  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 {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
#header::before {
  width: calc(100% - 40px);
  height: 14px;
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-color: #FFF;
}
#header .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#header .inner .title {
  width: 32.421875%;
  position: absolute;
  top: 50%;
  left: 8.515625%;
  transform: translateY(-50%);
  z-index: 1;
}
#header .inner .title h2 {
  margin-bottom: 0;
}
#header .inner .photo {
  width: 100%;
  margin: 0 auto;
  position: relative;
  will-change: transform;
}
#header .inner::before {
  width: 14px;
  height: calc(100% - 20px);
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  background-color: #FFF;
}
#header .inner::after {
  width: 14px;
  height: calc(100% - 20px);
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background-color: #FFF;
}

.lead {
  width: calc(100% - 40px);
  padding: 50px 70px 190px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  background-color: #FFF;
}
.lead.on h3 {
  opacity: 1;
}
.lead.on .lead_text {
  opacity: 1;
}
.lead h3 {
  padding: 0 0 20px;
  margin: 0 auto;
  color: #000;
  font-family: "neue-haas-unicat", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
.lead .lead_text {
  width: 500px;
  margin: 0 auto 0 0;
  padding: 0;
  text-align: left;
  display: block;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.03em;
  font-style: normal;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}

#container {
  width: calc(100% - 40px);
  margin: 0 auto 0;
  padding: 0 0 100px;
  position: relative;
  box-sizing: border-box;
  font-size: 62.5%;
  background: linear-gradient(to bottom, #ffffff 0%, #FEF7F1 80%);
}
#container .looks {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 300px;
}
#container .looks.last {
  padding-bottom: 0;
}
#container .looks .note {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0em;
  font-style: normal;
  padding: 0 0 200px;
  text-align: center;
}
#container .looks .sec {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#container .looks .sec:not(:last-child) {
  margin-bottom: 200px;
}
#container .looks .sec .insec {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#container .looks .sec .insec h4 {
  color: #000;
  font-family: "neue-haas-unicat", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
#container .looks .sec .insec .photo {
  position: relative;
}
#container .looks .sec .insec.type1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
#container .looks .sec .insec.type1.on h4 {
  opacity: 1;
}
#container .looks .sec .insec.type1.on .photo {
  opacity: 1;
}
#container .looks .sec .insec.type1.on .caption {
  opacity: 1;
}
#container .looks .sec .insec.type1 h4 {
  width: 100%;
  text-align: right;
  padding-bottom: 80px;
  padding-right: 20px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type1 .photo {
  width: 56.4516129032%;
  position: relative;
  margin: 0 80px 0 40px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type1 .caption {
  width: 280px;
  margin-bottom: 10px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-style: normal;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
#container .looks .sec .insec.type2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#container .looks .sec .insec.type2 .photo {
  opacity: 0;
}
#container .looks .sec .insec.type2 .photo.on {
  opacity: 1;
}
#container .looks .sec .insec.type2 .photo:nth-child(1) {
  width: 32.2580645161%;
  position: relative;
  margin: 0 auto -80px 40px;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type2 .photo:nth-child(2) {
  width: 53.2258064516%;
  position: relative;
  margin: 0 20px 0 auto;
  transition: all 0.5s ease-in 0.5s;
}
#container .looks .sec .insec.type3 {
  width: 56.4516129032%;
  margin: 0 auto 0;
}
#container .looks .sec .insec.type3.on h4 {
  opacity: 1;
}
#container .looks .sec .insec.type3.on .photo {
  opacity: 1;
}
#container .looks .sec .insec.type3.on .caption {
  opacity: 1;
}
#container .looks .sec .insec.type3 h4 {
  width: 100%;
  text-align: center;
  padding-bottom: 80px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type3 .photo {
  width: 100%;
  margin: 0 auto 30px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type3 .photo:nth-of-type(2) {
  margin-bottom: 0;
}
#container .looks .sec .insec.type3 .caption {
  width: 280px;
  margin: 120px auto 120px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-style: normal;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
#container .looks .sec .insec.type4 {
  width: 32.2580645161%;
}
#container .looks .sec .insec.type4.on .photo {
  opacity: 1;
}
#container .looks .sec .insec.type4 .photo {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type5 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}
#container .looks .sec .insec.type5.on h4 {
  opacity: 1;
}
#container .looks .sec .insec.type5.on .photo {
  opacity: 1;
}
#container .looks .sec .insec.type5.on .caption {
  opacity: 1;
}
#container .looks .sec .insec.type5 h4 {
  width: 100%;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 80px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type5 .photo {
  width: 56.4516129032%;
  position: relative;
  margin: 0 40px 0 80px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  order: 2;
}
#container .looks .sec .insec.type5 .caption {
  width: 280px;
  margin-bottom: 10px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-style: normal;
  order: 1;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
#container .looks .sec .insec.type6 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#container .looks .sec .insec.type6 .photo {
  opacity: 0;
}
#container .looks .sec .insec.type6 .photo.on {
  opacity: 1;
}
#container .looks .sec .insec.type6 .photo:nth-child(1) {
  width: 32.2580645161%;
  position: relative;
  margin: 0 40px -80px auto;
  transition: all 0.5s ease-in 0s;
  order: 2;
}
#container .looks .sec .insec.type6 .photo:nth-child(2) {
  width: 53.2258064516%;
  margin: 0 auto 0 20px;
  position: relative;
  transition: all 0.5s ease-in 0.25s;
  order: 1;
}
#container .looks .sec .insec.type7 {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
#container .looks .sec .insec.type7.on h4 {
  opacity: 1;
}
#container .looks .sec .insec.type7 h4 {
  width: 100%;
  text-align: center;
  padding-bottom: 80px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type7 .photo {
  width: calc((100% - 20px) / 2);
  opacity: 0;
}
#container .looks .sec .insec.type7 .photo.on {
  opacity: 1;
}
#container .looks .sec .insec.type7 .photo:nth-of-type(1) {
  transition: all 0.5s ease-in 0s;
}
#container .looks .sec .insec.type7 .photo:nth-of-type(2) {
  transition: all 0.5s ease-in 0.25s;
}
#container .looks .sec .insec.type7 .photo:nth-of-type(3) {
  transition: all 0.5s ease-in 0.5s;
}
#container .looks .sec .insec.type7 .photo:nth-of-type(4) {
  transition: all 0.5s ease-in 0.75s;
}
#container .looks .sec .insec.type7 .caption {
  width: 300px;
  margin-bottom: 10px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 0.05em;
  font-style: normal;
}
#container .info {
  width: 60%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
#container .info .profile {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#container .info .profile .profole_photo {
  width: 110px;
  margin: 0 20px 0 0;
}
#container .info .profile .profile_text {
  width: 300px;
}
#container .info .profile .profile_text .title {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  padding-bottom: 15px;
}
#container .info .profile .profile_text .text {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0em;
  font-style: normal;
}
#container .info .profile .profile_text .text span {
  display: block;
  padding-bottom: 5px;
}
#container .info .staff {
  margin: 0 auto;
  padding: 0 0;
}
#container .info .staff .inner {
  width: 100%;
  text-align: left;
}
#container .info .staff .inner p {
  color: #000;
  font-family: "neue-haas-unicat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  font-style: normal;
}
#container .links {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 100px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
  position: relative;
}
#container .links.on {
  opacity: 1;
}
#container .links h3 {
  width: 200px;
  margin: 0 auto 50px;
}
#container .links .link {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
#container .links .link li {
  color: #000;
  font-family: "interstate-condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}
#container .links .link li:not(:last-child) {
  padding-bottom: 20px;
}
#container .bnr {
  width: 100%;
  padding: 0 0 100px;
}
#container .bnr > div {
  width: 500px;
  margin: 0 auto;
}
#container .bnr > div:not(:last-child) {
  margin-bottom: 50px;
}

#footer {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1100px;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #FFF;
}
#footer .infoot {
  width: 100%;
  margin: 0 auto;
  padding: 300px 0 100px;
  position: relative;
}
#footer .infoot div .staff {
  margin: 0 auto 100px 0;
  color: #000;
  font-family: "interstate-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.05em;
  font-style: normal;
}
#footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}
#footer .infoot div ul li:not(:last-child) {
  margin-bottom: 18px;
}
#footer .infoot div ul li a, #footer .infoot div ul li span {
  color: #000;
  font-family: "interstate-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
#footer .infoot div ul li a:hover, #footer .infoot div ul li span:hover {
  color: #000;
  opacity: 0.5;
}
#footer .infoot div p {
  color: #000;
  font-family: "interstate-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
#footer .infoot .pgtop {
  position: absolute;
  right: 0;
  bottom: 100px;
  writing-mode: vertical-rl;
}
#footer .infoot .pgtop a {
  color: #000;
  font-family: "interstate-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
#footer .infoot .pgtop a:hover {
  color: #000;
  opacity: 0.5;
}

/* ---- common credits ---- */
.credits {
  width: 100%;
  padding-top: 20px;
}
.credits dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.credits dl:not(:last-child) {
  margin-bottom: 8px;
}
.credits dl dt {
  padding: 2px 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits dl dt strong {
  color: #000;
  font-family: "interstate-condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}
.credits dl dt strong:not(:first-child) {
  margin-left: 5px;
}
.credits dl dt strong:last-child {
  flex-basis: 100%;
  margin-left: 0;
  color: #000;
  font-family: "interstate-condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}
.credits dl dt span {
  color: #000;
  font-family: "interstate-condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  margin-left: 5px;
}
.credits dl dd {
  margin-left: 14px;
}
.credits dl dd a {
  color: #000;
  font-family: "interstate-condensed", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: none;
  padding: 3px 20px;
  display: block;
  border: solid 1px #000;
  border-radius: 5vw;
  transition: all 0.25s ease-in 0s;
}
.credits dl dd a:hover {
  opacity: 0.7;
}
.credits dl dd .item-d-none a {
  display: none;
}
.credits dl dd .item-d-none span {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 2px 0;
  display: inline-block;
}
.credits dl dd span {
  display: none;
}

/*--------- SLICK -----------*/
.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

ul.slider li {
  width: 100%;
}

.slider img {
  border-radius: 0;
}

.slick-dots {
  display: block !important; /* ドットを強制的に表示 */
  position: absolute; /* スライダー内で配置調整 */
  bottom: 16px; /* 必要に応じて位置を調整 */
  list-style: none;
  text-align: center;
  width: 100%; /* 横幅をスライダーに合わせる */
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  font-size: 40px; /* ドットのサイズ */
  color: #ccc; /* ドットの色 */
  opacity: 1; /* 透明度を100%に */
}

.slick-dots li.slick-active button:before {
  color: #1C2E4A; /* アクティブなドットの色 */
  opacity: 1;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* --------------------------- Default and Common --------------------------- */
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  /* --------------------------- page --------------------------- */
  #loader .logo {
    width: 180px;
    height: 39px;
  }
  #loader .bar {
    height: 8px;
  }
  .l-inner {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .l-inner .ftool-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .l-inner .ftool-wrapper a:hover {
    text-decoration: none;
  }
  .l-inner .ftool-wrapper ul li {
    list-style: none;
  }
  .l-inner .ftool-wrapper div {
    box-sizing: border-box;
  }
  .l-inner .ftool-wrapper .col--02--Y {
    max-width: 100%;
  }
  #header {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #header::before {
    width: calc(100% - 20px);
    height: 5px;
    top: 10px;
  }
  #header .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #header .inner .title {
    width: 60.2564102564%;
    position: absolute;
    top: 13.3470225873%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #header .inner .photo {
    width: 100%;
    margin: 0 auto;
    position: relative;
    will-change: transform;
  }
  #header .inner::before {
    width: 5px;
    height: calc(100% - 10px);
    top: 10px;
    left: 10px;
  }
  #header .inner::after {
    width: 5px;
    height: calc(100% - 10px);
    top: 10px;
    right: 10px;
  }
  .lead {
    width: calc(100% - 20px);
    padding: 40px 30px 100px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    background-color: #FFF;
  }
  .lead h3 {
    padding: 0 0 14px;
    margin: 0 auto;
    color: #000;
    font-family: "neue-haas-unicat", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  .lead .lead_text {
    width: 100%;
    margin: 0 auto 0 0;
    padding: 0;
    text-align: left;
    display: block;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.03em;
    font-style: normal;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  #container {
    width: calc(100% - 20px);
    margin: 0 auto 0;
    padding: 0 0 60px;
  }
  #container .looks {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 120px;
  }
  #container .looks .note {
    width: 75.6756756757%;
    padding: 0 0 100px;
    margin: 0 auto;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0em;
    font-style: normal;
    text-align: center;
  }
  #container .looks .sec {
    width: 100%;
    padding: 0;
  }
  #container .looks .sec:not(:last-child) {
    margin-bottom: 80px;
  }
  #container .looks .sec .insec {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #container .looks .sec .insec h4 {
    color: #000;
    font-family: "neue-haas-unicat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  #container .looks .sec .insec .photo {
    position: relative;
  }
  #container .looks .sec .insec.type1 {
    width: calc(100% - 60px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .looks .sec .insec.type1 h4 {
    width: 100%;
    text-align: right;
    padding-bottom: 40px;
    padding-right: 0;
  }
  #container .looks .sec .insec.type1 .photo {
    width: 100%;
    position: relative;
    margin: 0 auto 0;
  }
  #container .looks .sec .insec.type1 .caption {
    width: 69.696969697%;
    margin-top: 40px;
    margin-bottom: 0;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  #container .looks .sec .insec.type2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .looks .sec .insec.type2 .photo:nth-child(1) {
    width: 67.5675675676%;
    position: relative;
    margin: 0 auto 80px 30px;
    transition: all 0.5s ease-in 0s;
  }
  #container .looks .sec .insec.type2 .photo:nth-child(2) {
    width: 86.4864864865%;
    margin: 0 10px 0 auto;
  }
  #container .looks .sec .insec.type3 {
    width: calc(100% - 20px);
    margin: 0 auto 0;
  }
  #container .looks .sec .insec.type3 h4 {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
  #container .looks .sec .insec.type3 .photo {
    width: 100%;
    margin: 0 auto 30px;
  }
  #container .looks .sec .insec.type3 .photo:nth-of-type(2) {
    margin-bottom: 0;
  }
  #container .looks .sec .insec.type3 .caption {
    width: 69.696969697%;
    margin: 50px auto 0;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  #container .looks .sec .insec.type4 {
    width: 75.6756756757%;
  }
  #container .looks .sec .insec.type4 .photo {
    width: 100%;
  }
  #container .looks .sec .insec.type5 {
    width: calc(100% - 60px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
  }
  #container .looks .sec .insec.type5 h4 {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-bottom: 40px;
  }
  #container .looks .sec .insec.type5 .photo {
    width: 100%;
    position: relative;
    margin: 0 auto 0;
    order: 1;
  }
  #container .looks .sec .insec.type5 .caption {
    width: 69.696969697%;
    margin: 40px auto 0 0;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.05em;
    font-style: normal;
    order: 2;
  }
  #container .looks .sec .insec.type6 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #container .looks .sec .insec.type6 .photo:nth-child(1) {
    width: 67.5675675676%;
    position: relative;
    margin: 0 30px 80px auto;
    order: 1;
  }
  #container .looks .sec .insec.type6 .photo:nth-child(2) {
    width: 86.4864864865%;
    margin: 0 auto 0 10px;
    order: 2;
  }
  #container .looks .sec .insec.type7 {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
  }
  #container .looks .sec .insec.type7 h4 {
    padding-bottom: 40px;
  }
  #container .looks .sec .insec.type7 .photo {
    width: calc((100% - 10px) / 2);
  }
  #container .looks .sec .insec.type7 .caption {
    width: 69.696969697%;
    margin: 50px auto 50px;
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  #container .info {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 50px;
  }
  #container .info .profile {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 20px;
  }
  #container .info .profile .profole_photo {
    width: 24.3243243243%;
    margin: 0 auto;
  }
  #container .info .profile .profile_text {
    width: 54.0540540541%;
  }
  #container .info .profile .profile_text .title {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-align: center;
    padding-bottom: 15px;
  }
  #container .info .profile .profile_text .text {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0em;
    font-style: normal;
  }
  #container .info .profile .profile_text .text span {
    display: block;
    padding-bottom: 10px;
    text-align: center;
  }
  #container .info .staff {
    margin: 0 auto;
    padding: 0 0;
  }
  #container .info .staff .inner {
    width: 100%;
    text-align: center;
  }
  #container .info .staff .inner p {
    color: #000;
    font-family: "neue-haas-unicat", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    font-style: normal;
  }
  #footer {
    position: relative;
    text-align: left;
    width: 100%;
    max-width: inherit;
  }
  #footer .infoot {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 40px;
    position: relative;
  }
  #footer .infoot div .staff {
    margin: 0 auto 50px 0;
    color: #000;
    font-family: "interstate-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.4;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  #footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  #footer .infoot div ul li:not(:last-child) {
    margin-bottom: 14px;
  }
  #footer .infoot div ul li a, #footer .infoot div ul li span {
    color: #000;
    font-family: "interstate-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  #footer .infoot div p {
    color: #000;
    font-family: "interstate-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-align: left;
  }
  #footer .infoot .pgtop {
    position: absolute;
    right: 10px;
    bottom: 40px;
    writing-mode: vertical-rl;
  }
  #footer .infoot .pgtop a {
    color: #000;
    font-family: "interstate-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  /* common credits------ */
  .credits {
    width: 100%;
  }
  .credits:first-child {
    padding-right: 0;
  }
  .credits > div {
    width: 100%;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 8px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding: 4px 0;
    display: inline-block;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div dl dt {
    padding: 2px 0;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div dl dt strong {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  .credits > div dl dt strong:not(:first-child) {
    margin-left: 2px;
  }
  .credits > div dl dt .s {
    font-size: 1rem;
  }
  .credits > div dl dt span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
    margin-left: 2px;
  }
  .credits > div dl dd {
    margin-left: 10px;
  }
  .credits > div dl dd a {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  .credits > div dl dd .item-d-none a {
    display: none;
  }
  .credits > div dl dd .item-d-none span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
    padding: 2px 0;
    display: inline-block;
  }
  .credits > div dl dd span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */