@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/*

	font settings

**************************************************/
/*

	calculation width

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	table layout setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	scaling img

**************************************************/
/*

	clearfix

**************************************************/
/*

	media query

**************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

em {
  font-style: normal;
}

main {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1180px;
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #222;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 988px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
body.open-menu {
  height: 100vh;
  overflow-y: hidden;
}

@font-face {
  font-family: "DRIBBLE_font";
  src: url("../font/DRIBBLE_Bold.woff"); /* IE9 Compat Modes */
}
a {
  word-break: break-all;
}
a:hover {
  text-decoration: none;
}

.is-hidden {
  display: none;
}

.pc-hidden {
  display: none;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

@media only screen and (max-width: 988px) {
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
  body {
    min-width: 0;
  }
  .sp-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
/* ==========================================================================
Top
========================================================================== */
/*-----------------------------------------------------------------
common
-----------------------------------------------------------------*/
.jheader_iframe {
  display: none;
}

img.lazy {
  width: 100%;
}

h2 {
  font-family: "DRIBBLE_font", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  margin: 0 auto 50px;
  text-align: center;
  width: 100%;
  color: #fff;
}
h2 span {
  display: block;
  margin: 20px auto 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media only screen and (max-width: 988px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    margin: 0 auto 30px;
  }
  h2 span {
    margin: 10px auto 0;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
  }
}

.slick-prev, .slick-next {
  position: absolute !important;
  top: 50%;
  z-index: 3;
  cursor: pointer;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: auto;
  height: auto;
}
@media only screen and (max-width: 988px) {
  .slick-prev, .slick-next {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-dots {
  bottom: -35px;
}

.slick-dots li button:before {
  color: #fff;
  opacity: 0.7;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}

.slick-dots li.slick-active button:before {
  color: #FF8709;
  opacity: 0.5;
}

@media only screen and (max-width: 988px) {
  body.primal .outer__foot .c-button--01, body.primal .outer__foot .c-button--03 {
    width: 240px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 988px) {
  html > iframe {
    display: none;
  }
}
/*-----------------------------------------------------------------
KV
-----------------------------------------------------------------*/
.kv {
  /* background: url(/assets/img/top/bg_kv.jpg) no-repeat center top; */
  /* background-size: cover; */
  /* padding: 0 0 60px; */
}
@media only screen and (max-width: 988px) {
  .kv {
    padding: 0;
  }
}
.kv__list {
  margin: 0 auto;
  opacity: 0;
  transition: all 0.3s linear;
  display: none;
}
.kv__list.slick-initialized {
  opacity: 1;
  display: block;
}
.kv__item {
  text-align: center;
  margin: 0 auto;
  opacity: 0.6;
  text-align: center;
  z-index: 1;
  position: relative;
}
.kv__item img {
  margin: 0 auto;
}
.kv__item.slick-current {
  opacity: 1;
  z-index: 2;
}
@media only screen and (min-width: 988px) {
  .kv__item a {
    /* width: 1170px; */
    width: 100%;
    height: auto;
    /* margin: 0 10px; */
    display: block;
    color: #002d55;
    text-decoration: none;
    position: relative;
    transition: all 0.2s linear;
    background: #fff;
  }
  .kv__item a img {
    width: 100%;
  }
}
.kv .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.kv .slick-dots {
  /* bottom: -50px; */
  bottom: 20px;
}
@media only screen and (max-width: 988px) {
  .kv .slick-dots {
    bottom: -25px;
  }
}
.kv .slick-dots li {
  width: 100px;
  height: 10px;
  margin: 0 5px;
}
@media only screen and (max-width: 988px) {
  .kv .slick-dots li {
    width: 30px;
    height: 5px;
  }
}
.kv .slick-dots li button {
  width: 100px;
  height: 10px;
}
@media only screen and (max-width: 988px) {
  .kv .slick-dots li button {
    width: 30px;
    height: 5px;
  }
}
.kv .slick-dots li button::before {
  content: "";
  font-size: 6px;
  line-height: 10px;
  width: 100px;
  height: 10px;
  opacity: 1;
  background: #fff;
}
@media only screen and (max-width: 988px) {
  .kv .slick-dots li button::before {
    width: 30px;
    height: 5px;
  }
}
.kv .slick-dots li.slick-active button::before {
  background: #002d55;
}
@media only screen and (max-width: 988px) {
  .kv .slick-slide img {
    width: 100%;
  }
}

/*-----------------------------------------------------------------
KV Thumbnail
-----------------------------------------------------------------*/
.kv_thumb {
  background: #002d55;
  padding: 40px 0;
}
@media only screen and (max-width: 988px) {
  .kv_thumb {
    padding: 10px 0;
  }
}
.kv_thumb .slider-5-nav li {
  /* height: 20vh; */
  /* margin: 0 20px; */
}
.kv_thumb .kv__item {
  text-align: center;
  margin: 0 auto;
  /* opacity: .6; */
  text-align: center;
  z-index: 1;
  position: relative;
}
.kv_thumb .kv__item img {
  width: 80%;
  height: auto;
  object-fit: cover;
}
/*-----------------------------------------------------------------
Slide_bnr
-----------------------------------------------------------------*/
.slide_bnr {
  /* background: url(/assets/img/top/bg_banner.png) no-repeat right 80px $sub_color; */
  background-color: #fff;
  padding: 60px 0;
}
.slide_bnr .slick-dots li button:before {
  color: #e6e6e6;
  opacity: 0.7;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}
.slide_bnr .slick-dots li.slick-active button:before {
  color: #FF8709;
  opacity: 0.5;
}
@media only screen and (max-width: 988px) {
  .slide_bnr {
    background: url(/assets/img/top/bg_banner.png) no-repeat right 80px #e6e6e6;
    background-size: 50%;
    padding: 15px 0;
  }
}
.slide_bnr__list {
  margin: 0 auto;
}
.slide_bnr__list li {
  position: relative;
  margin: 0 10px;
}
@media only screen and (max-width: 988px) {
  .slide_bnr__list li img {
    width: 100%;
  }
}
.slide_bnr__list li .txt {
  background: rgba(0, 45, 85, 0.7);
  color: #fff;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 988px) {
  .slide_bnr__list li .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    min-height: 26px;
  }
}
.slide_bnr__list li a {
  width: 480px;
  margin: 0 10px;
  display: block;
  color: #002d55;
  text-decoration: none;
  position: relative;
  transition: all 0.2s linear;
  background: #fff;
}
@media only screen and (max-width: 988px) {
  .slide_bnr__list li a {
    width: 94%;
    margin: 0 auto;
  }
}
.slide_bnr__list li a img {
  width: 100%;
}
.slide_bnr__item {
  text-align: center;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  position: relative;
}

/*-----------------------------------------------------------------
top_menu
-----------------------------------------------------------------*/
@media only screen and (max-width: 988px) {
  .top_menu {
    background: #002d55;
    padding: 16px 0;
    margin: 0 auto;
  }
  .top_menu .global-navi__wrap {
    padding-bottom: 0;
    width: 100%;
  }
  .top_menu .global-navi__wrap li + li {
    border-left: 1px solid #fff;
  }
  .top_menu .global-navi__item {
    width: 32%;
    margin-bottom: 0;
  }
  .top_menu .global-navi__item > a {
    color: #fff;
    font-size: 2rem;
    /* @include font-size(12,12);*/
  }
}
@media only screen and (max-width: 988px) and (max-width: 320px) {
  .top_menu .global-navi__item > a {
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 988px) {
  .top_menu .global-navi__item > a img {
    width: 60%;
  }
  .top_menu .global-navi__item > a span {
    text-align: center;
  }
}

/*-----------------------------------------------------------------
match →common.cssに移設
-----------------------------------------------------------------*/
@media only screen and (max-width: 988px) {
  .match .content_area .scoreboard {
    width: 20%;
  }
}
.match .content_area .scoreboard .score a .score_c {
  font-family: "DRIBBLE_font", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}
@media only screen and (min-width: 988px) {
  .match .content_area .scoreboard .score a .score_c {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 988px) {
  .match .content_area li:first-child, .match .content_area li:last-child {
    width: 32%;
  }
}
.match .content_area li .emb {
  width: 160px;
  margin: 0 auto;
}
@media only screen and (max-width: 988px) {
  .match .content_area li .emb {
    width: auto;
  }
}
.match .outer__foot ul li a {
  width: 330px;
  margin-top: 60px;
}

/*-----------------------------------------------------------------
Next_match
-----------------------------------------------------------------*/
.next_match {
  background: #FF8709;
  padding: 60px 0;
  width: 100%;
}
@media only screen and (max-width: 988px) {
  .next_match {
    padding: 30px 0;
  }
}
.next_match__list {
  margin: -100px auto 60px !important;
}
@media only screen and (max-width: 988px) {
  .next_match__list {
    margin: -50px auto 50px !important;
  }
}
.next_match__item {
  margin: 0 10px;
  z-index: 1;
  position: relative;
  background: #fff;
  width: 600px;
}
@media only screen and (max-width: 988px) {
  .next_match__item {
    width: 100%;
    margin: 0 5px;
  }
}
.next_match__item a {
  text-decoration: none;
  color: #222;
}
.next_match__item dl dt {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 83px;
}
@media only screen and (max-width: 988px) {
  .next_match__item dl dt {
    height: 45px;
  }
}
.next_match__item dl dt .home, .next_match__item dl dt .away, .next_match__item dl dt .other {
  background: #FF8709;
  font-family: "DRIBBLE_font", sans-serif;
  padding: 20px 30px;
  border: 1px #fff solid;
  color: #fff;
}
@media only screen and (max-width: 988px) {
  .next_match__item dl dt .home, .next_match__item dl dt .away, .next_match__item dl dt .other {
    padding: 10px;
    width: 20%;
    text-align: center;
  }
}
.next_match__item dl dt .home {
  background: #FF8709;
}
.next_match__item dl dt .away, .next_match__item dl dt .other {
  background: #002d55;
}
.next_match__item dl dt .section {
  padding: 0 20px;
  font-weight: bold;
  display: flex;
}
@media only screen and (max-width: 988px) {
  .next_match__item dl dt .section {
    width: 80%;
  }
  .next_match__item dl dt .section img {
    width: 50%;
  }
}
.next_match__item dl dd {
  padding: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.next_match__item dl dd .emb {
  margin-right: 30px;
}
@media only screen and (max-width: 988px) {
  .next_match__item dl dd .emb {
    margin-right: 0;
  }
  .next_match__item dl dd .emb img {
    width: 70%;
    margin: 0 auto;
  }
}
.next_match__item dl dd .txt_area .date {
  font-family: "DRIBBLE_font", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}
.next_match__item dl dd .txt_area .date span {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}
.next_match__item dl dd .txt_area .venue {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
}
.next_match__item dl dd .txt_area .card {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2;
}
@media only screen and (max-width: 988px) {
  .next_match__item dl dd .txt_area {
    width: 60%;
  }
  .next_match__item dl dd .txt_area .date {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
  }
  .next_match__item dl dd .txt_area .date span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .next_match__item dl dd .txt_area .venue {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
  }
  .next_match__item dl dd .txt_area .card {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media only screen and (max-width: 988px) {
  .next_match__item dl dd {
    padding: 20px;
  }
}

/*-----------------------------------------------------------------
ticket
-----------------------------------------------------------------*/
.ticket {
  background: #002d55;
  padding: 60px 0 120px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 988px) {
  .ticket {
    padding: 30px 0;
  }
}
.ticket__date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
  text-align: right;
}
.ticket__date__description {
  color: #FFF;
}
.ticket__match {
  background: #fff;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px 0 20px 40px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 988px) {
  .ticket__match {
    padding: 10px;
    height: 100px;
  }
}
.ticket__match .emb {
  margin-right: 30px;
}
@media only screen and (max-width: 988px) {
  .ticket__match .emb {
    margin-right: 15px;
  }
  .ticket__match .emb img {
    width: 100%;
  }
}
.ticket__match .txt_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
.ticket__match .txt_area .league {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  width: 100%;
}
.ticket__match .txt_area .date {
  font-family: "DRIBBLE_font", sans-serif;
  margin-right: 30px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}
.ticket__match .txt_area .date span {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}
.ticket__match .txt_area .card {
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}
@media only screen and (max-width: 988px) {
  .ticket__match .txt_area .league {
    font-size: 10px;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 5px;
  }
  .ticket__match .txt_area .date {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    margin-right: 15px;
  }
  .ticket__match .txt_area .date span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    margin-left: 5px;
  }
  .ticket__match .txt_area .card {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.ticket__table {
  width: 100%;
  background: #fff;
  margin-bottom: 60px;
}
@media only screen and (max-width: 988px) {
  .ticket__table {
    margin-bottom: 30px;
  }
}
.ticket__table thead tr th {
  background: #FF8709;
  padding: 20px 0px;
  font-weight: bold;
  color: #002d55;
}
.ticket__table tbody tr td {
  text-align: center;
  padding: 20px 0px;
  font-weight: bold;
}
@media only screen and (max-width: 988px) {
  .ticket__table.api thead tr th {
    padding: 10px 0px 30px;
    position: relative;
  }
}
.ticket__table.api thead tr th br {
  display: block;
}
.ticket__table.api thead tr th span {
  display: block;
  color: #FFF;
  font-weight: bold;
}
@media only screen and (max-width: 988px) {
  .ticket__table.api thead tr th span {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
.ticket__table.api tbody tr td {
  font-size: 2rem;
  color: #002d55;
  line-height: 2;
}
@media only screen and (max-width: 988px) {
  .ticket__table.api tbody tr td {
    line-height: 1;
  }
}
.ticket .outer__foot .c-badge-icon--03:hover:before {
  background: url(/assets/img/common/icon_ticket_btn_2.svg) left center no-repeat;
}

.outer__foot + .ticket__date {
  margin-top: 60px;
}
@media only screen and (max-width: 988px) {
  .outer__foot + .ticket__date {
    margin-top: 30px;
  }
}

.outer__foot a + a {
  margin-top: 0;
}
@media only screen and (max-width: 988px) {
  .outer__foot a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

.ticket__match__list .slick-prev,
.ticket__match__list .slick-next {
  top: 40%;
}
@media only screen and (max-width: 988px) {
  .ticket__match__list .slick-prev,
  .ticket__match__list .slick-next {
    top: 30%;
  }
}
.ticket__match__item {
  width: 980px;
  display: block;
  margin: 0 10px;
}
.ticket__match__item .ticket__table {
  text-align: center;
}
@media only screen and (max-width: 988px) {
  .ticket__match__item {
    width: 100%;
    margin: 0 5px;
  }
}

.ticket__wrap {
  margin: 0 auto 20px;
}
.ticket .outer__inner {
  width: 100%;
}
@media only screen and (max-width: 988px) {
  .ticket .outer__inner {
    padding: 0;
  }
}

/*-----------------------------------------------------------------
ranking
-----------------------------------------------------------------*/
.ranking {
  background: url(/assets/img/top/bg_ranking.png) no-repeat -50px 100px #FF8709;
  padding: 80px 0;
  margin: -60px auto 0;
  position: relative;
  width: 1180px;
  text-align: center;
  box-shadow: 60px 60px 0 0 #e6e6e6;
  z-index: 2;
}
@media only screen and (max-width: 988px) {
  .ranking {
    background: url(/assets/img/top/bg_ranking.png) no-repeat -50px 50% #FF8709;
    background-size: 60%;
    padding: 30px 0;
    margin: 0 auto;
    width: 100%;
    box-shadow: none;
  }
}
.ranking h2 img {
  display: block;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 988px) {
  .ranking h2 img {
    margin: 0 auto 10px;
    width: 30%;
  }
}
.ranking .date {
  font-family: "DRIBBLE_font", sans-serif;
  color: #fff;
}
.ranking .rank {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 60px;
}
.ranking .rank span {
  font-weight: normal;
  font-size: 120px;
  font-size: 12rem;
  line-height: 1;
  font-family: "DRIBBLE_font", sans-serif;
}
@media only screen and (max-width: 988px) {
  .ranking .rank {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 30px;
  }
  .ranking .rank span {
    font-size: 60px;
    font-size: 6rem;
    line-height: 1;
  }
}
.ranking .c-button--04 {
  width: 180px;
}
.ranking .c-button--04:hover {
  background: #fff;
}

/*-----------------------------------------------------------------
news
-----------------------------------------------------------------*/
.news {
  background: #fff;
  padding: 140px 0 80px;
  width: 100%;
}
.news .pickuplist__wrap {
  width: 1180px;
  margin: 0 auto !important;
}
@media only screen and (max-width: 988px) {
  .news .pickuplist__wrap {
    width: 100%;
  }
  .news .pickuplist__wrap .slick-dots li button:before {
    color: rgba(0, 0, 0, 0.5);
  }
  .news .pickuplist__wrap .slick-dots li.slick-active button:before {
    color: rgba(255, 135, 9, 0.7);
  }
}
.news.outer {
  width: 1180px;
  margin: 0 auto;
  padding: 80px 0;
}
@media only screen and (max-width: 988px) {
  .news.outer {
    width: 90%;
    margin-top: 30px;
    padding: 30px 0;
  }
}
.news.outer .newslist__wrap {
  margin-bottom: 0;
}
@media only screen and (max-width: 988px) {
  .news.outer .outer__inner {
    padding: 0;
  }
}
@media only screen and (max-width: 988px) {
  .news {
    padding: 30px 0;
  }
}
.news h2 {
  color: #002d55;
}
@media only screen and (max-width: 988px) {
  .news .tab__01__wrap .tab__01 li a, .news .tab__01_s__wrap--invent .tab__01 li a {
    padding-top: 0;
  }
}
.news .tab__01 li a::after, .news .tab__01__wrap::before, .news .tab__01_s__wrap--invent::before, .news .tab__01__wrap--invent::before {
  background: none;
}
.news .tab__01 li.active a:after {
  background: #FF8709;
}

/*-----------------------------------------------------------------
schedule
-----------------------------------------------------------------*/
.schedule {
  background: #e6e6e6;
  padding: 80px 0 140px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 988px) {
  .schedule {
    padding: 30px 0;
    width: 100%;
  }
}
.schedule .tab__01_s__wrap {
  background: #e6e6e6;
}
.schedule h2 {
  color: #002d55;
}
.schedule__list {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 988px) {
  .schedule__list {
    margin-bottom: 50px !important;
  }
}
.schedule__list li a {
  width: 480px;
  margin: 0 10px;
  display: block;
  color: #002d55;
  text-decoration: none;
  position: relative;
  transition: all 0.2s linear;
  background: #fff;
}
.schedule__list li a:hover {
  background: #FF8709;
}
@media only screen and (max-width: 988px) {
  .schedule__list li a {
    width: 94%;
    margin: 0 auto;
  }
}
.schedule__list li .date {
  background: #FF8709;
  padding: 20px;
  font-family: "DRIBBLE_font", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
}
.schedule__list li .date span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}
.schedule__list li .txt_area {
  background: #fff;
  padding: 20px;
}
.schedule__list li .txt_area .category {
  background: #e6e6e6;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #002d55;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
@media only screen and (max-width: 988px) {
  .schedule__list li .txt_area .category {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 988px) {
  .schedule .tab__01_s li a {
    padding-top: 0;
  }
}

.tab__01_s {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  margin: 0 auto 20px;
  overflow: hidden;
  overflow-x: auto;
  margin-left: 20px;
}
@media only screen and (min-width: 988px) {
  .tab__01_s {
    width: 1180px;
    margin: 0 auto 60px;
    margin-top: 45px;
  }
}
.tab__01_s li a {
  color: #222;
  text-decoration: none;
  padding: 25px 10px 20px 10px;
  transition: all 0.2s linear;
  display: block;
  text-decoration: none;
  color: #002d55;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
@media only screen and (min-width: 988px) {
  .tab__01_s li a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    padding: 35px 15px 30px 15px;
  }
  .tab__01_s li a:hover {
    color: #FF8709;
  }
}
.tab__01_s li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  position: absolute;
  bottom: 0px;
  left: 0;
}
@media only screen and (min-width: 988px) {
  .tab__01_s li a:after {
    height: 7px;
  }
}
.tab__01_s li.active a:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #FF8709;
  position: absolute;
  bottom: 0px;
  left: 0;
}
@media only screen and (min-width: 988px) {
  .tab__01_s li.active a:after {
    height: 8px;
  }
}

.tab__01_s__wrap {
  position: relative;
  width: 100%;
  background: #fff;
}
.tab__01_s__wrap:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #002d55;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (min-width: 988px) {
  .tab__01_s__wrap:after {
    bottom: 7px;
    height: 2px;
  }
}
.tab__01_s__wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #e6e6e6;
  position: absolute;
  bottom: 0px;
  left: 0;
}
@media only screen and (min-width: 988px) {
  .tab__01_s__wrap:before {
    height: 7px;
  }
}
.tab__01_s__wrap--invent:before {
  background: #fff;
}
.tab__01_s__wrap--invent .tab__01 li a:after {
  background: #fff;
}
.tab__01_s__wrap--invent .tab__01 li.active a:after {
  background: #FF8709;
}

.tab_cnt_s > div {
  display: none;
}
.tab_cnt_s > div.active {
  display: block;
}

/*-----------------------------------------------------------------
goods
-----------------------------------------------------------------*/
.goods {
  padding: 80px 0;
  margin: -60px auto 0;
  position: relative;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 988px) {
  .goods {
    padding: 30px 0;
    margin: 0 auto;
    width: 100%;
    box-shadow: none;
    background: #002d55;
  }
}
.goods h2 {
  z-index: 2;
  position: relative;
}
.goods::before {
  content: "";
  display: block;
  background: #002d55;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1180px;
  height: 100%;
  margin: 0 auto;
  box-shadow: 60px 60px 0 0 #e6e6e6;
}
@media only screen and (max-width: 988px) {
  .goods::before {
    display: none;
  }
}
.goods__list {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 988px) {
  .goods__list {
    margin-bottom: 50px !important;
  }
}
.goods__list li {
  margin: 0 10px;
}
.goods__list li a {
  width: 580px;
  background: #e6e6e6;
  display: block;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
  text-align: left;
}
.goods__list li a:hover {
  background: #FF8709;
}
.goods__list li a:hover figure img {
  opacity: 0.7;
}
@media only screen and (max-width: 988px) {
  .goods__list li a {
    width: 100%;
    margin: 0 auto;
  }
  .goods__list li a img {
    width: 100%;
  }
}
.goods__list li a .rank_icon {
  position: absolute;
  top: 20px;
  left: 20px;
}
.goods__list li a .txt_area {
  color: #002d55;
  padding: 30px;
}
@media only screen and (max-width: 988px) {
  .goods__list li a .txt_area {
    padding: 10px;
  }
}
.goods__list li a figure img {
  width: 100%;
}
@media only screen and (max-width: 988px) {
  .goods .slick-slide img {
    width: 100%;
  }
}

/*-----------------------------------------------------------------
movie
-----------------------------------------------------------------*/
.movie {
  background: #011E30;
  padding: 200px 0 140px;
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 988px) {
  .movie {
    padding: 30px 0;
    margin: 0 auto;
    width: 100%;
  }
  .movie .slick-slide img {
    width: 100%;
  }
}
.movie__list {
  margin-bottom: 60px !important;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}
@media only screen and (max-width: 988px) {
  .movie__list {
    margin-bottom: 50px !important;
  }
}
.movie__list li {
  margin: 0 10px;
}
.movie__list li a {
  width: 600px;
  display: block;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
  text-align: left;
  color: #fff;
}
.movie__list li a figure {
  overflow: hidden;
}
.movie__list li a figure img {
  transition: transform 0.3s linear;
}
.movie__list li a:hover {
  background: #FF8709;
}
.movie__list li a:hover figure img {
  opacity: 0.7;
  transform: scale(1.05);
}
@media only screen and (max-width: 988px) {
  .movie__list li a {
    width: 100%;
    margin: 0 auto;
  }
}
.movie__list li a .txt_area {
  padding: 30px;
}
@media only screen and (max-width: 988px) {
  .movie__list li a .txt_area {
    padding: 10px;
  }
}

.videoBG {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0;
  background: rgba(0, 45, 85, 0.9);
  overflow: hidden;
  z-index: 999999999;
}

.videoInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 988px) {
  .videoInner iframe {
    width: 90vw !important;
    height: 50.625vw !important;
  }
}

.videoClose {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

/*-----------------------------------------------------------------
futsal_school
-----------------------------------------------------------------*/
.futsal_school {
  margin: 0px auto 0;
  position: relative;
  width: 1180px;
  z-index: 2;
  border-top: 1px solid #e6e6e6;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.futsal_school h3 {
  margin: 0 auto;
  z-index: 2;
  color: #FF8709;
  font-family: "DRIBBLE_font", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2307692308;
}
@media only screen and (max-width: 988px) {
  .futsal_school h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.15;
  }
}
.futsal_school h3 span {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  width: 100%;
}
@media only screen and (max-width: 988px) {
  .futsal_school h3 span {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 497px) {
  .futsal_school h3 span {
    height: 30px;
  }
}
.futsal_school h3 span span {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 988px) {
  .futsal_school {
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
  .futsal_school h2 {
    display: none;
  }
}
.futsal_school .c-button--04 {
  font-family: "DRIBBLE_font", sans-serif;
}
@media only screen and (max-width: 988px) {
  .futsal_school .c-button--04 {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
}
.futsal_school .sdf, .futsal_school .school, .futsal_school .danceschool {
  background: url(/assets/img/top/bg_facility.jpg) no-repeat left top;
  background-size: cover;
  padding-bottom: 80px;
  width: 33.3333333333%;
  position: relative;
  height: 330px;
}
@media only screen and (max-width: 988px) {
  .futsal_school .sdf, .futsal_school .school, .futsal_school .danceschool {
    padding-bottom: 60px;
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width: 425px) {
  .futsal_school .sdf, .futsal_school .school, .futsal_school .danceschool {
    background: url(/assets/img/top/bg_facility_sp.jpg) no-repeat left top;
    background-position: center;
  }
}
.futsal_school .sdf__wrap, .futsal_school .school__wrap, .futsal_school .danceschool__wrap {
  width: 100%;
}
.futsal_school .sdf__wrap p, .futsal_school .school__wrap p, .futsal_school .danceschool__wrap p {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 50px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 988px) {
  .futsal_school .sdf__wrap p, .futsal_school .school__wrap p, .futsal_school .danceschool__wrap p {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.8;
    padding: 0 5%;
    margin-bottom: 20px;
  }
}
.futsal_school .sdf__title, .futsal_school .school__title, .futsal_school .danceschool__title {
  margin: 0 auto 80px;
  background: #fff;
  padding: 20px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 523px) {
  .futsal_school .sdf__title, .futsal_school .school__title, .futsal_school .danceschool__title {
    height: 90px;
  }
}
@media only screen and (max-width: 497px) {
  .futsal_school .sdf__title, .futsal_school .school__title, .futsal_school .danceschool__title {
    height: 110px;
  }
}
.futsal_school .sdf__title img, .futsal_school .school__title img, .futsal_school .danceschool__title img {
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 988px) {
  .futsal_school .sdf__title, .futsal_school .school__title, .futsal_school .danceschool__title {
    margin: 0 auto 15px;
    padding: 10px 0;
  }
  .futsal_school .sdf__title img, .futsal_school .school__title img, .futsal_school .danceschool__title img {
    max-width: 70%;
  }
}
.futsal_school .school {
  background: url(/assets/img/top/bg_school.jpg) no-repeat left top;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 425px) {
  .futsal_school .school {
    background: url(/assets/img/top/bg_school_sp.jpg) no-repeat left top;
    background-position: center;
  }
}
.futsal_school .school__title {
  border-left: 1px solid #e6e6e6;
}
@media only screen and (min-width: 988px) {
  .futsal_school .school__title {
    border-right: 1px solid #e6e6e6;
  }
}
.futsal_school .danceschool {
  background: url(/assets/img/top/bg_danceschool.jpg) no-repeat left top;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 425px) {
  .futsal_school .danceschool {
    background: url(/assets/img/top/bg_danceschool_sp.jpg) no-repeat left top;
    background-position: center;
  }
}
.futsal_school .danceschool__title {
  border-left: 1px solid #e6e6e6;
}
@media only screen and (min-width: 988px) {
  .futsal_school .danceschool__title {
    border-right: 1px solid #e6e6e6;
  }
}
@media only screen and (min-width: 988px) {
  .futsal_school .sdf__title {
    border-left: 1px solid #e6e6e6;
  }
}

/*-----------------------------------------------------------------
link
-----------------------------------------------------------------*/
.link {
  background: #e6e6e6;
  padding: 140px 0 80px;
  margin: -60px auto 0;
  width: 100%;
}
@media only screen and (max-width: 988px) {
  .link {
    padding: 30px 0;
    margin: 0 auto;
  }
}
.link__list {
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 988px) {
  .link__list {
    display: block;
  }
}
.link__list li {
  width: calc(25% - 20px);
}
@media only screen and (max-width: 988px) {
  .link__list li {
    width: 100%;
  }
}
.link__list li a {
  background: #002d55;
  display: block;
  transition: all 0.2s linear;
  position: relative;
  text-decoration: none;
}
.link__list li a img {
  width: 100%;
}
.link__list li a:hover {
  background: #FF8709;
}
.link__list li a:hover img {
  opacity: 0.7;
}
@media only screen and (max-width: 988px) {
  .link__list li a {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  .link__list li a figure {
    width: 40%;
    margin-right: 20px;
  }
  .link__list li a figure img {
    width: 100%;
  }
  .link__list li a::after {
    content: "";
    background: url(/assets/img/common/right-arrow-small.svg) right center no-repeat;
    background-size: cover;
    height: 20px;
    width: 12px;
    transition: right 0.2s linear;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    bottom: 50%;
    margin: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (max-width: 988px) and (max-width: 988px) {
  .link__list li a::after {
    right: 10px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.link__list li a .title {
  color: #fff;
  font-weight: bold;
  height: 90px;
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 988px) {
  .link__list li a .title {
    text-align: left;
  }
}
.link__list li a .title::after {
  content: "";
  background: url(/assets/img/common/right-arrow-small.svg) right center no-repeat;
  background-size: cover;
  height: 20px;
  width: 12px;
  transition: right 0.2s linear;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  bottom: 50%;
  margin: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media only screen and (max-width: 988px) {
  .link__list li a .title::after {
    display: none;
  }
}
.link__list li a .title:hover {
  background: #FF8709;
  color: #002d55;
}
@media only screen and (max-width: 988px) {
  .link__list li + li {
    margin-top: 10px;
  }
}

.banners {
  display: block;
}
@media only screen and (max-width: 988px) {
  .banners ul {
    width: 100%;
  }
}

/*-----------------------------------------------------------------
activation
-----------------------------------------------------------------*/
.activation {
  margin: 30px auto;
}
@media only screen and (min-width: 988px) {
  .activation {
    margin: 80px auto;
  }
}
.activation h2 {
  color: #002d55;
}
.activation .activationlist__wrap {
  margin: 10px auto 30px;
}
.activation .activationlist__list {
  padding: 10px 0;
  border-top: 1px solid #E4E4E4;
}
.activation .activationlist__list:last-child {
  border-bottom: 1px solid #E4E4E4;
}
.activation .activationlist__list a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-decoration: none;
}
.activation .activationlist__list a .articleInfo {
  width: calc(100% - 90px);
}
.activation .activationlist__list a .articleInfo div {
  margin-bottom: 5px;
  line-height: 0;
}
.activation .activationlist__list a .articleInfo div time {
  font-family: "DRIBBLE_font", sans-serif;
  color: #666;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
}
.activation .activationlist__list a .articleInfo div time + span {
  color: red;
  margin-left: 1.2em;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
}
.activation .activationlist__list a .articleInfo p {
  color: #002d55;
}
.activation .activationlist__list a .articleInfo p span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.5;
}
@media only screen and (min-width: 988px) {
  .activation .activationlist__list a .articleInfo p span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 988px) {
  .activation .activationlist__list a .articleInfo div time {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .activation .activationlist__list a .articleInfo div time + span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
}
.activation .activationlist__list a .thumbBox {
  display: table;
  width: 90px;
  margin-left: 2%;
}
@media only screen and (min-width: 988px) {
  .activation .activationlist__list a .thumbBox {
    width: 150px;
  }
}
.activation .activationlist__list a .thumbBox img {
  height: auto;
  min-height: 5rem;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 988px) {
  .activation .activationlist__list a .thumbBox img {
    min-height: auto;
  }
}
.activation .c-button--01 {
  font-family: "DRIBBLE_font", sans-serif;
}
@media only screen and (max-width: 988px) {
  .activation .c-button--01 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
}

/*-----------------------------------------------------------------
吸着バナー
-----------------------------------------------------------------*/
.bnr_camp {
  position: fixed;
  right: 0;
  z-index: 500;
  bottom: 0;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 988px) {
  .bnr_camp {
    height: auto;
    width: 300px;
    bottom: 30px;
  }
}
.bnr_camp img {
  width: 100%;
  height: auto;
  max-width: none;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 988px) {
  .bnr_camp img {
    height: auto;
    width: 100%;
  }
}
.bnr_camp a {
  transition: all 0.3s linear;
}
@media only screen and (min-width: 988px) {
  .bnr_camp a:hover img {
    opacity: 0.8;
  }
}
@media only screen and (min-width: 988px) {
  .bnr_camp .slick-slide {
    padding: 0;
    border: none;
  }
}
.bnr_camp .close {
  position: absolute;
  line-height: 1;
  top: -30px;
  width: 25px;
  height: 25px;
  left: 10px;
}
@media only screen and (min-width: 988px) {
  .bnr_camp .close {
    left: -10px;
    top: -10px;
  }
}
.bnr_camp .close a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  position: relative;
  background: #000;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}
.bnr_camp .close a:before, .bnr_camp .close a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  content: "";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bnr_camp .close a:after {
  width: 12px;
  width: 0.75em;
  height: 2px;
}
.bnr_camp .close a:before {
  width: 2px;
  height: 12px;
  height: 0.75em;
}
.bnr_camp .close span {
  display: none;
}

@media only screen and (min-width: 988px) {
  #top .header {
    position: unset;
  }
  #top .header.is-animation {
    position: fixed;
    top: -2px;
  }
  .main {
    padding-top: 0;
  }
}
.c-badge-icon--11:before {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  line-height: 1;
  color: #fff;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  content: "";
  background-size: contain;
  position: absolute;
  background: url("/assets/img/common/icon-dazn_w.svg") left center no-repeat;
  background-size: 15px;
  width: 15px;
  height: 18px;
}
@media only screen and (min-width: 988px) {
  .c-badge-icon--11:before {
    left: 20px;
    background-size: auto;
    width: 34px;
    height: 32px;
  }
}