@charset "UTF-8";
@import url("https://use.typekit.net/nxn1dje.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;
  overflow-x: hidden;
}

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: static;
  left: 0px;
  top: 0px;
}
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: #F8F2DD;
  color: #F8F2DD; /* アクティブなドットの色 */
  opacity: 1;
}

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

/* ---------------------------------------------------------page--------------------------------------------------------- */
main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .main_visual {
  width: 100vw;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
main .main_visual_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main .main_visual_inner.on .title {
  opacity: 1;
}
main .main_visual_inner .main_title {
  width: 23.4375%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
main .main_visual_inner .main_title.on {
  opacity: 1;
}
main .main_visual_inner .photo {
  width: 100%;
}
main .main_visual_inner .photo ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .main_visual_inner .photo ul li {
  width: 50%;
}
main .main_contents {
  width: 100vw;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}
main .main_contents .lead,
main .main_contents .items_wrapper .title,
main .main_contents .items_wrapper .slider_loop_l,
main .main_contents .items_wrapper .slider_loop_r,
main .main_contents .items > .credits {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
}
main .main_contents .lead.on,
main .main_contents .items_wrapper .title.on,
main .main_contents .items_wrapper .slider_loop_l.on,
main .main_contents .items_wrapper .slider_loop_r.on,
main .main_contents .items > .credits.on {
  opacity: 1;
  transform: translateY(0);
}
main .main_contents .lead {
  margin: 15rem auto;
  text-align: center;
}
main .main_contents .lead .lead_text {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .lead .lead_text:not(:last-child) {
  padding-bottom: 1rem;
}
main .main_contents .items {
  width: 100vw;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
main .main_contents .items.bg_beige {
  padding: 100px 0 50px;
  background-color: #F8F2DD;
}
main .main_contents .items_wrapper h2.title {
  color: #000;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 14.2rem;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0em;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}
main .main_contents .items_wrapper > div {
  position: relative;
}
main .main_contents .items_wrapper > div .slider_loop_l,
main .main_contents .items_wrapper > div .slider_loop_r {
  width: 100%;
}
main .main_contents .items_wrapper > div .slider_loop_l.slider_loop_r,
main .main_contents .items_wrapper > div .slider_loop_r.slider_loop_r {
  direction: rtl;
  margin-top: 2px;
}
main .main_contents .items_wrapper > div .slider_loop_l .slick-list,
main .main_contents .items_wrapper > div .slider_loop_r .slick-list {
  margin: 0 -1px;
}
main .main_contents .items_wrapper > div .slider_loop_l .slick-slide,
main .main_contents .items_wrapper > div .slider_loop_r .slick-slide {
  box-sizing: border-box;
  padding: 0 1px;
}
main .main_contents .items_wrapper > div .slider_loop_l li,
main .main_contents .items_wrapper > div .slider_loop_r li {
  width: calc((100% - 4px) / 3);
}
main .main_contents .items_wrapper > div .copy {
  height: 10px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 2rem);
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: block;
  overflow: hidden;
  line-height: 0;
}
main .main_contents .items_wrapper > div .copy img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
}
main .main_contents .items .credits {
  width: 100%;
  margin: 8rem auto;
}
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: "bebas-neue-pro", 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: 100%;
  padding: 0;
  margin: 0 auto 0;
  padding: 100px 0 100px;
  border-top: solid 3px #FFF;
  background-color: #F8F2DD;
}
footer .infoot {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
footer .infoot div .logo {
  width: 160px;
  margin: 0 auto 50px;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #000;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: underline;
  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: "bebas-neue-pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  font-style: normal;
  text-align: center;
}

/* ---- common ---- */
.credits {
  width: 100%;
  padding-top: 0;
}
.credits .note {
  padding-top: 50px;
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: center;
}
.credits_items_wrapper {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.credits_items_wrapper > div:not(:last-child) {
  margin-bottom: 0;
}
.credits_items_wrapper > div {
  transition: all 0.25s ease-in 0s;
}
.credits_items_wrapper > div:hover {
  opacity: 0.7;
}
.credits_items_wrapper > div {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.credits_items_wrapper > div .note {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
.credits_items_wrapper > div .thumb {
  width: 90px;
}
.credits_items_wrapper > div dl {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits_items_wrapper > div dl dt {
  padding: 2px 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  text-align: left;
  display: inline-block;
  align-self: flex-start;
  gap: 1rem 1.4rem;
}
.credits_items_wrapper > div dl dt strong {
  color: #000;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: 0.05em;
  font-style: normal;
}
.credits_items_wrapper > div dl dt strong:first-child {
  width: auto;
  display: block;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.credits_items_wrapper > div dl dt strong:not(:first-child) {
  display: inline-block;
}
.credits_items_wrapper > div dl dt strong:not(:first-child):not(:last-child) {
  margin-right: 1.4rem;
}
.credits_items_wrapper > div dl dt strong.trademark_note {
  display: block;
  margin-top: 0.8rem;
  color: #000;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: 0.06em;
  font-style: normal;
}
.credits_items_wrapper > div dl dd {
  margin-top: 15px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits_items_wrapper > div dl dd strong {
  margin-right: 40px;
  color: #000;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: 0.05em;
  font-style: normal;
}
.credits_items_wrapper > div dl dd a {
  color: #000;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 0.7;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: none;
  padding: 5px 50px 5px;
  display: block;
  border: solid 1px #000;
}
.credits > .note {
  display: block;
  width: 100%;
  margin-top: 10px;
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: center;
}

@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 --------------------------- */
  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: "bebas-neue-pro", 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: "bebas-neue-pro", 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: -3rem auto 0 3rem;
  }
  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: 5rem auto 0 0;
    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: "bebas-neue-pro", 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: 0 auto;
  }
  main .main_visual_inner {
    margin: 0 auto;
    position: relative;
  }
  main .main_visual_inner .num {
    top: 2rem;
    left: 2rem;
    color: #FFF;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 1.4rem;
    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: "bebas-neue-pro", 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 p {
    color: #FFF;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 1rem;
    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: "bebas-neue-pro", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .main_visual_inner .photo {
    width: 100%;
  }
  main .main_visual_inner .photo ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .main_visual_inner .photo ul li {
    width: 50%;
  }
  main .main_visual_inner .main_title {
    width: 40%;
    max-width: 280px;
  }
  main .main_contents {
    width: 100vw;
    margin: 0 auto;
    padding: 0;
  }
  main .main_contents .lead {
    width: 80%;
    margin: 6rem auto;
    text-align: left;
  }
  main .main_contents .items {
    width: 100%;
  }
  main .main_contents .items.bg_beige {
    padding: 60px 0 20px;
    background-color: #F8F2DD;
  }
  main .main_contents .items_wrapper h2.title {
    color: #000;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 0.7;
    letter-spacing: 0em;
    font-style: normal;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  main .main_contents .items_wrapper .slider_loop_l li,
  main .main_contents .items_wrapper .slider_loop_r li {
    width: 66.6666666667%;
  }
  main .main_contents .items .credits {
    margin: 4rem 0;
    padding: 0 2rem;
    box-sizing: border-box;
  }
  main .main_contents .items .credits .credits_items_wrapper {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 2rem;
  }
  main .main_contents .items .credits .credits_items_wrapper > div {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: 1.2rem;
         column-gap: 1.2rem;
  }
  main .main_contents .items .credits .credits_items_wrapper > div .note {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 1rem;
    padding-top: 0;
    text-align: left;
  }
  main .main_contents .items .credits .credits_items_wrapper > div .thumb {
    width: 6.4rem;
    flex: 0 0 8.4rem;
  }
  main .main_contents .items .credits .credits_items_wrapper > div dl {
    width: calc(100% - 10rem);
    min-width: 0;
  }
  main .main_contents .items .credits .credits_items_wrapper > div dl dt {
    width: 100% !important;
  }
  main .main_contents .items .credits .credits_items_wrapper > div dl dt strong {
    font-size: 1.1rem;
    line-height: 1;
  }
  main .main_contents .items .credits .credits_items_wrapper > div dl dt strong:first-child {
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
  }
  main .main_contents .items .credits .credits_items_wrapper > div dl dd {
    margin-top: 1rem;
  }
  main .main_contents .items .credits .credits_items_wrapper > div dl dd strong {
    font-size: 1.2rem;
    margin-right: 1.2rem;
  }
  main .main_contents .items .credits .credits_items_wrapper > div dl dd a {
    font-size: 1.2rem;
    padding: 0.4rem 1.4rem;
  }
  main .main_contents .story {
    width: 100vw;
    margin: 0 auto;
    padding: 0;
  }
  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 .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: "bebas-neue-pro", 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: 100%;
    padding: 60px 0;
    margin: 0 auto;
    border-top: solid 3px #FFF;
    background-color: #F8F2DD;
  }
  footer .infoot {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  footer .infoot div .logo {
    width: 160px;
    margin: 0 auto 30px;
  }
  footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
  }
  footer .infoot div ul li a, footer .infoot div ul li span {
    color: #000;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-decoration: underline;
    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: "bebas-neue-pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.06em;
    font-style: normal;
    text-align: center;
  }
  /* common credits------ */
  .credits {
    width: 100%;
  }
  .credits:first-child {
    padding-right: 0;
  }
  .credits > div:not(.credits_items_wrapper) {
    width: 100%;
  }
  .credits > div:not(.credits_items_wrapper):not(:last-child) {
    margin-bottom: 8px;
  }
  .credits > div:not(.credits_items_wrapper).item-d-none dl dt {
    width: auto;
  }
  .credits > div:not(.credits_items_wrapper).item-d-none dl dd {
    width: auto;
  }
  .credits > div:not(.credits_items_wrapper).item-d-none dl dd a {
    display: none;
  }
  .credits > div:not(.credits_items_wrapper).item-d-none dl dd span {
    color: #FFF;
    font-family: "bebas-neue-pro", 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:not(.credits_items_wrapper) dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div:not(.credits_items_wrapper) 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:not(.credits_items_wrapper) dl dt strong {
    color: #FFF;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  .credits > div:not(.credits_items_wrapper) dl dt strong:not(:first-child) {
    margin-left: 2px;
  }
  .credits > div:not(.credits_items_wrapper) dl dt .s {
    font-size: 1rem;
  }
  .credits > div:not(.credits_items_wrapper) dl dt span {
    color: #FFF;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    margin-left: 2px;
  }
  .credits > div:not(.credits_items_wrapper) dl dd {
    margin-left: 10px;
  }
  .credits > div:not(.credits_items_wrapper) dl dd a {
    color: #FFF;
    font-family: "bebas-neue-pro", 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:not(.credits_items_wrapper) dl dd span {
    display: none;
  }
}
/* credits dt width fix (override any later/compiled conflicts) */
.credits .credits_items_wrapper > div > dl > dt {
  display: inline-block !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  max-width: 100% !important;
  align-self: flex-start;
}

.credits .credits_items_wrapper > div > dl > dt > strong:first-child {
  display: block !important;
  width: auto !important;
  margin-bottom: 8px !important;
}

@media screen and (max-width: 768px) {
  .credits .credits_items_wrapper > div > dl > dt > strong:first-child {
    margin-bottom: 5px !important;
  }
}/*# sourceMappingURL=style.css.map */