@charset "UTF-8";
@import url("https://use.typekit.net/ihv0crp.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: #333333;
  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: #333333;
  text-decoration: none;
  cursor: pointer !important;
}

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

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

i {
  font-style: normal;
}

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

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/* ---------------------------------------------------------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: 150px;
  height: 57px;
  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 .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
header .inner.on .left .main_title {
  opacity: 1;
}
header .inner .left {
  width: 55%;
  padding: 0 0 0;
  position: relative;
}
header .inner .left .main_title {
  width: 73.0113636364%;
  padding: 0;
  position: absolute;
  top: 12.7840909091%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
header .inner .left .photo {
  width: 46.9798657718%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
header .inner .left .photo ul {
  width: 100%;
}
header .inner .left .photo ul li:nth-child(2) {
  display: none;
}
header .inner .left .brand {
  width: 73.0113636364%;
  position: absolute;
  bottom: 30px;
  left: 12.7840909091%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  mix-blend-mode: difference;
}
header .inner .left .brand p {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  font-style: normal;
  padding: 0 20px 0 0;
}
header .inner .right {
  width: 45%;
  position: relative;
}
header .inner .right nav.on .links {
  opacity: 1;
}
header .inner .right nav {
  padding: 0;
  position: absolute;
  right: 12.7840909091%;
  top: 10.4166666667%;
  z-index: 2;
}
header .inner .right nav .links {
  width: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  opacity: 0;
  transition: all 0.2s ease-in 0.25s;
}
header .inner .right nav .links p {
  padding-bottom: 2px;
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  font-style: normal;
  border-bottom: solid 1px #000;
}
header .inner .right nav .links p a {
  color: #000;
}
header .inner .right nav .links p a:hover {
  color: #000;
  opacity: 0.5;
}
header .inner .right nav .links p:first-child {
  margin-bottom: 10px;
}

main {
  width: 100%;
  margin: 200px auto 0;
  position: relative;
  box-sizing: border-box;
}
main .sec {
  width: 100%;
  padding: 0 0 180px;
  margin: 0 auto;
}
main .sec.gray {
  background: linear-gradient(to bottom, #FFF 0%, #cdcdcd 100%);
}
main .sec .insec {
  width: 100%;
  padding: 0;
  position: relative;
}
main .sec .insec:not(:last-child) {
  margin-bottom: 180px;
}
main .sec .insec .photo {
  position: relative;
}
main .sec .insec.type1 {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
main .sec .insec.type1.on .photo {
  opacity: 1;
}
main .sec .insec.type1.on .credits {
  opacity: 1;
}
main .sec .insec.type1 .photo {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type1 .credits {
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .insec.type2 {
  width: 52.03125%;
  margin-left: auto;
  margin-right: auto;
}
main .sec .insec.type2.on .photo {
  opacity: 1;
}
main .sec .insec.type2 .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type3 {
  width: 92.1875%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
main .sec .insec.type3.on .photo {
  opacity: 1;
}
main .sec .insec.type3.on .credits {
  opacity: 1;
}
main .sec .insec.type3 > div:nth-child(1) {
  width: 54.2372881356%;
}
main .sec .insec.type3 > div:nth-child(2) {
  width: auto;
  padding: 0 0 10px 30px;
  margin: 0 auto 0 0;
}
main .sec .insec.type3 .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.25s ease-in 0.25s;
}
main .sec .insec.type3 .credits {
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .insec.type4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
main .sec .insec.type4.on .photo {
  opacity: 1;
}
main .sec .insec.type4.on .credits {
  opacity: 1;
}
main .sec .insec.type4 .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.25s ease-in 0.25s;
}
main .sec .insec.type4 .photo ul.loop_slider {
  margin: 0;
}
main .sec .insec.type4 .photo ul.loop_slider li {
  width: 40vw;
  margin-right: 2px;
}
main .sec .insec.type4 .credits {
  width: 90%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .insec.type5 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
main .sec .insec.type5.on .photo {
  opacity: 1;
}
main .sec .insec.type5.on .concept {
  opacity: 1;
}
main .sec .insec.type5 .concept {
  width: 100%;
  clip-path: inset(30% 0 0 0);
  margin: -670px auto 20px;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type5 .concept .bgph {
  width: 100%;
  position: relative;
}
main .sec .insec.type5 .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type6 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main .sec .insec.type6.on .photo {
  opacity: 1;
}
main .sec .insec.type6.on .credits {
  opacity: 1;
}
main .sec .insec.type6 .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec.type6 .credits {
  width: 90%;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .sec .staff {
  width: 90%;
  padding: 180px 0 0;
  margin: 0 auto;
  border-top: solid 1px #000;
}
main .sec .staff .staff_inner dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-style: normal;
}
main .sec .staff .staff_inner dl:not(:last-child) {
  padding-bottom: 40px;
}
main .sec .staff .staff_inner dl dt {
  width: calc((100% - 50px) * 0.45);
  text-align: right;
}
main .sec .staff .staff_inner dl dd {
  width: calc((100% - 50px) * 0.55);
  text-align: left;
}

footer {
  position: relative;
  text-align: left;
  width: 90%;
  padding: 0;
  margin: 0 auto 0;
}
footer .infoot {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  border-top: solid 1px #333333;
  position: relative;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 65px;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 15px;
}
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.4rem;
  font-weight: 600;
  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: "neue-haas-grotesk-display", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
footer .infoot .pgtop {
  position: absolute;
  right: 20px;
  bottom: 160px;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right bottom;
}
footer .infoot .pgtop a {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  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_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: 20px;
}
.credits:first-child {
  padding-right: 30px;
}
.credits:not(:last-child) {
  padding-bottom: 30px;
}
.credits .note {
  padding-bottom: 10px;
  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;
  text-align: left;
}
.credits {
  transition: all 0.25s ease-in 0s;
}
.credits:hover {
  opacity: 0.7;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.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: 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: 1.2rem;
  font-weight: 400;
  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: #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;
  margin-left: 5px;
}
.credits > div dl dd {
  margin-left: 10px;
}
.credits > div dl dd > div.item-d-none a {
  display: none;
}
.credits > div dl dd > div.item-d-none span {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  padding: 0;
  display: inline-block;
}
.credits > div dl dd > div a {
  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;
  text-decoration: none;
  padding: 0 0 4px;
  display: block;
  background-color: transparent;
  border-bottom: solid 1px #000;
}
.credits > div dl dd > div span {
  display: none;
}

/*--------- SLICK -----------*/
.main_slider:not(.slick-initialized) li:not(:first-child) {
  display: none;
}

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

/* ----------------------------------------------- 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;
  }
  header {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  header .inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  header .inner .left {
    width: 100vw;
    height: 140vw;
    padding: 0 0 0;
    position: relative;
  }
  header .inner .left .main_title {
    width: 79.4871794872vw;
    padding: 0;
    position: absolute;
    top: 10.2564102564vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.5s ease-in 0.5s;
  }
  header .inner .left .photo {
    width: 60vw;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  header .inner .left .photo ul {
    width: 100%;
  }
  header .inner .left .photo ul li:nth-child(2) {
    display: block;
  }
  header .inner .left .photo ul.main_slider {
    opacity: 0;
    transition: opacity 0.5s ease-in 0s;
  }
  header .inner .left .photo ul.main_slider.slick-initialized {
    opacity: 1;
  }
  header .inner .left .photo ul.main_slider:not(.slick-initialized) li:nth-child(n+2) {
    display: none;
  }
  header .inner .left .brand {
    width: 79.4871794872vw;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  header .inner .left .brand p {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    font-style: normal;
    padding: 0 10px 0 0;
  }
  header .inner .right {
    display: none;
  }
  main {
    width: 100%;
    margin: 100px auto 0;
    position: relative;
    box-sizing: border-box;
  }
  main .sec {
    padding: 0 0 80px;
    margin: 0 auto;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  main .sec .insec:not(:last-child) {
    margin-bottom: 80px;
  }
  main .sec .insec .photo {
    position: relative;
  }
  main .sec .insec.type1 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  main .sec .insec.type1.sp_100 {
    width: 100%;
  }
  main .sec .insec.type1.sp_100 .credits {
    padding: 20px 20px 0;
  }
  main .sec .insec.type1 .photo {
    width: 100%;
    position: relative;
  }
  main .sec .insec.type2 {
    width: 100%;
  }
  main .sec .insec.type2 .photo {
    width: 100%;
  }
  main .sec .insec.type2 .credits {
    padding: 20px 20px 0;
  }
  main .sec .insec.type3 {
    width: 94.8717948718%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.type3 > div:nth-child(1) {
    width: 73.7837837838%;
    margin: 0 auto 0 0;
  }
  main .sec .insec.type3 > div:nth-child(2) {
    width: auto;
    padding: 30px 0 0;
  }
  main .sec .insec.type4 {
    width: 100%;
    z-index: 1;
  }
  main .sec .insec.type4 .photo {
    width: 100%;
  }
  main .sec .insec.type4 .photo ul.loop_slider {
    margin: 0;
  }
  main .sec .insec.type4 .photo ul.loop_slider li {
    width: 66.6666666667vw;
    margin-right: 2px;
  }
  main .sec .insec.type4 .credits {
    width: 100%;
    padding: 20px 20px 0;
    margin: 0 auto;
  }
  main .sec .insec.type5 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main .sec .insec.type5 .concept {
    width: 100%;
    clip-path: inset(25% 0 0 0);
    margin: -200px auto 0;
    position: relative;
  }
  main .sec .insec.type5 .concept .bgph {
    width: 100%;
    position: relative;
  }
  main .sec .insec.type5 .credits {
    width: 100%;
    padding: 20px 20px 0;
    margin: 0 auto;
  }
  main .sec .insec.type6 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main .sec .insec.type6 .photo {
    width: 100%;
  }
  main .sec .insec.type6 .credits {
    width: 100%;
    padding: 20px 20px 0;
    margin: 0 auto;
  }
  main .sec .staff {
    width: 100%;
    padding: 0 10px 0;
    margin: 0 auto;
    border-top: none;
  }
  main .sec .staff .staff_inner {
    padding: 80px 0 0;
    border-top: solid 1px #000;
  }
  main .sec .staff .staff_inner dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    -moz-column-gap: 40px;
         column-gap: 40px;
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .sec .staff .staff_inner dl:not(:last-child) {
    padding-bottom: 30px;
  }
  main .sec .staff .staff_inner dl dt {
    width: calc((100% - 40px) * 0.3);
    text-align: right;
  }
  main .sec .staff .staff_inner dl dd {
    width: calc((100% - 40px) * 0.7);
    text-align: left;
  }
  footer {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  footer .infoot {
    width: 100%;
    margin: 0 auto;
    padding: 50px 10px 20px;
  }
  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: 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.4rem;
    font-weight: 600;
    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: 600;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
  }
  footer .infoot .pgtop {
    right: 15px;
    bottom: 90px;
  }
  footer .infoot .pgtop a {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    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: 10px;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt {
    padding: 0;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong {
    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;
  }
  .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: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
    margin-left: 2px;
  }
  .credits > div dl dd {
    margin-left: 10px;
  }
  .credits > div dl dd > div.item-d-none a {
    display: none;
  }
  .credits > div dl dd > div.item-d-none span {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding: 0;
    display: inline-block;
  }
  .credits > div dl dd > div a {
    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;
    text-decoration: none;
    padding: 0 0 4px;
    display: block;
    background-color: transparent;
    border-bottom: solid 1px #000;
  }
  .credits > div dl dd > div span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */