.keyvis.keyvis-mens {
  background: url(../images/talent-list/keyvis-mens.png) no-repeat #000 center center/cover;
}
@media screen and (max-width: 768px) {
  .keyvis.keyvis-mens {
    background: url(../images/talent-list/keyvis-mens-sp.png) no-repeat #000 center center/cover;
  }
}
.keyvis.keyvis-mens .keyvis-head {
  top: 22.4rem;
  right: 25rem;
}
@media screen and (max-width: 768px) {
  .keyvis.keyvis-mens .keyvis-head {
    top: 2.9rem;
    right: 4.6rem;
  }
}
.keyvis.keyvis-woman {
  background: url(../images/talent-list/keyvis-woman.png) no-repeat #000 center center/cover;
}
@media screen and (max-width: 768px) {
  .keyvis.keyvis-woman {
    background: url(../images/talent-list/keyvis-woman-sp.png) no-repeat #000 center center/cover;
  }
}
.keyvis.keyvis-woman .keyvis-head {
  top: 22.4rem;
  right: 25rem;
}
@media screen and (max-width: 768px) {
  .keyvis.keyvis-woman .keyvis-head {
    top: 2.9rem;
    right: 2.9rem;
  }
}
.keyvis.keyvis-narrator {
  background: url(../images/talent-list/keyvis-narrator.png) no-repeat #000 center center/cover;
}
@media screen and (max-width: 768px) {
  .keyvis.keyvis-narrator {
    background: url(../images/talent-list/keyvis-narrator-sp.png) no-repeat #000 center center/cover;
  }
}
.keyvis.keyvis-narrator .keyvis-head {
  top: 22.4rem;
  right: 25rem;
}
@media screen and (max-width: 768px) {
  .keyvis.keyvis-narrator .keyvis-head {
    top: 2.9rem;
    right: 3rem;
  }
}
.keyvis.keyvis-partnership {
  background: url(../images/talent-list/keyvis-partnership.png) no-repeat #000 center center/cover;
}
@media screen and (max-width: 768px) {
  .keyvis.keyvis-partnership {
    background: url(../images/talent-list/keyvis-partnership-sp.png) no-repeat #000 center center/cover;
  }
}
.keyvis.keyvis-partnership .keyvis-head {
  top: 22.4rem;
  right: 22.1rem;
}
@media screen and (max-width: 768px) {
  .keyvis.keyvis-partnership .keyvis-head {
    top: 2.9rem;
    right: 2.9rem;
  }
}

main {
  overflow: hidden;
}

.talent-list {
  padding-top: 10.27rem;
  padding-bottom: 29.7rem;
}
@media screen and (max-width: 768px) {
  .talent-list {
    padding-top: 3.61rem;
    padding-bottom: 9.5rem;
  }
}
.talent-list .talent-title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  height: 2.9rem;
  line-height: 2.9rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .talent-list .talent-title {
    font-size: 1.8rem;
    height: 2.6rem;
    line-height: 2.6rem;
  }
}
.talent-list .talent-items {
  margin-top: 5.09rem;
  margin-bottom: 9.68rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 4.1rem;
}
@media screen and (max-width: 768px) {
  .talent-list .talent-items {
    margin-top: 4.6rem;
    margin-bottom: 4.6rem;
    row-gap: 0rem;
    padding-left: 1.7rem;
    padding-right: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.talent-list .talent-items:last-child {
  margin-bottom: 0;
}
.talent-list .talent-item {
  width: 21.88%;
  margin-right: 4.111%;
}
@media screen and (max-width: 768px) {
  .talent-list .talent-item {
    width: 12.9rem;
    margin-right: 0;
    min-height: 19.6rem;
    padding-bottom: 1.6rem;
  }
}
.talent-list .talent-item:nth-child(4n) {
  margin-right: 0;
}
.talent-list .talent-img {
  cursor: pointer;
  height: auto;
}
.talent-list .talent-img img {
  width: 100%;
}
.talent-list .talent-name {
  cursor: pointer;
  margin-top: 1.05rem;
  margin-bottom: 0.4rem;
  color: #2f2f2f;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .talent-list .talent-name {
    font-size: 1.2rem;
    margin-top: 0.4rem;
  }
}
.talent-list .talent-voice {
  width: 100%;
  position: relative;
}
.talent-list .talent-voice audio {
  width: 130%;
  height: 50px;
  -webkit-transform: scale(0.7) translateX(4.38%);
          transform: scale(0.7) translateX(4.38%);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
@media screen and (max-width: 768px) {
  .talent-list .talent-voice audio {
    -webkit-transform: none;
            transform: none;
    -webkit-transform: scale(0.72);
            transform: scale(0.72);
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 140%;
    height: 3rem;
  }
}
.talent-list .talent-voice:not(:first-child) {
  margin-top: -0.5rem;
}
@media screen and (max-width: 768px) {
  .talent-list .talent-voice:not(:first-child) {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .talent-list .talent-voice:last-child {
    margin-bottom: 0.85rem;
  }
}
@media screen and (max-width: 768px) {
  .talent-list .talent-voiceWrap {
    margin-top: 0.8rem;
  }
}

.talent-member {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .talent-member {
    font-size: 0.9rem;
  }
}

.read-moreWrap {
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 7.5rem;
}
.read-moreWrap .more-btn {
  font-size: 1.2rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .talent-items .talent-item:nth-child(8) ~ * {
    display: none;
  }
}
.modal-contents {
  z-index: 9999;
  top: 0;
  position: fixed;
  width: 100%;
}
.modal-contents-bg {
  position: absolute;
  width: 100%;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-contents-inner {
  padding-top: 7.186svh;
  padding-bottom: 13.3rem;
  position: relative;
  margin-top: 4svh;
  margin-bottom: 4svh;
  width: 82.57%;
  margin-right: auto;
  margin-left: auto;
  height: 92svh;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .modal-contents-inner {
    margin-top: 6svh;
    width: 92.53%;
    padding-top: 3.97rem;
    padding-bottom: 5.7rem;
    height: 90svh;
  }
}
.modal-contents .swiper-modal {
  height: 75svh;
  margin-bottom: 11.43svh;
}
@media screen and (max-width: 768px) {
  .modal-contents .swiper-modal {
    height: 22.2rem;
    margin-bottom: 7.2rem;
  }
}
.modal-contents .swiper-modal .slide_card {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.modal-contents .swiper-modal .slide_card img {
  height: 100%;
  display: block;
  margin: 0 auto;
}
.modal-contents .swiper-modal .btn_wrap {
  margin-right: auto;
  margin-left: auto;
  margin-top: 2.977svh;
  width: 24.3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .modal-contents .swiper-modal .btn_wrap {
    width: 15.72rem;
  }
}
.modal-contents .swiper-modal .swiper-button-prev,
.modal-contents .swiper-modal .swiper-button-next {
  margin-top: 0;
  display: block;
  position: static;
  width: 3.611rem;
  height: 3.611rem;
}
@media screen and (max-width: 768px) {
  .modal-contents .swiper-modal .swiper-button-prev,
  .modal-contents .swiper-modal .swiper-button-next {
    width: 2.336rem;
    height: 2.326rem;
  }
}
.modal-contents .swiper-modal .swiper-button-prev::before, .modal-contents .swiper-modal .swiper-button-prev::after,
.modal-contents .swiper-modal .swiper-button-next::before,
.modal-contents .swiper-modal .swiper-button-next::after {
  display: none;
}
.modal-contents .swiper-modal .swiper-button-prev {
  background: url(../images/common/modal-arrow-left.png) no-repeat center center/cover;
}
.modal-contents .swiper-modal .swiper-button-next {
  background: url(../images/common/modal-arrow-right.png) no-repeat center center/cover;
}
.modal-contents .modal-head {
  margin-top: 9.45rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .modal-contents .modal-head {
    margin-top: 4.4rem;
  }
}
.modal-contents .modal-head--en {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 6.3rem;
}
@media screen and (max-width: 768px) {
  .modal-contents .modal-head--en {
    font-size: 3.1rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    line-height: 4rem;
  }
}
.modal-contents .modal-head--jp {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .modal-contents .modal-head--jp {
    margin-top: 0;
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    line-height: 2rem;
  }
}
.modal-contents .modal-table {
  border-top: 1px solid #000;
  margin: 0 auto;
  margin-top: 3.5rem;
  width: 77.16%;
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .modal-contents .modal-table {
    width: 91%;
    margin-top: 1.85rem;
  }
}
.modal-contents .modal-table tr:first-of-type th,
.modal-contents .modal-table tr:first-of-type td {
  padding-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .modal-contents .modal-table tr:first-of-type th:first-child,
  .modal-contents .modal-table tr:first-of-type td:first-child {
    padding-top: 1.85rem;
  }
}
.modal-contents .modal-table th,
.modal-contents .modal-table td {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 2.4rem;
  min-height: 2.4rem;
}
@media screen and (max-width: 768px) {
  .modal-contents .modal-table th,
  .modal-contents .modal-table td {
    font-size: 1.4rem;
  }
}
.modal-contents .modal-table th p,
.modal-contents .modal-table td p {
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 2.4rem;
}
@media screen and (max-width: 768px) {
  .modal-contents .modal-table th p,
  .modal-contents .modal-table td p {
    font-size: 1.4rem;
  }
}
.modal-contents .modal-table th {
  min-width: 10rem;
  width: 11.666%;
  letter-spacing: 0.041em;
}
@media screen and (max-width: 768px) {
  .modal-contents .modal-table th {
    min-width: unset;
    width: auto;
    display: block;
    padding-top: 2rem !important;
    padding-bottom: 0rem;
    line-height: 2rem;
  }
}
.modal-contents .modal-table th p {
  letter-spacing: 0.041em;
}
@media screen and (max-width: 768px) {
  .modal-contents .modal-table th p {
    line-height: 2rem;
  }
}
.modal-contents .modal-table td {
  width: 38.34%;
  padding-right: 1em;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 768px) {
  .modal-contents .modal-table td {
    width: auto;
    display: block;
    padding-top: 0.4rem !important;
    padding-bottom: 0;
    font-weight: 400;
  }
}
.modal-contents .modal-table td p {
  letter-spacing: 0.015em;
}
@media screen and (max-width: 768px) {
  .modal-contents .modal-table td p {
    font-weight: 400;
  }
}
.modal-contents .modal-work {
  margin-top: 4.4rem;
}
.modal-contents .modal-work:first-child {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .modal-contents .modal-work:first-child {
    margin-top: 1.85rem;
  }
}
.modal-contents .modal-work-title {
  font-size: 1.6rem;
  font-weight: 100;
  letter-spacing: 0.041em;
  line-height: 1.425;
}
@media screen and (max-width: 768px) {
  .modal-contents .modal-work-title {
    text-align: center;
  }
}
.modal-contents .modal-work-text {
  font-size: 1.6rem;
  font-weight: 100;
  letter-spacing: 0.015em;
  line-height: 1.56;
}
@media screen and (max-width: 768px) {
  .modal-contents .modal-work-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
    letter-spacing: 0.041em;
    font-weight: 400;
    margin-top: 2rem;
  }
  .modal-contents .modal-work-text:nth-child(2) {
    margin-top: 0.9rem;
  }
}
.modal-contents .modal-work-text p {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: 100;
  letter-spacing: 0.015em;
  line-height: 1.56;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1.9rem;
}
@media screen and (max-width: 768px) {
  .modal-contents .modal-work-text p {
    font-size: 1.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.4rem;
  }
}
.modal-contents .modal-work-text p:first-child {
  margin-top: 1.4rem;
}
.modal-contents .modal-work-text p br {
  display: none;
}
.modal-contents .modal-work-text b {
  margin-top: 1.6rem;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 100;
  letter-spacing: 0.015em;
  line-height: 1.56;
}
@media screen and (max-width: 768px) {
  .modal-contents .modal-work-text b {
    font-weight: 100;
    font-size: 1.4rem;
    letter-spacing: 0.041em;
    margin-bottom: 0.035rem;
  }
}
.modal-contents .modal-work-text b:first-child {
  margin-top: 0;
}
.modal-contents .modal-workWrap {
  margin-top: 3.5rem;
  margin-right: auto;
  margin-left: auto;
  width: 77.16%;
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .modal-contents .modal-workWrap {
    margin-top: 1.85rem;
    width: 91%;
  }
}

.toziru {
  cursor: pointer;
  position: absolute;
  top: 4rem;
  right: 3rem;
  background: url(../images/common/toziru.svg) no-repeat center center/contain;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .toziru {
    background: url(../images/common/toziru--k.svg) no-repeat center center/contain;
    top: 5.5rem;
    right: 3.5rem;
    width: 2rem;
    height: 2rem;
  }
}

.slide_card {
  opacity: 0;
  -webkit-transition: ease opacity 0.3s;
  transition: ease opacity 0.3s;
}

.modal-contents .talent-voiceWrap {
  padding-left: 2rem;
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}