@charset 'UTF-8';

.headingArchivePages {
  display: none;
}
.breadcrumb {
  display:none;
}
#section-0,
#section-1 {
  padding-block: 0;
}
#section-2 {
  padding-block: 3rem;
}
#section-0 .container,
#section-1 .container {
  width:100%;
}
#section-0 .breadcrumb {
  display:block;
  background-color:hsla(0,0%,76%,.2);
}
@media screen and (max-width: 900.9px) {
  #section-0 .breadcrumb {
    display: none;
  }
  .section.pageOutlineColumn {
    padding-block: 0;
  }
}
.headingCorporate {
  padding-bottom: 20px;
  background: url(/files/user/images/corporate/sports/rikujou/mv_rikujyo.jpg) no-repeat right bottom;
  background-size: cover;
  text-align: right;
  align-items:flex-end;
  justify-content: flex-end;
}
@media print, screen and (min-width: 901px) {
    .headingCorporate {
        height: 50vh !important;
    }
}
@media screen and (max-width: 900.9px) {
    .headingCorporate {
        height: 27vw !important;
    }
}
.headingCorporate:before {
  background: url(/files/user/images/corporate/sports/rikujou/img_rikujou_headingCorporate.png) no-repeat left 38% bottom -5vw !important;
  background-size: 130% !important;
}
.headingCorporate__h1 {
  padding-top:0;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 1.0);
}
@media screen and (max-width: 900.9px){
  .headingCorporate__h1 {
    align-self: self-end !important;
  }
}
@media screen and (max-width: 450px) {
  .headingCorporate__h1 {
    font-size: 6vw !important;
  }
}

/***  選手紹介  ***/
.cards {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  row-gap: 2rem;
  column-gap: 2rem;
  width: 100%;
  margin-inline: auto;
}
.card {
  text-align: center;
}
.card ruby {
  font-weight: 900;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.card .modal-button ruby {
  padding: 20px 10px 10px 10px;
  height: 100%;
  line-height: 1.6;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 8px 0 0 8px;
  background-color: #0282f7;
  position: absolute;
  top: 0;
  left: 0;
  writing-mode:vertical-rl;
}
.card .modal-button ruby.muchText {
  font-size: clamp(0.6875rem, 1.2vw, 1rem);
}
.staff .card ruby {
  font-size: 1.4rem;
  align-items: center;
  flex-direction: column-reverse;
}
.card .modal ruby {
  padding: 0 32px 0 0;
  font-size: 1.5rem;
  line-height: 1.2;
  align-items: center;
  flex-direction: column-reverse;
}
.card rt {
  font-size: clamp(12px, 2vw, 22px);
  font-style: italic;
  color: #f7eb04;
  line-height: 1;
}
.card .muchText rt {
  font-size: clamp(0.8125rem, 1.5vw, 1.1875rem);
}

@media screen and (max-width: 900.9px) {
  .cards {
    grid-template-columns:repeat(2, 1fr);
  }
  .card .modal-button ruby {
    font-size: clamp(1rem, 3vw, 1.6rem);
  }
  .card rt {
    font-size: clamp(10px, 2.5vw, 24px);
  }
  .card .modal-button ruby.muchText {
    font-size: clamp(0.625rem, 3vw, 1.1rem);
  }
  .card .muchText rt {
    font-size: clamp(0.625rem, 2vw, 1.25rem);
  }
}
@media screen and (max-width: 464.9px) {
  .card .modal-button ruby.muchText {
   padding: 8px 5px;
  }
  .card .muchText rt {
    font-size: clamp(0.5rem, 2vw, 1.25rem);
    white-space: nowrap;
  }
}

.card .modal rt {
  margin-bottom: 6px;
  font-size: 75%;
  color: #1e389a;
}
.staff .card rt {
  font-size: clamp(0.6875rem, 3.2vw, 1.05rem);
  color: #0109f5;
  line-height: unset;
}


/* カード内の画像 */
.card img {
  width: 100%;
  border-radius: 8px;
}
.staff .card img {
  margin-bottom: 8px;
}

.profile_wrap {
  display: grid;
  grid-template-columns: 35% 57%;
  justify-content: space-between;
}
.profile_img img {
  border: 2px solid #dee2e6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.profile_text .title {
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 8px;
  line-height: 1;
  border-bottom: solid 2px;
}
.profile_text .title:after {
  content: "";
  display: inline-block;
  width: 31px;
  height: 50px;
  background: url(/files/user/images/corporate/sports/rikujou/ico_rikujou_runner.png) no-repeat left top;
  position: absolute;
  bottom: -2px;
  right: 0;
}
.profile_text .title em {
  margin: 0 1.5em 0 0;
  font-style: normal;
  font-weight: 900;
}
.profile_text .details {
  text-align: left;
}
.profile_text dl {
  display: grid;
  padding: 20px;
  line-height: 1.8;
  grid-template-columns: 8em 1fr;
  border-bottom: solid 1px #ddd;
}
@media screen and (max-width: 420px) {
  .profile_text dl {
    grid-template-columns: 1fr;
  }
}
.profile_text dt {
  color: #1e389a;
}

label.modal-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}
.modal-button img {
    /*
    margin-bottom: 8px;
    border: 2px solid #dee2e6;
    border-radius: 8px;*/
    margin-left: 12%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
label.modal-button:hover img {
    border-color: #adb5bd;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    opacity: 0.7;
}
.staff em {
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 450px) {
  .staff em {
    font-size: 86%;
  }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: scroll;
}

.modal-checkbox:checked ~ .modal {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
} /* チェックボックスは非表示 */

.modal-checkbox {
  display: none;
} /* 開閉ボタンスタイル */

.modal-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.close-btn-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.close-btn {
    width: 40px;
    height: 40px;
    background: rgba(30, 56, 154, 1.0);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.close-btn:hover {
    background: rgba(1, 33, 153, 1.0);
    transform: scale(1.1);
}

.fullscreen-content {
    flex: 1;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 30px 50px;
    text-align: center;
}
.fullscreen-content p {
    font-size: 1.1rem;
}

@media (max-width: 767px) {
    .profile_wrap {
        display: block;
        width: 100%;
    }
    .profile_img {
      width: 64%;
      max-width: 466px;
      margin: 0 auto;
    }
    .profile_text {
      padding: 1.5rem 0 0;
    }
    .profile_text .title{
      margin: 0 0 1.5rem;
    }
    .fullscreen-content {
        padding: 40px 20px;
        width: 100%;
    }
    .fullscreen-content p {
        font-size: 1rem;
    }
}

/***  ギャラリー  ***/
.movie button { 
  cursor:pointer; 
  transition:all 0.3s ease;
}
.movie button:hover { opacity:0.65; }
.movie button img { 
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.modal-video-close-btn {
  width: 40px;
  height: 40px;
  background: rgba(30, 56, 154, 1.0);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal-video-close-btn:before,
.modal-video-close-btn:after {
  width: 60%;
  left: 20%;
  margin-top: 0;
}
.modal-video-close-btn:hover {
    background: rgba(1, 33, 153, 1.0);
    transform: scale(1.1);
}

/***  Slick Slider  ***/
.slick-prev {
    left: -35px;
}
.slick-next {
  right: -35px;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  position: absolute;
  top: 7px;
  opacity: 1;
}
.slick-prev:before {
  border-left: 4px solid #fff;
  right: 4px;
  transform: rotate(-45deg);
}
.slick-next:before {
  border-right: 4px solid #fff;
  left: 4px;
  transform: rotate(45deg);
}
.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
  background-color: rgba(30, 56, 154, 1.0);
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
  background-color: rgba(30, 56, 154, 1.0);
  opacity: 0.8;
}