@charset "UTF-8";
/* ----------------------------------------
// バレーサイト 選手・スタッフ一覧 2025CSS
// Sassからコンパイルしています
// ----------------------------------------*/
.ttlVolleyLv1 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ttlVolleyLv1 {
    margin-bottom: 6vw;
  }
}

.playerStaffNav.player {
  border-bottom: #00A273 4px solid;
}
.playerStaffNav .profileHeadNav li.player {
  padding-right: 2px;
}
@media (min-width: 768px) {
  .playerStaffNav .profileHeadNav li.player span, .playerStaffNav .profileHeadNav li.player a {
    text-align: right;
    padding-right: 130px;
  }
}
.playerStaffNav .profileHeadNav li.staff {
  padding-left: 2px;
}
@media (min-width: 768px) {
  .playerStaffNav .profileHeadNav li.staff span, .playerStaffNav .profileHeadNav li.staff a {
    text-align: left;
    padding-left: 70px;
  }
}
.playerStaffNav .profileHeadNav li span, .playerStaffNav .profileHeadNav li a {
  border-radius: 10px 10px 0px 0;
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}
@media (min-width: 768px) {
  .playerStaffNav .profileHeadNav li span, .playerStaffNav .profileHeadNav li a {
    padding: 20px 130px;
  }
}
@media (max-width: 767px) {
  .playerStaffNav .profileHeadNav li span, .playerStaffNav .profileHeadNav li a {
    padding: 4vw 0px;
    text-align: center;
    font-size: 5vw;
  }
}
.playerStaffNav .profileHeadNav li span {
  background-color: #00A273;
}
.playerStaffNav .profileHeadNav li a {
  background-color: #ADADAD;
}

.playerStaffArea {
  padding-top: 45px;
  background-color: #F1F4F3;
}
@media (max-width: 767px) {
  .playerStaffArea {
    padding-top: 5vw;
  }
}
.playerStaffArea .playerListArea .ttlVolleyLv2 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .ttlVolleyLv2 {
    margin-bottom: 5vw;
  }
}
.playerStaffArea .playerListArea .playerSortBtnArea {
  width: 820px;
  margin: 0 auto 70px;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerSortBtnArea {
    width: auto;
    margin: 0 auto 6vw;
    box-sizing: border-box;
    padding: 0 4vw;
  }
  .playerStaffArea .playerListArea .playerSortBtnArea ul {
    margin: 0 -2vw;
  }
  .playerStaffArea .playerListArea .playerSortBtnArea ul li {
    padding: 0 2vw;
  }
}
.playerStaffArea .playerListArea .playerSortBtnArea .volleyLinkBtn {
  line-height: 1;
}
.playerStaffArea .playerListArea .playerSortBtnArea .volleyLinkBtn.active {
  background-color: #00A273;
  color: #ffffff;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerSortBtnArea .volleyLinkBtn {
    width: 100%;
    padding: 5vw 0;
  }
}
.playerStaffArea .playerListArea .playerDisplayArea {
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea {
    padding-bottom: 14vw;
  }
}
.playerStaffArea .playerListArea .playerDisplayArea .positionLink {
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .positionLink {
    padding: 0 2vw;
    margin-bottom: 5vw;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .positionLink li {
    margin-bottom: 4vw;
    padding: 0 2vw;
  }
}
.playerStaffArea .playerListArea .playerDisplayArea .positionLink li a {
  background-color: #ffffff;
  padding: 25px 0 40px;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  width: 100%;
  line-height: 1;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .positionLink li a {
    padding: 3vw 0 6vw;
    border-radius: 1vw;
  }
}
.playerStaffArea .playerListArea .playerDisplayArea .positionLink li a p {
  position: relative;
}
.playerStaffArea .playerListArea .playerDisplayArea .positionLink li a p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 10px;
  height: 10px;
  border-left: #002718 1px solid;
  border-bottom: #002718 1px solid;
  transform: rotate(-45deg) translateX(-50%);
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .positionLink li a p::after {
    width: 1vw;
    height: 1vw;
    bottom: -2vw;
  }
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .positionLink li a p {
    font-size: 3.5vw;
  }
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea {
    margin: 0 -2vw;
    padding: 0 4vw;
  }
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .ttlVolleyLv3 {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .ttlVolleyLv3 {
    margin-bottom: 4vw;
  }
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox {
  width: 33.333333%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 30px;
  min-height: 440px;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox {
    width: 50%;
    padding: 0 2vw;
    min-height: 65vw;
    margin-bottom: 3vw;
  }
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox + .ttlVolleyLv3 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox + .ttlVolleyLv3 {
    padding-top: 7vw;
  }
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a {
  background-color: #ffffff;
  display: block;
  border-radius: 5px;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a.noLink {
  pointer-events: none;
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a.noLink::after {
  display: none;
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/assets/images/component/icon_anime_arrow_white.png");
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 25px;
  bottom: 15px;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a::after {
    width: 5vw;
    height: 5vw;
    right: 3vw;
    bottom: 1vw;
  }
}
@media (min-width: 768px) {
  .playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a:hover::after {
    animation: volleyPlayerLinkArrow 0.3s steps(9) forwards;
  }
  @keyframes volleyPlayerLinkArrow {
    100% {
      background-position: center -270px;
    }
  }
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a .txtNumber {
  position: absolute;
  font-size: 66px;
  font-weight: bold;
  color: #00A273;
  left: 25px;
  top: 5px;
  line-height: 1;
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a .txtNumber.num10 {
  left: 10px;
  letter-spacing: -2px;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a .txtNumber {
    font-size: 10vw;
    left: 4vw;
    top: 2vw;
  }
  .playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a .txtNumber.num10 {
    left: 1vw;
    letter-spacing: -2px;
  }
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a .txtCaptain {
  position: absolute;
  right: 0;
  margin-top: 0;
  color: #ffffff;
  background-color: #000000;
  border-radius: 15px 0 0 15px;
  top: 20px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a .txtCaptain {
    border-radius: 3vw 0 0 3vw;
    top: 4vw;
    padding: 1vw 3vw;
    font-size: 3vw;
  }
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a figure {
  margin-top: 0;
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a figure img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(1.1);
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a figure img {
    bottom: 3vw;
  }
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a .playerNameArea {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(16, 128, 95, 0.85);
  border-radius: 0px 0px 5px 5px;
  height: 100px;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a .playerNameArea {
    height: 14vw;
  }
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a .playerNameArea .txtNameJp {
  padding: 20px 15px 0px 15px;
  font-size: 26px;
  color: #ffffff;
  line-height: 1;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a .playerNameArea .txtNameJp {
    padding: 3vw 2vw 0 2vw;
    font-size: 4vw;
  }
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a .playerNameArea .txtNameJp.longName {
  font-size: 20px;
  line-height: 1.3;
  margin-top: -7px;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a .playerNameArea .txtNameJp.longName {
    font-size: 3vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a .playerNameArea .txtNameJp.longName {
    padding-top: 2vw;
  }
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a .playerNameArea .txtNameJp.longName + .txtNameEn {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a .playerNameArea .txtNameJp.longName + .txtNameEn {
    margin-top: 0.5vw;
  }
}
.playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a .playerNameArea .txtNameEn {
  margin-top: 15px;
  color: #ffffff;
  line-height: 1;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .playerStaffArea .playerListArea .playerDisplayArea .playerGroupArea .playerBox a .playerNameArea .txtNameEn {
    margin-top: 1.5vw;
    padding-left: 2vw;
    font-size: 3vw;
  }
}
.playerStaffArea .staffListArea .ttlVolleyLv2 {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .playerStaffArea .staffListArea .ttlVolleyLv2 {
    margin-bottom: 10vw;
  }
}
@media (min-width: 768px) {
  .playerStaffArea .staffListArea .staffArea {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 30px;
  }
  .playerStaffArea .staffListArea .staffArea + .ttlVolleyLv2 {
    margin-bottom: 25px;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox {
    line-height: 1;
    display: flex;
    justify-content: space-between;
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 60px;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox figure {
    margin: 0;
    width: 45%;
    padding-left: 10px;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox figure img {
    clip-path: inset(0px round 10px 10px 10px 10px);
  }
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile {
    border-bottom: #00A273 3px solid;
    width: 50%;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtNameJp,
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtBirth {
    color: #002718;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtPostArea,
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtNameArea p,
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtBirth {
    line-height: 1;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtPostArea {
    margin-bottom: 30px;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtPostArea span {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 20px;
    padding: 5px 15px;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtNameArea .txtNameJp {
    margin-top: 0;
    font-size: 26px;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtNameArea .txtNameEn {
    margin-bottom: 10px;
    font-size: 16px;
    color: #00A273;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtBirth {
    margin-top: 0;
    line-height: 1.5;
    font-size: 18px;
    position: absolute;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .playerStaffArea .staffListArea .staffArea {
    padding: 0 4vw;
    box-sizing: border-box;
    margin-bottom: 11vw;
  }
  .playerStaffArea .staffListArea .staffArea + .ttlVolleyLv2 {
    margin-bottom: 3vw;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox {
    display: flex;
    justify-content: space-between;
    line-height: 1;
    padding-bottom: 5vw;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox figure {
    width: 34vw;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox figure img {
    clip-path: inset(0px round 10px 10px 10px 10px);
  }
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile {
    border-bottom: #00A273 3px solid;
    flex-grow: 1;
    margin-left: 2vw;
    width: 60vw;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtNameJp,
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtBirth {
    color: #002718;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtPostArea,
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtNameArea p,
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtBirth {
    line-height: 1;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtPostArea {
    margin-bottom: 4vw;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtPostArea span {
    display: inline-block;
    font-size: 3vw;
    color: #ffffff;
    background-color: #000000;
    border-radius: 5vw;
    padding: 1vw 1.5vw;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtNameArea .txtNameJp {
    margin-top: 0;
    font-size: 5vw;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtNameArea .txtNameJp.longName {
    font-size: 4vw;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtNameArea .txtNameEn {
    margin-bottom: 2vw;
    font-size: 3vw;
    color: #00A273;
  }
  .playerStaffArea .staffListArea .staffArea .staffBox .staffProfile .txtBirth {
    margin-top: 2vw;
    line-height: 1.5;
    font-size: 3vw;
  }
}
.playerStaffArea .staffListArea .secretariatArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0px -35px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .playerStaffArea .staffListArea .secretariatArea {
    margin: 0;
    padding: 0 2vw 11vw;
    box-sizing: border-box;
  }
}
.playerStaffArea .staffListArea .secretariatArea .staffBox {
  margin-bottom: 30px;
  padding: 0 35px;
  box-sizing: border-box;
  width: 33.33333%;
}
@media (max-width: 767px) {
  .playerStaffArea .staffListArea .secretariatArea .staffBox {
    margin-bottom: 6vw;
    padding: 0 2vw;
    width: 50%;
  }
}
.playerStaffArea .staffListArea .secretariatArea .staffBox .staffProfile {
  display: flex;
  flex-direction: column;
  border-bottom: #00A273 3px solid;
  margin: 0 0px 0 15px;
}
@media (max-width: 767px) {
  .playerStaffArea .staffListArea .secretariatArea .staffBox .staffProfile {
    margin: 0;
  }
}
.playerStaffArea .staffListArea .secretariatArea .staffBox .staffProfile p {
  line-height: 1;
}
.playerStaffArea .staffListArea .secretariatArea .staffBox .staffProfile .txtPost {
  margin-bottom: 10px;
  order: 1;
}
@media (max-width: 767px) {
  .playerStaffArea .staffListArea .secretariatArea .staffBox .staffProfile .txtPost {
    margin-bottom: 0vw;
  }
}
.playerStaffArea .staffListArea .secretariatArea .staffBox .staffProfile .txtPost span {
  background-color: #000000;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .playerStaffArea .staffListArea .secretariatArea .staffBox .staffProfile .txtPost span {
    font-size: 3vw;
    padding: 1vw 3vw;
    border-radius: 5vw;
  }
}
.playerStaffArea .staffListArea .secretariatArea .staffBox .staffProfile .txtNameEn {
  order: 2;
  margin-top: 0;
}
.playerStaffArea .staffListArea .secretariatArea .staffBox .staffProfile .txtNameEn span {
  color: #00A273;
}
@media (max-width: 767px) {
  .playerStaffArea .staffListArea .secretariatArea .staffBox .staffProfile .txtNameEn span {
    font-size: 3vw;
  }
}
.playerStaffArea .staffListArea .secretariatArea .staffBox .staffProfile .txtNameJp {
  order: 3;
  margin-top: -5px;
}
.playerStaffArea .staffListArea .secretariatArea .staffBox .staffProfile .txtNameJp span {
  font-size: 24px;
  font-weight: bold;
  color: #002718;
}
@media (max-width: 767px) {
  .playerStaffArea .staffListArea .secretariatArea .staffBox .staffProfile .txtNameJp span {
    font-size: 5vw;
  }
}