@charset "UTF-8";
/*
common
---------------------------*/
h1 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #031838;
}
@media (min-width: 769px) {
  h1 {
    font-size: 50px;
    text-align: left;
  }
}

span.ib {
  display: inline-block;
}

/*
mvTop
---------------------------*/
#mvTop .diagonalAnimationWrap .diagonalAnimation {
  position: relative;
}
#mvTop .diagonalAnimationWrap .diagonalAnimation.onlyContent a {
  position: relative;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: 1;
  opacity: 1;
}
#mvTop .diagonalAnimationWrap .diagonalAnimation.onlyContent a.no-animation {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}
#mvTop .diagonalAnimationWrap .diagonalAnimation a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-100%, -100%) scale(0);
          transform: translate(-100%, -100%) scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 0;
  opacity: 0;
}
#mvTop .diagonalAnimationWrap .diagonalAnimation a.prev, #mvTop .diagonalAnimationWrap .diagonalAnimation a.before {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: -1;
  opacity: 1;
}
#mvTop .diagonalAnimationWrap .diagonalAnimation a.current {
  position: relative;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: 1;
  opacity: 1;
}
#mvTop .diagonalAnimationWrap .diagonalAnimation a.current.no-animation {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}
#mvTop .diagonalAnimationWrap .diagonalAnimation a.next {
  -webkit-transform: translate(-100%, -100%) scale(0);
          transform: translate(-100%, -100%) scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: 0;
}
#mvTop .diagonalAnimationWrap .diagonalAnimation a:hover img {
  opacity: 0.7 !important;
}
#mvTop .diagonalAnimationWrap .dotsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}
#mvTop .diagonalAnimationWrap .dotsList li {
  width: 10px;
  height: 10px;
}
#mvTop .diagonalAnimationWrap .dotsList li.dotCurrent button {
  background: #02B4E2;
}
#mvTop .diagonalAnimationWrap .dotsList li + li {
  margin-left: 10px;
}
#mvTop .diagonalAnimationWrap .dotsList li button {
  width: 100%;
  height: 100%;
  background: #D9D9D9;
  border-radius: 50%;
}
#mvTop a {
  width: 100%;
}
#mvTop a .imgWrap {
  height: 100%;
  background: #ffffff;
}
#mvTop a .imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*
logo
---------------------------*/
#logo .inner {
  padding: 17px 0;
}
#logo .logoSlider {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#logo .logoSlider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#logo .logoSlider figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -20px;
}
#logo .logoSlider figure.mode_sp {
  display: none;
}
#logo .logoSlider figure:nth-of-type(2n) {
  bottom: -30px;
  margin: 0 -25px;
}
#logo .logoSlider figure.main {
  margin: 0 -15px;
}
#logo .logoSlider figure.main:nth-of-type(2n) {
  margin: 0 -20px;
}
#logo .logoSlider figure img {
  max-height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 769px) {
  #logo .inner {
    padding: 17px 0;
  }
  #logo .logoSlider {
    height: auto;
  }
  #logo .logoSlider figure {
    margin: 0 0 0 40px;
  }
  #logo .logoSlider figure:nth-of-type(2n) {
    bottom: 0;
    margin: 0 0 0 40px;
  }
  #logo .logoSlider figure.main {
    margin: 0 0 0 40px;
  }
  #logo .logoSlider figure.main:nth-of-type(2n) {
    margin: 0 0 0 40px;
  }
  #logo .logoSlider figure + figure {
    margin-left: 40px;
  }
  #logo .logoSlider figure img {
    max-height: initial;
  }
}

