@charset "UTF-8";
@import url("https://use.typekit.net/uja4lqq.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 {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

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

a:hover, a:active, a.active {
  color: #461230;
  opacity: 0.5;
}

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

i {
  font-style: normal;
}

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

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/*--------- 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%);
}

.slick-dots {
  display: block !important; /* ドットを強制的に表示 */
  position: absolute; /* スライダー内で配置調整 */
  bottom: 10px; /* 必要に応じて位置を調整 */
  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 {
  width: 10px;
  height: 10px;
  content: " ";
  background-color: #FFF;
  /*font-size: 40px;  ドットのサイズ */
  /*color: $col4;  ドットの色 */
  opacity: 1; /* 透明度を100%に */
}

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

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* ---------------------------------------------------------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: 200px;
  height: 28px;
  background-image: url(../images/logo_chaos.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 .header_inner {
  height: 100vh;
  padding: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
header .header_inner_title h1 {
  padding-bottom: 1rem;
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  text-align: left;
}
header .header_inner_title p {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  font-style: normal;
  text-align: left;
}
header .header_inner .labels {
  width: 30rem;
  margin: 2rem auto 0 0rem;
  transform: rotate(2.19deg);
  transform-origin: center center;
}
header .header_inner_nav {
  pointer-events: auto;
}
header .header_inner_nav ul {
  margin: 0 auto 0 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8rem;
}
header .header_inner_nav ul li {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0em;
  font-style: normal;
}
header .header_inner_nav ul li a {
  color: #000;
  text-decoration: none;
}
header .header_inner_footLogo {
  width: 7.2rem;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .main_visual {
  width: 65vw;
  margin: 0 0 10rem auto;
  padding: 0;
  box-sizing: border-box;
}
main .main_visual_inner {
  margin: 0 auto;
  position: relative;
}
main .main_visual_inner.on .title {
  opacity: 1;
}
main .main_visual_inner .num {
  position: absolute;
  top: 2rem;
  left: 2rem;
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_visual_inner .issue {
  position: absolute;
  top: 2rem;
  right: 2rem;
  text-align: right;
}
main .main_visual_inner .issue h2 {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  padding-bottom: 0.5rem;
}
main .main_visual_inner .issue h2:nth-child(3) {
  padding-top: 2rem;
}
main .main_visual_inner .issue p {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
main .main_visual_inner .issue p.itemname {
  padding-top: 6rem;
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
main .main_visual_inner .photo {
  width: 100%;
}
main .main_contents {
  width: 100vw;
  margin: 0 auto 10rem;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
main .main_contents.on .lead {
  opacity: 1;
}
main .main_contents .story {
  width: 65vw;
  margin: 0 0 0 auto;
  padding: 0 0 10rem;
  box-sizing: border-box;
}
main .main_contents .story .sec_inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10rem;
}
main .main_contents .story .sec_inner.on .title {
  opacity: 1;
}
main .main_contents .story .sec_inner .text {
  width: 60.0961538462%;
  margin: 0 auto;
}
main .main_contents .story .sec_inner .text h3 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-style: normal;
}
main .main_contents .story .sec_inner .text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  font-style: normal;
}
main .main_contents .story .sec_inner .text p:not(:last-child) {
  padding-bottom: 1.5rem;
}
main .main_contents .story .sec_inner .text p.lead {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  font-style: normal;
}
main .main_contents .story .sec_inner .text p span {
  font-weight: 600;
}
main .main_contents .story .sec_inner .photo.col_1 {
  width: 44.4711538462%;
}
main .main_contents .story .sec_inner .photo.col_1_2 {
  width: 36.0576923077%;
  margin: 0 auto 0 15rem;
}
main .main_contents .story .sec_inner .photo.col_2 {
  width: 92.5480769231%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
}
main .main_contents .story .sec_inner .photo.col_2 > div {
  width: calc((100% - 3rem) / 2);
}
main .main_contents .story .sec_inner .photo.col_2_2 {
  width: 84.1346153846%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10rem;
}
main .main_contents .story .sec_inner .photo.col_2_2 > div {
  width: calc((100% - 10rem) / 2);
}
main .main_contents .story .sec_inner .photo.col_2_2 > div:nth-child(1) {
  margin-top: 10rem;
}
main .main_contents .story .sec_inner .photo.col_2_3 {
  width: 84.1346153846%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10rem;
}
main .main_contents .story .sec_inner .photo.col_2_3 > div {
  width: calc((100% - 10rem) / 2);
}
main .main_contents .story .sec_inner .photo.col_2_3 > div:nth-child(2) {
  margin-top: 30rem;
}
main .main_contents .story .sec_inner .profile {
  width: 60.0961538462%;
  margin: 0 auto;
  padding: 3rem 0 10rem;
  border-top: dashed 1px #000;
}
main .main_contents .story .sec_inner .profile.on .profile_inner {
  opacity: 1;
}
main .main_contents .story .sec_inner .profile_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
main .main_contents .story .sec_inner .profile_inner dt {
  width: 11rem;
}
main .main_contents .story .sec_inner .profile_inner dd {
  width: calc(100% - 11rem - 15px);
  margin: 0 auto 0;
  text-align: left;
}
main .main_contents .story .sec_inner .profile_inner dd p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .story .sec_inner .profile_inner dd p.name {
  font-size: 1.3rem;
  font-weight: 600;
}
main .main_contents .story .sec_inner .profile_inner dd p:not(:last-child) {
  padding-bottom: 0.3rem;
}
main .main_contents .story .sec_inner .profile_dialogue {
  width: 92.5480769231%;
  margin: 0 auto;
  padding: 0 0 10rem;
  border-bottom: dashed 1px #999999;
}
main .main_contents .story .sec_inner .profile_dialogue.on .profile_dialogue_inner {
  opacity: 1;
}
main .main_contents .story .sec_inner .profile_dialogue_inner {
  width: 44.4711538462%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}
main .main_contents .story .sec_inner .profile_dialogue_inner dt {
  margin: 0 auto 0;
}
main .main_contents .story .sec_inner .profile_dialogue_inner dd {
  margin: 0 auto 0;
  text-align: left;
}
main .main_contents .story .sec_inner .profile_dialogue_inner dd p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .story .sec_inner .profile_dialogue_inner dd p.name {
  font-size: 1.3rem;
  font-weight: 600;
}
main .main_contents .story .sec_inner .profile_dialogue_inner dd p:not(:last-child) {
  padding-bottom: 0.3rem;
}
main .main_contents .story .sec_inner .credits {
  width: 100%;
  padding: 30px 0 0;
}
main .main_contents .story .sec_inner .credits:not(:last-child) {
  padding-bottom: 10px;
}
main .main_contents .story .sec_inner .credits.on {
  opacity: 1;
}
main .main_contents .story .sec_inner .credits {
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .main_contents .looks {
  width: 100vw;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .main_contents .looks .looks_item {
  width: 100%;
  position: relative;
}
main .main_contents .looks .looks_item.has_overlay_credits::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10;
  transition: opacity 0.25s ease-out 0s;
}
main .main_contents .looks .looks_item.has_overlay_credits.is-overlay-open::before {
  opacity: 1;
  visibility: visible;
}
main .main_contents .looks Ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1px;
}
main .main_contents .looks Ul li {
  width: calc((100% - 2px) / 3);
  margin-bottom: 1px;
  position: relative;
}
main .main_contents .looks Ul li::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon_plus.png) no-repeat center/contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 5;
  pointer-events: none;
}
main .main_contents .looks .looks_toggle_trigger {
  cursor: pointer;
}
main .main_contents .looks .looks_toggle_trigger .slick-dots {
  left: auto;
  right: 10px;
  bottom: -1.8rem;
  width: auto;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  gap: 0.6rem;
}
main .main_contents .looks .looks_toggle_trigger .slick-dots li {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0;
}
main .main_contents .looks .looks_toggle_trigger .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
}
main .main_contents .looks .looks_toggle_trigger .slick-dots li button:before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-color: #FFF;
  border: solid 1px #000;
  border-radius: 0;
  opacity: 1;
}
main .main_contents .looks .looks_toggle_trigger .slick-dots li.slick-active button:before {
  background-color: #000;
  border-color: #000;
}
main .main_contents .looks .looks_toggle_trigger.slick-dotted.slick-slider {
  margin-bottom: 2.4rem;
}
main .main_contents .looks .looks_overlay_credits {
  display: none;
}
main .main_contents .looks .staff {
  width: 100vw;
  padding: 15rem 0;
  text-align: center;
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-style: normal;
}

footer {
  position: relative;
  text-align: left;
  width: 100vw;
  padding: 0 2rem;
  margin: 0 auto;
  border-top: solid 1px #FFF;
}
footer .infoot {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
  position: relative;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 1rem;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot div ul li a:hover, footer .infoot div ul li span:hover {
  opacity: 0.5;
}
footer p.copy {
  height: calc(20px + 4rem);
  padding: 2rem 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: right;
}

/* ---- common ---- */
.credits_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits_wrap .credits:not(:last-child) {
  padding-bottom: 20px;
}

.credits {
  width: 100%;
  padding-top: 0;
  margin: 0 auto;
}
.credits .note {
  padding-bottom: 10px;
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
.credits > div {
  width: 100%;
}
.credits > div:not(:last-child) {
  margin-bottom: 8px;
}
.credits > div {
  transition: all 0.25s ease-in 0s;
}
.credits > div:hover {
  opacity: 0.7;
}
.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: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  padding: 2px 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: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}
.credits > div dl dt strong:not(:first-child) {
  margin-left: 5px;
}
.credits > div dl dt span {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  margin-left: 5px;
}
.credits > div dl dd {
  margin-left: 20px;
}
.credits > div dl dd a {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  text-decoration: none;
  padding: 4px 30px 4px;
  display: block;
  border: solid 1px #FFF;
  border-radius: 1vh;
}
.credits > div dl dd span {
  display: none;
}

@media screen and (min-width: 769px) {
  main .main_contents .looks .looks_overlay_credits {
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 8rem);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease-out 0s;
  }
  main .main_contents .looks .looks_overlay_credits > div,
  main .main_contents .looks .looks_overlay_credits > div dl {
    width: auto;
  }
  main .main_contents .looks .looks_overlay_credits.is-open {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* --------------------------- Default and Common --------------------------- */
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  /* --------------------------- page --------------------------- */
  #loader .logo {
    width: 200px;
    height: 28px;
  }
  #loader .bar {
    height: 8px;
  }
  header .header_inner {
    height: 100vh;
    padding: 2rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  header .header_inner_title h1 {
    padding-bottom: 1rem;
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
  }
  header .header_inner_title p {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
  }
  header .header_inner .labels {
    width: 30rem;
    margin: 2rem auto 0 1rem;
    transform: rotate(2.19deg);
    transform-origin: center center;
  }
  header .header_inner_nav {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.35s ease, transform 0.35s ease;
    will-change: opacity, transform;
  }
  header .header_inner_nav ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
  }
  header .header_inner_nav ul li {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0em;
    font-style: normal;
  }
  header .header_inner_nav ul li a {
    color: #000;
    text-decoration: none;
  }
  header .header_inner_footLogo {
    width: 7.2rem;
  }
  body.is-mobile-nav-hidden header .header_inner_nav {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    pointer-events: none;
  }
  body.is-mobile-nav-fixed header .header_inner_nav {
    position: fixed;
    top: 1.2rem;
    left: 1.2rem;
    z-index: 30;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  body.is-mobile-nav-fixed header .header_inner_nav ul {
    margin: 0;
    gap: 1.2rem;
  }
  body.is-mobile-nav-fixed header .header_inner_nav ul li {
    color: #000;
  }
  body.is-mobile-nav-fixed header .header_inner_nav ul li a {
    color: #000;
  }
  body.is-mobile-nav-on-media.is-mobile-nav-fixed header .header_inner_nav ul li {
    color: #FFF;
  }
  body.is-mobile-nav-on-media.is-mobile-nav-fixed header .header_inner_nav ul li a {
    color: #FFF;
  }
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main .js-scroll-overlap:not(.is-disabled) {
    --sticky-offset: -1px;
    position: sticky;
    top: var(--sticky-offset);
    background-color: #FFF;
  }
  main .notoverlap {
    position: relative;
  }
  main .main_visual {
    width: 100vw;
    margin: 100vh 0 6rem auto;
  }
  main .main_visual_inner {
    margin: 0 auto;
    position: relative;
  }
  main .main_visual_inner .num {
    top: 2rem;
    left: 2rem;
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .main_visual_inner .issue {
    top: 2rem;
    right: 2rem;
  }
  main .main_visual_inner .issue h2 {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
    padding-bottom: 0.5rem;
  }
  main .main_visual_inner .issue h2:nth-child(3) {
    padding-top: 1.6rem;
  }
  main .main_visual_inner .issue p {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .main_visual_inner .issue p.itemname {
    padding-top: 4rem;
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .main_visual_inner .photo {
    width: 100%;
  }
  main .main_contents {
    width: 100vw;
    margin: 0 auto;
    padding: 0;
  }
  main .main_contents .story {
    width: 100vw;
    margin: 0 auto;
    padding: 0 0 20rem;
  }
  main .main_contents .story .sec_inner {
    gap: 6rem;
  }
  main .main_contents .story .sec_inner.on .title {
    opacity: 1;
  }
  main .main_contents .story .sec_inner .text {
    width: 79.4871794872%;
  }
  main .main_contents .story .sec_inner .text p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  main .main_contents .story .sec_inner .text p:not(:last-child) {
    padding-bottom: 1.5rem;
  }
  main .main_contents .story .sec_inner .photo.col_1 {
    width: 66.6666666667%;
  }
  main .main_contents .story .sec_inner .photo.col_1_2 {
    width: 51.2820512821%;
    margin: 0 auto 0 5rem;
  }
  main .main_contents .story .sec_inner .photo.col_2 {
    width: 89.7435897436%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
  }
  main .main_contents .story .sec_inner .photo.col_2 > div {
    width: 100%;
  }
  main .main_contents .story .sec_inner .photo.col_2_2 {
    width: 82.0512820513%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 6rem;
  }
  main .main_contents .story .sec_inner .photo.col_2_2 > div {
    width: 84%;
  }
  main .main_contents .story .sec_inner .photo.col_2_2 > div:nth-child(1) {
    margin-top: 0;
  }
  main .main_contents .story .sec_inner .photo.col_2_3 {
    width: 82.0512820513%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 6rem;
  }
  main .main_contents .story .sec_inner .photo.col_2_3 > div {
    width: 84%;
  }
  main .main_contents .story .sec_inner .photo.col_2_3 > div:nth-child(2) {
    margin-top: 0;
  }
  main .main_contents .story .sec_inner .profile {
    width: 79.4871794872%;
    margin: 0 auto;
    padding: 6rem 0 6rem;
  }
  main .main_contents .story .sec_inner .profile.on .profile_inner {
    opacity: 1;
  }
  main .main_contents .story .sec_inner .profile_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  main .main_contents .story .sec_inner .profile_inner dt {
    width: 16rem;
  }
  main .main_contents .story .sec_inner .profile_inner dd {
    width: 80%;
    margin: 0 auto 0;
  }
  main .main_contents .story .sec_inner .profile_inner dd p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .main_contents .story .sec_inner .profile_inner dd p.name {
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
  }
  main .main_contents .story .sec_inner .profile_inner dd p:not(:last-child) {
    padding-bottom: 0.3rem;
  }
  main .main_contents .story .sec_inner .profile_dialogue {
    width: 89.7435897436%;
    margin: 0 auto;
    padding: 0 0 6rem;
    border-bottom: dashed 1px #999999;
    position: sticky;
    top: 0;
    z-index: 2;
    will-change: opacity;
  }
  main .main_contents .story .sec_inner .profile_dialogue.on .profile_dialogue_inner {
    opacity: 1;
  }
  main .main_contents .story .sec_inner .profile_dialogue_inner {
    width: 66.6666666667%;
    margin: 0 auto;
    gap: 1.4rem;
  }
  main .main_contents .story .sec_inner .profile_dialogue_inner dt {
    margin: 0 auto;
  }
  main .main_contents .story .sec_inner .profile_dialogue_inner dd {
    margin: 0 auto;
  }
  main .main_contents .story .sec_inner .profile_dialogue_inner dd p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .main_contents .story .sec_inner .profile_dialogue_inner dd p.name {
    font-size: 1.3rem;
    font-weight: 600;
  }
  main .main_contents .story .sec_inner .profile_dialogue_inner dd p:not(:last-child) {
    padding-bottom: 0.3rem;
  }
  main .main_contents .story .sec_inner .credits {
    width: 100%;
    padding: 30px 0 0;
  }
  main .main_contents .story .sec_inner .credits:not(:last-child) {
    padding-bottom: 10px;
  }
  main .main_contents .story .sec_inner .credits.on {
    opacity: 1;
  }
  main .main_contents .story .sec_inner .credits {
    opacity: 0;
    transition: opacity 0.5s ease-in 0s;
  }
  main .main_contents .looks {
    width: 100vw;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .main_contents .looks .looks_item {
    width: 100%;
    position: relative;
    margin-bottom: 6rem;
  }
  main .main_contents .looks .looks_item.has_overlay_credits::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 10;
    transition: opacity 0.25s ease-out 0s;
  }
  main .main_contents .looks .looks_item.has_overlay_credits.is-overlay-open::before {
    opacity: 1;
    visibility: visible;
  }
  main .main_contents .looks Ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  main .main_contents .looks Ul li {
    width: 100%;
    margin-bottom: 0;
  }
  main .main_contents .looks Ul li::after {
    display: none;
  }
  main .main_contents .looks .looks_toggle_trigger {
    cursor: pointer;
  }
  main .main_contents .looks .looks_overlay_credits {
    display: block;
    width: 100%;
    max-width: none;
    padding: 2rem 2rem 0;
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  main .main_contents .looks .looks_overlay_credits > div dl dt strong, main .main_contents .looks .looks_overlay_credits > div dl dt span {
    color: #000;
  }
  main .main_contents .looks .looks_overlay_credits > div dl dd a {
    color: #000;
    border-color: #000;
  }
  main .main_contents .looks .staff {
    padding: 10rem 0;
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  footer {
    padding: 0;
  }
  footer .infoot {
    width: 89.7435897436%;
    margin: 0 auto;
    padding: 30px 0 10px;
  }
  footer .infoot div h3 {
    width: 100px;
    margin: 0 auto 30px 0;
  }
  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: 10px;
  }
  footer .infoot div ul li a, footer .infoot div ul li span {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  footer .infoot div p {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
  }
  footer .infoot .pgtop {
    right: 0;
    bottom: 10px;
  }
  footer .infoot .pgtop a {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  footer p.copy {
    width: 89.7435897436%;
    height: calc(20px + 4rem);
    margin: 0 auto;
  }
  /* 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: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    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: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
    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: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    margin-left: 2px;
  }
  .credits > div dl dd {
    margin-left: 10px;
  }
  .credits > div dl dd a {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    padding: 2px 16px 2px;
    border-radius: 2vh;
  }
  .credits > div dl dd span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */