@charset "UTF-8";
/* 設定 */
/* トップページスタイルシート */
/* =================================
トップのパーツ
================================= */
.top-section__title {
  text-align: center;
}
.top-section__title-en {
  font-size: 48px;
  font-weight: 900;
  color: #555;
  margin: 0 0 8px;
  position: relative;
  display: inline-block;
}
.top-section__title-en::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 56px;
  height: 3px;
  background: #2f80ed;
  border-radius: 2px;
}
@media (max-width: 820px) {
  .top-section__title-en {
    font-size: 28px;
  }
}
.top-section__title-jp {
  font-size: 16px;
  color: #333;
  margin: 0;
}
@media (max-width: 820px) {
  .top-section__title-jp {
    font-size: 12px;
  }
}

/* =================================
メインビジュアル
================================= */
.mv {
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  display: grid;
  place-items: center;
}
.mv__inner {
  width: 100%;
}

/* =================================
メインビジュアルの下の流れる画像
================================= */
.marquee {
  overflow: hidden;
  width: 100%;
  margin: 60px 0 0;
}
@media (max-width: 820px) {
  .marquee {
    margin: 32px 0 0;
  }
}
.marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 30s linear infinite;
  will-change: transform;
}
.marquee__group {
  display: flex;
}
.marquee__item {
  flex-shrink: 0;
  width: 240px;
}
.marquee__item img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 820px) {
  .marquee__item {
    width: 160px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* =================================
クラブについて
================================= */
.top-about {
  padding: 80px 16px;
  overflow: hidden;
}
@media (max-width: 820px) {
  .top-about {
    padding: 40px 16px;
  }
}
.top-about__main {
  max-width: 1200px;
  margin: 80px auto 40px;
}
@media (max-width: 820px) {
  .top-about__main {
    margin: 40px auto 40px;
  }
}
.top-about__text {
  max-width: 860px;
  margin: 0 auto 120px;
}
@media (max-width: 820px) {
  .top-about__text {
    margin: 0 auto 80px;
  }
}
.top-about__item {
  max-width: 800px;
  margin: 0 auto 120px;
  display: flex;
}
@media (max-width: 820px) {
  .top-about__item {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin: 0 auto 100px;
  }
}
.top-about__item.reverse {
  flex-direction: row-reverse;
}
.top-about__item.reverse .top-about__img {
  margin-left: -16px;
}
@media (max-width: 820px) {
  .top-about__item.reverse .top-about__img {
    margin-left: 0;
  }
}
@media (max-width: 820px) {
  .top-about__item.reverse {
    flex-direction: column;
  }
}
.top-about__img {
  max-width: 300px;
  margin-right: -16px;
  margin-top: -40px;
  z-index: 2;
}
@media (max-width: 820px) {
  .top-about__img {
    margin-right: 0;
    max-width: 240px;
  }
}
.top-about__content {
  flex: 1;
}
.top-about__item-top {
  border: 1px solid #2090ff;
  padding: 24px;
}
@media (max-width: 820px) {
  .top-about__item-top {
    padding: 12px;
  }
}
.top-about__item-lead {
  border-left: #2090ff 5px solid;
  padding: 0 0 0 24px;
  font-size: 40px;
  line-height: 1.4;
  margin: 0 0 32px;
  color: #000080;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "游明朝", "MS Mincho", serif;
}
@media (max-width: 820px) {
  .top-about__item-lead {
    padding: 0 0 0 12px;
    font-size: 24px;
    margin: 0 0 12px;
  }
}
.top-about__item-bottom {
  border: 1px solid #2090ff;
  border-top: none;
  padding: 24px;
}
@media (max-width: 820px) {
  .top-about__item-bottom {
    padding: 12px;
  }
}

/* =================================
ニュース
================================= */
.top-news {
  padding: 220px 16px;
  background: #f2f9ff;
  clip-path: polygon(0 18%, 100% 0, 100% 82%, 0 100%);
}
@media (max-width: 820px) {
  .top-news {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 40px 16px;
  }
}
.top-news__content {
  max-width: 1000px;
  margin: 80px auto;
}
@media (max-width: 820px) {
  .top-news__content {
    margin: 40px auto;
  }
}

/* =================================
スケジュール
================================= */
.top-schedule {
  padding: 80px 16px;
}
@media (max-width: 820px) {
  .top-schedule {
    padding: 40px 16px;
  }
}
.top-schedule__item-wrap {
  max-width: 780px;
  margin: 80px auto;
}
@media (max-width: 820px) {
  .top-schedule__item-wrap {
    margin: 40px auto;
  }
}
.top-schedule__item {
  border: 1px solid #cfcfcf;
  background: #fff;
  margin: 0 0 40px;
  display: block;
}
@media (max-width: 820px) {
  .top-schedule__item {
    margin: 0 0 24px;
  }
}
.top-schedule__item:last-of-type {
  margin: 0px;
}
.top-schedule__date {
  font-weight: 700;
  font-size: 28px;
  padding: 4px 32px;
}
@media (max-width: 820px) {
  .top-schedule__date {
    font-size: 20px;
    padding: 4px 16px;
  }
}
.top-schedule__row {
  display: flex;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
}
@media (max-width: 820px) {
  .top-schedule__row {
    padding: 16px;
    flex-wrap: wrap;
    font-size: 14px;
  }
}
.top-schedule__row--gray {
  background-color: #f6f6f6;
}
.top-schedule__label {
  width: 160px;
}
@media (max-width: 820px) {
  .top-schedule__label {
    width: 100%;
    margin-bottom: 8px;
  }
}
.top-schedule__name {
  color: #0b63c7;
  font-size: 22px;
  font-weight: 700;
}
.top-schedule__small {
  font-size: 17px;
}
.top-schedule__blue {
  color: #0b63c7;
}

/* =================================
試合結果
================================= */
.top-result {
  padding: 220px 16px;
  background: #f2f9ff;
  clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
}
@media (max-width: 820px) {
  .top-result {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 40px 16px;
  }
}
.top-result__lead {
  text-align: center;
  font-size: 14px;
  margin: 32px 0 0;
}
@media (max-width: 820px) {
  .top-result__lead {
    margin: 24px 0 0;
  }
}
.top-result__item-wrap {
  max-width: 780px;
  margin: 80px auto;
}
@media (max-width: 820px) {
  .top-result__item-wrap {
    margin: 40px auto;
  }
}
.top-result__item {
  border: 1px solid #cfcfcf;
  background: #fff;
  margin: 0 0 40px;
  padding: 0 0 12px;
  display: block;
}
@media (max-width: 820px) {
  .top-result__item {
    margin: 0 0 24px;
  }
}
.top-result__item:last-of-type {
  margin: 0px;
}
.top-result__date {
  font-weight: 700;
  font-size: 28px;
  padding: 4px 32px;
}
@media (max-width: 820px) {
  .top-result__date {
    font-size: 20px;
    padding: 4px 16px;
  }
}
.top-result__row {
  display: flex;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
}
@media (max-width: 820px) {
  .top-result__row {
    padding: 16px;
    flex-wrap: wrap;
    font-size: 14px;
  }
}
.top-result__row--gray {
  background-color: #f6f6f6;
}
.top-result__row--venue {
  position: relative;
  margin: 0 0 12px;
}
.top-result__row--venue::after {
  content: "";
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0;
  height: 1px;
  background: #cfcfcf;
}
@media (max-width: 820px) {
  .top-result__row--venue::after {
    left: 12px;
    right: 12px;
  }
}
.top-result__row--score {
  padding: 0 32px;
}
@media (max-width: 820px) {
  .top-result__row--score {
    margin: 0 0 12px;
    padding: 0 16px;
  }
}
.top-result__label {
  width: 160px;
}
@media (max-width: 820px) {
  .top-result__label {
    width: 100%;
  }
}
.top-result__name {
  color: #0b63c7;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 820px) {
  .top-result__name {
    font-size: 18px;
  }
}
.top-result__small {
  font-size: 17px;
}
.top-result__blue {
  color: #0b63c7;
}
.top-result__score {
  margin-left: auto;
  font-size: 24px;
}
.top-result__score-item {
  display: flex;
  align-items: center;
}
.top-result__score-item .red {
  color: #f15a24;
}
.top-result__score-span {
  margin: 0 6px;
}
.top-result__score-record {
  margin-left: 12px;
}
.top-result__score-record img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

/* =================================
部員名簿
================================= */
.top-member {
  padding: 60px 16px;
}
@media (max-width: 820px) {
  .top-member {
    padding: 40px 16px;
  }
}
.top-member__img {
  display: block;
  max-width: 920px;
  margin: 80px auto;
}
@media (max-width: 820px) {
  .top-member__img {
    display: none;
  }
}
.top-member__img-sp {
  display: none;
}
@media (max-width: 820px) {
  .top-member__img-sp {
    display: block;
    margin: 40px auto;
  }
}
.top-member__btn {
  display: none;
}
@media (max-width: 820px) {
  .top-member__btn {
    display: block;
    max-width: 280px;
    margin: 0 auto;
  }
}

/* =================================
お問い合わせ
================================= */
.top-contact {
  padding: 160px 16px;
  background: #f2f9ff;
  clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
}
@media (max-width: 820px) {
  .top-contact {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 40px 16px;
  }
}
.top-contact__img {
  display: block;
  max-width: 660px;
  margin: 80px auto;
}
@media (max-width: 820px) {
  .top-contact__img {
    display: none;
  }
}
.top-contact__img-sp {
  display: none;
}
@media (max-width: 820px) {
  .top-contact__img-sp {
    display: block;
    max-width: 280px;
    margin: 40px auto;
  }
}

/* =================================
バナー
================================= */
.bnr-section {
  padding: 80px 16px;
  max-width: 660px;
  display: flex;
  gap: 40px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .bnr-section {
    padding: 40px 16px 60px;
    flex-direction: column;
    align-items: center;
  }
}
.bnr-section__item {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 820px) {
  .bnr-section__item {
    width: 100%;
    max-width: 320px;
  }
}

/* 下層ページスタイルシート */
/* =================================
  下層ページ共通
================================= */
.subpage {
  background-color: #EFF7FF;
  padding: 60px 16px 240px;
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto, 100% auto;
}
@media (max-width: 820px) {
  .subpage {
    background-size: 100% 300px, 100% auto;
    padding: 32px 16px 100px;
  }
}
.subpage__content {
  max-width: 880px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 40px;
}
@media (max-width: 820px) {
  .subpage__content {
    padding: 40px 16px;
    border-radius: 12px;
  }
}
.subpage__title-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 40px;
}
@media (max-width: 820px) {
  .subpage__title-wrap {
    text-align: center;
  }
}
.subpage__title {
  display: inline-block;
}
.subpage__title-en {
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}
.subpage__title-en::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 56px;
  height: 3px;
  background: #2f80ed;
  border-radius: 2px;
}
@media (max-width: 820px) {
  .subpage__title-en {
    font-size: 28px;
  }
}
.subpage__title-jp {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.subpage__main-title {
  margin: 0 0 -50px;
  font-size: 24px;
  color: #6a6a6a;
  font-weight: 900;
}
@media (max-width: 820px) {
  .subpage__main-title {
    margin: 0 0 -20px;
  }
}
.subpage__pager {
  margin-top: 48px;
  text-align: center;
}
.subpage__pager .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.subpage__pager a,
.subpage__pager span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
  background: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}