/*
nextMatch
---------------------------*/
#nextMatch {
  background: url("/img/top/next_match-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: 0;
}
#nextMatch .wrap {
  padding: 28px 0 40px;
}
#nextMatch .inner {
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 28px 16px 32px;
  background: rgba(255, 255, 255, 0.8);
  border-top: 3px solid #02B4E2;
}
#nextMatch .titleWrap {
  margin-bottom: 13px;
}
#nextMatch .fLeagueDateLink {
  width: 90%;
  max-width: 300px;
  margin: 16px auto 0;
}
#nextMatch .fLeagueDateLink a {
  position: relative;
  width: 100%;
  padding: 11px 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #02B4E2;
  border: 1px solid #02B4E2;
  border-radius: 3px;
}
#nextMatch .fLeagueDateLink a::before, #nextMatch .fLeagueDateLink a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto 0;
  width: 10px;
  height: 2px;
  background: #02B4E2;
}
#nextMatch .fLeagueDateLink a::before {
  bottom: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#nextMatch .fLeagueDateLink a::after {
  top: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#nextMatch .detailWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 327px;
  margin: 0 auto;
}
#nextMatch .detailWrap.mode_pc {
  display: none;
}
#nextMatch .detailWrap .team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
}
#nextMatch .detailWrap .team .imgWrap {
  width: 90px;
  margin-bottom: 18px;
}
#nextMatch .detailWrap .team .imgWrap.espolada {
  width: 70px;
}
#nextMatch .detailWrap .team p {
  text-align: center;
}
#nextMatch .detailWrap .team .name,
#nextMatch .detailWrap .team .name span {
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #031838;
}
#nextMatch .detailWrap .team .ground {
  font-size: 9px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  color: #A0D8EF;
}
#nextMatch .detailWrap .detail .matchName {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8;
  text-align: center;
}
#nextMatch .detailWrap .detail .schedule {
  margin-bottom: 20px;
  padding: 27px 30px;
  background: #ECF2F8;
}
#nextMatch .detailWrap .detail .schedule .date {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-align: center;
  color: #031838;
}
#nextMatch .detailWrap .detail .schedule .date span {
  font-size: 28px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
}
#nextMatch .detailWrap .detail .schedule .place {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-align: center;
  color: #031838;
}
#nextMatch .detailWrap .matchTeamDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nextMatch .detailWrap .vs {
  margin: 0 16px;
  font-size: 28px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 769px) {
  #nextMatch {
    background-position-y: 60%;
  }
  #nextMatch .wrap {
    padding: 80px 0;
  }
  #nextMatch .inner {
    padding: 35px 40px;
  }
  #nextMatch .titleWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
  }
  #nextMatch .fLeagueDateLink {
    margin: 0;
  }
  #nextMatch .fLeagueDateLink a {
    padding: 17px 10px;
    font-size: 15px;
  }
  #nextMatch .detailWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: initial;
  }
  #nextMatch .detailWrap.mode_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #nextMatch .detailWrap.mode_sp {
    display: none;
  }
  #nextMatch .detailWrap .team {
    width: initial;
  }
  #nextMatch .detailWrap .team .imgWrap {
    width: 100%;
    max-width: 165px;
  }
  #nextMatch .detailWrap .team .imgWrap.espolada {
    width: inherit;
    max-width: 130px;
  }
  #nextMatch .detailWrap .team .name,
  #nextMatch .detailWrap .team .name span {
    margin-bottom: 7px;
    font-size: 20px;
  }
  #nextMatch .detailWrap .team .ground {
    font-size: 14px;
  }
  #nextMatch .detailWrap .detail {
    padding: 0 5%;
  }
  #nextMatch .detailWrap .detail .matchName {
    font-size: 16px;
  }
  #nextMatch .detailWrap .detail .schedule .date {
    margin-bottom: 5px;
    font-size: 17px;
  }
  #nextMatch .detailWrap .detail .schedule .date span {
    font-size: 50px;
  }
  #nextMatch .detailWrap .detail .schedule .place {
    font-size: 14px;
  }
  #nextMatch .vs {
    margin: 0;
    font-size: 36px;
  }
}
@media (min-width: 1180px) {
  #nextMatch .titleWrap {
    margin-bottom: 0;
  }
  #nextMatch .detailWrap .detail {
    padding: 0 120px;
  }
}

/*
ranking
---------------------------*/
#ranking {
  background: #031838;
}
#ranking .wrap {
  position: relative;
  padding: 36px 0 44px;
}
#ranking .inner {
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
}
#ranking .detailWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
#ranking .detailWrap .table {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
#ranking .detailWrap .table .leagueInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 23px;
  padding: 18px 8px 11px;
  background: rgba(0, 102, 137, 0.5);
}
#ranking .detailWrap .table .leagueInfo .name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #ffffff;
}
#ranking .detailWrap .table .leagueInfo .update {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  color: #A0D8EF;
}
#ranking .detailWrap .table .leagueInfo .rank p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #ffffff;
}
#ranking .detailWrap .table .leagueInfo .rank p span {
  padding: 0 10px;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
}
#ranking .detailWrap .table ul {
  /* iOSデバイス向けの設定 */
}
#ranking .detailWrap .table ul li {
  background: #ffffff;
}
#ranking .detailWrap .table ul li + li {
  margin-top: 2px;
}
#ranking .detailWrap .table ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ranking .detailWrap .table ul li dt {
  width: 25px;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  background: #EBEBEB;
}
#ranking .detailWrap .table ul li dd {
  padding: 6px 5px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: #031838;
}
#ranking .detailWrap .table ul li dd:not(:first-of-type) {
  font-size: 10px;
  font-family: "Oswald", sans-serif;
  text-align: right;
}
#ranking .detailWrap .table ul li dd:nth-of-type(1) {
  padding: 6px 0 6px 5px;
  width: 33%;
}
#ranking .detailWrap .table ul li dd:nth-of-type(2), #ranking .detailWrap .table ul li dd:nth-of-type(3), #ranking .detailWrap .table ul li dd:nth-of-type(4), #ranking .detailWrap .table ul li dd:nth-of-type(5), #ranking .detailWrap .table ul li dd:nth-of-type(6), #ranking .detailWrap .table ul li dd:nth-of-type(7), #ranking .detailWrap .table ul li dd:nth-of-type(8), #ranking .detailWrap .table ul li dd:nth-of-type(9) {
  width: calc((67% - 25px) / 8);
}
#ranking .detailWrap .table ul.header {
  padding-right: 23px;
}
#ranking .detailWrap .table ul.header li {
  margin-bottom: 2px;
}
#ranking .detailWrap .table ul.header li dt {
  padding: 16px 4.5px;
  font-size: 7.5px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
