@charset "UTF-8";
@import url("https://use.typekit.net/qke0ufc.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;
  }
}
@keyframes change {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #1D2D53;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: #FFF;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
  left: 0px;
  top: 0px;
  margin: 0;
  padding: 0;
}
body.loaded {
  position: static;
  overflow-y: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}

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

a:hover, a:active, a.active {
  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 {
  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);
}

.notoverlap {
  position: relative;
}

/*--------- 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: 30px;
  height: 4px;
}

.slick-dots li button {
  width: 30px;
  height: 4px;
}

.slick-dots li button:before {
  width: 30px;
  height: 4px;
  content: " ";
  background-color: #FFF;
  /*font-size: 40px;  ドットのサイズ */
  /*color: $col4;  ドットの色 */
  opacity: 1; /* 透明度を100%に */
}

.slick-dots li.slick-active button:before {
  background-color: #1D2D53;
  color: #1D2D53; /* アクティブなドットの色 */
  opacity: 1;
}

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

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #1D2D53;
  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 h3 {
  width: 200px;
  height: 75px;
  background-image: url(../images/logo_uby.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 {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 999;
}
header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
header .inner ul li {
  color: #FFF;
  font-family: "bebas-kai", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}

main {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
main #visual {
  width: 100%;
  position: relative;
}
main #visual.on .invisual h1 {
  opacity: 1;
}
main #visual.on .lead {
  opacity: 1;
}
main #visual .invisual {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main #visual .invisual.pc {
  display: block;
}
main #visual .invisual.sp {
  display: none;
}
main #visual .invisual h1 {
  width: 21%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: opacity 0.5s ease-in 0s;
  opacity: 0;
}
main #visual .invisual .photo {
  position: relative;
}
main #visual .lead {
  width: 100%;
  margin: 0 auto;
  max-width: 880px;
  padding: 120px 50px;
  transition: opacity 0.35s ease-in 0s;
  opacity: 0;
}
main #visual .lead p {
  color: #1D2D53;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
}
main #visual .lead p:not(:last-child) {
  padding-bottom: 15px;
}
main .contents {
  width: 100%;
  padding: 50px 0 150px;
  position: relative;
}
main .contents.bg_navy {
  background-color: #131327;
}
main .contents .looks {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .contents .looks:not(:last-child) {
  margin-bottom: 50px;
}
main .contents .looks:nth-of-type(5) {
  padding-bottom: 120px;
}
main .contents .looks.on .looks__Title {
  opacity: 1;
}
main .contents .looks.on .looks__Photo {
  opacity: 1;
  transform: translateX(0);
}
main .contents .looks.on .looks__Text {
  opacity: 1;
}
main .contents .looks__Title {
  width: 100%;
  padding: 0 0 15px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  opacity: 0;
  transition: all 0.5s ease-in 0.25s;
}
main .contents .looks__Title p {
  width: 50%;
  color: #1D2D53;
  font-family: "bebas-kai", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-style: normal;
}
main .contents .looks__Title p:nth-of-type(1) {
  text-align: left;
}
main .contents .looks__Title p:nth-of-type(2) {
  text-align: right;
}
main .contents .looks__Photo {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
main .contents .looks__Photo.slideMoveL {
  transform: translateX(-60px);
}
main .contents .looks__Photo.slideMoveR {
  transform: translateX(60px);
}
.looks.on main .contents .looks__Photo.slideMoveL, .looks.on main .contents .looks__Photo.slideMoveR {
  transform: translateX(0);
  opacity: 1;
}
main .contents .looks.col2_half > div {
  width: 50%;
}
main .contents .looks.col2_half .credits {
  width: 100%;
}
main .contents .looks.col2_staggered {
  padding: 100px 0;
}
main .contents .looks.col2_staggered > div {
  width: 60%;
}
main .contents .looks.col2_staggered > div:nth-child(1) {
  margin: 0 auto 80px 0;
}
main .contents .looks.col2_staggered > div:nth-child(2) {
  margin: 0 0 0 auto;
}
main .contents .looks.col5 {
  width: 100%;
  max-width: inherit;
}
main .contents .looks.col5 .looks__Title {
  max-width: 880px;
  margin: 0 auto;
}
main .contents .looks.col5 .col5_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .contents .looks.col5 .col5_wrap .looks__Photo {
  width: 20%;
}
main .contents .looks.col5 .col5_wrap .looks__Photo:nth-child(1) {
  transition: all 0.5s ease-in 0s;
}
main .contents .looks.col5 .col5_wrap .looks__Photo:nth-child(2) {
  transition: all 0.5s ease-in 0.1s;
}
main .contents .looks.col5 .col5_wrap .looks__Photo:nth-child(3) {
  transition: all 0.5s ease-in 0.2s;
}
main .contents .looks.col5 .col5_wrap .looks__Photo:nth-child(4) {
  transition: all 0.5s ease-in 0.3s;
}
main .contents .looks.col5 .col5_wrap .looks__Photo:nth-child(5) {
  transition: all 0.5s ease-in 0.4s;
}
main .contents .looks.col2_vertical > div {
  width: 100%;
}
main .contents .looks.col2_vertical .credits {
  width: 100%;
}
main .contents .item_Bg {
  width: 90%;
  margin: 50px auto 0;
  position: relative;
}
main .item {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 50px;
  padding: 20px;
  position: relative;
  background-color: #1D2D53;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
main .item__Photo {
  width: 450px;
}
main .item__Text {
  width: calc(100% - 480px);
  padding: 10px 0 0;
}
main .item__Text p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0em;
  font-style: normal;
  text-align: left;
}
main .item__Text p:not(:last-child) {
  padding-bottom: 12px;
}
main .item__Text p.item__TextProf:not(:last-child) {
  padding-bottom: 20px;
}
main .item__Text p.item__TextProf span {
  font-weight: 600;
}
main .item__Text .credits {
  width: 100%;
}
main .item__Text .credits > div.item-d-none dl dd span {
  color: #FFF;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  font-style: normal;
}
main .item__Text .credits > div dl dt strong {
  color: #FFF;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
main .item__Text .credits > div dl dt span {
  color: #FFF;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
}
main .item__Text .credits > div dl dd a {
  color: #FFF;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  border-bottom: solid 1px #FFF;
}

footer {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-top: solid 1px #FFF;
}
footer .infoot {
  width: 50%;
  margin: 0 auto;
  padding: 0 0 100px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
footer .infoot h3 {
  color: #1D2D53;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  padding-bottom: 20px;
}
footer .infoot div ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
}
footer .infoot div ul li a, footer .infoot div ul li span {
  color: #1D2D53;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  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: #1D2D53;
  opacity: 0.5;
}
footer .infoot div ul li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 12px;
  color: #1D2D53;
  color: #1D2D53;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  font-style: normal;
}
footer .infoot div p {
  color: #1D2D53;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  font-style: normal;
}
footer .infoot .pgtop {
  position: absolute;
  right: 10px;
  bottom: 40px;
  writing-mode: vertical-rl;
}
footer .infoot .pgtop a {
  color: #1D2D53;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  font-style: normal;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .pgtop a:hover {
  color: #1D2D53;
  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: 20px auto 0 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px 50px;
}
.credits .note {
  padding-bottom: 10px;
  color: #1D2D53;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-align: left;
}
.credits > div {
  transition: all 0.25s ease-in 0s;
}
.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: #1D2D53;
  font-family: "bebas-neue-pro", 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: flex-start;
}
.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: #1D2D53;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.4rem;
  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: #1D2D53;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  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: #1D2D53;
  font-family: "bebas-neue-pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  font-style: normal;
  text-decoration: none;
  padding: 0 2px 2px;
  display: block;
  border-bottom: solid 1px #1D2D53;
}
.credits > div dl dd span {
  display: none;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  html {
    font-size: 2.6666666667vw;
    height: -webkit-fill-available;
  }
  #loader h3 {
    width: 180px;
    height: 68px;
  }
  header {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  header .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header .inner ul li {
    color: #FFF;
    font-family: "bebas-kai", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main {
    padding: 0px;
    margin: 0 auto;
  }
  main #visual {
    width: 100%;
  }
  main #visual .invisual {
    width: 100%;
    margin: 0 auto;
  }
  main #visual .invisual.pc {
    display: none;
  }
  main #visual .invisual.sp {
    display: block;
  }
  main #visual .invisual h1 {
    width: 48%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  main #visual .lead {
    width: 100%;
    margin: 0 auto;
    max-width: inherit;
    padding: 60px 30px;
    text-align: left;
    box-sizing: border-box;
  }
  main #visual .lead p {
    color: #1D2D53;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
  }
  main #visual .lead p:not(:last-child) {
    padding-bottom: 12px;
  }
  main .contents {
    width: 100%;
    padding: 20px 0 80px;
  }
  main .contents.itemBg {
    padding: 0;
  }
  main .contents .looks {
    width: 90%;
    max-width: inherit;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .contents .looks:not(:last-child) {
    margin-bottom: 30px;
  }
  main .contents .looks:nth-of-type(5) {
    padding-bottom: 50px;
  }
  main .contents .looks__Title {
    width: 100%;
    padding: 0 0 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .contents .looks__Title p {
    width: 50%;
    color: #1D2D53;
    font-family: "bebas-kai", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .contents .looks__Photo {
    width: 100%;
    position: relative;
  }
  main .contents .looks__Photo.slideMoveL {
    transform: translateX(-60px);
  }
  main .contents .looks__Photo.slideMoveR {
    transform: translateX(60px);
  }
  .looks.on main .contents .looks__Photo.slideMoveL, .looks.on main .contents .looks__Photo.slideMoveR {
    transform: translateX(0);
    opacity: 1;
  }
  main .contents .looks.col2_half > div {
    width: 50%;
  }
  main .contents .looks.col2_half .credits {
    width: 100%;
  }
  main .contents .looks.col2_staggered {
    padding: 80px 0 50px;
  }
  main .contents .looks.col2_staggered > div {
    width: 70%;
  }
  main .contents .looks.col2_staggered > div:nth-child(1) {
    margin: 0 auto 50px 0;
  }
  main .contents .looks.col2_staggered > div:nth-child(2) {
    margin: 0 0 0 auto;
  }
  main .contents .looks.col5 {
    width: 100%;
    max-width: inherit;
  }
  main .contents .looks.col5 .looks__Title {
    max-width: 90%;
    margin: 0 auto;
  }
  main .contents .looks.col5 .col5_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .contents .looks.col5 .col5_wrap .looks__Photo {
    width: 20%;
  }
  main .contents .looks.col5 .col5_wrap .looks__Photo:nth-child(1) {
    transition: all 0.5s ease-in 0s;
  }
  main .contents .looks.col5 .col5_wrap .looks__Photo:nth-child(2) {
    transition: all 0.5s ease-in 0.1s;
  }
  main .contents .looks.col5 .col5_wrap .looks__Photo:nth-child(3) {
    transition: all 0.5s ease-out 0.2s;
  }
  main .contents .looks.col5 .col5_wrap .looks__Photo:nth-child(4) {
    transition: all 0.5s ease-in 0.3s;
  }
  main .contents .looks.col5 .col5_wrap .looks__Photo:nth-child(5) {
    transition: all 0.5s ease-in 0.4s;
  }
  main .contents .looks.col2_vertical > div {
    width: 100%;
  }
  main .contents .looks.col2_vertical .credits {
    width: 100%;
  }
  main .contents .item_Bg {
    width: 100%;
    margin: 2px auto 0;
    position: relative;
  }
  main .contents .information {
    width: 100%;
    padding: 0;
  }
  main .contents .information__Inner {
    width: 90%;
    margin: 0 auto;
    padding-top: 80px;
  }
  main .contents .information__InnerTitle {
    color: #FFF;
    font-family: "bebas-kai", sans-serif;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
    padding-bottom: 50px;
  }
  main .contents .information__InnerSubTitle {
    color: #FFF;
    font-family: "bebas-kai", sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    font-style: normal;
  }
  main .contents .information__InnerCap {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    font-style: normal;
    padding: 50px 20px;
    text-align: left;
  }
  main .contents .information__InnerDate {
    color: #FFF;
    font-family: "bebas-kai", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .contents .information__Inner .staff {
    width: 100%;
    padding: 80px 0 80px;
    background-color: #1D2D53;
  }
  main .contents .information__Inner .staff p {
    color: #FFF;
    font-family: "bebas-kai", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.08em;
    font-style: normal;
  }
  main .item {
    width: 100%;
    max-width: inherit;
    margin: 0 auto 2px;
    padding: 20px;
    position: relative;
    background-color: #1D2D53;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
  }
  main .item__Photo {
    width: 100%;
  }
  main .item__Text {
    width: 100%;
    padding: 0 0 0;
  }
  main .item__Text p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
    font-style: normal;
    text-align: left;
  }
  main .item__Text p:not(:last-child) {
    padding-bottom: 12px;
  }
  main .item__Text p.item__TextProf:not(:last-child) {
    padding-bottom: 20px;
  }
  main .item__Text p.item__TextProf span {
    font-weight: 600;
  }
  main .item__Text .credits {
    width: 100%;
    margin-bottom: 20px;
  }
  main .item__Text .credits > div.item-d-none dl dd span {
    color: #FFF;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03em;
    font-style: normal;
  }
  main .item__Text .credits > div dl dt strong {
    color: #FFF;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .item__Text .credits > div dl dt span {
    color: #FFF;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
  }
  main .item__Text .credits > div dl dd a {
    color: #FFF;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    border-bottom: solid 1px #FFF;
  }
  footer {
    position: relative;
    text-align: left;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  footer .infoot {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0 30px;
  }
  footer .infoot h3 {
    color: #1D2D53;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    padding-bottom: 20px;
  }
  footer .infoot div ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  footer .infoot div ul li a, footer .infoot div ul li span {
    color: #1D2D53;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    font-style: normal;
  }
  footer .infoot div ul li:not(:last-child)::after {
    content: "/";
    display: inline-block;
    margin: 0 10px;
    color: #1D2D53;
    color: #1D2D53;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    font-style: normal;
  }
  footer .infoot div p {
    color: #1D2D53;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    font-style: normal;
  }
  footer .infoot .pgtop {
    position: absolute;
    right: 10px;
    bottom: 40px;
    writing-mode: vertical-rl;
  }
  footer .infoot .pgtop a {
    color: #1D2D53;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    font-style: normal;
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot .pgtop a:hover {
    color: #1D2D53;
    opacity: 0.5;
  }
  /* common credits------ */
  .credits {
    width: 100%;
  }
  .credits:first-child {
    padding-right: 0;
  }
  .credits > div {
    width: 100%;
  }
  .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: #1D2D53;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    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: flex-start;
  }
  .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: #1D2D53;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 1.4rem;
    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: #1D2D53;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 1.4rem;
    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: #1D2D53;
    font-family: "bebas-neue-pro", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    font-style: normal;
    padding: 0 2px 3px;
  }
  .credits > div dl dd span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */