@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  border-top: 7px solid #cf2030;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  color: #333;
  line-height: 1.7;
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #333;
  text-decoration: none;
  border: 0;
  outline: none;
}
a:hover {
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#header {
  width: 100%;
  background-color: #fff;
}

#content {
  width: 100%;
  min-width: 1080px;
  padding-top: 30px;
  padding-bottom: 60px;
}

.container {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}

#header .container {
  width: 1000px;
  max-width: 100%;
}

#header {
  position: relative;
}
#header .container {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  max-width: 100%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #header .container {
    justify-content: flex-start;
  }
}
#header .container .logobni {
  width: 150px;
  display: block;
}
@media screen and (max-width: 767px) {
  #header .container .logobni {
    width: 120px;
  }
}
#header .container .header-logo {
  width: 180px;
  font-weight: bold;
  line-height: 140%;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  #header .container .header-logo {
    font-size: 15px;
    width: 160px;
  }
}
#header .container .header-logo small {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 767px) {
  #header .container .header-logo small {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  #header .container #globalNav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #header .container #globalNav ul li {
    font-size: 14px;
    font-weight: bold;
  }
  #header .container #globalNav ul li a {
    display: block;
    color: #333;
    padding: 0 10px;
  }
  #header .container #globalNav ul li a:hover {
    color: #cf2030;
    text-decoration: none;
  }
  #header .container #globalNav ul li.current-menu-item a {
    color: #b81c22;
  }
}

table {
  border-collapse: collapse;
  border: none;
}
table th,
table td {
  border: none;
  padding: 10px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  width: 100%;
  padding: 5px;
  border-radius: 6px;
  font-size: 16px;
  border: 1px solid #777;
}

textarea {
  height: 200px;
}

input[type=submit] {
  padding: 10px;
  color: #fff;
  font-weight: bold;
  background-color: #cf2030;
  border-radius: 6px;
  border: none;
  letter-spacing: 0.2em;
  width: 200px;
  margin: 0 auto;
  display: block;
}
input[type=submit]:hover {
  opacity: 0.7;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  input[type=submit] {
    margin-top: 20px;
  }
}

.more-btn {
  display: block;
  width: 150px;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  background-color: #cf2030;
  font-size: 16px;
  margin-top: 40px;
  font-weight: bold;
}
.more-btn:before {
  content: "▶︎"; /* ▶︎ を Unicode で指定 */
  margin-right: 5px;
}
.more-btn:hover {
  background-color: #fff;
  color: #cf2030;
}
.more-btn.event-more-btn {
  width: 250px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .more-btn {
    margin: 30px auto 0;
  }
}

.more-box {
  display: flex;
  justify-content: center;
}

.players-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .players-list {
    margin: 0 -15px;
  }
}
.players-list > li {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .players-list > li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .players-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .players-list > li {
    padding: 10px 10px 20px;
  }
}
.players-list > li a {
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  display: block;
}
.players-list > li a:hover {
  opacity: 0.7;
}
.players-list > li a .player-img {
  width: 100%;
  background: url("../images/no-img-player.png") no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  aspect-ratio: 16/9; /* アスペクト比を保持してレスポンシブ */
}
.players-list > li a .player-positions {
  padding: 10px;
  background-color: #f5f5f5;
}
.players-list > li a .player-positions h4 {
  margin: 0 0 0px;
  font-size: 14px;
}
.players-list > li a .player-positions ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.players-list > li a .player-positions ul li {
  margin: 0;
}

.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  border: none;
  color: #333;
  background-color: #fff;
}
.pagination .wp-pagenavi a:hover,
.pagination .wp-pagenavi span:hover {
  color: #fff;
  background-color: #cf2030;
}

.section {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}
.section h2 {
  margin-top: 0;
  font-size: 30px;
  text-align: center;
}
.section h2 small {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .section h2 {
    font-size: 22px;
  }
}
.section.front-title {
  padding: 40px 0;
  background: #cf2030;
  color: #fff;
  text-align: center;
}
.section.front-title h1 {
  margin: 0 0 10px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .section.front-title h1 {
    font-size: 22px;
  }
}
.section.front-title .fv-nav {
  margin: 20px 0 0;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section.front-title .fv-nav {
    max-width: 80%;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .section.front-title .fv-nav {
    display: flex;
    justify-content: center;
  }
}
.section.front-title .fv-nav li {
  padding: 10px;
}
.section.front-title .fv-nav li a {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  color: #cf2030;
  font-weight: bold;
  font-size: 18px;
  display: block;
}
.section.front-title .fv-nav li a:hover {
  transform: scale(1.1);
}
.section.front-title .fv-nav li a:before {
  margin-right: 5px;
  content: "▶︎"; /* ▶︎ を Unicode で指定 */
}
@media screen and (min-width: 768px) {
  .section.vision dl.vision-box {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .section.vision dl.vision-box dt {
    width: 400px;
  }
}
.section.vision dl.vision-box dd h2 {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .section.vision dl.vision-box dd h2 {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .section.vision dl.vision-box dd {
    width: calc(100% - 420px);
  }
}
.section.events {
  background: #f5f5f5;
}

.page-content {
  background-color: #f5f5f5;
  padding-bottom: 60px;
}
.page-content .page-title {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cf2030;
}
@media screen and (max-width: 767px) {
  .page-content .page-title {
    height: 80px;
  }
}
.page-content .page-title h1,
.page-content .page-title .category-title {
  font-weight: bold;
  font-size: 30px;
  width: 1000px;
  max-width: 100%;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-content .page-title h1,
  .page-content .page-title .category-title {
    font-size: 22px;
  }
}
.page-content .container {
  padding: 40px 10px;
}
.page-content .container h1 {
  margin: 0 0 20px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .page-content .container h1 {
    font-size: 22px;
  }
}
.page-content .container p {
  margin: 0 0 20px;
}
.page-content .container .post-thumbnail {
  display: block;
  margin-bottom: 20px;
}
.page-content .container .post-thumbnail img {
  display: block;
}
.breadcrumb .breadcrumb-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 10px 0px;
  max-width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-inner {
    font-size: 10px;
  }
}
.breadcrumb .breadcrumb-inner a:hover {
  color: #cf2030;
}

.page-container {
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .page-container {
    padding: 40px;
  }
}

@media screen and (min-width: 768px) {
  .post-loop-list-wrap {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .post-loop-list-wrap .post-loop-wrap {
    width: 50%;
    padding: 0 10px;
  }
}
.post-loop-list-wrap .post-loop-wrap dl {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.post-loop-list-wrap .post-loop-wrap dl dt {
  margin: 0;
  width: 150px;
  display: flex;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .post-loop-list-wrap .post-loop-wrap dl dt {
    width: 100px;
  }
}
.post-loop-list-wrap .post-loop-wrap dl dt a {
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("../images/no-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.post-loop-list-wrap .post-loop-wrap dl dt a:hover {
  opacity: 0.7;
}
.post-loop-list-wrap .post-loop-wrap dl dd {
  margin: 0;
  width: calc(100% - 170px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .post-loop-list-wrap .post-loop-wrap dl dd {
    width: calc(100% - 120px);
  }
}
.post-loop-list-wrap .post-loop-wrap dl dd h2 {
  margin: 0;
  text-align: left;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .post-loop-list-wrap .post-loop-wrap dl dd h2 {
    font-size: 16px;
  }
}
.post-loop-list-wrap .post-loop-wrap dl dd h2 a:hover {
  color: #cf2030;
}
.post-loop-list-wrap .post-loop-wrap dl dd .more {
  display: flex;
  justify-content: flex-end;
}
.post-loop-list-wrap .post-loop-wrap dl dd .more a {
  font-size: 13px;
  padding: 5px;
  margin-top: 10px;
  border-radius: 6px;
  display: block;
  width: 80px;
  text-align: center;
  background-color: #cf2030;
  color: #fff;
}
.post-loop-list-wrap .post-loop-wrap dl dd .more a:before {
  margin-right: 5px;
  content: "▶︎"; /* ▶︎ を Unicode で指定 */
}
.post-loop-list-wrap .post-loop-wrap dl dd .more a:hover {
  background: #f5f5f5;
  color: #333;
}
.post-loop-list-wrap .post-loop-wrap dl dd a.post-category {
  margin-top: 10px;
  color: #333;
  font-size: 12px;
  border-radius: 6px;
  padding: 5px;
  margin-right: 5px;
}

.mailform {
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
}
.mailform p {
  margin: 0 !important;
}
.mailform table th {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .mailform table th {
    width: 200px;
  }
  .mailform table td {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .mailform table td,
  .mailform table th {
    display: block;
    width: 100%;
    clear: both;
  }
}

.footer-cta {
  background: url("../images/footer-cta.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.footer-cta .footer-cta-inner {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.footer-cta .footer-cta-inner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
}
.footer-cta .footer-cta-inner .container h2 {
  margin: 0 0 20px;
}
.footer-cta .footer-cta-inner .container a {
  background: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: bold;
}
.footer-cta .footer-cta-inner .container a:before {
  margin-right: 5px;
  content: "▶︎"; /* ▶︎ を Unicode で指定 */
}
.footer-cta .footer-cta-inner .container a:hover {
  color: #fff;
  background-color: #cf2030;
}

#footer {
  background-color: #f5f5f5;
  padding: 20px 0;
}
#footer .footNav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
#footer .footNav li {
  font-size: 14px;
  padding: 10px;
  margin: 0;
}
#footer .footNav li a {
  color: #333;
}
#footer .footNav li a:hover {
  text-decoration: underline;
}
#footer .copy {
  color: #333;
  font-size: 11px;
  text-align: center;
  margin-top: 20px;
}

.slideshow {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 600px;
  aspect-ratio: 16/9; /* モダンブラウザ用 */
  /* 古いブラウザ対応なら padding-top:56.25%; を使ってもOK */
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .slideshow {
    height: 300px;
  }
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none; /* 初期は非表示 */
}

.hamburger {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 30px;
  height: 24px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 1000;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 5px;
  margin-bottom: 5px;
  background-color: #333;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.hamburger span:last-child {
  margin-bottom: 0;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  #globalNav {
    display: none;
    position: absolute;
    top: 70px;
    right: 0;
    width: 100%;
    left: 0;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 100;
  }
  #globalNav ul {
    list-style: none;
    padding: 20px;
  }
  #globalNav ul li {
    border-bottom: 1px solid #cf2030;
  }
  #globalNav ul li a {
    display: flex;
    align-items: center;
    display: block;
    font-weight: bold;
    padding: 10px;
  }
  #globalNav ul li a:before {
    content: "▶︎"; /* ▶︎ を Unicode で指定 */
    margin-right: 5px;
    font-size: 14px;
  }
  #globalNav ul li a:hover {
    color: #cf2030;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */