/*

	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

**************************************************/
.slidr {
  position: relative;
  min-height: 585px; }
  .slidr__lists {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start; }
  .slidr__item img {
    width: 100%;
    min-width: 1170px;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: bottom; }
  .slidr__item a {
    font-family: "Oswald", sans-serif;
    display: block;
    position: relative;
    color: #fff;
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 900;
    text-decoration: none; }
    .slidr__item a:visited {
      color: #fff; }
  .slidr__item .slidr__text {
    padding: 35px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14%;
    display: block;
    width: 60%;
    min-width: 900px;
    margin: auto;
    text-align: center; }
  .slidr__controller--01, .slidr__controller--02 {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); }
    .slidr__controller--01 p, .slidr__controller--02 p {
      position: absolute;
      width: 100px;
      height: 100px;
      line-height: 115px;
      cursor: pointer;
      outline: none;
      text-align: center; }
      .slidr__controller--01 p img, .slidr__controller--02 p img {
        vertical-align: middle; }
      .slidr__controller--01 p:hover, .slidr__controller--02 p:hover {
        background: #222;
        background: rgba(0, 0, 0, 0.7); }
        .slidr__controller--01 p:hover .cls-1, .slidr__controller--02 p:hover .cls-1 {
          fill: #f70; }
  .slidr__controller--02 {
    z-index: 500;
    pointer-events: none; }
    .slidr__controller--02 p {
      pointer-events: auto; }
  .slidr__controller--left {
    left: 30px; }
  .slidr__controller--right {
    right: 30px; }
  .slidr__dots {
    position: absolute;
    right: 30px;
    bottom: 30px; }
  .slidr .dots li {
    display: inline-block;
    text-indent: -9999px;
    background: #fff;
    width: 15px;
    height: 15px; }
  .slidr .dots .slick-active {
    background: #f70; }
  .slidr .dots li + li {
    margin-left: 5px; }

#slidr .slick-list,
#slidr .slick-track,
#slidr .slick-slide {
  width: 100%; }

.snsBar__list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: stretch; }
.snsBar__item {
  width: 100%; }
  .snsBar__item a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 3.6rem;
    padding: 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear; }
    .snsBar__item a.facebook {
      background: #3b5998; }
    .snsBar__item a.twitter {
      background: #55acee; }
    .snsBar__item a.orangetv {
      background: #f4a60e; }
    .snsBar__item a.instagram {
      background: #fff;
      color: #000; }
    .snsBar__item a.dazn {
      background: #000; }
    .snsBar__item a:hover {
      opacity: 0.8; }

.match {
  background: #222 url(/assets/img/top/bg-next-match.png) no-repeat left bottom;
  padding: 80px 0px;
  margin-bottom: 80px; }
  .match__head {
    padding: 0 0 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px; }
    .match__head .match__title {
      text-align: center;
      font-size: 60px;
      font-size: 6rem;
      line-height: 1;
      font-weight: 700;
      color: #fff;
      margin-bottom: 0; }
  .match__title {
    color: #fff;
    text-align: center;
    margin-bottom: 50px; }
    .match__title--en {
      font-family: "Oswald", sans-serif;
      font-size: 50px;
      font-size: 5rem;
      line-height: 1;
      margin-bottom: 20px;
      font-weight: bold; }
    .match__title--jp {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1;
      font-weight: bold; }
  .match .match-content {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center; }
    .match .match-content__item {
      text-align: center;
      color: #fff; }
      .match .match-content__item .team-logo {
        margin-bottom: 65px; }
      .match .match-content__item .team-name {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 15px; }
      .match .match-content__item .team-state {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1;
        font-weight: 500; }
  .match .scoreboard__head {
    display: inline-block;
    padding: 0 35px 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1; }
  .match .scoreboard__body .score {
    font-family: "Oswald", sans-serif;
    font-size: 100px;
    font-size: 10rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 70px; }
    .match .scoreboard__body .score a {
      color: #fff;
      text-decoration: none;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .match .scoreboard__body .score a:hover {
        color: #f70; }
  .match .scoreboard__body .c-button--01 {
    margin: 0 auto;
    width: 270px;
    height: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2.7777777778; }
  .match .scoreboard__btns {
    display: flex;
    justify-content: center; }
    .match .scoreboard__btns li {
      margin-left: 30px; }
      .match .scoreboard__btns li:first-child {
        margin-left: 0; }
    .match .scoreboard__btns .dazn-btn {
      box-sizing: border-box;
      display: block;
      width: 270px;
      height: 50px;
      padding: 15px;
      background: #ced0d2;
      border: 1px solid #ced0d2;
      transition: all 0.2s; }
      .match .scoreboard__btns .dazn-btn:hover {
        background: #f9fafa; }
      .match .scoreboard__btns .dazn-btn img {
        width: auto;
        height: 20px; }
  .match .scoreboard .c-card__aside p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    color: #888; }
    .match .scoreboard .c-card__aside p a {
      color: #fff; }
      .match .scoreboard .c-card__aside p a:hover {
        color: #f70; }
  .match__column--4 {
    width: 370px; }
    .match__column--4 .match-sponsor__text {
      color: #fff;
      font-size: 10px;
      font-size: 1rem;
      line-height: 1.2;
      margin-right: 20px; }
    .match__column--4 .match-sponsor__text-large {
      color: #fff;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1;
      margin-left: 10px;
      font-weight: bold; }

.after-next-match {
  margin-bottom: 80px; }
  .after-next-match__wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start; }
  .after-next-match__item {
    background: url(../img/top/bg_after_next_match.png) no-repeat 0 0;
    background: cover;
    width: 370px;
    position: relative;
    text-align: center; }
    .after-next-match__item:before {
      display: block;
      position: absolute;
      top: -10px;
      left: 20px;
      width: 60px;
      height: 30px;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.875;
      font-family: "Oswald", sans-serif;
      color: #222;
      font-weight: 600; }
    .after-next-match__item.home:before {
      background: #f70;
      content: "HOME"; }
    .after-next-match__item.away:before {
      background: #b2b2b2;
      content: "AWAY"; }
  .after-next-match__button {
    width: 130px;
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.8571428571; }
  .after-next-match__btns {
    display: flex;
    width: 280px;
    margin: auto;
    margin-top: -15px;
    justify-content: center; }
    .after-next-match__btns li {
      margin-left: 20px; }
      .after-next-match__btns li:first-child {
        margin-left: 0; }
    .after-next-match__btns .dazn-btn {
      box-sizing: border-box;
      display: block;
      width: 130px;
      height: 40px;
      padding: 12px;
      background: #ced0d2;
      border: 1px solid #ced0d2;
      transition: all 0.2s; }
      .after-next-match__btns .dazn-btn:hover {
        background: #f9fafa; }
      .after-next-match__btns .dazn-btn img {
        width: auto;
        height: 16px; }
    .after-next-match__btns.trio {
      width: 340px; }
      .after-next-match__btns.trio li {
        width: 108px;
        margin-left: 8px; }
        .after-next-match__btns.trio li:first-child {
          margin-left: 0; }
      .after-next-match__btns.trio .dazn-btn,
      .after-next-match__btns.trio .after-next-match__button {
        width: 108px; }
  .after-next-match__body a {
    padding: 30px 0px;
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .after-next-match__body a:hover {
      color: #f70; }
      .after-next-match__body a:hover:after {
        border-color: #f70; }
    .after-next-match__body a::after {
      display: block;
      position: absolute;
      top: 50%;
      right: 10px;
      width: 7px;
      height: 7px;
      margin-top: -4px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      content: ""; }
    .after-next-match__body a .section {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1;
      margin-bottom: 15px; }
    .after-next-match__body a .date {
      font-family: "Oswald", sans-serif;
      font-size: 40px;
      font-size: 4rem;
      line-height: 1;
      font-weight: 700;
      margin-bottom: 20px; }
      .after-next-match__body a .date span {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1;
        margin-left: 10px; }
    .after-next-match__body a .card {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 1;
      font-weight: bold; }
      .after-next-match__body a .card img {
        vertical-align: middle; }
  .after-next-match__item + .after-next-match__item {
    margin-left: 30px; }

.ticket {
  background: url(../img/top/bg_home_ticket.png) no-repeat center top;
  background-size: cover;
  padding: 0 0 80px;
  margin-bottom: 80px; }
  .ticket__lead {
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 40px; }
  .ticket__body {
    margin-bottom: 50px; }
  .ticket__table {
    width: 100%;
    table-layout: fixed;
    background: #fff; }
    .ticket__table thead tr th {
      padding: 20px 0px;
      font-weight: bold; }
    .ticket__table tbody tr td {
      text-align: center;
      padding: 20px 0px;
      font-weight: bold; }
  .ticket__date {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    text-align: right;
    margin-bottom: 5px; }
  .ticket__note {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 10px;
    color: #fff; }
    .ticket__note a {
      color: #fff; }
      .ticket__note a:hover {
        text-decoration: none; }

.latest {
  width: 770px; }
  .latest__head {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px; }
  .latest__body {
    background: #222;
    color: #fff;
    padding: 0 30px; }
    .latest__body a {
      color: #fff; }
    .latest__body .c-card {
      height: 180px; }

.ranking {
  width: 370px;
  margin-left: auto; }
  .ranking__head {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-end; }
    .ranking__head p {
      margin-right: 10px; }
      .ranking__head p a {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
        color: #222;
        text-decoration: none;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .ranking__head p a i {
          margin-left: 5px; }
        .ranking__head p a:hover {
          color: #f70; }
  .ranking__body {
    background: #222;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    color: #fff; }
  .ranking__item {
    text-align: center;
    width: 170px; }
    .ranking__item .u-text-notice {
      margin-top: 25px;
      font-size: 10px;
      font-size: 1rem;
      line-height: 1; }
  .ranking__text {
    font-size: 70px;
    font-size: 7rem;
    line-height: 1;
    font-weight: bold; }
    .ranking__text .u-text-jp {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1;
      margin-left: 5px; }
    .ranking__text--season {
      font-size: 20px;
      font-size: 2rem;
      line-height: 1;
      margin-bottom: 15px; }

#banner-shopping {
  margin-top: 40px; }

.news {
  background: url(/assets/img/common/bg-earth01.png) no-repeat right top; }

.schedule {
  background: url(/assets/img/top/bg-schedule2019.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 80px; }
  .schedule__lead {
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-size: 6rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 70px; }
    .schedule__lead span {
      font-size: 30px;
      font-size: 3rem;
      line-height: 1; }
  .schedule__table {
    width: 100%;
    margin-bottom: 50px; }
    .schedule__table thead tr {
      background: #f70; }
      .schedule__table thead tr th {
        text-align: left;
        padding: 20px 0px 20px 20px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
        color: #fff;
        box-sizing: border-box;
        font-weight: bold; }
    .schedule__table tbody tr {
      background: #fff;
      border-bottom: 1px solid #ccc; }
      .schedule__table tbody tr th {
        text-align: center;
        color: #f70;
        padding: 20px 0px;
        vertical-align: middle;
        background: #f2f2f2;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
        border-right: 1px solid #ccc;
        box-sizing: border-box;
        font-weight: bold; }
      .schedule__table tbody tr td {
        padding: 20px 20px;
        vertical-align: middle;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
        box-sizing: border-box; }
        .schedule__table tbody tr td a {
          color: #06b;
          text-decoration: none; }
          .schedule__table tbody tr td a i {
            margin-right: 10px;
            color: #f70; }
  .schedule .c-grid {
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 50px; }
    .schedule .c-grid .schedule-box {
      width: 570px;
      background: #fff; }
      .schedule .c-grid .schedule-box:nth-child(even) {
        margin-left: auto; }
      .schedule .c-grid .schedule-box:nth-child(n + 3) {
        margin-top: 30px; }
      .schedule .c-grid .schedule-box__head {
        background: url(/assets/img/top/bg-heading.png) repeat;
        height: 100px;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 4.5454545455;
        font-weight: bold;
        text-align: center; }
      .schedule .c-grid .schedule-box__body {
        padding: 50px 40px; }
        .schedule .c-grid .schedule-box__body .c-list__item a {
          padding: 30px 25px; }
        .schedule .c-grid .schedule-box__body .c-list__column--1 {
          margin-right: 15px; }
  .schedule .media {
    margin-top: 80px;
    margin-bottom: 50px; }
    .schedule .media__head {
      color: #fff;
      text-align: center;
      font-size: 60px;
      font-size: 6rem;
      line-height: 1;
      font-weight: 600;
      font-family: "Oswald", sans-serif;
      margin-bottom: 60px; }
    .schedule .media__body table {
      border-collapse: collapse;
      border-spacing: 0;
      table-layout: auto;
      width: 100%; }
      .schedule .media__body table thead tr {
        background: #f70; }
        .schedule .media__body table thead tr th {
          padding: 30px 20px;
          text-align: left;
          color: #fff; }
      .schedule .media__body table tbody tr {
        background: #fff; }
        .schedule .media__body table tbody tr td {
          border-bottom: 1px solid #ccc;
          padding: 30px 20px;
          text-align: left;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.4285714286; }

.schedule__table_team {
  width: 120px; }

.schedule__table_category {
  width: 100px; }

.schedule__table_time {
  width: 90px; }

.schedule__table_place {
  width: 260px; }

.schedule__table_remarks {
  width: 180px; }

.media__table_time {
  width: 90px; }

.media__table_player {
  width: 240px; }

.media__table_media {
  width: 120px; }

.media__table_name {
  width: 320px; }

.sdf {
  background: url(/assets/img/top/bg-sdf.png) no-repeat left top;
  background-size: cover;
  height: 550px;
  width: 50%;
  position: relative; }
  .sdf__wrap {
    position: absolute;
    left: 50px;
    top: 80px; }
    .sdf__wrap p {
      color: #fff;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.875;
      margin-bottom: 50px;
      font-weight: bold; }
  .sdf__title {
    margin-bottom: 30px; }
  .sdf__button, .school__button {
    width: 130px;
    padding: 10px 0px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center; }

.school {
  background: url(/assets/img/top/bg-soccer-school.png) no-repeat left top;
  background-size: cover;
  height: 550px;
  width: 50%;
  position: relative; }
  .school__wrap {
    position: absolute;
    left: 50px;
    top: 80px; }
    .school__wrap p {
      color: #fff;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.875;
      margin-bottom: 80px;
      font-weight: bold; }
  .school__title {
    margin-bottom: 30px; }

.gallery {
  background: #222;
  padding: 80px 0px;
  margin-bottom: 80px; }
  .gallery__head {
    font-family: "Oswald", sans-serif;
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-size: 6rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 50px; }
  .gallery__body {
    margin-bottom: 50px; }
    .gallery__body .c-grid {
      justify-content: center; }
      .gallery__body .c-grid li {
        width: 370px; }
        .gallery__body .c-grid li a:hover img {
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -o-transform: scale(1.05);
          -ms-transform: scale(1.05);
          transform: scale(1.05); }
        .gallery__body .c-grid li img {
          width: 100%;
          height: auto;
          vertical-align: bottom;
          -moz-transition: -moz-transform 0.3s linear;
          -webkit-transition: -webkit-transform 0.3s linear;
          -o-transition: -o-transform 0.3s linear;
          -ms-transition: -ms-transform 0.3s linear;
          transition: transform 0.3s linear; }
      .gallery__body .c-grid li + li {
        margin-left: 30px; }
  .gallery__foot {
    text-align: center; }
    .gallery__foot a {
      width: 130px;
      padding: 10px 0px;
      text-align: center; }

.video {
  margin-bottom: 80px; }
  .video .c-title-block {
    padding-bottom: 40px; }
  .video__head {
    font-family: "Oswald", sans-serif;
    text-align: center;
    font-size: 60px;
    font-size: 6rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 50px;
    padding-top: 80px; }
  .video__body {
    margin-bottom: 50px; }
    .video__body .c-grid {
      justify-content: center;
      width: 100%;
      max-width: 1360px;
      margin: 0 auto;
      position: relative;
      /*
      li{
      	//height: 420px;
      	//width: 48.5%;
      	width: 370px;
      	iframe{
      	width: 370px;
      	height: 208px;
      		padding:0;
      		margin:0;
      	}
      }
      li+li{ margin-left: 30px; }
      */ }
  .video__note {
    background: #222;
    color: #fff;
    padding: 30px;
    height: calc(3rem + 30px); }
  .videoList__item, .videoList2__item {
    width: 270px;
    margin-right: 30px; }
    .videoList__item a, .videoList2__item a {
      text-decoration: none;
      font-size: 1.5rem;
      color: #222;
      line-height: 1.5;
      word-break: break-all;
      position: relative;
      display: block; }
      .videoList__item a img, .videoList2__item a img {
        width: 100%;
        height: auto;
        transition: transform .3s linear, opacity 0s linear;
        opacity: 0.7; }
      .videoList__item a:hover .video__note, .videoList2__item a:hover .video__note {
        text-decoration: underline; }
      .videoList__item a:hover img, .videoList2__item a:hover img {
        transform: scale(1.02);
        opacity: 1; }
      .videoList__item a::after, .videoList2__item a::after {
        color: #fff;
        font-size: 6rem;
        font-family: "FontAwesome";
        content: "\f16a";
        position: absolute;
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0.9;
        line-height: 1; }
  .videoList__img, .videoList2__img {
    background: #222; }
  .videoList--left, .videoList--right, .videoList2--left, .videoList2--right {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100px;
    height: 100px;
    cursor: pointer;
    outline: none;
    text-align: center;
    transform: translateY(-50%);
    line-height: 60px;
    padding: 20px;
    z-index: 500; }
    .videoList--left img, .videoList--right img, .videoList2--left img, .videoList2--right img {
      vertical-align: middle; }
    .videoList--left:hover, .videoList--right:hover, .videoList2--left:hover, .videoList2--right:hover {
      background: #f60; }
    .videoList--left.slick-disabled, .videoList--right.slick-disabled, .videoList2--left.slick-disabled, .videoList2--right.slick-disabled {
      opacity: 0.25;
      pointer-events: none; }
  .videoList--right, .videoList2--right {
    transform: scale(-1, 1) translateY(-50%);
    left: auto;
    right: 0; }
  .video__foot {
    text-align: center; }
    .video__foot a {
      width: 130px;
      padding: 10px 0px;
      text-align: center;
      color: #222;
      border: 3px solid #222;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1;
      position: relative; }
      .video__foot a:after {
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        width: 7px;
        height: 7px;
        margin-top: -4px;
        border-top: solid 2px #222;
        border-right: solid 2px #222;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: ""; }
      .video__foot a:hover {
        border: 3px solid #f70;
        background: #f70;
        color: #fff; }
        .video__foot a:hover:after {
          border-top: solid 2px #fff;
          border-right: solid 2px #fff; }

#videoList .slick-list,
#videoList2 .slick-list {
  width: 1170px;
  margin: 0 auto; }

#videoList2 .slick-list {
  margin-top: 20px; }

.video.container {
  padding-left: 0;
  padding-right: 0; }

.video__note {
  background: none;
  color: #333;
  padding: 3px 0 0 0;
  height: auto;
  font-size: 1.2rem; }

.videoBG {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  z-index: 999999999; }

.videoInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.videoClose {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer; }

.players {
  background: #222 url(/assets/img/common/bg-earth02.png) no-repeat right top;
  margin-bottom: 80px; }
  .players__head.c-title-block {
    padding-bottom: 40px; }
  .players__body {
    position: relative;
    padding-bottom: 40px; }
    .players__body .player-slidr {
      width: 100%;
      display: flex;
      display: -webkit-flex;
      justify-content: center;
      align-items: flex-end;
      margin: 0 auto; }
      .players__body .player-slidr__item {
        text-align: center;
        margin: 0 50px;
        transition: all 0.3s ease; }
        .players__body .player-slidr__item.slick-slide {
          transform-origin: center bottom;
          transform: scale(0.8);
          outline: none; }
        .players__body .player-slidr__item.slick-current {
          transform: scale(1); }
      .players__body .player-slidr__text {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.875;
        margin-bottom: 20px; }
        .players__body .player-slidr__text .position {
          color: #f70;
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 1.5; }
        .players__body .player-slidr__text .name {
          color: #fff;
          font-size: 28px;
          font-size: 2.8rem;
          line-height: 0.8571428571; }
      .players__body .player-slidr--position {
        color: #f70; }
      .players__body .player-slidr__figure {
        height: 496px;
        display: table-cell;
        vertical-align: bottom;
        padding-left: 20px;
        box-sizing: border-box; }
        .players__body .player-slidr__figure a {
          width: 100%;
          display: block; }
        .players__body .player-slidr__figure img {
          display: inline-block; }

.ad img {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

.fan-club {
  position: relative; }

/*# sourceMappingURL=top.css.map */
