@charset "UTF-8";
/* ===================================================================
  トップページ2022専用のスタイル
=================================================================== */
@media screen and (max-width: 640px) {
  .body-home #contents {
    padding: 0;
  }
}
.body-home #contents main .inner {
  width: 960px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  .body-home #contents main .inner {
    width: auto;
  }
}

.body-home #header #globalNav nav .sp-pageTitle {
  display: none;
}

.top-mv_game {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .top-mv_game {
    display: block;
  }
}
.top-mv_game__item.-mainvisual {
  width: calc(100% - 440px);
}
@media screen and (max-width: 640px) {
  .top-mv_game__item.-mainvisual {
    width: auto;
  }
}
.top-mv_game__item.-game {
  position: absolute;
  top: 0;
  right: 0;
  width: 440px;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .top-mv_game__item.-game {
    position: static;
    height: auto;
    width: auto;
  }
}

.mainvisual {
  margin-bottom: -25px;
}
.mainvisual img {
  width: 100%;
  height: auto;
}
.mainvisual__outer {
  padding-bottom: 25px;
  overflow-x: hidden;
}
.mainvisual span.text {
  padding: 15px 25px;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7;
}
.mainvisual span.text:empty {
  display: none;
}
@media screen and (max-width: 640px) {
  .mainvisual span.text {
    padding: 10px 12px;
    font-size: 1.3rem;
  }
}
.mainvisual .swiper.-mainvisual {
  overflow: visible;
}
.mainvisual .swiper-button-next, .mainvisual .swiper-button-prev {
  color: white;
}
.mainvisual .swiper-button-next:after, .mainvisual .swiper-button-prev:after {
  font-size: 2.5vw;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .mainvisual .swiper-button-next:after, .mainvisual .swiper-button-prev:after {
    font-size: 3.5vw;
  }
}
.mainvisual .swiper-button-next {
  right: 20px;
}
@media screen and (max-width: 640px) {
  .mainvisual .swiper-button-next {
    right: 0;
  }
}
.mainvisual .swiper-button-prev {
  left: 20px;
}
@media screen and (max-width: 640px) {
  .mainvisual .swiper-button-prev {
    left: 0;
  }
}
.mainvisual .swiper-pagination {
  bottom: -25px;
}
@media screen and (max-width: 640px) {
  .mainvisual .swiper-pagination {
    display: none;
  }
}
.mainvisual .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
  background: white;
  opacity: 1;
}
.mainvisual .swiper-pagination .swiper-pagination-bullet-active {
  background: #c71918;
}

