@charset "UTF-8";
/*
Theme Name: site2025
Author: Plusers
Description: original theme
Version： 1.0.0
*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ベースカラー
*--------------------------------------*/
/*--------------------------------------*
* フォント
*--------------------------------------*/
/*--------------------------------------*
* ブレイクポイント
*--------------------------------------*/
/*--------------------------------------*
* vw変換(SP用)
*--------------------------------------*/
/*--------------------------------------*
* vw変換(PC用)
*--------------------------------------*/
/*--------------------------------------*
* デフォルトスタイル
*--------------------------------------*/
html,
body {
  width: 100%;
  font-size: 16px;
  margin: 0 auto;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  background-color: #fff6f6;
  color: #eb6d8e;
  letter-spacing: 0.03em;
  line-height: 1.375;
  scroll-behavior: smooth;
}
html.active,
body.active {
  overflow: hidden;
}

.ja {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.ja_m {
  font-weight: 400;
}

.en {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.en_title {
  letter-spacing: 0.01em;
}

.en_m {
  font-weight: 500;
}

img,
video,
object {
  width: 100%;
  border: none;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.com_text {
  font-size: 14px;
  text-align: center;
}

/*--------------------------------------*
* aタグ
*--------------------------------------*/
a {
  display: block;
  text-decoration: none;
  transition: all 0.4s;
  color: #eb6d8e;
}
a[href=""] {
  pointer-events: none;
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 999;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
/*
Theme Name: site2025
Author: Plusers
Description: original theme
Version： 1.0.0
*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* ヘッダー
*--------------------------------------*/
header {
  width: 100%;
  z-index: 99;
}
header .logo {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    z-index: 99;
  }
  header .container {
    padding: 15px 10px;
  }
  header .sp_menu {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #eb6d8e;
    border-radius: 0 0 0 5px;
    border: 1px solid #eb6d8e;
    display: grid;
    place-content: center;
    height: 60px;
    width: 60px;
    transition: all 0.4s;
  }
  header .sp_menu.active {
    border: solid #fff;
    border-width: 0 0 1px 1px;
    height: calc(100svh - 30px);
    width: calc(100% - 30px);
    border-radius: 0 0 0 10px;
  }
  header .sp_menu.active .toggle_btn span:nth-child(1) {
    rotate: 45deg;
    top: 18px;
  }
  header .sp_menu.active .toggle_btn span:nth-child(2) {
    rotate: -45deg;
    bottom: 14px;
  }
  header .sp_menu.active .menu {
    display: block;
    animation: fadeIn 0.4s 0.3s forwards;
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  header .toggle_btn {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
  }
  header .toggle_btn span {
    transition: all 0.4s;
    transform-origin: left;
    position: absolute;
    width: 35px;
    height: 3px;
    background-color: #fff;
    translate: -50% 0;
    left: 50%;
    border-radius: 100vmax;
  }
  header .toggle_btn span:nth-child(1) {
    top: 24px;
  }
  header .toggle_btn span:nth-child(2) {
    bottom: 24px;
  }
  header .menu {
    display: none;
    opacity: 0;
  }
  header .menu li:not(ol li) {
    text-align: center;
    width: 150px;
  }
  header .menu li:not(ol li):not(li:last-child) {
    margin-bottom: 15px;
  }
  header .menu li:not(ol li):last-child {
    margin-bottom: 45px;
  }
  header .menu a:not(ol li a) {
    background-color: #fff;
    border-radius: 100vmax;
    font-size: 14px;
    padding: 10px 0;
  }
  header ol {
    position: absolute;
    display: grid;
    translate: 0 -50%;
    top: 50%;
    right: 20px;
    gap: 30px;
  }
  header ol li {
    width: 20px;
  }
  header .logo {
    gap: 5px;
  }
  header .logo figure {
    width: 70px;
  }
  header .logo p {
    font-size: 11px;
    color: #333333;
  }
  header .bg_logo {
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 160px;
  }
}
@media screen and (min-width: 769px) {
  header {
    margin: 0 auto;
    padding: 10px 1.5625vw;
    box-sizing: border-box;
  }
  header .container {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .logo {
    font-size: 1.09375vw;
    color: #333333;
  }
  header .logo figure {
    width: 6.25vw;
  }
  header .menu {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    justify-content: right;
  }
  header .menu li a {
    padding: 0.46875vw 0;
    transition: 0.4s;
    border-radius: 100vmax;
    width: 8.59375vw;
    font-size: 1.09375vw;
    color: #fff;
    background-color: #eb6d8e;
    border: 1px solid #eb6d8e;
  }
  header .menu li a:hover {
    color: #eb6d8e;
    background-color: #fff;
  }
}
/*
Theme Name: site2025
Author: Plusers
Description: original theme
Version： 1.0.0
*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* フッター
*--------------------------------------*/
footer .section_title {
  text-align: center;
}
footer .section_title h2 {
  font-family: "roboto flex", sans-serif;
  font-size: min(8.3333333333vw, 120px);
}
footer .com_text {
  color: #fff;
}
footer .sponsors .container {
  padding: 60px 0;
}
footer .section_title p {
  margin: 0 auto;
}
footer .spo_logo {
  max-width: 960px;
  margin: 0 auto;
}
footer .spo_logo .grid {
  display: grid;
  grid-template-columns: 150px 150px;
  gap: 15px;
  justify-content: center;
}
footer .spo_logo figure span {
  display: block;
  text-align: center;
  padding: 10px 0 0 0;
  font-size: 14px;
  color: #333333;
}
footer .spo_logo .flex {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}
footer .spo_title {
  font-size: 18px;
  color: #eb6d8e;
  margin: 60px auto 40px;
  position: relative;
}
footer .spo_title:after {
  content: "";
  background-color: #eb6d8e;
  width: 100%;
  height: 1px;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 0;
  z-index: 1;
}
footer .spo_title span {
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff6f6;
}
footer figure img {
  margin: 0 auto;
  border-radius: 5px;
}
footer .big img {
  max-width: 300px;
}
footer .middle img {
  max-width: 200px;
}
footer .footer {
  position: relative;
  background-color: #fff;
}
footer .footer .container {
  padding: 70px 0 0;
}
footer .logo {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .logo figure {
  width: 80px;
}
footer .logo p {
  font-size: 20px;
  color: #333333;
}
footer .menu {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  margin: 40px 0;
}
footer .menu li a {
  padding: 0.46875vw 0;
  transition: 0.4s;
  background-color: #eb6d8e;
  border-radius: 100vmax;
  color: #fff;
  width: 8.59375vw;
  font-size: 1.09375vw;
  border: 1px solid #eb6d8e;
}
footer .menu li a:hover {
  color: #eb6d8e;
  background-color: #fff;
}
footer .bottom_menu {
  display: grid;
  gap: 15px;
}
footer .bottom_menu a {
  width: fit-content;
  text-decoration: underline;
  font-size: 12px;
}
footer .sns_wrap {
  display: flex;
  gap: 12px;
  margin: 60px auto 0;
  align-items: center;
  justify-content: center;
}
footer .sns_wrap li a {
  width: 20px;
  transition: 0.4s;
  transform-origin: center;
}
footer .sns_wrap li a:hover {
  scale: 1.2;
}
footer .top_btn {
  width: 80px;
  height: 80px;
  background-color: #eb6d8e;
  color: #fff;
  border-radius: 100vmax;
  line-height: 1;
  position: absolute;
  right: 60px;
  bottom: 30px;
  transition: 0.4s;
  transform-origin: center;
  display: grid;
  place-content: center;
  text-align: center;
}
footer .top_btn:hover {
  scale: 1.08;
}
footer .copy {
  font-size: 12px;
  padding: 15px 0 35px;
}
footer .copy p {
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .sponsors .container {
    padding: 50px 0 70px;
  }
  footer .logo {
    justify-content: center;
    gap: 8px;
  }
  footer .logo figure {
    width: 40px;
  }
  footer .logo p {
    font-size: 11px;
  }
  footer .footer .container {
    width: 84vw;
  }
  footer .menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  footer .menu li a {
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
  }
  footer .bottom_menu {
    gap: 20px;
  }
  footer .sns_wrap {
    gap: 30px;
  }
  footer .top_btn {
    right: 15px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    font-size: 14px;
  }
  footer .copy {
    padding: 70px 0 60px;
  }
}
/*--------------------------------------*
* object
*--------------------------------------*/
/*-------------------
* component
-------------------*/
/*
Theme Name: site2025
Author: Plusers
Description: original theme
Version： 1.0.0
*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* コンテンツ幅
*--------------------------------------*/
/*
Theme Name: site2025
Author: Plusers
Description: original theme
Version： 1.0.0
*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 共通パーツ
*--------------------------------------*/
.arrow {
  position: absolute;
  width: 42px;
  height: 42px;
  bottom: 10px;
  right: 10px;
}

.page_index_wrap .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.page_index_wrap .section_title h2 {
  line-height: 1.0833333333;
  font-size: 120px;
}
.page_index_wrap .page_li {
  position: relative;
}
.page_index_wrap .page_li img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.page_index_wrap .page_li .arrow {
  transition: all 0.4s;
}
.page_index_wrap .page_li:hover .arrow {
  scale: 1.1;
}
.page_index_wrap p {
  color: #fff;
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 12px;
}
.page_index_wrap p span {
  font-size: 60px;
  letter-spacing: 0.1em;
}

.pan_list {
  background-color: #fff6f6;
  padding: 6px 20px;
}
.pan_list ul {
  display: flex;
  gap: 5px 30px;
  flex-wrap: wrap;
}
.pan_list ul li {
  font-size: 14px;
  position: relative;
}
.pan_list ul li a {
  text-decoration: underline;
}
.pan_list ul li:after {
  content: "";
  background-color: #eb6d8e;
  width: 10px;
  height: 1px;
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: -20px;
}
.pan_list ul li:last-child:after {
  display: none;
}

.page_title_wrapper .page_title {
  padding: 70px 0 50px;
  text-align: center;
}
.page_title_wrapper .page_title h1 {
  font-size: 80px;
  color: #eb6d8e;
  line-height: 1;
}
.page_title_wrapper .page_title .sub_title {
  font-size: 11px;
}

.bottom_wrapper .common_container {
  padding: 0 0 120px 0;
}

.single_title_wrapper {
  background-color: #eb6d8e;
  padding: 70px 0;
  color: #fff;
}
.single_title_wrapper .single_title {
  margin: 0 18.75vw;
}
.single_title_wrapper .time {
  font-size: 16px;
  margin-bottom: 10px;
}
.single_title_wrapper .time span {
  color: #eb6d8e;
  padding: 4px 30px;
  background-color: #fff;
  border: 1px solid #eb6d8e;
  border-radius: 100vmax;
  margin-left: 15px;
}
.single_title_wrapper h1 {
  font-size: 32px;
}

.team_single .single_title_wrapper h1 {
  text-align: center;
}
.team_single .single_title_wrapper .time {
  text-align: center;
  justify-content: center;
}
.team_single .single_title_wrapper .time span {
  margin: 0;
}

.title_bottom {
  width: 61.484375vw;
  margin: 0 0 0 auto;
}

.title_style1 {
  width: 260px;
  position: absolute;
  top: -25px;
  left: -9.375%;
  font-size: 20px;
  background-color: #eb6d8e;
  padding: 12px 60px 12px 0;
  color: #fff;
  text-align: right;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.btn_primary {
  display: inline-block;
  text-decoration: none;
  background-color: #eb6d8e;
  color: #fff;
  font-size: min(1.9444444444vw, 28px);
  font-weight: 600;
  border: 1px solid #eb6d8e;
  padding: min(0.8333333333vw, 12px) min(8.3333333333vw, 120px);
  border-radius: min(0.2777777778vw, 4px);
  transition: background-color 0.2s, color 0.2s;
}
.btn_primary:hover {
  background-color: #fff;
  color: #eb6d8e;
}
@media screen and (max-width: 768px) {
  .btn_primary {
    font-size: 16px;
    padding: 12px 28px;
    border-radius: 4px;
  }
}

.default_btn {
  font-size: 14px;
  padding: 7px 20px;
  background-color: #333333;
  color: #fff;
  width: fit-content;
  border-radius: 100vmax;
  border: 1px solid #333333;
  transition: all 0.4s;
}
.default_btn:after {
  content: ">";
  padding-left: 10px;
}
.default_btn:hover {
  background-color: #fff;
  color: #333333;
}

table {
  width: 100%;
}
table tbody {
  width: 100%;
  display: block;
}
table tr {
  border-radius: 3px;
}
table tr:nth-child(odd) {
  background-color: #ffe5f1;
}
table td {
  padding: 15px 20px;
}
table td:nth-child(1) {
  font-size: 14px;
  min-width: 80px;
}
table td:nth-child(2) {
  width: 100%;
  padding: 15px 20px 15px 0;
  font-size: 14px;
  font-weight: 400;
}
table a {
  text-decoration: underline;
}

.common_image img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}

@media screen and (max-width: 768px) {
  .page_index_wrap .section_title {
    margin-bottom: 30px;
  }
  .page_index_wrap .section_title h2 {
    font-size: 42px;
    text-align: center;
  }
  .page_index_wrap p span {
    font-size: 42px;
  }
  .page_title_wrapper .page_title {
    padding: 30px 0;
  }
  .page_title_wrapper .page_title h1 {
    font-size: 42px;
  }
  .page_title_wrapper .page_title .sub_title {
    padding-top: 5px;
    font-size: 10px;
  }
  .single_title_wrapper {
    padding: 50px 0;
  }
  .single_title_wrapper .single_title {
    margin: 0 5.3333333333vw;
  }
  .single_title_wrapper h1 {
    font-size: 18px;
  }
  .single_title_wrapper .time {
    display: flex;
    align-items: center;
  }
  .single_title_wrapper .time span {
    font-size: 10px;
    margin-left: 10px;
    padding: 3px 20px;
  }
  .title_bottom {
    width: 80vw;
  }
  .title_style1 {
    width: 140px;
    font-size: 18px;
    padding: 8px 0 8px 20px;
    text-align: left;
    left: -20px;
  }
  .pan_list ul li {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  .default_btn {
    font-size: 18px;
    padding: 7px 40px;
  }
  .single_title_wrapper {
    text-align: center;
  }
}
/*-------------------
* project
-------------------*/
/*
Theme Name: site2025
Author: Plusers
Description: original theme
Version： 1.0.0
*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
.section_title {
  margin-bottom: min(3.4722222222vw, 50px);
  font-family: "Roboto Flex", sans-serif;
}
.section_title h2 {
  font-weight: 600;
  letter-spacing: 5%;
}

.live_section .section_title h2,
.today_section .section_title h2,
.final_section .section_title h2,
.team_section .section_title h2,
.column_section .section_title h2 {
  z-index: 2;
  color: #fff;
  position: relative;
  font-size: min(8.8888888889vw, 128px);
  line-height: 1;
  -webkit-text-stroke: 4px #eb6d8e;
  paint-order: stroke fill;
  padding-left: min(9.7222222222vw, 140px);
}
.live_section .section_title h2:before,
.today_section .section_title h2:before,
.final_section .section_title h2:before,
.team_section .section_title h2:before,
.column_section .section_title h2:before {
  content: "▶︎";
  font-size: min(1.6666666667vw, 24px);
  position: absolute;
  top: 50%;
  left: min(5.5555555556vw, 80px);
  transform: translateY(-50%);
}
.live_section .section_title h2:after,
.today_section .section_title h2:after,
.final_section .section_title h2:after,
.team_section .section_title h2:after,
.column_section .section_title h2:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #eb6d8e;
  height: 60%;
  width: 100%;
  transform: translateY(-50%);
  top: 50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .live_section .section_title h2,
  .today_section .section_title h2,
  .final_section .section_title h2,
  .team_section .section_title h2,
  .column_section .section_title h2 {
    font-size: 48px;
  }
  .live_section .section_title h2:before,
  .today_section .section_title h2:before,
  .final_section .section_title h2:before,
  .team_section .section_title h2:before,
  .column_section .section_title h2:before {
    font-size: 14px;
  }
}

.com_text {
  font-size: 16px;
  text-align: center;
  padding: 40px 0 100px;
}

.front_common_container {
  width: 81.25vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .common_container {
    padding: 80px 0;
    width: 92%;
    margin: 0 auto;
    max-width: 500px;
  }
  .front_common_container {
    width: 94.6666666667vw;
  }
  .com_text {
    padding: 20px 0 40px;
  }
  .section_title {
    margin-bottom: 40px;
  }
  .section_title h2 {
    font-size: 32px;
    line-height: 1;
    -webkit-text-stroke: 2px #eb6d8e;
  }
  .section_title h2:before {
    font-size: 14px;
    left: 30px;
  }
  .section_title p {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .common_container {
    padding: 120px 0;
    width: 84.375%;
    margin: 0 auto;
    max-width: 1440px;
  }
}
.fv_column_section {
  padding: 0 0 min(5.5555555556vw, 80px);
  background-color: #fff;
}
.fv_column_section .fv_column_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.3888888889vw, 20px);
}
.fv_column_section .fv_column_swiper {
  padding-bottom: 40px;
}
.fv_column_section .fv_column_item a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: transform 0.4s ease;
}
.fv_column_section .fv_column_item a:hover img {
  transform: scale(1.05);
}
.fv_column_section .fv_column_item .common_image {
  position: relative;
  overflow: hidden;
}
.fv_column_section .fv_column_item .common_image img {
  aspect-ratio: 647/400;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}
.fv_column_section .fv_column_item .fv_column_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 55%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: min(1.6666666667vw, 24px);
}
.fv_column_section .fv_column_item .fv_column_meta {
  display: flex;
  align-items: center;
  gap: min(0.8333333333vw, 12px);
  margin-bottom: min(0.8333333333vw, 12px);
}
.fv_column_section .fv_column_item .fv_column_cat {
  background-color: #eb6d8e;
  color: #fff;
  font-size: min(0.7638888889vw, 11px);
  padding: min(0.1388888889vw, 2px) min(0.5555555556vw, 8px);
  border-radius: 4px;
  line-height: 1.4;
}
.fv_column_section .fv_column_item .fv_column_date {
  color: rgba(255, 255, 255, 0.85);
  font-size: min(0.7638888889vw, 11px);
}
.fv_column_section .fv_column_item .fv_column_title {
  font-size: min(1.3888888889vw, 20px);
  line-height: 1.5;
  color: #fff;
  margin: 0 0 min(0.8333333333vw, 12px);
}
.fv_column_section .fv_column_item .fv_column_excerpt {
  font-size: min(0.8333333333vw, 12px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fv_column_section .fv_column_pagination {
  text-align: center;
  bottom: 0;
}
.fv_column_section .fv_column_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: min(0.5555555556vw, 8px);
  height: min(0.5555555556vw, 8px);
  background-color: #d4d4d4;
  margin: 0 min(1.1111111111vw, 16px);
  opacity: 1;
}
.fv_column_section .fv_column_pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #eb6d8e;
}
@media screen and (max-width: 768px) {
  .fv_column_section {
    padding: 60px 0;
  }
  .fv_column_section .fv_column_pagination {
    margin-top: 16px;
  }
  .fv_column_section .fv_column_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .fv_column_section .fv_column_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .fv_column_section .fv_column_item .common_image {
    border-radius: 6px;
  }
  .fv_column_section .fv_column_item .fv_column_overlay {
    padding: 12px;
  }
  .fv_column_section .fv_column_item .fv_column_meta {
    gap: 6px;
    margin-bottom: 4px;
  }
  .fv_column_section .fv_column_item .fv_column_cat {
    font-size: 10px;
    padding: 2px 6px;
  }
  .fv_column_section .fv_column_item .fv_column_date {
    font-size: 10px;
  }
  .fv_column_section .fv_column_item .fv_column_title {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .fv_column_section .fv_column_item .fv_column_excerpt {
    font-size: 10px;
  }
}

.match_cards_grid {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.8333333333vw, 12px);
}

.match_card {
  width: 300px;
  box-sizing: border-box;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: min(0.2777777778vw, 4px);
  padding: min(1.9444444444vw, 28px) min(2.2222222222vw, 32px);
  box-shadow: 0 min(0.2777777778vw, 4px) min(1.1111111111vw, 16px) rgba(0, 0, 0, 0.07);
  border: 1px solid #f0e0e8;
  display: flex;
  flex-direction: column;
  gap: min(0.8333333333vw, 12px);
}
.match_card .match_card_top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.match_card .match_round {
  font-size: min(1.1111111111vw, 16px);
  font-weight: 600;
  color: #eb6d8e;
  border-radius: min(0.2777777778vw, 4px);
}
.match_card .match_status_badge {
  font-size: min(0.8333333333vw, 12px);
  font-weight: 700;
  padding: min(0.2777777778vw, 4px) min(0.8333333333vw, 12px);
  border-radius: min(0.2777777778vw, 4px);
}
.match_card .match_status_badge.is-live {
  background-color: #eb6d8e;
  color: #fff;
}
.match_card .match_status_badge.is-upcoming {
  background-color: #f0f0f0;
  color: #777;
}
.match_card .match_status_badge.is-finished {
  background-color: #e8e8e8;
  color: #555;
}
.match_card .match_date_time {
  display: grid;
  align-items: center;
  gap: min(0.2777777778vw, 4px);
  justify-content: center;
  text-align: center;
  color: #333333;
  font-size: min(0.9722222222vw, 14px);
}
.match_card .match_date_time .match_time {
  font-weight: 600;
  color: #333333;
  font-size: min(1.6666666667vw, 24px);
}
.match_card .match_versus {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: min(1.1111111111vw, 16px);
}
.match_card .match_team {
  font-size: min(1.25vw, 18px);
  font-weight: 700;
  color: #333333;
  text-align: center;
  line-height: 1.3;
}
.match_card .match_center {
  text-align: center;
  flex-shrink: 0;
}
.match_card .match_score {
  font-size: min(1.9444444444vw, 28px);
  font-weight: 800;
  color: #eb6d8e;
  font-family: "Roboto Flex", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
.match_card .match_vs {
  font-size: min(0.9027777778vw, 13px);
  color: #bbb;
  font-weight: 600;
}
.match_card {
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 0.2s, transform 0.2s;
}
.match_card:hover {
  box-shadow: 0 min(0.5555555556vw, 8px) min(1.6666666667vw, 24px) rgba(0, 0, 0, 0.13);
  transform: translateY(-2px);
}
.match_card .match_card_footer {
  margin-top: auto;
  background-color: #eb6d8e;
  color: #fff;
  text-align: center;
  font-family: "Roboto Flex", sans-serif;
  font-size: min(0.9027777778vw, 13px);
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: min(0.8333333333vw, 12px) 0;
  margin-left: max(-2.2222222222vw, -32px);
  margin-right: max(-2.2222222222vw, -32px);
  margin-bottom: max(-1.9444444444vw, -28px);
  border-radius: 0 0 min(0.2777777778vw, 4px) min(0.2777777778vw, 4px);
}
@media screen and (max-width: 768px) {
  .match_card {
    width: 100%;
    padding: 20px;
    gap: 12px;
  }
  .match_card .match_round {
    font-size: 14px;
  }
  .match_card .match_status_badge {
    font-size: 10px;
    padding: 3px 8px;
  }
  .match_card .match_date_time {
    font-size: 12px;
    gap: 6px;
  }
  .match_card .match_date_time .match_time {
    font-size: 22px;
  }
  .match_card .match_versus {
    gap: 10px;
  }
  .match_card .match_team {
    font-size: 16px;
  }
  .match_card .match_score {
    font-size: 26px;
  }
  .match_card .match_vs {
    font-size: 11px;
  }
  .match_card .match_card_footer {
    font-size: 11px;
    padding: 10px 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
  }
}

#live-app.match_cards_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#live-app.match_cards_grid .match_card {
  width: 100%;
}
#live-app.match_cards_grid .match_round {
  font-size: min(1.6666666667vw, 24px);
}
@media screen and (max-width: 768px) {
  #live-app.match_cards_grid {
    grid-template-columns: 1fr;
  }
  #live-app.match_cards_grid .match_round {
    font-size: 18px;
  }
}

.live_section {
  padding: min(4.1666666667vw, 60px) 0 min(5.5555555556vw, 80px);
  background-color: #fff9fb;
  position: relative;
}
.live_section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #eb6d8e;
  opacity: 0.06;
  height: 100%;
  width: 100%;
  z-index: 1;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.live_section .banner_section {
  background-color: #fff;
  padding: min(2.7777777778vw, 40px);
  text-align: center;
  margin-top: min(5.5555555556vw, 80px);
  display: grid;
  gap: min(1.3888888889vw, 20px);
}
.live_section .banner_section p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(1.1111111111vw, 16px);
}
.live_section .banner_section p::before, .live_section .banner_section p::after {
  content: "";
  display: block;
  width: 1px;
  height: min(2.7777777778vw, 40px);
  background-color: currentColor;
  flex-shrink: 0;
}
.live_section .banner_section p::before {
  transform: rotate(-30deg);
}
.live_section .banner_section p::after {
  transform: rotate(30deg);
}
.live_section .banner_section a {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .live_section {
    padding: 50px 0 60px;
  }
  .live_section .banner_section {
    padding: 24px 16px;
    margin-top: 40px;
    gap: 16px;
  }
  .live_section .banner_section p {
    font-size: 13px;
    gap: 10px;
  }
  .live_section .banner_section p::before, .live_section .banner_section p::after {
    height: 30px;
  }
  .live_section .banner_section a {
    width: 100%;
  }
}

#today-app {
  display: grid;
  gap: 80px;
}
#today-app .match_card_top {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #today-app {
    gap: 40px;
  }
}

.today_section {
  padding: min(4.1666666667vw, 60px) 0 min(5.5555555556vw, 80px);
  background-color: rgba(235, 109, 142, 0.1254901961);
}
.today_section .today_stadium_group + .today_stadium_group {
  margin-top: min(3.3333333333vw, 48px);
}
.today_section .today_stadium_name {
  font-size: min(2.2222222222vw, 32px);
  font-weight: 700;
  color: #eb6d8e;
  text-align: center;
  margin-bottom: min(1.3888888889vw, 20px);
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .today_section {
    padding: 50px 0 60px;
  }
  .today_section .today_stadium_group + .today_stadium_group {
    margin-top: 32px;
  }
  .today_section .today_stadium_name {
    font-size: 24px;
    margin-bottom: 14px;
  }
}

.final_section {
  padding: min(4.1666666667vw, 60px) 0 min(5.5555555556vw, 80px);
  background-color: rgba(235, 109, 142, 0.1254901961);
}
.final_section .front_common_container {
  display: grid;
  gap: 40px;
}
.final_section .final_inner {
  background-color: #fff;
  padding: min(8.3333333333vw, 120px) min(5.5555555556vw, 80px);
  border-radius: min(0.2777777778vw, 4px);
  position: relative;
  z-index: 1;
}
.final_section h2 {
  font-size: min(8.8888888889vw, 128px);
  font-family: "Roboto Flex", sans-serif;
  font-weight: 600;
  color: #eb6d8e;
  text-align: center;
  margin-bottom: min(0.8333333333vw, 12px);
  line-height: 1;
  letter-spacing: 8%;
}
.final_section .sub_title {
  font-size: min(1.3888888889vw, 20px);
  color: #333333;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
.final_section .final_text {
  margin: 40px auto 100px;
  font-size: min(1.1111111111vw, 16px);
  text-align: center;
  color: #333333;
}
.final_section .final_bracket {
  position: relative;
}
.final_section .final_bracket img {
  width: 100%;
  height: auto;
}
.final_section .bracket_zoom_btn {
  display: none;
}
.final_section .qualifier_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .final_section {
    padding: 50px 0 60px;
  }
  .final_section .final_inner {
    padding: 50px 20px;
    border-radius: 4px;
  }
  .final_section h2 {
    font-size: 30px;
    -webkit-text-stroke: 2px #eb6d8e;
  }
  .final_section .sub_title {
    font-size: 18px;
  }
  .final_section .final_text {
    font-size: 14px;
    margin: 20px auto 40px;
  }
  .final_section .bracket_zoom_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
  }
  .final_section .bracket_zoom_btn svg {
    width: 18px;
    height: 18px;
  }
  .final_section .qualifier_list {
    grid-template-columns: 1fr;
  }
}

#games .final_inner {
  background-color: #fff;
  padding: min(8.3333333333vw, 120px) min(5.5555555556vw, 80px);
  border-radius: min(0.2777777778vw, 4px);
  position: relative;
  z-index: 1;
}
#games .final_inner h2 {
  font-size: min(8.8888888889vw, 128px);
  font-family: "Roboto Flex", sans-serif;
  font-weight: 600;
  color: #eb6d8e;
  text-align: center;
  margin-bottom: min(0.8333333333vw, 12px);
  line-height: 1;
}
#games .final_inner .sub_title {
  font-size: min(1.3888888889vw, 20px);
  color: #333333;
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}
#games .final_inner .qualifier_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
#games .final_inner .qualifier_list img {
  width: 100%;
  height: auto;
}
#games .final_inner .final_text {
  font-size: min(1.1111111111vw, 16px);
  text-align: center;
  color: #333333;
  margin: 20px auto 40px;
}
#games .final_inner .final_bracket {
  position: relative;
}
#games .final_inner .final_bracket img {
  width: 100%;
  height: auto;
}
#games .final_inner .bracket_zoom_btn {
  display: none;
}
@media screen and (max-width: 768px) {
  #games .final_inner {
    padding: 50px 20px;
    border-radius: 4px;
  }
  #games .final_inner h2 {
    font-size: 56px;
  }
  #games .final_inner .sub_title {
    font-size: 18px;
  }
  #games .final_inner .final_text {
    font-size: 14px;
  }
  #games .final_inner .qualifier_list {
    grid-template-columns: 1fr;
  }
  #games .final_inner .bracket_zoom_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.55);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
  }
  #games .final_inner .bracket_zoom_btn svg {
    width: 18px;
    height: 18px;
  }
}

.bracket_modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.bracket_modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bracket_modal .bracket_modal_bg {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.92);
}
.bracket_modal .bracket_modal_content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bracket_modal .bracket_modal_close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}
.bracket_modal .bracket_modal_close svg {
  width: 20px;
  height: 20px;
}
.bracket_modal .bracket_modal_img_wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: pan-x pan-y pinch-zoom;
}
.bracket_modal .bracket_modal_img_wrap img {
  width: 100vw;
  max-width: none;
  transform-origin: center center;
  user-select: none;
  -webkit-user-drag: none;
  display: block;
}

.team_section {
  padding: min(4.1666666667vw, 60px) 0 min(5.5555555556vw, 80px);
  background-color: #fff;
  overflow: hidden;
}
.team_section .team_section_footer {
  margin-top: min(4.4444444444vw, 64px);
  text-align: center;
}
.team_section .team_text {
  font-size: min(1.6666666667vw, 24px);
  text-align: center;
  margin: 60px 0;
}
.team_section .team_slider {
  width: 100%;
  overflow: visible;
  cursor: grab;
}
.team_section .team_slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.team_section .team_slider .team_image {
  aspect-ratio: 16/9 !important;
}
.team_section .team_slider .team_image img {
  height: 100%;
  object-fit: cover;
}
.team_section .team_slider:active {
  cursor: grabbing;
}
.team_section .team_item {
  width: min(18.0555555556vw, 260px);
}
.team_section .team_item a {
  display: block;
  text-decoration: none;
}
.team_section .team_item .team_image {
  margin-bottom: min(0.8333333333vw, 12px);
  overflow: hidden;
  border-radius: min(0.4166666667vw, 6px);
}
.team_section .team_item .team_image img {
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
.team_section .team_item .team_image.placeholder {
  aspect-ratio: 4/3;
  background-color: #e8e8e8;
}
.team_section .team_item:hover .team_image img {
  transform: scale(1.05);
}
.team_section .team_item h3 {
  font-size: min(0.9027777778vw, 13px);
  color: #333333;
  margin: 0;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .team_section {
    padding: 50px 0 60px;
  }
  .team_section .team_section_footer {
    margin-top: 24px;
  }
  .team_section .team_text {
    font-size: 14px;
    margin: 24px auto;
    width: 90%;
  }
  .team_section .team_item {
    width: 160px;
  }
  .team_section .team_item .team_image {
    margin-bottom: 8px;
    border-radius: 4px;
  }
  .team_section .team_item h3 {
    font-size: 11px;
  }
}

.column_section {
  padding: min(5.5555555556vw, 80px) 0 min(5.5555555556vw, 80px);
  background-color: #fff6f8;
}
.column_section .column_group + .column_group {
  margin-top: min(8.3333333333vw, 120px);
}
.column_section .column_group_footer {
  margin-top: min(4.4444444444vw, 64px);
  text-align: center;
}
.column_section .column_group_title {
  font-size: min(2.2222222222vw, 32px);
  font-weight: 700;
  color: #333333;
  margin: 0 0 40px;
  text-align: center;
  color: #eb6d8e;
  line-height: 1.3;
}
.column_section .column_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.6666666667vw, 24px);
}
.column_section .column_item a {
  background-color: #fff;
  display: block;
  text-decoration: none;
  transition: transform 0.4s ease;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
}
.column_section .column_item a:hover {
  transform: translateY(-6px);
}
.column_section .column_item a div {
  padding: min(1.1111111111vw, 16px);
}
.column_section .column_item .common_image {
  overflow: hidden;
}
.column_section .column_item .common_image img {
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
.column_section .column_item .common_image:hover img {
  transform: scale(1.06);
}
.column_section .column_item .column_item_date {
  display: block;
  font-size: min(0.8333333333vw, 12px);
  margin-bottom: min(0.2777777778vw, 4px);
}
.column_section .column_item h4 {
  font-size: min(1.25vw, 18px);
  font-weight: 700;
  color: #333333;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .column_section {
    padding: 60px 0 60px;
  }
  .column_section .column_group + .column_group {
    margin-top: 80px;
  }
  .column_section .column_group_footer {
    margin-top: 20px;
  }
  .column_section .column_group_title {
    font-size: 24px;
    margin: 40px 0 16px;
  }
  .column_section .column_grid {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto;
    gap: 16px;
  }
  .column_section .column_item a div {
    padding: 10px;
  }
  .column_section .column_item .column_item_date {
    font-size: 10px;
    margin-bottom: 2px;
  }
  .column_section .column_item h4 {
    font-size: 16px;
  }
}

/*
Theme Name: site2025
Author: Plusers
Description: original theme
Version： 1.0.0
*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 固定ページ
*--------------------------------------*/
#about .box {
  padding: 3.125%;
  background-color: #fff;
  border-radius: 10px;
}
#about .box_inner {
  display: grid;
  align-items: center;
  justify-content: center;
}
#about .default_btn {
  margin: 45px auto 0;
}
#about .block {
  margin-bottom: 115px;
  position: relative;
}
#about .history .box_inner {
  grid-template-columns: 1fr;
}
#about .school_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#about .history_title {
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
}
#about .gallaly {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 115px;
}
#about .stadium_li {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding-top: 50px;
}
#about .stadium_li li {
  background-color: #fff;
  padding: 30px 0;
  width: calc(50% - 30px);
  min-width: 505px;
}
#about .stadium_li .access {
  font-size: 12px;
  margin: 10px auto 20px;
  width: fit-content;
  text-decoration: underline;
}
#about .stadium_li .map {
  margin: 0 auto;
  width: fit-content;
}
#about .stadium_li .map iframe {
  border-radius: 5px;
}
#about .stadium_li .stadium_name {
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  background-color: #fff6f6;
  padding: 8px;
  width: 70%;
  margin: 0 auto;
}

#archive .archive_li,
#single .archive_li {
  display: grid;
  gap: 15px;
}
#archive .archive_li li,
#single .archive_li li {
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
  position: relative;
}
#archive .archive_li a,
#single .archive_li a {
  display: grid;
  grid-template-columns: 29.296875% auto;
  gap: 0 30px;
  align-items: center;
}
#archive .archive_li a:hover img,
#single .archive_li a:hover img {
  scale: 1.1;
}
#archive .archive_li a:hover .default_btn,
#single .archive_li a:hover .default_btn {
  background-color: #fff;
  color: #eb6d8e;
}
#archive .archive_li .default_btn,
#single .archive_li .default_btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#archive .archive_li figure,
#single .archive_li figure {
  overflow: hidden;
  border-radius: 10px;
}
#archive .archive_li img,
#single .archive_li img {
  transition: all 0.4s;
  border-radius: 10px;
}
#archive .archive_li .data,
#single .archive_li .data {
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: 20px;
}
#archive .archive_li .archive_title,
#single .archive_li .archive_title {
  font-size: 24px;
}
#archive .archive_li .news_excerpt,
#single .archive_li .news_excerpt {
  font-size: 14px;
  padding-top: 10px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 3行以上は非表示 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 100px; /* 50px以上は非表示 */
}

.schedule {
  position: relative;
}
.schedule .common_container {
  position: relative;
}
.schedule .box {
  padding: 3.125%;
  background-color: #fff;
  border-radius: 10px;
}
.schedule .box_inner {
  display: grid;
  align-items: center;
  justify-content: center;
}
.schedule .box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px auto 0;
}
.schedule .box ul li a {
  display: flex;
  justify-content: space-between;
  width: auto;
  cursor: pointer;
}

#games .data_wrapper .data_block:nth-child(odd) {
  background-color: #fff;
}
#games .data_wrapper .data_block {
  padding: 15px 0 70px;
}
#games .data_wrapper .common_container {
  padding: 0;
}
#games .data_title {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 15px;
}
#games .data_title span {
  font-size: 21px;
  margin-left: 10px;
}
#games .games_wrapper {
  display: grid;
  grid-template-columns: min(300px, 22.0833333333vw) min(500px, 39.1666666667vw) auto;
  gap: 25px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#games .games_wrapper:not(#games .games_wrapper:nth-child(2)) {
  padding-top: 25px;
  position: relative;
}
#games .games_wrapper:not(#games .games_wrapper:nth-child(2)):after {
  content: "";
  position: absolute;
  top: 0;
  translate: -50% 0;
  left: 50%;
  background-color: #c2c2c2;
  height: 1px;
  width: 80%;
}
#games .games_wrapper:not(#games .games_wrapper:last-child) {
  margin-bottom: 25px;
}
#games .score_number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  gap: 10px;
}
#games .score_number .school_name {
  font-size: 18px;
  padding-top: 5px;
}
#games .score_number .en {
  font-size: 42px;
}
#games .score_number .line {
  padding: 0 5px;
}
#games .score_number .total_score {
  min-width: 20px;
}
#games .score_number .total_score.win {
  color: #eb6d8e;
  position: relative;
}
#games .score_number .total_score.win:after {
  content: "";
  width: 11px;
  height: 5px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #eb6d8e;
  position: absolute;
  top: -5px;
  translate: -50% 0;
  left: 50%;
}
#games .stadium {
  font-size: 10px;
  color: #333333;
  font-weight: 400;
  text-align: center;
  padding-top: 5px;
}
#games .stadium .switch {
  display: none;
}
#games .stadium .switch.active {
  display: block;
}
#games .score_block {
  max-width: 500px;
}
#games .score_block table {
  background-color: #fff;
  border: 1px solid #eb6d8e;
  border-radius: 3px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
}
#games .score_block table thead {
  background-color: #eb6d8e;
  color: #fff;
  font-size: 14px;
}
#games .score_block table thead th {
  padding: 3px 0;
}
#games .score_block table tbody {
  align-items: center;
  display: contents;
  color: #333333;
}
#games .score_block table tbody tr:nth-child(2) {
  background-color: #fff;
  border-top: 1px solid #eb6d8e;
}
#games .score_block table tbody tr:nth-child(2) td, #games .score_block table tbody tr:nth-child(2) th {
  border-top: 1px solid #eb6d8e;
}
#games .score_block table tbody th {
  border-right: 1px solid #eb6d8e;
}
#games .score_block table td {
  padding: 0;
  text-align: center;
  width: 7%;
  font-size: 24px;
  font-weight: 300;
  height: 35px;
}
#games .score_block table td:not(#games .score_block table td:last-child) {
  border-right: 1px solid #eb6d8e;
}
#games .score_block table td.total {
  font-weight: 700;
}
#games .score_block table .school_name {
  font-size: 12px;
  vertical-align: middle;
}
#games .score_block table td:nth-child(2) {
  font-weight: 400;
  padding: 0;
}
#games .score_block .information {
  color: #FF0000;
  font-size: 11px;
  padding-top: 3px;
}
#games .game_link ul {
  display: grid;
  align-items: center;
  gap: 10px;
}
#games .game_link ul li a {
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  width: fit-content;
}

