@charset "UTF-8";
/*----------------------------------------------------------
基礎スタイル
----------------------------------------------------------*/
html {
  font-size: 1px;
  scroll-behavior: smooth;
}

@media (max-width: 375px) {
  html {
    font-size: 0.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.0520833333vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 1px;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: max(16rem, 10px);
}
body.is-active {
  overflow: hidden;
}

.wrapper {
  overflow-x: hidden;
  position: relative;
}

a {
  cursor: pointer;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 767.9px) {
  .is-pc {
    display: none;
  }
}

/*----------------------------------------------------------
ヘッダー
----------------------------------------------------------*/
.l-header {
  position: absolute;
  z-index: 100;
  top: 20rem;
  left: 19rem;
}
@media screen and (min-width: 768px) {
  .l-header {
    position: fixed;
    top: 55.5px;
    left: 50%;
    translate: calc(-50% - 20px) 0;
    margin-inline: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    padding-block: 20rem 21rem;
    padding-inline: 29rem 60rem;
    border-radius: 56px;
  }
}

.l-header__inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 207rem;
}

.l-header__logo {
  width: 253rem;
  aspect-ratio: 254/48;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 379rem;
  }
}

.l-header__logo-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.l-header__logo-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__nav {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 95rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-header__nav-item {
  white-space: nowrap;
  font-size: max(18rem, 14px);
  font-weight: 500;
  position: relative;
}

.l-header__nav-item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -48rem;
  top: 50%;
  translate: 0 -50%;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #056ED8;
}

.l-header--sp {
  position: fixed;
  width: 100%;
  z-index: 300;
  bottom: -5px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-header--sp {
    display: none;
  }
}

/*----------------------------------------------------------
レイアウト：インナー
----------------------------------------------------------*/
.l-inner {
  padding-inline: 20rem;
}
@media screen and (min-width: 768px) {
  .l-inner {
    width: 1320rem;
    max-width: 1320px;
    margin-inline: auto;
  }
}

/*----------------------------------------------------------
フッター
----------------------------------------------------------*/
.l-footer {
  position: relative;
  background-color: #056ED8;
}
@media screen and (min-width: 768px) {
  .l-footer {
    overflow: hidden;
    margin-top: -60rem;
  }
}

.l-footer__separator {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-footer__separator {
    position: relative;
    top: -1rem;
    z-index: 5;
  }
}

.l-footer__inner {
  padding-top: 29rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-bottom: 140rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding-top: 0;
    padding-bottom: 36rem;
    width: 100%;
  }
}

.l-footer__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
  content: "";
  aspect-ratio: 417/2081;
  background: url("https://www.hsbb89.jp/wp-content/themes/hyougo_baseball_new/img/common/footer_accent_left.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .l-footer__inner::before {
    height: 1040rem;
    top: -149rem;
    left: 103rem;
  }
}

.l-footer__inner::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  content: "";
  aspect-ratio: 417/2081;
  background: url("https://www.hsbb89.jp/wp-content/themes/hyougo_baseball_new/img/common/footer_accent_right.png") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .l-footer__inner::after {
    height: 1040rem;
    top: -149rem;
    right: 103rem;
  }
}

.l-footer__logo {
  display: block;
  width: 294rem;
  height: auto;
  aspect-ratio: 294/55;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 490rem;
  }
}
.l-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__nav {
  margin-top: 36rem;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-column-gap: 10rem;
     -moz-column-gap: 10rem;
          column-gap: 10rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    margin-top: 56rem;
    gap: 46rem;
  }
}

.footer__links {
  display: grid;
  gap: 24rem;
}
@media screen and (min-width: 768px) {
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 46rem;
  }
}

.footer__link {
  padding-left: 16rem;
  position: relative;
  font-size: 15rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .footer__link {
    padding-left: 58rem;
    font-size: 18rem;
  }
}

.footer__link::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 8rem;
  height: auto;
  aspect-ratio: 1;
  background-color: #00FFFF;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .footer__links:first-child .footer__link:first-child {
    padding-left: 0;
  }
  .footer__links:first-child .footer__link:first-child::before {
    display: none;
  }
}

.footer__copyright {
  position: relative;
  z-index: 10;
  margin-top: 46rem;
  text-align: center;
  font-size: 12rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 14rem;
    margin-top: 64rem;
  }
}

/*----------------------------------------------------------
下層ページ共通用スタイル
----------------------------------------------------------*/
.l-lower__header {
  position: relative;
  background-color: #F4F4F4;
}

.l-lower__header-img {
  width: 100%;
  aspect-ratio: 375/197;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-lower__header-img {
    aspect-ratio: 1920/640;
  }
}
.l-lower__header-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 55% 50%;
     object-position: 55% 50%;
}

.l-lower__header-separator {
  position: absolute;
  bottom: 72rem;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-lower__header-separator {
    bottom: auto;
    top: 305rem;
  }
}

.l-lower__header-title {
  display: grid;
  place-items: center;
  gap: 16rem;
  margin-top: -10rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-lower__header-title {
    gap: 22rem;
    margin-top: -160rem;
  }
}

.l-lower__header-title-img {
  width: 93rem;
  aspect-ratio: 93/63;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-lower__header-title-img {
    width: 136rem;
  }
}

.l-lower__header-title-text {
  text-align: center;
  font-size: 26rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #056ED8;
  line-height: 1.1923076923;
}
@media screen and (min-width: 768px) {
  .l-lower__header-title-text {
    font-size: 40rem;
  }
}

.l-lower__main {
  background-color: #F4F4F4;
  padding-top: 42rem;
  padding-bottom: 64rem;
  position: relative;
  z-index: 10;
}

.l-lower__inner {
  padding-inline: 20rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-lower__inner {
    padding-inline: 40rem;
    width: 1446rem;
  }
}
.l-lower__inner--narrow {
  max-width: 1000px;
}

.l-lower__contents--wrapper {
  padding-top: 30rem;
}
@media screen and (min-width: 768px) {
  .l-lower__contents--wrapper {
    padding-top: 60rem;
  }
}

/*----------------------------------------------------------
セクションタイトル
----------------------------------------------------------*/
.c-section-title {
  line-height: 2.85;
  font-size: 20rem;
  color: #056ED8;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 34rem;
    line-height: 2.7647058824;
  }
}

.c-section-title::before {
  position: absolute;
  content: "";
  width: 56rem;
  height: auto;
  aspect-ratio: 1;
  top: 50%;
  left: 0;
  translate: -50% -50%;
  background: url("https://www.hsbb89.jp/wp-content/themes/hyougo_baseball_new/img/common/ball.png") no-repeat center/contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-section-title::before {
    width: 94rem;
  }
}

/*----------------------------------------------------------
サブセクションタイトル
----------------------------------------------------------*/
.c-sub-section__title {
  position: relative;
  font-size: 18rem;
  font-weight: 700;
  color: #056ED8;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  padding-bottom: 14rem;
  background-image: url("https://www.hsbb89.jp/wp-content/themes/hyougo_baseball_new/img/common/title_border.svg");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 5rem;
}
@media screen and (min-width: 768px) {
  .c-sub-section__title {
    font-size: 30rem;
    padding-bottom: 24rem;
    background-size: auto 8rem;
  }
}

/*----------------------------------------------------------
パンくずリスト
----------------------------------------------------------*/
.c-breadcrumbs {
  font-size: max(10px, 12rem);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs {
    font-size: max(12px, 18rem);
  }
}
.c-breadcrumbs a {
  text-decoration: underline;
}

/*----------------------------------------------------------
トップページFV
----------------------------------------------------------*/
.p-fv {
  position: relative;
  overflow: hidden;
}

.p-fv__swiper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.p-fv__swiper.is-visible {
  opacity: 1;
  visibility: visible;
}

.p-fv__swiper-slide {
  width: 100%;
  height: auto;
  aspect-ratio: 375/647;
}
@media screen and (min-width: 768px) {
  .p-fv__swiper-slide {
    aspect-ratio: 1920/1080;
  }
}
.p-fv__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__separator {
  position: absolute;
  left: 0;
  width: 100%;
  aspect-ratio: 375/70;
  height: auto;
  z-index: 10;
  bottom: -20rem;
}
@media screen and (min-width: 768px) {
  .p-fv__separator {
    aspect-ratio: 1920/358;
    bottom: -240rem;
  }
}

/*----------------------------------------------------------
トップニュースセクション
----------------------------------------------------------*/
.p-top-news {
  padding-top: 32rem;
  padding-bottom: 72rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding-top: 100rem;
    padding-bottom: 43rem;
  }
}

.p-top-news__inner {
  display: grid;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-news__inner {
    grid-template-columns: auto 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 77rem;
  }
}

