@charset "utf-8";
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
.abswh100 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (PC)
==============================================================*/
.maincontent {
  overflow: hidden;
}
.kv {
  position: absolute;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.kv__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/special/sp_kv_bg.jpg) 0 0 / cover no-repeat;
  animation: 24s linear 0s 1 normal forwards running bganime;
}
@keyframes bganime {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
.kv__bgover {
  width: 100vw;
  height: 181.333vw;
  background-image: url("../img/special/sp_kv_bgover.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
}
.kv__bgover a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.kv__title {
  color: white;
}
.kv__title__E {
  font-family: 'Albert Sans', 'Noto Sans JP', "游ゴシック体", 'Yu Gothic', "YuGothic", "Noto Sans JP", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-size: 96px;
  font-weight: 700;
  line-height: 100%;
  /* 48px */
  letter-spacing: 1.92px;
  white-space: nowrap;
}
.kv__title__E .thin {
  color: #CBC09D;
  font-size: 96px;
  font-weight: 200;
  line-height: 100%;
  /* 48px */
  letter-spacing: 1.92px;
  margin-left: 44px;
  margin-right: -10px;
}
.kv__title__J {
  font-size: 22px;
  line-height: 150%;
  /* 16.5px */
  letter-spacing: 1.1px;
  margin-top: 40px;
}
main {
  position: relative;
  margin-top: 100vh;
  margin-top: 100dvh;
  background-color: #4B4B4B;
  padding-bottom: 200px;
  color: white;
}
main .inner {
  padding-top: 400px;
}
main .intro__bg {
  width: 73.36vw;
  height: 56.56vw;
  background-image: url("../img/special/intro_bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 180px;
  top: 120px;
  opacity: 0.4;
}
main .intro__bg a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
main .intro__read {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 500;
  line-height: 170%;
  /* 22.1px */
  letter-spacing: 2.6px;
}
main .member {
  margin-top: 190px;
}
main .member__title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 0.05em;
}
main .member__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 94px;
  gap: 60px 40px;
}
main .member__list__detail {
  width: 294px;
  height: 480px;
}
main .member__list__detail__img {
  width: 294px;
  height: 216px;
}
main .member__list__detail__txt {
  padding: 40px 30px;
  background-color: #222;
  height: 264px;
}
main .member__list__detail__txt__nameJ {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 12px */
  letter-spacing: 1.2px;
}
main .member__list__detail__txt__nameE {
  color: #AAA;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  /* 8px */
  letter-spacing: 0.32px;
  margin-top: 8px;
}
main .member__list__detail__txt__position {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  /* 13.5px */
  letter-spacing: 0.9px;
  margin-top: 24px;
}
main .member__list__detail__txt__year {
  color: #AAA;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 9px */
  letter-spacing: 0.9px;
  margin-top: 20px;
}
main .member__list__detail.detail1 .img {
  background: url(../img/special/intro_member1.jpg) center center / cover no-repeat;
}
main .member__list__detail.detail2 .img {
  background: url(../img/special/intro_member2.jpg) center center / cover no-repeat;
}
main .member__list__detail.detail3 .img {
  background: url(../img/special/intro_member3.jpg) center center / cover no-repeat;
}
main .member__list__detail.detail4 .img {
  background: url(../img/special/intro_member4.jpg) center center / cover no-repeat;
}
main .member__list__detail.detail5 .img {
  background: url(../img/special/intro_member5.jpg) center center / cover no-repeat;
}
main .member__list__detail.detail6 .img {
  background: url(../img/special/intro_member6.jpg) center center / cover no-repeat;
}
main .sec {
  margin-top: 160px;
}
main .sec.sec1 {
  margin-top: 200px;
}
main .sec__title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
}
main .sec__list {
  width: 100%;
  margin-top: 120px;
}
main .sec__list__detail {
  margin-bottom: 80px;
}
main .sec__list__detail dl {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
main .sec__list__detail dl dt {
  max-width: 128px;
}
main .sec__list__detail dl dt img {
  width: 128px;
  height: auto;
}
main .sec__list__detail dl dt .name {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  /* 10px */
  letter-spacing: 1px;
  margin-top: 20px;
}
main .sec__list__detail dl dd {
  padding-left: 40px;
}
main .sec__list__detail dl dd p {
  font-size: 26px;
  line-height: 170%;
  /* 22.1px */
  letter-spacing: 2.6px;
}
main .sec__lastimg {
  width: 100%;
  margin: 120px auto 0;
}
main .sec__lastimg img {
  width: 100%;
  height: auto;
}
.footimage {
  position: relative;
  width: 100%;
  height: 400px;
  background: url(../img/special/sp_footimage.jpg) center center / cover no-repeat;
}
