@charset "UTF-8";
.home-wrapper {
  /* =========================================
     Hero Slider
     Swiper Custom Styling
  ========================================= */
}
.home-wrapper .hero {
  position: relative;
  overflow: hidden;
}
.home-wrapper {
  /* =========================================
     背景ぼかし
  ========================================= */
}
.home-wrapper .hero-bg-blur {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(40px) brightness(0.6);
  transform: scale(1.2);
  transition: background-image 0.5s ease;
  z-index: 0;
}
.home-wrapper {
  /* =========================================
     Swiper本体
  ========================================= */
}
.home-wrapper .hero-swiper {
  position: relative;
  z-index: 2;
  overflow: visible;
}
.home-wrapper {
  /* 高さを揃える */
}
.home-wrapper .hero-swiper .swiper-wrapper {
  align-items: stretch;
}
.home-wrapper {
  /* =========================================
     スライド
  ========================================= */
}
.home-wrapper .hero-swiper .swiper-slide {
  height: 800px; /* ← 好きな高さに変更OK */
  opacity: 0.35;
  transition: opacity 0.3s ease;
}
.home-wrapper {
  /* scale削除 → opacityのみ */
}
.home-wrapper .hero-swiper .swiper-slide-active {
  opacity: 1;
}
.home-wrapper {
  /* =========================================
     画像
  ========================================= */
}
.home-wrapper .hero picture,
.home-wrapper .hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0px;
}
.home-wrapper {
  /* =========================================
     キャプション
  ========================================= */
}
.home-wrapper .hero-caption {
  position: absolute;
  bottom: 24px;
  left: 24px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.35);
  padding: 10px 16px;
  border-radius: 12px;
}
.home-wrapper {
  /* =========================================
     ナビゲーション（白）
  ========================================= */
}
.home-wrapper .hero .swiper-button-prev,
.home-wrapper .hero .swiper-button-next {
  color: #ffffff;
}
.home-wrapper .hero .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.4;
}
.home-wrapper .hero .swiper-pagination-bullet-active {
  opacity: 1;
}
.home-wrapper {
  /* =========================================
     SP（768px以下）
  ========================================= */
}
@media (max-width: 768px) {
  .home-wrapper {
    /* =========================
       スライド高さを自動に
    ========================= */
  }
  .home-wrapper .hero-swiper .swiper-slide {
    height: auto;
  }
  .home-wrapper .hero-swiper img {
    height: auto;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain; /* ← 全体見せる */
    border-radius: 0; /* ← 角丸なし */
  }
  .home-wrapper {
    /* pictureタグ使ってる場合も対応 */
  }
  .home-wrapper .hero-swiper picture {
    display: block;
    border-radius: 0;
  }
  .home-wrapper {
    /* =========================
       矢印削除
    ========================= */
  }
  .home-wrapper .hero .swiper-button-prev,
  .home-wrapper .hero .swiper-button-next {
    display: none;
  }
}
.home-wrapper .topics-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #000000;
}
.home-wrapper .topics-section .inner .home-topics {
  width: 100%;
}
.home-wrapper .topics-section .inner .home-topics h2 {
  color: #FFF;
}
.home-wrapper .topics-section .inner .home-topics ul {
  margin-bottom: 60px;
}
.home-wrapper .topics-section .inner .home-topics ul li {
  padding: 15px;
  border-bottom: 1px solid #5f5f5f;
}
.home-wrapper .topics-section .inner .home-topics ul li:hover {
  background-color: rgba(168, 153, 14, 0.2);
}
.home-wrapper .topics-section .inner .home-topics ul li a .article_info {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.home-wrapper .topics-section .inner .home-topics ul li a .article_info .days {
  margin-right: 20px;
  color: #FFF;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3rem;
  padding-top: 2.5px;
}
.home-wrapper .topics-section .inner .home-topics ul li a .article_info .cat {
  font-size: 0.7rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  height: 20px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-wrapper .topics-section .inner .home-topics ul li p {
  display: flex;
  align-items: center;
  color: #FFF;
}
.home-wrapper .shortcut-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #000000;
}
.home-wrapper .shortcut-section .inner ul {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.home-wrapper .shortcut-section .inner ul li {
  width: 30%;
}
.home-wrapper .shortcut-section .inner ul li img {
  display: block;
  width: 100%;
}
.home-wrapper .person-section {
  background-color: #000000;
}
.home-wrapper .person-section .person-wrap {
  display: flex;
  flex-wrap: nowrap;
}
.home-wrapper .person-section .person-wrap .left, .home-wrapper .person-section .person-wrap .right {
  width: 50%;
}
.home-wrapper .person-section .person-wrap .left a, .home-wrapper .person-section .person-wrap .right a {
  width: 100%;
  height: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-wrapper .person-section .person-wrap .left a .inner-box, .home-wrapper .person-section .person-wrap .right a .inner-box {
  width: 600px;
}
.home-wrapper .person-section .person-wrap .left a .inner-box h2, .home-wrapper .person-section .person-wrap .right a .inner-box h2 {
  font-size: 3.8rem;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 30px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.home-wrapper .person-section .person-wrap .left a .inner-box span, .home-wrapper .person-section .person-wrap .right a .inner-box span {
  display: block;
}
.home-wrapper .person-section .person-wrap .left a .inner-box .spp-text, .home-wrapper .person-section .person-wrap .right a .inner-box .spp-text {
  font-size: 0.9rem;
  color: #FFF;
  margin-bottom: 35px;
}
.home-wrapper .person-section .person-wrap .left a .inner-box .sc-btn, .home-wrapper .person-section .person-wrap .right a .inner-box .sc-btn {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid #908c8c;
  color: #fff;
  margin-top: 45px;
  padding: 10px 35px 10px 35px;
  border-color: rgba(255, 255, 255, 0.5);
  width: 280px;
}
.home-wrapper .person-section .person-wrap .left a .inner-box .sc-btn .sns-text, .home-wrapper .person-section .person-wrap .right a .inner-box .sc-btn .sns-text {
  display: block;
  font-size: 1.8rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 3.5px;
}
.home-wrapper .person-section .person-wrap .left a {
  background-image: url("../img/home/player.jpg");
}
.home-wrapper .person-section .person-wrap .right a {
  background-image: url("../img/home/staff.jpg");
}
.home-wrapper .match-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../img/home/match-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.home-wrapper .match-section .inner .home-match {
  margin-bottom: 60px;
}
.home-wrapper .match-section .inner .home-match ul {
  list-style: none;
}
.home-wrapper .match-section .inner .home-match ul li {
  width: 100%;
  background-color: hsla(0, 0%, 19%, 0.42);
  color: #FFF;
  margin-bottom: 15px;
  border: 1px solid #FFF;
}
.home-wrapper .match-section .inner .home-match ul li .match-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 25px;
}
.home-wrapper .match-section .inner .home-match ul li .match-item .left {
  width: 35%;
}
.home-wrapper .match-section .inner .home-match ul li .match-item .left .top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom: solid 1px #FFF;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.home-wrapper .match-section .inner .home-match ul li .match-item .left .top .date {
  font-size: 2.5rem;
  font-weight: bold;
  margin-right: 20px;
}
.home-wrapper .match-section .inner .home-match ul li .match-item .left .top .game-title {
  font-size: 0.9rem;
}
.home-wrapper .match-section .inner .home-match ul li .match-item .left .bottom {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.home-wrapper .match-section .inner .home-match ul li .match-item .left .bottom .time {
  font-size: 1.5rem;
  margin-right: 20px;
}
.home-wrapper .match-section .inner .home-match ul li .match-item .left .bottom .kickoff {
  font-size: 1.4rem;
}
.home-wrapper .match-section .inner .home-match ul li .match-item .right {
  width: 55%;
  margin-left: 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-wrapper .match-section .inner .home-match ul li .match-item .right .field-box {
  margin-right: auto;
}
.home-wrapper .match-section .inner .home-match ul li .match-item .right .field-box .field {
  display: block;
  font-size: 1.2rem;
}
.home-wrapper .match-section .inner .home-match ul li .match-item .right .vsteam-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 15px;
}
.home-wrapper .match-section .inner .home-match ul li .match-item .right .vsteam-box span {
  display: block;
}
.home-wrapper .match-section .inner .home-match ul li .match-item .right .vsteam-box .vs {
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 15px;
  color: #c5c5c5;
}
.home-wrapper .match-section .inner .home-match ul li .match-item .right .vsteam-box .vsteam {
  font-size: 2rem;
  font-weight: bold;
}
.home-wrapper .goods-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.home-wrapper .goods-section .inner .goods-wrap ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 5%;
}
.home-wrapper .goods-section .inner .goods-wrap ul li {
  width: 30%;
}
.home-wrapper .goods-section .inner .goods-wrap ul li img {
  display: block;
  width: 100%;
}
.home-wrapper .goods-section .inner .goods-wrap ul li h4 {
  margin-top: 15px;
  text-align: center;
}
.home-wrapper .instagram-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url("../img/home/instagram-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.home-wrapper .instagram-section .inner p {
  font-size: 0.9rem;
  line-height: 2;
  margin-bottom: 30px;
}
.home-wrapper .instagram-section .inner .sns-btn {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: center;
  border: 1px solid #908c8c;
  color: #fff;
  margin-top: 35px;
  padding: 10px 35px 10px 35px;
  border-color: rgba(255, 255, 255, 0.5);
  width: 280px;
}
.home-wrapper .instagram-section .inner .sns-btn .sns-text {
  display: block;
  font-size: 1.8rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 3.5px;
}
.home-wrapper .u-12-section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #000000;
}
.home-wrapper .u-12-section .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-wrapper .u-12-section .inner img {
  display: block;
}

/* home-wrapper */
/* スライダーページネーションの●のサイズ修正 */
.home-slider .xo-slider-template-default .swiper-pagination-bullet {
  width: 5px !important;
  height: 5px !important;
  opacity: 0.5;
}

/* スライダーページネーションの●のサイズ修正 */
.home-slider .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 60px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .home-wrapper .hero-section img {
    border-radius: 0rem;
    width: 100%;
  }
  .home-wrapper .hero-section .home-slider .swiper .swiper-slide img {
    border-radius: 0rem;
    width: 100%;
  }
  .home-wrapper .shortcut-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #000000;
  }
  .home-wrapper .shortcut-section .inner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 6%;
  }
  .home-wrapper .shortcut-section .inner ul li {
    width: 47%;
  }
  .home-wrapper .topics-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .home-wrapper .topics-section .inner {
    display: block;
  }
  .home-wrapper .topics-section .inner .home-topics {
    width: 100%;
    padding: 1rem 0rem;
  }
  .home-wrapper .topics-section .inner .home-topics ul li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: 1px solid #999;
  }
  .home-wrapper .topics-section .inner .home-topics ul li a {
    display: block;
  }
  .home-wrapper .topics-section .inner .home-topics ul li a .article_info {
    font-size: 0.8rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 5px;
  }
  .home-wrapper .topics-section .inner .home-topics ul li a .article_info .days {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .home-wrapper .topics-section .inner .home-topics ul li a .article_info .cat {
    width: auto;
    height: auto;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 15px;
  }
  .home-wrapper .topics-section .inner .home-topics ul li a .topics-text {
    width: 100%;
  }
  .home-wrapper .match-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("../img/home/match-back.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .home-wrapper .match-section .inner .home-match {
    margin-bottom: 60px;
  }
  .home-wrapper .match-section .inner .home-match ul {
    list-style: none;
  }
  .home-wrapper .match-section .inner .home-match ul li {
    width: 100%;
    background-color: hsla(0, 0%, 19%, 0.42);
    color: #FFF;
    margin-bottom: 15px;
    border: 1px solid #FFF;
  }
  .home-wrapper .match-section .inner .home-match ul li .match-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
  }
  .home-wrapper .match-section .inner .home-match ul li .match-item .left {
    width: 100%;
  }
  .home-wrapper .match-section .inner .home-match ul li .match-item .left .top {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-bottom: solid 1px #FFF;
    padding-bottom: 3px;
    margin-bottom: 5px;
  }
  .home-wrapper .match-section .inner .home-match ul li .match-item .left .top .date {
    font-size: 2rem;
    font-weight: bold;
    margin-right: 20px;
  }
  .home-wrapper .match-section .inner .home-match ul li .match-item .left .top .game-title {
    font-size: 1rem;
  }
  .home-wrapper .match-section .inner .home-match ul li .match-item .left .bottom {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 7px;
  }
  .home-wrapper .match-section .inner .home-match ul li .match-item .left .bottom .time {
    font-size: 1.4rem;
    margin-right: 10px;
    padding-top: 5px;
  }
  .home-wrapper .match-section .inner .home-match ul li .match-item .left .bottom .kickoff {
    font-size: 1rem;
  }
  .home-wrapper .match-section .inner .home-match ul li .match-item .right {
    width: 100%;
    margin-left: 0%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .home-wrapper .match-section .inner .home-match ul li .match-item .right .field-box {
    width: 100%;
    margin-right: auto;
  }
  .home-wrapper .match-section .inner .home-match ul li .match-item .right .field-box .field {
    display: block;
    font-size: 0.9rem;
  }
  .home-wrapper .match-section .inner .home-match ul li .match-item .right .vsteam-box {
    width: 100%;
    margin-bottom: 7px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .home-wrapper .match-section .inner .home-match ul li .match-item .right .vsteam-box span {
    display: block;
  }
  .home-wrapper .match-section .inner .home-match ul li .match-item .right .vsteam-box .vs {
    font-size: 1.1rem;
    font-weight: bold;
    margin-right: 15px;
    color: #c5c5c5;
  }
  .home-wrapper .match-section .inner .home-match ul li .match-item .right .vsteam-box .vsteam {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .home-wrapper .person-section .person-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .home-wrapper .person-section .person-wrap .left, .home-wrapper .person-section .person-wrap .right {
    width: 100%;
  }
  .home-wrapper .person-section .person-wrap .left a, .home-wrapper .person-section .person-wrap .right a {
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .home-wrapper .person-section .person-wrap .left a .inner-box, .home-wrapper .person-section .person-wrap .right a .inner-box {
    width: 86%;
    margin: 0 auto;
  }
  .home-wrapper .person-section .person-wrap .left a .inner-box h2, .home-wrapper .person-section .person-wrap .right a .inner-box h2 {
    font-size: 3.8rem;
    margin-bottom: 30px;
  }
  .home-wrapper .person-section .person-wrap .left a .inner-box .spp-text, .home-wrapper .person-section .person-wrap .right a .inner-box .spp-text {
    font-size: 1.1rem;
    margin-bottom: 35px;
  }
  .home-wrapper .person-section .person-wrap .left a .inner-box .sc-btn, .home-wrapper .person-section .person-wrap .right a .inner-box .sc-btn {
    margin-right: auto;
    margin-left: auto;
  }
  .home-wrapper .u-12-section .inner img {
    display: block;
    width: 100%;
  }
}/*# sourceMappingURL=top.css.map */