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

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

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

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

/*----- Sticky -----*/
.js-scroll-overlap:not(.is-disabled) {
  --sticky-offset: -1px;
  position: sticky;
  top: var(--sticky-offset);
  background-color: #FFF;
}

.notoverlap {
  position: relative;
  background-color: #FFF;
}

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

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

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #300C12;
  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: 55px;
  background-image: url(../images/logo_eyethink.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(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;
}

header {
  width: 100%;
  padding: 19px;
  margin: 0 auto;
  box-sizing: border-box;
  position: fixed;
  z-index: 1;
  background-color: rgba(42, 12, 18, 0.7);
  backdrop-filter: blur(20px); /* 下の要素をぼかす */
  -webkit-backdrop-filter: blur(20px); /* Safari用 */
  border-bottom: solid 1px #AC9EA0;
}
header .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .inner h1 {
  width: 86px;
}
header .inner .links {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
header .inner .links P:not(:last-child) {
  margin-right: 10px;
}
header .inner .links P a {
  padding: 4px 15px;
  border: solid 1px #FFF;
  border-radius: 50vh;
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
header .inner .links P a:hover {
  transition: all 0.25s ease-in 0s;
  opacity: 0.5;
}

main {
  width: 100%;
  padding-top: 54px;
  position: relative;
  box-sizing: border-box;
}
main .main_visual {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-bottom: solid 1px #AC9EA0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .main_visual h2 {
  width: 50%;
}
main .main_visual .text {
  width: 50%;
  padding: 0;
}
main .main_visual .text .lead {
  max-width: 62.5%;
  margin: 0 auto;
  padding: 0;
}
main .main_visual .text .lead p {
  text-align: left;
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0em;
  font-style: normal;
}
main .main_visual .text .lead p:not(:last-child) {
  padding-bottom: 20px;
}
main .sec {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
main .sec:last-of-type {
  padding-bottom: 0;
}
main .sec .insec {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main .sec .insec .photo {
  position: relative;
}
main .sec .insec.item-main {
  border-bottom: solid 1px #AC9EA0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec .insec.item-main .text {
  width: 55%;
}
main .sec .insec.item-main .text .text_inner {
  max-width: 62.5%;
  margin: 0 auto;
}
main .sec .insec.item-main .text .text_inner h3 {
  color: #FFF;
  font-family: "benton-modern-display", serif;
  font-size: 8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
  margin: 0 auto 0 0;
  padding-bottom: 80px;
  text-align: left;
}
main .sec .insec.item-main .text .text_inner .lead {
  padding-bottom: 50px;
  text-align: left;
}
main .sec .insec.item-main .text .text_inner .lead p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main .sec .insec.item-main .text .text_inner .lead p:not(:last-child) {
  padding-bottom: 20px;
}
main .sec .insec.item-main .photo {
  width: 45%;
}
main .sec .insec.item-timeless {
  border-bottom: solid 1px #AC9EA0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .sec .insec.item-timeless > div {
  border-right: solid 1px #AC9EA0;
}
main .sec .insec.item-timeless > div p {
  color: #FFF;
  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 .sec .insec.item-timeless > div .name {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
}
main .sec .insec.item-timeless > div .photo {
  width: 33.3333333333%;
  margin: 70px auto;
}
main .sec .insec.item-timeless > div .cap {
  padding: 0 30px;
}
main .sec .insec.item-timeless > div:nth-child(1) {
  width: 25%;
  padding: 30px 20px 50px;
  text-align: left;
}
main .sec .insec.item-timeless > div:nth-child(1) h4 {
  color: #FFF;
  font-family: "benton-modern-display", serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: italic;
  padding-bottom: 10px;
}
main .sec .insec.item-timeless > div:nth-child(2) {
  width: 37.5%;
  padding: 30px 20px 50px;
  text-align: left;
}
main .sec .insec.item-timeless > div:nth-child(3) {
  width: 37.5%;
  border: none;
  padding: 30px 20px 50px;
  text-align: left;
}
main .sec .insec.item-seasons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .sec .insec.item-seasons > div {
  width: 25%;
  padding: 30px 20px 40px;
  border-right: solid 1px #AC9EA0;
  text-align: left;
}
main .sec .insec.item-seasons > div p {
  color: #FFF;
  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 .sec .insec.item-seasons > div .name {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-style: normal;
}
main .sec .insec.item-seasons > div .photo {
  width: 40%;
  margin: 60px auto;
}
main .sec .insec.item-seasons > div .cap {
  padding: 0;
}
main .sec .insec.item-seasons > div:nth-child(1) {
  text-align: left;
}
main .sec .insec.item-seasons > div:nth-child(1) h4 {
  color: #FFF;
  font-family: "benton-modern-display", serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: italic;
  padding-bottom: 10px;
}
main .sec .insec.item-sub {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main .sec .insec.item-sub > div {
  width: 50%;
  position: relative;
}
main .sec .insec.item-sub > div .credits {
  width: auto;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

footer {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  border-top: solid 1px #AC9EA0;
}
footer .infoot {
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
  position: relative;
}
footer .infoot div h3 {
  width: 125px;
  margin: 0 auto 40px 0;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
footer .infoot div ul li:not(:last-child) {
  margin-bottom: 12px;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  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: #FFF;
  opacity: 0.5;
}
footer .infoot div p {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  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: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .pgtop a:hover {
  color: #FFF;
  opacity: 0.5;
}

/* ---- common credits ---- */
.credits {
  width: 100%;
  padding-top: 0;
  margin: 0 auto;
}
.credits > div {
  width: 100%;
  transition: all 0.25s ease-in 0s;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div:hover {
  opacity: 0.7;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd span {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  padding: 2px 0;
  display: inline-block;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits > div dl dt {
  padding: 2px 0;
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credits > div dl dt strong {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  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: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  margin-left: 5px;
}
.credits > div dl dd {
  margin-left: 20px;
}
.credits > div dl dd a {
  color: #FFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: none;
  padding: 0;
  display: block;
  background-color: transparent;
}
.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: 100px;
    height: 63px;
  }
  #loader .bar {
    height: 8px;
  }
  header {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
  }
  header .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  header .inner h1 {
    width: 86px;
  }
  header .inner .links {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  header .inner .links P:not(:last-child) {
    margin-right: 10px;
  }
  header .inner .links P a {
    padding: 3px 10px;
    border: solid 1px #FFF;
    border-radius: 50vh;
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  main {
    width: 100%;
    padding-top: 47px;
    position: relative;
    box-sizing: border-box;
  }
  main .main_visual {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .main_visual h2 {
    width: 100%;
  }
  main .main_visual .text {
    width: 100%;
    padding: 0;
  }
  main .main_visual .text .lead {
    max-width: inherit;
    margin: 0 auto;
    padding: 30px 30px;
  }
  main .main_visual .text .lead p {
    text-align: left;
    color: #FFF;
    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_visual .text .lead p:not(:last-child) {
    padding-bottom: 15px;
  }
  main .sec {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  main .sec:last-of-type {
    padding-bottom: 0;
  }
  main .sec .insec {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  main .sec .insec .photo {
    position: relative;
  }
  main .sec .insec .photo:not(:last-child) {
    margin-bottom: 0;
  }
  main .sec .insec.item-main {
    border-bottom: solid 1px #AC9EA0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.item-main .text {
    width: 100%;
  }
  main .sec .insec.item-main .text .text_inner {
    max-width: inherit;
    margin: 0 auto;
    padding: 50px 30px;
  }
  main .sec .insec.item-main .text .text_inner h3 {
    color: #FFF;
    font-family: "benton-modern-display", serif;
    font-size: 5rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    margin: 0 auto 0 0;
    padding-bottom: 30px;
  }
  main .sec .insec.item-main .text .text_inner .lead {
    padding-bottom: 30px;
  }
  main .sec .insec.item-main .text .text_inner .lead p {
    color: #FFF;
    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 .sec .insec.item-main .text .text_inner .lead p:not(:last-child) {
    padding-bottom: 15px;
  }
  main .sec .insec.item-main .photo {
    width: 100%;
  }
  main .sec .insec.item-timeless {
    border-bottom: solid 1px #AC9EA0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  main .sec .insec.item-timeless > div {
    border-right: solid 1px #AC9EA0;
  }
  main .sec .insec.item-timeless > div p {
    color: #FFF;
    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 .sec .insec.item-timeless > div .name {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .sec .insec.item-timeless > div .photo {
    width: 50%;
    margin: 30px auto;
  }
  main .sec .insec.item-timeless > div .cap {
    padding: 0;
  }
  main .sec .insec.item-timeless > div:nth-child(1) {
    width: 100%;
    padding: 20px 20px 20px;
    text-align: left;
    border-right: none;
    border-bottom: solid 1px #AC9EA0;
  }
  main .sec .insec.item-timeless > div:nth-child(1) h4 {
    color: #FFF;
    font-family: "benton-modern-display", serif;
    font-size: 3.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: italic;
    padding-bottom: 5px;
  }
  main .sec .insec.item-timeless > div:nth-child(2) {
    width: 50%;
    padding: 20px 20px 20px;
    text-align: left;
  }
  main .sec .insec.item-timeless > div:nth-child(3) {
    width: 50%;
    border: none;
    padding: 20px 20px 20px;
    text-align: left;
  }
  main .sec .insec.item-seasons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
  main .sec .insec.item-seasons > div {
    width: 50%;
    padding: 20px 20px 20px;
    border-right: solid 1px #AC9EA0;
    text-align: left;
  }
  main .sec .insec.item-seasons > div p {
    color: #FFF;
    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 .sec .insec.item-seasons > div .name {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .sec .insec.item-seasons > div .photo {
    width: 50%;
    margin: 30px auto;
  }
  main .sec .insec.item-seasons > div .cap {
    padding: 0;
  }
  main .sec .insec.item-seasons > div:nth-child(1) {
    width: 100%;
    text-align: left;
    border-right: none;
    border-bottom: solid 1px #AC9EA0;
  }
  main .sec .insec.item-seasons > div:nth-child(1) h4 {
    color: #FFF;
    font-family: "benton-modern-display", serif;
    font-size: 3.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: italic;
    padding-bottom: 5px;
  }
  main .sec .insec.item-seasons > div:nth-child(2) {
    border-bottom: solid 1px #AC9EA0;
  }
  main .sec .insec.item-seasons > div:nth-child(3) {
    border-right: none;
    border-bottom: solid 1px #AC9EA0;
  }
  main .sec .insec.item-sub {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .insec.item-sub > div {
    width: 100%;
    position: relative;
  }
  main .sec .insec.item-sub > div .credits {
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
  }
  main .sec .insec.item-sub > div .credits > div dl {
    justify-content: center;
  }
  footer {
    padding: 0 20px;
  }
  footer .infoot {
    width: 100%;
    margin: 0 auto;
    padding: 30px 5px;
  }
  footer .infoot div h3 {
    width: 100px;
    margin: 0 auto 30px 0;
  }
  footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  footer .infoot div ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .infoot div ul li a, footer .infoot div ul li span {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  footer .infoot div p {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
  }
  footer .infoot .pgtop {
    right: 20px;
    bottom: 110px;
  }
  footer .infoot .pgtop a {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  /* common credits------ */
  .credits {
    width: 100%;
    padding-top: 0;
    margin: 0 auto;
  }
  .credits > div {
    width: 100%;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div:hover {
    opacity: 0.7;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd span {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
    padding: 2px 0;
    display: inline-block;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div dl dt {
    padding: 2px 0;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credits > div dl dt strong {
    color: #FFF;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 1.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: #FFF;
    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: 12px;
  }
  .credits > div dl dd a {
    color: #FFF;
    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;
    display: block;
    background-color: transparent;
  }
  .credits > div dl dd span {
    display: none;
  }
}/*# sourceMappingURL=style_0919_2.css.map */