.top-game {
  height: 100%;
}
.top-game__scheduleBtn {
  padding: 13px 0 0;
  text-align: center;
}
.top-game__scheduleBtn a {
  display: inline-block;
  width: 60%;
  padding: 7px 15px;
  font-size: 1.5rem;
  color: #1e1e1e;
  text-align: center;
  border: 1px solid #1e1e1e;
}
.top-game__scheduleBtn a span {
  padding-left: 18px;
  background: url(../img/top2022/arrow_right.png) no-repeat left center;
  background-size: 10px 5px;
}
@media screen and (max-width: 640px) {
  .top-game__scheduleBtn {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .top-game__scheduleBtn a {
    width: 60%;
    padding: 10px;
  }
}

.top-area-game {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .top-area-game [aria-hidden] {
    -webkit-transition: none;
    transition: none;
  }
}
.top-area-game [aria-hidden=true] {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.top-area-game [aria-hidden=false] {
  opacity: 1;
  width: auto;
}
.top-area-game .bx-controls {
  display: none;
}
@media screen and (max-width: 640px) {
  .top-area-game .bx-controls {
    display: block;
  }
  .top-area-game .bx-controls .bx-prev, .top-area-game .bx-controls .bx-next {
    position: absolute;
    top: 50%;
    width: 11px;
    height: 21px;
    margin-top: -11px;
    background: url(../img/share/bx_controls.png) no-repeat;
    text-indent: -9999px;
  }
  .top-area-game .bx-controls .bx-prev.disabled, .top-area-game .bx-controls .bx-next.disabled {
    opacity: 0.3;
    pointer-events: none;
  }
  .top-area-game .bx-controls .bx-prev {
    left: -15px;
  }
  .top-area-game .bx-controls .bx-next {
    right: -15px;
    background-position: right top;
  }
}
.top-area-game__inner {
  height: 100%;
}
.top-area-game__inner > ul[role=tablist] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  background: #bec8c8;
}
.top-area-game__inner > ul[role=tablist] li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.top-area-game__inner > ul[role=tablist] li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 1px;
  height: calc(100% - 24px);
  background: rgba(255, 255, 255, 0.7);
}
.top-area-game__inner > ul[role=tablist] li:first-child::after {
  content: none;
}
.top-area-game__inner > ul[role=tablist] li:last-child a[aria-selected=true] {
  margin-right: 0;
}
.top-area-game__inner > ul[role=tablist] a {
  display: block;
  padding: 12px 10px;
  color: white;
}
@media screen and (max-width: 640px) {
  .top-area-game__inner > ul[role=tablist] a {
    padding: 12px 1px;
    font-size: 1.2rem;
  }
}
.top-area-game__inner > ul[role=tablist] a[aria-selected=true] {
  margin-right: -1px;
  position: relative;
  z-index: 2;
  background: #fff;
  color: #1e1e1e;
}
.top-area-game .tabpanel-wrap {
  height: calc(100% - 40px);
}
.top-area-game .tabpanel-wrap [role=tabpanel] {
  height: 100%;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-area-game .tabpanel-wrap [role=tabpanel][aria-hidden=true] {
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.top-area-game .tab-sub {
  height: calc(100% - 58px);
}
.top-area-game .tab-sub ul[role=tablist] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 44px;
  padding: 13px 0 15px;
  text-align: center;
}
.top-area-game .tab-sub ul[role=tablist] li {
  display: inline;
  margin: 0 20px;
}
.top-area-game .tab-sub ul[role=tablist] li:last-child a {
  white-space: nowrap;
  letter-spacing: 1em;
}
.top-area-game .tab-sub ul[role=tablist] li:last-child a::after {
  content: "";
  margin-left: -1em;
}
.top-area-game .tab-sub ul[role=tablist] a {
  color: #1e1e1e;
  font-size: 1.4rem;
  border-bottom: 2px solid transparent;
}
.top-area-game .tab-sub ul[role=tablist] a[aria-selected=true], .top-area-game .tab-sub ul[role=tablist] a:hover {
  text-decoration: none;
  border-bottom-color: #1e1e1e;
}
.top-area-game .tab-sub .tabpanel-wrap {
  height: calc(100% - 44px);
}
.top-area-game .tab-sub .tabpanel-wrap [role=tabpanel] {
  margin-right: 15px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.top-area-game .tab-sub .tabpanel-wrap [role=tabpanel]::-webkit-scrollbar {
  width: 5px;
}
.top-area-game .tab-sub .tabpanel-wrap [role=tabpanel]::-webkit-scrollbar-track {
  background: #e6ebeb;
}
.top-area-game .tab-sub .tabpanel-wrap [role=tabpanel]::-webkit-scrollbar-thumb {
  background: #b9bebe;
}
@media screen and (max-width: 640px) {
  .top-area-game .tab-sub .tabpanel-wrap [role=tabpanel] {
    margin-right: 0;
    overflow-y: auto;
  }
}
.top-area-game .area-gameResults {
  padding: 0 25px 0 35px;
}
@media screen and (max-width: 640px) {
  .top-area-game .area-gameResults {
    padding: 0 25px;
  }
}
.top-area-game .area-gameResults .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding: 12px 0;
  background: white;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 640px) {
  .top-area-game .area-gameResults .item {
    padding: 0 12px 1px;
    display: block;
    border-top: 0;
  }
  .top-area-game .area-gameResults .item:nth-child(odd) {
    border-right: 1px solid #e6e6e6;
  }
}
.top-area-game .area-gameResults .item .item-header {
  width: 80px;
  margin-right: 15px;
  font-size: 1.1rem;
  line-height: 1.6;
}
.top-area-game .area-gameResults .item .item-header .date span {
  display: block;
}
.top-area-game .area-gameResults .item .item-header .stadium img {
  display: none;
}
.top-area-game .area-gameResults .item .item-header .stadium a {
  color: #1a1a1a;
}
@media screen and (max-width: 640px) {
  .top-area-game .area-gameResults .item .item-header {
    width: auto;
    margin-right: 0;
    text-align: center;
    font-size: 1.2rem;
  }
  .top-area-game .area-gameResults .item .item-header .date span {
    display: inline;
  }
}
.top-area-game .area-gameResults .item .item-score {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .top-area-game .area-gameResults .item .item-score {
    width: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
  }
}
.top-area-game .area-gameResults .item .item-score .nowGame,
.top-area-game .area-gameResults .item .item-score .pk {
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.1rem;
}
@media screen and (max-width: 640px) {
  .top-area-game .area-gameResults .item .item-score .nowGame,
.top-area-game .area-gameResults .item .item-score .pk {
    top: 1px;
  }
}
.top-area-game .area-gameResults .item .item-score .nowGame {
  top: auto;
  bottom: -2px;
  color: #c80a14;
}
.top-area-game .area-gameResults .item .item-score .score {
  min-width: 28px;
  margin: 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap;
}
.top-area-game .area-gameResults .item .item-score .score a {
  color: #1a1a1a;
}
@media screen and (max-width: 640px) {
  .top-area-game .area-gameResults .item .item-score .score {
    margin: auto 0;
  }
}
.top-area-game .area-gameResults .item .item-score .home, .top-area-game .area-gameResults .item .item-score .away {
  width: 48px;
}
.top-area-game .area-gameResults .item .item-score .club {
  display: block;
  margin-top: 3px;
  font-size: 1.1rem;
}
.top-area-game .area-gameResults .item .item-score .club a {
  color: #000;
}
.top-area-game .area-gameResults .item .item-score .emblem img {
  width: 32px;
}
.top-area-game .area-gameResults .item .item-footer {
  width: 100px;
}
@media screen and (max-width: 640px) {
  .top-area-game .area-gameResults .item .item-footer {
    width: auto;
    margin-top: 10px;
  }
}
.top-area-game .area-gameResults .item .item-footer .btn-text li + li {
  margin-top: 3px;
}
.top-area-game .area-gameResults .item .item-footer .btn-text a {
  display: block;
  padding: 5px 3px;
  background: #c80a14;
  border: 2px solid #c80a14;
  border-radius: 0;
  color: white;
  font-size: 1.2rem;
}
.top-area-game .area-gameResults .item .item-footer .btn-text a img {
  display: none;
}
.top-area-game .area-gameResults .item .item-footer .btn-text a:hover {
  opacity: 0.7;
}
.top-area-game .area-gameResults .item .item-footer .btn-text a.nowLive {
  background: white;
  color: #c80a14;
}
.top-area-game .area-gameResults .item .item-footer .btn-text .btn-ticket a{
  background: #0071bd;
  border-color: #0071bd;
}
.top-area-movie {
  padding: 80px 0 128px;
  background: url(../img/top2022/bg_movie_tr.png) calc(100% + 20px) -270px no-repeat, #e8ebeb url(../img/top2022/bg_movie.png) center -310px;
  background-size: 350px 440px, 1960px 1213px;
}
@media screen and (max-width: 640px) {
  .top-area-movie {
    padding: 50px 0 0;
    background: #e8ebeb url(../img/top2022/sp-bg_movie.png) center top no-repeat;
    background-size: 145% auto;
  }
}
.top-area-movie .inner {
  position: relative;
}
@media screen and (max-width: 640px) {
  .top-area-movie .inner {
    display: block;
    padding-bottom: 60px;
    background: url(../img/top2022/sp-bg_movie_bottom.png) center top no-repeat;
    background-size: 140% auto;
  }
}
@media screen and (max-width: 640px) {
  .top-area-movie .inner header {
    padding: 0 25px 20px;
  }
}
.top-area-movie .inner header h2 span {
  display: block;
  margin-top: 7px;
  color: #f05a73;
  letter-spacing: 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .top-area-movie .inner header h2 img {
    width: 128.5px;
    height: auto;
  }
  .top-area-movie .inner header h2 span {
    position: static;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin-top: 7px;
    letter-spacing: 3px;
  }
}
.top-area-movie .inner .top-btn-more {
  position: absolute;
  top: 105px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .top-area-movie .inner .top-btn-more {
    position: static;
    margin-bottom: 25px;
    padding: 0 25px;
  }
  .top-area-movie .inner .top-btn-more a {
    display: inline-block;
    width: 108px;
  }
}
.top-area-movie .inner .top-btn-youtube {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .top-area-movie .inner .top-btn-youtube {
    padding: 0 25px;
  }
}
.top-area-movie .inner .top-movieList {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 60px;
  padding-top: 5px;
}
@media screen and (max-width: 640px) {
  .top-area-movie .inner .top-movieList {
    margin-bottom: 20px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 640px) {
  .top-area-movie .inner .movieList {
    display: none;
  }
}
.top-area-movie .inner .movieList__item {
  width: 300px;
  margin-bottom: 0;
}
.top-area-movie .inner .movieList__item img {
  max-height: 168px;
}
.top-area-movie .inner .movieList__img {
  margin-bottom: 0;
}

.top-moviePickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 348px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .top-moviePickup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
    margin-bottom: 0;
  }
}
.top-moviePickup__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 45px;
}
@media screen and (max-width: 640px) {
  .top-moviePickup__text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: auto;
  }
}
.top-moviePickup__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .top-moviePickup__title {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
.top-moviePickup__title a {
  color: #1e1e1e;
}
.top-moviePickup__lead {
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .top-moviePickup__lead {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  .top-moviePickup__item {
    margin-bottom: 25px;
  }
}
.top-moviePickup__img {
  position: relative;
  width: 620px;
}
@media screen and (max-width: 640px) {
  .top-moviePickup__img {
    width: auto;
  }
  .top-moviePickup__img img {
    max-width: 100%;
  }
}
.top-moviePickup__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/share/btn_movie.png) no-repeat center;
  background-size: 60px;
}
.top-moviePickup__img img {
  width: 100%;
}

.top-area-news {
  padding: 130px 0 90px;
  background: #e8ebeb url(../img/top2022/bg_news.png) center top no-repeat;
  background-size: 3256px auto;
}
@media screen and (max-width: 640px) {
  .top-area-news {
    padding-top: 50px;
    padding-bottom: 30px;
    background-image: url(../img/top2022/sp-bg_news.png);
    background-size: 190% auto;
  }
}
.top-area-news .inner {
  position: relative;
}
@media screen and (max-width: 640px) {
  .top-area-news .inner {
    padding-bottom: 70px;
  }
}
.top-area-news .inner header {
  position: absolute;
  left: 0;
  top: -58px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .top-area-news .inner header {
    position: static;
    padding: 0 25px;
  }
}
.top-area-news .inner header h2 {
  margin-bottom: 20px;
}
.top-area-news .inner header h2 span {
  display: block;
  margin-top: 10px;
  color: white;
}
@media screen and (max-width: 640px) {
  .top-area-news .inner header h2 img {
    width: 111px;
  }
}
@media screen and (max-width: 640px) {
  .top-area-news .inner header .top-btn-more {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 23px;
  }
  .top-area-news .inner header .top-btn-more a {
    display: inline-block;
    width: 108px;
  }
}

.newsThumbnailList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 350px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .newsThumbnailList {
    display: block;
    min-height: 0;
    padding: 0 25px;
  }
}
.newsThumbnailList__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 560px;
  margin-left: 40px;
}
@media screen and (max-width: 640px) {
  .newsThumbnailList__image {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.newsThumbnailList__image img {
  max-width: 100%;
  height: auto;
}
.newsThumbnailList__image a {
  display: block;
  overflow: hidden;
}
.newsThumbnailList__image a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
}
.newsThumbnailList__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 130px;
  color: white;
}
@media screen and (max-width: 640px) {
  .newsThumbnailList__text {
    padding-top: 0;
    color: black;
  }
}
.newsThumbnailList__meta {
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .newsThumbnailList__meta {
    float: right;
  }
}
.newsThumbnailList__meta .date {
  font-weight: 700;
  margin-right: 15px;
}
.newsThumbnailList__meta .icon-category {
  border-radius: 0;
}
.newsThumbnailList__meta .new {
  margin-left: 10px;
  background: white;
}
.newsThumbnailList__title {
  margin-bottom: 25px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .newsThumbnailList__title {
    clear: both;
    margin-bottom: 20px;
    text-align: right;
  }
}
.newsThumbnailList__title a {
  color: white;
}
@media screen and (max-width: 640px) {
  .newsThumbnailList__title a {
    color: black;
  }
}
.newsThumbnailList__lead {
  line-height: 1.8;
  font-size: 1.4rem;
}

.newsBoxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 180px;
}
.newsThumbnailList + .newsBoxList {
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .newsBoxList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 17px;
  }
}
.newsBoxList__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 232px;
  padding: 40px 20px;
  background: white;
}
@media screen and (max-width: 640px) {
  .newsBoxList__item {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    padding: 15px;
  }
}
.newsBoxList__item dt {
  margin-bottom: 25px;
}
.newsBoxList__item dt .date {
  font-weight: 700;
}
.newsBoxList__item dt .icon-category {
  margin-left: 15px;
  border-radius: 0;
}
@media screen and (max-width: 640px) {
  .newsBoxList__item dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .newsBoxList__item dt .icon-category {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 10px 0;
    width: auto;
  }
  .newsBoxList__item dt .date {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.6rem;
  }
  .newsBoxList__item dt .new {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.newsBoxList__item dd {
  line-height: 1.8;
}
.newsBoxList__item dd a {
  color: #000;
}

.top-area-banner {
  padding: 20px 0 30px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .top-area-banner {
    padding: 0 0 15px;
  }
}
.top-area-banner__list {
  max-width: 468px;
}
.top-area-banner__list .img {
  display: block;
  max-width: 468px;
}
.top-area-banner .swiper.-banner {
  width: 100%;
  padding: 45px 0;
}
.top-area-banner .swiper-slide {
  opacity: 1;
  overflow: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.top-area-banner .swiper-slide img {
  width: 100%;
}
.top-area-banner .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.top-area-banner .swiper-pagination {
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .top-area-banner .swiper-pagination {
    bottom: 10px;
  }
}
.top-area-banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 10px;
}
.top-area-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #c71918;
}

.area-rankingBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .area-rankingBox {
    display: block;
  }
}
.area-rankingBox__item {
  overflow: hidden;
}
.area-rankingBox__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
  color: white;
}
@media screen and (max-width: 640px) {
  .area-rankingBox__title {
    display: none;
  }
}
.area-rankingBox__title b {
  margin-left: 2px;
  margin-right: 10px;
  font-size: 3.4rem;
  color: #fcbd01;
  font-family: "Barlow", sans-serif;
  font-style: italic;
}