#column .column_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 20px;
}
#column .column_wrap li {
  transition: all 0.4s;
}
#column .column_wrap .fade {
  transition: opacity 0.4s ease;
  opacity: 1;
}
#column .column_wrap .fade-out {
  opacity: 0;
}
#column .section_title {
  font-size: 42px;
}
#column .section_title span {
  font-size: 14px;
}
#column .section_title.bottom_title {
  margin: 100px 0 45px;
}
#column .review {
  padding-top: 40px;
  background-color: #fff6f6;
}

#column .column_wrap img,
.front_column .column_wrap img {
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 10px;
}
#column .column_wrap .data,
.front_column .column_wrap .data {
  font-size: 12px;
}
#column .column_wrap .title,
.front_column .column_wrap .title {
  font-size: 18px;
  padding: 5px 0 10px;
}

.front_column .section_title.center_title {
  margin-bottom: 45px;
}
.front_column .section_title {
  font-size: 42px;
  margin: 0;
}
.front_column .section_title span {
  font-size: 14px;
}
.front_column .bottom_title {
  margin: 100px auto 30px;
}

#page .common_container {
  width: 800px;
  margin: 50px auto;
}
#page .page_content h2:nth-child(1) {
  padding: 0 0 5px;
}
#page .page_content h2 {
  font-size: 24px;
  padding: 50px 0 10px;
}
#page .page_content p {
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.625;
}

