@charset "UTF-8";
@import url("https://use.typekit.net/its4tdd.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: #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: 300px;
  height: 44px;
  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: 100vw;
  padding: 0;
  box-sizing: border-box;
}
header .inner {
  width: 100vw;
  margin: 0 auto;
  position: relative;
}
header .inner.on .photo {
  opacity: 1;
}
header .inner .photo {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
header .inner .photo > div {
  width: calc(20vw - 1.6px);
  overflow: hidden;
}
header .inner .photo > div:nth-child(6) {
  width: calc(60vw - 0.8px);
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
header .inner .photo > div img {
  display: block;
  width: 100%;
  height: auto;
}
header .inner .photo > div h1 {
  width: 80%;
  padding: 0 0 0 40px;
  position: static;
  opacity: 1;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main .sec {
  width: 100%;
  padding: 15rem 0 0;
  margin: 0 auto;
}
main .sec:not(:last-child) {
  padding-bottom: 15rem;
}
main .sec:first-child {
  padding-bottom: 0;
}
main .sec.bg_gray {
  background-color: #F1F0EE;
}
main .sec .insec {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
main .sec .insec:not(:last-child) {
  margin-bottom: 150px;
}
main .sec .insec.on .photo {
  opacity: 1;
}
main .sec .insec.on .credits {
  opacity: 1;
}
main .sec .insec.on .caption {
  opacity: 1;
}
main .sec .insec .lead {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 5rem;
}
main .sec .insec .lead h2 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
}
main .sec .insec .lead .lead_text.on {
  opacity: 1;
}
main .sec .insec .lead .lead_text {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec .lead .lead_text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2;
  letter-spacing: 0.03em;
  font-style: normal;
}
main .sec .insec .lead .lead_text p:not(:last-child) {
  padding-bottom: 1.5rem;
}
main .sec .insec .photo {
  width: 732px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec .photo .num {
  width: 60px;
  position: absolute;
  top: 20px;
  left: -30px;
  z-index: 1;
}
main .sec .insec .photo .slider_styles {
  width: 100%;
  margin: 0 auto;
}
main .sec .insec .photo .slider_styles li {
  padding: 0;
}
main .sec .insec .photo .slider_styles .slick-prev,
main .sec .insec .photo .slider_styles .slick-next {
  width: 13px;
  height: 23px;
  z-index: 3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main .sec .insec .photo .slider_styles .slick-prev:before,
main .sec .insec .photo .slider_styles .slick-next:before {
  content: "";
}
main .sec .insec .photo .slider_styles .slick-prev:hover, main .sec .insec .photo .slider_styles .slick-prev:focus,
main .sec .insec .photo .slider_styles .slick-next:hover,
main .sec .insec .photo .slider_styles .slick-next:focus {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main .sec .insec .photo .slider_styles .slick-prev {
  left: 20px;
  background-image: url(../images/arrow.png);
}
main .sec .insec .photo .slider_styles .slick-prev:hover, main .sec .insec .photo .slider_styles .slick-prev:focus {
  background-image: url(../images/arrow.png);
}
main .sec .insec .photo .slider_styles .slick-next {
  right: 20px;
  background-image: url(../images/arrow2.png);
}
main .sec .insec .photo .slider_styles .slick-next:hover, main .sec .insec .photo .slider_styles .slick-next:focus {
  background-image: url(../images/arrow2.png);
}
main .sec .insec .photo .thumbnail_styles {
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100% - 20px);
  margin: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}
main .sec .insec .photo .thumbnail_styles li {
  width: 85px;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
}
main .sec .insec .photo .thumbnail_styles li:not(:last-child) {
  margin-bottom: 10px;
}
main .sec .insec .photo {
  /* 最後だけ余白を消したい場合（任意） */
}
main .sec .insec .photo .thumbnail_styles li:last-child {
  margin-bottom: 0;
}
main .sec .insec .photo {
  /* アクティブなサムネ */
}
main .sec .insec .photo .thumbnail_styles li.active {
  border: 2px solid #000;
  box-sizing: border-box;
}
main .sec .insec .credits {
  width: 732px;
  margin: 0 auto;
  padding: 0 0.5rem;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec .caption {
  width: 732px;
  margin: 0 auto;
  padding: 5rem 0.5rem 5rem;
  text-align: left;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec .insec .caption h3 {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
  padding-bottom: 3rem;
}
main .sec .insec .caption p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-style: normal;
}
main .sec .insec .pickup {
  width: 642px;
  margin: 12rem auto 0;
  text-align: left;
}
main .sec .insec .pickup.single {
  width: 300px;
}
main .sec .insec .pickup.single .photo > div {
  width: 100%;
}
main .sec .insec .pickup h4 {
  display: inline-block;
  padding: 3px 50px;
  margin: 0 auto 2rem 0;
  background-color: #000;
  color: #FFF;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  border-radius: 20px;
}
main .sec .insec .pickup .photo {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 42px;
       column-gap: 42px;
}
main .sec .insec .pickup .photo > div {
  width: calc((100% - 42px) / 2);
}
main .sec .insec .pickup .photo > div .caption {
  width: 100%;
  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: 0.03em;
  font-style: normal;
  padding: 20px 0 30px;
}
main .sec .insec .pickup .photo > div .credits {
  width: 100%;
}
main .staff {
  width: 100%;
  margin: 5rem auto 15rem;
}
main .staff p {
  color: #000;
  font-family: "acumin-pro-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  font-style: normal;
}

footer {
  position: relative;
  text-align: left;
  width: 80%;
  padding: 0;
  margin: 80px auto 0;
  padding: 80px 0 100px;
  border-top: solid 1px #000;
}
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: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  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: "neue-haas-grotesk-display", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: center;
}

.credits {
  width: 100%;
  padding-top: 0;
  margin: 0 auto;
}
.credits:first-child {
  padding-right: 30px;
}
.credits .note {
  padding-bottom: 10px;
  color: #675447;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div {
  transition: all 0.25s ease-in 0s;
}
.credits > div:hover {
  opacity: 0.5;
}
.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: #675447;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  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: 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: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  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: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  margin-left: 5px;
}
.credits > div dl dd {
  margin-left: 10px;
}
.credits > div dl dd a {
  color: #000;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: none;
  padding: 2px 20px 2px;
  display: block;
  background-color: transparent;
  border: solid 1px #000;
  border-radius: 9999px;
}
.credits > div dl dd span {
  display: none;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  /* --------------------------- Default and Common --------------------------- */
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  /* --------------------------- page --------------------------- */
  #loader .logo {
    width: 150px;
    height: 22px;
  }
  #loader .bar {
    height: 8px;
  }
  header {
    width: 100vw;
    padding: 0;
    box-sizing: border-box;
  }
  header .inner {
    width: 100vw;
  }
  header .inner .photo {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2px;
  }
  header .inner .photo > div {
    width: calc(33.3333333333vw - 1.3333333333px);
    overflow: hidden;
  }
  header .inner .photo > div:nth-child(6) {
    width: 100vw;
    background-color: #FFF;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  header .inner .photo > div:nth-child(1) {
    order: 1;
  }
  header .inner .photo > div:nth-child(2) {
    order: 2;
  }
  header .inner .photo > div:nth-child(3) {
    order: 3;
  }
  header .inner .photo > div:nth-child(4) {
    order: 4;
  }
  header .inner .photo > div:nth-child(5) {
    order: 5;
  }
  header .inner .photo > div:nth-child(6) {
    order: 10;
  }
  header .inner .photo > div:nth-child(7) {
    order: 6;
  }
  header .inner .photo > div:nth-child(8) {
    order: 7;
  }
  header .inner .photo > div:nth-child(9) {
    order: 8;
  }
  header .inner .photo > div:nth-child(10) {
    order: 9;
  }
  header .inner .photo > div:nth-child(11) {
    order: 11;
  }
  header .inner .photo > div:nth-child(12) {
    order: 12;
  }
  header .inner .photo > div:nth-child(13) {
    order: 13;
  }
  header .inner .photo > div img {
    display: block;
    width: 100%;
    height: auto;
  }
  header .inner .photo > div h1 {
    width: 76.9230769231vw;
    position: static;
    opacity: 1;
  }
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main .sec {
    width: 100%;
    padding: 8rem 0 0;
  }
  main .sec:not(:last-child) {
    padding-bottom: 10rem;
  }
  main .sec:first-child {
    padding-bottom: 0;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
  }
  main .sec .insec:not(:last-child) {
    margin-bottom: 60px;
  }
  main .sec .insec .lead {
    width: calc(100% - 40px);
    height: inherit;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 3rem;
  }
  main .sec .insec .lead h2 {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .sec .insec .lead .lead_text {
    padding: 0;
  }
  main .sec .insec .lead .lead_text p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  main .sec .insec .lead .lead_text p:not(:last-child) {
    padding-bottom: 1.5rem;
  }
  main .sec .insec .photo {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 5px;
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .sec .insec .photo .num {
    width: 42px;
    top: 12px;
    left: -10px;
  }
  main .sec .insec .photo .slider_styles {
    width: 100%;
  }
  main .sec .insec .photo .slider_styles .slick-prev,
  main .sec .insec .photo .slider_styles .slick-next {
    width: 9px;
    height: 16px;
  }
  main .sec .insec .photo .slider_styles .slick-prev {
    left: 10px;
  }
  main .sec .insec .photo .slider_styles .slick-next {
    right: 10px;
  }
  main .sec .insec .photo .thumbnail_styles {
    width: -moz-fit-content;
    width: fit-content;
    max-width: calc(100% - 20px);
    margin: 0;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
  }
  main .sec .insec .photo .thumbnail_styles li {
    width: 54px;
    padding: 0;
    cursor: pointer;
    box-sizing: border-box;
  }
  main .sec .insec .photo .thumbnail_styles li:not(:last-child) {
    margin-bottom: 6px;
  }
  main .sec .insec .photo {
    /* 最後だけ余白を消したい場合（任意） */
  }
  main .sec .insec .photo .thumbnail_styles li:last-child {
    margin-bottom: 0;
  }
  main .sec .insec .photo {
    /* アクティブなサムネ */
  }
  main .sec .insec .photo .thumbnail_styles li.active {
    border: 1px solid #000;
    box-sizing: border-box;
  }
  main .sec .insec .credits {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0;
  }
  main .sec .insec .caption {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 3rem 0 3rem;
    text-align: left;
  }
  main .sec .insec .caption h3 {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-style: normal;
    padding-bottom: 2rem;
  }
  main .sec .insec .caption p {
    width: 100%;
    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: 0.03em;
    font-style: normal;
  }
  main .sec .insec .pickup {
    width: calc(100% - 40px);
    margin: 6rem auto 0;
  }
  main .sec .insec .pickup.single {
    width: calc(100% - 40px);
  }
  main .sec .insec .pickup h4 {
    padding: 3px 34px;
    margin-bottom: 1.5rem;
    color: #FFF;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  main .sec .insec .pickup .photo {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 3rem;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  main .sec .insec .pickup .photo > div {
    width: 100% !important;
  }
  main .sec .insec .pickup .photo > div .caption {
    width: 100%;
    padding: 1.5rem 0 2rem;
    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: 0.03em;
    font-style: normal;
  }
  main .staff {
    width: calc(100% - 40px);
    margin: 3rem auto 8rem;
    text-align: center;
  }
  main .staff p {
    color: #000;
    font-family: "acumin-pro-condensed", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  footer {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 5rem 0 5rem;
  }
  footer .infoot {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  footer .infoot div .logo {
    width: 140px;
    margin: 0 auto 3rem;
  }
  footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 3rem;
  }
  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: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  footer .infoot div p {
    color: #000;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    text-align: center;
  }
  /* 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.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: 1.2rem;
    font-weight: 500;
    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: 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: 500;
    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: #000;
    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;
    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: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    padding: 2px 12px 2px;
  }
  .credits > div dl dd span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