.top-area-ranking {
  position: relative;
  padding: 100px 0 100px;
  background: #003c64 url(../img/top2022/bg_ranking.png) no-repeat;
  background-position: calc(50% + 740px) bottom;
  background-size: 896px auto;
}
@media screen and (max-width: 640px) {
  .top-area-ranking {
    padding: 0 17px 50px;
  }
}
.top-area-ranking .inner {
  position: relative;
}
.top-area-ranking header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .top-area-ranking header {
    display: none;
  }
}
.top-area-ranking header h2 {
  color: #fff;
}
.top-area-ranking header h2 span {
  display: block;
  margin-top: -10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  .top-area-ranking header h2 {
    margin: 0;
  }
  .top-area-ranking header h2 span {
    margin-top: -2px;
  }
  .top-area-ranking header h2 img {
    width: 90px;
  }
}
@media screen and (max-width: 640px) {
  .top-area-ranking header .top-btn-more {
    margin-right: 5px;
  }
  .top-area-ranking header .top-btn-more a {
    display: inline-block;
    width: 108px;
  }
}
.top-area-ranking .sp-area-rankingTab {
  display: none;
}
@media screen and (max-width: 640px) {
  .top-area-ranking .sp-area-rankingTab {
    display: block;
    margin: 0 -17px 20px;
  }
  .top-area-ranking .sp-area-rankingTab ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-area-ranking .sp-area-rankingTab ul li {
    width: 50%;
  }
  .top-area-ranking .sp-area-rankingTab ul li a {
    display: block;
    padding: 15px;
    text-align: center;
    background: #1a1a1a;
    color: white;
  }
  .top-area-ranking .sp-area-rankingTab ul li a:hover {
    text-decoration: none;
  }
  .top-area-ranking .sp-area-rankingTab ul li a b {
    margin: 0 7px 0 3px;
    color: #f7c001;
    font-size: 155%;
    font-family: "Barlow", sans-serif;
    font-style: italic;
    font-weight: bold;
  }
  .top-area-ranking .sp-area-rankingTab ul li a[aria-selected=true] {
    color: #000;
    background: #f9be00;
  }
  .top-area-ranking .sp-area-rankingTab ul li a[aria-selected=true] b {
    color: #c80a14;
  }
}
.top-area-ranking [aria-hidden=true] {
  position: absolute;
  left: -1500px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
}
.top-area-ranking [aria-hidden=true]#tab-rankingBox_02 {
  position: static;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .top-area-ranking [aria-hidden=true]#tab-rankingBox_02 {
    position: absolute;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    opacity: 0;
  }
}
@media screen and (min-width: 641px) {
  .top-area-ranking .area-rankingBox__item[aria-hidden=true] {
    position: static;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
  }
}
.top-area-ranking [aria-hidden=false] {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}
.top-area-ranking .tab-sub [role=tablist] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .top-area-ranking .tab-sub [role=tablist] {
    margin-bottom: 20px;
  }
}
.top-area-ranking .tab-sub [role=tablist] li {
  margin: 0 20px;
}
.top-area-ranking .tab-sub [role=tablist] li:first-child a {
  white-space: nowrap;
  letter-spacing: 1em;
}
.top-area-ranking .tab-sub [role=tablist] li:first-child a::after {
  content: "";
  margin-left: -1em;
}
.top-area-ranking .tab-sub [role=tablist] li a {
  padding-bottom: 2px;
  color: white;
  font-size: 1.5rem;
  border-bottom: 2px solid transparent;
}
.top-area-ranking .tab-sub [role=tablist] li a[aria-selected=true], .top-area-ranking .tab-sub [role=tablist] li a:hover {
  text-decoration: none;
  border-bottom-color: white;
}
@media screen and (max-width: 640px) {
  .top-area-ranking .tab-sub [role=tablist] li {
    width: 45%;
    margin: 0 3px;
    text-align: center;
  }
  .top-area-ranking .tab-sub [role=tablist] li a {
    display: block;
    padding: 10px 5px;
    border: 1px solid #fff;
    color: white;
    font-size: 1.4rem;
  }
  .top-area-ranking .tab-sub [role=tablist] li a[aria-selected=true] {
    background: #fff;
    color: #000;
  }
}
.top-area-ranking .tabpanel-wrap .btn-text {
  display: none;
}
.top-area-ranking .tabpanel-wrap table {
  position: relative;
  width: 470px;
  background: white;
}
@media screen and (max-width: 640px) {
  .top-area-ranking .tabpanel-wrap table {
    width: 100%;
  }
}
.top-area-ranking .tabpanel-wrap table::after, .top-area-ranking .tabpanel-wrap table::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 18px;
  height: calc(100% - 80px);
  background: #fff;
}
@media screen and (max-width: 640px) {
  .top-area-ranking .tabpanel-wrap table::after, .top-area-ranking .tabpanel-wrap table::before {
    width: 10px;
  }
}
.top-area-ranking .tabpanel-wrap table::after {
  left: auto;
  right: 0;
}
.top-area-ranking .tabpanel-wrap table tr {
  border-bottom: 1px solid #e6e6e6;
}
.top-area-ranking .tabpanel-wrap table tr:last-child {
  border-bottom: 10px solid white;
}
.top-area-ranking .tabpanel-wrap table tr th:first-child, .top-area-ranking .tabpanel-wrap table tr td:first-child {
  padding-left: 30px;
}
@media screen and (max-width: 640px) {
  .top-area-ranking .tabpanel-wrap table tr th:first-child, .top-area-ranking .tabpanel-wrap table tr td:first-child {
    padding-left: 10px;
  }
}
.top-area-ranking .tabpanel-wrap table tr th:last-child, .top-area-ranking .tabpanel-wrap table tr td:last-child {
  padding-right: 30px;
}
@media screen and (max-width: 640px) {
  .top-area-ranking .tabpanel-wrap table tr th:last-child, .top-area-ranking .tabpanel-wrap table tr td:last-child {
    padding-right: 10px;
  }
}
.top-area-ranking .tabpanel-wrap table th {
  padding: 10px;
  background: #000;
  color: white;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .top-area-ranking .tabpanel-wrap table th {
    padding: 12px 3px;
    font-size: 1.2rem;
  }
}
.top-area-ranking .tabpanel-wrap table td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Barlow", sans-serif;
}
@media screen and (max-width: 640px) {
  .top-area-ranking .tabpanel-wrap table td {
    padding: 7px 3px;
    font-size: 1.2rem;
  }
}
.top-area-ranking .tabpanel-wrap table td.club {
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.top-area-ranking .tabpanel-wrap table td.club img {
  margin-right: 5px;
  width: 34px;
  vertical-align: middle;
}
.top-area-ranking .tabpanel-wrap table td.photo img {
  width: 40px;
  vertical-align: middle;
}
.top-area-ranking .tabpanel-wrap table td.player {
  text-align: left;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.top-area-ranking .tabpanel-wrap table.pointRanking td {
  padding: 5px 10px;
}
.top-area-ranking .tabpanel-wrap table.pointRanking td.club {
  text-align: center;
}

.body-home .wrap-area .area-left {
  width: 557px;
  margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
  .body-home .wrap-area .area-left {
    width: auto;
    margin-bottom: 30px;
    padding: 0 17px;
  }
}

.top-area-links {
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  .top-area-links {
    padding: 30px 0;
  }
}
.top-area-links .twitter {
  padding: 20px;
  background: #ecedf1;
}
.top-area-links .twitter__inner {
  background: white;
}

@media screen and (max-width: 640px) {
  .body-home .area-bnr {
    margin-bottom: 0;
    padding: 0 17px;
  }
}

.body-home .wrap-area .bnrList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .body-home .wrap-area .bnrList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.body-home .wrap-area .bnrList:after {
  content: none;
}
.body-home .wrap-area .bnrList li {
  display: block;
  margin: 0 auto;
}
.body-home .wrap-area .bnrList li a {
  display: block;
}

@media screen and (max-width: 640px) {
  .body-home .wrap-area .bnrList {
    padding: 0 17px 0 7px;
  }

  .body-home .wrap-area .bnrList li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 10px;
    float: left;
  }
  .body-home .wrap-area .bnrList li.sp-wide {
    width: 100%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .body-home .wrap-area .bnrList li:nth-child(2n+1) {
    clear: both;
  }

  .body-home .wrap-area .bnrList li img {
    width: 100%;
  }
}
.body-home .area-blog {
  position: relative;
  padding: 120px 0 160px;
  background: #e8ebeb;
}
@media screen and (max-width: 640px) {
  .body-home .area-blog {
    padding: 50px 17px 80px;
  }
}
.body-home .area-blog .inner {
  position: relative;
}
.body-home .area-blog header {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  .body-home .area-blog header {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
  }
}
.body-home .area-blog header h2 {
  margin-bottom: 30px;
  color: #1e1e1e;
}
.body-home .area-blog header h2 span {
  display: block;
  margin-top: -10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  .body-home .area-blog header h2 {
    margin: 0;
  }
  .body-home .area-blog header h2 span {
    margin-top: -2px;
  }
  .body-home .area-blog header h2 img {
    width: 90px;
  }
}
@media screen and (max-width: 640px) {
  .body-home .area-blog header .top-btn-more {
    margin-right: 5px;
  }
  .body-home .area-blog header .top-btn-more a {
    display: inline-block;
    width: 108px;
  }
}
@media screen and (max-width: 640px) {
  .body-home .area-blog .col4-boxList {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .body-home .area-blog .col4-boxList::after {
    content: none;
  }
}
.body-home .area-blog .col4-boxList .box {
  width: 225px;
  height: 360px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 640px) {
  .body-home .area-blog .col4-boxList .box {
    margin-left: 0;
    width: calc(50% - 5px);
    height: 280px;
  }
}
.body-home .area-blog .col4-boxList .box:hover .img img {
  opacity: 1;
  -webkit-transform: scale(1.1) translate(-45%, -45%) rotate(3deg);
          transform: scale(1.1) translate(-45%, -45%) rotate(3deg);
}
.body-home .area-blog .col4-boxList .box .img {
  width: 225px;
  height: 162px;
}
@media screen and (max-width: 640px) {
  .body-home .area-blog .col4-boxList .box .img {
    float: none;
    width: 100%;
    height: 28.5vw;
  }
}
.body-home .area-blog .col4-boxList .box .img img {
  width: auto;
  max-height: 120%;
}
.body-home .area-blog .col4-boxList .box .text {
  padding: 20px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .body-home .area-blog .col4-boxList .box .text {
    padding: 10px 15px;
  }
}
.body-home .area-blog .col4-boxList .box .text .club, .body-home .area-blog .col4-boxList .box .text .date {
  font-weight: normal;
}
.body-home .area-blog .col4-boxList .box .text .club {
  margin-top: 0;
}
.body-home .area-blog .col4-boxList .box .text p:first-child {
  min-height: 84px;
}
@media screen and (max-width: 640px) {
  .body-home .area-blog .col4-boxList .box .text p:first-child {
    margin-bottom: 5px;
    min-height: 0;
  }
}
.body-home .area-blog .col4-boxList .box:first-child {
  margin-left: 264px;
}
@media screen and (max-width: 640px) {
  .body-home .area-blog .col4-boxList .box:first-child {
    margin-left: 0;
  }
}
.body-home .area-blog .col4-boxList .box:nth-child(4n+1) {
  clear: none;
}
.body-home .area-blog .col4-boxList .box:nth-child(8) {
  display: none;
}
@media screen and (max-width: 640px) {
  .body-home .area-blog .col4-boxList .box:nth-child(8) {
    display: block;
  }
}