#ranking .detailWrap .table ul.header li dd {
  padding: 3.5px 10px;
  font-size: 8px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
#ranking .detailWrap .table ul.header li dd:not(:nth-of-type(1)) {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#ranking .detailWrap .table ul.rank {
  position: relative;
  width: calc(100% - 23px);
  height: 185px;
  overflow: unset !important;
  /* OverlayScrollbarsのカスタマイズ */
}
#ranking .detailWrap .table ul.rank .espolada {
  background: #52D2F9;
}
#ranking .detailWrap .table ul.rank .espolada dt {
  background: #52BADA;
}
#ranking .detailWrap .table ul.rank .os-scrollbar { /** 縦・横スクロール */ }
#ranking .detailWrap .table ul.rank .os-scrollbar-horizontal { /** 横スクロール */
  display: none;
}
#ranking .detailWrap .table ul.rank .os-scrollbar-vertical { /** 縦スクロール 全体 */
  top: 15px;
  right: -22px;
  padding: 0;
  width: 9px;
  height: calc(100% - 31px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#ranking .detailWrap .table ul.rank .os-scrollbar-vertical .os-scrollbar-track { /* スクロールバー */
  width: 100%;
  background: #ffffff;
  border-radius: 0;
}
#ranking .detailWrap .table ul.rank .os-scrollbar-vertical .os-scrollbar-handle { /* スクロールバーのハンドル */
  background: #A0D8EF;
  border-radius: 0;
}
@supports (-webkit-overflow-scrolling: touch) {
  #ranking .detailWrap .table ul.rank {
    -webkit-overflow-scrolling: touch;
  }
}
#ranking .detailWrap .table .custom-scroll-btn { /* 三角ボタンのスタイル */
  content: "";
  position: absolute;
  right: 0;
  width: 11px;
  height: 12px;
  background: url("/img/common/icon-triangle-bl.svg");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#ranking .detailWrap .table .custom-scroll-btn:hover { /* 三角ボタン ホバー時の背景色 */
  opacity: 0.7;
}
#ranking .detailWrap .table .custom-scroll-btn.up-btn {
  top: 33%;
}
#ranking .detailWrap .table .custom-scroll-btn.down-btn {
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#ranking .detailWrap .yell {
  position: relative;
  width: 100%;
  padding-top: 68px;
}
#ranking .detailWrap .yell::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2.6%;
  width: 100%;
  height: 85%;
  background: url("/img/top/ranking-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#ranking .detailWrap .yell .yellInner {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 36px;
}
#ranking .detailWrap .yell .mainText {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-shadow: 0px 0px 16.2967px #52D2F9;
  z-index: 2;
}
#ranking .detailWrap .yell .mainText.mainText {
  margin-top: 7px;
}
#ranking .detailWrap .yell .mainText span {
  font-size: 26px;
  line-height: 1.3;
}
#ranking .detailWrap .yell .link {
  position: relative;
  margin-top: 23px;
  z-index: 2;
}
#ranking .detailWrap .yell .link .btnWrap {
  width: 100%;
  max-width: 345px;
  margin: 0 auto;
}
#ranking .detailWrap .yell .link .btnWrap + .btnWrap {
  margin-top: 16px;
}
#ranking .detailWrap .yell .link .btnWrap:nth-of-type(1) a p {
  width: calc(100% - 42px);
}
#ranking .detailWrap .yell .link .btnWrap:nth-of-type(1) a .imgWrap {
  width: 42px;
  height: 16px;
  margin: 0 auto;
}
#ranking .detailWrap .yell .link .btnWrap:nth-of-type(2) a p {
  width: calc(100% - 30px);
}
#ranking .detailWrap .yell .link .btnWrap:nth-of-type(2) a .imgWrap {
  width: 30px;
  height: 29px;
  margin: 0 auto;
}
#ranking .detailWrap .yell .link .btnWrap a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 29px 10px;
  background: #02B4E2;
}
#ranking .detailWrap .yell .link .btnWrap a::before, #ranking .detailWrap .yell .link .btnWrap a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: auto 0;
  width: 10px;
  height: 2px;
  background: #ffffff;
}
#ranking .detailWrap .yell .link .btnWrap a::before {
  bottom: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#ranking .detailWrap .yell .link .btnWrap a::after {
  top: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#ranking .detailWrap .yell .link .btnWrap a p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 350px) {
  #ranking .detailWrap .table.rank .os-scrollbar-vertical { /** 縦スクロール 全体 */
    top: 7px;
    height: calc(100% - 23px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #ranking .detailWrap .table .custom-scroll-btn { /* 三角ボタンのスタイル */ }
  #ranking .detailWrap .table .custom-scroll-btn.up-btn {
    top: 32%;
  }
  #ranking .detailWrap .yell .link a p {
    font-size: 22px;
  }
}
@media (min-width: 500px) {
  #ranking .detailWrap .table .leagueInfo .name {
    font-size: 17px;
  }
  #ranking .detailWrap .table .leagueInfo .rank p {
    font-size: 20px;
  }
  #ranking .detailWrap .table .leagueInfo .rank p span {
    font-size: 60px;
  }
  #ranking .detailWrap .yell::before {
    height: 100%;
  }
}
@media (min-width: 769px) {
  #ranking .detailWrap .table .leagueInfo {
    padding: 23px 10px;
    background: rgba(0, 102, 137, 0.5);
  }
  #ranking .detailWrap .table .leagueInfo .name {
    font-size: 18px;
  }
  #ranking .detailWrap .table .leagueInfo .update {
    margin-top: 5px;
    font-size: 12px;
  }
  #ranking .detailWrap .table .leagueInfo .rank p span {
    padding: 0 12px;
  }
  #ranking .detailWrap .table ul li dt {
    min-width: 40px;
    padding: 14px 12.5px;
    font-size: 16px;
  }
  #ranking .detailWrap .table ul li dd {
    padding: 12.5px 3px;
    font-size: 12px;
  }
  #ranking .detailWrap .table ul li dd:not(:first-of-type) {
    font-size: 14px;
  }
  #ranking .detailWrap .table ul.header li dt {
    padding: 17px 7px;
    font-size: 11px;
  }
  #ranking .detailWrap .table ul.header li dd {
    padding: 7.5px 3px;
    font-size: 11px;
  }
  #ranking .detailWrap .table ul.rank {
    height: 244px;
  }
  #ranking .detailWrap .table ul.rank .os-scrollbar-vertical { /** 縦スクロール 全体 */
    top: 17px;
    height: calc(100% - 35px);
  }
  #ranking .detailWrap .yell::before {
    width: 80%;
    height: 100%;
  }
}
@media (min-width: 1000px) {
  #ranking .wrap {
    padding: 72px 0 80px;
    max-width: 1440px;
    margin: 0 auto;
  }
  #ranking .wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 70%;
    background: url("/img/top/ranking-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #ranking .detailWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #ranking .detailWrap .table {
    width: 50%;
    min-width: 500px;
    max-width: 700px;
    margin-bottom: 0;
  }
  #ranking .detailWrap .table ul li dd:nth-of-type(1) {
    padding: 12.5px 3px 12.5px 7px;
    min-width: 150px;
  }
  #ranking .detailWrap .table ul li dd:nth-of-type(2), #ranking .detailWrap .table ul li dd:nth-of-type(3), #ranking .detailWrap .table ul li dd:nth-of-type(4), #ranking .detailWrap .table ul li dd:nth-of-type(5), #ranking .detailWrap .table ul li dd:nth-of-type(6), #ranking .detailWrap .table ul li dd:nth-of-type(7), #ranking .detailWrap .table ul li dd:nth-of-type(8), #ranking .detailWrap .table ul li dd:nth-of-type(9) {
    width: calc((100% - 150px) / 8);
  }
  #ranking .detailWrap .yell {
    width: 50%;
    padding-top: 0;
    padding-left: 20px;
  }
  #ranking .detailWrap .yell::before {
    content: none;
  }
  #ranking .detailWrap .yell .yellInner {
    width: 100%;
    padding-bottom: 0;
  }
  #ranking .detailWrap .yell .mainText {
    font-size: 22px;
  }
  #ranking .detailWrap .yell .mainText.mainText {
    margin-top: 13px;
  }
  #ranking .detailWrap .yell .mainText span {
    font-size: min(3.5vw, 43px);
  }
  #ranking .detailWrap .yell .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 50px;
  }
  #ranking .detailWrap .yell .link .btnWrap {
    width: calc((100% - 51px) / 2);
    max-width: initial;
  }
  #ranking .detailWrap .yell .link .btnWrap + .btnWrap {
    margin-top: 0;
    margin-left: 28px;
  }
  #ranking .detailWrap .yell .link .btnWrap:nth-of-type(1) a p {
    width: 100%;
    margin-bottom: 30px;
  }
  #ranking .detailWrap .yell .link .btnWrap:nth-of-type(1) a .imgWrap {
    width: 86px;
    height: 32px;
  }
  #ranking .detailWrap .yell .link .btnWrap:nth-of-type(2) a p {
    width: 100%;
    margin-bottom: 15px;
  }
  #ranking .detailWrap .yell .link .btnWrap:nth-of-type(2) a .imgWrap {
    width: 58px;
    height: 55px;
  }
  #ranking .detailWrap .yell .link .btnWrap a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 26px 5px;
  }
  #ranking .detailWrap .yell .link .btnWrap a p {
    font-size: 17px;
  }
}
@media (min-width: 1180px) {
  #ranking .wrap::before {
    width: 640px;
    height: 580px;
  }
  #ranking .detailWrap .table {
    min-width: 640px;
  }
  #ranking .detailWrap .table .leagueInfo {
    padding: 23px 38px;
  }
  #ranking .detailWrap .table .leagueInfo .name {
    font-size: 20px;
  }
  #ranking .detailWrap .table ul li dd {
    padding: 12.5px 10px;
    font-size: 14px;
  }
  #ranking .detailWrap .table ul li dd:not(:first-of-type) {
    font-size: 16px;
  }
  #ranking .detailWrap .table ul li dd:nth-of-type(1) {
    padding: 12.5px 3px 12.5px 10px;
    min-width: 180px;
  }
  #ranking .detailWrap .table ul li dd:nth-of-type(2) {
    width: 59px;
  }
  #ranking .detailWrap .table ul li dd:nth-of-type(3) {
    width: 70px;
  }
  #ranking .detailWrap .table ul li dd:nth-of-type(4), #ranking .detailWrap .table ul li dd:nth-of-type(5), #ranking .detailWrap .table ul li dd:nth-of-type(6) {
    width: 57px;
  }
  #ranking .detailWrap .table ul li dd:nth-of-type(7) {
    width: 61px;
  }
  #ranking .detailWrap .table ul li dd:nth-of-type(8) {
    width: 59px;
  }
  #ranking .detailWrap .table ul li dd:nth-of-type(9) {
    width: 70px;
  }
  #ranking .detailWrap .table ul.header li dt {
    padding: 7px;
    font-size: 12px;
  }
  #ranking .detailWrap .table ul.header li dd {
    padding: 7.5px 10px;
    font-size: 12px;
  }
  #ranking .detailWrap .table ul.header li dd:not(:nth-of-type(1)) {
    padding: 7.5px 8px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  #ranking .detailWrap .table ul.rank {
    height: 245px;
  }
  #ranking .detailWrap .table ul.rank .os-scrollbar-vertical { /** 縦スクロール 全体 */
    top: 13px;
    height: calc(100% - 30px);
  }
  #ranking .detailWrap .table .custom-scroll-btn { /* 三角ボタンのスタイル */ }
  #ranking .detailWrap .table .custom-scroll-btn.up-btn {
    top: 28%;
  }
  #ranking .yell .mainText span {
    font-size: 47px;
  }
  #ranking .yell .link a p {
    font-size: 19px;
  }
}
@media (min-width: 1440px) {
  #ranking .wrap {
    padding: 72px 0 80px;
  }
  #ranking .detailWrap .yell {
    padding-left: 70px;
  }
  #ranking .detailWrap .yell .link a {
    padding: 26px 10px;
  }
  #ranking .detailWrap .yell .link a p {
    font-size: 26px;
  }
}

/* スクロール関連のスタイル */
/*
yell
---------------------------*/
#yell {
  background: #A0D8EF;
}
#yell .wrap {
  padding: 40px 0 48px;
}
#yell .inner {
  width: 95%;
  max-width: 1180px;
  margin: 0 auto;
}
#yell .link {
  margin-bottom: 43px;
}
#yell .link .guide {
  width: 100%;
}
#yell .link .guide a {
  width: 100%;
  position: relative;
  border: 6px solid #02B4E2;
}
#yell .link .guide a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: url("/img/top/guide-on_item.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#yell .link .fanClub {
  width: 100%;
  margin-top: 24px;
}
#yell .link .fanClub a {
  width: 100%;
  height: 100%;
  position: relative;
}
#yell .link .fanClub a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/top/fan_club-bg.png");
  background-repeat: no-repeat;
}
#yell .link .fanClub a .title {
  position: absolute;
  top: 17px;
  left: 0;
  width: 100%;
  font-size: 46px;
  font-weight: 700;
  font-family: "Mohave", sans-serif;
  letter-spacing: -0.05em;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 15.6px #52D2F9;
}
#yell .link .fanClub a .event {
  position: absolute;
  bottom: 27px;
  right: 2px;
  width: 100%;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: right;
  color: #ffffff;
}
#yell .link .fanClub a .detail {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  width: 100%;
  height: 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  background: #031838;
}
#yell .goods {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 345px;
  margin: 0 auto;
}
#yell .goods .imgWrap {
  position: absolute;
  bottom: -30px;
  width: 95px;
}
#yell .goods .imgWrap.bule {
  left: 0;
}
#yell .goods .imgWrap.white {
  right: 0;
}
#yell .goods .textWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
}
#yell .goods .textWrap p {
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
}
#yell .goods .textWrap .btnWrap {
  width: 70%;
  width: 200px;
  margin: 0 auto;
}
#yell .goods .textWrap .btnWrap a {
  position: relative;
  width: 100%;
  padding: 14px 5% 14px 17px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: #02B4E2;
}
#yell .goods .textWrap .btnWrap a::before, #yell .goods .textWrap .btnWrap a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: auto 0;
  width: 10px;
  height: 2px;
  background: #ffffff;
}
#yell .goods .textWrap .btnWrap a::before {
  bottom: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#yell .goods .textWrap .btnWrap a::after {
  top: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#yell .goods .textWrap .btnWrap a span {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 110px;
  right: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  background: url("/img/common/icon-cart.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 350px) {
  #yell .goods .textWrap p {
    font-size: 25px;
  }
}
@media (min-width: 480px) {
  #yell .link .guide a {
    border: 10px solid #02B4E2;
  }
  #yell .link .fanClub a .title {
    top: 30px;
    font-size: 50px;
  }
  #yell .link .fanClub a .event {
    position: absolute;
    bottom: 47px;
    right: 3px;
    width: 100%;
    font-size: 12px;
  }
  #yell .link .fanClub a .detail {
    padding: 7px;
    height: 41px;
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  #yell .wrap {
    padding: 81px 0 40px;
  }
  #yell .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #yell .link .guide {
    width: calc((100% - 24px) / 2);
  }
  #yell .link .fanClub {
    width: calc((100% - 24px) / 2);
    margin-top: 0;
    margin-left: 24px;
  }
  #yell .goods {
    max-width: initial;
    max-width: 1027px;
  }
  #yell .goods .imgWrap {
    position: relative;
    bottom: 0;
    width: 15%;
    max-width: 154px;
  }
  #yell .goods .textWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 85%;
  }
  #yell .goods .textWrap p {
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 23px;
  }
  #yell .goods .textWrap .btnWrap {
    width: 300px;
    margin: 0 25px;
  }
  #yell .goods .textWrap .btnWrap a {
    position: relative;
    padding: 18px 5% 18px 10px;
    font-size: 18px;
    text-align: center;
  }
  #yell .goods .textWrap .btnWrap a span {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 165px;
    right: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background: url("/img/common/icon-cart.svg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #yell .link a.fanClub .title {
    top: 20px;
    font-size: 60px;
  }
}
@media (min-width: 1000px) {
  #yell .link a.fanClub .title {
    top: 29px;
    font-size: 78px;
  }
}
@media (min-width: 1180px) {
  #yell .textWrap p {
    font-size: 28px;
  }
}

/*
pickUp
---------------------------*/
#pickUp .wrap {
  padding: 40px 0;
}
#pickUp .inner {
  width: 100%;
  margin: 0 auto;
}
#pickUp .pickUpSlider {
  position: relative;
  margin-top: 32px;
}
#pickUp .pickUpSlider .slick-list {
  border-radius: 0;
}
#pickUp .pickUpSlider .slick-arrow {
  position: absolute;
  top: 60px;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  width: 28px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
#pickUp .pickUpSlider .slick-arrow::before, #pickUp .pickUpSlider .slick-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background: #02B4E2;
  opacity: 1;
}
#pickUp .pickUpSlider .slick-arrow::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#pickUp .pickUpSlider .slick-arrow::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#pickUp .pickUpSlider .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
#pickUp .pickUpSlider .slick-arrow.slick-prev::before {
  top: -9px;
}
#pickUp .pickUpSlider .slick-arrow.slick-prev::after {
  top: 9px;
}
#pickUp .pickUpSlider .slick-arrow.slick-next::before {
  top: 9px;
}
#pickUp .pickUpSlider .slick-arrow.slick-next::after {
  top: -9px;
}
#pickUp .pickUpSlider figure {
  position: relative;
  left: 1.8%;
  margin: 0 8px 0 0;
}
#pickUp .pickUpSlider figure .imgWrap {
  height: 172px;
}
#pickUp .pickUpSlider figure .imgWrap img {
  height: 100%;
}
#pickUp .pickUpSlider figure a {
  position: relative;
}
#pickUp .pickUpSlider figure a .imgWrap {
  position: relative;
}
#pickUp .pickUpSlider figure a .imgWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(#031838), to(rgba(3, 24, 56, 0)));
  background: linear-gradient(0deg, #031838 0%, rgba(3, 24, 56, 0) 100%);
}
#pickUp .pickUpSlider figure a .detail {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 14px;
  width: 100%;
  height: auto;
}
#pickUp .pickUpSlider figure a .detail .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
#pickUp .pickUpSlider figure a .detail .category {
  width: 80px;
  padding: 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  background: #91BED6;
  border-radius: 11px;
}
#pickUp .pickUpSlider figure a .detail .category.match {
  background: #1D66FD;
}
#pickUp .pickUpSlider figure a .detail .category.partner {
  background: #006689;
}
#pickUp .pickUpSlider figure a .detail .category.fan-club {
  background: #39C0FE;
}
#pickUp .pickUpSlider figure a .detail .category.satellite {
  background: #77B5FE;
}
#pickUp .pickUpSlider figure a .detail .category.ladies {
  background: #C568B6;
}
#pickUp .pickUpSlider figure a .detail .date {
  margin-left: 8px;
  font-size: 10px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #A0D8EF;
}
#pickUp .pickUpSlider figure a .detail .text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (min-width: 400px) {
  #pickUp .pickUpSlider figure {
    position: relative;
    left: 4.3%;
  }
}
@media (min-width: 500px) {
  #pickUp .pickUpSlider figure {
    position: relative;
    left: 6.9%;
  }
}
@media screen and (min-width: 600px) {
  #pickUp .pickUpSlider figure {
    position: relative;
    left: 4%;
  }
}
@media (min-width: 769px) {
  #pickUp .wrap {
    padding: 80px 0 40px;
  }
  #pickUp .inner {
    width: 90%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 0;
  }
  #pickUp h1 {
    padding-right: 0;
  }
  #pickUp .pickUpSlider .slick-arrow {
    position: absolute;
    top: -55px;
    bottom: auto;
    left: auto;
    margin: 0;
    width: 20px;
    height: 44px;
    background: transparent;
  }
  #pickUp .pickUpSlider .slick-arrow.slick-prev {
    left: auto;
    right: 46px;
  }
  #pickUp .pickUpSlider .slick-arrow.slick-prev::before {
    top: -9px;
  }
  #pickUp .pickUpSlider .slick-arrow.slick-prev::after {
    top: 9px;
  }
  #pickUp .pickUpSlider figure {
    left: 0;
    margin: 0 5px;
  }
  #pickUp .pickUpSlider figure .imgWrap {
    height: 150px;
  }
  #pickUp .pickUpSlider figure a .detail {
    position: absolute;
    bottom: 10px;
    padding: 0 10px;
  }
  #pickUp .pickUpSlider figure a .detail .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2px;
  }
  #pickUp .pickUpSlider figure a .detail .category {
    width: 70px;
    font-size: 11px;
  }
  #pickUp .pickUpSlider figure a .detail .date {
    margin-left: 7px;
  }
  #pickUp .pickUpSlider figure a .detail .text {
    font-size: 14px;
  }
}
@media (min-width: 1000px) {
  #pickUp .pickUpSlider figure {
    margin: 0 16px;
  }
  #pickUp .pickUpSlider figure .imgWrap {
    height: 195px;
  }
  #pickUp .pickUpSlider figure a .detail {
    bottom: 24px;
    padding: 0 16px;
  }
  #pickUp .pickUpSlider figure a .detail .row {
    margin-bottom: 5px;
  }
  #pickUp .pickUpSlider figure a .detail .category {
    width: 120px;
    font-size: 13px;
  }
  #pickUp .pickUpSlider figure a .detail .date {
    margin-left: 10px;
  }
  #pickUp .pickUpSlider figure a .detail .text {
    font-size: 16px;
  }
}

/*
news
---------------------------*/
#news .wrap {
  margin-bottom: 80px;
}
#news .inner {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}
#news ul {
  margin: 24px 0;
}
#news ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #DDE6ED;
}
#news ul li a {
  position: relative;
  width: 100%;
  padding: 16px 23px 16px 0;
}
#news ul li a::before, #news ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 14px;
  height: 2px;
  background: #02B4E2;
}
#news ul li a::before {
  top: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#news ul li a::after {
  top: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#news ul li .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news ul li .category {
  width: 80px;
  max-height: 22px;
  padding: 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-align: center;
  background: #91BED6;
  border-radius: 11px;
}
#news ul li .category.match {
  background: #1D66FD;
}
#news ul li .category.partner {
  background: #006689;
}
#news ul li .category.fan-club {
  background: #39C0FE;
}
#news ul li .category.satellite {
  background: #77B5FE;
}
#news ul li .category.ladies {
  background: #C568B6;
}
#news ul li .date {
  width: 60px;
  padding: 2px 0;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: rgba(3, 24, 56, 0.5);
}
#news ul li .text {
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
#news .btnWrap a {
  position: relative;
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 11px 34px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #02B4E2;
  border: 1px solid #02B4E2;
  border-radius: 3px;
}
#news .btnWrap a::before, #news .btnWrap a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  width: 12px;
  height: 2px;
  background: #02B4E2;
}
#news .btnWrap a::before {
  top: -8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#news .btnWrap a::after {
  top: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (min-width: 769px) {
  #news ul {
    margin: 32px 0;
  }
  #news ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #news ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #news ul li a::before, #news ul li a::after {
    right: 10px;
  }
  #news ul li .category {
    width: 120px;
    max-height: 25px;
    font-size: 13px;
  }
  #news ul li .date {
    padding: 3px 0;
    margin-left: 16px;
    font-size: 13px;
  }
  #news ul li .text {
    margin-left: 16px;
    width: calc(100% - 120px - 60px - 32px);
  }
  #news .btnWrap a {
    padding: 18px 22px;
    font-size: 15px;
  }
}

/*
schoolAndVisit
---------------------------*/
#schoolAndVisit {
  background: #DDE6ED;
}
#schoolAndVisit .wrap {
  padding: 40px 0;
}
#schoolAndVisit .inner {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}
#schoolAndVisit .box {
  width: 100%;
}
#schoolAndVisit .box + .box {
  margin-top: 24px;
}
#schoolAndVisit .box a {
  position: relative;
  width: 100%;
}
#schoolAndVisit .box a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19%;
  background: #031838;
}
#schoolAndVisit .box a img {
  width: 100%;
  height: min(48vw, 370px);
  -o-object-fit: cover;
     object-fit: cover;
}
#schoolAndVisit .box a .school {
  position: absolute;
  bottom: 6%;
  left: 0;
  width: 100%;
  font-size: 7vw;
  font-weight: 700;
  font-family: "Mohave", sans-serif;
  letter-spacing: -0.05em;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 12.3075px #52D2F9;
}
#schoolAndVisit .box a .lesson {
  position: absolute;
  bottom: 9%;
  left: 0;
  width: 100%;
  font-size: 5vw;
  font-weight: 700;
  font-family: "Mohave", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 12.3075px #52D2F9;
}
@media (min-width: 769px) {
  #schoolAndVisit .wrap {
    padding: 80px 0;
  }
  #schoolAndVisit .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #schoolAndVisit .box {
    width: calc((100% - 24px) / 2);
  }
  #schoolAndVisit .box + .box {
    margin-top: 0;
    margin-left: 24px;
  }
  #schoolAndVisit .box a::before {
    height: 30px;
  }
  #schoolAndVisit .box a img {
    height: min(23vw, 310px);
  }
  #schoolAndVisit .box a .school {
    bottom: 3px;
    font-size: 35px;
  }
  #schoolAndVisit .box a .lesson {
    bottom: 10px;
    font-size: 28px;
  }
}
@media (min-width: 1000px) {
  #schoolAndVisit .box a::before {
    height: 50px;
  }
  #schoolAndVisit .box a .school {
    bottom: 9px;
    font-size: 50px;
  }
  #schoolAndVisit .box a .lesson {
    bottom: 20px;
    font-size: 38px;
  }
}/*# sourceMappingURL=top.css.map */