@charset "UTF-8";
@import url("https://use.typekit.net/zmj1bcb.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: #192549;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #192549;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

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

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

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;
}

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

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

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #192549;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  transition: opacity 0.5s ease-in 0s;
}
#loader .title_main {
  width: 39.0625%;
  position: absolute;
  top: 6.0096153846%;
  left: 3.90625%;
}
#loader .brand {
  width: 25.46875%;
  position: absolute;
  top: 44.4711538462%;
  left: 7.8125%;
}
#loader .title_sub {
  width: 31.25%;
  position: absolute;
  bottom: 6.0096153846%;
  right: 3.90625%;
}
#loader .bar {
  width: 100%;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #FFF;
  display: block;
}
#loader.active h3 {
  opacity: 1;
}
#loader.complete {
  opacity: 0;
}

main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  background-color: #192549;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  background-color: #192549;
}
main .notoverlap {
  position: relative;
}
main .main_visual {
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: #192549;
  padding: 0;
  box-sizing: border-box;
}
main .main_visual .inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
main .main_visual .inner .main_title {
  width: 22.1875%;
  position: absolute;
  top: 50%;
  left: 3.90625%;
  transform: translateY(-50%);
}
main .main_visual .inner .main_title h1 {
  width: 100%;
  margin-bottom: 50px;
}
main .main_visual .inner .main_title nav {
  margin-left: 11.2676056338%;
}
main .main_visual .inner .main_title nav ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .main_visual .inner .main_title nav ul li {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_visual .inner .main_title nav ul li:not(:last-child) {
  padding-bottom: 10px;
}
main .main_visual .inner .main_title nav ul li:hover {
  cursor: pointer;
  opacity: 0.5;
}
main .main_visual .inner .sub_title {
  width: 22.1875%;
  position: absolute;
  top: 3.90625%;
  right: 3.90625%;
}
main .main_contents {
  width: 40vw;
  padding: 0;
  margin: -100vh auto 0;
  position: relative;
  text-align: left;
  background-color: #FFF;
}
main .main_contents.on .lead {
  opacity: 1;
}
main .main_contents .lead {
  width: 100%;
  padding: 60px 40px;
  border-bottom: solid 4px #192549;
  opacity: 0;
  transition: opacity 0.25s ease-in 0s;
}
main .main_contents .lead .lead_text {
  color: #192549;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .lead .lead_text:not(:last-child) {
  padding-bottom: 12px;
}
main .main_contents .sec {
  width: 100%;
  padding: 0px;
  margin: 0 auto;
}
main .main_contents .sec .insec {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
main .main_contents .sec .insec.item_first.on .title h2, main .main_contents .sec .insec.item_first.on .item_info {
  opacity: 1;
}
main .main_contents .sec .insec:not(:last-child) {
  padding: 0 0 80px;
  margin: 0 auto 80px;
  border-bottom: solid 4px #192549;
}
main .main_contents .sec .insec .title {
  width: auto;
  height: 74px;
  padding: 0;
  margin: 50px auto 50px;
}
main .main_contents .sec .insec .title h2 {
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main .main_contents .sec .insec .title h2 img {
  height: 100%;
}
main .main_contents .sec .insec .title h2.on {
  opacity: 1;
}
main .main_contents .sec .insec .title h3 {
  padding-top: 50px;
  color: #192549;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main .main_contents .sec .insec .title h3.on {
  opacity: 1;
}
main .main_contents .sec .insec .item_info {
  width: calc(100% - 80px);
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main .main_contents .sec .insec .item_info.on {
  opacity: 1;
}
main .main_contents .sec .insec .item_info_photo {
  width: 42.5925925926%;
  margin: 0 auto;
}
main .main_contents .sec .insec .item_info_cap {
  margin: 50px auto;
  color: #192549;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .sec .insec .detail {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 4px;
  background-color: #192549;
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main .main_contents .sec .insec .detail.on {
  opacity: 1;
}
main .main_contents .sec .insec .detail__photo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4px;
}
main .main_contents .sec .insec .detail__photo.on > div {
  opacity: 1;
}
main .main_contents .sec .insec .detail__photo > div {
  width: calc((100% - 4px) / 2);
  opacity: 0;
}
main .main_contents .sec .insec .detail__photo > div:nth-child(1) {
  transition: opacity 0.5s ease-in 0s;
}
main .main_contents .sec .insec .detail__photo > div:nth-child(2) {
  transition: opacity 0.5s ease-in 0.25s;
}
main .main_contents .sec .insec .detail__photo > div:nth-child(3) {
  transition: opacity 0.5s ease-in 0.5s;
}
main .main_contents .sec .insec .detail__photo > div:nth-child(4) {
  transition: opacity 0.5s ease-in 0.75s;
}
main .main_contents .sec .insec .other {
  width: calc(100% - 80px);
  margin: 0 auto 30px;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .main_contents .sec .insec .other.on {
  opacity: 1;
}
main .main_contents .sec .insec .credits {
  width: calc(100% - 80px);
  padding: 20px 0 0;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .main_contents .sec .insec .credits:not(:last-child) {
  padding-bottom: 10px;
}
main .main_contents .sec .insec .credits.on {
  opacity: 1;
}
main .main_contents .sec .insec .brand {
  width: calc(100% - 80px);
  margin: 30px auto 0;
  padding: 30px 0 0;
  border-top: dotted 2px #192549;
  opacity: 0;
  transition: opacity 0.5s ease-in 0s;
}
main .main_contents .sec .insec .brand.on {
  opacity: 1;
}
main .main_contents .sec .insec .brand h4 {
  padding-bottom: 10px;
  color: #192549;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_contents .sec .insec .brand p {
  color: #192549;
  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 footer {
  width: 100%;
  padding: 0;
  margin: 150px auto 20px;
  position: relative;
  text-align: left;
}
main .main_contents footer .infoot {
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  position: relative;
}
main .main_contents footer .infoot .foot_navi {
  position: absolute;
  top: 0;
  right: 30px;
}
main .main_contents footer .infoot .foot_navi ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 40px;
}
main .main_contents footer .infoot .foot_navi ul li:not(:last-child) {
  margin-bottom: 12px;
}
main .main_contents footer .infoot .foot_navi ul li a, main .main_contents footer .infoot .foot_navi ul li span {
  color: #192549;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
main .main_contents footer .infoot .foot_navi ul li a:hover, main .main_contents footer .infoot .foot_navi ul li span:hover {
  opacity: 0.5;
}
main .main_contents footer .infoot p.copy {
  padding-left: 30px;
  color: #192549;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
main .main_contents footer .infoot .pgtop {
  position: absolute;
  right: 30px;
  bottom: 0;
}
main .main_contents footer .infoot .pgtop a {
  padding: 3px 30px 3px;
  border: solid 1px #192549;
  border-radius: 9999px;
  color: #192549;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
main .main_contents footer .infoot .pgtop a:hover {
  color: #192549;
  opacity: 0.5;
}

/* ---- 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: #192549;
  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;
  text-align: left;
}
.credits > div {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
.credits > div:not(:last-child) {
  margin-bottom: 8px;
}
.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: #192549;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  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: #192549;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  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: #192549;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  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: #192549;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
  text-decoration: none;
  padding: 3px 30px 2px;
  display: block;
  border: solid 1px #192549;
  border-radius: 2vh;
}
.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 {
    background-color: transparent;
    z-index: 9999;
  }
  #loader .title_main {
    display: none;
  }
  #loader .brand {
    display: none;
  }
  #loader .title_sub {
    display: none;
  }
  #loader .bar {
    left: 0px;
    top: 0px;
    bottom: inherit;
    height: 8px;
  }
  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: #192549;
  }
  main .main_visual {
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    padding: 0;
    box-sizing: border-box;
  }
  main .main_visual .inner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  main .main_visual .inner .main_title {
    width: 62.8205128205%;
    position: absolute;
    top: calc(3.5545023697% + 8px);
    left: 5.1282051282%;
    transform: none;
  }
  main .main_visual .inner .main_title h1 {
    width: 100%;
    margin-bottom: 30px;
  }
  main .main_visual .inner .main_title nav {
    margin-left: 8.2051282051%;
  }
  main .main_visual .inner .main_title nav ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .main_visual .inner .main_title nav ul li {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .main_visual .inner .main_title nav ul li:not(:last-child) {
    padding-bottom: 8px;
  }
  main .main_visual .inner .sub_title {
    width: 58.9743589744%;
    position: absolute;
    top: inherit;
    bottom: calc(50px + 5dvh);
    right: 5.1282051282%;
  }
  main .main_contents {
    width: calc(100vw - 40px);
    padding: 0;
    margin: -50px auto 20px;
    position: relative;
    text-align: left;
  }
  main .main_contents .lead {
    width: 100%;
    padding: 30px 30px;
    border-bottom: solid 3px #192549;
  }
  main .main_contents .lead .lead_text {
    color: #192549;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .main_contents .lead .lead_text:not(:last-child) {
    padding-bottom: 10px;
  }
  main .main_contents .sec {
    width: 100%;
    max-width: inherit;
    padding: 0px;
    margin: 0 auto;
    border-right: none;
  }
  main .main_contents .sec .insec {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
  }
  main .main_contents .sec .insec:not(:last-child) {
    padding: 0 0 50px;
    margin: 0 auto 50px;
    border-bottom: solid 3px #192549;
  }
  main .main_contents .sec .insec .title {
    width: auto;
    height: 50px;
    padding: 0;
    margin: 50px auto 30px;
  }
  main .main_contents .sec .insec .title h2 {
    height: 100%;
  }
  main .main_contents .sec .insec .title h2 img {
    height: 100%;
  }
  main .main_contents .sec .insec .title h3 {
    padding-top: 20px;
    color: #192549;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-align: center;
  }
  main .main_contents .sec .insec .item_info {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .main_contents .sec .insec .item_info_photo {
    width: 43.3333333333%;
    margin: 0 auto;
  }
  main .main_contents .sec .insec .item_info_cap {
    margin: 30px auto;
    color: #192549;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .main_contents .sec .insec .detail {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 3px;
  }
  main .main_contents .sec .insec .detail__photo {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3px;
  }
  main .main_contents .sec .insec .detail__photo > div {
    width: calc((100% - 3px) / 2);
  }
  main .main_contents .sec .insec .other {
    width: calc(100% - 30px);
    margin: 0 auto 20px;
  }
  main .main_contents .sec .insec .credits {
    width: calc(100% - 30px);
    padding: 20px 0 0;
    margin: 0 auto;
  }
  main .main_contents .sec .insec .credits:not(:last-child) {
    padding-bottom: 10px;
  }
  main .main_contents .sec .insec .brand {
    width: calc(100% - 30px);
    margin: 20px auto 0;
    padding: 20px 0 0;
  }
  main .main_contents .sec .insec .brand h4 {
    padding-bottom: 10px;
    color: #192549;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .main_contents .sec .insec .brand p {
    color: #192549;
    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 footer {
    width: 100%;
    padding: 0;
    margin: 100px auto 10px;
  }
  main .main_contents footer .infoot {
    width: 100%;
  }
  main .main_contents footer .infoot .foot_navi {
    position: absolute;
    top: -40px;
    right: 10px;
  }
  main .main_contents footer .infoot .foot_navi ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 10px;
  }
  main .main_contents footer .infoot .foot_navi ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  main .main_contents footer .infoot .foot_navi ul li a, main .main_contents footer .infoot .foot_navi ul li span {
    color: #192549;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  main .main_contents footer .infoot p.copy {
    padding-left: 10px;
    color: #192549;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
  }
  main .main_contents footer .infoot .pgtop {
    position: absolute;
    right: 10px;
    bottom: 0;
  }
  main .main_contents footer .infoot .pgtop a {
    padding: 3px 10px 3px;
    color: #192549;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  /* common credits------ */
  .credits {
    width: 100%;
    padding-top: 0;
    margin: 0 auto;
  }
  .credits .note {
    padding-bottom: 10px;
    color: #192549;
    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;
    text-align: left;
  }
  .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: #192549;
    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: 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: #192549;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  .credits > div dl dt strong:not(:first-child) {
    margin-left: 2px;
  }
  .credits > div dl dt span {
    color: #192549;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    margin-left: 2px;
  }
  .credits > div dl dd {
    margin-left: 10px;
  }
  .credits > div dl dd a {
    color: #192549;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-decoration: none;
    padding: 3px 15px 2px;
    display: block;
  }
  .credits > div dl dd span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */