@charset "UTF-8";
.page-wrapper main {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-wrapper main .nf404-wrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.h-box {
  text-align: center;
  margin-bottom: 100px;
}
.h-box h2 {
  font-size: 5rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.h-box span {
  font-weight: bold;
}

.page-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.news-wrap {
  width: 100%;
}
.news-wrap ul {
  margin-bottom: 60px;
}
.news-wrap ul li {
  padding: 15px;
  border-bottom: 1px solid #5f5f5f;
}
.news-wrap ul li:hover {
  background-color: rgba(168, 153, 14, 0.2);
}
.news-wrap ul li a .article_info {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.news-wrap ul li a .article_info .days {
  margin-right: 20px;
  color: #FFF;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  padding-top: 2.5px;
}
.news-wrap ul li a .article_info .cat {
  font-size: 0.7rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  height: 20px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-wrap ul li p {
  display: flex;
  align-items: center;
  color: #FFF;
}

.about main .inner .concept .head {
  margin-bottom: 100px;
}
.about main .inner .concept .wrap {
  display: flex;
  flex-wrap: nowrap;
}
.about main .inner .concept .wrap .left {
  width: 50%;
  margin-right: 10%;
}
.about main .inner .concept .wrap .left h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
}
.about main .inner .concept .wrap .right {
  width: 40%;
}
.about main .inner .concept .wrap .right p {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2;
}
.about main .inner .team {
  margin-bottom: 100px;
}
.about main .inner .team .team-wrap {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.about main .inner .team .team-wrap .team-item {
  width: 30%;
  height: auto;
}
.about main .inner .team .team-wrap .team-item h4 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 30px;
}
.about main .inner .team .team-wrap .team-item span {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
.about main .inner .information {
  max-width: 800px;
  margin: 0 auto;
}
.about main .inner .information .team-info {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
  border: 1px solid #CCC;
  font-size: 1rem;
}
.about main .inner .information .team-info th, .about main .inner .information .team-info td {
  padding: 18px 24px;
  border: 1px solid #CCC;
}
.about main .inner .information .team-info th {
  width: 200px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.05em;
}
.about main .inner .information .team-info td {
  line-height: 1.6;
}
.about main .inner .flow {
  max-width: 800px;
  margin: 0 auto;
}
.about main .inner .flow ul li {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1PX solid #FFF;
}
.about main .inner .flow ul li .date {
  display: block;
  width: 100px;
  margin-right: 40px;
}
.about main .inner .flow ul li .event {
  display: block;
}

.staff main .inner .coach .coach-list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 5%;
}
.staff main .inner .coach .coach-list .coach-item {
  width: 30%;
}
.staff main .inner .coach .coach-list .coach-item .item-img {
  margin-bottom: 30px;
  border-radius: 20px;
}
.staff main .inner .coach .coach-list .coach-item .item-img img {
  width: 100%;
}
.staff main .inner .coach .coach-list .coach-item .item-text {
  width: 100%;
}
.staff main .inner .coach .coach-list .coach-item .item-text .position {
  border: 1px solid #FFF;
  padding: 7px;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 0.9rem;
  display: inline-block;
}
.staff main .inner .coach .coach-list .coach-item .item-text .coach-profiel {
  margin-bottom: 35px;
}
.staff main .inner .coach .coach-list .coach-item .item-text .coach-profiel h3 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.staff main .inner .coach .coach-list .coach-item .item-text .coach-profiel span {
  font-size: 1.1rem;
  color: #FFF;
  font-weight: bold;
}
.staff main .inner .coach .coach-list .staff-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}
.staff main .inner .coach .coach-list .staff-card img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
}
.staff main .inner .coach .coach-list .staff-card::before {
  content: "LICENSE";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #ffd400;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
  letter-spacing: 0.08em;
  z-index: 2;
  transition: 0.3s;
}
.staff main .inner .coach .coach-list .staff-card:hover .staff-overlay {
  opacity: 1;
  transform: translateY(0);
}
.staff main .inner .coach .coach-list .staff-card:hover:active .staff-overlay {
  opacity: 1;
  transform: translateY(0);
}
.staff main .inner .coach .coach-list .staff-card:hover img {
  transform: scale(1.08);
}
.staff main .inner .coach .coach-list .staff-card:hover::before {
  opacity: 0;
}
.staff main .inner .coach .coach-list .staff-card .staff-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.35s ease;
}
.staff main .inner .coach .coach-list .staff-card .staff-overlay h3 {
  color: #FFF;
  font-size: 2.6rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-weight: bold;
}
.staff main .inner .coach .coach-list .staff-card .staff-overlay .risence-list li {
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.members .grade-list {
  display: flex;
  gap: 1px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 70px;
}
.members .grade-list li {
  width: 100%;
}
.members .grade-list li a {
  display: block;
  background-color: #292929;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
}
.members .grade-list li a span {
  display: block;
}
.members .grade-list li a .gr-en {
  font-size: 2.5rem;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
}
.members .grade-list li a .gr-ja {
  font-size: 1rem;
  text-align: center;
}
.members .head-img {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  display: block;
  text-align: center;
}
.members .player-list .grade-block {
  margin-bottom: 70px;
}
.members .player-list .grade-block .grade-heading {
  width: 100%;
  background-color: #292929;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 70px;
}
.members .player-list .grade-block .grade-heading h2 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.members .player-list .grade-block .grade-players {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4%;
}
.members .player-list .grade-block .grade-players .player-item {
  width: 22%;
}
.members .player-list .grade-block .grade-players .player-item .img-wrap {
  width: 100%;
  aspect-ratio: 3/4; /* ← 好きな比率に（例：3:4） */
  overflow: hidden;
  position: relative;
}
.members .player-list .grade-block .grade-players .player-item .img-wrap img {
  width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* ← 重要：はみ出しトリミング */
  -o-object-position: center;
     object-position: center; /* 中央基準 */
  display: block;
  border-radius: 10px;
}
.members .player-list .grade-block .grade-players .player-item .img-wrap .player-info {
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0px;
  padding: 10px;
}
.members .player-list .grade-block .grade-players .player-item .img-wrap .player-info .player-en {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 0 6px rgba(0, 0, 0, 0.25);
}
.members .player-list .grade-block .grade-players .player-item .img-wrap .player-info .player-ja {
  font-size: 0.9rem;
  font-weight: bold;
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 0 6px rgba(0, 0, 0, 0.25);
}
.members .player-list .grade-block .grade-players .player-item .img-wrap .player-number {
  position: absolute;
  display: block;
  top: 4px;
  right: 10px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  color: rgba(222, 218, 218, 0.43);
}

.match-schedule main .inner .schedule .h2-convention {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 2.9rem;
  margin-bottom: 5px;
  border-left: 8px solid #ffd400;
  padding-left: 20px;
}
.match-schedule main .inner .schedule .gsl-h2-ja {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 60px;
  padding-left: 30px;
}
.match-schedule main .inner .schedule .schedule-table {
  width: 100%;
  font-size: 0.9rem;
  margin-bottom: 70px;
}
.match-schedule main .inner .schedule .schedule-table th {
  border-bottom: 1px solid #CCC;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
}
.match-schedule main .inner .schedule .schedule-table td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}
.match-schedule main .inner .schedule ul li {
  padding: 40px;
  border: 1px solid #FFF;
  margin-bottom: 25px;
}
.match-schedule main .inner .schedule ul li:last-child {
  margin-bottom: 0;
}
.match-schedule main .inner .schedule ul li a {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  color: #FFF;
}
.match-schedule main .inner .schedule ul li a .left {
  margin-right: 50px;
}
.match-schedule main .inner .schedule ul li a .left .date-info {
  display: flex;
  align-items: center;
}
.match-schedule main .inner .schedule ul li a .left .date-info .date {
  font-size: 2.6rem;
  margin-right: 30px;
}
.match-schedule main .inner .schedule ul li a .left .date-info .time {
  font-size: 1.8rem;
}
.match-schedule main .inner .schedule ul li a .left .field::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solidスタイルの場合 */
  content: "\f3c5"; /* ←アイコンのUnicode（例：fa-location-dot） */
  margin-right: 7px;
}
.match-schedule main .inner .schedule ul li a .right .match-info h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.player-modal .data-list li h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #dbd800;
}
.player-modal .data-list li .en {
  display: block;
  font-size: 1.1rem;
}

.partnership {
  background: #000;
  color: #fff;
  font-family: Arial, sans-serif;
  line-height: 1.7;
}

/* =====================
   inner
===================== */
.partnership .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 20px;
}

/* =====================
   タイポ
===================== */
.partnership h1,
.partnership h2,
.partnership h3 {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.partnership h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.partnership h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #FFF !important;
}

.partnership h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.partnership p {
  color: #ddd;
  margin-bottom: 20px;
}

.partnership .sub {
  font-size: 18px;
  margin-bottom: 10px;
}

.partnership .lead {
  color: #aaa;
}

/* =====================
   HERO
===================== */
.partnership .p-hero {
  position: relative;
  background-image: url("../img/partner/ds/ps-back.jpg");
  background-size: cover;
}

.partnership .p-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.partnership .p-hero .inner {
  position: relative;
  text-align: center;
  padding: 200px 20px;
}

/* =====================
   セクション
===================== */
.partnership .p-section {
  border-top: 1px solid #222;
}

.partnership .p-section.dark {
  background: #111;
}

/* =====================
   GRID
===================== */
.partnership .grid-3 {
  display: flex;
  gap: 20px;
}

.partnership .grid-3 .card {
  flex: 1;
  background: #111;
  padding: 20px;
  border: 1px solid #222;
  transition: 0.3s;
}

.partnership .grid-3 .card:hover {
  transform: translateY(-5px);
  border-color: #ffd700;
}

/* =====================
   VALUE
===================== */
.partnership .value-box {
  margin-bottom: 30px;
}

/* =====================
   ロゴ実例
===================== */
.partnership .logo-example {
  margin-top: 40px;
  text-align: center;
}

.partnership .logo-example img {
  max-width: 100%;
  border: 1px solid #222;
}

.partnership .logo-example .caption {
  font-size: 14px;
  color: #aaa;
  margin-top: 10px;
}

/* =====================
   PLAN
===================== */
.partnership .plan-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.partnership .plan-list li {
  border: 1px solid #fff;
  padding: 10px 20px;
}

/* =====================
   PROMISE
===================== */
.partnership .promise-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.partnership .promise-list li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.partnership .promise-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffd700;
}

/* =====================
   MESSAGE
===================== */
.partnership .p-message {
  text-align: center;
  background: #000;
}

.partnership .p-message h2 {
  font-size: 32px;
}

.partnership .p-message p {
  color: #aaa;
}

/* =====================
   CTA
===================== */
.partnership .p-cta {
  text-align: center;
  background: #111;
}

/* =====================
   ボタン
===================== */
.partnership .btn {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  margin: 5px;
  transition: 0.3s;
}

.partnership .btn.primary {
  background: #ffd700;
  color: #000;
  border: none;
}

.partnership .btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

/* =====================
   追従CTA
===================== */
.partnership .floating-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 999;
}

.partnership .floating-cta .btn {
  padding: 10px 16px;
  font-size: 14px;
}

/* =====================
   utility
===================== */
.partnership .center {
  text-align: center;
}

.partnership .small {
  font-size: 14px;
  color: #aaa;
}

/* =====================
   レスポンシブ
===================== */
@media (max-width: 768px) {
  .partnership .inner {
    padding: 60px 20px;
  }
  .partnership h1 {
    font-size: 28px;
  }
  .partnership .grid-3 {
    flex-direction: column;
  }
  .partnership .floating-cta {
    left: 10px;
    right: 10px;
    justify-content: center;
  }
  .partnership .plan-list {
    gap: 20px 10%;
  }
  .partnership .plan-list li {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  .news-wrap ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #999;
  }
  .news-wrap ul li a {
    display: block;
  }
  .news-wrap ul li a .article_info {
    font-size: 0.8rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 5px;
  }
  .news-wrap ul li a .article_info .days {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .news-wrap ul li a .article_info .cat {
    width: auto;
    height: auto;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 15px;
  }
  .news-wrap ul li a .topics-text {
    width: 100%;
  }
  .about main .inner .concept .head {
    margin-bottom: 100px;
  }
  .about main .inner .concept .wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .about main .inner .concept .wrap .left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }
  .about main .inner .concept .wrap .left h3 {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 2;
  }
  .about main .inner .concept .wrap .right {
    width: 100%;
  }
  .about main .inner .concept .wrap .right p {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2;
  }
  .about main .inner .team {
    margin-bottom: 100px;
  }
  .about main .inner .team .team-wrap {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 0%;
         column-gap: 0%;
  }
  .about main .inner .team .team-wrap .team-item {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .about main .inner .team .team-wrap .team-item h4 {
    font-size: 2.2rem;
    text-align: left;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .about main .inner .team .team-wrap .team-item span {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.8;
  }
  .about main .inner .information .team-info {
    border: none;
  }
  .about main .inner .information .team-info tr {
    display: block;
    border: none;
  }
  .about main .inner .information .team-info th, .about main .inner .information .team-info td {
    display: block;
    width: 100%;
    border: none;
  }
  .about main .inner .information .team-info th {
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    padding: 10px 18px;
  }
  .about main .inner .information .team-info td {
    padding: 10px 18px 18px;
    border: none;
  }
  .about main .inner .flow {
    max-width: 800px;
    margin: 0 auto;
  }
  .about main .inner .flow ul li {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1PX solid #FFF;
  }
  .about main .inner .flow ul li .date {
    display: block;
    width: 100px;
    margin-right: 40px;
  }
  .about main .inner .flow ul li .event {
    display: block;
  }
  .members .grade-list {
    display: flex;
    gap: 1px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 70px;
  }
  .members .grade-list li {
    width: 100%;
  }
  .members .grade-list li a {
    display: block;
    background-color: #292929;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .members .grade-list li a span {
    display: block;
  }
  .members .grade-list li a .gr-en {
    font-size: 2.5rem;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 5px;
  }
  .members .grade-list li a .gr-ja {
    font-size: 1rem;
    text-align: center;
  }
  .members .head-img {
    width: 100%;
    margin-bottom: 45px;
  }
  .members .player-list .grade-block {
    margin-bottom: 35px;
  }
  .members .player-list .grade-block .grade-heading {
    width: 100%;
    background-color: #292929;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 70px;
  }
  .members .player-list .grade-block .grade-heading h2 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.6rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
  }
  .members .player-list .grade-block .grade-players {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  .members .player-list .grade-block .grade-players .player-item {
    width: 48%;
  }
  .members .player-list .grade-block .grade-players .player-item .img-wrap {
    position: relative;
  }
  .members .player-list .grade-block .grade-players .player-item .img-wrap img {
    width: 100%;
    border-radius: 10px;
  }
  .members .player-list .grade-block .grade-players .player-item .img-wrap .player-info {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    padding: 10px;
  }
  .members .player-list .grade-block .grade-players .player-item .img-wrap .player-info .player-en {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.6rem;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 0 6px rgba(0, 0, 0, 0.25);
  }
  .members .player-list .grade-block .grade-players .player-item .img-wrap .player-info .player-ja {
    font-size: 0.9rem;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 0 6px rgba(0, 0, 0, 0.25);
  }
  .members .player-list .grade-block .grade-players .player-item .img-wrap .player-number {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.6rem;
    color: #ffd400;
  }
  .staff main .inner .coach .coach-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 4%;
  }
  .staff main .inner .coach .coach-list .coach-item {
    width: 48%;
  }
  .staff main .inner .coach .coach-list .coach-item .item-img {
    margin-bottom: 15px;
    border-radius: 20px;
  }
  .staff main .inner .coach .coach-list .coach-item .item-img img {
    width: 100%;
  }
  .staff main .inner .coach .coach-list .coach-item .item-text {
    width: 100%;
  }
  .staff main .inner .coach .coach-list .coach-item .item-text .position {
    border: 1px solid #FFF;
    padding: 7px;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 0.8rem;
    display: inline-block;
  }
  .staff main .inner .coach .coach-list .coach-item .item-text .coach-profiel {
    margin-bottom: 35px;
  }
  .staff main .inner .coach .coach-list .coach-item .item-text .coach-profiel h3 {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .staff main .inner .coach .coach-list .coach-item .item-text .coach-profiel span {
    font-size: 1.1rem;
    color: #FFF;
    font-weight: bold;
  }
  .staff main .inner .coach .coach-list .staff-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
  }
  .staff main .inner .coach .coach-list .staff-card img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
  }
  .staff main .inner .coach .coach-list .staff-card::before {
    content: "LICENSE";
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #ffd400;
    color: #000;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    letter-spacing: 0.08em;
    z-index: 2;
    transition: 0.3s;
  }
  .staff main .inner .coach .coach-list .staff-card:hover .staff-overlay {
    opacity: 1;
    transform: translateY(0);
  }
  .staff main .inner .coach .coach-list .staff-card:hover:active .staff-overlay {
    opacity: 1;
    transform: translateY(0);
  }
  .staff main .inner .coach .coach-list .staff-card:hover img {
    transform: scale(1.08);
  }
  .staff main .inner .coach .coach-list .staff-card:hover::before {
    opacity: 0;
  }
  .staff main .inner .coach .coach-list .staff-card .staff-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.35s ease;
  }
  .staff main .inner .coach .coach-list .staff-card .staff-overlay h3 {
    color: #FFF;
    font-size: 2.6rem;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-weight: bold;
  }
  .staff main .inner .coach .coach-list .staff-card .staff-overlay .risence-list li {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
}/*# sourceMappingURL=page.css.map */