/* -----------------------------------------------------
common
--------------------------------------------------------*/
.inner {
  position: relative;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  z-index: 5;
}

.small-inner {
  position: relative;
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  z-index: 5;
}

.heading {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.heading .jp-txt {
  font-size: 16px;
}

.center {
  text-align: center;
}

.widget-btn {
  display: block;
  max-width: 250px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #3ba3e3;
  border-radius: 100px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid #3ba3e3;
  box-shadow: 0px 0px 15px -5px #777777;
}

.widget-btn:hover {
  background: #fff;
  color: #3ba3e3;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .widget-btn {
    font-size: clamp(10px, 2vw, 14px);
    padding: 5px 7px;
    box-shadow: 0px 0px 9px -5px #777777;
  }
}

.l-topTitleArea {
  align-items: center;
  display: flex;
  margin: 0;
  min-height: 11em;
  overflow: hidden;
  padding: 1.5em 0;
  position: relative;
  width: 100%;
}

.l-topTitleArea__body {
  color: #fff;
  position: relative;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 3;
}

.c-pageTitle {
  font-size: 1.3em;
  line-height: 1.4;
  position: relative;
}

@media (min-width: 600px) {
  .l-topTitleArea {
    min-height: 240px;
    padding: 1em 0;
  }

  .c-pageTitle {
    font-size: 1.5em;
  }
}

/* -----------------------------------------------------
ヘッダー
--------------------------------------------------------*/
.-series-right .l-header__inner {
  padding: 35px 20px;
}

.-series .l-header__logo {
  padding: initial;
}

.c-gnav {
  gap: 20px;
  align-items: center;
}

.c-gnav > .menu-item {
  height: 100%;
  display: flex;
  align-items: center;
}

.c-gnav > .menu-item > a {
  padding: 0;
}

.c-gnav > .menu-item > a:hover {
  color: #3ba3e3;
}

.c-gnav a::after {
  background: #3ba3e3;
}

.c-gnav > .menu-item > a .ttl {
  display: block;
  font-weight: 800;
  font-size: 16px;
}

.-series-right .l-header__inner {
  padding: 25px 20px;
}

.-series .c-headLogo {
  height: fit-content;
}

.-img .c-headLogo__link {
  height: fit-content;
}

.c-headLogo__img {
  height: 85px;
}

@media screen and (max-width: 960px) {
  .-series-right .l-header__inner {
    padding: 15px 20px;
  }

  .c-headLogo__img {
    height: 55px;
  }
}

@media screen and (max-width: 767px) {
  .-series-right .l-header__inner {
    padding: 5px 10px;
  }

  .c-headLogo__img {
    height: 40px;
  }
}

/* -----------------------------------------------------
ヘッダー
--------------------------------------------------------*/
footer.l-footer {
  position: relative;
  background-color: #3ba3e3;
  padding: 90px 0 20px;
  overflow: hidden;
}

footer.l-footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../../image/top/footer-bg.webp) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: color-burn;
  pointer-events: none;
}

footer.l-footer .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 50px;
}

footer.l-footer .wrap > ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

footer.l-footer .wrap > ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

footer.l-footer .wrap > ul li > ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

footer.l-footer .wrap .footer-sns {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}

footer.l-footer small {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  footer.l-footer .wrap {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
    gap: 30px 0;
  }

  footer.l-footer .wrap > ul {
    gap: 30px;
  }

  footer.l-footer .wrap .footer-sns {
    gap: min(30/1200 * 100vw, 30px);
  }

  footer.l-footer small {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  footer.l-footer {
    padding: 50px 0 20px;
  }

  footer.l-footer .wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
    margin-bottom: 20px;
  }

  footer.l-footer .wrap > ul {
    gap: 15px;
  }

  footer.l-footer .wrap > ul li > ul {
    gap: 5px;
  }

  footer.l-footer .wrap .footer-sns {
    align-items: center;
    gap: 20px;
  }

  footer.l-footer .wrap .footer-sns a {
    width: 25px;
    height: auto;
  }

  footer.l-footer small {
    font-size: 10px;
    text-align: left;
  }
}

/* -----------------------------------------------------
top
--------------------------------------------------------*/
/* メインビジュアル */
#home .key-wrap {
  width: 100%;
  height: auto;
}

#home .key-wrap img {
  width: 100%;
  aspect-ratio: 1600/640;
  object-fit: cover;
}

/* トピック */
#home .topic {
  padding: 40px 0;
  background: #fff;
}

#home .topic .wrap {
  display: flex;
  align-items: center;
  gap: min(60/1200 * 100vw, 60px);
  text-decoration: none;
}

#home .topic h2 {
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #3ba3e3;
}

#home .topic time,
#home .topic p {
  font-size: 18px;
  color: #121212;
}

#home .topic p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #home .key-wrap img {
    aspect-ratio: 750/600;
  }

  #home .topic {
    padding: 20px 0;
  }

  #home .topic .wrap {
    gap: 0 20px;
    flex-wrap: wrap;
  }

  #home .topic h2 {
    font-size: 23px;
  }

  #home .topic time,
  #home .topic p {
    font-size: 14px;
  }
}

/* 次回の試合情報 */
#home .match {
  position: relative;
  padding: 75px 0;
  background: url(../../image/top/match-bg.webp) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

#home .match::before {
  content: '';
  position: absolute;
  top: -60px;
  left: -460px;
  background: url(../../image/top/wave-left-img.webp) no-repeat;
  background-size: 979px 935px;
  width: 979px;
  height: 935px;
}

#home .match::after {
  content: '';
  position: absolute;
  bottom: -390px;
  right: -300px;
  background: url(../../image/top/wave-right-img.webp) no-repeat;
  background-size: 702px 671px;
  width: 702px;
  height: 671px;
}

#home .match .wrap {
  display: grid;
  grid-template-columns: 1fr minmax(0, 365px) 1fr;
  background: #fff;
  gap: 30px;
  padding: 50px 130px;
  align-items: center;
}

#home .team-info .team-logo-img {
  width: 100%;
  aspect-ratio: 1/1;
  padding: 20px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

#home .team-info .team-logo-img img {
  width: 90%;
  height: auto;
  object-fit: cover;
}

#home .team-name {
  text-align: center;
  color: #000;
  font-size: clamp(12px, 3vw, 18px);
  font-weight: 800;
}

#home .match .match-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

#home .match .match-info .date {
  font-size: clamp(10px, 4vw, 30px);
  font-weight: 700;
  color: #3ba3e3;
  font-family: 'Montserrat', sans-serif;
}

#home .match .match-info .place {
  font-size: clamp(10px, 2.2vw, 28px);
  font-weight: 800;
  text-align: center;
  color: #3ba3e3;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}

.c-gnav > .menu-item {
  padding: 20px 0;
}

.l-fixHeader__inner .c-gnav > .menu-item {
  padding: 30px 0;
}

@media screen and (max-width: 1199px) {
  #home .match .wrap {
    grid-template-columns: 1fr minmax(0, 300px) 1fr;
    gap: 20px;
    padding: 50px 20px;
  }

  #home .team-info .team-logo-img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  #home .match {
    padding: 35px 0;
  }

  #home .match .match-info {
    gap: 10px;
  }

  #home .match .wrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    padding: 10px 10px;
  }

  #home .match .match-info .date {
    font-size: clamp(10px, 2.9vw, 20px);
  }

  #home .team-info .team-logo-img {
    margin-bottom: 5px;
    padding: 5px;
  }

  #home .team-name {
    font-size: 12px;
  }
}

/* 試合結果 */
#home .result {
  padding: 75px 0;
  background: url(../../image/top/result-bg.webp) no-repeat center;
  background-size: cover;
}

#home .result .heading {
  margin-bottom: 0;
}

#home .result .wrap {
  display: grid;
  grid-template-columns: 1fr minmax(0, 365px) 1fr;
  gap: 30px;
  padding: 10px 130px 50px;
}

#home .result .team-name {
  color: #fff;
}

#home .result .match-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

#home .result .latest-score {
  display: flex;
  justify-content: center;
  gap: 25px;
}

#home .result .latest-number,
#home .result .latest-vs {
  color: #3ba3e3;
  font-size: 80px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}

#home .result .place {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

@media screen and (max-width: 1199px) {
  #home .result .wrap {
    grid-template-columns: 1fr minmax(0, 300px) 1fr;
    gap: 20px;
    padding: 10px 20px 50px;
  }
}

@media screen and (max-width: 767px) {
  #home .result {
    padding: 35px 0;
  }

  #home .result .wrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    padding: 10px 10px;
  }

  #home .result .match-info {
    gap: 10px;
  }

  #home .result .latest-score {
    gap: 10px;
  }

  #home .result .latest-number,
  #home .result .latest-vs {
    font-size: 35px;
  }

  #home .result .place {
    font-size: 12px;
  }
}

/* ランキング */
#home .ranking {
  position: relative;
  background: #0a75b6;
  padding: 75px 0;
}

#home .ranking::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../../image/top/ranking-bg.webp) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  /* mix-blend-mode: lighten; */
  z-index: 1;
}

#home .ranking .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

#home .ranking .wrap .large-txt {
  font-size: 120px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  gap: 10px;
}

#home .ranking .wrap .large-txt span {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  font-style: initial;
}

#home .ranking .wrap .rate {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.075em;
}

#home .ranking .wrap .rate .number {
  font-size: 52px;
}

@media screen and (max-width: 767px) {
  #home .ranking {
    padding: 35px 0;
  }

  #home .ranking .wrap {
    gap: 15px;
  }

  #home .ranking .wrap .large-txt {
    font-size: 45px;
  }

  #home .ranking .wrap .large-txt span {
    font-size: 28px;
  }

  #home .ranking .wrap .rate {
    font-size: 18px;
  }

  #home .ranking .wrap .rate .number {
    font-size: 32px;
  }
}

/* お知らせ */
#home .news {
  padding: 75px 0;
}

#home .news .news-title {
  display: flex;
  justify-content: space-between;
  gap: min(120 / 1200 * 100vw, 120px);
}

#home .news .heading {
  flex-shrink: 0;
  color: #3ba3e3;
}

#home .news .heading .jp-txt {
  color: #121212;
}

#home .news .news-list {
  width: 100%;
}

#home .news .news-list .widget-btn {
  margin-left: auto;
  display: block;
  margin-bottom: 30px;
}

#home .news .news-list ul {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px 1%;
}

#home .news .news-list a {
  text-decoration: none;
}

#home .news .news-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 39/22;
  overflow: hidden;
}

#home .news .news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home .news .news-thumb span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #04384c;
  color: #fff;
  background-image: repeating-linear-gradient(-45deg,rgba(255,255,255,.1),rgba(255,255,255,.1) 6px,transparent 6px,transparent 12px);
  background-color: var(--color_main);
  display: inline-block;
  font-size: 11px;
  line-height: 2;
  overflow: hidden;
  padding: 0 .75em;
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
  z-index: 1;
}

#home .news .news-info {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 20px;
}

#home .news .news-info time {
  font-size: 12px;
  color: #333;
}

#home .news .news-info span {
  display: inline;
  background: #3ba3e3;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
}

#home .news .news-list .title {
  color: #121212;
  font-size: 16px;
  padding-top: 1em;
}

@media screen and (max-width: 1019px) {
  #home .news .news-list ul {
    grid-template-columns: repeat(2,1fr);
    gap: 40px 2%;
  }
}

@media screen and (max-width: 767px) {
  #home .news {
    padding: 35px 0;
  }

  #home .news .wrap {
    flex-direction: column;
    gap: 0px;
  }

  #home .news .news-list ul {
    grid-template-columns: repeat(1,1fr);
    gap: 20px 2%;
  }

  #home .news .news-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  #home .news .news-list .widget-btn {
    margin: 0 auto;
    margin-bottom: initial;
    order: 2;
    padding: 8px 7px;
  }

  #home .news .news-info {
    gap: 5px 10px;
  }

  #home .news .news-info time {
    font-size: 16px;
  }

  #home .news .news-info span {
    font-size: 12px;
  }

  #home .news .news-list .title {
    font-size: 3.8vw;
  }
}

/* メンバー */
#home .member {
  position: relative;
  padding: 75px 0;
  background: url(../../image/top/dot-bg.webp) no-repeat;
  background-image: linear-gradient(45deg, rgba(59, 163, 227, 1), rgba(62, 206, 206, 1));
  overflow: hidden;
}

#home .member::before {
  content: '';
  position: absolute;
  top: 30px;
  left: -500px;
  background: url(../../image/top/member-blue-bg.webp) no-repeat;
  background-size: 1039px 679px;
  width: 1039px;
  height: 679px;
  mix-blend-mode: soft-light;
}

#home .member::after {
  content: '';
  position: absolute;
  bottom: -55px;
  right: -300px;
  background: url(../../image/top/member-white-bg.webp) no-repeat;
  background-size: 781px 583px;
  width: 781px;
  height: 583px;
  mix-blend-mode: soft-light;
}

#home .member .bg-decoration {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../image/top/dot-bg.webp) no-repeat;
  background-size: 375px;
  width: 375px;
  height: 375px;
}

/* ボタン */
.member-sort {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.member-sort a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  color: #3ba3e3;
  border-radius: 100px;
  padding: 10px 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid #3ba3e3;
  box-shadow: 0px 0px 15px -5px #777777;
}

.member .member-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.member .member-list a {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.member .member-image {
  position: relative;
  width: 100%;
  height: min(315/1200 * 100vw, 315px);
  background: #fff;
}

.member .member-image .member-sign {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 26%;
}

.member .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.member .member-detail {
  padding: 15px;
  padding-right: 0;
  background-image: linear-gradient(45deg, rgba(14, 104, 202, 1), rgba(59, 163, 227, 1));
}

.member .member-detail p {
  color: #fff;
}

.member .member-name {
  display: flex;
  align-items: center;
  gap: 20px;
}

.member .member-name .jp-name {
  font-size: 24px;
  font-weight: 600;
}

.member .member-name .en-name {
  font-size: 13px;
}

.member .member-number {
  font-size: 14px;
}

.member .member-number {
  position: absolute;
  bottom: -30px;
  right: 15px;
  font-family: 'Antonio', sans-serif;
  font-size: 80px;
  font-weight: 200;
  color: #fff;
  /* text-shadow: -2px -2px 0 #3ba3e3, 2px -2px 0 #3ba3e3, -2px 2px 0 #3ba3e3,
2px 2px 0 #3ba3e3; */
  -webkit-text-stroke: 4px #3ba3e3;
  paint-order: stroke;
}

.member .member-number span {
  font-size: 68px;
}

.member .btn {
  display: flex;
  justify-content: center;
}

.member .btn a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  color: #3ba3e3;
  border-radius: 100px;
  padding: 10px 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid #3ba3e3;
  box-shadow: 0px 0px 15px -5px #777777;
}

.member .btn a:hover {
  background: #3ba3e3;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0 0 #777777;
}

@media screen and (max-width: 1199px) {
  .member .member-name .jp-name {
    font-size: 18px;
    white-space: nowrap;
  }

  .member .member-name .en-name {
    font-size: 12px;
  }

  .member .member-list {
    gap: 15px;
  }

  .member .member-detail {
    padding: 10px;
    padding-right: 0;
  }

  .member .member-name {
    gap: 15px;
  }

  .member .member-number {
    bottom: -25px;
    right: 15px;
    font-size: clamp(45px, 6vw, 60px);
  }

  .member .member-number span {
    font-size: clamp(43px, 4.9vw, 58px);
  }
}

@media screen and (max-width: 767px) {
  #home .member {
    padding: 35px 0;
  }

  .member .member-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 30px;
  }

  .member .member-image {
    height: min(480/760 * 100vw, 480px);
  }

  .member .member-name {
    flex-direction: column;
    align-items: baseline;
    gap: 0px;
  }

  .member .member-name .jp-name {
    font-size: 14px;
    white-space: initial;
  }

  .member .member-name .en-name {
    font-size: 8px;
  }

  .member .member-detail p {
    font-size: 12px;
  }

  .member .btn a {
    font-size: clamp(10px, 2vw, 14px);
    box-shadow: 0px 0px 9px -5px #777777;
  }
}

/* バナー一覧 */
#home .bnr {
  padding: 75px 0;
}

#home .bnr .wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#home .bnr .wrap .box {
  position: relative;
}

#home .bnr .wrap .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#home .bnr .wrap .box h3 {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}

#home .bnr .wrap .box h3 span {
  font-size: 20px;
}

@media screen and (max-width: 1199px) {
  #home .bnr .wrap .box h3 {
    font-size: 35px;
    line-height: 1.2;
  }

  #home .bnr .wrap .box h3 span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #home .bnr {
    padding: 35px 0;
  }

  #home .bnr .wrap {
    gap: 5px;
  }

  #home .bnr .wrap .box h3 {
    font-size: 18px;
  }

  #home .bnr .wrap .box h3 span {
    font-size: 10px;
  }
}

#home .bnr2 {
  margin: 75px 0 0 0;
  　text-align: center;
}

/* follow us*/
.follow {
  position: relative;
  padding: 75px 0;
  background: #3ba3e3;
  overflow: hidden;
}

.follow::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 5%;
  background: url(../../image/top/line-heart.webp) no-repeat;
  background-size: 480px 309px;
  width: 480px;
  height: 309px;
}

.follow .wrap {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .follow::before {
    top: 145px;
    background-size: 350px 209px;
    width: 350px;
    height: 209px;
  }
}

@media screen and (max-width: 767px) {
  .follow {
    padding: 35px 0;
  }

  .follow::before {
    top: 90px;
    left: 3%;
    background-size: 160px 89px;
    width: 160px;
    height: 89px;
  }

  .follow .wrap {
    gap: 30px;
  }

  .follow .wrap a {
    width: 30px;
    height: auto;
  }
}

/* partner */
.partner {
  padding: 90px 0;
}

.partner .heading {
  color: #3ba3e3;
}

.partner .heading .jp-txt {
  color: #121212;
}

.partner .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 60px;
}

.partner .wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #bcbcbc;
}

.partner .widget-btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .partner {
    padding: 50px 0;
  }

  .partner .wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 30px;
  }
}

/* 関連サイト */
.link {
  position: relative;
  padding: 75px 0;
  background: #f5f8f9;
  overflow: hidden;
}

.link .heading {
  color: #3ba3e3;
}

.link .heading .jp-txt {
  color: #121212;
}

.link .wrap {
  position: relative;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.link .wrap::after {
  content: '';
  position: absolute;
  bottom: -250px;
  right: -50px;
  background: url(../../image/top/rioreina-logo.webp) no-repeat;
  background-size: 381px 417px;
  width: 381px;
  height: 417px;
  z-index: -1;
}

.link a {
  max-width: 290px;
  background: #fff;
  width: 100%;
  height: 85px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bcbcbc;
}

@media screen and (max-width: 1199px) {
  .link .wrap::after {
    bottom: -200px;
    background-size: 281px 327px;
    width: 281px;
    height: 327px;
  }

  .link .wrap::after {
    bottom: -168px;
    right: -40px;
    background-size: 201px 217px;
    width: 201px;
    height: 217px;
  }
}

@media screen and (max-width: 767px) {
  .link {
    position: relative;
    padding: 45px 0;
    background: #f5f8f9;
    overflow: hidden;
  }

  .link .wrap::after {
    right: min(80/767 * 100vw, 80px);
    bottom: min(12/620 * 100vw, 12px);
    background-size: min(131/620 * 100vw, 131px) min(147/620 * 100vw, 147px);
    width: min(131/620 * 100vw, 131px);
    height: min(147/620 * 100vw, 147px);
  }
}

@media screen and (max-width: 620px) {
  .link .wrap::after {
    right: 0px;
  }

  .link a {
    height: min(85/620 * 100vw, 85px);
  }
}

/* -----------------------------------------------------
スケジュール
--------------------------------------------------------*/
main.schedule {
  width: 100%;
}

main.schedule #sidebar {
  display: none;
}

main.schedule h2 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 50px;
}

main.schedule h2::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  translate: 0 -50%;
  background: linear-gradient(to bottom, #3ba3e2 50%, #e2f1fb 50%);
  width: 5px;
  height: 100%;
}

.table-wrap {
  width: 100%;
  overflow: auto;
  margin-bottom: 50px;
}

.schedule-table {
  /* min-width: 500px; */
  width: 100%;
  border: none;
}

.schedule-table tr {
  border: none;
}

.schedule-table td,
.schedule-table th {
  padding: 10px 5px;
  border: none;
}

.schedule-table th {
  border-top: 2px solid #808080;
  border-bottom: 2px solid #808080;
  text-align: left;
}

.schedule-table tbody tr:nth-child(2n-1) {
  background-color: #f2f2f2;
}

.schedule-table tbody tr.sunday {
  background-color: #ffe6e6;
  color: #d00;
  font-weight: bold;
}

.schedule-table tbody tr.saturday {
  background-color: #e6f0ff;
  color: #06c;
  font-weight: bold;
}

main.schedule .month-nav {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  main.schedule h2 {
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .schedule-table thead {
    display: none;
  }

  .schedule-table tbody tr td:first-child {
    width: 25%;
  }

  .schedule-table tbody tr td:nth-child(2),
  .schedule-table tbody tr td:nth-child(3),
  .schedule-table tbody tr td:nth-child(4) {
    display: block;
    width: 100%;
    padding: 3px 5px;
  }
}

/* -----------------------------------------------------
選手・スタッフ一覧
--------------------------------------------------------*/
.profile .p-toc.-double {
  display: none;
}

.member h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.member h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.member-wrap {
  background: url(../../image/top/member-bg.webp) no-repeat;
  background-size: cover;
  padding: 90px 0 120px;
}

.staff-wrap {
  padding: 110px 0;
}

.staff-wrap .heading {
  color: #3ba3e3;
}

.staff-wrap .heading .jp-txt {
  color: #3ba3e3;
}

.staff-wrap .staff-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 20px;
}

.staff-wrap .staff-image {
  border: 1px solid #0e68ca;
  aspect-ratio: 57 / 40;
  margin-bottom: 15px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.staff-wrap .staff-image img {
  /*width: 80%;*/
  height: auto;
}

.staff-wrap .staff-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.staff-wrap .staff-detail .jp-name {
  font-size: 24px;
  white-space: nowrap;
  font-weight: 600;
  color: #3ba3e3;
}

.staff-wrap .staff-detail .en-name {
  font-size: 13px;
  color: #3ba3e3;
}

.staff-wrap .staff-position {
  font-size: 14px;
  color: #3ba3e3;
  margin-bottom: 20px;
}

.staff-wrap .staff-career {
  font-size: 14px;
  color: #8e8e8e;
}

@media screen and (max-width: 1199px) {
  .staff-wrap .staff-list {
    gap: 30px 20px;
  }

  .staff-wrap .staff-image {
    margin-bottom: 5px;
  }

  .staff-wrap .staff-detail .jp-name {
    font-size: 18px;
  }

  .staff-wrap .staff-detail .en-name {
    font-size: 10px;
  }

  .staff-wrap .staff-position {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .member h3 {
    margin-bottom: 20px;
  }

  .member-wrap {
    padding: 60px 0;
  }

  .staff-wrap {
    padding: 60px 0;
  }

  .staff-wrap .staff-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }

  .staff-wrap .staff-detail .en-name {
    line-height: 1.2;
  }

  .staff-wrap .staff-position {
    margin-bottom: 5px;
  }

  .staff-wrap .staff-career {
    font-size: 12px;
  }
}

/* -----------------------------------------------------
選手詳細
--------------------------------------------------------*/
.wp-content {
  padding: 70px 0 120px;
}

.profile-name {
  display: flex;
  margin-bottom: 35px;
  gap: 40px;
}

.profile-name .profile-number {
  font-size: 80px;
  font-weight: 600;
  font-family: 'Antonio', sans-serif;
  color: #3ba3e3;
  line-height: 1;
}

.profile-name .profile-number span {
  font-size: 68px;
}

.profile-name .name-wrap {
  font-size: 40px;
  font-weight: 600;
  color: #3ba3e3;
  display: flex;
  flex-direction: column;
}

.profile-name .name-wrap .en-name {
  font-size: 14px;
  font-weight: 400;
}

.profile-wrap {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 77px;
  margin-bottom: 60px;
}

.profile-wrap .profile-detail {
  display: flex;
  flex-direction: column;
}

.profile-wrap .profile-detail dl {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 9px 0;
  text-align: center;
  font-size: 16px;
}

.profile-wrap .profile-detail dl:nth-child(2n-1) {
  background: #f0f0f0;
}

.profile-wrap .profile-detail dl dt {
  font-weight: 600;
}

.profile-wrap .profile-img {
  width: 100%;
  border: 1px solid #919191;
}

.profile-wrap .profile-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .profile-wrap {
    grid-template-columns: 1fr 280px;
    gap: 25px;
  }
}

@media screen and (max-width: 767px) {
  .wp-content {
    padding: 30px 0 60px;
  }

  .profile-name {
    margin-bottom: 15px;
    gap: 20px;
  }

  .profile-name .profile-number {
    font-size: 50px;
  }

  .profile-name .profile-number span {
    font-size: 38px;
  }

  .profile-name .name-wrap {
    font-size: 26px;
  }

  .profile-name .name-wrap .en-name {
    font-size: 10px;
  }

  .profile-wrap {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .profile-wrap .profile-detail {
    order: 2;
  }

  .profile-wrap .profile-detail dl {
    padding: 5px 0;
    font-size: 14px;
  }
}

/* -----------------------------------------------------
wpパーツ
--------------------------------------------------------*/
.wp-content h2 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 50px;
}

.wp-content h2::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  translate: 0 -50%;
  background: linear-gradient(to bottom, #3ba3e2 50%, #e2f1fb 50%);
  width: 5px;
  height: 100%;
}

.wp-content h3 {
  position: relative;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.wp-content h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #3ba3e2 0%, #defdff 100%);
}

.wp-content .fan-message {
  background: #3ba3e3;
  padding: 45px 50px 90px;
  gap: min(84/1300 * 100vw, 84px) !important;
}

.wp-content .fan-message h3,
.wp-content .fan-message p {
  position: relative;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
}

.wp-content .fan-message h3::after {
  content: '';
  background: #fff;
  width: 50%;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  left: initial;
  translate: 0 -50%;
}

.wp-content .fan-message .wp-block-column {
  position: relative;
}

.wp-content .fan-message .wp-block-image {
  position: absolute;
  top: 15px;
  right: 0;
}

.wp-content .fan-message .wp-block-image img {
  border: 1px solid #0e68ca;
}

@media screen and (max-width: 1199px) {
  .wp-content .fan-message h3::after {
    width: 35%;
  }
}

@media screen and (max-width: 782px) {
  .wp-content h2 {
    padding-left: 20px;
    margin-bottom: 20px;
  }

  .wp-content h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .wp-content .fan-message {
    padding: 40px 20px 40px;
    gap: 0 !important;
  }

  .wp-content .fan-message .wp-block-image {
    position: relative;
    top: 0px;
    right: 0;
  }

  .wp-content .fan-message h3::after {
    width: calc(100% - 200px);
  }

  .wp-content .fan-message h3,
  .wp-content .fan-message p {
    position: relative;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
  }
}

/* -----------------------------------------------------
試合結果 一覧
--------------------------------------------------------*/
.season-wrap .game-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 170px;
}

.season-wrap .game-list a {
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: minmax(200px, 1fr) 1fr;
  gap: 20px;
  text-decoration: none;
  border-bottom: 1px solid #808080;
}

.season-wrap .game-list a:hover {
  opacity: 0.8;
}

.season-wrap .game-list .left-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.season-wrap .game-list .result-season {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  color: #3ba3e2;
}

.season-wrap .game-list .result-date {
  font-size: 26px;
  color: #464646;
  display: block;
  white-space: wrap;
}

.season-wrap .game-list .result-date span {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ff7800;
  padding: 5px 20px;
  color: #ff7800;
  line-height: 1;
  margin-right: 10px;
}
.season-wrap .game-list .place {
  color: #636363;
  font-size: 17px;
}

.season-wrap .game-list .right-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.season-wrap .game-list .right-content .team-logo-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.season-wrap .game-list .right-content .team-logo-img img {
  width: 80%;
  height: auto;
}

.season-wrap .game-list .team-name {
  font-size: 17px;
  color: #636363;
  text-align: center;
}

.season-wrap .game-list .right-content .latest-score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
}

.season-wrap .game-list .right-content .latest-number,
.season-wrap .game-list .right-content .latest-vs {
  font-size: 46px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  color: #3ba3e2;
}

.another-season .btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.another-season .btn-wrap .widget-btn {
  max-width: 170px;
}

@media screen and (max-width: 1199px) {
  .season-wrap .game-list .right-content {
    grid-template-columns: 1fr 100px 1fr;
    gap: 0px;
  }
}

@media screen and (max-width: 767px) {
  .season-wrap .game-list {
    gap: 20px;
    margin-bottom: 60px;
  }

  .season-wrap .game-list .result-season {
    font-size: 20px;
  }

  .season-wrap .game-list .left-content {
    gap: 5px;
  }

  .season-wrap .game-list .result-date {
    font-size: 20px;
  }

  .season-wrap .game-list .result-date span {
    padding: 2px 10px;
  }

  .season-wrap .game-list .right-content .latest-number,
  .season-wrap .game-list .right-content .latest-vs {
    font-size: clamp(35px, 8vw, 55px);
  }

  .season-wrap .game-list .team-name {
    font-size: 15px;
  }

  .season-wrap .game-list a {
    padding-bottom: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .season-wrap .game-list .right-content {
    gap: 0px;
    gap: 10px;
    grid-template-columns: 1fr minmax(100px, 1fr) 1fr;
  }

  .season-wrap .game-list .team-name {
    font-size: 12px;
  }
}

/* -----------------------------------------------------
試合結果 詳細
--------------------------------------------------------*/
.result-wrap {
  padding: 75px 0;
  background: url(../../image/top/result-bg.webp) no-repeat center;
  background-size: cover;
}

.result-wrap .result-date {
  font-size: 36px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

.result-wrap .result-date span {
  border: 1px solid #ff7800;
  font-family: 'Montserrat', sans-serif;
  color: #ff7800;
  font-size: 24px;
  padding: 0 20px;
}

.result-wrap .result-match {
  display: grid;
  grid-template-columns: 1fr 315px 1fr;
  gap: 60px;
}

.result-wrap .team-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.result-wrap .team-logo-img {
  background: #fff;
  width: 100%;
  aspect-ratio: 1/1;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.result-wrap .team-logo-img img {
  width: 80%;
  height: auto;
}

.result-wrap .team-name {
  color: #fff;
  font-size: 22px;
}

.result-wrap .match-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.result-wrap .latest-score {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.result-wrap .latest-number,
.result-wrap .latest-vs {
  color: #3ba3e3;
  font-size: 80px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}

.result-wrap .place {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.result-wrap .sets-score {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.result-wrap .sets-score p {
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .result-wrap .result-match {
    grid-template-columns: 1fr min(300/1000 * 100vw, 300px) 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .result-wrap .result-date {
    font-size: 18px;
    gap: 10px;
    margin-bottom: 20px;
  }

  .result-wrap .result-date span {
    font-size: 18px;
    padding: 0 10px;
    line-height: 1.2;
  }

  .result-wrap .result-match {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
  }

  .result-wrap .team-info {
    gap: 5px;
  }

  .result-wrap .team-logo-img {
    margin-bottom: 5px;
    padding: 5px;
  }

  .result-wrap .team-name {
    font-size: 12px;
  }

  .result-wrap .latest-score {
    gap: 10px;
  }

  .result-wrap .latest-number,
  .result-wrap .latest-vs {
    font-size: 35px;
  }

  .result-wrap .place,
  .result-wrap .sets-score p {
    font-size: 12px;
  }

  .result-wrap .sets-score {
    padding: 5px;
  }
}

.result-detail .btn-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 210px;
}

.result-detail .mainSwiper {
  margin-bottom: 20px;
}

.result-detail .swiper-slide {
  width: 100%;
  aspect-ratio: 45 / 31;
  display: flex;
  justify-content: center;
  align-items: center;
}

.result-detail .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.result-detail .thumb-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.result-detail .thumb-list li {
  width: 100%;
  /* aspect-ratio: 1/1; */
  cursor: pointer;
}

.result-detail .thumb-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}

@media screen and (max-width: 767px) {
  .result-detail .btn-wrap {
    margin-bottom: 70px;
  }

  .result-detail .mainSwiper {
    margin-bottom: 10px;
  }

  .result-detail .thumb-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
  }
}