#team .bottom_wrapper {
  overflow-x: hidden;
}

#team_archive .team_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  width: fit-content;
  margin: 0 auto;
}
#team_archive .team_grid li a {
  background-color: #eb6d8e;
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
  overflow: hidden;
  height: 100%;
}
#team_archive .team_grid li a:hover img {
  scale: 1.05;
  transition: all 0.4s;
}
#team_archive .team_grid li a figure {
  overflow: hidden;
}
#team_archive .team_grid li a img {
  transition: all 0.4s;
  aspect-ratio: 16/9;
  height: 100%;
  object-fit: cover;
}
#team_archive .team_grid li a .team_name {
  padding: 7px 15px;
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.team_single .bottom_wrapper .container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 0 120px 0;
}
.team_single article {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.team_single article .common_image {
  padding: 0;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto 15px;
}
.team_single article .right {
  padding-left: 14.4230769231%;
}
.team_single article .small_txt {
  font-size: 10px;
  padding-bottom: 3px;
}
.team_single article .team_comment {
  font-size: 14px;
  line-height: 1.4285714286;
  padding: 10px 25px;
}
.team_single article .history > p {
  font-size: 18px;
  padding: 45px 0 5px;
}
.team_single article .history .history_li {
  display: grid;
  gap: 5px;
}
.team_single article .history .history_li li {
  padding: 5px 15px;
  font-size: 14px;
  background-color: #fff6f6;
}
.team_single .member_table tr {
  display: grid;
  grid-template-columns: 3fr 1fr;
  text-align: center;
  gap: 10px;
}
.team_single .member_table tr td {
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
}
.team_single .member_table tr:nth-child(1) td {
  background-color: #eb6d8e;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
}
.team_single .member_table tr:nth-child(1) tr {
  vertical-align: middle;
}
.team_single .member_table tr:nth-child(2) td:nth-child(1) {
  position: relative;
}
.team_single .member_table tr:nth-child(2) td:nth-child(1):before {
  content: "★";
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  left: 10%;
}

@media screen and (max-width: 768px) {
  .page_title_wrapper .common_container {
    padding: 105px 0 20px;
    border-bottom: 1px solid #fff;
  }
  .bottom_wrapper .common_container {
    padding: 0 0 100px;
  }
  .page_index_wrap .container {
    grid-template-columns: 1fr;
  }
  #archive .archive_li li,
  #single .archive_li li {
    padding: 10px;
  }
  #archive .archive_li li a,
  #single .archive_li li a {
    grid-template-columns: 120px auto;
    font-size: 14px;
    align-items: flex-start;
    gap: 0 10px;
  }
  #archive .archive_li li .news_excerpt, #archive .archive_li li .data,
  #single .archive_li li .news_excerpt,
  #single .archive_li li .data {
    display: none;
  }
  #archive .archive_li .archive_title,
  #single .archive_li .archive_title {
    font-size: 14px;
    padding-top: 5px;
  }
  #archive .archive_li figure, #archive .archive_li img,
  #single .archive_li figure,
  #single .archive_li img {
    border-radius: 5px;
  }
  #archive .archive_li .arrow,
  #single .archive_li .arrow {
    width: 20px;
    height: 20px;
  }
  #archive .section_title,
  #single .section_title {
    text-align: center;
  }
  #archive .section_title p,
  #single .section_title p {
    margin: 0 auto;
  }
  #about .box {
    padding: 8vw 10px;
  }
  #about .tounament_about {
    margin-top: 40px;
  }
  #about .tounament_logo {
    width: 66.6666666667vw;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  #about .tounament_logo img {
    width: 80%;
    margin: 0 auto;
  }
  #about .block {
    margin-bottom: 120px;
  }
  #about .school_list {
    grid-template-columns: 1fr;
    width: fit-content;
    margin: 0 auto;
    font-size: 14px;
  }
  #about .stadium_li {
    padding-top: 30px;
    gap: 10px;
  }
  #about .stadium_li li {
    width: 100%;
    min-width: inherit;
    padding: 15px 0;
  }
  #about .stadium_li .stadium_name {
    width: 90%;
  }
  #about .stadium_li .access {
    margin: 8px auto;
  }
  #about .stadium_li .map {
    width: 90%;
  }
  #about .stadium_li .map iframe {
    width: 100%;
    height: 130px;
  }
  #final .block {
    padding: 80px 0;
  }
  #final .ticket_btn {
    font-size: 16px;
    width: 80%;
    margin: 30px auto 0;
  }
  #final .sp_grid {
    display: grid;
  }
  #final .sp_grid .banner {
    grid-row: 1/2;
  }
  #final .sp_grid figure {
    margin: 0;
  }
  #final .table_container table td:nth-child(1) {
    min-width: 60px;
  }
  #final .final_text {
    font-size: 14px;
  }
  .schedule {
    margin-top: 40px;
  }
  .schedule .box ul {
    grid-template-columns: 1fr 1fr;
    margin: 20px auto;
  }
  .schedule .box ul li a {
    width: auto;
  }
  #games .games_wrapper {
    padding: 30px 0;
    grid-template-columns: 1fr;
  }
  #games .games_wrapper:not(#games .games_wrapper:nth-child(2)):after {
    width: 100%;
  }
  #games .game_link ul {
    justify-content: right;
  }
  #games .game_link ul li a {
    margin: 0 0 0 auto;
  }
  #page .common_container {
    width: 335px;
    margin: 20px auto;
  }
  #page .page_content h2 {
    font-size: 18px;
  }
  #page .page_content p {
    font-size: 14px;
    padding: 5px 0;
  }
  #team_archive .place_li {
    width: 350px;
    gap: 10px 20px;
    font-size: 14px;
  }
  #team_archive h2:before {
    font-size: 80px;
    left: -20px;
  }
  #team_archive h2:nth-of-type(even):before {
    right: -20px;
  }
  #team_archive .team_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #team_archive .team_grid li a {
    font-size: 12px;
    width: 100%;
  }
  #team_archive .team_grid li a .team_name {
    padding: 5px 10px;
  }
  .team_single .container {
    width: 90%;
  }
  .team_single article {
    grid-template-columns: 1fr;
  }
  .team_single article .right {
    padding: 0;
    margin-top: 80px;
  }
  .team_single .member_table tr td {
    font-size: 14px;
  }
  #column .column_wrap {
    grid-template-columns: 1fr 1fr;
    gap: 20px 5px;
  }
  #column .column_wrap .data {
    font-size: 11px;
  }
  #column .column_wrap img {
    margin-bottom: 5px;
    border-radius: 3px;
  }
  #column .column_wrap .title {
    font-size: 16px;
    padding: 3px 0 0 0;
    line-height: 1.4;
  }
}
@media screen and (min-width: 769px) {
  #about .box_inner {
    grid-template-columns: 27.34375% auto;
  }
  #about .tounament_logo {
    padding-right: 50px;
  }
  #about .table_container {
    border-left: 1px solid #fff6f6;
    padding-left: 50px;
  }
}
/*
Theme Name: site2025
Author: Plusers
Description: original theme
Version： 1.0.0
*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
/*--------------------------------------*
* 詳細ページ
*--------------------------------------*/
.single_wrapper {
  margin-top: 50px;
}
.single_wrapper .common_container {
  width: 800px;
}
.single_wrapper .common_image {
  padding-bottom: 15px;
  width: 80%;
  margin: 0 auto 20px;
}
.single_wrapper .common_image img {
  border-radius: 10px;
}
.single_wrapper .text p {
  font-size: 16px;
  line-height: 1.5625;
  padding: 20px 0;
}
.single_wrapper .text img {
  padding: 10px 0;
}
.single_wrapper .left .text a {
  display: inline;
  text-decoration: underline;
  color: #eb6d8e;
}
.single_wrapper .default_btn {
  margin: 80px auto 0;
}

