/*=====================================================
  pbMainArea
=====================================================*/
.pbMainArea {
  width: 100%;
  padding-bottom: 0;
}

.pbAreaWrapper1 {
  width: 100%;
  padding: 0;
}

.pbAreaWrapper2 {
  float: none;
}

:root .pbAreaWrapper2 {
  margin: 0;
}

/*=====================================================
  topicPath
=====================================================*/
.topicPath {
  display: none;
}

/*=====================================================
  hero
=====================================================*/
.hero {
  width: 100%;
  padding: 20px 0;
  background-color: #181717;
}

.slider {
  width: 100%;
  margin: 0 auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev, .slick-next {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-dots li.slick-active button {
  background-color: #dd0000;
}

.slick-current {
  opacity: 1;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  width: 30px;
  height: 5px;
}
@media print, screen and (min-width: 1000px) {
  .slick-dots li {
    width: 60px;
    height: 8px;
  }
}

.slick-dots li button {
  width: 30px;
  height: 5px;
  padding: 0;
  background-color: #fff;
}
@media print, screen and (min-width: 1000px) {
  .slick-dots li button {
    width: 60px;
    height: 8px;
  }
}

.slick-dots li button:before {
  display: none;
}

.topMachSp {
  padding: 20px 10px;
}
@media print, screen and (min-width: 1000px) {
  .topMachSp {
    display: none;
  }
}
.topMachSp a {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 15px;
  display: block;
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #dd0000;
  background-image: url(/library/2018/images/icon_arrow_link_white_right.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 11px 17px;
}

/*=====================================================
  topMatchTitle
=====================================================*/
.topMatchTitle {
  display: none;
}
@media print, screen and (min-width: 1000px) {
  .topMatchTitle {
    width: 100%;
    padding-top: 30px;
    display: block;
    background-color: #dd0000;
  }
  .topMatchTitle p {
    width: 1020px;
    margin: 0 auto;
    font-size: 30px;
    font-size: 2.14286rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: relative;
  }
  .topMatchTitle p span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #dd0000;
    text-align: left;
  }
  .topMatchTitle p::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }
}

/*=====================================================
  topMatch
=====================================================*/
.topMatch {
  margin-bottom: 30px;
  padding-bottom: 10px;
  background-color: #dd0000;
  display: none;
}
@media print, screen and (min-width: 1000px) {
  .topMatch {
    display: block;
    padding-top: 30px;
  }
}
.topMatch .topMatch__inner {
  width: 1020px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.topMatch .game__wrap {
  position: relative;
}
.topMatch .game_slide {
  position: absolute;
}
.topMatch .topMatch__pager {
  max-width: 840px;
  margin-top: 20px;
  display: block;
  float: left;
  font-size: 0;
  overflow: hidden;
  *zoom: 1;
}
.topMatch .topMatch__pager .topMatch__item {
  margin: 0 10px 10px 0;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: bottom;
}
.topMatch .topMatch__pager .topMatch__item a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 60px;
  height: 8px;
  outline: 0;
}
.topMatch .topMatch__pager .topMatch__item a.current {
  background: #181717;
}
.topMatch ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
.topMatch ul li {
  margin: 0 30px 0 0;
  padding: 0;
  list-style: none;
  float: left;
}
.topMatch ul .matchBox {
  width: 320px;
  height: auto;
  min-height: 160px;
  background: #fff;
  display: block;
  border: 3px solid #fff;
}
.topMatch ul .matchBox .title {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #181717;
}
.topMatch ul .matchBox .date {
  font-size: 13px;
  font-size: 0.92857rem;
  text-align: center;
}
.topMatch ul .matchBox .result {
  margin: 0 5px;
  display: flex;
  align-items: start;
}
.topMatch ul .matchBox .result .points {
  width: 140px;
  text-align: center;
  line-height: 1;
}
.topMatch ul .matchBox .result .points .num {
  margin-bottom: 5px;
  font-size: 34px;
  font-size: 2.42857rem;
  font-weight: bold;
}
.topMatch ul .matchBox .result .points .team {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.4;
}
.topMatch ul .matchBox .result .vs {
  width: 40px;
  font-size: 34px;
  font-size: 2.42857rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.topMatch ul .matchBox .remark {
  margin-top: 8px;
  font-size: 11px;
  font-size: 0.78571rem;
  color: #999;
  text-align: center;
}
.topMatch .topMatchPagerBox {
  width: 1020px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.topMatch .matchBtn {
  text-align: right;
}
.topMatch .matchBtn .btn {
  background-color: #181717;
  background-image: url(/library/2018/images/icon_arrow_circle_red-white_right.png);
  border: 1px solid #181717;
}
.topMatch .matchBtn .btn:hover {
  background-color: #ff0000;
  background-image: url(/library/2018/images/icon_arrow_circle_white-red_right.png);
  border: 1px solid #fff;
}
.topMatch .topMatch__sliderBtnBox {
  width: 1020px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.topMatch .topMatch__sliderBtn {
  width: 30px;
  height: 80px;
  background-color: #181717;
  position: absolute;
  top: 35px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 17px;
}
.topMatch .topMatch__sliderBtn.topMatch__sliderBtn--prev {
  left: -45px;
  background-image: url(/library/2018/images/icon_arrow_link_white_left.png);
}
.topMatch .topMatch__sliderBtn.topMatch__sliderBtn--next {
  right: -45px;
  background-image: url(/library/2018/images/icon_arrow_link_white_right.png);
}

/*=====================================================
  topMainService
=====================================================*/
.topMainService {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
.topMainService .topMainService__box {
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 576px) {
  .topMainService .topMainService__box {
    width: 50%;
  }
}
@media print, screen and (min-width: 1000px) {
  .topMainService .topMainService__box {
    display: block;
  }
}
.topMainService .topMainService__box a {
  width: 100%;
  height: 120px;
  display: block;
  text-indent: -9999px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (min-width: 576px) {
  .topMainService .topMainService__box a {
    height: 150px;
  }
}
@media print, screen and (min-width: 768px) {
  .topMainService .topMainService__box a {
    height: 200px;
  }
}
@media print, screen and (min-width: 1000px) {
  .topMainService .topMainService__box a {
    height: 280px;
  }
}
@media print, screen and (min-width: 1000px) {
  .topMainService .topMainService__box:hover a {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@media print, screen and (min-width: 576px) {
  .topMainService .topMainService__box.topMainService__leftBox {
    float: left;
  }
}
.topMainService .topMainService__box.topMainService__leftBox a {
  background: url(/library/2018/images/top/bg_personal.jpg) no-repeat center 0;
  background-size: cover;
}
@media print, screen and (min-width: 576px) {
  .topMainService .topMainService__box.topMainService__rightBox {
    float: right;
  }
}
.topMainService .topMainService__box.topMainService__rightBox a {
  background: url(/library/2018/images/top/bg_business.jpg) no-repeat center 0;
  background-size: cover;
}
.topMainService .topMainService__box .topMainService__titleBox {
  padding: 15px 20px;
  display: inline-block;
  background: rgba(11, 51, 211, 0.9);
  position: absolute;
  left: 0;
  z-index: 50;
  cursor: pointer;
}
@media print, screen and (min-width: 1000px) {
  .topMainService .topMainService__box .topMainService__titleBox {
    padding: 25px;
    top: 100px;
  }
}
.topMainService .topMainService__box .topMainService__titleBox .ja {
  margin-bottom: 8px;
  display: block;
  font-size: 16px;
  font-size: 1.14286rem;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .topMainService .topMainService__box .topMainService__titleBox .ja {
    font-size: 20px;
    font-size: 1.42857rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .topMainService .topMainService__box .topMainService__titleBox .ja {
    font-size: 24px;
    font-size: 1.71429rem;
    font-weight: normal;
  }
}
.topMainService .topMainService__box .topMainService__titleBox .en {
  display: block;
  color: #d7c824;
  font-size: 8px;
  font-size: 0.57143rem;
  font-family: Arial;
  text-transform: uppercase;
}
@media print, screen and (min-width: 768px) {
  .topMainService .topMainService__box .topMainService__titleBox .en {
    font-size: 10px;
    font-size: 0.71429rem;
  }
}

/*=====================================================
  topPickup__inner
=====================================================*/
.topPickup {
  width: 100% !important;
  margin: 0 0 30px 0;
}
@media print, screen and (min-width: 768px) {
  .topPickup {
    width: 60% !important;
    float: left;
  }
}
@media print, screen and (min-width: 1000px) {
  .topPickup {
    width: 730px !important;
  }
}
.topPickup h2 {
  margin: 0;
  color: #fff;
  background-color: #dd0000;
}
.topPickup h2:before {
  background-color: #ee8080;
}
.topPickup h2 .topPickup__en {
  margin-left: 10px;
  display: inline-block;
  font-size: 8px;
  font-size: 0.57143rem;
  text-transform: uppercase;
}
.topPickup .topPickup__box {
  border-right: 5px solid #dd0000;
  border-bottom: 5px solid #dd0000;
  border-left: 5px solid #dd0000;
  padding: 25px 25px 0 25px;
}
.topPickup .pht {
  margin-bottom: 0;
}

.topChallengeLeaguePoints {
  width: 100% !important;
  margin: 0 0 30px 0;
  padding: 10px;
  border: 5px solid #f2f6f7;
}
@media print, screen and (min-width: 768px) {
  .topChallengeLeaguePoints {
    width: 36% !important;
    float: right;
  }
}
@media print, screen and (min-width: 1000px) {
  .topChallengeLeaguePoints {
    width: 260px !important;
  }
}
.topChallengeLeaguePoints .topChallengeLeaguePoints__logo {
  margin: 5px 0 10px 0;
  text-align: center;
}
.topChallengeLeaguePoints .topChallengeLeaguePoints__logo img {
  width: 118px;
}
.topChallengeLeaguePoints .topChallengeLeaguePoints__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.14286rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.topChallengeLeaguePoints table {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 0 auto;
}
.topChallengeLeaguePoints table tr th {
  padding: 10px 0;
  font-size: 13px;
  font-size: 0.92857rem;
  text-align: center;
  background-color: #e9eff1;
}
.topChallengeLeaguePoints table tr th:nth-child(2) {
  width: 80px;
}
.topChallengeLeaguePoints table tr td {
  padding: 10px 5px;
  font-size: 13px;
  font-size: 0.92857rem;
  border-bottom: 1px dotted #dfdfdf;
}
.topChallengeLeaguePoints table tr td:nth-child(2) {
  text-align: center;
}
.topChallengeLeaguePoints .topChallengeLeaguePoints__date {
  margin: 10px 0 10px 0;
  font-size: 13px;
  font-size: 0.92857rem;
  text-align: right;
}

/*=====================================================
  topTitle
=====================================================*/
.topTitle {
  margin: 0;
  padding: 12px 14px;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  color: #fff;
  background-color: #181717;
}
@media print, screen and (min-width: 1000px) {
  .topTitle {
    padding-left: 20px;
    font-size: 18px;
    font-size: 1.28571rem;
  }
}
.topTitle:before {
  width: 6px;
  height: 22px;
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 0;
  background-color: #dd0000;
}
@media print, screen and (min-width: 1000px) {
  .topTitle:before {
    top: 14px;
  }
}

/*=====================================================
  topWrap
=====================================================*/
.topWrap {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
}
@media print, screen and (min-width: 768px) {
  .topWrap {
    width: 768px;
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 1000px) {
  .topWrap {
    width: 1020px;
    padding: 0;
  }
}

/*=====================================================
  topNewsArea
=====================================================*/
.topNewsArea {
  padding: 0 10px;
}
@media print, screen and (min-width: 1000px) {
  .topNewsArea {
    width: 1020px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    padding: 0;
  }
}
.topNewsArea .topNewsArea__col {
  width: 100% !important;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1000px) {
  .topNewsArea .topNewsArea__col {
    width: 320px !important;
    margin-right: 30px;
    margin-bottom: 0;
    float: left;
  }
  .topNewsArea .topNewsArea__col.topNewsArea__col--last {
    margin-right: 0;
  }
}
.topNewsArea .topNewsArea__mainTitle {
  margin: 0;
  padding: 12px 14px;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  color: #fff;
  background-color: #181717;
}
@media print, screen and (min-width: 1000px) {
  .topNewsArea .topNewsArea__mainTitle {
    padding-left: 20px;
    font-size: 18px;
    font-size: 1.28571rem;
  }
}
.topNewsArea .topNewsArea__mainTitle:before {
  width: 6px;
  height: 22px;
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 0;
  background-color: #dd0000;
}
@media print, screen and (min-width: 1000px) {
  .topNewsArea .topNewsArea__mainTitle:before {
    top: 14px;
  }
}
.topNewsArea .topNewsArea__listBox {
  padding: 10px;
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}
.topNewsArea .topNewsArea__listBox table td {
  width: 100%;
  display: inline-block;
}
.topNewsArea .topNewsArea__listBox table .topNewsArea__date {
  padding-top: 10px;
  padding-bottom: 5px;
}
.topNewsArea .topNewsArea__listBox table .topNewsArea__title {
  display: inline;
}
.topNewsArea .topNewsArea__listBox table .topNewsArea__title .topNewsArea__titleBox {
  width: 100%;
  padding-bottom: 10px;
  line-height: 1.8;
  border-bottom: 1px dotted #dfdfdf;
}
.topNewsArea .topNewsArea__btnArea {
  width: 100%;
  padding: 10px 10px 20px 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
@media print, screen and (min-width: 1000px) {
  .topNewsArea .topNewsArea__btnArea {
    padding-bottom: 10px;
  }
}
.topNewsArea .topNewsArea__btnArea a {
  width: 100%;
  padding: 12px 20px 12px 20px;
  display: inline-block;
  line-height: 1.4;
  text-decoration: none;
  color: #fff !important;
  position: relative;
  background-color: #dd0000;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
@media print, screen and (min-width: 576px) {
  .topNewsArea .topNewsArea__btnArea a {
    max-width: 240px;
  }
}
@media print, screen and (min-width: 1000px) {
  .topNewsArea .topNewsArea__btnArea a {
    width: 100%;
    max-width: 100%;
  }
}
.topNewsArea .topNewsArea__btnArea a span {
  padding-left: 40px;
  display: inline-block;
  background: url("/library/2018/images/icon_arrow_circle_white-red_right.png") no-repeat 20px center;
  background-size: 11px 11px;
}
.topNewsArea .topNewsArea__btnArea a:hover {
  color: #fff !important;
  background-color: #ff0000;
  text-decoration: none;
}

/*=====================================================
  topLeagueBnr
=====================================================*/
.topLeagueBnr {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
  padding: 20px 20px 10px 20px;
  background-color: #e9eff1;
}
@media print, screen and (min-width: 1000px) {
  .topLeagueBnr {
    width: 1020px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 30px 0 30px;
  }
}
.topLeagueBnr ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
.topLeagueBnr ul li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media print, screen and (min-width: 576px) {
  .topLeagueBnr ul li {
    width: 49%;
    margin: 0 2% 2% 0;
    float: left;
  }
  .topLeagueBnr ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .topLeagueBnr ul li {
    width: 300px;
    margin: 0 30px 30px 0;
  }
  .topLeagueBnr ul li:nth-child(2n) {
    margin-right: 30px;
  }
  .topLeagueBnr ul li:nth-child(3n) {
    margin-right: 0;
  }
}

/*=====================================================
  topContainer
=====================================================*/
.topContainer {
  margin: 30px 10px;
  overflow: hidden;
  *zoom: 1;
}
@media print, screen and (min-width: 1000px) {
  .topContainer {
    width: 1020px;
    margin: 30px auto;
  }
}
.topContainer .topContainer__left {
  width: 100% !important;
  float: none;
}
@media print, screen and (min-width: 1000px) {
  .topContainer .topContainer__left {
    width: 650px !important;
    float: left;
  }
}
.topContainer .topContainer__right {
  width: 100% !important;
  float: none;
}
@media print, screen and (min-width: 1000px) {
  .topContainer .topContainer__right {
    width: 340px !important;
    float: right;
  }
}

/*=====================================================
  topMonthMatchList
=====================================================*/
.topMonthMatchList {
  margin-bottom: 30px;
}
.topMonthMatchList table {
  width: 100%;
}
.topMonthMatchList tr {
  width: 100%;
  display: block;
  border-bottom: 1px dotted #dfdfdf;
}
@media print, screen and (min-width: 1000px) {
  .topMonthMatchList tr {
    display: table-row;
  }
}
.topMonthMatchList tr td {
  padding: 5px 0;
  display: block;
  line-height: 1.8;
}
@media print, screen and (min-width: 1000px) {
  .topMonthMatchList tr td {
    display: table-cell;
  }
}
.topMonthMatchList tr td:nth-child(1) {
  padding-top: 10px;
  padding-bottom: 3px;
}
@media print, screen and (min-width: 1000px) {
  .topMonthMatchList tr td:nth-child(1) {
    width: 150px;
    padding: 15px 0;
  }
}
.topMonthMatchList tr td:nth-child(2) {
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 1000px) {
  .topMonthMatchList tr td:nth-child(2) {
    padding: 15px 0;
  }
}

/*=====================================================
  topSns
=====================================================*/
.topSns {
  overflow: hidden;
  *zoom: 1;
}
.topSns .tw {
  margin-bottom: 30px;
  border: 1px solid #dfdfdf;
}
@media print, screen and (min-width: 576px) {
  .topSns .tw {
    width: 49%;
    float: left;
  }
}
@media print, screen and (min-width: 1000px) {
  .topSns .tw {
    width: 100%;
    float: none;
  }
}
.topSns .fb {
  margin-bottom: 30px;
  border: 1px solid #dfdfdf;
}
@media print, screen and (min-width: 576px) {
  .topSns .fb {
    width: 49%;
    float: right;
  }
}
@media print, screen and (min-width: 1000px) {
  .topSns .fb {
    width: 100%;
    float: none;
  }
}
.topSns .fb iframe {
  width: 100% !important;
}

/*=====================================================
  topBnr
=====================================================*/
.topBnr {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1000px) {
  .topBnr {
    width: 1020px;
    margin-right: auto;
    margin-left: auto;
  }
}

.pbMainArea .topBnr ul {
  margin: 0;
  padding: 0;
  letter-spacing: -.4em;
}
.pbMainArea .topBnr ul li {
  width: 48%;
  margin: 0 4% 4% 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  text-align: center;
}
.pbMainArea .topBnr ul li:nth-child(2n) {
  margin-right: 0;
}
@media print, screen and (min-width: 576px) {
  .pbMainArea .topBnr ul li {
    width: 22%;
  }
  .pbMainArea .topBnr ul li:nth-child(2n) {
    margin-right: 4%;
  }
  .pbMainArea .topBnr ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .pbMainArea .topBnr ul li {
    width: 180px;
    margin: 0 30px 20px 0;
  }
  .pbMainArea .topBnr ul li:nth-child(2n) {
    margin-right: 30px;
  }
  .pbMainArea .topBnr ul li:nth-child(4n) {
    margin-right: 30px;
  }
  .pbMainArea .topBnr ul li:nth-child(5n) {
    margin-right: 0;
  }
}

/*# sourceMappingURL=top.css.map */