@media (max-width: 820px) {
  .subpage__pager a,
  .subpage__pager span {
    min-width: 30px;
    height: 30px;
    font-size: 12px;
  }
}
.subpage__pager a:hover {
  background: #f4f4f4;
  border-color: #999;
}
.subpage__pager {
  /* 現在のページ */
}
.subpage__pager .current {
  background: #000080;
  color: #fff;
  border-color: #111;
  font-weight: 600;
}
.subpage__pager {
  /* 前へ・次へ */
}
.subpage__pager .previouspostslink,
.subpage__pager .nextpostslink {
  font-weight: 600;
}
.subpage__pager {
  /* 無効（ページなし） */
}
.subpage__pager .extend {
  border: none;
  padding: 0 4px;
  background: transparent;
}
.subpage {
  /* =================================
    試合結果詳細（.subpage single-results）
  ================================= */
}
.subpage.single-results {
  background-image: url("../img/subpage/single-results-top.png"), url("../img/subpage/subpage-bottom.png");
  background-color: #fff;
  padding: 60px 16px 120px;
}
@media (max-width: 820px) {
  .subpage.single-results {
    padding: 32px 16px 40px;
  }
}
.subpage.single-results .single-results__title-wrap {
  max-width: 800px;
  margin: 0 auto 120px;
}
@media (max-width: 820px) {
  .subpage.single-results .single-results__title-wrap {
    margin: 0 auto 60px;
  }
}
.subpage.single-results .single-results__title-date {
  margin: 0 0 12px;
  color: #1e1e1e;
  font-size: 14px;
}
.subpage.single-results .single-results__title {
  color: #1e1e1e;
  font-size: 22px;
}
.subpage.single-results .single-results__content {
  max-width: 840px;
  margin: 0 auto 80px;
  padding: 0 16px;
}
@media (max-width: 820px) {
  .subpage.single-results .single-results__content {
    margin: 0 auto 40px;
  }
}
.subpage.single-results .single-results__section-ttl {
  margin: 0 0 16px;
  color: #2f80ed;
  font-size: 20px;
}
.subpage.single-results .single-results__section-ttl--red {
  color: #e53935;
}
.subpage.single-results .single-results__list--margin {
  margin: 0 0 80px;
}
@media (max-width: 820px) {
  .subpage.single-results .single-results__list--margin {
    margin: 0 0 40px;
  }
}
.subpage.single-results .single-results__row {
  display: flex;
  align-items: flex-start;
  padding: 4px 0;
}
@media (max-width: 820px) {
  .subpage.single-results .single-results__row {
    flex-wrap: wrap;
  }
}
.subpage.single-results .single-results__dt {
  flex: 0 0 160px;
  font-weight: bold;
}
@media (max-width: 820px) {
  .subpage.single-results .single-results__dt {
    flex: 0 0 100%;
  }
}
.subpage.single-results .single-results__dd {
  flex: 1 1 auto;
  margin: 0;
  padding-left: 32px;
  border-left: 1px solid #cfcfcf;
}
@media (max-width: 820px) {
  .subpage.single-results .single-results__dd {
    flex: 0 0 100%;
    padding-left: 0;
    border-left: none;
  }
}
.subpage.single-results .single-results__game {
  background: #eaf3fb;
  border-radius: 24px;
  padding: 40px;
  margin: 0 -40px 40px;
}
@media (max-width: 1120px) {
  .subpage.single-results .single-results__game {
    margin: 0 0 40px;
  }
}
@media (max-width: 820px) {
  .subpage.single-results .single-results__game {
    margin-left: -16px;
    margin-right: -16px;
    padding: 20px 12px;
    border-radius: 16px;
  }
}
.subpage.single-results .single-results__score-item {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.subpage.single-results .single-results__score-item .red {
  color: #f15a24;
}
.subpage.single-results .single-results__score-span {
  margin: 0 6px;
}
.subpage.single-results .single-results__score-record {
  margin-left: 12px;
}
.subpage.single-results .single-results__score-record img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.subpage.single-results .single-results__table-wrap {
  margin-top: 24px;
  overflow-x: auto;
}
@media (max-width: 820px) {
  .subpage.single-results .single-results__table-wrap {
    -webkit-overflow-scrolling: touch;
  }
}
.subpage.single-results .single-results__table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
}
@media (max-width: 820px) {
  .subpage.single-results .single-results__table {
    min-width: 700px;
  }
}
.subpage.single-results .single-results__table th,
.subpage.single-results .single-results__table td {
  border: 1px solid #cfcfcf;
  padding: 10px;
  white-space: nowrap;
}
.subpage.single-results .single-results__table thead th {
  background: #f4f4f4;
  color: #8c8b8b;
  text-align: center;
}
.subpage.single-results .single-results__table thead th:first-child,
.subpage.single-results .single-results__table tbody th {
  width: 260px;
}
.subpage.single-results .single-results__table tbody th:first-child {
  background: #fff;
  text-align: left;
  padding: 10px 16px;
}
.subpage.single-results .single-results__table thead th:last-child,
.subpage.single-results .single-results__table tbody td:last-child {
  width: 64px;
  font-weight: 600;
}
.subpage.single-results .single-results__table tbody td {
  background: #fff;
}
@media (max-width: 820px) {
  .subpage.single-results .single-results__table thead th:first-child,
  .subpage.single-results .single-results__table tbody th {
    width: 180px;
  }
  .subpage.single-results .single-results__table thead th:last-child,
  .subpage.single-results .single-results__table tbody td:last-child {
    width: 56px;
  }
}
.subpage {
  /* =================================
    ニュース詳細（.subpage single）
  ================================= */
}
.subpage.single {
  background-image: url("../img/subpage/single-results-top.png"), url("../img/subpage/subpage-bottom.png");
  background-color: #fff;
  padding: 60px 16px 120px;
}
@media (max-width: 820px) {
  .subpage.single {
    padding: 32px 16px 40px;
  }
}
.subpage.single .single__title-wrap {
  max-width: 800px;
  margin: 0 auto 60px;
}
@media (max-width: 820px) {
  .subpage.single .single__title-wrap {
    margin: 0 auto 32px;
  }
}
.subpage.single .single__title-date {
  margin: 0 0 12px;
  color: #1e1e1e;
  font-size: 14px;
}
.subpage.single .single__title {
  color: #1e1e1e;
  font-size: 22px;
}
.subpage.single .single__content {
  border: 1px solid #d9d9d9;
  margin: 0 auto 80px;
}
@media (max-width: 820px) {
  .subpage.single .single__content {
    margin: 0 auto 40px;
  }
}

/* =================================
  クラブについて
================================= */
.page-about {
  background-image: url("../img/subpage/page-about-top.png"), url("../img/subpage/subpage-bottom.png");
  background-color: #fff;
  padding: 32px 0 100px;
}
.page-about__logo {
  max-width: 640px;
  margin: 40px auto 80px;
  padding: 0 24px;
}
.page-about__desc-wrap {
  display: flex;
  max-width: 860px;
  margin: 0 auto 80px;
  gap: 40px;
  align-items: center;
  padding: 0 16px;
}
@media (max-width: 820px) {
  .page-about__desc-wrap {
    flex-direction: column-reverse;
  }
}
.page-about__desc-text-wrap {
  max-width: 300px;
}
@media (max-width: 820px) {
  .page-about__desc-text-wrap {
    max-width: 400px;
  }
}
.page-about__since {
  max-width: 240px;
  margin: 0 0 12px;
}
.page-about__desc-img {
  flex: 1;
}
@media (max-width: 820px) {
  .page-about__desc-img {
    max-width: 500px;
  }
}
.page-about__desc-bottom {
  max-width: 800px;
  margin: 0 auto 80px;
}
.page-about__manager-bottom {
  margin: 0 0 80px;
}
@media (max-width: 820px) {
  .page-about__manager-bottom {
    margin: 0 0 40px;
  }
}
.page-about__features {
  padding: 0 16px;
}
.page-about__features-item {
  display: flex;
  max-width: 840px;
  margin: 0 auto 120px;
  align-items: flex-end;
  gap: 40px;
}
.page-about__features-item--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 820px) {
  .page-about__features-item {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin: 0 auto 60px;
  }
}
.page-about__features-text-wrap {
  max-width: 440px;
}
.page-about__features-img {
  flex: 1;
}
.page-about__bnr-section {
  padding: 180px 16px;
  background: #f2f9ff;
  clip-path: polygon(0 18%, 100% 0, 100% 82%, 0 100%);
}
@media (max-width: 820px) {
  .page-about__bnr-section {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 40px 16px;
  }
}
.page-about__bnr-title {
  text-align: center;
  margin: 0 0 80px;
}
@media (max-width: 820px) {
  .page-about__bnr-title {
    margin: 0 0 40px;
  }
}
.page-about__bnr-title-en {
  position: relative;
  display: inline-block;
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 900;
}
.page-about__bnr-title-en::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 56px;
  height: 3px;
  background: #2f80ed;
  border-radius: 2px;
}
@media (max-width: 820px) {
  .page-about__bnr-title-en {
    font-size: 24px;
  }
}
.page-about__bnr-title-jp {
  font-size: 12px;
}
.page-about__bnr-wrap {
  max-width: 640px;
  display: flex;
  gap: 40px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .page-about__bnr-wrap {
    padding: 0 16px;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-about__bnr-item {
  width: calc((100% - 32px) / 2);
}
@media (max-width: 600px) {
  .page-about__bnr-item {
    width: 100%;
    max-width: 320px;
  }
}

.about-manager__item-wrap {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.about-manager__item-wrap::before {
  content: "";
  position: absolute;
  left: -10%;
  top: 50%;
  width: 120%;
  height: 350px;
  background: #eef6fd;
  transform: translateY(-50%) skewY(-4deg);
  transform-origin: center;
  z-index: 0;
}
@media (max-width: 820px) {
  .about-manager__item-wrap {
    padding: 24px 0;
  }
  .about-manager__item-wrap::before {
    height: 700px;
    transform: translateY(-50%) skewY(-3deg);
  }
}
.about-manager__item {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  z-index: 1;
}
.about-manager__item--reverse {
  flex-direction: row-reverse;
}
.about-manager__top {
  display: flex;
  align-items: center;
  gap: 80px;
  margin: 0 0 -40px;
}
.about-manager__top--reverse {
  flex-direction: row-reverse;
  gap: 40px;
  justify-content: flex-end;
}
@media (max-width: 820px) {
  .about-manager__top {
    flex-direction: column;
    margin: 0;
    gap: 12px;
  }
}
.about-manager__top-img {
  max-width: 280px;
}
@media (max-width: 820px) {
  .about-manager__top-img {
    max-width: 240px;
  }
}
@media (max-width: 820px) {
  .about-manager__top-text-wrap {
    margin: 0 auto 12px 0;
  }
}
.about-manager__top-ttl {
  margin: 0 0 24px;
  font-size: 18px;
}
@media (max-width: 820px) {
  .about-manager__top-ttl {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
.about-manager__top-lead {
  border-left: #2090ff 5px solid;
  padding: 0 0 0 16px;
  font-size: 34px;
  line-height: 1.4;
  margin: 0 0 32px;
  color: #000080;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "游明朝", "MS Mincho", serif;
}
@media (max-width: 820px) {
  .about-manager__top-lead {
    padding: 0 0 0 12px;
    font-size: 22px;
    margin: 0 0 12px;
  }
}
.about-manager__bottom {
  border: #2090ff 1px solid;
  background-color: #fff;
}
.about-manager__name-box {
  border-bottom: #2090ff 1px solid;
  padding: 12px;
}
.about-manager__name {
  text-align: center;
  margin: 0 -300px 0 0;
}
.about-manager__name--reverse {
  margin: 0 0 0 -300px;
}
@media (max-width: 820px) {
  .about-manager__name {
    margin: 0;
  }
}
.about-manager__text-box {
  display: flex;
}
@media (max-width: 820px) {
  .about-manager__text-box {
    flex-direction: column;
    padding: 12px;
  }
}
.about-manager__text {
  padding: 12px;
}
@media (max-width: 820px) {
  .about-manager__text {
    padding: 0;
  }
}
.about-manager__text--left {
  border-right: #2090ff 1px solid;
  position: relative;
}
.about-manager__text--left::before, .about-manager__text--left::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 12px;
  background: #fff;
  right: -5px;
}
.about-manager__text--left::before {
  top: 0;
}
.about-manager__text--left::after {
  bottom: 0;
}
@media (max-width: 820px) {
  .about-manager__text--left {
    border-right: none;
  }
  .about-manager__text--left::before, .about-manager__text--left::after {
    display: none;
  }
}

/* =================================
  スケジュール
================================= */
.page-schedule {
  background-image: url("../img/subpage/page-schedule-top.png"), url("../img/subpage/subpage-bottom.png");
}

/* =================================
  試合結果
================================= */
.page-results {
  background-image: url("../img/subpage/page-results-top.png"), url("../img/subpage/subpage-bottom.png");
}
.page-results__lead {
  margin: 50px 0 40px;
  font-size: 14px;
}
@media (max-width: 820px) {
  .page-results__lead {
    margin: 20px 0 24px;
  }
}
.page-results__tabs {
  display: flex;
  gap: 16px;
  margin: 0 auto 80px;
  max-width: 600px;
}
@media (max-width: 820px) {
  .page-results__tabs {
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 40px;
  }
}
.page-results__tab {
  position: relative;
  width: calc((100% - 32px) / 3);
  padding: 10px 0;
  border-radius: 8px;
  background: #cfcfcf;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
  border: none;
  font-size: 18px;
}
.page-results__tab:hover {
  opacity: 0.85;
}
.page-results__tab {
  /* active */
}
.page-results__tab.active {
  background: linear-gradient(180deg, #ff6a2a 0%, #ff4b1f 100%);
}
.page-results__tab {
  /* 三角 */
}
.page-results__tab.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ff4b1f;
}
@media (max-width: 820px) {
  .page-results__tab {
    width: calc((100% - 12px) / 3);
    font-size: 12px;
    border-radius: 4px;
  }
  .page-results__tab.active::after {
    bottom: -6px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ff4b1f;
  }
}

/* =================================
  部員名簿
================================= */
.page-player {
  background-image: url("../img/subpage/page-player-top.png"), url("../img/subpage/subpage-bottom.png");
}
.page-player__tabs {
  display: flex;
  gap: 16px;
  margin: 0 0 80px;
}
@media (max-width: 820px) {
  .page-player__tabs {
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 40px;
  }
}
.page-player__tab {
  width: calc((100% - 64px) / 5);
  padding: 10px 0;
  border-radius: 8px;
  background: #cfcfcf;
  color: #fff;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
  border: none;
  font-size: 18px;
}
.page-player__tab:hover {
  opacity: 0.85;
}
.page-player__tab.is-active {
  background: linear-gradient(180deg, #1e90ff 0%, #007bff 100%);
}
@media (max-width: 820px) {
  .page-player__tab {
    width: calc((100% - 24px) / 5);
    font-size: 12px;
    border-radius: 4px;
  }
}
.page-player__section-ttl {
  border-left: #2090ff 5px solid;
  padding: 0 0 0 16px;
  font-size: 34px;
  line-height: 1.4;
  margin: 0 0 32px;
  color: #000080;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "游明朝", "MS Mincho", serif;
}
@media (max-width: 820px) {
  .page-player__section-ttl {
    padding: 0 0 0 12px;
    font-size: 22px;
    margin: 0 0 24px;
  }
}
.page-player__section {
  margin: 0 0 80px;
}
@media (max-width: 820px) {
  .page-player__section {
    margin: 0 0 60px;
  }
}
.page-player__section:last-of-type {
  margin: 0 0 40px;
}
@media (max-width: 820px) {
  .page-player__section:last-of-type {
    margin: 0 0 24px;
  }
}

.player-card {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 820px) {
  .player-card {
    flex-direction: column;
    align-items: center;
  }
}
.player-card__item {
  width: calc((100% - 32px) / 2);
  border: 1px solid #ccc;
  padding: 8px;
}
@media (max-width: 820px) {
  .player-card__item {
    width: 100%;
    max-width: 360px;
  }
}
.player-card__top {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 7px;
  margin: 0 0 3px;
}
.player-card__img {
  position: relative;
  width: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.player-card__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.player-card__text-wrap {
  width: 50%;
}
.player-card__number {
  color: #2090ff;
  font-size: 53px;
  font-weight: 900;
  line-height: 1;
  border-bottom: 1px solid #ccc;
  padding: 8px 0 12px 12px;
  margin: 0 0 16px;
}
.player-card__position {
  font-size: 13px;
  margin: 0 0 8px;
}
.player-card__name {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}
.player-card__kana {
  font-size: 13px;
  color: #b8b8b8;
}
.player-card__bottom {
  font-size: 13px;
}

/* =================================
  ニュース
================================= */
.page-news {
  background-image: url("../img/subpage/page-news-top.png"), url("../img/subpage/subpage-bottom.png");
}
.page-news__head {
  margin-bottom: 40px;
}
.page-news__inner {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 820px) {
  .page-news__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.page-news__period {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 820px) {
  .page-news__period {
    width: 100%;
  }
}
.page-news__period-label {
  font-size: 32px;
  font-weight: 700;
  color: #777;
}
@media (max-width: 820px) {
  .page-news__period-label {
    font-size: 26px;
  }
}
.page-news__select-wrap {
  position: relative;
}
.page-news__select-wrap::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #555;
  pointer-events: none;
}
@media (max-width: 820px) {
  .page-news__select-wrap {
    margin-left: auto;
  }
}
.page-news__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px 32px 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
}
.page-news__divider {
  background: #1e6de0;
  height: 70px;
  width: 2px;
}
@media (max-width: 820px) {
  .page-news__divider {
    display: none;
  }
}
.page-news__tabs {
  display: flex;
  gap: 16px;
}
@media (max-width: 820px) {
  .page-news__tabs {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
  }
}
.page-news__tab {
  width: 100px;
  padding: 8px 0;
  border: 1px solid #ccc;
  background: #fff;
  color: #aaa;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1;
  font-size: 13px;
  text-align: center;
}
.page-news__tab:hover {
  opacity: 0.85;
}
.page-news__tab.is-active {
  background: linear-gradient(90deg, #050b7a, #000f9f);
  border-color: transparent;
  color: #fff;
}
@media (max-width: 820px) {
  .page-news__tab {
    width: 80px;
  }
}

/* =================================
  お問い合わせ
================================= */
.page-contact {
  background-image: url("../img/subpage/page-contact-top.png"), url("../img/subpage/subpage-bottom.png");
}
.page-contact__lead {
  margin: 0 0 24px;
}
@media (max-width: 820px) {
  .page-contact__lead {
    font-size: 13px;
  }
}
.page-contact__form {
  padding: 24px 0;
}
@media (max-width: 820px) {
  .page-contact__form {
    padding: 0;
  }
}
.page-contact__list {
  margin: 0;
}
.page-contact__row {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #cfcfcf;
}
.page-contact__row:first-child {
  padding-top: 0;
}
.page-contact__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 820px) {
  .page-contact__row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px 0;
  }
}
.page-contact__dt {
  font-weight: 700;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-contact__required {
  display: inline-block;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #e53935;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 820px) {
  .page-contact__required {
    font-size: 11px;
  }
}
.page-contact__dd {
  margin: 0;
}
.page-contact__input, .page-contact__textarea, .page-contact__select {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  box-sizing: border-box;
  background: #fff;
}
@media (max-width: 820px) {
  .page-contact__input, .page-contact__textarea, .page-contact__select {
    font-size: 14px;
    padding: 11px 12px;
  }
}
.page-contact__input:focus, .page-contact__textarea:focus, .page-contact__select:focus {
  outline: none;
  border-color: #2f80ed;
  box-shadow: 0 0 0 3px rgba(47, 128, 237, 0.15);
}
.page-contact__textarea {
  resize: vertical;
  min-height: 140px;
}
@media (max-width: 820px) {
  .page-contact__textarea {
    min-height: 120px;
  }
}
.page-contact__select-wrap {
  position: relative;
}
.page-contact__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.page-contact__select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.page-contact__check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.page-contact__check-input {
  width: 18px;
  height: 18px;
  margin: 0;
}
.page-contact__note {
  margin: 10px 0 0;
  font-size: 12px;
}
.page-contact__note a {
  text-decoration: underline;
}
.page-contact__btns {
  margin-top: 22px;
  text-align: center;
}
@media (max-width: 820px) {
  .page-contact__btns {
    margin-top: 18px;
  }
}
.page-contact__submit {
  width: 100%;
  max-width: 360px;
  padding: 14px 16px;
  border: none;
  border-radius: 999px;
  background: #2f80ed;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.page-contact__submit:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
@media (max-width: 820px) {
  .page-contact__submit {
    max-width: 100%;
  }
}

/* =================================
  個人情報保護方針
================================= */
.page-privacy {
  background-image: url("../img/subpage/page-privacy-top.png"), url("../img/subpage/subpage-bottom.png");
}

/* サイト全体スタイルシート */
/* =========================
   base（全ページ共通）
========================= */
* {
  word-break: break-word;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.8;
  color: #555;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Yu Gothic", "YuGothic", sans-serif;
  font-family: "Noto Sans", sans-serif;
}

p {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  color: #555;
}

a {
  color: #555;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
}

table {
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
}

dd,
dt {
  list-style: none;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
}

/* =========================
   表示制御
========================= */
.pc-block {
  display: block;
}
@media (max-width: 820px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media (max-width: 820px) {
  .sp-block {
    display: block;
  }
}

/* =========================
   パンくずリスト
========================= */
.breadcrumbs-wrap {
  background-color: #EFF7FF;
}
.breadcrumbs-wrap__content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 4px 12px;
  font-size: 11px;
}
@media (max-width: 820px) {
  .breadcrumbs-wrap__content {
    padding: 8px 12px 4px;
  }
}

/* =========================
  ヘッダー
========================= */
.site-header {
  /* 上部：最初は隠す（fixedだけど非表示状態） */
}
.site-header__upper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #000080;
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  min-height: 64px;
}
.site-header__top-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 16px;
}
.site-header__logo {
  max-width: 400px;
  display: block;
}
.site-header__cta {
  text-decoration: none;
  color: #222;
}
.site-header {
  /* 下部：初期はMVの下（通常フロー） */
}
.site-header__lower .inner {
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.site-header {
  /* スペーサー：固定時だけ高さを確保 */
}
.site-header__spacer {
  height: 0;
}

/* PC用グロナビ */
.g-nav {
  display: flex;
  gap: 32px;
  justify-content: center;
  padding: 12px 8px;
  margin: 0;
  border-top: 2px solid #2090ff;
  border-bottom: 2px solid #2090ff;
}
.g-nav__item.active {
  position: relative;
}
.g-nav__item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 45px;
  height: 4px;
  background: #2090ff;
  transform: translateX(-50%);
}
.g-nav__link {
  text-decoration: none;
  color: #222;
  font-size: 14px;
}
.g-nav__link--home {
  position: relative;
}
.g-nav__link--home::before {
  content: url(../img/top/home-icon.png);
  position: absolute;
  top: -12px;
  left: -36px;
  transform: scale(0.4);
}
@media (max-width: 820px) {
  .g-nav {
    display: none;
  }
}

/* =========================
  ハンバーガー（SPのみ表示）
========================= */
.hamburger {
  display: none;
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  padding: 6px;
  cursor: pointer;
  margin: 0 8px 0 0;
}
.hamburger__line {
  display: block;
  height: 2px;
  background: #222;
  border-radius: 2px;
}
.hamburger__line + .hamburger__line {
  margin-top: 6px;
}

@media (max-width: 820px) {
  body.is-stuck .hamburger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }
}
/* =========================
  ドロワー
========================= */
.drawer {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
}
.drawer.is-open {
  display: block;
}
.drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(86vw, 360px);
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.25s ease;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
}
.drawer.is-open .drawer__panel {
  transform: translateX(0);
}
.drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #eee;
  gap: 40px;
}
.drawer__title {
  flex: 1;
}
.drawer__close {
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}
.drawer__nav {
  padding: 12px 16px 24px;
  overflow-y: auto;
}
.drawer__link {
  display: block;
  padding: 14px 8px;
  text-decoration: none;
  color: #222;
  border-bottom: 1px solid #f1f1f1;
}
.drawer__divider {
  height: 12px;
}

/* ドロワー開いてる間、背景スクロール止める */
body.is-drawer-open {
  overflow: hidden;
}

/* =========================
  固定状態（JSで body に .is-stuck 付与）
========================= */
body.is-stuck .site-header__upper {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
body.is-stuck .site-header__lower {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  top: var(--header-upper-h, 0px);
  background-color: #fff;
}
@media (max-width: 820px) {
  body.is-stuck .site-header__lower {
    left: auto;
    background-color: transparent;
  }
}
body.is-stuck .site-header__spacer {
  height: calc(var(--header-upper-h, 0px) + var(--header-lower-h, 0px));
}
@media (max-width: 820px) {
  body.is-stuck .site-header__spacer {
    height: 64px;
  }
}

/* =================================
フッター
================================= */
.site-footer {
  padding: 12px 0;
  position: relative;
}
@media (max-width: 820px) {
  .site-footer {
    padding: 12px 0 0;
  }
}
.site-footer__inner {
  padding: 0 16px;
}
.site-footer__logo {
  max-width: 820px;
  margin: 60px auto 40px;
  display: block;
}
@media (max-width: 820px) {
  .site-footer__logo {
    margin: 12px auto 32px;
  }
}
.site-footer__sns-wrap {
  max-width: 200px;
  margin: 0 auto 40px;
  display: flex;
  gap: 24px;
}
@media (max-width: 820px) {
  .site-footer__sns-wrap {
    margin: 0 auto 24px;
    max-width: 160px;
  }
}
.site-footer__nav {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin: 0 0 12px;
}
@media (max-width: 820px) {
  .site-footer__nav {
    flex-direction: column;
    gap: 8px;
    margin: 0 0 24px;
    align-items: center;
  }
}
.site-footer__nav-link {
  text-decoration: none;
  color: #222;
  font-size: 14px;
}
.site-footer__nav-link--home {
  position: relative;
  margin: 0 0 0 24px;
}
.site-footer__nav-link--home::before {
  content: url(../img/top/home-icon.png);
  position: absolute;
  top: -12px;
  left: -36px;
  transform: scale(0.4);
}
.site-footer__copy {
  font-size: 14px;
  color: #8ec6ff;
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 820px) {
  .site-footer__copy {
    font-size: 11px;
    margin: 0 0 12px;
  }
}
.site-footer__go-top {
  position: absolute;
  width: 120px;
  top: -40px;
  right: 40px;
}
@media (max-width: 820px) {
  .site-footer__go-top {
    width: 80px;
    top: -37px;
    right: 20px;
  }
}

/* =====================================================
  Scroll Fade-in Animation
===================================================== */
/* Base（共通） */
.fade-in-js {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.7s ease;
}
.fade-in-js.action {
  opacity: 1;
  transform: none;
}

/* Variations（動きの種類） */
.fade-up {
  transform: translateY(30px);
}

.fade-down {
  transform: translateY(-30px);
}

.fade-left {
  transform: translateX(-40px);
}

.fade-right {
  transform: translateX(40px);
}

.fade-zoom {
  transform: scale(0.95);
}

.fade-zoom-big {
  transform: scale(0.9);
}

.fade-rotate {
  transform: translateY(20px) rotate(-3deg);
}

/* Delay */
.fade-delay-1 {
  transition-delay: 0.1s;
}

.fade-delay-2 {
  transition-delay: 0.2s;
}

.fade-delay-3 {
  transition-delay: 0.3s;
}

.fade-delay-4 {
  transition-delay: 0.4s;
}

.fade-delay-5 {
  transition-delay: 0.5s;
}

/* Speed（任意） */
.fade-fast {
  transition-duration: 0.35s, 0.5s;
}

.fade-slow {
  transition-duration: 0.8s, 1.1s;
}

/* =========================
   ロード
========================= */
.fade-in-onload {
  opacity: 0;
  animation: fadeInOnLoad 0.8s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInOnLoad {
  to {
    opacity: 1;
  }
}
.fade-in-onload02 {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInOnLoad02 1.5s ease forwards;
  animation-delay: 0.7s;
}

@keyframes fadeInOnLoad02 {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =========================
   editor style
========================= */
.editor-style__block {
  margin: 0 0 40px;
}
.editor-style .aligncenter {
  display: block;
  margin: 0 auto;
}
.editor-style .alignright {
  float: right;
}
.editor-style .alignleft {
  float: left;
}
.editor-style img {
  width: auto;
}
.editor-style {
  /* --------------------
    見出し
  -------------------- */
}
.editor-style h1 {
  font-size: 28px;
  margin: 0 0 32px;
  line-height: 1.4;
}
@media (max-width: 820px) {
  .editor-style h1 {
    font-size: 20px;
  }
}
.editor-style h2 {
  font-size: 22px;
  margin: 56px 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #000080;
  line-height: 1.4;
}
@media (max-width: 820px) {
  .editor-style h2 {
    font-size: 18px;
  }
}
.editor-style h3 {
  font-size: 18px;
  margin: 40px 0 12px;
  line-height: 1.4;
}
@media (max-width: 820px) {
  .editor-style h3 {
    font-size: 16px;
  }
}
.editor-style h4 {
  font-size: 16px;
  margin: 32px 0 8px;
  line-height: 1.4;
}
.editor-style {
  /* --------------------
    テキスト
  -------------------- */
}
.editor-style p {
  margin: 0 0 16px;
}
.editor-style strong {
  font-weight: 700;
}
.editor-style em {
  font-style: italic;
}
.editor-style a {
  color: #000080;
  text-decoration: underline;
}
.editor-style a:hover {
  text-decoration: none;
}
.editor-style {
  /* --------------------
    リスト
  -------------------- */
}
.editor-style ul,
.editor-style ol {
  margin: 16px 0 24px 1.5em;
  padding: 0;
}
.editor-style ul li {
  list-style: disc;
}
.editor-style ol li {
  list-style: decimal;
}
.editor-style li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.editor-style ul ul,
.editor-style ol ol {
  margin-top: 8px;
  margin-bottom: 0;
}
.editor-style {
  /* --------------------
    引用
  -------------------- */
}
.editor-style blockquote {
  margin: 24px 0;
  padding: 16px 24px;
  background: #f5f7f6;
  border-left: 4px solid #000080;
}
.editor-style blockquote p {
  margin: 0;
}
.editor-style cite {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
.editor-style {
  /* --------------------
    テーブル（クラシック想定）
  -------------------- */
}
.editor-style table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
  /* ★SP横スクロール対応（HTML触らない版） */
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
.editor-style th,
.editor-style td {
  padding: 12px 14px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.editor-style th {
  background: #f0f5f2;
  font-weight: 600;
}
.editor-style {
  /* --------------------
    画像（クラシック想定）
  -------------------- */
}
.editor-style img {
  max-width: 100%;
  height: auto;
  display: block;
}
.editor-style .wp-caption {
  margin: 32px 0;
  max-width: 100%;
}
.editor-style .wp-caption img {
  margin: 0 auto;
}
.editor-style .wp-caption-text {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.editor-style figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.editor-style {
  /* --------------------
    区切り線
  -------------------- */
}
.editor-style hr {
  margin: 48px 0;
  border: none;
  height: 1px;
  background: #ddd;
}
.editor-style {
  /* --------------------
    コード
  -------------------- */
}
.editor-style pre {
  margin: 24px 0;
  padding: 16px;
  background: #1e1e1e;
  color: #fff;
  font-size: 14px;
  overflow-x: auto;
  border-radius: 6px;
}
.editor-style code {
  font-family: Consolas, Monaco, monospace;
}
.editor-style {
  /* --------------------
    定義リスト
  -------------------- */
}
.editor-style dl {
  margin: 24px 0;
}
.editor-style dt {
  font-weight: 600;
  margin-top: 16px;
}
.editor-style dd {
  margin-left: 0;
  margin-top: 4px;
  padding-left: 16px;
  border-left: 3px solid #e0e0e0;
}
.editor-style {
  /* --------------------
    ボタン風リンク（任意）
  -------------------- */
}
.editor-style .is-style-button {
  display: inline-block;
  padding: 12px 24px;
  background: #000080;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
}
.editor-style .is-style-button:hover {
  opacity: 0.85;
}

/* =========================
   共通パーツ
========================= */
.btn-outline {
  display: block;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  padding: 12px 0 12px 12px;
  border: 2px solid #222;
  background: #fff;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
}
.btn-outline__text {
  position: relative;
  z-index: 1;
  padding: 0 24px 0 0;
}
.btn-outline::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #d0d0d0;
  border-right: 4px solid #d0d0d0;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.3s ease;
}
.btn-outline:hover {
  background: #fafafa;
}
.btn-outline:hover::after {
  right: 24px;
}
@media (max-width: 820px) {
  .btn-outline {
    max-width: 240px;
  }
  .btn-outline::after {
    right: 20px;
  }
}

.news-list {
  border-top: 1px solid #cfcfcf;
}
.news-list__item {
  border-bottom: 1px solid #cfcfcf;
}
.news-list__link {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 12px;
  text-decoration: none;
  color: inherit;
}
.news-list__link:hover {
  opacity: 0.85;
}
@media (max-width: 820px) {
  .news-list__link {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.news-list__date {
  flex: 0 0 116px;
}
@media (max-width: 820px) {
  .news-list__date {
    flex: 0 0 auto;
  }
}
.news-list__label {
  flex: 0 0 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #7fb6f7;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 820px) {
  .news-list__label {
    flex: 0 0 auto;
    font-size: 14px;
    padding: 0 14px;
  }
}
.news-list__title {
  flex: 1 1 auto;
  font-size: 14px;
}
@media (max-width: 820px) {
  .news-list__title {
    flex: 0 0 100%;
  }
}/*# sourceMappingURL=style.css.map */