.side_wrapper .grid {
  display: grid;
  gap: 8px;
}
.side_wrapper li a {
  display: grid;
  grid-template-columns: 140px auto;
  gap: 10px;
  font-size: 13px;
}
.side_wrapper li a figure {
  border-radius: 5px;
  overflow: hidden;
}
.side_wrapper li a:hover img {
  scale: 1.1;
}
.side_wrapper li a:hover .card_title {
  text-decoration: underline;
}
.side_wrapper .data {
  padding-top: 5px;
  color: #eb6d8e;
  font-size: 12px;
}
.side_wrapper img {
  border-radius: 5px;
  transition: all 0.4s;
}
.side_wrapper .link_wrap {
  margin-top: 35px;
}
.side_wrapper .link_wrap a:not(a:last-child) {
  margin-bottom: 10px;
}

.single_team .team_text {
  padding-bottom: 15px;
  font-size: 18px;
}
.single_team .team_text span {
  color: #eb6d8e;
  font-size: 14px;
}
.single_team .member_wrap {
  border: solid #fff;
  border-width: 1px 0;
  margin: 15px 0;
}
.single_team .member_wrap .member_title {
  background-color: #fff;
  margin-top: -28px;
  display: block;
  width: fit-content;
  padding: 15px 10px 0 0;
}
.single_team .default_btn {
  margin: 65px auto 0;
}
.single_team .common_image {
  position: relative;
  padding-top: 30px;
}
.single_team .common_image.sidebar_image {
  padding-top: 0;
}
.single_team .index_number {
  color: #eb6d8e;
  font-size: 42px;
  position: absolute;
  z-index: 2;
  top: 0;
  font-weight: 500;
}
.single_team .cate_label span {
  font-size: 13px;
  width: 160px;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 25px;
  right: 0;
  padding: 7px 0;
  color: #fff;
  background-color: #e50111;
}
.single_team .cate_label span.youth {
  background-color: #4f56fc;
}
.single_team table {
  background-color: inherit;
  border: inherit;
  border-radius: inherit;
}
.single_team table tr:not(tr:last-child) {
  border-bottom: inherit;
}
.single_team table tr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: fit-content;
  margin: 10px auto 0;
  gap: 10px 50px;
}
.single_team table td {
  padding: 0;
  min-width: auto;
  width: auto;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
}
.single_team table td span {
  font-size: 14px;
  color: #fff6f6 !important;
  margin-right: 20px;
}
.single_team table td p {
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .single_wrapper {
    margin-top: 30px;
  }
  .single_wrapper .text p {
    font-size: 14px;
    line-height: 1.8571428571;
    padding: 12px 0;
  }
  .single_wrapper .common_container {
    width: 89.3333333333vw;
  }
  .single_wrapper .common_image {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .single_wrapper .default_btn {
    margin: 50px auto 0;
  }
}
/*
Theme Name: site2025
Author: Plusers
Description: original theme
Version： 1.0.0
*/
/*--------------------------------------*
* foundation
*--------------------------------------*/
#contact #select {
  margin-bottom: 50px;
}
#contact #select p {
  text-align: center;
  margin-bottom: 40px;
}
#contact #select ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  max-width: 585px;
  margin: 0 auto;
}
#contact #select li a {
  text-align: center;
  border: 1px solid #eb6d8e;
  border-radius: 100vmax;
  font-size: 18px;
  padding: 12px 0;
}
#contact #select li a.active {
  background-color: #eb6d8e;
  color: #fff;
  position: relative;
  pointer-events: none;
}
#contact #select li a.active:after {
  content: "";
  position: absolute;
  translate: -50% 0;
  left: 50%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #eb6d8e;
  width: 30px;
  height: 10px;
  bottom: -20px;
}
#contact #select li a:hover {
  scale: 1.05;
}
#contact .b_box {
  background-color: #eb6d8e;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 40px 0;
  max-width: 600px;
  margin: 0 auto 110px;
}
#contact .b_box .en {
  font-size: 42px;
  padding-bottom: 20px;
}
#contact form {
  max-width: 750px;
  margin: 0 auto;
}
#contact form ul {
  display: grid;
  gap: 30px;
}
#contact form ul li {
  display: grid;
}
#contact form ul li p span input {
  display: block;
  width: 100%;
  border: 1px solid #eb6d8e;
  height: 40px;
  display: grid;
  align-items: center;
  border-radius: 5px;
  padding: 0 10px;
}
#contact form ul li p span input::placeholder {
  color: #d2d2d2;
}
#contact form ul li p span textarea {
  display: block;
  width: 100%;
  border: 1px solid #eb6d8e;
  border-radius: 5px;
  padding: 5px 10px;
}
#contact form .default_btn input {
  all: unset;
  display: block;
  min-width: 200px;
  padding: 10px 15px;
  cursor: pointer;
}
#contact form .default_btn {
  padding: 0;
  display: flex;
  align-items: center;
}
#contact form .default_btn:after {
  padding-inline: 0 10px;
}
#contact form .off {
  opacity: 0.4;
  pointer-events: none;
}
#contact form .privacy_box:has(input[type=checkbox]:checked) + .default_btn {
  opacity: 1;
  pointer-events: auto;
}
#contact form .small {
  font-size: 11px;
  margin-left: 5px;
}
#contact form .wpcf7-not-valid-tip {
  font-size: 12px;
  padding: 3px 0 0 3px;
}
#contact form .wpcf7-list-item {
  margin: 0;
}
#contact form .privacy_box p {
  margin-top: 25px;
  display: flex;
}
#contact form .privacy_box p a {
  text-decoration: underline;
}
#contact .wpcf7-radio input {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 0;
}
#contact .wpcf7-spinner {
  display: none;
}
#contact input[type=checkbox i] {
  border: 1px solid #eb6d8e;
}