.p-top-news__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-news__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-top-news__title {
  width: 158rem;
  height: auto;
  aspect-ratio: 158/39;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-news__title {
    width: 346rem;
  }
}
.p-top-news__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-news__all {
  text-align: center;
  width: 107rem;
  height: auto;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-left: -10rem;
  position: relative;
  -webkit-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-news__all {
    width: 190rem;
    margin-left: 0;
    margin-top: -26rem;
  }
}

.p-top-news__all:hover {
  opacity: 1;
}

.p-top-news__all::after {
  position: absolute;
  content: "";
  inset: 0;
  background: url("https://www.hsbb89.jp/wp-content/themes/hyougo_baseball_new/img/common/ball.png") no-repeat center/contain;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

@media (any-hover: hover) {
  .p-top-news__all:hover::after {
    scale: 1.2;
  }
}
.p-top-news__all-text {
  position: relative;
  font-size: 15rem;
  font-weight: 700;
  color: #056ED8;
  line-height: 1.2666666667;
  letter-spacing: 0.08em;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-news__all-text {
    font-size: max(18rem, 10px);
  }
}

.p-top-news__all-icon {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 100% -50%;
  width: 25rem;
  height: auto;
  aspect-ratio: 25/12;
}
@media screen and (min-width: 768px) {
  .p-top-news__all-icon {
    width: 48rem;
    right: -24rem;
  }
}

.p-top-news__list {
  margin-top: -12rem;
  display: grid;
  gap: 14rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__list {
    margin-top: 0;
  }
}

.p-top-news__list-item {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-top-news__list-item {
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 41rem;
  }
}
.p-top-news__list-item--empty {
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10rem 0;
  font-size: 18rem;
  font-weight: 500;
}

.p-top-news__list-date {
  font-size: 14rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #808080;
}
@media screen and (min-width: 768px) {
  .p-top-news__list-date {
    font-size: 17rem;
  }
}

.p-top-news__list-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.04em;
  color: #056ED8;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-top-news__list-title {
    font-size: 17rem;
  }
}

.p-top-news__separator {
  position: absolute;
  width: 100%;
  height: auto;
  translate: 0 100%;
  left: 0;
  bottom: 40rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__separator {
    bottom: 134rem;
  }
}

/*----------------------------------------------------------
トップページバナーセクション
----------------------------------------------------------*/
.p-top-banners {
  background-color: #F4F4F4;
}

.p-top-banners__swiper {
  padding-bottom: 40rem;
  position: relative;
}

.p-top-banners__swiper-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-top-banners__swiper-slide {
  width: 167rem;
  border-radius: 7rem;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .p-top-banners__swiper-slide {
    width: 470rem;
    border-radius: 20rem;
  }
}

.p-top-banners__link {
  width: 100%;
}
.p-top-banners__link img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

@media (any-hover: hover) {
  .p-top-banners__link:hover {
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .p-top-banners__link img:hover {
    -webkit-filter: drop-shadow(0 8rem 10rem rgba(0, 0, 0, 0.6));
            filter: drop-shadow(0 8rem 10rem rgba(0, 0, 0, 0.6));
  }
}
.p-top-banners__swiper-button-prev,
.p-top-banners__swiper-button-next {
  position: absolute;
  width: 28rem;
  height: auto;
  aspect-ratio: 1;
  z-index: 10;
  display: grid;
  place-items: center;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-top-banners__swiper-button-prev,
  .p-top-banners__swiper-button-next {
    width: 112rem;
  }
}
.p-top-banners__swiper-button-prev:hover,
.p-top-banners__swiper-button-next:hover {
  opacity: 1;
}
.p-top-banners__swiper-button-prev::after,
.p-top-banners__swiper-button-next::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  background-color: rgba(155, 255, 255, 0.9);
  z-index: -1;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}

@media (any-hover: hover) {
  .p-top-banners__swiper-button-prev:hover::after,
  .p-top-banners__swiper-button-next:hover::after {
    scale: 1.2;
  }
}
.p-top-banners__swiper-button-prev {
  top: 44%;
  left: 20rem;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .p-top-banners__swiper-button-prev {
    left: 123rem;
    top: 50%;
  }
}

.p-top-banners__swiper-button-next {
  top: 44%;
  right: 20rem;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .p-top-banners__swiper-button-next {
    top: 50%;
    right: 123rem;
  }
}

.p-top-banners__swiper-button-icon {
  width: 13rem;
  height: auto;
  aspect-ratio: 13/6;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-top-banners__swiper-button-icon {
    width: 49rem;
  }
}

/*----------------------------------------------------------
トップページ申込書のセクション
----------------------------------------------------------*/
.p-top-application {
  position: relative;
  padding-top: 18rem;
  margin-top: -20rem;
}
@media screen and (min-width: 768px) {
  .p-top-application {
    overflow: hidden;
    padding-top: 101rem;
    margin-top: -40rem;
  }
}

.p-top-application__separator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top-application__separator {
    top: -60rem;
  }
}

.p-top-application__inner {
  position: relative;
  z-index: 10;
}

.p-top-application__title {
  display: grid;
  place-items: center;
  gap: 16rem;
}
@media screen and (min-width: 768px) {
  .p-top-application__title {
    gap: 22rem;
  }
}

.p-top-application__title-img {
  width: 93rem;
  aspect-ratio: 93/63;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-top-application__title-img {
    width: 136rem;
  }
}

.p-top-application__title-text {
  text-align: center;
  font-size: 26rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #056ED8;
  line-height: 1.1923076923;
}
@media screen and (min-width: 768px) {
  .p-top-application__title-text {
    font-size: 40rem;
  }
}

.p-top-application__links {
  margin-top: 36rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 14rem;
     -moz-column-gap: 14rem;
          column-gap: 14rem;
  row-gap: 12rem;
}
@media screen and (min-width: 768px) {
  .p-top-application__links {
    margin-top: 70rem;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 70rem;
       -moz-column-gap: 70rem;
            column-gap: 70rem;
    row-gap: 51rem;
  }
}

.p-top-application__link {
  display: grid;
  grid-template-columns: 1fr 21rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #378BE0;
  border-radius: 33rem;
  padding: 14rem 14rem 16rem 18rem;
  font-size: 14rem;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0.06em;
  line-height: 1.2857142857;
  min-height: 66rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-application__link {
    grid-template-columns: 1fr 35rem;
    border-radius: 55rem;
    padding-inline: 80rem 32rem;
    min-height: 110rem;
    font-size: 22rem;
    line-height: 1.3636363636;
  }
}

@media (any-hover: hover) {
  .p-top-application__link:hover {
    background-color: #056ED8;
    opacity: 1;
  }
}
.p-top-application__link-icon {
  width: 100%;
  height: auto;
}

/*----------------------------------------------------------
大会情報ページ
----------------------------------------------------------*/
.p-schedule__list-supplement {
  margin-top: 26rem;
  display: grid;
  gap: 12rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-schedule__list-supplement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-top: 4rem;
  }
}

.p-schedule__list-update {
  font-size: 12rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-schedule__list-update {
    font-size: 17rem;
  }
}

.-p-schedule__list-explanation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10rem;
}
@media screen and (min-width: 768px) {
  .-p-schedule__list-explanation {
    gap: 34rem;
  }
}

.p-schedule__list-explanation-item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__list-explanation-item {
    gap: 16rem;
  }
}
.p-schedule__list-explanation-item img {
  width: 37rem;
  height: auto;
}
.p-schedule__list-explanation-item span {
  font-size: 14rem;
  font-weight: 500;
  line-height: 1.2142857143;
}
@media screen and (min-width: 768px) {
  .p-schedule__list-explanation-item span {
    font-size: 16rem;
  }
}

.p-schedule__list--wrapper {
  margin-top: 27rem;
  overflow: auto;
  padding-left: 20rem;
  padding-right: 40rem;
  padding-bottom: 20rem;
  /* --- スクロールバー非表示の設定 --- */
  -ms-overflow-style: none; /* IE, Edge用 */
  scrollbar-width: none; /* Firefox用 */
}
.p-schedule__list--wrapper::-webkit-scrollbar { /* Chrome, Safari用 */
  display: none;
}
@media screen and (min-width: 768px) {
  .p-schedule__list--wrapper {
    margin-top: 20rem;
    padding: 0;
    overflow: hidden;
  }
}

.p-schedule__list-main .scroll-hint-icon {
  top: 84rem !important;
}

.p-schedule__list {
  border: 1px solid #056ED8;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .p-schedule__list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-schedule__list-head.p-schedule__list-row {
  background-color: #056ED8;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  font-size: 16rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .p-schedule__list-head.p-schedule__list-row {
    font-size: 20rem;
  }
}

.p-schedule__list-row {
  display: grid;
  grid-template-columns: 112rem 1fr;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-schedule__list-row {
    grid-template-columns: 140rem 1fr;
    font-size: 18rem;
  }
}

.p-schedule__list-row:nth-child(2n+3) {
  background-color: #ebf3fc;
}

.p-schedule__list-row:nth-child(even) {
  background-color: #FFFFFF;
}

.p-schedule__list-row:not(:last-child) {
  border-bottom: 1px solid #056ED8;
}

.p-schedule__list-category {
  display: grid;
  place-items: center;
  grid-column: 1;
  padding-block: 18rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__list-category {
    padding-block: 22rem;
  }
}

.p-schedule__list-detail {
  display: grid;
  grid-template-columns: 312rem 211rem 112rem 112rem 112rem 112rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__list-detail {
    grid-template-columns: 390rem 264rem 140rem 140rem 140rem 140rem;
  }
}

.p-schedule__list-detail:not(:first-child) {
  border-top: 1px solid #056ED8;
}

.p-schedule__list-head.p-schedule__list-row .p-schedule__list-detail > * {
  padding-block: 19rem;
  padding-inline: 8rem;
  border-left: 1px solid #FFFFFF;
}

.p-schedule__list-row .p-schedule__list-detail > * {
  padding-block: 20rem;
  padding-inline: 14rem 10rem;
  border-left: 1px solid #056ED8;
  height: 100%;
  min-height: 76rem;
}

.p-schedule__list-name {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-schedule__list-date,
.p-schedule__list-ceremony,
.p-schedule__list-branch,
.p-schedule__list-bracket,
.p-schedule__list-result {
  display: grid;
  place-items: center;
  text-align: center;
}

.p-schedule__contents-sub {
  padding-top: 27rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__contents-sub {
    padding-top: 80rem;
  }
}

.p-schedule__contents-sub .p-schedule__list--wrapper {
  margin-top: 23rem;
}
@media screen and (min-width: 768px) {
  .p-schedule__contents-sub .p-schedule__list--wrapper {
    margin-top: 45rem;
  }
}

/*----------------------------------------------------------
お問い合わせページ
----------------------------------------------------------*/
.p-contact__top-text {
  font-size: 14rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-contact__top-text {
    font-size: max(16rem, 12px);
    text-align: center;
  }
}

.p-contact__list {
  max-width: 1000px;
  margin-inline: auto;
  display: grid;
  gap: 16rem;
}
@media screen and (min-width: 768px) {
  .p-contact__list {
    margin-top: 64rem;
    gap: 32rem;
  }
}

.p-contact__list-item {
  display: grid;
  gap: 8rem;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .p-contact__list-item {
    grid-template-columns: 160rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-contact__list-head {
  font-size: 14rem;
  font-weight: 500;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact__list-head {
    font-size: max(18rem, 12px);
  }
}

.p-contact__list-head label.is-required {
  position: relative;
}

.p-contact__list-head label.is-required::after {
  content: "*";
  position: absolute;
  top: 0;
  right: -10rem;
  font-size: 14rem;
  color: red;
}
@media screen and (min-width: 768px) {
  .p-contact__list-head label.is-required::after {
    font-size: max(16rem, 10px);
  }
}

.p-contact__list-body {
  margin-left: 0;
  width: 100%;
}

.p-contact__input--text,
.p-contact__input--tel,
.p-contact__input--mail,
.p-contact__input-textarea {
  width: 100%;
  padding: 4rem 8rem;
}
@media screen and (min-width: 768px) {
  .p-contact__input--text,
  .p-contact__input--tel,
  .p-contact__input--mail,
  .p-contact__input-textarea {
    padding: 12rem 16rem;
    font-size: max(18rem, 12px);
  }
}

.p-contact__input-radio {
  display: grid;
  grid-template-columns: repeat(2, auto);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-column-gap: 16rem;
     -moz-column-gap: 16rem;
          column-gap: 16rem;
}
@media screen and (min-width: 768px) {
  .p-contact__input-radio {
    font-size: max(18rem, 12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-contact__input-radio > span {
  margin-left: 0;
}

.p-contact__input-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}

.p-contact__submit {
  display: block;
  margin-inline: auto;
  background-color: #056ED8;
  color: #FFFFFF;
  border: none;
  padding: 12rem 48rem;
  font-size: 14rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .p-contact__submit {
    font-size: max(18rem, 12px);
    padding: 16rem 64rem;
    margin-top: 40rem;
  }
}

/*----------------------------------------------------------
野球ネット紹介ページ
----------------------------------------------------------*/
.p-baseballnet__contents {
  max-width: 1000px;
  margin-inline: auto;
}
.p-baseballnet__contents .red {
  color: red;
}

/* ====================================
  404 Page
==================================== */
.p-404__contents {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-404__contents {
    padding: 40px 20px;
  }
}

.p-404__title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-404__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.p-404__description {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-404__description {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.p-404__link-wrapper {
  margin-top: 40px;
}

.p-404__link {
  display: inline-block;
  padding: 16px 60px;
  background-color: #003da5;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-404__link:hover {
  background-color: #002d7a;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 61, 165, 0.3);
          box-shadow: 0 4px 8px rgba(0, 61, 165, 0.3);
}
@media screen and (max-width: 768px) {
  .p-404__link {
    padding: 14px 40px;
    font-size: 14px;
  }
}

/*----------------------------------------------------------
印刷用スタイル
----------------------------------------------------------*/
@media print {
  .l-header,
  .l-header--sp,
  .l-footer,
  .l-lower__header,
  .c-breadcrumbs {
    display: none !important;
  }
  @page {
    size: A4 portrait;
    margin: 10mm;
  }
  body {
    margin: 0;
    padding: 0;
    font-size: 10pt;
  }
  .l-lower__main {
    padding: 0;
    margin: 0;
  }
  .l-lower__inner {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .l-lower__contents--wrapper {
    padding: 0;
  }
  .p-schedule__contents {
    page-break-inside: avoid;
  }
  .p-schedule__title {
    font-size: 14pt;
    margin-bottom: 10px;
    page-break-after: avoid;
  }
  .p-schedule__list-supplement {
    margin-top: 5px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 8pt;
    page-break-after: avoid;
  }
  .p-schedule__list-update {
    font-size: 9pt;
  }
  .-p-schedule__list-explanation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .p-schedule__list-explanation-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
  .p-schedule__list-explanation-item img {
    width: 15px;
    height: auto;
  }
  .p-schedule__list-explanation-item span {
    font-size: 7pt;
    line-height: 1.2;
  }
  .p-schedule__list-explanation-item span br {
    display: none;
  }
  .p-schedule__list--wrapper {
    margin-top: 10px;
    padding: 0;
    overflow: visible;
  }
  .p-schedule__list {
    width: 100%;
    border: 1px solid #0066cc;
    font-size: 7pt;
    page-break-inside: auto;
  }
  .p-schedule__list-head.p-schedule__list-row {
    background-color: #0066cc;
    color: white;
    font-size: 8pt;
    font-weight: bold;
    page-break-after: avoid;
  }
  .p-schedule__list-row {
    display: grid;
    grid-template-columns: 50px 1fr;
    width: 100%;
    font-size: 7pt;
    line-height: 1.2;
    page-break-inside: avoid;
  }
  .p-schedule__list-row:nth-child(2n+3) {
    background-color: #f5f5f5;
  }
  .p-schedule__list-row:not(:last-child) {
    border-bottom: 1px solid #0066cc;
  }
  .p-schedule__list-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4px 1px;
    border-right: 1px solid #0066cc;
    font-size: 7pt;
  }
  .p-schedule__list-detail--wrapper {
    display: block;
  }
  .p-schedule__list-detail {
    display: grid;
    grid-template-columns: 1.8fr 0.8fr 0.6fr 0.6fr 0.5fr 0.5fr;
    width: 100%;
  }
  .p-schedule__list-detail:not(:first-child) {
    border-top: 1px solid #0066cc;
  }
  .p-schedule__list-head.p-schedule__list-row .p-schedule__list-detail > * {
    padding: 4px 2px;
    border-left: 1px solid white;
  }
  .p-schedule__list-row .p-schedule__list-detail > * {
    padding: 4px 2px;
    border-left: 1px solid #0066cc;
    min-height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .p-schedule__list-name {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-schedule__list-bracket img,
  .p-schedule__list-result img {
    width: 12px;
    height: auto;
  }
  .p-schedule__contents-sub {
    padding-top: 20px;
    page-break-before: auto;
    page-break-inside: avoid;
  }
  .c-sub-section__title {
    font-size: 12pt;
    margin-bottom: 10px;
    page-break-after: avoid;
  }
  .p-schedule__contents-sub .p-schedule__list--wrapper {
    margin-top: 10px;
  }
  .p-schedule__list-main {
    page-break-after: auto;
  }
  a[href]:after {
    content: none !important;
  }
}/*# sourceMappingURL=style.css.map */