.contact_confirm .btn_grid .default_btn:nth-child(1) {
  background-color: #fff;
  color: #eb6d8e;
}
.contact_confirm .btn_grid .default_btn:nth-child(1):hover {
  background-color: #eb6d8e;
  color: #fff;
}

.contact form .default_btn,
.contact-collect .default_btn {
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  #contact #select p {
    font-size: 14px;
  }
  #contact #select ul {
    gap: 10px;
  }
  #contact #select li a {
    font-size: 14px;
    height: 50px;
    display: grid;
    place-content: center;
    padding: 0;
  }
  #contact form ul li > p {
    padding-bottom: 5px;
  }
  #contact form .wpcf7-list-item-label {
    font-size: 14px;
  }
  #contact form .wpcf7-radio > span {
    display: block;
  }
  #contact form ul li p span input,
  #contact form ul li p span textarea {
    width: calc(100% - 20px);
  }
  .contact_confirm form div > p {
    font-size: 14px;
  }
  .contact_confirm form .btn_grid {
    display: grid;
    margin: 50px auto 0;
    gap: 10px;
    width: fit-content;
  }
  .contact_confirm form .default_btn {
    margin: 0;
  }
  .contact form .default_btn,
  .contact-collect .default_btn {
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 769px) {
  #contact form ul {
    display: grid;
    gap: 25px;
  }
  #contact form ul li {
    grid-template-columns: 180px auto;
    gap: 25px;
    font-size: 18px;
  }
  .contact_confirm form ul li {
    width: fit-content;
  }
  .contact_confirm form ul {
    width: fit-content;
    margin: 0 auto;
  }
  .contact_confirm form .default_btn {
    display: inline-block;
    margin: 0;
  }
  .contact_confirm form .btn_grid {
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}/*# sourceMappingURL=style.css.map */